@charset "UTF-8";
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc400;
  --bs-green: #27AB40;
  --bs-teal: #20c997;
  --bs-cyan: #2effff;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #34e686;
  --bs-secondary: black;
  --bs-success: #27AB40;
  --bs-info: #2effff;
  --bs-warning: #ffc400;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-tutor: #34e686;
  --bs-apprentice: #6520d8;
  --bs-talent-check: #27AB40;
  --bs-white: white;
  --bs-gray: #707070;
  --bs-info-dark: #227AD8;
  --bs-primary-rgb: 52, 230, 134;
  --bs-secondary-rgb: 0, 0, 0;
  --bs-success-rgb: 39, 171, 64;
  --bs-info-rgb: 46, 255, 255;
  --bs-warning-rgb: 255, 196, 0;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-tutor-rgb: 52, 230, 134;
  --bs-apprentice-rgb: 101, 32, 216;
  --bs-talent-check-rgb: 39, 171, 64;
  --bs-white-rgb: 255, 255, 255;
  --bs-gray-rgb: 112, 112, 112;
  --bs-info-dark-rgb: 34, 122, 216;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "Gotham A", "Gotham B", Arial, 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-root-font-size: 20px;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.4;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

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

:root {
  font-size: var(--bs-root-font-size);
}
@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;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

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

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.305rem + 0.66vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 1.8rem;
  }
}

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

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

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

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

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

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

abbr[title],
abbr[data-bs-original-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: 500;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 700;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #34e686;
  text-decoration: none;
}
a:hover {
  color: #2ab86b;
}

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

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

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

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 500;
}

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: #6c757d;
  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]::-webkit-calendar-picker-indicator {
  display: none;
}

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

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

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@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] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

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

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

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

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

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

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@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: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  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: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

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

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1400px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
@media (min-width: 1720px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1640px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.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.3333333333%;
}

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

.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-xxs,
.gx-xxs {
  --bs-gutter-x: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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.3333333333%;
  }
  .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.6666666667%;
  }
  .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-xxs,
  .gx-sm-xxs {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-xxs,
  .gy-sm-xxs {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-xs,
  .gx-sm-xs {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-xs,
  .gy-sm-xs {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-sm,
  .gx-sm-sm {
    --bs-gutter-x: 0.75rem;
  }
  .g-sm-sm,
  .gy-sm-sm {
    --bs-gutter-y: 0.75rem;
  }
  .g-sm-md,
  .gx-sm-md {
    --bs-gutter-x: 1rem;
  }
  .g-sm-md,
  .gy-sm-md {
    --bs-gutter-y: 1rem;
  }
  .g-sm-lg,
  .gx-sm-lg {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-lg,
  .gy-sm-lg {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-xl,
  .gx-sm-xl {
    --bs-gutter-x: 2rem;
  }
  .g-sm-xl,
  .gy-sm-xl {
    --bs-gutter-y: 2rem;
  }
  .g-sm-xxl,
  .gx-sm-xxl {
    --bs-gutter-x: 3rem;
  }
  .g-sm-xxl,
  .gy-sm-xxl {
    --bs-gutter-y: 3rem;
  }
  .g-sm-xxxl,
  .gx-sm-xxxl {
    --bs-gutter-x: 4rem;
  }
  .g-sm-xxxl,
  .gy-sm-xxxl {
    --bs-gutter-y: 4rem;
  }
  .g-sm-huge,
  .gx-sm-huge {
    --bs-gutter-x: 8rem;
  }
  .g-sm-huge,
  .gy-sm-huge {
    --bs-gutter-y: 8rem;
  }
}
@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.3333333333%;
  }
  .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.6666666667%;
  }
  .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-xxs,
  .gx-md-xxs {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-xxs,
  .gy-md-xxs {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-xs,
  .gx-md-xs {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-xs,
  .gy-md-xs {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-sm,
  .gx-md-sm {
    --bs-gutter-x: 0.75rem;
  }
  .g-md-sm,
  .gy-md-sm {
    --bs-gutter-y: 0.75rem;
  }
  .g-md-md,
  .gx-md-md {
    --bs-gutter-x: 1rem;
  }
  .g-md-md,
  .gy-md-md {
    --bs-gutter-y: 1rem;
  }
  .g-md-lg,
  .gx-md-lg {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-lg,
  .gy-md-lg {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-xl,
  .gx-md-xl {
    --bs-gutter-x: 2rem;
  }
  .g-md-xl,
  .gy-md-xl {
    --bs-gutter-y: 2rem;
  }
  .g-md-xxl,
  .gx-md-xxl {
    --bs-gutter-x: 3rem;
  }
  .g-md-xxl,
  .gy-md-xxl {
    --bs-gutter-y: 3rem;
  }
  .g-md-xxxl,
  .gx-md-xxxl {
    --bs-gutter-x: 4rem;
  }
  .g-md-xxxl,
  .gy-md-xxxl {
    --bs-gutter-y: 4rem;
  }
  .g-md-huge,
  .gx-md-huge {
    --bs-gutter-x: 8rem;
  }
  .g-md-huge,
  .gy-md-huge {
    --bs-gutter-y: 8rem;
  }
}
@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.3333333333%;
  }
  .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.6666666667%;
  }
  .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-xxs,
  .gx-lg-xxs {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-xxs,
  .gy-lg-xxs {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-xs,
  .gx-lg-xs {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-xs,
  .gy-lg-xs {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-sm,
  .gx-lg-sm {
    --bs-gutter-x: 0.75rem;
  }
  .g-lg-sm,
  .gy-lg-sm {
    --bs-gutter-y: 0.75rem;
  }
  .g-lg-md,
  .gx-lg-md {
    --bs-gutter-x: 1rem;
  }
  .g-lg-md,
  .gy-lg-md {
    --bs-gutter-y: 1rem;
  }
  .g-lg-lg,
  .gx-lg-lg {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-lg,
  .gy-lg-lg {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-xl,
  .gx-lg-xl {
    --bs-gutter-x: 2rem;
  }
  .g-lg-xl,
  .gy-lg-xl {
    --bs-gutter-y: 2rem;
  }
  .g-lg-xxl,
  .gx-lg-xxl {
    --bs-gutter-x: 3rem;
  }
  .g-lg-xxl,
  .gy-lg-xxl {
    --bs-gutter-y: 3rem;
  }
  .g-lg-xxxl,
  .gx-lg-xxxl {
    --bs-gutter-x: 4rem;
  }
  .g-lg-xxxl,
  .gy-lg-xxxl {
    --bs-gutter-y: 4rem;
  }
  .g-lg-huge,
  .gx-lg-huge {
    --bs-gutter-x: 8rem;
  }
  .g-lg-huge,
  .gy-lg-huge {
    --bs-gutter-y: 8rem;
  }
}
@media (min-width: 1400px) {
  .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.3333333333%;
  }
  .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.6666666667%;
  }
  .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-xxs,
  .gx-xl-xxs {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-xxs,
  .gy-xl-xxs {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-xs,
  .gx-xl-xs {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-xs,
  .gy-xl-xs {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-sm,
  .gx-xl-sm {
    --bs-gutter-x: 0.75rem;
  }
  .g-xl-sm,
  .gy-xl-sm {
    --bs-gutter-y: 0.75rem;
  }
  .g-xl-md,
  .gx-xl-md {
    --bs-gutter-x: 1rem;
  }
  .g-xl-md,
  .gy-xl-md {
    --bs-gutter-y: 1rem;
  }
  .g-xl-lg,
  .gx-xl-lg {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-lg,
  .gy-xl-lg {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-xl,
  .gx-xl-xl {
    --bs-gutter-x: 2rem;
  }
  .g-xl-xl,
  .gy-xl-xl {
    --bs-gutter-y: 2rem;
  }
  .g-xl-xxl,
  .gx-xl-xxl {
    --bs-gutter-x: 3rem;
  }
  .g-xl-xxl,
  .gy-xl-xxl {
    --bs-gutter-y: 3rem;
  }
  .g-xl-xxxl,
  .gx-xl-xxxl {
    --bs-gutter-x: 4rem;
  }
  .g-xl-xxxl,
  .gy-xl-xxxl {
    --bs-gutter-y: 4rem;
  }
  .g-xl-huge,
  .gx-xl-huge {
    --bs-gutter-x: 8rem;
  }
  .g-xl-huge,
  .gy-xl-huge {
    --bs-gutter-y: 8rem;
  }
}
@media (min-width: 1720px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-xxs,
  .gx-xxl-xxs {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-xxs,
  .gy-xxl-xxs {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-xs,
  .gx-xxl-xs {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-xs,
  .gy-xxl-xs {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-sm,
  .gx-xxl-sm {
    --bs-gutter-x: 0.75rem;
  }
  .g-xxl-sm,
  .gy-xxl-sm {
    --bs-gutter-y: 0.75rem;
  }
  .g-xxl-md,
  .gx-xxl-md {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-md,
  .gy-xxl-md {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-lg,
  .gx-xxl-lg {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-lg,
  .gy-xxl-lg {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-xl,
  .gx-xxl-xl {
    --bs-gutter-x: 2rem;
  }
  .g-xxl-xl,
  .gy-xxl-xl {
    --bs-gutter-y: 2rem;
  }
  .g-xxl-xxl,
  .gx-xxl-xxl {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-xxl,
  .gy-xxl-xxl {
    --bs-gutter-y: 3rem;
  }
  .g-xxl-xxxl,
  .gx-xxl-xxxl {
    --bs-gutter-x: 4rem;
  }
  .g-xxl-xxxl,
  .gy-xxl-xxxl {
    --bs-gutter-y: 4rem;
  }
  .g-xxl-huge,
  .gx-xxl-huge {
    --bs-gutter-x: 8rem;
  }
  .g-xxl-huge,
  .gy-xxl-huge {
    --bs-gutter-y: 8rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: #f4fef9;
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: 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-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

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

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

.table-primary {
  --bs-table-bg: #d6fae7;
  --bs-table-striped-bg: #cbeedb;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c1e1d0;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c6e7d6;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #c1e1d0;
}

.table-secondary {
  --bs-table-bg: #cccccc;
  --bs-table-striped-bg: #c2c2c2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b8b8b8;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bdbdbd;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #b8b8b8;
}

.table-success {
  --bs-table-bg: #d4eed9;
  --bs-table-striped-bg: #c9e2ce;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bfd6c3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c4dcc9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bfd6c3;
}

.table-info {
  --bs-table-bg: #d5ffff;
  --bs-table-striped-bg: #caf2f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c0e6e6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c5ecec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #c0e6e6;
}

.table-warning {
  --bs-table-bg: #fff3cc;
  --bs-table-striped-bg: #f2e7c2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb8;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1bd;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb8;
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}

.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: 1399.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1719.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

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

.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: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #34e686;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #9af3c3;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(52, 230, 134, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.4em;
}
.form-control::placeholder {
  color: tint-color(#34e686, 50%);
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: transparent;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  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) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: rgba(0, 0, 0, 0.05);
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: transparent;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  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) {
  .form-control::-webkit-file-upload-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: rgba(0, 0, 0, 0.05);
}

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

.form-control-sm {
  min-height: calc(1.4em + 0.5rem + 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-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.4em + 1rem + 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;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

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

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

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

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

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

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

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  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: #9af3c3;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(52, 230, 134, 0.25);
}
.form-check-input:checked {
  background-color: #34e686;
  border-color: #34e686;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #34e686;
  border-color: #34e686;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%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 {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  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 {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%239af3c3'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

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

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

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(52, 230, 134, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(52, 230, 134, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #34e686;
  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;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #c2f8db;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #34e686;
  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;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #c2f8db;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  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 {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #34e686;
  text-align: center;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid #34e686;
  border-radius: 0.375rem;
}

.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),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  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),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  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: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #27AB40;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #000;
  background-color: rgba(39, 171, 64, 0.9);
  border-radius: 0.375rem;
}

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

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #27AB40;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2327AB40' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.7em + 0.375rem) calc(0.7em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #27AB40;
  box-shadow: 0 0 0 0.25rem rgba(39, 171, 64, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #27AB40;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #27AB40;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(39, 171, 64, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #27AB40;
}

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

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

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.375rem;
}

.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: #dc3545;
  padding-right: calc(1.4em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.35em + 0.1875rem) center;
  background-size: calc(0.7em + 0.375rem) calc(0.7em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.7em + 0.375rem) calc(0.7em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

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

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

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.4;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.375rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(52, 230, 134, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #000;
  background-color: #34e686;
  border-color: #34e686;
}
.btn-primary:hover {
  color: #000;
  background-color: #52ea98;
  border-color: #48e992;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #000;
  background-color: #52ea98;
  border-color: #48e992;
  box-shadow: 0 0 0 0.25rem rgba(44, 196, 114, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #000;
  background-color: #5deb9e;
  border-color: #48e992;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(44, 196, 114, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #000;
  background-color: #34e686;
  border-color: #34e686;
}

.btn-secondary {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-secondary:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-success {
  color: #000;
  background-color: #27AB40;
  border-color: #27AB40;
}
.btn-success:hover {
  color: #000;
  background-color: #47b85d;
  border-color: #3db353;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #000;
  background-color: #47b85d;
  border-color: #3db353;
  box-shadow: 0 0 0 0.25rem rgba(33, 145, 54, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #000;
  background-color: #52bc66;
  border-color: #3db353;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 145, 54, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #000;
  background-color: #27AB40;
  border-color: #27AB40;
}

.btn-info {
  color: #000;
  background-color: #2effff;
  border-color: #2effff;
}
.btn-info:hover {
  color: #000;
  background-color: #4dffff;
  border-color: #43ffff;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #4dffff;
  border-color: #43ffff;
  box-shadow: 0 0 0 0.25rem rgba(39, 217, 217, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #58ffff;
  border-color: #43ffff;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(39, 217, 217, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #2effff;
  border-color: #2effff;
}

.btn-warning {
  color: #000;
  background-color: #ffc400;
  border-color: #ffc400;
}
.btn-warning:hover {
  color: #000;
  background-color: #ffcd26;
  border-color: #ffca1a;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffcd26;
  border-color: #ffca1a;
  box-shadow: 0 0 0 0.25rem rgba(217, 167, 0, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffd033;
  border-color: #ffca1a;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 167, 0, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffc400;
  border-color: #ffc400;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-tutor {
  color: #000;
  background-color: #34e686;
  border-color: #34e686;
}
.btn-tutor:hover {
  color: #000;
  background-color: #52ea98;
  border-color: #48e992;
}
.btn-check:focus + .btn-tutor, .btn-tutor:focus {
  color: #000;
  background-color: #52ea98;
  border-color: #48e992;
  box-shadow: 0 0 0 0.25rem rgba(44, 196, 114, 0.5);
}
.btn-check:checked + .btn-tutor, .btn-check:active + .btn-tutor, .btn-tutor:active, .btn-tutor.active, .show > .btn-tutor.dropdown-toggle {
  color: #000;
  background-color: #5deb9e;
  border-color: #48e992;
}
.btn-check:checked + .btn-tutor:focus, .btn-check:active + .btn-tutor:focus, .btn-tutor:active:focus, .btn-tutor.active:focus, .show > .btn-tutor.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(44, 196, 114, 0.5);
}
.btn-tutor:disabled, .btn-tutor.disabled {
  color: #000;
  background-color: #34e686;
  border-color: #34e686;
}

.btn-apprentice {
  color: #fff;
  background-color: #6520d8;
  border-color: #6520d8;
}
.btn-apprentice:hover {
  color: #fff;
  background-color: #561bb8;
  border-color: #511aad;
}
.btn-check:focus + .btn-apprentice, .btn-apprentice:focus {
  color: #fff;
  background-color: #561bb8;
  border-color: #511aad;
  box-shadow: 0 0 0 0.25rem rgba(124, 65, 222, 0.5);
}
.btn-check:checked + .btn-apprentice, .btn-check:active + .btn-apprentice, .btn-apprentice:active, .btn-apprentice.active, .show > .btn-apprentice.dropdown-toggle {
  color: #fff;
  background-color: #511aad;
  border-color: #4c18a2;
}
.btn-check:checked + .btn-apprentice:focus, .btn-check:active + .btn-apprentice:focus, .btn-apprentice:active:focus, .btn-apprentice.active:focus, .show > .btn-apprentice.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(124, 65, 222, 0.5);
}
.btn-apprentice:disabled, .btn-apprentice.disabled {
  color: #fff;
  background-color: #6520d8;
  border-color: #6520d8;
}

.btn-talent-check {
  color: #000;
  background-color: #27AB40;
  border-color: #27AB40;
}
.btn-talent-check:hover {
  color: #000;
  background-color: #47b85d;
  border-color: #3db353;
}
.btn-check:focus + .btn-talent-check, .btn-talent-check:focus {
  color: #000;
  background-color: #47b85d;
  border-color: #3db353;
  box-shadow: 0 0 0 0.25rem rgba(33, 145, 54, 0.5);
}
.btn-check:checked + .btn-talent-check, .btn-check:active + .btn-talent-check, .btn-talent-check:active, .btn-talent-check.active, .show > .btn-talent-check.dropdown-toggle {
  color: #000;
  background-color: #52bc66;
  border-color: #3db353;
}
.btn-check:checked + .btn-talent-check:focus, .btn-check:active + .btn-talent-check:focus, .btn-talent-check:active:focus, .btn-talent-check.active:focus, .show > .btn-talent-check.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 145, 54, 0.5);
}
.btn-talent-check:disabled, .btn-talent-check.disabled {
  color: #000;
  background-color: #27AB40;
  border-color: #27AB40;
}

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

.btn-gray {
  color: #fff;
  background-color: #707070;
  border-color: #707070;
}
.btn-gray:hover {
  color: #fff;
  background-color: #5f5f5f;
  border-color: #5a5a5a;
}
.btn-check:focus + .btn-gray, .btn-gray:focus {
  color: #fff;
  background-color: #5f5f5f;
  border-color: #5a5a5a;
  box-shadow: 0 0 0 0.25rem rgba(133, 133, 133, 0.5);
}
.btn-check:checked + .btn-gray, .btn-check:active + .btn-gray, .btn-gray:active, .btn-gray.active, .show > .btn-gray.dropdown-toggle {
  color: #fff;
  background-color: #5a5a5a;
  border-color: #545454;
}
.btn-check:checked + .btn-gray:focus, .btn-check:active + .btn-gray:focus, .btn-gray:active:focus, .btn-gray.active:focus, .show > .btn-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(133, 133, 133, 0.5);
}
.btn-gray:disabled, .btn-gray.disabled {
  color: #fff;
  background-color: #707070;
  border-color: #707070;
}

.btn-info-dark {
  color: #000;
  background-color: #227AD8;
  border-color: #227AD8;
}
.btn-info-dark:hover {
  color: #000;
  background-color: #438ede;
  border-color: #3887dc;
}
.btn-check:focus + .btn-info-dark, .btn-info-dark:focus {
  color: #000;
  background-color: #438ede;
  border-color: #3887dc;
  box-shadow: 0 0 0 0.25rem rgba(29, 104, 184, 0.5);
}
.btn-check:checked + .btn-info-dark, .btn-check:active + .btn-info-dark, .btn-info-dark:active, .btn-info-dark.active, .show > .btn-info-dark.dropdown-toggle {
  color: #000;
  background-color: #4e95e0;
  border-color: #3887dc;
}
.btn-check:checked + .btn-info-dark:focus, .btn-check:active + .btn-info-dark:focus, .btn-info-dark:active:focus, .btn-info-dark.active:focus, .show > .btn-info-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(29, 104, 184, 0.5);
}
.btn-info-dark:disabled, .btn-info-dark.disabled {
  color: #000;
  background-color: #227AD8;
  border-color: #227AD8;
}

.btn-outline-primary {
  color: #34e686;
  border-color: #34e686;
}
.btn-outline-primary:hover {
  color: #000;
  background-color: #34e686;
  border-color: #34e686;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(52, 230, 134, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #000;
  background-color: #34e686;
  border-color: #34e686;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(52, 230, 134, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #34e686;
  background-color: transparent;
}

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

.btn-outline-success {
  color: #27AB40;
  border-color: #27AB40;
}
.btn-outline-success:hover {
  color: #000;
  background-color: #27AB40;
  border-color: #27AB40;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(39, 171, 64, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #000;
  background-color: #27AB40;
  border-color: #27AB40;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(39, 171, 64, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #27AB40;
  background-color: transparent;
}

.btn-outline-info {
  color: #2effff;
  border-color: #2effff;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #2effff;
  border-color: #2effff;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(46, 255, 255, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #2effff;
  border-color: #2effff;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(46, 255, 255, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #2effff;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc400;
  border-color: #ffc400;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc400;
  border-color: #ffc400;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 196, 0, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc400;
  border-color: #ffc400;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 196, 0, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc400;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-outline-tutor {
  color: #34e686;
  border-color: #34e686;
}
.btn-outline-tutor:hover {
  color: #000;
  background-color: #34e686;
  border-color: #34e686;
}
.btn-check:focus + .btn-outline-tutor, .btn-outline-tutor:focus {
  box-shadow: 0 0 0 0.25rem rgba(52, 230, 134, 0.5);
}
.btn-check:checked + .btn-outline-tutor, .btn-check:active + .btn-outline-tutor, .btn-outline-tutor:active, .btn-outline-tutor.active, .btn-outline-tutor.dropdown-toggle.show {
  color: #000;
  background-color: #34e686;
  border-color: #34e686;
}
.btn-check:checked + .btn-outline-tutor:focus, .btn-check:active + .btn-outline-tutor:focus, .btn-outline-tutor:active:focus, .btn-outline-tutor.active:focus, .btn-outline-tutor.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(52, 230, 134, 0.5);
}
.btn-outline-tutor:disabled, .btn-outline-tutor.disabled {
  color: #34e686;
  background-color: transparent;
}

.btn-outline-apprentice {
  color: #6520d8;
  border-color: #6520d8;
}
.btn-outline-apprentice:hover {
  color: #fff;
  background-color: #6520d8;
  border-color: #6520d8;
}
.btn-check:focus + .btn-outline-apprentice, .btn-outline-apprentice:focus {
  box-shadow: 0 0 0 0.25rem rgba(101, 32, 216, 0.5);
}
.btn-check:checked + .btn-outline-apprentice, .btn-check:active + .btn-outline-apprentice, .btn-outline-apprentice:active, .btn-outline-apprentice.active, .btn-outline-apprentice.dropdown-toggle.show {
  color: #fff;
  background-color: #6520d8;
  border-color: #6520d8;
}
.btn-check:checked + .btn-outline-apprentice:focus, .btn-check:active + .btn-outline-apprentice:focus, .btn-outline-apprentice:active:focus, .btn-outline-apprentice.active:focus, .btn-outline-apprentice.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(101, 32, 216, 0.5);
}
.btn-outline-apprentice:disabled, .btn-outline-apprentice.disabled {
  color: #6520d8;
  background-color: transparent;
}

.btn-outline-talent-check {
  color: #27AB40;
  border-color: #27AB40;
}
.btn-outline-talent-check:hover {
  color: #000;
  background-color: #27AB40;
  border-color: #27AB40;
}
.btn-check:focus + .btn-outline-talent-check, .btn-outline-talent-check:focus {
  box-shadow: 0 0 0 0.25rem rgba(39, 171, 64, 0.5);
}
.btn-check:checked + .btn-outline-talent-check, .btn-check:active + .btn-outline-talent-check, .btn-outline-talent-check:active, .btn-outline-talent-check.active, .btn-outline-talent-check.dropdown-toggle.show {
  color: #000;
  background-color: #27AB40;
  border-color: #27AB40;
}
.btn-check:checked + .btn-outline-talent-check:focus, .btn-check:active + .btn-outline-talent-check:focus, .btn-outline-talent-check:active:focus, .btn-outline-talent-check.active:focus, .btn-outline-talent-check.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(39, 171, 64, 0.5);
}
.btn-outline-talent-check:disabled, .btn-outline-talent-check.disabled {
  color: #27AB40;
  background-color: transparent;
}

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

.btn-outline-gray {
  color: #707070;
  border-color: #707070;
}
.btn-outline-gray:hover {
  color: #fff;
  background-color: #707070;
  border-color: #707070;
}
.btn-check:focus + .btn-outline-gray, .btn-outline-gray:focus {
  box-shadow: 0 0 0 0.25rem rgba(112, 112, 112, 0.5);
}
.btn-check:checked + .btn-outline-gray, .btn-check:active + .btn-outline-gray, .btn-outline-gray:active, .btn-outline-gray.active, .btn-outline-gray.dropdown-toggle.show {
  color: #fff;
  background-color: #707070;
  border-color: #707070;
}
.btn-check:checked + .btn-outline-gray:focus, .btn-check:active + .btn-outline-gray:focus, .btn-outline-gray:active:focus, .btn-outline-gray.active:focus, .btn-outline-gray.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(112, 112, 112, 0.5);
}
.btn-outline-gray:disabled, .btn-outline-gray.disabled {
  color: #707070;
  background-color: transparent;
}

.btn-outline-info-dark {
  color: #227AD8;
  border-color: #227AD8;
}
.btn-outline-info-dark:hover {
  color: #000;
  background-color: #227AD8;
  border-color: #227AD8;
}
.btn-check:focus + .btn-outline-info-dark, .btn-outline-info-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(34, 122, 216, 0.5);
}
.btn-check:checked + .btn-outline-info-dark, .btn-check:active + .btn-outline-info-dark, .btn-outline-info-dark:active, .btn-outline-info-dark.active, .btn-outline-info-dark.dropdown-toggle.show {
  color: #000;
  background-color: #227AD8;
  border-color: #227AD8;
}
.btn-check:checked + .btn-outline-info-dark:focus, .btn-check:active + .btn-outline-info-dark:focus, .btn-outline-info-dark:active:focus, .btn-outline-info-dark.active:focus, .btn-outline-info-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(34, 122, 216, 0.5);
}
.btn-outline-info-dark:disabled, .btn-outline-info-dark.disabled {
  color: #227AD8;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #34e686;
  text-decoration: none;
}
.btn-link:hover {
  color: #2ab86b;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

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

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  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 {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.375rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.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: 1400px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1720px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #34e686;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #34e686;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.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 > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.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: -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 ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #34e686;
  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: #2ab86b;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.375rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #34e686;
}

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

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  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 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.325rem;
  padding-bottom: 0.325rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.375rem;
  transition: box-shadow 0.15s ease-in-out;
}
@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 0.25rem;
}

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

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

@media (min-width: 576px) {
  .navbar-expand-sm {
    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: 0.5rem;
    padding-left: 0.5rem;
  }
  .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-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-sm .offcanvas-top,
  .navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .offcanvas-body {
    display: 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: 0.5rem;
    padding-left: 0.5rem;
  }
  .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-header {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-md .offcanvas-top,
  .navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .offcanvas-body {
    display: 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: 0.5rem;
    padding-left: 0.5rem;
  }
  .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-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-lg .offcanvas-top,
  .navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .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: 0.5rem;
    padding-left: 0.5rem;
  }
  .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-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xl .offcanvas-top,
  .navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1720px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xxl .offcanvas-top,
  .navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxl .offcanvas-body {
    display: 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: 0.5rem;
  padding-left: 0.5rem;
}
.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-header {
  display: none;
}
.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}
.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}
.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

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

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

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #DFDFDF;
  border-radius: 0;
}
.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: 0;
  border-top-right-radius: 0;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

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

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

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

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

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid #DFDFDF;
}
.card-header:first-child {
  border-radius: 0 0 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid #DFDFDF;
}
.card-footer:last-child {
  border-radius: 0 0 0 0;
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

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

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

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

.card-img,
.card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card-group > .card {
  margin-bottom: 0.75rem;
}
@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-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #E8FDF2;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  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, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #2fcf79;
  background-color: #ebfdf3;
  box-shadow: inset 0 -1px 0 transparent;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232fcf79'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #9af3c3;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(52, 230, 134, 0.25);
}

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

.accordion-item {
  background-color: #fff;
  border: 1px solid transparent;
}
.accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.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-button {
  border-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

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

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #34e686;
  background-color: #fff;
  border: 1px solid #dee2e6;
  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: #2ab86b;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #2ab86b;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(52, 230, 134, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #34e686;
  border-color: #34e686;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

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

.page-item:first-child .page-link {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.375rem;
}
.badge:empty {
  display: none;
}

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

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #155c36;
  background-color: #d6fae7;
  border-color: #c2f8db;
}
.alert-primary .alert-link {
  color: #114a2b;
}

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

.alert-success {
  color: #176726;
  background-color: #d4eed9;
  border-color: #bee6c6;
}
.alert-success .alert-link {
  color: #12521e;
}

.alert-info {
  color: #126666;
  background-color: #d5ffff;
  border-color: #c0ffff;
}
.alert-info .alert-link {
  color: #0e5252;
}

.alert-warning {
  color: #664e00;
  background-color: #fff3cc;
  border-color: #ffedb3;
}
.alert-warning .alert-link {
  color: #523e00;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}

.alert-tutor {
  color: #155c36;
  background-color: #d6fae7;
  border-color: #c2f8db;
}
.alert-tutor .alert-link {
  color: #114a2b;
}

.alert-apprentice {
  color: #3d1382;
  background-color: #e0d2f7;
  border-color: #d1bcf3;
}
.alert-apprentice .alert-link {
  color: #310f68;
}

.alert-talent-check {
  color: #176726;
  background-color: #d4eed9;
  border-color: #bee6c6;
}
.alert-talent-check .alert-link {
  color: #12521e;
}

.alert-white {
  color: #666666;
  background-color: white;
  border-color: white;
}
.alert-white .alert-link {
  color: #525252;
}

.alert-gray {
  color: #434343;
  background-color: #e2e2e2;
  border-color: #d4d4d4;
}
.alert-gray .alert-link {
  color: #363636;
}

.alert-info-dark {
  color: #144982;
  background-color: #d3e4f7;
  border-color: #bdd7f3;
}
.alert-info-dark .alert-link {
  color: #103a68;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.375rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #34e686;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

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

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

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0;
}

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #34e686;
  border-color: #34e686;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

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

.list-group-item-primary {
  color: #155c36;
  background-color: #d6fae7;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #155c36;
  background-color: #c1e1d0;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #155c36;
  border-color: #155c36;
}

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

.list-group-item-success {
  color: #176726;
  background-color: #d4eed9;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #176726;
  background-color: #bfd6c3;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #176726;
  border-color: #176726;
}

.list-group-item-info {
  color: #126666;
  background-color: #d5ffff;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #126666;
  background-color: #c0e6e6;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #126666;
  border-color: #126666;
}

.list-group-item-warning {
  color: #664e00;
  background-color: #fff3cc;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #664e00;
  background-color: #e6dbb8;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664e00;
  border-color: #664e00;
}

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

.list-group-item-tutor {
  color: #155c36;
  background-color: #d6fae7;
}
.list-group-item-tutor.list-group-item-action:hover, .list-group-item-tutor.list-group-item-action:focus {
  color: #155c36;
  background-color: #c1e1d0;
}
.list-group-item-tutor.list-group-item-action.active {
  color: #fff;
  background-color: #155c36;
  border-color: #155c36;
}

.list-group-item-apprentice {
  color: #3d1382;
  background-color: #e0d2f7;
}
.list-group-item-apprentice.list-group-item-action:hover, .list-group-item-apprentice.list-group-item-action:focus {
  color: #3d1382;
  background-color: #cabdde;
}
.list-group-item-apprentice.list-group-item-action.active {
  color: #fff;
  background-color: #3d1382;
  border-color: #3d1382;
}

.list-group-item-talent-check {
  color: #176726;
  background-color: #d4eed9;
}
.list-group-item-talent-check.list-group-item-action:hover, .list-group-item-talent-check.list-group-item-action:focus {
  color: #176726;
  background-color: #bfd6c3;
}
.list-group-item-talent-check.list-group-item-action.active {
  color: #fff;
  background-color: #176726;
  border-color: #176726;
}

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

.list-group-item-gray {
  color: #434343;
  background-color: #e2e2e2;
}
.list-group-item-gray.list-group-item-action:hover, .list-group-item-gray.list-group-item-action:focus {
  color: #434343;
  background-color: #cbcbcb;
}
.list-group-item-gray.list-group-item-action.active {
  color: #fff;
  background-color: #434343;
  border-color: #434343;
}

.list-group-item-info-dark {
  color: #144982;
  background-color: #d3e4f7;
}
.list-group-item-info-dark.list-group-item-action:hover, .list-group-item-info-dark.list-group-item-action:focus {
  color: #144982;
  background-color: #becdde;
}
.list-group-item-info-dark.list-group-item-action.active {
  color: #fff;
  background-color: #144982;
  border-color: #144982;
}

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

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

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

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

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

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

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

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

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

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

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

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

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 35rem;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 22.5rem;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 57.5rem;
  }
}
@media (min-width: 1400px) {
  .modal-xl {
    max-width: 80rem;
  }
}
.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 {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@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 {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@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 {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@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 {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.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 {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1719.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.375rem;
}

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

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

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

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

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

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

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

.carousel {
  position: relative;
}

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

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

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

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

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

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

/* rtl:end:ignore */
.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;
  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: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

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

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

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.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: #fff;
  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: #fff;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

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

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

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

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

.placeholder-glow .placeholder {
  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: "";
}

.link-primary {
  color: #34e686;
}
.link-primary:hover, .link-primary:focus {
  color: #5deb9e;
}

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

.link-success {
  color: #27AB40;
}
.link-success:hover, .link-success:focus {
  color: #52bc66;
}

.link-info {
  color: #2effff;
}
.link-info:hover, .link-info:focus {
  color: #58ffff;
}

.link-warning {
  color: #ffc400;
}
.link-warning:hover, .link-warning:focus {
  color: #ffd033;
}

.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

.link-tutor {
  color: #34e686;
}
.link-tutor:hover, .link-tutor:focus {
  color: #5deb9e;
}

.link-apprentice {
  color: #6520d8;
}
.link-apprentice:hover, .link-apprentice:focus {
  color: #511aad;
}

.link-talent-check {
  color: #27AB40;
}
.link-talent-check:hover, .link-talent-check:focus {
  color: #52bc66;
}

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

.link-gray {
  color: #707070;
}
.link-gray:hover, .link-gray:focus {
  color: #5a5a5a;
}

.link-info-dark {
  color: #227AD8;
}
.link-info-dark:hover, .link-info-dark:focus {
  color: #4e95e0;
}

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1720px) {
  .sticky-xxl-top {
    position: sticky;
    top: 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) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

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

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

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  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;
}

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

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

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

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

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

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

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

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

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

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

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

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

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

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: 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: 1px solid #dee2e6 !important;
}

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #34e686 !important;
}

.border-secondary {
  border-color: black !important;
}

.border-success {
  border-color: #27AB40 !important;
}

.border-info {
  border-color: #2effff !important;
}

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

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

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

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

.border-tutor {
  border-color: #34e686 !important;
}

.border-apprentice {
  border-color: #6520d8 !important;
}

.border-talent-check {
  border-color: #27AB40 !important;
}

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

.border-gray {
  border-color: #707070 !important;
}

.border-info-dark {
  border-color: #227AD8 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-sm {
  gap: 0.75rem !important;
}

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

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

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

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

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

.gap-huge {
  gap: 8rem !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-xxs {
  margin: 0.25rem !important;
}

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

.m-sm {
  margin: 0.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-sm {
  padding: 0.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs-3 {
  font-size: 1.2rem !important;
}

.fs-4 {
  font-size: 1.1rem !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-light {
  font-weight: 300 !important;
}

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

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

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

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

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

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

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

.lh-lg {
  line-height: 1.4 !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-tutor {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-tutor-rgb), var(--bs-text-opacity)) !important;
}

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

.text-talent-check {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-talent-check-rgb), var(--bs-text-opacity)) !important;
}

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

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

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

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !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-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;
}

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

.bg-apprentice {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-apprentice-rgb), var(--bs-bg-opacity)) !important;
}

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

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

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

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

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

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

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

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

.bg-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: 0.375rem !important;
}

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

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.375rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

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

.rounded-pill {
  border-radius: 50rem !important;
}

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

.rounded-end {
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.375rem !important;
  border-top-left-radius: 0.375rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

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

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

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

.row-gap-sm {
  row-gap: 0.75rem !important;
}

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

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

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

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

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

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

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

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

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

.column-gap-sm {
  column-gap: 0.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: 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;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-xxs {
    gap: 0.25rem !important;
  }
  .gap-sm-xs {
    gap: 0.5rem !important;
  }
  .gap-sm-sm {
    gap: 0.75rem !important;
  }
  .gap-sm-md {
    gap: 1rem !important;
  }
  .gap-sm-lg {
    gap: 1.5rem !important;
  }
  .gap-sm-xl {
    gap: 2rem !important;
  }
  .gap-sm-xxl {
    gap: 3rem !important;
  }
  .gap-sm-xxxl {
    gap: 4rem !important;
  }
  .gap-sm-huge {
    gap: 8rem !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-xxs {
    margin: 0.25rem !important;
  }
  .m-sm-xs {
    margin: 0.5rem !important;
  }
  .m-sm-sm {
    margin: 0.75rem !important;
  }
  .m-sm-md {
    margin: 1rem !important;
  }
  .m-sm-lg {
    margin: 1.5rem !important;
  }
  .m-sm-xl {
    margin: 2rem !important;
  }
  .m-sm-xxl {
    margin: 3rem !important;
  }
  .m-sm-xxxl {
    margin: 4rem !important;
  }
  .m-sm-huge {
    margin: 8rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-xxs {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-xs {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-sm {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-sm-md {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-lg {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-xl {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-sm-xxl {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-xxxl {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-sm-huge {
    margin-right: 8rem !important;
    margin-left: 8rem !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-xxs {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-xs {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-sm {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-sm-md {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-lg {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-xl {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm-xxl {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-xxxl {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm-huge {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-xxs {
    margin-top: 0.25rem !important;
  }
  .mt-sm-xs {
    margin-top: 0.5rem !important;
  }
  .mt-sm-sm {
    margin-top: 0.75rem !important;
  }
  .mt-sm-md {
    margin-top: 1rem !important;
  }
  .mt-sm-lg {
    margin-top: 1.5rem !important;
  }
  .mt-sm-xl {
    margin-top: 2rem !important;
  }
  .mt-sm-xxl {
    margin-top: 3rem !important;
  }
  .mt-sm-xxxl {
    margin-top: 4rem !important;
  }
  .mt-sm-huge {
    margin-top: 8rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-xxs {
    margin-right: 0.25rem !important;
  }
  .me-sm-xs {
    margin-right: 0.5rem !important;
  }
  .me-sm-sm {
    margin-right: 0.75rem !important;
  }
  .me-sm-md {
    margin-right: 1rem !important;
  }
  .me-sm-lg {
    margin-right: 1.5rem !important;
  }
  .me-sm-xl {
    margin-right: 2rem !important;
  }
  .me-sm-xxl {
    margin-right: 3rem !important;
  }
  .me-sm-xxxl {
    margin-right: 4rem !important;
  }
  .me-sm-huge {
    margin-right: 8rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-xxs {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-xs {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-sm {
    margin-bottom: 0.75rem !important;
  }
  .mb-sm-md {
    margin-bottom: 1rem !important;
  }
  .mb-sm-lg {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-xl {
    margin-bottom: 2rem !important;
  }
  .mb-sm-xxl {
    margin-bottom: 3rem !important;
  }
  .mb-sm-xxxl {
    margin-bottom: 4rem !important;
  }
  .mb-sm-huge {
    margin-bottom: 8rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-xxs {
    margin-left: 0.25rem !important;
  }
  .ms-sm-xs {
    margin-left: 0.5rem !important;
  }
  .ms-sm-sm {
    margin-left: 0.75rem !important;
  }
  .ms-sm-md {
    margin-left: 1rem !important;
  }
  .ms-sm-lg {
    margin-left: 1.5rem !important;
  }
  .ms-sm-xl {
    margin-left: 2rem !important;
  }
  .ms-sm-xxl {
    margin-left: 3rem !important;
  }
  .ms-sm-xxxl {
    margin-left: 4rem !important;
  }
  .ms-sm-huge {
    margin-left: 8rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-xxs {
    padding: 0.25rem !important;
  }
  .p-sm-xs {
    padding: 0.5rem !important;
  }
  .p-sm-sm {
    padding: 0.75rem !important;
  }
  .p-sm-md {
    padding: 1rem !important;
  }
  .p-sm-lg {
    padding: 1.5rem !important;
  }
  .p-sm-xl {
    padding: 2rem !important;
  }
  .p-sm-xxl {
    padding: 3rem !important;
  }
  .p-sm-xxxl {
    padding: 4rem !important;
  }
  .p-sm-huge {
    padding: 8rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-xxs {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-xs {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-sm {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-sm-md {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-lg {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-xl {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-sm-xxl {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-sm-xxxl {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-sm-huge {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-xxs {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-xs {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-sm {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-sm-md {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-lg {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-xl {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sm-xxl {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-xxxl {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-sm-huge {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-xxs {
    padding-top: 0.25rem !important;
  }
  .pt-sm-xs {
    padding-top: 0.5rem !important;
  }
  .pt-sm-sm {
    padding-top: 0.75rem !important;
  }
  .pt-sm-md {
    padding-top: 1rem !important;
  }
  .pt-sm-lg {
    padding-top: 1.5rem !important;
  }
  .pt-sm-xl {
    padding-top: 2rem !important;
  }
  .pt-sm-xxl {
    padding-top: 3rem !important;
  }
  .pt-sm-xxxl {
    padding-top: 4rem !important;
  }
  .pt-sm-huge {
    padding-top: 8rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-xxs {
    padding-right: 0.25rem !important;
  }
  .pe-sm-xs {
    padding-right: 0.5rem !important;
  }
  .pe-sm-sm {
    padding-right: 0.75rem !important;
  }
  .pe-sm-md {
    padding-right: 1rem !important;
  }
  .pe-sm-lg {
    padding-right: 1.5rem !important;
  }
  .pe-sm-xl {
    padding-right: 2rem !important;
  }
  .pe-sm-xxl {
    padding-right: 3rem !important;
  }
  .pe-sm-xxxl {
    padding-right: 4rem !important;
  }
  .pe-sm-huge {
    padding-right: 8rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-xxs {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-xs {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-sm {
    padding-bottom: 0.75rem !important;
  }
  .pb-sm-md {
    padding-bottom: 1rem !important;
  }
  .pb-sm-lg {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-xl {
    padding-bottom: 2rem !important;
  }
  .pb-sm-xxl {
    padding-bottom: 3rem !important;
  }
  .pb-sm-xxxl {
    padding-bottom: 4rem !important;
  }
  .pb-sm-huge {
    padding-bottom: 8rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-xxs {
    padding-left: 0.25rem !important;
  }
  .ps-sm-xs {
    padding-left: 0.5rem !important;
  }
  .ps-sm-sm {
    padding-left: 0.75rem !important;
  }
  .ps-sm-md {
    padding-left: 1rem !important;
  }
  .ps-sm-lg {
    padding-left: 1.5rem !important;
  }
  .ps-sm-xl {
    padding-left: 2rem !important;
  }
  .ps-sm-xxl {
    padding-left: 3rem !important;
  }
  .ps-sm-xxxl {
    padding-left: 4rem !important;
  }
  .ps-sm-huge {
    padding-left: 8rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-xxs {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-xs {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-sm {
    row-gap: 0.75rem !important;
  }
  .row-gap-sm-md {
    row-gap: 1rem !important;
  }
  .row-gap-sm-lg {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-xl {
    row-gap: 2rem !important;
  }
  .row-gap-sm-xxl {
    row-gap: 3rem !important;
  }
  .row-gap-sm-xxxl {
    row-gap: 4rem !important;
  }
  .row-gap-sm-huge {
    row-gap: 8rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-xxs {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-xs {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-sm {
    column-gap: 0.75rem !important;
  }
  .column-gap-sm-md {
    column-gap: 1rem !important;
  }
  .column-gap-sm-lg {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-xl {
    column-gap: 2rem !important;
  }
  .column-gap-sm-xxl {
    column-gap: 3rem !important;
  }
  .column-gap-sm-xxxl {
    column-gap: 4rem !important;
  }
  .column-gap-sm-huge {
    column-gap: 8rem !important;
  }
  .justify-self-sm-auto {
    justify-self: auto !important;
  }
  .justify-self-sm-start {
    justify-self: flex-start !important;
  }
  .justify-self-sm-end {
    justify-self: flex-end !important;
  }
  .justify-self-sm-center {
    justify-self: center !important;
  }
  .justify-self-sm-baseline {
    justify-self: baseline !important;
  }
  .justify-self-sm-stretch {
    justify-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: 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;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-xxs {
    gap: 0.25rem !important;
  }
  .gap-md-xs {
    gap: 0.5rem !important;
  }
  .gap-md-sm {
    gap: 0.75rem !important;
  }
  .gap-md-md {
    gap: 1rem !important;
  }
  .gap-md-lg {
    gap: 1.5rem !important;
  }
  .gap-md-xl {
    gap: 2rem !important;
  }
  .gap-md-xxl {
    gap: 3rem !important;
  }
  .gap-md-xxxl {
    gap: 4rem !important;
  }
  .gap-md-huge {
    gap: 8rem !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-xxs {
    margin: 0.25rem !important;
  }
  .m-md-xs {
    margin: 0.5rem !important;
  }
  .m-md-sm {
    margin: 0.75rem !important;
  }
  .m-md-md {
    margin: 1rem !important;
  }
  .m-md-lg {
    margin: 1.5rem !important;
  }
  .m-md-xl {
    margin: 2rem !important;
  }
  .m-md-xxl {
    margin: 3rem !important;
  }
  .m-md-xxxl {
    margin: 4rem !important;
  }
  .m-md-huge {
    margin: 8rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-xxs {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-xs {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-sm {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-md-md {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-lg {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-xl {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-md-xxl {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-xxxl {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-md-huge {
    margin-right: 8rem !important;
    margin-left: 8rem !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-xxs {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-xs {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-sm {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-md-md {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-lg {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-xl {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-xxl {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-xxxl {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-huge {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-xxs {
    margin-top: 0.25rem !important;
  }
  .mt-md-xs {
    margin-top: 0.5rem !important;
  }
  .mt-md-sm {
    margin-top: 0.75rem !important;
  }
  .mt-md-md {
    margin-top: 1rem !important;
  }
  .mt-md-lg {
    margin-top: 1.5rem !important;
  }
  .mt-md-xl {
    margin-top: 2rem !important;
  }
  .mt-md-xxl {
    margin-top: 3rem !important;
  }
  .mt-md-xxxl {
    margin-top: 4rem !important;
  }
  .mt-md-huge {
    margin-top: 8rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-xxs {
    margin-right: 0.25rem !important;
  }
  .me-md-xs {
    margin-right: 0.5rem !important;
  }
  .me-md-sm {
    margin-right: 0.75rem !important;
  }
  .me-md-md {
    margin-right: 1rem !important;
  }
  .me-md-lg {
    margin-right: 1.5rem !important;
  }
  .me-md-xl {
    margin-right: 2rem !important;
  }
  .me-md-xxl {
    margin-right: 3rem !important;
  }
  .me-md-xxxl {
    margin-right: 4rem !important;
  }
  .me-md-huge {
    margin-right: 8rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-xxs {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-xs {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-sm {
    margin-bottom: 0.75rem !important;
  }
  .mb-md-md {
    margin-bottom: 1rem !important;
  }
  .mb-md-lg {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-xl {
    margin-bottom: 2rem !important;
  }
  .mb-md-xxl {
    margin-bottom: 3rem !important;
  }
  .mb-md-xxxl {
    margin-bottom: 4rem !important;
  }
  .mb-md-huge {
    margin-bottom: 8rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-xxs {
    margin-left: 0.25rem !important;
  }
  .ms-md-xs {
    margin-left: 0.5rem !important;
  }
  .ms-md-sm {
    margin-left: 0.75rem !important;
  }
  .ms-md-md {
    margin-left: 1rem !important;
  }
  .ms-md-lg {
    margin-left: 1.5rem !important;
  }
  .ms-md-xl {
    margin-left: 2rem !important;
  }
  .ms-md-xxl {
    margin-left: 3rem !important;
  }
  .ms-md-xxxl {
    margin-left: 4rem !important;
  }
  .ms-md-huge {
    margin-left: 8rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-xxs {
    padding: 0.25rem !important;
  }
  .p-md-xs {
    padding: 0.5rem !important;
  }
  .p-md-sm {
    padding: 0.75rem !important;
  }
  .p-md-md {
    padding: 1rem !important;
  }
  .p-md-lg {
    padding: 1.5rem !important;
  }
  .p-md-xl {
    padding: 2rem !important;
  }
  .p-md-xxl {
    padding: 3rem !important;
  }
  .p-md-xxxl {
    padding: 4rem !important;
  }
  .p-md-huge {
    padding: 8rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-xxs {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-xs {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-sm {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-md-md {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-lg {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-xl {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-md-xxl {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-md-xxxl {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-md-huge {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-xxs {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-xs {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-sm {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-md-md {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-lg {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-xl {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-xxl {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-xxxl {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-huge {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-xxs {
    padding-top: 0.25rem !important;
  }
  .pt-md-xs {
    padding-top: 0.5rem !important;
  }
  .pt-md-sm {
    padding-top: 0.75rem !important;
  }
  .pt-md-md {
    padding-top: 1rem !important;
  }
  .pt-md-lg {
    padding-top: 1.5rem !important;
  }
  .pt-md-xl {
    padding-top: 2rem !important;
  }
  .pt-md-xxl {
    padding-top: 3rem !important;
  }
  .pt-md-xxxl {
    padding-top: 4rem !important;
  }
  .pt-md-huge {
    padding-top: 8rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-xxs {
    padding-right: 0.25rem !important;
  }
  .pe-md-xs {
    padding-right: 0.5rem !important;
  }
  .pe-md-sm {
    padding-right: 0.75rem !important;
  }
  .pe-md-md {
    padding-right: 1rem !important;
  }
  .pe-md-lg {
    padding-right: 1.5rem !important;
  }
  .pe-md-xl {
    padding-right: 2rem !important;
  }
  .pe-md-xxl {
    padding-right: 3rem !important;
  }
  .pe-md-xxxl {
    padding-right: 4rem !important;
  }
  .pe-md-huge {
    padding-right: 8rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-xxs {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-xs {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-sm {
    padding-bottom: 0.75rem !important;
  }
  .pb-md-md {
    padding-bottom: 1rem !important;
  }
  .pb-md-lg {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-xl {
    padding-bottom: 2rem !important;
  }
  .pb-md-xxl {
    padding-bottom: 3rem !important;
  }
  .pb-md-xxxl {
    padding-bottom: 4rem !important;
  }
  .pb-md-huge {
    padding-bottom: 8rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-xxs {
    padding-left: 0.25rem !important;
  }
  .ps-md-xs {
    padding-left: 0.5rem !important;
  }
  .ps-md-sm {
    padding-left: 0.75rem !important;
  }
  .ps-md-md {
    padding-left: 1rem !important;
  }
  .ps-md-lg {
    padding-left: 1.5rem !important;
  }
  .ps-md-xl {
    padding-left: 2rem !important;
  }
  .ps-md-xxl {
    padding-left: 3rem !important;
  }
  .ps-md-xxxl {
    padding-left: 4rem !important;
  }
  .ps-md-huge {
    padding-left: 8rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-xxs {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-xs {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-sm {
    row-gap: 0.75rem !important;
  }
  .row-gap-md-md {
    row-gap: 1rem !important;
  }
  .row-gap-md-lg {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-xl {
    row-gap: 2rem !important;
  }
  .row-gap-md-xxl {
    row-gap: 3rem !important;
  }
  .row-gap-md-xxxl {
    row-gap: 4rem !important;
  }
  .row-gap-md-huge {
    row-gap: 8rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-xxs {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-xs {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-sm {
    column-gap: 0.75rem !important;
  }
  .column-gap-md-md {
    column-gap: 1rem !important;
  }
  .column-gap-md-lg {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-xl {
    column-gap: 2rem !important;
  }
  .column-gap-md-xxl {
    column-gap: 3rem !important;
  }
  .column-gap-md-xxxl {
    column-gap: 4rem !important;
  }
  .column-gap-md-huge {
    column-gap: 8rem !important;
  }
  .justify-self-md-auto {
    justify-self: auto !important;
  }
  .justify-self-md-start {
    justify-self: flex-start !important;
  }
  .justify-self-md-end {
    justify-self: flex-end !important;
  }
  .justify-self-md-center {
    justify-self: center !important;
  }
  .justify-self-md-baseline {
    justify-self: baseline !important;
  }
  .justify-self-md-stretch {
    justify-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: 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;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-xxs {
    gap: 0.25rem !important;
  }
  .gap-lg-xs {
    gap: 0.5rem !important;
  }
  .gap-lg-sm {
    gap: 0.75rem !important;
  }
  .gap-lg-md {
    gap: 1rem !important;
  }
  .gap-lg-lg {
    gap: 1.5rem !important;
  }
  .gap-lg-xl {
    gap: 2rem !important;
  }
  .gap-lg-xxl {
    gap: 3rem !important;
  }
  .gap-lg-xxxl {
    gap: 4rem !important;
  }
  .gap-lg-huge {
    gap: 8rem !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-xxs {
    margin: 0.25rem !important;
  }
  .m-lg-xs {
    margin: 0.5rem !important;
  }
  .m-lg-sm {
    margin: 0.75rem !important;
  }
  .m-lg-md {
    margin: 1rem !important;
  }
  .m-lg-lg {
    margin: 1.5rem !important;
  }
  .m-lg-xl {
    margin: 2rem !important;
  }
  .m-lg-xxl {
    margin: 3rem !important;
  }
  .m-lg-xxxl {
    margin: 4rem !important;
  }
  .m-lg-huge {
    margin: 8rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-xxs {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-xs {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-sm {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-lg-md {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-lg {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-xl {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-lg-xxl {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-xxxl {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-lg-huge {
    margin-right: 8rem !important;
    margin-left: 8rem !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-xxs {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-xs {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-sm {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-lg-md {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-lg {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-xl {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-xxl {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-xxxl {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-huge {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-xxs {
    margin-top: 0.25rem !important;
  }
  .mt-lg-xs {
    margin-top: 0.5rem !important;
  }
  .mt-lg-sm {
    margin-top: 0.75rem !important;
  }
  .mt-lg-md {
    margin-top: 1rem !important;
  }
  .mt-lg-lg {
    margin-top: 1.5rem !important;
  }
  .mt-lg-xl {
    margin-top: 2rem !important;
  }
  .mt-lg-xxl {
    margin-top: 3rem !important;
  }
  .mt-lg-xxxl {
    margin-top: 4rem !important;
  }
  .mt-lg-huge {
    margin-top: 8rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-xxs {
    margin-right: 0.25rem !important;
  }
  .me-lg-xs {
    margin-right: 0.5rem !important;
  }
  .me-lg-sm {
    margin-right: 0.75rem !important;
  }
  .me-lg-md {
    margin-right: 1rem !important;
  }
  .me-lg-lg {
    margin-right: 1.5rem !important;
  }
  .me-lg-xl {
    margin-right: 2rem !important;
  }
  .me-lg-xxl {
    margin-right: 3rem !important;
  }
  .me-lg-xxxl {
    margin-right: 4rem !important;
  }
  .me-lg-huge {
    margin-right: 8rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-xxs {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-xs {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-sm {
    margin-bottom: 0.75rem !important;
  }
  .mb-lg-md {
    margin-bottom: 1rem !important;
  }
  .mb-lg-lg {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-xl {
    margin-bottom: 2rem !important;
  }
  .mb-lg-xxl {
    margin-bottom: 3rem !important;
  }
  .mb-lg-xxxl {
    margin-bottom: 4rem !important;
  }
  .mb-lg-huge {
    margin-bottom: 8rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-xxs {
    margin-left: 0.25rem !important;
  }
  .ms-lg-xs {
    margin-left: 0.5rem !important;
  }
  .ms-lg-sm {
    margin-left: 0.75rem !important;
  }
  .ms-lg-md {
    margin-left: 1rem !important;
  }
  .ms-lg-lg {
    margin-left: 1.5rem !important;
  }
  .ms-lg-xl {
    margin-left: 2rem !important;
  }
  .ms-lg-xxl {
    margin-left: 3rem !important;
  }
  .ms-lg-xxxl {
    margin-left: 4rem !important;
  }
  .ms-lg-huge {
    margin-left: 8rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-xxs {
    padding: 0.25rem !important;
  }
  .p-lg-xs {
    padding: 0.5rem !important;
  }
  .p-lg-sm {
    padding: 0.75rem !important;
  }
  .p-lg-md {
    padding: 1rem !important;
  }
  .p-lg-lg {
    padding: 1.5rem !important;
  }
  .p-lg-xl {
    padding: 2rem !important;
  }
  .p-lg-xxl {
    padding: 3rem !important;
  }
  .p-lg-xxxl {
    padding: 4rem !important;
  }
  .p-lg-huge {
    padding: 8rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-xxs {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-xs {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-sm {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-lg-md {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-lg {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-xl {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-lg-xxl {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-lg-xxxl {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-lg-huge {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-xxs {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-xs {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-sm {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-lg-md {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-lg {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-xl {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-xxl {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-xxxl {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-huge {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-xxs {
    padding-top: 0.25rem !important;
  }
  .pt-lg-xs {
    padding-top: 0.5rem !important;
  }
  .pt-lg-sm {
    padding-top: 0.75rem !important;
  }
  .pt-lg-md {
    padding-top: 1rem !important;
  }
  .pt-lg-lg {
    padding-top: 1.5rem !important;
  }
  .pt-lg-xl {
    padding-top: 2rem !important;
  }
  .pt-lg-xxl {
    padding-top: 3rem !important;
  }
  .pt-lg-xxxl {
    padding-top: 4rem !important;
  }
  .pt-lg-huge {
    padding-top: 8rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-xxs {
    padding-right: 0.25rem !important;
  }
  .pe-lg-xs {
    padding-right: 0.5rem !important;
  }
  .pe-lg-sm {
    padding-right: 0.75rem !important;
  }
  .pe-lg-md {
    padding-right: 1rem !important;
  }
  .pe-lg-lg {
    padding-right: 1.5rem !important;
  }
  .pe-lg-xl {
    padding-right: 2rem !important;
  }
  .pe-lg-xxl {
    padding-right: 3rem !important;
  }
  .pe-lg-xxxl {
    padding-right: 4rem !important;
  }
  .pe-lg-huge {
    padding-right: 8rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-xxs {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-xs {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-sm {
    padding-bottom: 0.75rem !important;
  }
  .pb-lg-md {
    padding-bottom: 1rem !important;
  }
  .pb-lg-lg {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-xl {
    padding-bottom: 2rem !important;
  }
  .pb-lg-xxl {
    padding-bottom: 3rem !important;
  }
  .pb-lg-xxxl {
    padding-bottom: 4rem !important;
  }
  .pb-lg-huge {
    padding-bottom: 8rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-xxs {
    padding-left: 0.25rem !important;
  }
  .ps-lg-xs {
    padding-left: 0.5rem !important;
  }
  .ps-lg-sm {
    padding-left: 0.75rem !important;
  }
  .ps-lg-md {
    padding-left: 1rem !important;
  }
  .ps-lg-lg {
    padding-left: 1.5rem !important;
  }
  .ps-lg-xl {
    padding-left: 2rem !important;
  }
  .ps-lg-xxl {
    padding-left: 3rem !important;
  }
  .ps-lg-xxxl {
    padding-left: 4rem !important;
  }
  .ps-lg-huge {
    padding-left: 8rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-xxs {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-xs {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-sm {
    row-gap: 0.75rem !important;
  }
  .row-gap-lg-md {
    row-gap: 1rem !important;
  }
  .row-gap-lg-lg {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-xl {
    row-gap: 2rem !important;
  }
  .row-gap-lg-xxl {
    row-gap: 3rem !important;
  }
  .row-gap-lg-xxxl {
    row-gap: 4rem !important;
  }
  .row-gap-lg-huge {
    row-gap: 8rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-xxs {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-xs {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-sm {
    column-gap: 0.75rem !important;
  }
  .column-gap-lg-md {
    column-gap: 1rem !important;
  }
  .column-gap-lg-lg {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-xl {
    column-gap: 2rem !important;
  }
  .column-gap-lg-xxl {
    column-gap: 3rem !important;
  }
  .column-gap-lg-xxxl {
    column-gap: 4rem !important;
  }
  .column-gap-lg-huge {
    column-gap: 8rem !important;
  }
  .justify-self-lg-auto {
    justify-self: auto !important;
  }
  .justify-self-lg-start {
    justify-self: flex-start !important;
  }
  .justify-self-lg-end {
    justify-self: flex-end !important;
  }
  .justify-self-lg-center {
    justify-self: center !important;
  }
  .justify-self-lg-baseline {
    justify-self: baseline !important;
  }
  .justify-self-lg-stretch {
    justify-self: stretch !important;
  }
}
@media (min-width: 1400px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: 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;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-xxs {
    gap: 0.25rem !important;
  }
  .gap-xl-xs {
    gap: 0.5rem !important;
  }
  .gap-xl-sm {
    gap: 0.75rem !important;
  }
  .gap-xl-md {
    gap: 1rem !important;
  }
  .gap-xl-lg {
    gap: 1.5rem !important;
  }
  .gap-xl-xl {
    gap: 2rem !important;
  }
  .gap-xl-xxl {
    gap: 3rem !important;
  }
  .gap-xl-xxxl {
    gap: 4rem !important;
  }
  .gap-xl-huge {
    gap: 8rem !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-xxs {
    margin: 0.25rem !important;
  }
  .m-xl-xs {
    margin: 0.5rem !important;
  }
  .m-xl-sm {
    margin: 0.75rem !important;
  }
  .m-xl-md {
    margin: 1rem !important;
  }
  .m-xl-lg {
    margin: 1.5rem !important;
  }
  .m-xl-xl {
    margin: 2rem !important;
  }
  .m-xl-xxl {
    margin: 3rem !important;
  }
  .m-xl-xxxl {
    margin: 4rem !important;
  }
  .m-xl-huge {
    margin: 8rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-xxs {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-xs {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-sm {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-xl-md {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-lg {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-xl {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xl-xxl {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-xxxl {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xl-huge {
    margin-right: 8rem !important;
    margin-left: 8rem !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-xxs {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-xs {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-sm {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-xl-md {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-lg {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-xl {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xl-xxl {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-xxxl {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xl-huge {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-xxs {
    margin-top: 0.25rem !important;
  }
  .mt-xl-xs {
    margin-top: 0.5rem !important;
  }
  .mt-xl-sm {
    margin-top: 0.75rem !important;
  }
  .mt-xl-md {
    margin-top: 1rem !important;
  }
  .mt-xl-lg {
    margin-top: 1.5rem !important;
  }
  .mt-xl-xl {
    margin-top: 2rem !important;
  }
  .mt-xl-xxl {
    margin-top: 3rem !important;
  }
  .mt-xl-xxxl {
    margin-top: 4rem !important;
  }
  .mt-xl-huge {
    margin-top: 8rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-xxs {
    margin-right: 0.25rem !important;
  }
  .me-xl-xs {
    margin-right: 0.5rem !important;
  }
  .me-xl-sm {
    margin-right: 0.75rem !important;
  }
  .me-xl-md {
    margin-right: 1rem !important;
  }
  .me-xl-lg {
    margin-right: 1.5rem !important;
  }
  .me-xl-xl {
    margin-right: 2rem !important;
  }
  .me-xl-xxl {
    margin-right: 3rem !important;
  }
  .me-xl-xxxl {
    margin-right: 4rem !important;
  }
  .me-xl-huge {
    margin-right: 8rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-xxs {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-xs {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-sm {
    margin-bottom: 0.75rem !important;
  }
  .mb-xl-md {
    margin-bottom: 1rem !important;
  }
  .mb-xl-lg {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-xl {
    margin-bottom: 2rem !important;
  }
  .mb-xl-xxl {
    margin-bottom: 3rem !important;
  }
  .mb-xl-xxxl {
    margin-bottom: 4rem !important;
  }
  .mb-xl-huge {
    margin-bottom: 8rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-xxs {
    margin-left: 0.25rem !important;
  }
  .ms-xl-xs {
    margin-left: 0.5rem !important;
  }
  .ms-xl-sm {
    margin-left: 0.75rem !important;
  }
  .ms-xl-md {
    margin-left: 1rem !important;
  }
  .ms-xl-lg {
    margin-left: 1.5rem !important;
  }
  .ms-xl-xl {
    margin-left: 2rem !important;
  }
  .ms-xl-xxl {
    margin-left: 3rem !important;
  }
  .ms-xl-xxxl {
    margin-left: 4rem !important;
  }
  .ms-xl-huge {
    margin-left: 8rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-xxs {
    padding: 0.25rem !important;
  }
  .p-xl-xs {
    padding: 0.5rem !important;
  }
  .p-xl-sm {
    padding: 0.75rem !important;
  }
  .p-xl-md {
    padding: 1rem !important;
  }
  .p-xl-lg {
    padding: 1.5rem !important;
  }
  .p-xl-xl {
    padding: 2rem !important;
  }
  .p-xl-xxl {
    padding: 3rem !important;
  }
  .p-xl-xxxl {
    padding: 4rem !important;
  }
  .p-xl-huge {
    padding: 8rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-xxs {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-xs {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-sm {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-xl-md {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-lg {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-xl {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xl-xxl {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xl-xxxl {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xl-huge {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-xxs {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-xs {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-sm {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-xl-md {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-lg {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-xl {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xl-xxl {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xl-xxxl {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xl-huge {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-xxs {
    padding-top: 0.25rem !important;
  }
  .pt-xl-xs {
    padding-top: 0.5rem !important;
  }
  .pt-xl-sm {
    padding-top: 0.75rem !important;
  }
  .pt-xl-md {
    padding-top: 1rem !important;
  }
  .pt-xl-lg {
    padding-top: 1.5rem !important;
  }
  .pt-xl-xl {
    padding-top: 2rem !important;
  }
  .pt-xl-xxl {
    padding-top: 3rem !important;
  }
  .pt-xl-xxxl {
    padding-top: 4rem !important;
  }
  .pt-xl-huge {
    padding-top: 8rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-xxs {
    padding-right: 0.25rem !important;
  }
  .pe-xl-xs {
    padding-right: 0.5rem !important;
  }
  .pe-xl-sm {
    padding-right: 0.75rem !important;
  }
  .pe-xl-md {
    padding-right: 1rem !important;
  }
  .pe-xl-lg {
    padding-right: 1.5rem !important;
  }
  .pe-xl-xl {
    padding-right: 2rem !important;
  }
  .pe-xl-xxl {
    padding-right: 3rem !important;
  }
  .pe-xl-xxxl {
    padding-right: 4rem !important;
  }
  .pe-xl-huge {
    padding-right: 8rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-xxs {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-xs {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-sm {
    padding-bottom: 0.75rem !important;
  }
  .pb-xl-md {
    padding-bottom: 1rem !important;
  }
  .pb-xl-lg {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-xl {
    padding-bottom: 2rem !important;
  }
  .pb-xl-xxl {
    padding-bottom: 3rem !important;
  }
  .pb-xl-xxxl {
    padding-bottom: 4rem !important;
  }
  .pb-xl-huge {
    padding-bottom: 8rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-xxs {
    padding-left: 0.25rem !important;
  }
  .ps-xl-xs {
    padding-left: 0.5rem !important;
  }
  .ps-xl-sm {
    padding-left: 0.75rem !important;
  }
  .ps-xl-md {
    padding-left: 1rem !important;
  }
  .ps-xl-lg {
    padding-left: 1.5rem !important;
  }
  .ps-xl-xl {
    padding-left: 2rem !important;
  }
  .ps-xl-xxl {
    padding-left: 3rem !important;
  }
  .ps-xl-xxxl {
    padding-left: 4rem !important;
  }
  .ps-xl-huge {
    padding-left: 8rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-xxs {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-xs {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-sm {
    row-gap: 0.75rem !important;
  }
  .row-gap-xl-md {
    row-gap: 1rem !important;
  }
  .row-gap-xl-lg {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-xl {
    row-gap: 2rem !important;
  }
  .row-gap-xl-xxl {
    row-gap: 3rem !important;
  }
  .row-gap-xl-xxxl {
    row-gap: 4rem !important;
  }
  .row-gap-xl-huge {
    row-gap: 8rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-xxs {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-xs {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-sm {
    column-gap: 0.75rem !important;
  }
  .column-gap-xl-md {
    column-gap: 1rem !important;
  }
  .column-gap-xl-lg {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-xl {
    column-gap: 2rem !important;
  }
  .column-gap-xl-xxl {
    column-gap: 3rem !important;
  }
  .column-gap-xl-xxxl {
    column-gap: 4rem !important;
  }
  .column-gap-xl-huge {
    column-gap: 8rem !important;
  }
  .justify-self-xl-auto {
    justify-self: auto !important;
  }
  .justify-self-xl-start {
    justify-self: flex-start !important;
  }
  .justify-self-xl-end {
    justify-self: flex-end !important;
  }
  .justify-self-xl-center {
    justify-self: center !important;
  }
  .justify-self-xl-baseline {
    justify-self: baseline !important;
  }
  .justify-self-xl-stretch {
    justify-self: stretch !important;
  }
}
@media (min-width: 1720px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-xxs {
    gap: 0.25rem !important;
  }
  .gap-xxl-xs {
    gap: 0.5rem !important;
  }
  .gap-xxl-sm {
    gap: 0.75rem !important;
  }
  .gap-xxl-md {
    gap: 1rem !important;
  }
  .gap-xxl-lg {
    gap: 1.5rem !important;
  }
  .gap-xxl-xl {
    gap: 2rem !important;
  }
  .gap-xxl-xxl {
    gap: 3rem !important;
  }
  .gap-xxl-xxxl {
    gap: 4rem !important;
  }
  .gap-xxl-huge {
    gap: 8rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-xxs {
    margin: 0.25rem !important;
  }
  .m-xxl-xs {
    margin: 0.5rem !important;
  }
  .m-xxl-sm {
    margin: 0.75rem !important;
  }
  .m-xxl-md {
    margin: 1rem !important;
  }
  .m-xxl-lg {
    margin: 1.5rem !important;
  }
  .m-xxl-xl {
    margin: 2rem !important;
  }
  .m-xxl-xxl {
    margin: 3rem !important;
  }
  .m-xxl-xxxl {
    margin: 4rem !important;
  }
  .m-xxl-huge {
    margin: 8rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-xxs {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-xs {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-sm {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-xxl-md {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-lg {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-xl {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xxl-xxl {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-xxxl {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xxl-huge {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-xxs {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-xs {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-sm {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-xxl-md {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-lg {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-xl {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xxl-xxl {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-xxxl {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xxl-huge {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-xxs {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-xs {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-sm {
    margin-top: 0.75rem !important;
  }
  .mt-xxl-md {
    margin-top: 1rem !important;
  }
  .mt-xxl-lg {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-xl {
    margin-top: 2rem !important;
  }
  .mt-xxl-xxl {
    margin-top: 3rem !important;
  }
  .mt-xxl-xxxl {
    margin-top: 4rem !important;
  }
  .mt-xxl-huge {
    margin-top: 8rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-xxs {
    margin-right: 0.25rem !important;
  }
  .me-xxl-xs {
    margin-right: 0.5rem !important;
  }
  .me-xxl-sm {
    margin-right: 0.75rem !important;
  }
  .me-xxl-md {
    margin-right: 1rem !important;
  }
  .me-xxl-lg {
    margin-right: 1.5rem !important;
  }
  .me-xxl-xl {
    margin-right: 2rem !important;
  }
  .me-xxl-xxl {
    margin-right: 3rem !important;
  }
  .me-xxl-xxxl {
    margin-right: 4rem !important;
  }
  .me-xxl-huge {
    margin-right: 8rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-xxs {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-xs {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-sm {
    margin-bottom: 0.75rem !important;
  }
  .mb-xxl-md {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-lg {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-xl {
    margin-bottom: 2rem !important;
  }
  .mb-xxl-xxl {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-xxxl {
    margin-bottom: 4rem !important;
  }
  .mb-xxl-huge {
    margin-bottom: 8rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-xxs {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-xs {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-sm {
    margin-left: 0.75rem !important;
  }
  .ms-xxl-md {
    margin-left: 1rem !important;
  }
  .ms-xxl-lg {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-xl {
    margin-left: 2rem !important;
  }
  .ms-xxl-xxl {
    margin-left: 3rem !important;
  }
  .ms-xxl-xxxl {
    margin-left: 4rem !important;
  }
  .ms-xxl-huge {
    margin-left: 8rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-xxs {
    padding: 0.25rem !important;
  }
  .p-xxl-xs {
    padding: 0.5rem !important;
  }
  .p-xxl-sm {
    padding: 0.75rem !important;
  }
  .p-xxl-md {
    padding: 1rem !important;
  }
  .p-xxl-lg {
    padding: 1.5rem !important;
  }
  .p-xxl-xl {
    padding: 2rem !important;
  }
  .p-xxl-xxl {
    padding: 3rem !important;
  }
  .p-xxl-xxxl {
    padding: 4rem !important;
  }
  .p-xxl-huge {
    padding: 8rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-xxs {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-xs {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-sm {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-xxl-md {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-lg {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-xl {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xxl-xxl {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxl-xxxl {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xxl-huge {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-xxs {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-xs {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-sm {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-xxl-md {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-lg {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-xl {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xxl-xxl {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxl-xxxl {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xxl-huge {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-xxs {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-xs {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-sm {
    padding-top: 0.75rem !important;
  }
  .pt-xxl-md {
    padding-top: 1rem !important;
  }
  .pt-xxl-lg {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-xl {
    padding-top: 2rem !important;
  }
  .pt-xxl-xxl {
    padding-top: 3rem !important;
  }
  .pt-xxl-xxxl {
    padding-top: 4rem !important;
  }
  .pt-xxl-huge {
    padding-top: 8rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-xxs {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-xs {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-sm {
    padding-right: 0.75rem !important;
  }
  .pe-xxl-md {
    padding-right: 1rem !important;
  }
  .pe-xxl-lg {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-xl {
    padding-right: 2rem !important;
  }
  .pe-xxl-xxl {
    padding-right: 3rem !important;
  }
  .pe-xxl-xxxl {
    padding-right: 4rem !important;
  }
  .pe-xxl-huge {
    padding-right: 8rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-xxs {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-xs {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-sm {
    padding-bottom: 0.75rem !important;
  }
  .pb-xxl-md {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-lg {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-xl {
    padding-bottom: 2rem !important;
  }
  .pb-xxl-xxl {
    padding-bottom: 3rem !important;
  }
  .pb-xxl-xxxl {
    padding-bottom: 4rem !important;
  }
  .pb-xxl-huge {
    padding-bottom: 8rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-xxs {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-xs {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-sm {
    padding-left: 0.75rem !important;
  }
  .ps-xxl-md {
    padding-left: 1rem !important;
  }
  .ps-xxl-lg {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-xl {
    padding-left: 2rem !important;
  }
  .ps-xxl-xxl {
    padding-left: 3rem !important;
  }
  .ps-xxl-xxxl {
    padding-left: 4rem !important;
  }
  .ps-xxl-huge {
    padding-left: 8rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-xxs {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-xs {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-sm {
    row-gap: 0.75rem !important;
  }
  .row-gap-xxl-md {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-lg {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-xl {
    row-gap: 2rem !important;
  }
  .row-gap-xxl-xxl {
    row-gap: 3rem !important;
  }
  .row-gap-xxl-xxxl {
    row-gap: 4rem !important;
  }
  .row-gap-xxl-huge {
    row-gap: 8rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-xxs {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-xs {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-sm {
    column-gap: 0.75rem !important;
  }
  .column-gap-xxl-md {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-lg {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-xl {
    column-gap: 2rem !important;
  }
  .column-gap-xxl-xxl {
    column-gap: 3rem !important;
  }
  .column-gap-xxl-xxxl {
    column-gap: 4rem !important;
  }
  .column-gap-xxl-huge {
    column-gap: 8rem !important;
  }
  .justify-self-xxl-auto {
    justify-self: auto !important;
  }
  .justify-self-xxl-start {
    justify-self: flex-start !important;
  }
  .justify-self-xxl-end {
    justify-self: flex-end !important;
  }
  .justify-self-xxl-center {
    justify-self: center !important;
  }
  .justify-self-xxl-baseline {
    justify-self: baseline !important;
  }
  .justify-self-xxl-stretch {
    justify-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 1.8rem !important;
  }
  .fs-2 {
    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-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;
  }
}
:root {
  --ww-bubble-pointer-size: 48px;
  --ww-bubble-border-width: 10px;
  --ww-bubble-pointer-inset: calc(var(--ww-bubble-pointer-size) - var(--ww-bubble-border-width));
}

/* Use custom outlined button class because predefined bootstrap btn-outline-*
   classes do not allow setting the hover text color */
.btn-cc-primary {
  color: #34e686;
  border-color: #34e686;
}
.btn-cc-primary:hover {
  color: white;
  background-color: #34e686;
  border-color: #34e686;
}
.btn-check:focus + .btn-cc-primary, .btn-cc-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(52, 230, 134, 0.5);
}
.btn-check:checked + .btn-cc-primary, .btn-check:active + .btn-cc-primary, .btn-cc-primary:active, .btn-cc-primary.active, .btn-cc-primary.dropdown-toggle.show {
  color: white;
  background-color: #34e686;
  border-color: #34e686;
}
.btn-check:checked + .btn-cc-primary:focus, .btn-check:active + .btn-cc-primary:focus, .btn-cc-primary:active:focus, .btn-cc-primary.active:focus, .btn-cc-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(52, 230, 134, 0.5);
}
.btn-cc-primary:disabled, .btn-cc-primary.disabled {
  color: #34e686;
  background-color: transparent;
}

.btn-cc-inv-primary {
  color: white;
  background-color: #34e686;
  border-color: white;
}
.btn-cc-inv-primary:hover {
  color: #34e686;
  background-color: #e1fbed;
  border-color: #34e686;
}
.btn-check:focus + .btn-cc-inv-primary, .btn-cc-inv-primary:focus {
  color: #34e686;
  background-color: #e1fbed;
  border-color: #34e686;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-check:checked + .btn-cc-inv-primary, .btn-check:active + .btn-cc-inv-primary, .btn-cc-inv-primary:active, .btn-cc-inv-primary.active, .show > .btn-cc-inv-primary.dropdown-toggle {
  color: #34e686;
  background-color: #e1fbed;
  border-color: white;
}
.btn-check:checked + .btn-cc-inv-primary:focus, .btn-check:active + .btn-cc-inv-primary:focus, .btn-cc-inv-primary:active:focus, .btn-cc-inv-primary.active:focus, .show > .btn-cc-inv-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-cc-inv-primary:disabled, .btn-cc-inv-primary.disabled {
  color: #000;
  background-color: #34e686;
  border-color: white;
}

.bg-primary-light {
  background-color: #ccf9e1;
}

.label-primary {
  background-color: #34e686;
}

.btn-cc-secondary {
  color: black;
  border-color: black;
}
.btn-cc-secondary:hover {
  color: white;
  background-color: black;
  border-color: black;
}
.btn-check:focus + .btn-cc-secondary, .btn-cc-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-check:checked + .btn-cc-secondary, .btn-check:active + .btn-cc-secondary, .btn-cc-secondary:active, .btn-cc-secondary.active, .btn-cc-secondary.dropdown-toggle.show {
  color: white;
  background-color: black;
  border-color: black;
}
.btn-check:checked + .btn-cc-secondary:focus, .btn-check:active + .btn-cc-secondary:focus, .btn-cc-secondary:active:focus, .btn-cc-secondary.active:focus, .btn-cc-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-cc-secondary:disabled, .btn-cc-secondary.disabled {
  color: black;
  background-color: transparent;
}

.btn-cc-inv-secondary {
  color: white;
  background-color: black;
  border-color: white;
}
.btn-cc-inv-secondary:hover {
  color: black;
  background-color: #d9d9d9;
  border-color: black;
}
.btn-check:focus + .btn-cc-inv-secondary, .btn-cc-inv-secondary:focus {
  color: black;
  background-color: #d9d9d9;
  border-color: black;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-check:checked + .btn-cc-inv-secondary, .btn-check:active + .btn-cc-inv-secondary, .btn-cc-inv-secondary:active, .btn-cc-inv-secondary.active, .show > .btn-cc-inv-secondary.dropdown-toggle {
  color: black;
  background-color: #d9d9d9;
  border-color: white;
}
.btn-check:checked + .btn-cc-inv-secondary:focus, .btn-check:active + .btn-cc-inv-secondary:focus, .btn-cc-inv-secondary:active:focus, .btn-cc-inv-secondary.active:focus, .show > .btn-cc-inv-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-cc-inv-secondary:disabled, .btn-cc-inv-secondary.disabled {
  color: #fff;
  background-color: black;
  border-color: white;
}

.bg-secondary-light {
  background-color: #bfbfbf;
}

.label-secondary {
  background-color: black;
}

.btn-cc-success {
  color: #27AB40;
  border-color: #27AB40;
}
.btn-cc-success:hover {
  color: white;
  background-color: #27AB40;
  border-color: #27AB40;
}
.btn-check:focus + .btn-cc-success, .btn-cc-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(39, 171, 64, 0.5);
}
.btn-check:checked + .btn-cc-success, .btn-check:active + .btn-cc-success, .btn-cc-success:active, .btn-cc-success.active, .btn-cc-success.dropdown-toggle.show {
  color: white;
  background-color: #27AB40;
  border-color: #27AB40;
}
.btn-check:checked + .btn-cc-success:focus, .btn-check:active + .btn-cc-success:focus, .btn-cc-success:active:focus, .btn-cc-success.active:focus, .btn-cc-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(39, 171, 64, 0.5);
}
.btn-cc-success:disabled, .btn-cc-success.disabled {
  color: #27AB40;
  background-color: transparent;
}

.btn-cc-inv-success {
  color: white;
  background-color: #27AB40;
  border-color: white;
}
.btn-cc-inv-success:hover {
  color: #27AB40;
  background-color: #dff2e2;
  border-color: #27AB40;
}
.btn-check:focus + .btn-cc-inv-success, .btn-cc-inv-success:focus {
  color: #27AB40;
  background-color: #dff2e2;
  border-color: #27AB40;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-check:checked + .btn-cc-inv-success, .btn-check:active + .btn-cc-inv-success, .btn-cc-inv-success:active, .btn-cc-inv-success.active, .show > .btn-cc-inv-success.dropdown-toggle {
  color: #27AB40;
  background-color: #dff2e2;
  border-color: white;
}
.btn-check:checked + .btn-cc-inv-success:focus, .btn-check:active + .btn-cc-inv-success:focus, .btn-cc-inv-success:active:focus, .btn-cc-inv-success.active:focus, .show > .btn-cc-inv-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-cc-inv-success:disabled, .btn-cc-inv-success.disabled {
  color: #000;
  background-color: #27AB40;
  border-color: white;
}

.bg-success-light {
  background-color: #c9eacf;
}

.label-success {
  background-color: #27AB40;
}

.btn-cc-info {
  color: #2effff;
  border-color: #2effff;
}
.btn-cc-info:hover {
  color: white;
  background-color: #2effff;
  border-color: #2effff;
}
.btn-check:focus + .btn-cc-info, .btn-cc-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(46, 255, 255, 0.5);
}
.btn-check:checked + .btn-cc-info, .btn-check:active + .btn-cc-info, .btn-cc-info:active, .btn-cc-info.active, .btn-cc-info.dropdown-toggle.show {
  color: white;
  background-color: #2effff;
  border-color: #2effff;
}
.btn-check:checked + .btn-cc-info:focus, .btn-check:active + .btn-cc-info:focus, .btn-cc-info:active:focus, .btn-cc-info.active:focus, .btn-cc-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(46, 255, 255, 0.5);
}
.btn-cc-info:disabled, .btn-cc-info.disabled {
  color: #2effff;
  background-color: transparent;
}

.btn-cc-inv-info {
  color: white;
  background-color: #2effff;
  border-color: white;
}
.btn-cc-inv-info:hover {
  color: #2effff;
  background-color: lightcyan;
  border-color: #2effff;
}
.btn-check:focus + .btn-cc-inv-info, .btn-cc-inv-info:focus {
  color: #2effff;
  background-color: lightcyan;
  border-color: #2effff;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-check:checked + .btn-cc-inv-info, .btn-check:active + .btn-cc-inv-info, .btn-cc-inv-info:active, .btn-cc-inv-info.active, .show > .btn-cc-inv-info.dropdown-toggle {
  color: #2effff;
  background-color: lightcyan;
  border-color: white;
}
.btn-check:checked + .btn-cc-inv-info:focus, .btn-check:active + .btn-cc-inv-info:focus, .btn-cc-inv-info:active:focus, .btn-cc-inv-info.active:focus, .show > .btn-cc-inv-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-cc-inv-info:disabled, .btn-cc-inv-info.disabled {
  color: #000;
  background-color: #2effff;
  border-color: white;
}

.bg-info-light {
  background-color: #cbffff;
}

.label-info {
  background-color: #2effff;
}

.btn-cc-warning {
  color: #ffc400;
  border-color: #ffc400;
}
.btn-cc-warning:hover {
  color: white;
  background-color: #ffc400;
  border-color: #ffc400;
}
.btn-check:focus + .btn-cc-warning, .btn-cc-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 196, 0, 0.5);
}
.btn-check:checked + .btn-cc-warning, .btn-check:active + .btn-cc-warning, .btn-cc-warning:active, .btn-cc-warning.active, .btn-cc-warning.dropdown-toggle.show {
  color: white;
  background-color: #ffc400;
  border-color: #ffc400;
}
.btn-check:checked + .btn-cc-warning:focus, .btn-check:active + .btn-cc-warning:focus, .btn-cc-warning:active:focus, .btn-cc-warning.active:focus, .btn-cc-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 196, 0, 0.5);
}
.btn-cc-warning:disabled, .btn-cc-warning.disabled {
  color: #ffc400;
  background-color: transparent;
}

.btn-cc-inv-warning {
  color: white;
  background-color: #ffc400;
  border-color: white;
}
.btn-cc-inv-warning:hover {
  color: #ffc400;
  background-color: #fff6d9;
  border-color: #ffc400;
}
.btn-check:focus + .btn-cc-inv-warning, .btn-cc-inv-warning:focus {
  color: #ffc400;
  background-color: #fff6d9;
  border-color: #ffc400;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-check:checked + .btn-cc-inv-warning, .btn-check:active + .btn-cc-inv-warning, .btn-cc-inv-warning:active, .btn-cc-inv-warning.active, .show > .btn-cc-inv-warning.dropdown-toggle {
  color: #ffc400;
  background-color: #fff6d9;
  border-color: white;
}
.btn-check:checked + .btn-cc-inv-warning:focus, .btn-check:active + .btn-cc-inv-warning:focus, .btn-cc-inv-warning:active:focus, .btn-cc-inv-warning.active:focus, .show > .btn-cc-inv-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-cc-inv-warning:disabled, .btn-cc-inv-warning.disabled {
  color: #000;
  background-color: #ffc400;
  border-color: white;
}

.bg-warning-light {
  background-color: #fff0bf;
}

.label-warning {
  background-color: #ffc400;
}

.btn-cc-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-cc-danger:hover {
  color: white;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-cc-danger, .btn-cc-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-cc-danger, .btn-check:active + .btn-cc-danger, .btn-cc-danger:active, .btn-cc-danger.active, .btn-cc-danger.dropdown-toggle.show {
  color: white;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:checked + .btn-cc-danger:focus, .btn-check:active + .btn-cc-danger:focus, .btn-cc-danger:active:focus, .btn-cc-danger.active:focus, .btn-cc-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-cc-danger:disabled, .btn-cc-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-cc-inv-danger {
  color: white;
  background-color: #dc3545;
  border-color: white;
}
.btn-cc-inv-danger:hover {
  color: #dc3545;
  background-color: #fae1e3;
  border-color: #dc3545;
}
.btn-check:focus + .btn-cc-inv-danger, .btn-cc-inv-danger:focus {
  color: #dc3545;
  background-color: #fae1e3;
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-check:checked + .btn-cc-inv-danger, .btn-check:active + .btn-cc-inv-danger, .btn-cc-inv-danger:active, .btn-cc-inv-danger.active, .show > .btn-cc-inv-danger.dropdown-toggle {
  color: #dc3545;
  background-color: #fae1e3;
  border-color: white;
}
.btn-check:checked + .btn-cc-inv-danger:focus, .btn-check:active + .btn-cc-inv-danger:focus, .btn-cc-inv-danger:active:focus, .btn-cc-inv-danger.active:focus, .show > .btn-cc-inv-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-cc-inv-danger:disabled, .btn-cc-inv-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: white;
}

.bg-danger-light {
  background-color: #f6cdd1;
}

.label-danger {
  background-color: #dc3545;
}

.btn-cc-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-cc-light:hover {
  color: white;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-cc-light, .btn-cc-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-cc-light, .btn-check:active + .btn-cc-light, .btn-cc-light:active, .btn-cc-light.active, .btn-cc-light.dropdown-toggle.show {
  color: white;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:checked + .btn-cc-light:focus, .btn-check:active + .btn-cc-light:focus, .btn-cc-light:active:focus, .btn-cc-light.active:focus, .btn-cc-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-cc-light:disabled, .btn-cc-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-cc-inv-light {
  color: white;
  background-color: #f8f9fa;
  border-color: white;
}
.btn-cc-inv-light:hover {
  color: #f8f9fa;
  background-color: #fefefe;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-cc-inv-light, .btn-cc-inv-light:focus {
  color: #f8f9fa;
  background-color: #fefefe;
  border-color: #f8f9fa;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-check:checked + .btn-cc-inv-light, .btn-check:active + .btn-cc-inv-light, .btn-cc-inv-light:active, .btn-cc-inv-light.active, .show > .btn-cc-inv-light.dropdown-toggle {
  color: #f8f9fa;
  background-color: #fefefe;
  border-color: white;
}
.btn-check:checked + .btn-cc-inv-light:focus, .btn-check:active + .btn-cc-inv-light:focus, .btn-cc-inv-light:active:focus, .btn-cc-inv-light.active:focus, .show > .btn-cc-inv-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-cc-inv-light:disabled, .btn-cc-inv-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: white;
}

.bg-light-light {
  background-color: #fdfefe;
}

.label-light {
  background-color: #f8f9fa;
}

.btn-cc-dark {
  color: #212529;
  border-color: #212529;
}
.btn-cc-dark:hover {
  color: white;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-cc-dark, .btn-cc-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-cc-dark, .btn-check:active + .btn-cc-dark, .btn-cc-dark:active, .btn-cc-dark.active, .btn-cc-dark.dropdown-toggle.show {
  color: white;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-cc-dark:focus, .btn-check:active + .btn-cc-dark:focus, .btn-cc-dark:active:focus, .btn-cc-dark.active:focus, .btn-cc-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-cc-dark:disabled, .btn-cc-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-cc-inv-dark {
  color: white;
  background-color: #212529;
  border-color: white;
}
.btn-cc-inv-dark:hover {
  color: #212529;
  background-color: #dededf;
  border-color: #212529;
}
.btn-check:focus + .btn-cc-inv-dark, .btn-cc-inv-dark:focus {
  color: #212529;
  background-color: #dededf;
  border-color: #212529;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-check:checked + .btn-cc-inv-dark, .btn-check:active + .btn-cc-inv-dark, .btn-cc-inv-dark:active, .btn-cc-inv-dark.active, .show > .btn-cc-inv-dark.dropdown-toggle {
  color: #212529;
  background-color: #dededf;
  border-color: white;
}
.btn-check:checked + .btn-cc-inv-dark:focus, .btn-check:active + .btn-cc-inv-dark:focus, .btn-cc-inv-dark:active:focus, .btn-cc-inv-dark.active:focus, .show > .btn-cc-inv-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-cc-inv-dark:disabled, .btn-cc-inv-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: white;
}

.bg-dark-light {
  background-color: #c8c9ca;
}

.label-dark {
  background-color: #212529;
}

.btn-cc-tutor {
  color: #34e686;
  border-color: #34e686;
}
.btn-cc-tutor:hover {
  color: white;
  background-color: #34e686;
  border-color: #34e686;
}
.btn-check:focus + .btn-cc-tutor, .btn-cc-tutor:focus {
  box-shadow: 0 0 0 0.25rem rgba(52, 230, 134, 0.5);
}
.btn-check:checked + .btn-cc-tutor, .btn-check:active + .btn-cc-tutor, .btn-cc-tutor:active, .btn-cc-tutor.active, .btn-cc-tutor.dropdown-toggle.show {
  color: white;
  background-color: #34e686;
  border-color: #34e686;
}
.btn-check:checked + .btn-cc-tutor:focus, .btn-check:active + .btn-cc-tutor:focus, .btn-cc-tutor:active:focus, .btn-cc-tutor.active:focus, .btn-cc-tutor.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(52, 230, 134, 0.5);
}
.btn-cc-tutor:disabled, .btn-cc-tutor.disabled {
  color: #34e686;
  background-color: transparent;
}

.btn-cc-inv-tutor {
  color: white;
  background-color: #34e686;
  border-color: white;
}
.btn-cc-inv-tutor:hover {
  color: #34e686;
  background-color: #e1fbed;
  border-color: #34e686;
}
.btn-check:focus + .btn-cc-inv-tutor, .btn-cc-inv-tutor:focus {
  color: #34e686;
  background-color: #e1fbed;
  border-color: #34e686;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-check:checked + .btn-cc-inv-tutor, .btn-check:active + .btn-cc-inv-tutor, .btn-cc-inv-tutor:active, .btn-cc-inv-tutor.active, .show > .btn-cc-inv-tutor.dropdown-toggle {
  color: #34e686;
  background-color: #e1fbed;
  border-color: white;
}
.btn-check:checked + .btn-cc-inv-tutor:focus, .btn-check:active + .btn-cc-inv-tutor:focus, .btn-cc-inv-tutor:active:focus, .btn-cc-inv-tutor.active:focus, .show > .btn-cc-inv-tutor.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-cc-inv-tutor:disabled, .btn-cc-inv-tutor.disabled {
  color: #000;
  background-color: #34e686;
  border-color: white;
}

.bg-tutor-light {
  background-color: #ccf9e1;
}

.label-tutor {
  background-color: #34e686;
}

.btn-cc-apprentice {
  color: #6520d8;
  border-color: #6520d8;
}
.btn-cc-apprentice:hover {
  color: white;
  background-color: #6520d8;
  border-color: #6520d8;
}
.btn-check:focus + .btn-cc-apprentice, .btn-cc-apprentice:focus {
  box-shadow: 0 0 0 0.25rem rgba(101, 32, 216, 0.5);
}
.btn-check:checked + .btn-cc-apprentice, .btn-check:active + .btn-cc-apprentice, .btn-cc-apprentice:active, .btn-cc-apprentice.active, .btn-cc-apprentice.dropdown-toggle.show {
  color: white;
  background-color: #6520d8;
  border-color: #6520d8;
}
.btn-check:checked + .btn-cc-apprentice:focus, .btn-check:active + .btn-cc-apprentice:focus, .btn-cc-apprentice:active:focus, .btn-cc-apprentice.active:focus, .btn-cc-apprentice.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(101, 32, 216, 0.5);
}
.btn-cc-apprentice:disabled, .btn-cc-apprentice.disabled {
  color: #6520d8;
  background-color: transparent;
}

.btn-cc-inv-apprentice {
  color: white;
  background-color: #6520d8;
  border-color: white;
}
.btn-cc-inv-apprentice:hover {
  color: #6520d8;
  background-color: #e8def9;
  border-color: #6520d8;
}
.btn-check:focus + .btn-cc-inv-apprentice, .btn-cc-inv-apprentice:focus {
  color: #6520d8;
  background-color: #e8def9;
  border-color: #6520d8;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-check:checked + .btn-cc-inv-apprentice, .btn-check:active + .btn-cc-inv-apprentice, .btn-cc-inv-apprentice:active, .btn-cc-inv-apprentice.active, .show > .btn-cc-inv-apprentice.dropdown-toggle {
  color: #6520d8;
  background-color: #e8def9;
  border-color: white;
}
.btn-check:checked + .btn-cc-inv-apprentice:focus, .btn-check:active + .btn-cc-inv-apprentice:focus, .btn-cc-inv-apprentice:active:focus, .btn-cc-inv-apprentice.active:focus, .show > .btn-cc-inv-apprentice.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-cc-inv-apprentice:disabled, .btn-cc-inv-apprentice.disabled {
  color: #fff;
  background-color: #6520d8;
  border-color: white;
}

.bg-apprentice-light {
  background-color: #d9c7f5;
}

.label-apprentice {
  background-color: #6520d8;
}

.btn-cc-talent-check {
  color: #27AB40;
  border-color: #27AB40;
}
.btn-cc-talent-check:hover {
  color: white;
  background-color: #27AB40;
  border-color: #27AB40;
}
.btn-check:focus + .btn-cc-talent-check, .btn-cc-talent-check:focus {
  box-shadow: 0 0 0 0.25rem rgba(39, 171, 64, 0.5);
}
.btn-check:checked + .btn-cc-talent-check, .btn-check:active + .btn-cc-talent-check, .btn-cc-talent-check:active, .btn-cc-talent-check.active, .btn-cc-talent-check.dropdown-toggle.show {
  color: white;
  background-color: #27AB40;
  border-color: #27AB40;
}
.btn-check:checked + .btn-cc-talent-check:focus, .btn-check:active + .btn-cc-talent-check:focus, .btn-cc-talent-check:active:focus, .btn-cc-talent-check.active:focus, .btn-cc-talent-check.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(39, 171, 64, 0.5);
}
.btn-cc-talent-check:disabled, .btn-cc-talent-check.disabled {
  color: #27AB40;
  background-color: transparent;
}

.btn-cc-inv-talent-check {
  color: white;
  background-color: #27AB40;
  border-color: white;
}
.btn-cc-inv-talent-check:hover {
  color: #27AB40;
  background-color: #dff2e2;
  border-color: #27AB40;
}
.btn-check:focus + .btn-cc-inv-talent-check, .btn-cc-inv-talent-check:focus {
  color: #27AB40;
  background-color: #dff2e2;
  border-color: #27AB40;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-check:checked + .btn-cc-inv-talent-check, .btn-check:active + .btn-cc-inv-talent-check, .btn-cc-inv-talent-check:active, .btn-cc-inv-talent-check.active, .show > .btn-cc-inv-talent-check.dropdown-toggle {
  color: #27AB40;
  background-color: #dff2e2;
  border-color: white;
}
.btn-check:checked + .btn-cc-inv-talent-check:focus, .btn-check:active + .btn-cc-inv-talent-check:focus, .btn-cc-inv-talent-check:active:focus, .btn-cc-inv-talent-check.active:focus, .show > .btn-cc-inv-talent-check.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-cc-inv-talent-check:disabled, .btn-cc-inv-talent-check.disabled {
  color: #000;
  background-color: #27AB40;
  border-color: white;
}

.bg-talent-check-light {
  background-color: #c9eacf;
}

.label-talent-check {
  background-color: #27AB40;
}

.btn-cc-white {
  color: white;
  border-color: white;
}
.btn-cc-white:hover {
  color: white;
  background-color: white;
  border-color: white;
}
.btn-check:focus + .btn-cc-white, .btn-cc-white:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-check:checked + .btn-cc-white, .btn-check:active + .btn-cc-white, .btn-cc-white:active, .btn-cc-white.active, .btn-cc-white.dropdown-toggle.show {
  color: white;
  background-color: white;
  border-color: white;
}
.btn-check:checked + .btn-cc-white:focus, .btn-check:active + .btn-cc-white:focus, .btn-cc-white:active:focus, .btn-cc-white.active:focus, .btn-cc-white.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-cc-white:disabled, .btn-cc-white.disabled {
  color: white;
  background-color: transparent;
}

.btn-cc-inv-white {
  color: white;
  background-color: white;
  border-color: white;
}
.btn-cc-inv-white:hover {
  color: white;
  background-color: white;
  border-color: white;
}
.btn-check:focus + .btn-cc-inv-white, .btn-cc-inv-white:focus {
  color: white;
  background-color: white;
  border-color: white;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-check:checked + .btn-cc-inv-white, .btn-check:active + .btn-cc-inv-white, .btn-cc-inv-white:active, .btn-cc-inv-white.active, .show > .btn-cc-inv-white.dropdown-toggle {
  color: white;
  background-color: white;
  border-color: white;
}
.btn-check:checked + .btn-cc-inv-white:focus, .btn-check:active + .btn-cc-inv-white:focus, .btn-cc-inv-white:active:focus, .btn-cc-inv-white.active:focus, .show > .btn-cc-inv-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-cc-inv-white:disabled, .btn-cc-inv-white.disabled {
  color: #000;
  background-color: white;
  border-color: white;
}

.bg-white-light {
  background-color: white;
}

.label-white {
  background-color: white;
}

.btn-cc-gray {
  color: #707070;
  border-color: #707070;
}
.btn-cc-gray:hover {
  color: white;
  background-color: #707070;
  border-color: #707070;
}
.btn-check:focus + .btn-cc-gray, .btn-cc-gray:focus {
  box-shadow: 0 0 0 0.25rem rgba(112, 112, 112, 0.5);
}
.btn-check:checked + .btn-cc-gray, .btn-check:active + .btn-cc-gray, .btn-cc-gray:active, .btn-cc-gray.active, .btn-cc-gray.dropdown-toggle.show {
  color: white;
  background-color: #707070;
  border-color: #707070;
}
.btn-check:checked + .btn-cc-gray:focus, .btn-check:active + .btn-cc-gray:focus, .btn-cc-gray:active:focus, .btn-cc-gray.active:focus, .btn-cc-gray.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(112, 112, 112, 0.5);
}
.btn-cc-gray:disabled, .btn-cc-gray.disabled {
  color: #707070;
  background-color: transparent;
}

.btn-cc-inv-gray {
  color: white;
  background-color: #707070;
  border-color: white;
}
.btn-cc-inv-gray:hover {
  color: #707070;
  background-color: #eaeaea;
  border-color: #707070;
}
.btn-check:focus + .btn-cc-inv-gray, .btn-cc-inv-gray:focus {
  color: #707070;
  background-color: #eaeaea;
  border-color: #707070;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-check:checked + .btn-cc-inv-gray, .btn-check:active + .btn-cc-inv-gray, .btn-cc-inv-gray:active, .btn-cc-inv-gray.active, .show > .btn-cc-inv-gray.dropdown-toggle {
  color: #707070;
  background-color: #eaeaea;
  border-color: white;
}
.btn-check:checked + .btn-cc-inv-gray:focus, .btn-check:active + .btn-cc-inv-gray:focus, .btn-cc-inv-gray:active:focus, .btn-cc-inv-gray.active:focus, .show > .btn-cc-inv-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-cc-inv-gray:disabled, .btn-cc-inv-gray.disabled {
  color: #fff;
  background-color: #707070;
  border-color: white;
}

.bg-gray-light {
  background-color: #dbdbdb;
}

.label-gray {
  background-color: #707070;
}

.btn-cc-info-dark {
  color: #227AD8;
  border-color: #227AD8;
}
.btn-cc-info-dark:hover {
  color: white;
  background-color: #227AD8;
  border-color: #227AD8;
}
.btn-check:focus + .btn-cc-info-dark, .btn-cc-info-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(34, 122, 216, 0.5);
}
.btn-check:checked + .btn-cc-info-dark, .btn-check:active + .btn-cc-info-dark, .btn-cc-info-dark:active, .btn-cc-info-dark.active, .btn-cc-info-dark.dropdown-toggle.show {
  color: white;
  background-color: #227AD8;
  border-color: #227AD8;
}
.btn-check:checked + .btn-cc-info-dark:focus, .btn-check:active + .btn-cc-info-dark:focus, .btn-cc-info-dark:active:focus, .btn-cc-info-dark.active:focus, .btn-cc-info-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(34, 122, 216, 0.5);
}
.btn-cc-info-dark:disabled, .btn-cc-info-dark.disabled {
  color: #227AD8;
  background-color: transparent;
}

.btn-cc-inv-info-dark {
  color: white;
  background-color: #227AD8;
  border-color: white;
}
.btn-cc-inv-info-dark:hover {
  color: #227AD8;
  background-color: #deebf9;
  border-color: #227AD8;
}
.btn-check:focus + .btn-cc-inv-info-dark, .btn-cc-inv-info-dark:focus {
  color: #227AD8;
  background-color: #deebf9;
  border-color: #227AD8;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-check:checked + .btn-cc-inv-info-dark, .btn-check:active + .btn-cc-inv-info-dark, .btn-cc-inv-info-dark:active, .btn-cc-inv-info-dark.active, .show > .btn-cc-inv-info-dark.dropdown-toggle {
  color: #227AD8;
  background-color: #deebf9;
  border-color: white;
}
.btn-check:checked + .btn-cc-inv-info-dark:focus, .btn-check:active + .btn-cc-inv-info-dark:focus, .btn-cc-inv-info-dark:active:focus, .btn-cc-inv-info-dark.active:focus, .show > .btn-cc-inv-info-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-cc-inv-info-dark:disabled, .btn-cc-inv-info-dark.disabled {
  color: #000;
  background-color: #227AD8;
  border-color: white;
}

.bg-info-dark-light {
  background-color: #c8def5;
}

.label-info-dark {
  background-color: #227AD8;
}

.btn-cc-secondary:hover {
  color: white;
  background-color: #34e686;
  border-color: #34e686;
}

.btn-cc-inv-secondary:hover {
  color: #e1fbed;
  background-color: #e1fbed;
  border-color: #34e686;
}

.accordion .accordion-item + .accordion-item {
  margin-top: 0.5rem;
}
.accordion .accordion-button:not(.collapsed) {
  border: solid 1px #34e686;
  border-bottom: none;
}
.accordion .accordion-collapse.show {
  border: solid 1px #34e686;
  border-top: none;
}

.accordion-body p:last-child {
  margin-bottom: 0;
}

.list-group-flush .list-group-item {
  border-bottom-color: #707070;
}

.input-group :not(:first-child) {
  border-left: none;
}
.input-group :not(:last-child) {
  border-right: none;
}
.input-group > .is-valid + .input-group-text {
  color: #27AB40;
  border-color: #27AB40;
}
.input-group > .is-invalid + .input-group-text {
  color: #dc3545;
  border-color: #dc3545;
}

.btn[disabled] {
  cursor: not-allowed;
  pointer-events: all; /* Workaround for Bootstrap default style */
}

tbody tr.highlight td {
  background-color: #34e686;
  color: white;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #E0FEEE;
}

.table-cursor tbody tr:hover td,
.table-hover tbody tr:hover th {
  cursor: pointer;
}

@media print {
  .ccbar {
    display: none;
  }
  .container {
    width: 100% !important;
    max-width: 100% !important;
  }
  .form-control {
    border: none;
    padding-left: 0;
    background: none !important;
  }
  .form-control::placeholder {
    color: white;
    opacity: 0;
  }
  input[type=number]::-webkit-outer-spin-button,
  input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
  }
  .btn-print {
    color: black !important;
    border: solid 1px black;
    background: none;
  }
  .no-page-break-inside {
    page-break-inside: avoid;
    break-inside: avoid;
  }
  .page-break-after {
    break-after: page;
    page-break-after: always;
  }
  .page-break-before {
    break-before: page;
    page-break-before: always;
  }
  .col-print-1 {
    flex: 0 0 auto;
    width: 8.3333333333% !important;
  }
  .offset-print-1 {
    margin-left: 8.3333333333% !important;
  }
  .col-print-2 {
    flex: 0 0 auto;
    width: 16.6666666667% !important;
  }
  .offset-print-2 {
    margin-left: 16.6666666667% !important;
  }
  .col-print-3 {
    flex: 0 0 auto;
    width: 25% !important;
  }
  .offset-print-3 {
    margin-left: 25% !important;
  }
  .col-print-4 {
    flex: 0 0 auto;
    width: 33.3333333333% !important;
  }
  .offset-print-4 {
    margin-left: 33.3333333333% !important;
  }
  .col-print-5 {
    flex: 0 0 auto;
    width: 41.6666666667% !important;
  }
  .offset-print-5 {
    margin-left: 41.6666666667% !important;
  }
  .col-print-6 {
    flex: 0 0 auto;
    width: 50% !important;
  }
  .offset-print-6 {
    margin-left: 50% !important;
  }
  .col-print-7 {
    flex: 0 0 auto;
    width: 58.3333333333% !important;
  }
  .offset-print-7 {
    margin-left: 58.3333333333% !important;
  }
  .col-print-8 {
    flex: 0 0 auto;
    width: 66.6666666667% !important;
  }
  .offset-print-8 {
    margin-left: 66.6666666667% !important;
  }
  .col-print-9 {
    flex: 0 0 auto;
    width: 75% !important;
  }
  .offset-print-9 {
    margin-left: 75% !important;
  }
  .col-print-10 {
    flex: 0 0 auto;
    width: 83.3333333333% !important;
  }
  .offset-print-10 {
    margin-left: 83.3333333333% !important;
  }
  .col-print-11 {
    flex: 0 0 auto;
    width: 91.6666666667% !important;
  }
  .offset-print-11 {
    margin-left: 91.6666666667% !important;
  }
}
@media screen and (max-width: 1719.98px) {
  :root.general {
    --bs-root-font-size: 14px;
  }
}
@media screen and (max-width: 767.98px) {
  :root.portal {
    --bs-root-font-size: 12px;
  }
}
@media print {
  :root {
    --bs-root-font-size: 10px !important;
  }
}
#ccbar-flicker-fix {
  min-height: 75px;
  background-color: #f8f8f8;
}
aside[aria-label="CC Group"] + #ccbar-flicker-fix {
  display: none;
}

h1, .h1 {
  padding-bottom: 2rem;
}

h4, .h4 {
  text-transform: uppercase;
  padding-bottom: 1rem;
  font-weight: bold;
}

.fs-tiny {
  font-size: 0.7rem;
}

label {
  font-weight: bold;
}

.text-hyphenate {
  hyphens: auto;
}

.flex-even-size {
  flex: 1 1 0;
  text-align: center;
}

.bg-light-alternate {
  background-color: #F5F3F0;
}

.bg-primary-light {
  background-color: #E0FEEE;
}

.bg-primary-lighter {
  background-color: #E8FDF2;
}

.btn-inline {
  display: inline-flex;
  align-items: center;
  padding: 0.025rem 0.5rem;
  font-size: 0.75rem;
  white-space: nowrap;
}

.btn-sm, .btn-group-sm > .btn {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.btn-sm .fa, .btn-group-sm > .btn .fa {
  line-height: 1.4;
}

ul.angle-list {
  list-style: none;
  padding-left: 0;
}
ul.angle-list li:before {
  font-family: "FontAwesome";
  font-weight: bold;
  content: "\f105";
  margin-right: 0.3rem;
}

.primary-speech-bubble {
  color: white;
}
.primary-speech-bubble a {
  color: white;
}
.primary-speech-bubble.fs-1, .primary-speech-bubble fs-1 {
  line-height: 1.2;
}

.help-pop {
  font-size: 80%;
  color: black;
  cursor: pointer;
}

.section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section-buttons {
  column-gap: 2rem;
  row-gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
  display: inline-flex;
}
.section-buttons.compact {
  column-gap: 1.5rem;
}
@media (max-width: 1399.98px) {
  .section-buttons {
    flex-direction: column;
    align-items: start;
  }
}

.section-image-container {
  text-align: end;
}
.section-image-container img {
  max-width: 34.5rem;
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .section-image-container img {
    margin-top: -7rem;
  }
}
.section-image-container img.small {
  max-width: 20rem;
}
@media (min-width: 576px) and (max-width: 1399.98px) {
  .section-image-container img.small {
    margin-top: -7rem;
  }
}

@media (max-width: 1399.98px) {
  .section-image {
    max-width: 24rem;
  }
}

.share-icons {
  display: inline-flex;
  font-size: 1.2rem;
  width: 8rem;
}

.speech-bubble {
  padding: 1.5rem 0.75rem 1.5rem 2.75rem;
}
.speech-bubble, .speech-bubble a {
  color: white;
}

.highlight-box {
  padding: 1.5rem;
  border: solid 1px;
  border-radius: 0.6em;
}

.form-rows > .row > * {
  margin-top: 0.75rem;
}

.form-row .row {
  margin-top: 0.75rem;
}

.form-row-first {
  margin-top: -0.75rem;
}

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

label.form-control,
span.form-control {
  min-height: 2.25rem;
}

.col-form-value {
  display: inline-flex;
  align-items: center;
}

.is-invalid::placeholder {
  color: #fae1e3;
}

.alert-icon {
  float: left;
  margin-left: 1rem;
  margin-right: 1rem;
}

.label {
  display: inline;
  font-size: 75%;
  font-weight: bold;
  color: white;
  text-align: center;
  border-radius: 0.375rem;
  padding: 0.2em 0.6em 0.3em;
}

.nav-wizard {
  display: none;
}

.action-buttons {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 0.5rem;
}

.cursor-default {
  cursor: default;
}

.marquee {
  animation-iteration-count: infinite;
  animation-name: marquee-move-left;
  animation-timing-function: linear;
}

@keyframes marquee-move-left {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
.list-style-checkmark > li {
  padding-left: 0.25rem;
}
.list-style-checkmark > li::marker {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.list-style-wide > li + li {
  margin-top: 1rem;
}

.dynheadersortable {
  white-space: nowrap;
  cursor: pointer;
}

.dyntableheader {
  margin-bottom: 0.75rem;
}

.dynsearch-group {
  width: 20rem;
  max-width: 100%;
}

.dyntable-wrapper .no-result {
  min-height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.dyntable-wrapper .page-item.disabled {
  cursor: not-allowed;
}

.portal-container {
  /* Workarounds for very narrow screens */
}
@media (max-width: 575.98px) {
  .portal-container {
    max-width: 31rem;
  }
}
@media (max-width: 767.98px) {
  .portal-container #logo {
    width: 8rem;
  }
}
@media (min-width: 768px) {
  .portal-container #logo {
    width: 7rem;
  }
}
@media (max-width: 450px) {
  .portal-container .logo-container img {
    width: 7rem !important;
  }
  .portal-container .portal-bubble-container {
    width: 100% !important;
    font-size: 1.6rem !important;
  }
}
.portal-container .language-switcher-container {
  max-width: 31rem;
  width: 100%;
  display: inline-block;
  text-align: end;
}
@media (max-width: 767.98px) {
  .portal-container .slogan-container {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .portal-container .slogan-container {
    font-size: 1.4rem;
  }
}
.portal-container .portal-bubble-container {
  width: 15rem;
  height: 16.5rem;
  font-size: 0.8rem;
}
.portal-container .portal-bubble-container, .portal-container .portal-bubble-container a:not(.btn) {
  color: white;
}
.portal-container .portal-bubble-container .site-title {
  font-size: 1.9rem;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .portal-container .portal-bubble-container.apprentice {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .portal-container .portal-bubble-container.apprentice {
    margin-top: 5rem;
  }
}
.portal-container .portal-bubble-container ul {
  padding-left: 0.5rem;
  list-style-type: "-";
}
.portal-container .portal-bubble-container ul li {
  padding-left: 1rem;
}
@media (max-width: 767.98px) {
  .portal-container .welcome-text {
    font-size: 1.4rem;
    max-width: 31rem;
  }
}
@media (min-width: 768px) {
  .portal-container .welcome-text {
    font-size: 0.9rem;
    max-width: 15rem;
  }
}
.portal-container .cc-logo-footer {
  margin-right: 1.75rem;
}
.portal-container .ww-logo-footer {
  max-height: 5.5rem;
}

#siteBanner {
  position: relative;
  z-index: 1000000;
  margin: 0;
  padding: 0.5em;
  font-weight: bold;
  color: black;
  background-color: #FFC400;
  text-align: center;
}

@media (min-width: 1400px) {
  #header {
    margin-top: 2rem;
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 576px) and (max-width: 1399.98px) {
  #header {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 575.98px) {
  #header {
    margin-top: 1.4rem;
    margin-bottom: 3rem;
  }
}

#headerLogo {
  height: 5.75rem;
}

#slogan {
  color: #34e686;
  margin-left: 1.75rem;
}

#headerSearch {
  font-size: 1.4rem;
  color: black;
}

.language-switcher > * {
  min-width: 4rem;
  width: 4rem;
}

#headerSecondRow {
  height: 3rem;
}

#mainMenuNavbar {
  padding: 0;
}

#mainMenu .nav-link {
  color: black;
  font-weight: bold;
}
#mainMenu .nav-link .nav-item-icon {
  display: none;
}
#mainMenu .dropdown-menu {
  border: none;
  border-radius: 0;
}
#mainMenu .dropdown-menu li {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
#mainMenu .dropdown-menu li .dropdown-item {
  font-weight: bold;
}
#mainMenu .dropdown-menu li .dropdown-item .nav-item-icon {
  display: inline;
}
#mainMenu .nav-link,
#mainMenu .dropdown-item {
  padding: 0;
  white-space: nowrap;
}
#mainMenu .nav-link:hover, #mainMenu .nav-link.active,
#mainMenu .dropdown-item:hover,
#mainMenu .dropdown-item.active {
  color: black;
  background-color: transparent;
}
#mainMenu .nav-link,
#mainMenu .dropdown-item .nav-item-text {
  padding-bottom: 0.35rem;
  border-bottom: solid 0.15rem transparent;
}
#mainMenu .nav-link:hover,
#mainMenu .nav-link.active,
#mainMenu a.dropdown-item:hover .nav-item-text,
#mainMenu a.dropdown-item.active .nav-item-text {
  border-bottom-color: #34e686;
}
@media (min-width: 1400px) {
  #mainMenu .nav-item + .nav-item {
    margin-left: 1.6rem;
  }
  #mainMenu .dropdown-menu {
    background-color: #E0FEEE;
    padding: 0.75rem 1.5rem;
  }
  #mainMenu .dropdown-menu li + li {
    margin-top: 0.75rem;
  }
}
@media (min-width: 576px) and (max-width: 1399.98px) {
  #mainMenu {
    position: absolute;
    top: -5.1rem;
    right: 0;
  }
}
@media (max-width: 575.98px) {
  #mainMenu {
    position: fixed;
    top: 7rem;
    right: -0.5rem;
  }
}
@media (max-width: 1399.98px) {
  #mainMenu {
    z-index: 1001;
    min-width: 16rem;
    padding: 2rem 3rem;
    background-color: rgba(255, 255, 255, 0.95);
    border: solid 0.2rem #34e686;
    border-radius: 0.4rem;
  }
  #mainMenu .nav-link,
  #mainMenu .dropdown-item .nav-item-text {
    display: inline-block;
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }
  #mainMenu .dropdown-menu {
    margin-left: 1rem;
    padding-top: 0;
    background-color: transparent;
  }
  #mainMenu .dropdown-menu .dropdown-item {
    width: auto;
    color: #34e686;
  }
}

#mainMenuToggle {
  font-size: 1.8rem;
  color: black;
}

#footer {
  margin-bottom: 3.3rem;
}
#footer a {
  color: black;
}
#footer a:hover {
  color: #34e686;
}
#footer .logos img {
  height: 4rem;
}

#newsPage .news-item-list .news-image {
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
#newsPage .news-item-list .news-item-left .news-image {
  mask-image: url(/img/news-image-mask-1.png);
  -webkit-mask-image: url(/img/news-image-mask-1.png);
}
@media (min-width: 1400px) {
  #newsPage .news-item-list .news-item-right .news-title-container {
    padding-bottom: 1.5rem;
  }
  #newsPage .news-item-list .news-item-right .news-image-container {
    margin-bottom: -1.5rem;
  }
}
#newsPage .news-item-list .news-item-right .news-image {
  mask-image: url(/img/news-image-mask-2.png);
  -webkit-mask-image: url(/img/news-image-mask-2.png);
}
@media (min-width: 1400px) {
  #newsPage .news-item-list {
    background-image: url("/img/vertical-separator.png");
    background-position-x: center;
    background-repeat: repeat-y;
  }
  #newsPage .news-item-list .news-item-left {
    padding-right: 4rem;
  }
  #newsPage .news-item-list .news-item-right {
    padding-left: 4rem;
  }
}

#newsDesktopBubble {
  margin-left: calc(-1 * (var(--bs-gutter-x) + var(--ww-bubble-pointer-inset)));
}

#newsTabletBubble {
  width: 32rem;
  margin-top: -1.3rem;
}

.mobile-news-text .news-text {
  min-height: 18rem;
  align-items: center;
  display: flex;
}

.news-text a {
  color: white;
}

#newsItem .caption-desc {
  position: absolute;
  bottom: 0;
  background-color: #707070;
  color: white;
  left: 1rem;
  right: 1rem;
  opacity: 0.75;
}
#newsItem .caption-desc .desc-content {
  padding: 0.5rem 0.75rem;
}

#tutorHome .step .number-bubble,
#apprenticeHome .step .number-bubble {
  font-size: 1.8rem;
}
@media (max-width: 575.98px) {
  #tutorHome .step .number-bubble,
  #apprenticeHome .step .number-bubble {
    min-width: 3rem;
    height: 3.75rem;
  }
}
@media (min-width: 576px) {
  #tutorHome .step .number-bubble,
  #apprenticeHome .step .number-bubble {
    min-width: 4rem;
    height: 4.5rem;
  }
}
@media (max-width: 1399.98px) {
  #tutorHome .step,
  #apprenticeHome .step {
    width: 32rem;
  }
}
#tutorHome .step-caption,
#apprenticeHome .step-caption {
  position: relative;
  background-color: rgba(52, 230, 134, 0.75);
  height: 2.4rem;
  margin-top: -2.4rem;
}
#tutorHome .step-caption a,
#apprenticeHome .step-caption a {
  color: white;
}
@media (min-width: 1400px) {
  #tutorHome #allInfo,
  #tutorHome #allModules,
  #apprenticeHome #allInfo,
  #apprenticeHome #allModules {
    margin-top: -2.5rem !important;
  }
}
@media (max-width: 1399.98px) {
  #tutorHome .home-contact-bubble,
  #apprenticeHome .home-contact-bubble {
    margin-bottom: -12rem;
  }
}
@media (min-width: 1400px) {
  #tutorHome .home-contact-bubble,
  #apprenticeHome .home-contact-bubble {
    margin-right: calc(-1 * (var(--bs-gutter-x) + var(--ww-bubble-pointer-inset)));
  }
}

#apprenticeHome .featured-profession .profession-title {
  margin-bottom: -1rem;
  hyphens: auto;
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  #apprenticeHome .featured-profession img {
    max-width: 24rem;
  }
}
#apprenticeHome .toolbox-bubble-container {
  width: 33.5rem;
  height: 28rem;
}
@media (min-width: 1400px) {
  #apprenticeHome .toolbox-bubble-container {
    margin-top: -5rem;
  }
}
#apprenticeHome .toolbox-item {
  display: flex;
}
@media (max-width: 575.98px) {
  #apprenticeHome .toolbox-item {
    margin-top: 1rem;
  }
}
@media (min-width: 576px) {
  #apprenticeHome .toolbox-item {
    flex-direction: column;
  }
}
#apprenticeHome .toolbox-item .fa-angle-right {
  line-height: inherit;
}
#apprenticeHome .toolbox-item .icon {
  margin-left: 1rem;
  width: 4rem;
}
@media (max-width: 575.98px) {
  #apprenticeHome .toolbox-item .icon {
    justify-self: center;
  }
}
@media (min-width: 576px) {
  #apprenticeHome .toolbox-item .icon {
    margin-top: 0.75rem;
    justify-self: end;
  }
}
#apprenticeHome .toolbox-item .icon img {
  height: 4rem;
}

@media (max-width: 1399.98px) {
  .formation-page .title-bubble {
    max-width: 32rem;
  }
}
@media (min-width: 1400px) {
  .formation-page .title-bubble {
    margin-left: -2.8rem;
  }
}
@media (min-width: 1400px) {
  .formation-page .checklist-bubble-container {
    margin-top: -10rem;
  }
}
@media (min-width: 576px) and (max-width: 1399.98px) {
  .formation-page .crossborder-section .section-image-container img {
    margin-top: -11rem;
  }
}

#tutorTraining .hot-info-bubble-container {
  max-width: 35rem;
}
@media (min-width: 1400px) {
  #tutorTraining .hot-info-bubble-container {
    margin-top: -2rem;
  }
}
#tutorTraining .hot-inscr-bubble-container {
  width: 18rem;
  height: 8rem;
}
@media (max-width: 1399.98px) {
  #tutorTraining .hot-inscr-bubble-container {
    margin-bottom: -4rem;
  }
}
@media (min-width: 576px) and (max-width: 1399.98px) {
  #tutorTraining .hot-inscr-bubble-container {
    margin-left: 21rem;
    margin-bottom: -4rem;
  }
}
@media (min-width: 1400px) {
  #tutorTraining .hot-inscr-bubble-container {
    margin-left: -4.5rem;
    margin-top: -2rem;
  }
}
#tutorTraining .nav-tabs {
  border-bottom: none;
}
#tutorTraining .nav-tabs .nav-link {
  border-color: #34e686;
}
#tutorTraining .nav-tabs .nav-link.active, #tutorTraining .nav-tabs .nav-link:hover {
  background-color: #34e686;
  color: white;
}

#unitConsult .module-row a {
  color: black;
}
#unitConsult .module-row a:hover {
  color: #34e686;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25rem;
}

#unitDetails .unit-info {
  border: solid 1px #34e686;
}
@media (max-width: 767.98px) {
  #unitDetails .unit-info .row {
    flex-direction: column;
  }
}
#unitDetails .unit-info .row + .row {
  border-top: solid 1px #707070;
}
#unitDetails .unit-info .row .info-label {
  background-color: #E8FDF2;
  font-weight: bold;
  padding: 1rem 1rem 1rem 2rem;
}
#unitDetails .unit-info .row .info-value {
  padding: 1rem 1rem 1rem 2rem;
}
#unitDetails .comp-details .number-bubble {
  flex-basis: 5rem;
  min-width: 5rem;
  padding: 1rem;
  height: 6rem;
}
#unitDetails .comp-details .comp-label {
  color: #34e686;
  display: inline-flex;
}
#unitDetails .comp-details .comp-label .bubble-addon {
  flex: 0 0 0.75rem;
  min-width: 0.75rem;
  background-image: url("/img/bubble-label-bg.png");
  background-size: cover;
}
#unitDetails .comp-details .comp-label .comp-label-content {
  flex-grow: 1;
  background-color: white;
  padding: 0.5rem 0.75rem;
}
#unitDetails .comp-details .comp-texts {
  margin-left: 5rem;
}

.competence {
  border: solid 1px #DFDFDF;
}
.competence .competence-header {
  border-bottom: solid 1px #DFDFDF;
}
.competence .competence-number {
  border-right: solid 1px #DFDFDF;
  border-bottom: solid 1px #DFDFDF;
}
.competence .failed .justification-failed {
  color: red;
}
.competence .failed .justification-succeeded {
  display: none;
}
.competence .failed textarea {
  border-color: red;
}
.competence .succeeded .justification-failed {
  display: none;
}
.competence .eval-result {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  justify-content: center;
}
.competence .result-score {
  flex: 0 0 4rem;
}
@media print {
  .competence .result-score {
    text-align: end;
    padding-right: 0;
  }
}

@media (max-width: 1399.98px) {
  .talent-check-page .title-bubble {
    max-width: 32rem;
  }
}
@media (min-width: 1400px) {
  .talent-check-page .title-bubble {
    margin-left: -2.8rem;
  }
}

#contact .contact-table {
  display: flex;
  margin-top: 2rem;
  margin-bottom: 4rem;
  border: solid 1px #34e686;
  border-bottom-width: 0;
}
#contact .contact-table tbody {
  display: flex;
  flex-direction: column;
  flex: 1 0;
}
#contact .contact-table tr {
  display: flex;
}
@media (max-width: 767.98px) {
  #contact .contact-table tr {
    flex-direction: column;
  }
}
#contact .contact-table th, #contact .contact-table td {
  flex-grow: 0;
  flex-shrink: 0;
  min-width: 0;
}
@media (max-width: 767.98px) {
  #contact .contact-table th:nth-child(1), #contact .contact-table td:nth-child(1) {
    flex-basis: auto;
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  #contact .contact-table th:nth-child(1), #contact .contact-table td:nth-child(1) {
    flex-basis: 50%;
  }
}
@media (min-width: 1400px) {
  #contact .contact-table th:nth-child(1), #contact .contact-table td:nth-child(1) {
    flex-basis: 33%;
  }
}
@media (max-width: 767.98px) {
  #contact .contact-table th:nth-child(2), #contact .contact-table td:nth-child(2) {
    flex-basis: auto;
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  #contact .contact-table th:nth-child(2), #contact .contact-table td:nth-child(2) {
    flex-basis: 50%;
  }
}
@media (min-width: 1400px) {
  #contact .contact-table th:nth-child(2), #contact .contact-table td:nth-child(2) {
    flex-basis: 67%;
  }
}
#contact .contact-table th, #contact .contact-table td {
  padding: 1rem 2rem;
}
#contact .contact-table th {
  color: #34e686;
}
#contact .contact-table th:nth-child(1), #contact .contact-table td:nth-child(1) {
  color: #34e686;
  background-color: #E8FDF2;
}
#contact .contact-table b {
  color: black;
}
#contact .contact-table ul {
  margin-bottom: 0;
  padding-left: 1.3rem;
}

.documents .item-content p:last-child {
  margin-bottom: 0;
}

.professions-page .profession-sector-list a {
  margin-top: 0.75rem;
  padding: 0.75rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  border-radius: 0.5rem;
}
.professions-page .profession-sector-list a:hover {
  opacity: 0.75;
}
.professions-page .profession-sector-list a .sector-title {
  font-size: 1.5rem;
}
.professions-page .profession-sector-list a .sector-icon {
  min-width: 3.5rem;
  text-align: center;
}
.professions-page .profession-sector-list a .sector-icon img {
  height: 2.2rem;
}
.professions-page .profession-bubbles-container {
  display: inline-block;
}
@media (max-width: 1719.98px) {
  .professions-page .profession-bubbles-container {
    font-size: 17px;
  }
}
@media (min-width: 1720px) {
  .professions-page .profession-bubbles-container {
    font-size: 21px;
  }
}
.professions-page .profession-bubbles-container .bubble-wrapper {
  display: block;
  position: absolute;
}
.professions-page .profession-bubbles-container .bubble-wrapper:hover, .professions-page .profession-bubbles-container .bubble-wrapper:focus, .professions-page .profession-bubbles-container .bubble-wrapper:active, .professions-page .profession-bubbles-container .bubble-wrapper:visited {
  z-index: 1000;
  text-decoration: none;
}
.professions-page .profession-bubbles-container .bubble-wrapper .profession-bubble {
  color: black;
}
.professions-page .profession-bubbles-container .bubble-wrapper .profession-bubble:hover {
  color: white;
}
.professions-page .profession-bubbles-container .bubble-wrapper .profession-bubble .sector-icon {
  display: inline-block;
  line-height: 0;
  width: fit-content;
  height: fit-content;
  background-size: contain;
  background-repeat: no-repeat;
}
.professions-page .profession-bubbles-container .bubble-wrapper .profession-bubble .sector-icon img {
  height: 3rem;
}
.professions-page .profession-bubbles-container .bubble-wrapper .profession-bubble .profession-bubble-content {
  padding: 2rem;
}
.professions-page .profession-bubbles-container .bubble-wrapper .profession-bubble .sector-header {
  text-transform: uppercase;
  font-size: 0.7rem;
}
.professions-page .profession-bubbles-container .bubble-wrapper .profession-bubble .sector-title {
  font-size: 1.8rem;
  line-height: 2rem;
}
.professions-page .profession-bubbles-container .bubble-wrapper .profession-bubble .sector-title .sep {
  color: #C9C9C9;
}
.professions-page .profession-bubbles-container .bubble-wrapper .profession-bubble .sector-title .second-line {
  line-height: 2.8rem;
}
.professions-page .profession-bubbles-container .bubble-wrapper .profession-bubble:hover .sector-icon {
  color: white !important;
}
.professions-page .profession-bubbles-container .bubble-wrapper .profession-bubble:hover .sector-icon img {
  opacity: 0;
}
@media (min-width: 1400px) {
  .professions-page .profession-list {
    background-image: url("/img/vertical-separator.png");
    background-position-x: center;
    background-repeat: repeat-y;
  }
  .professions-page .profession-list .profession:nth-child(odd) {
    padding-right: 3rem;
  }
  .professions-page .profession-list .profession:nth-child(even) {
    padding-left: 3rem;
  }
}
.professions-page .profession-list .inline-image {
  float: left;
  max-width: 7.75rem;
}
.professions-page .text-industrie {
  color: #ff6d2e;
}
.professions-page .text-horeca {
  color: #2effff;
}
.professions-page .text-services {
  color: #6520d8;
}
.professions-page .text-commerce {
  color: #34e686;
}
.professions-page .text-socioedu_sante {
  color: #ffc400;
}
.professions-page .bg-industrie {
  background-color: #ff6d2e;
}
.professions-page .bg-horeca {
  background-color: #2effff;
}
.professions-page .bg-services {
  background-color: #6520d8;
}
.professions-page .bg-commerce {
  background-color: #34e686;
}
.professions-page .bg-socioedu_sante {
  background-color: #ffc400;
}

.login-page .login-select {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.login-page .login-select > li > .login-button {
  border: 1px solid #D8D8D8;
  border-radius: 5px;
}
.login-page .login-select > li > .login-button a {
  display: block;
  position: relative;
  padding: 1rem;
  border: solid 4px transparent;
}
.login-page .login-select > li > .login-button a:hover {
  background-color: #D8D8D8;
}
@media (max-width: 991.98px) {
  .login-page .login-select > li.login-luxtrust .login-description {
    padding-bottom: 1rem;
    border-bottom: 4px solid #34e686;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .login-page .login-select > li.login-luxtrust .login-description {
    border-right: 4px solid #34e686;
  }
}
.login-page .login-label {
  margin-top: 1rem;
  font-size: 1.2rem;
  color: black;
}
.login-page .login-image {
  padding-left: 1rem;
  padding-right: 1rem;
}
.login-page .login-image img {
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .login-page .login-select > li:nth-child(2) {
    border-left: none;
  }
}
@media (max-width: 767.98px) {
  .login-page .login-select > li:nth-child(2) {
    border-top: none;
  }
}

.object-embed {
  min-height: 100vh;
}
.object-embed object {
  width: 100%;
  height: 100%;
}

.luxtrust-embed {
  border: solid 1px #D8D8D8;
}
.luxtrust-embed iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 991.98px) {
  .luxtrust-login-embed {
    height: 63rem;
  }
}
@media (min-width: 992px) and (max-width: 1719.98px) {
  .luxtrust-login-embed {
    height: 50rem;
  }
}
@media (min-width: 1720px) {
  .luxtrust-login-embed {
    height: 35rem;
  }
}

@media (max-width: 991.98px) {
  .luxtrust-sign-embed {
    height: 85rem;
  }
}
@media (min-width: 992px) and (max-width: 1719.98px) {
  .luxtrust-sign-embed {
    height: 75rem;
  }
}
@media (min-width: 1720px) {
  .luxtrust-sign-embed {
    height: 65rem;
  }
}

.pft-page .page-header {
  font-size: 1.8rem;
  padding-bottom: 1rem;
  border-bottom: solid 1px #D8D8D8;
  margin-bottom: 1.5rem;
}
@media screen {
  .pft-page .pft-page-content {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media print {
  .pft-page.bg-primary-light {
    background-color: transparent;
  }
}

#pftMain {
  background-color: white;
  padding: 2rem;
}
#pftMain td, #pftMain th {
  vertical-align: middle;
}
#pftMain h1, #pftMain .h1, #pftMain h2, #pftMain .h2, #pftMain h3, #pftMain .h3, #pftMain h4, #pftMain .h4, #pftMain h5, #pftMain .h5, #pftMain h6, #pftMain .h6, #pftMain h7 {
  font-weight: bold;
}

#sideMenu ul {
  flex-direction: column;
}
#sideMenu li {
  background-color: white;
  font-weight: bold;
}
#sideMenu li.top-item {
  border: solid 1px #34e686;
  border-radius: 4px;
}
@media (min-width: 1400px) {
  #sideMenu li.top-item {
    border-right-width: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
#sideMenu li.top-item + li.top-item {
  margin-top: 0.75rem;
}
#sideMenu li a {
  display: block;
  padding-left: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #34e686;
}
#sideMenu li.top-item.active > a, #sideMenu li.top-item > a:hover {
  background-color: #34e686;
  color: white;
}
#sideMenu li .nav-sub {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
#sideMenu li .nav-sub li a {
  font-weight: normal;
}
#sideMenu li .nav-sub li.active .item-label,
#sideMenu li .nav-sub li a:hover .item-label {
  font-weight: bold;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 0.25rem;
}

#userActionMenu {
  position: absolute;
  top: 4rem;
  right: 0;
}
#userActionMenu .btn-action-menu {
  border: solid 2px black;
  border-radius: 0;
  background-color: white;
}
#userActionMenu .btn-action-menu + .btn-action-menu {
  border-top-width: 1px;
}
#userActionMenu .btn-action-menu:hover {
  background-color: #34e686;
  color: white;
}

.vis.timeline .item {
  border-color: #707070;
}

.vis.timeline .toeval {
  color: white;
  background-color: #27AB40;
}

.vis.timeline .done {
  color: white;
  background-color: #227AD8;
}

/*
.vis.timeline .item.selected {
    color: $colorFontDark;
    background-color: $colorYellow;
}
*/
#watermark {
  display: none;
  transform: rotate(-45deg);
  color: #D0D0D0 !important;
  font-weight: bold;
  font-size: 175px;
  position: fixed;
  z-index: -1000;
  top: 12cm;
  width: 17.7cm;
  text-align: center;
}

#evalStatus {
  position: fixed;
  bottom: 0px;
  left: 1.5rem;
  right: 1.5rem;
  background: white;
  border: 1px solid #D8D8D8;
  padding: 0.5rem;
  z-index: 200;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  gap: 1rem;
  justify-content: center;
}

.mailBody {
  height: 20rem;
  overflow-y: scroll;
  overflow-x: hidden;
  word-wrap: break-word;
  padding: 1rem;
}

.assCert {
  margin-left: 1.5cm;
  margin-right: 1.5cm;
  font-size: 80%;
  font-weight: 300;
}

#certCand {
  display: flex;
  align-items: center;
  display: -webkit-box;
  -webkit-box-align: center;
  width: 10.25cm;
  height: 8cm;
  margin-top: 1cm;
  margin-bottom: 1cm;
  padding: 2rem;
  padding-right: 4rem;
  background-image: url("../../img/tc-certificate/bubble-info.svg");
  background-size: 100% 100%;
  font-size: 120%;
  color-adjust: exact;
  -webkit-print-color-adjust: exact;
}

#assCertTitle {
  display: flex;
  align-items: flex-end;
  display: -webkit-box;
  -webkit-box-align: end;
  width: 11.25cm;
  height: 5cm;
  padding-bottom: 1.4cm;
  padding-left: 2.5cm;
  background-image: url("../../img/tc-certificate/bubble-title.svg");
  background-size: 100% 100%;
  text-transform: uppercase;
  font-size: 275%;
  font-weight: 800;
  color: white;
  color-adjust: exact;
  -webkit-print-color-adjust: exact;
}

#assCertLogo {
  margin-top: 3rem;
  margin-bottom: 1cm;
}
#assCertLogo img {
  height: 100px;
}

.certCandName {
  font-size: 150%;
  margin-bottom: 0.75rem;
}

.certCandNumber {
  font-weight: bold;
}

.certResults {
  margin-top: 1.5rem;
}

.certResult {
  margin-top: 1rem;
}

.certResultTitle {
  margin-bottom: 0.25rem;
  font-size: 120%;
  font-weight: bold;
}

.certResultCatRow {
  margin-bottom: 0.25cm;
}

.certResultTaskRow {
  display: flex;
  align-items: center;
  display: -webkit-box;
  -webkit-box-align: center;
}

.certResultBar {
  border: 1px solid black;
  border-radius: 8px;
}

.certResultBar .barFill {
  background: #4dbd38 !important;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  width: 40%;
  /* Adjust with JavaScript */
  height: 14px;
  color-adjust: exact;
  -webkit-print-color-adjust: exact;
}

.certResultBarTask {
  margin: 1px 0px;
  border: 1px solid black;
  border-radius: 6px;
}

.certResultBarTask .barFill {
  background: #4dbd38 !important;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 40%;
  /* Adjust with JavaScript */
  height: 8px;
  color-adjust: exact;
  -webkit-print-color-adjust: exact;
}

.barMarker {
  width: 50%;
  border-right: 3px solid #cdc3bb;
  height: 12px;
}

.certResultPer {
  font-size: 120%;
  margin-top: 0.23cm;
}

.certFinalResultBar {
  border: 1px solid black;
  border-radius: 8px;
}

.certFinalResultBar .barFill {
  background: #4dbd38 !important;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  width: 40%;
  /* Adjust with JavaScript */
  height: 24px;
  color-adjust: exact;
  -webkit-print-color-adjust: exact;
}

.certFinalResultPer {
  font-size: 150%;
}

#certInfo {
  margin-top: 3rem;
}
#certInfo .certSummary {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-box-align: center;
}
#certInfo .finalResult {
  margin-bottom: 1.5rem;
  font-weight: bold;
}
#certInfo .certPonctIcon .fa-thumbs-up:before {
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  color: #27AB40 !important;
}
#certInfo .certPonctIcon .fa-thumbs-down:before {
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  color: red !important;
}

#certLegend {
  font-size: 1rem;
}
#certLegend .marker {
  border-left: 3px solid #cdc3bb;
}
#certLegend .personalResult {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-top: 0.1em;
  background-color: #4dbd38;
}

#certSign {
  display: flex;
  align-items: flex-end;
  display: -webkit-box;
  -webkit-box-align: end;
  margin-top: 4rem;
  margin-bottom: 0px;
}
#certSign .formInitiale {
  font-size: 110%;
  line-height: 1.6;
}
#certSign .winwin-url {
  display: inline-block;
  padding: 0.25cm 0.75cm;
  border: solid 1px #4dbd38;
  border-radius: 0.25cm;
  font-size: 180%;
  font-weight: bold;
}
#certSign .winwin-logo img {
  width: auto;
  height: 2.5cm;
  margin-right: 0.75cm;
}
#certSign .cc-logo {
  font-size: 8pt;
}
#certSign .cc-logo img {
  width: auto;
  height: 2cm;
  margin-top: 0.25cm;
}

.print-tc-code {
  height: 7.5cm;
  width: 11.175cm; /*7.4cm;*/
  page-break-inside: avoid;
  float: left;
  display: -webkit-box;
  -webkit-box-align: center;
  -webkit-box-pack: center;
}

.print-eval-code {
  padding: 0.5cm;
  height: 5cm;
  max-height: 5cm;
  width: 8cm; /*7.4cm;*/
  page-break-inside: avoid;
  float: left;
}

.tcname {
  font-size: smaller;
}

.tccode {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 2px solid black;
  padding: 5px;
  font-family: "Lucida Console", Monaco, monospace;
  font-size: x-large;
}

.rating .btn-eval {
  min-width: 4em;
  justify-content: center;
}

.eval-print-page .title-row img {
  height: 50px;
  width: auto;
}
.eval-print-page .form-title {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  -webkit-box-align: center;
  -webkit-box-pack: center;
}
.eval-print-page .quest-row td {
  min-height: 45px;
  vertical-align: middle;
}

#releaseNotes .version-list h3, #releaseNotes .version-list .h3 {
  margin-top: 0.75rem;
  border-top: solid 1px #D8D8D8;
  padding-top: 0.75rem;
  color: #34e686;
}
#releaseNotes .version-list h3 small, #releaseNotes .version-list .h3 small, #releaseNotes .version-list h3 .small, #releaseNotes .version-list .h3 .small {
  color: #707070;
}
#releaseNotes .version-list a {
  color: black;
}

#cookieBanner {
  position: fixed;
  bottom: 0;
  background-color: black;
  color: white;
  left: 0;
  right: 0;
  padding: 0.7rem 0;
  z-index: 1000;
}
#cookieBanner #cookieContent {
  max-width: 992px;
}
#cookieBanner #cookieContent .cookie-text {
  flex: 1;
}
#cookieBanner #cookieContent .cookie-buttons {
  flex: 0;
}
#cookieBanner #cookieContent .cookie-buttons .btn {
  color: white;
  border: 4px solid white;
  font-weight: bold;
  padding: 0.35rem 1rem;
  cursor: pointer;
}
#cookieBanner #cookieDismiss {
  top: 0.35rem;
  position: absolute;
  right: 0.35rem;
}
#cookieBanner #cookieDismiss a {
  color: white;
}

/*# sourceMappingURL=pft.css.map */
