@charset "UTF-8";
/*!
 * Bootstrap  v5.2.0 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --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: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --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: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd; }

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

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

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

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25; }

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

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

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

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

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

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

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

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

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none; }

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

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

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

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

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

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

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: var(--bs-link-color);
  text-decoration: underline; }
  a:hover {
    color: var(--bs-link-hover-color); }

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em; }

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

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

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem; }
  kbd kbd {
    padding: 0;
    font-size: 1em; }

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, .form-group .form-control,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

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

[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important; }

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

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

textarea {
  resize: vertical; }

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  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-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: "\2014\00A0"; }

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid var(--bs-border-color);
  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-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem; } }
@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-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem; }

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

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

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

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

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

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

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

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

  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem; } }
@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-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem; }

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

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

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

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

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

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

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

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

  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem; } }
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%; }

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

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

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

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.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-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem; }

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

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

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

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

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

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

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

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

  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem; } }
@media (min-width: 1400px) {
  .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-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem; }

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

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

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

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

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

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

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

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

  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem; } }
.table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color); }
  .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-group-divider {
  border-top: 2px solid currentcolor; }

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

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

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

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

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

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --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-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #bacbe6;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #cbccce;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #bcd0c7;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #badce3;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #e6dbb9;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #dfc2c4;
  --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: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #dfe0e1;
  --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: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #373b3e;
  --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: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

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

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }
@media (max-width: 1399.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.5; }

.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.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  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: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .form-control::-webkit-date-and-time-value {
    height: 1.5em; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled {
    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: #e9ecef;
    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: #dde0e3; }

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

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

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

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

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

.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.5;
  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 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  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: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 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;
  border-radius: 0.25rem; }

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

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

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

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  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;
  print-color-adjust: exact; }
  .form-check-input[type="checkbox"] {
    border-radius: 0.25em; }
  .form-check-input[type="radio"] {
    border-radius: 50%; }
  .form-check-input:active {
    filter: brightness(90%); }
  .form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd; }
    .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 10 3 3 6-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: #0d6efd;
    border-color: #0d6efd;
    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 {
    cursor: default;
    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='%2386b7fe'/%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-switch.form-check-reverse {
    padding-right: 2.5em;
    padding-left: 0; }
    .form-switch.form-check-reverse .form-check-input {
      margin-right: -2.5em;
      margin-left: 0; }

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

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

.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(13, 110, 253, 0.25); }
    .form-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .form-range::-moz-focus-outer {
    border: 0; }
  .form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #0d6efd;
    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: #b6d4fe; }
  .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: #0d6efd;
    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: #b6d4fe; }
  .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-control-plaintext,
  .form-floating > .form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25; }
  .form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1rem 0.75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-floating > label {
        transition: none; } }
  .form-floating > .form-control,
  .form-floating > .form-control-plaintext {
    padding: 1rem 0.75rem; }
    .form-floating > .form-control::placeholder,
    .form-floating > .form-control-plaintext::placeholder {
      color: transparent; }
    .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
    .form-floating > .form-control-plaintext:focus,
    .form-floating > .form-control-plaintext:not(:placeholder-shown) {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
    .form-floating > .form-control:-webkit-autofill,
    .form-floating > .form-control-plaintext:-webkit-autofill {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
  .form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem; }
  .form-floating > .form-control:focus ~ label,
  .form-floating > .form-control:not(:placeholder-shown) ~ label,
  .form-floating > .form-control-plaintext ~ label,
  .form-floating > .form-select ~ label {
    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); }
  .form-floating > .form-control-plaintext ~ label {
    border-width: 1px 0; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-select,
  .input-group > .form-floating {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0; }
  .input-group > .form-control:focus,
  .input-group > .form-select:focus,
  .input-group > .form-floating:focus-within {
    z-index: 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.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  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.5rem; }

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

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.input-group > :not(:first-child):not(.dropdown-menu):not(.form-floating):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback),
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  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: #198754; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 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: #198754;
  padding-right: calc(1.5em + 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='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); }

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754; }
  .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 5 6 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='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-select:valid:focus, .form-select.is-valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); }

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem)); }

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754; }
  .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
    background-color: #198754; }
  .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); }
  .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #198754; }

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .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: .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.5em + 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.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 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.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 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 5 6 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.75em + 0.375rem) calc(0.75em + 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-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem)); }

.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: .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 {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: 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: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color); }
  .btn-check:focus + .btn, .btn:focus {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow); }
  .btn-check:checked + .btn, .btn-check:active + .btn, .btn:active, .btn.active, .btn.show {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color); }
    .btn-check:checked + .btn:focus, .btn-check:active + .btn:focus, .btn:active:focus, .btn.active:focus, .btn.show:focus {
      box-shadow: var(--bs-btn-focus-box-shadow); }
  .btn:disabled, .btn.disabled, fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity); }

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd; }

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d; }

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754; }

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0; }

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107; }

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545; }

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa; }

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529; }

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

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none; }

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none; }

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

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

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none; }

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

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

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline; }
  .btn-link:focus {
    color: var(--bs-btn-color); }
  .btn-link:hover {
    color: var(--bs-btn-hover-color); }

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

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

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

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

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

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

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

.dropdown-menu {
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: #212529;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0.375rem;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: #212529;
  --bs-dropdown-link-hover-color: #1e2125;
  --bs-dropdown-link-hover-bg: #e9ecef;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius); }
  .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: var(--bs-dropdown-spacer); }

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start; }
    .dropdown-menu-sm-start[data-bs-popper] {
      right: auto;
      left: 0; }

  .dropdown-menu-sm-end {
    --bs-position: end; }
    .dropdown-menu-sm-end[data-bs-popper] {
      right: 0;
      left: auto; } }
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start; }
    .dropdown-menu-md-start[data-bs-popper] {
      right: auto;
      left: 0; }

  .dropdown-menu-md-end {
    --bs-position: end; }
    .dropdown-menu-md-end[data-bs-popper] {
      right: 0;
      left: auto; } }
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start; }
    .dropdown-menu-lg-start[data-bs-popper] {
      right: auto;
      left: 0; }

  .dropdown-menu-lg-end {
    --bs-position: end; }
    .dropdown-menu-lg-end[data-bs-popper] {
      right: 0;
      left: auto; } }
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start; }
    .dropdown-menu-xl-start[data-bs-popper] {
      right: auto;
      left: 0; }

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

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

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

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1; }

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

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

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

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

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-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 {
  border-radius: 0.375rem; }
  .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.dropdown-toggle-split:first-child,
  .btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .btn-group > .btn:nth-child(n + 3),
  .btn-group > :not(.btn-check) + .btn,
  .btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

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

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

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -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 {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .nav-link {
      transition: none; } }
  .nav-link:hover, .nav-link:focus {
    color: var(--bs-nav-link-hover-color); }
  .nav-link.disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default; }

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

.nav-pills {
  --bs-nav-pills-border-radius: 0.375rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd; }
  .nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: var(--bs-nav-pills-border-radius); }
    .nav-pills .nav-link:disabled {
      color: var(--bs-nav-link-disabled-color);
      background-color: transparent;
      border-color: transparent; }
  .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg); }

.nav-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 {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(0, 0, 0, 0.55);
  --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
  --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
  --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%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");
  --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
  --bs-navbar-toggler-border-radius: 0.375rem;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x); }
  .navbar > .container,
  .navbar > .container-fluid,
  .navbar > .container-sm,
  .navbar > .container-md,
  .navbar > .container-lg,
  .navbar > .container-xl,
  .navbar > .container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    color: var(--bs-navbar-brand-hover-color); }

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

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

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

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

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

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

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

.navbar-dark {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: 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"); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.accordion {
  --bs-accordion-color: #000;
  --bs-accordion-bg: #fff;
  --bs-accordion-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;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0.375rem;
  --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-body-color%29'%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");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%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");
  --bs-accordion-btn-focus-border-color: #86b7fe;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #0c63e4;
  --bs-accordion-active-bg: #e7f1ff; }

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

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

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

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

.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 {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: #6c757d;
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius); }

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

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: #fff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #dee2e6;
  --bs-pagination-border-radius: 0.375rem;
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: #e9ecef;
  --bs-pagination-hover-border-color: #dee2e6;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: #e9ecef;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: #6c757d;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #dee2e6;
  display: flex;
  padding-left: 0;
  list-style: none; }

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

.page-item:not(:first-child) .page-link {
  margin-left: -1px; }
.page-item .page-link {
  border-radius: var(--bs-pagination-border-radius); }

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

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

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

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

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

.alert-heading {
  color: inherit; }

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

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

.alert-primary {
  --bs-alert-color: #084298;
  --bs-alert-bg: #cfe2ff;
  --bs-alert-border-color: #b6d4fe; }
  .alert-primary .alert-link {
    color: #06357a; }

.alert-secondary {
  --bs-alert-color: #41464b;
  --bs-alert-bg: #e2e3e5;
  --bs-alert-border-color: #d3d6d8; }
  .alert-secondary .alert-link {
    color: #34383c; }

.alert-success {
  --bs-alert-color: #0f5132;
  --bs-alert-bg: #d1e7dd;
  --bs-alert-border-color: #badbcc; }
  .alert-success .alert-link {
    color: #0c4128; }

.alert-info {
  --bs-alert-color: #055160;
  --bs-alert-bg: #cff4fc;
  --bs-alert-border-color: #b6effb; }
  .alert-info .alert-link {
    color: #04414d; }

.alert-warning {
  --bs-alert-color: #664d03;
  --bs-alert-bg: #fff3cd;
  --bs-alert-border-color: #ffecb5; }
  .alert-warning .alert-link {
    color: #523e02; }

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

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

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

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem; } }
.progress {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: #e9ecef;
  --bs-progress-border-radius: 0.375rem;
  --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius); }

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

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

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

.list-group {
  --bs-list-group-color: #212529;
  --bs-list-group-bg: #fff;
  --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
  --bs-list-group-border-width: 1px;
  --bs-list-group-border-radius: 0.375rem;
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: #495057;
  --bs-list-group-action-hover-color: #495057;
  --bs-list-group-action-hover-bg: #f8f9fa;
  --bs-list-group-action-active-color: #212529;
  --bs-list-group-action-active-bg: #e9ecef;
  --bs-list-group-disabled-color: #6c757d;
  --bs-list-group-disabled-bg: #fff;
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius); }

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

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

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

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

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

.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #084298;
    background-color: #bacbe6; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #084298;
    border-color: #084298; }

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #41464b;
    background-color: #cbccce; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #41464b;
    border-color: #41464b; }

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #0f5132;
    background-color: #bcd0c7; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #0f5132;
    border-color: #0f5132; }

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #055160;
    background-color: #badce3; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #055160;
    border-color: #055160; }

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #664d03;
    background-color: #e6dbb9; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #664d03;
    border-color: #664d03; }

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

.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 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.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(13, 110, 253, 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 {
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-border-width: 1px;
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: 0.375rem;
  --bs-toast-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-toast-header-color: #6c757d;
  --bs-toast-header-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-header-border-color: rgba(0, 0, 0, 0.05);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius); }
  .toast.showing {
    opacity: 0; }
  .toast:not(.show) {
    display: none; }

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

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

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none; }
  .modal.fade .modal-dialog {
    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% - var(--bs-modal-margin) * 2); }
  .modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto; }

  .modal-sm {
    --bs-modal-width: 300px; } }
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px; } }
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px; } }
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0; }
  .modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .modal-fullscreen .modal-header,
  .modal-fullscreen .modal-footer {
    border-radius: 0; }
  .modal-fullscreen .modal-body {
    overflow-y: auto; }

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

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

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

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

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

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

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: #fff;
  --bs-popover-border-width: 1px;
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: 0.5rem;
  --bs-popover-inner-border-radius: calc(0.5rem - 1px);
  --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: var(--bs-heading-color);
  --bs-popover-header-bg: #f0f0f0;
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: #212529;
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius); }
  .popover .popover-arrow {
    display: block;
    width: var(--bs-popover-arrow-width);
    height: var(--bs-popover-arrow-height); }
    .popover .popover-arrow::before, .popover .popover-arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid;
      border-width: 0; }

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

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

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc((var(--bs-popover-arrow-height) * -1) - var(--bs-popover-border-width)); }
  .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
    border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height); }
  .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
    top: 0;
    border-bottom-color: var(--bs-popover-arrow-border); }
  .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
    top: var(--bs-popover-border-width);
    border-bottom-color: var(--bs-popover-bg); }
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(var(--bs-popover-arrow-width) * -.5);
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg); }

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

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

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

.carousel {
  position: relative; }

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

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

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-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; }

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s; } }
.offcanvas-sm, .offcanvas-md, .offcanvas-lg, .offcanvas-xl, .offcanvas-xxl, .offcanvas {
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: ;
  --bs-offcanvas-bg: #fff;
  --bs-offcanvas-border-width: 1px;
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); }

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

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

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

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

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

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

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

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x); }
  .offcanvas-header .btn-close {
    padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
    margin-top: calc(var(--bs-offcanvas-padding-y) * -.5);
    margin-right: calc(var(--bs-offcanvas-padding-x) * -.5);
    margin-bottom: calc(var(--bs-offcanvas-padding-y) * -.5); }

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

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

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

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

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

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

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

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

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

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

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important; }

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important; }

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important; }

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

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important; }

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

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

.link-primary {
  color: #0d6efd !important; }
  .link-primary:hover, .link-primary:focus {
    color: #0a58ca !important; }

.link-secondary {
  color: #6c757d !important; }
  .link-secondary:hover, .link-secondary:focus {
    color: #565e64 !important; }

.link-success {
  color: #198754 !important; }
  .link-success:hover, .link-success:focus {
    color: #146c43 !important; }

.link-info {
  color: #0dcaf0 !important; }
  .link-info:hover, .link-info:focus {
    color: #3dd5f3 !important; }

.link-warning {
  color: #ffc107 !important; }
  .link-warning:hover, .link-warning:focus {
    color: #ffcd39 !important; }

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

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

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

.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: calc(3 / 4 * 100%); }

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%); }

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%); }

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

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

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

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020; }

  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020; }

  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020; }

  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020; }

  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020; }

  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch; }

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

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  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: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-1 {
  --bs-border-width: 1px; }

.border-2 {
  --bs-border-width: 2px; }

.border-3 {
  --bs-border-width: 3px; }

.border-4 {
  --bs-border-width: 4px; }

.border-5 {
  --bs-border-width: 5px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lh-lg {
  line-height: 2 !important; }

.text-start {
  text-align: left !important; }

.text-end {
  text-align: right !important; }

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

.text-decoration-none {
  text-decoration: none !important; }

.text-decoration-underline {
  text-decoration: underline !important; }

.text-decoration-line-through {
  text-decoration: line-through !important; }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important; }

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-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: var(--bs-border-radius) !important; }

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-sm-5 {
    gap: 3rem !important; }

  .text-sm-start {
    text-align: left !important; }

  .text-sm-end {
    text-align: right !important; }

  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  .float-md-start {
    float: left !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-md-5 {
    gap: 3rem !important; }

  .text-md-start {
    text-align: left !important; }

  .text-md-end {
    text-align: right !important; }

  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

  .pt-lg-0 {
    padding-top: 0 !important; }

  .pt-lg-1 {
    padding-top: 0.25rem !important; }

  .pt-lg-2 {
    padding-top: 0.5rem !important; }

  .pt-lg-3 {
    padding-top: 1rem !important; }

  .pt-lg-4 {
    padding-top: 1.5rem !important; }

  .pt-lg-5 {
    padding-top: 3rem !important; }

  .pe-lg-0 {
    padding-right: 0 !important; }

  .pe-lg-1 {
    padding-right: 0.25rem !important; }

  .pe-lg-2 {
    padding-right: 0.5rem !important; }

  .pe-lg-3 {
    padding-right: 1rem !important; }

  .pe-lg-4 {
    padding-right: 1.5rem !important; }

  .pe-lg-5 {
    padding-right: 3rem !important; }

  .pb-lg-0 {
    padding-bottom: 0 !important; }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }

  .pb-lg-3 {
    padding-bottom: 1rem !important; }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }

  .pb-lg-5 {
    padding-bottom: 3rem !important; }

  .ps-lg-0 {
    padding-left: 0 !important; }

  .ps-lg-1 {
    padding-left: 0.25rem !important; }

  .ps-lg-2 {
    padding-left: 0.5rem !important; }

  .ps-lg-3 {
    padding-left: 1rem !important; }

  .ps-lg-4 {
    padding-left: 1.5rem !important; }

  .ps-lg-5 {
    padding-left: 3rem !important; }

  .gap-lg-0 {
    gap: 0 !important; }

  .gap-lg-1 {
    gap: 0.25rem !important; }

  .gap-lg-2 {
    gap: 0.5rem !important; }

  .gap-lg-3 {
    gap: 1rem !important; }

  .gap-lg-4 {
    gap: 1.5rem !important; }

  .gap-lg-5 {
    gap: 3rem !important; }

  .text-lg-start {
    text-align: left !important; }

  .text-lg-end {
    text-align: right !important; }

  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important; }

  .float-xl-end {
    float: right !important; }

  .float-xl-none {
    float: none !important; }

  .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; }

  .justify-content-xl-start {
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-between {
    justify-content: space-between !important; }

  .justify-content-xl-around {
    justify-content: space-around !important; }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important; }

  .align-items-xl-start {
    align-items: flex-start !important; }

  .align-items-xl-end {
    align-items: flex-end !important; }

  .align-items-xl-center {
    align-items: center !important; }

  .align-items-xl-baseline {
    align-items: baseline !important; }

  .align-items-xl-stretch {
    align-items: stretch !important; }

  .align-content-xl-start {
    align-content: flex-start !important; }

  .align-content-xl-end {
    align-content: flex-end !important; }

  .align-content-xl-center {
    align-content: center !important; }

  .align-content-xl-between {
    align-content: space-between !important; }

  .align-content-xl-around {
    align-content: space-around !important; }

  .align-content-xl-stretch {
    align-content: stretch !important; }

  .align-self-xl-auto {
    align-self: auto !important; }

  .align-self-xl-start {
    align-self: flex-start !important; }

  .align-self-xl-end {
    align-self: flex-end !important; }

  .align-self-xl-center {
    align-self: center !important; }

  .align-self-xl-baseline {
    align-self: baseline !important; }

  .align-self-xl-stretch {
    align-self: stretch !important; }

  .order-xl-first {
    order: -1 !important; }

  .order-xl-0 {
    order: 0 !important; }

  .order-xl-1 {
    order: 1 !important; }

  .order-xl-2 {
    order: 2 !important; }

  .order-xl-3 {
    order: 3 !important; }

  .order-xl-4 {
    order: 4 !important; }

  .order-xl-5 {
    order: 5 !important; }

  .order-xl-last {
    order: 6 !important; }

  .m-xl-0 {
    margin: 0 !important; }

  .m-xl-1 {
    margin: 0.25rem !important; }

  .m-xl-2 {
    margin: 0.5rem !important; }

  .m-xl-3 {
    margin: 1rem !important; }

  .m-xl-4 {
    margin: 1.5rem !important; }

  .m-xl-5 {
    margin: 3rem !important; }

  .m-xl-auto {
    margin: auto !important; }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }

  .mt-xl-0 {
    margin-top: 0 !important; }

  .mt-xl-1 {
    margin-top: 0.25rem !important; }

  .mt-xl-2 {
    margin-top: 0.5rem !important; }

  .mt-xl-3 {
    margin-top: 1rem !important; }

  .mt-xl-4 {
    margin-top: 1.5rem !important; }

  .mt-xl-5 {
    margin-top: 3rem !important; }

  .mt-xl-auto {
    margin-top: auto !important; }

  .me-xl-0 {
    margin-right: 0 !important; }

  .me-xl-1 {
    margin-right: 0.25rem !important; }

  .me-xl-2 {
    margin-right: 0.5rem !important; }

  .me-xl-3 {
    margin-right: 1rem !important; }

  .me-xl-4 {
    margin-right: 1.5rem !important; }

  .me-xl-5 {
    margin-right: 3rem !important; }

  .me-xl-auto {
    margin-right: auto !important; }

  .mb-xl-0 {
    margin-bottom: 0 !important; }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }

  .mb-xl-3 {
    margin-bottom: 1rem !important; }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }

  .mb-xl-5 {
    margin-bottom: 3rem !important; }

  .mb-xl-auto {
    margin-bottom: auto !important; }

  .ms-xl-0 {
    margin-left: 0 !important; }

  .ms-xl-1 {
    margin-left: 0.25rem !important; }

  .ms-xl-2 {
    margin-left: 0.5rem !important; }

  .ms-xl-3 {
    margin-left: 1rem !important; }

  .ms-xl-4 {
    margin-left: 1.5rem !important; }

  .ms-xl-5 {
    margin-left: 3rem !important; }

  .ms-xl-auto {
    margin-left: auto !important; }

  .p-xl-0 {
    padding: 0 !important; }

  .p-xl-1 {
    padding: 0.25rem !important; }

  .p-xl-2 {
    padding: 0.5rem !important; }

  .p-xl-3 {
    padding: 1rem !important; }

  .p-xl-4 {
    padding: 1.5rem !important; }

  .p-xl-5 {
    padding: 3rem !important; }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

  .pt-xl-0 {
    padding-top: 0 !important; }

  .pt-xl-1 {
    padding-top: 0.25rem !important; }

  .pt-xl-2 {
    padding-top: 0.5rem !important; }

  .pt-xl-3 {
    padding-top: 1rem !important; }

  .pt-xl-4 {
    padding-top: 1.5rem !important; }

  .pt-xl-5 {
    padding-top: 3rem !important; }

  .pe-xl-0 {
    padding-right: 0 !important; }

  .pe-xl-1 {
    padding-right: 0.25rem !important; }

  .pe-xl-2 {
    padding-right: 0.5rem !important; }

  .pe-xl-3 {
    padding-right: 1rem !important; }

  .pe-xl-4 {
    padding-right: 1.5rem !important; }

  .pe-xl-5 {
    padding-right: 3rem !important; }

  .pb-xl-0 {
    padding-bottom: 0 !important; }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }

  .pb-xl-3 {
    padding-bottom: 1rem !important; }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }

  .pb-xl-5 {
    padding-bottom: 3rem !important; }

  .ps-xl-0 {
    padding-left: 0 !important; }

  .ps-xl-1 {
    padding-left: 0.25rem !important; }

  .ps-xl-2 {
    padding-left: 0.5rem !important; }

  .ps-xl-3 {
    padding-left: 1rem !important; }

  .ps-xl-4 {
    padding-left: 1.5rem !important; }

  .ps-xl-5 {
    padding-left: 3rem !important; }

  .gap-xl-0 {
    gap: 0 !important; }

  .gap-xl-1 {
    gap: 0.25rem !important; }

  .gap-xl-2 {
    gap: 0.5rem !important; }

  .gap-xl-3 {
    gap: 1rem !important; }

  .gap-xl-4 {
    gap: 1.5rem !important; }

  .gap-xl-5 {
    gap: 3rem !important; }

  .text-xl-start {
    text-align: left !important; }

  .text-xl-end {
    text-align: right !important; }

  .text-xl-center {
    text-align: center !important; } }
@media (min-width: 1400px) {
  .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; }

  .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-1 {
    margin: 0.25rem !important; }

  .m-xxl-2 {
    margin: 0.5rem !important; }

  .m-xxl-3 {
    margin: 1rem !important; }

  .m-xxl-4 {
    margin: 1.5rem !important; }

  .m-xxl-5 {
    margin: 3rem !important; }

  .m-xxl-auto {
    margin: auto !important; }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }

  .mt-xxl-0 {
    margin-top: 0 !important; }

  .mt-xxl-1 {
    margin-top: 0.25rem !important; }

  .mt-xxl-2 {
    margin-top: 0.5rem !important; }

  .mt-xxl-3 {
    margin-top: 1rem !important; }

  .mt-xxl-4 {
    margin-top: 1.5rem !important; }

  .mt-xxl-5 {
    margin-top: 3rem !important; }

  .mt-xxl-auto {
    margin-top: auto !important; }

  .me-xxl-0 {
    margin-right: 0 !important; }

  .me-xxl-1 {
    margin-right: 0.25rem !important; }

  .me-xxl-2 {
    margin-right: 0.5rem !important; }

  .me-xxl-3 {
    margin-right: 1rem !important; }

  .me-xxl-4 {
    margin-right: 1.5rem !important; }

  .me-xxl-5 {
    margin-right: 3rem !important; }

  .me-xxl-auto {
    margin-right: auto !important; }

  .mb-xxl-0 {
    margin-bottom: 0 !important; }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important; }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important; }

  .mb-xxl-3 {
    margin-bottom: 1rem !important; }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important; }

  .mb-xxl-5 {
    margin-bottom: 3rem !important; }

  .mb-xxl-auto {
    margin-bottom: auto !important; }

  .ms-xxl-0 {
    margin-left: 0 !important; }

  .ms-xxl-1 {
    margin-left: 0.25rem !important; }

  .ms-xxl-2 {
    margin-left: 0.5rem !important; }

  .ms-xxl-3 {
    margin-left: 1rem !important; }

  .ms-xxl-4 {
    margin-left: 1.5rem !important; }

  .ms-xxl-5 {
    margin-left: 3rem !important; }

  .ms-xxl-auto {
    margin-left: auto !important; }

  .p-xxl-0 {
    padding: 0 !important; }

  .p-xxl-1 {
    padding: 0.25rem !important; }

  .p-xxl-2 {
    padding: 0.5rem !important; }

  .p-xxl-3 {
    padding: 1rem !important; }

  .p-xxl-4 {
    padding: 1.5rem !important; }

  .p-xxl-5 {
    padding: 3rem !important; }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

  .pt-xxl-0 {
    padding-top: 0 !important; }

  .pt-xxl-1 {
    padding-top: 0.25rem !important; }

  .pt-xxl-2 {
    padding-top: 0.5rem !important; }

  .pt-xxl-3 {
    padding-top: 1rem !important; }

  .pt-xxl-4 {
    padding-top: 1.5rem !important; }

  .pt-xxl-5 {
    padding-top: 3rem !important; }

  .pe-xxl-0 {
    padding-right: 0 !important; }

  .pe-xxl-1 {
    padding-right: 0.25rem !important; }

  .pe-xxl-2 {
    padding-right: 0.5rem !important; }

  .pe-xxl-3 {
    padding-right: 1rem !important; }

  .pe-xxl-4 {
    padding-right: 1.5rem !important; }

  .pe-xxl-5 {
    padding-right: 3rem !important; }

  .pb-xxl-0 {
    padding-bottom: 0 !important; }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important; }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important; }

  .pb-xxl-3 {
    padding-bottom: 1rem !important; }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important; }

  .pb-xxl-5 {
    padding-bottom: 3rem !important; }

  .ps-xxl-0 {
    padding-left: 0 !important; }

  .ps-xxl-1 {
    padding-left: 0.25rem !important; }

  .ps-xxl-2 {
    padding-left: 0.5rem !important; }

  .ps-xxl-3 {
    padding-left: 1rem !important; }

  .ps-xxl-4 {
    padding-left: 1.5rem !important; }

  .ps-xxl-5 {
    padding-left: 3rem !important; }

  .gap-xxl-0 {
    gap: 0 !important; }

  .gap-xxl-1 {
    gap: 0.25rem !important; }

  .gap-xxl-2 {
    gap: 0.5rem !important; }

  .gap-xxl-3 {
    gap: 1rem !important; }

  .gap-xxl-4 {
    gap: 1.5rem !important; }

  .gap-xxl-5 {
    gap: 3rem !important; }

  .text-xxl-start {
    text-align: left !important; }

  .text-xxl-end {
    text-align: right !important; }

  .text-xxl-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important; }

  .fs-2 {
    font-size: 2rem !important; }

  .fs-3 {
    font-size: 1.75rem !important; }

  .fs-4 {
    font-size: 1.5rem !important; } }
@media print {
  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-grid {
    display: grid !important; }

  .d-print-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; } }
body {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.29;
  color: #232730;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  height: 100%; }
  body #hubspot-messages-iframe-container {
    bottom: 54px !important; }
  body.customers-page .hide-customer {
    display: none !important; }

html {
  scroll-behavior: smooth;
  height: 100%; }

h1, .h1 {
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  color: #474451;
  margin: 0; }

h2, .h2 {
  font-size: 1rem;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  color: #474451;
  line-height: 1.19; }

h3, .h3 {
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "Lato", sans-serif; }

h4, .h4 {
  font-size: 1.125rem;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase; }

h5, .h5 {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.14; }

h6, .h6 {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.16; }

.g-custom {
  --bs-gutter-y: 20px;
  --bs-gutter-x: 20px; }

.flex-end {
  display: flex;
  justify-content: flex-end; }

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center; }

.flex-align-center {
  display: flex;
  align-items: center; }

.mt-20 {
  margin-top: 20px; }

.mt-30 {
  margin-top: 30px; }

.mt-40 {
  margin-top: 40px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mr-10 {
  margin-right: 10px !important; }

.mr-70 {
  margin-right: 70px !important; }

.mr-20 {
  margin-right: 20px; }

.mb-5 {
  margin-bottom: 5px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.pl-10 {
  padding-left: 10px !important; }

.important {
  color: #d4002f; }

.fw-500 {
  font-weight: 500; }

.fw-300 {
  font-weight: 300; }

.text-14 {
  font-size: 0.875rem !important; }

.h-40 {
  height: 40px; }

.zindex-0 {
  z-index: 0 !important; }

.text-center {
  text-align: center !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.c-primary {
  color: #d4002f !important; }

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 11px 30px 11px 0;
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  z-index: 2; }
  .header.header-external {
    padding: 20px 30px 20px 0; }
  .header__left {
    display: flex;
    align-items: center;
    gap: 30px; }
  .header__intro {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 215px; }
    .header__intro h1, .header__intro .h1 {
      margin-top: 4px; }
  .header__logo a {
    display: inline-block; }
  .header__logo img {
    max-height: 25px;
    max-width: 150px; }
  .header__settings {
    display: flex;
    align-items: center; }
    .header__settings h1, .header__settings .h1 {
      margin-right: 20px; }
    .header__settings-wrap {
      display: flex;
      gap: 10px; }
  .header__user {
    border-radius: 50%;
    border: 1px solid #232730;
    background-color: #474451; }
    .header__user img {
      width: 28px;
      height: 28px;
      object-fit: cover;
      border-radius: 50%; }
    .header__user-icon-wrap {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      width: 28px;
      height: 28px;
      color: #232730;
      background: white;
      border-radius: 50%; }
  .header__settings-icon {
    margin-left: 5px;
    color: #232730;
    font-size: 14px;
    transition: color .3s ease-in-out; }
  .header__dropdown {
    font-size: 1.125rem;
    display: flex;
    align-items: center;
    padding-left: 10px;
    border-left: 1px solid #D9D9D9;
    transition: background-color .3s ease-in-out; }
    .header__dropdown:hover .header__settings-icon {
      color: #D4002F; }
  .header .dropdown-menu {
    top: 7px !important;
    min-width: 154px; }
  .header .dropdown-item {
    padding: 14px 20px;
    text-align: right; }
  .header__switch {
    display: flex;
    border: 1px solid #8A8A8A;
    border-radius: 8px;
    text-decoration: none;
    overflow: hidden;
    transition: border-color .3s ease-in-out; }
    .header__switch:hover {
      border-color: #D4002F; }
      .header__switch:hover .header__switch-name {
        color: #D4002F; }
    .header__switch + .header__switch {
      margin-left: 10px; }
    .header__switch-content {
      padding: 7px 9px 6px 10px;
      background: linear-gradient(180deg, #FFFFFF 0%, #EFEFEF 100%);
      color: #000; }
    .header__switch-label {
      display: block;
      margin: 0 0 1px;
      font-family: Roboto;
      font-weight: 400;
      font-size: 10px;
      line-height: 11.72px;
      letter-spacing: 0%; }
    .header__switch-name {
      font-family: Roboto;
      font-weight: 500;
      font-size: 12px;
      line-height: 14.06px;
      letter-spacing: 0%;
      transition: color .3s ease-in-out; }
    .header__switch-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 6px;
      color: #D4002F;
      font-size: 10px; }
  .header__account {
    border-radius: 50%;
    border: 1px solid #474451;
    background-color: #474451; }
    .header__account img {
      width: 28px;
      height: 28px;
      object-fit: cover; }
  .header__steps {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .header__steps ul {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0;
      padding: 0; }
      .header__steps ul li {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 0 15px 8px;
        font-family: "Lato", sans-serif;
        font-size: 14px;
        font-weight: 700;
        line-height: 17px;
        color: #CACFD5;
        list-style: none;
        position: relative; }
        .header__steps ul li img {
          display: none; }
        .header__steps ul li.completed {
          color: #232730;
          border-bottom: 1px solid #D4002F; }
          .header__steps ul li.completed img {
            display: block; }
        .header__steps ul li.active {
          color: #D4002F;
          border-bottom: 1px solid #D4002F; }
          .header__steps ul li.active::after {
            content: "\A";
            border-style: solid;
            border-width: 3px 6px 3px 0;
            border-color: transparent #D4002F transparent transparent;
            position: absolute;
            bottom: -3px;
            right: -2px; }
    .header__steps-notification {
      padding: 8px 30px;
      width: 635px;
      background: #FFFACA;
      border-radius: 8px;
      position: relative; }
      .header__steps-notification p {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        margin: 0;
        font-family: "Lato", sans-serif;
        font-size: 14px;
        font-weight: 700;
        line-height: 17px;
        color: #232730; }
        .header__steps-notification p img {
          position: relative;
          bottom: 1px; }
      .header__steps-notification-close {
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        font-size: 16px;
        line-height: 1;
        color: #232730;
        cursor: pointer;
        z-index: 3;
        transition: color .3s ease-in-out; }
        .header__steps-notification-close:hover {
          color: #d4002f; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  height: 40px;
  font-size: 0.875rem;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  border-radius: 100px;
  border: 1px solid;
  line-height: 1;
  white-space: nowrap; }
  .btn--uppercase {
    text-transform: uppercase; }
  .btn--primary {
    border-color: #d4002f;
    background-color: #d4002f;
    color: #fff; }
    .btn--primary:hover, .btn--primary:focus, .btn--primary:active {
      background-color: #ff194c;
      color: #fff;
      border-color: #ff194c; }
  .btn--fit {
    width: fit-content;
    margin: 0 auto; }
  .btn--icon {
    gap: 8px; }
  .btn--medium {
    font-size: 12px;
    height: 30px;
    height: 30px;
    padding: 0 24px; }
  .btn--secondary {
    border-color: #232730;
    background-color: #fff;
    color: #232730; }
    .btn--secondary:hover, .btn--secondary:focus, .btn--secondary:active {
      background-color: #232730;
      color: #fff;
      border-color: #232730; }
  .btn--tertiary {
    border-color: #fff;
    color: #fff; }
    .btn--tertiary:hover, .btn--tertiary:focus, .btn--tertiary:active {
      background-color: #fff;
      color: #232730;
      border-color: #232730; }
  .btn--purple {
    border-color: #953CEE;
    background-color: #953CEE;
    color: #fff; }
    .btn--purple:hover, .btn--purple:focus, .btn--purple:active {
      background-color: #a962f1;
      color: #fff;
      border-color: #a962f1; }
  .btn[disabled] {
    opacity: 0.4;
    cursor: default;
    pointer-events: none; }
  .btn--back::before {
    font-family: "Font Awesome 6 PRO";
    content: "\f104";
    line-height: 1;
    margin-right: 10px;
    font-size: 0.75rem; }
  .btn--next::after {
    font-family: "Font Awesome 6 PRO";
    content: "\f105";
    line-height: 1;
    margin-left: 10px;
    font-size: 0.75rem; }
  .btn--medium {
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 12px;
    padding: 0 11px;
    height: 30px; }
  .btn--small {
    font-size: 10px;
    font-weight: 600;
    padding: 0 11px;
    height: 25px; }
  .btn--disabled {
    opacity: 0.4;
    pointer-events: none; }
    .btn--disabled.status-change-button {
      opacity: 1; }
  .btn__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0 30px; }
  .btn--action {
    display: block;
    text-transform: lowercase; }
    .btn--action::first-letter {
      text-transform: capitalize; }
  .btn--coming-soon {
    opacity: 0.4;
    cursor: default; }
    .btn--coming-soon:hover {
      color: #232730;
      background-color: transparent; }
  .btn.btn--same-width {
    padding: 0 10px;
    max-width: 165px;
    width: 100%; }

.button {
  font-size: 0.875rem;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  line-height: 1.21;
  text-decoration: underline; }
  .button--primary {
    color: #d4002f; }
    .button--primary:hover {
      color: #ff194c; }
  .button--secondary {
    color: #232730; }
    .button--secondary:hover {
      color: #59595d; }
  .button--login {
    font-weight: 700; }
  .button--success {
    color: #1693a5; }
    .button--success:hover {
      color: #2ac6c6; }
  .button--danger {
    color: #D4002F; }
    .button--danger:hover {
      color: #a10024; }
  .button--action {
    color: #9999f9; }
    .button--action:hover {
      color: #99b8ff; }
  .button--back {
    font-family: "Lato", sans-serif;
    color: #232730;
    padding: 0;
    border: 0;
    font-weight: 600;
    font-size: 0.875rem;
    height: 20px; }
    .button--back:hover:before {
      background-color: #ff194c; }
    .button--back::before {
      font-family: "Font Awesome 6 PRO";
      content: "\f104";
      line-height: 1.3;
      margin-right: 10px;
      font-size: 1rem;
      font-weight: 900;
      color: #fff;
      background-color: #d4002f;
      width: 20px;
      height: 20px;
      border-radius: 4px;
      transition: all 0.2s ease-out; }
    .button--back i {
      margin-right: 5px; }
    .button--back.button--back-secondary {
      margin: 0 !important;
      font-size: 14px;
      line-height: 17px; }
      .button--back.button--back-secondary::before {
        content: "\e489";
        width: auto;
        height: auto;
        background: none;
        color: #232730; }
      .button--back.button--back-secondary:hover span {
        text-decoration: underline; }
  .button__icon-small {
    position: absolute;
    font-size: 6px;
    right: -3px;
    top: 4px; }
  .button--deactivate, .button--reinvite, .button--activate, .button--reconnect {
    position: relative; }
    .button--deactivate::before, .button--reinvite::before, .button--activate::before, .button--reconnect::before {
      position: absolute;
      font-family: "Font Awesome 6 PRO";
      font-size: 0.875rem;
      font-weight: 900;
      left: -25px; }
  .button--deactivate {
    color: #d4002f; }
    .button--deactivate:hover {
      color: #ff194c; }
    .button--deactivate::before {
      content: "\f506"; }
  .button--reinvite {
    color: #9999f9; }
    .button--reinvite:hover {
      color: #99b8ff; }
    .button--reinvite::before {
      content: "\f234"; }
  .button--activate {
    color: #1693a5; }
    .button--activate:hover {
      color: #2ac6c6; }
    .button--activate::before {
      content: "\f4fc"; }
  .button--reconnect {
    color: #1693a5; }
    .button--reconnect:hover {
      color: #2ac6c6; }
    .button--reconnect::before {
      content: "\f500"; }
  .button--close {
    text-decoration: none; }
    .button--close::after {
      font-family: "Font Awesome 6 Pro";
      content: "\f00d";
      font-size: 0.75rem;
      font-weight: 400;
      color: #898c96; }
  .button.button--url {
    word-break: break-all; }

button.status-change-button:not(.active):disabled {
  background: #f7f7f8; }

.login {
  height: 100%;
  width: 100%;
  position: relative; }
  .login__left {
    height: 100%;
    background-image: url("../img/login-left-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative; }
    .login__left.login__left-center {
      justify-content: center; }
    .login__left a {
      text-align: center; }
    .login__left h2, .login__left .h2 {
      text-align: center;
      color: #fff;
      font-size: 1.1875rem;
      margin: 21px 0 0; }
  .login__logo {
    width: 390px; }
  .login__navbar ul {
    display: flex;
    padding: 0;
    margin-bottom: 40px; }
  .login__navbar li {
    list-style: none;
    margin-right: 10px;
    color: #cccccc;
    font-family: "Open Sans", sans-serif;
    font-size: 0.75rem;
    font-weight: 600; }
    .login__navbar li .navbar-line {
      width: 140px;
      height: 4px;
      background-color: #e9e9e9;
      border-radius: 100px;
      margin-top: 7px; }
  .login__navbar .active {
    color: #232730; }
    .login__navbar .active .navbar-line {
      background-color: #d4002f; }
  .login__features {
    padding-top: 150px; }
    @media (max-height: 768px) {
      .login__features {
        padding-top: 100px; } }
    .login__features h3, .login__features .h3 {
      display: flex;
      align-items: center;
      gap: 5px;
      font-family: "Open Sans", sans-serif;
      color: #fff;
      font-size: 1.875rem;
      margin-bottom: 0; }
      .login__features h3 span, .login__features .h3 span {
        width: 30px; }
    .login__features p {
      font-family: "Lato", sans-serif;
      font-weight: 500;
      font-size: 1rem;
      color: #fff;
      margin: 10px 0 0; }
    .login__features ul {
      padding: 20px 0 50px 0;
      margin: 0 20px 0 0; }
      .login__features ul li {
        list-style: none;
        color: #fff;
        font-family: "Lato", sans-serif;
        font-weight: 500;
        font-size: 1rem;
        margin-bottom: 10px; }
        .login__features ul li:before {
          font-family: "Font Awesome 6 Pro";
          content: "\f00c";
          font-size: 1rem;
          line-height: 1;
          color: #fff;
          font-weight: 900;
          margin-right: 8px; }
    .login__features--login {
      padding-top: 180px; }
      @media (max-height: 768px) {
        .login__features--login {
          padding-top: 100px; } }
      .login__features--login h4, .login__features--login .h4 {
        font-family: "Lato", sans-serif;
        color: #fff;
        font-weight: 600;
        font-size: 1.25rem;
        text-transform: capitalize;
        margin: 0; }
      .login__features--login i {
        color: #fff;
        font-size: 1.25rem;
        margin-right: 10px; }
      .login__features--login p {
        max-width: 390px;
        font-size: 0.875rem;
        margin-bottom: 20px; }
    .login__features-item + .login__features-item {
      margin-top: 25px; }
  .login__feature-title {
    display: flex;
    align-items: center; }
  .login__footer {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%; }
    .login__footer a {
      text-decoration: none;
      border-right: 1px solid #fff;
      padding-right: 10px; }
      .login__footer a:last-child {
        padding: 0 10px 0 0;
        border-right: none; }
      .login__footer a:hover {
        text-decoration: underline; }
    .login__footer a,
    .login__footer p {
      color: #fff;
      font-size: 0.75rem;
      padding-left: 10px;
      margin-bottom: 0; }
    .login__footer p {
      margin-right: 3px; }
    .login__footer span {
      color: #fff;
      font-size: 0.75rem;
      margin-right: 3px; }
  .login__right {
    height: 100%;
    background-image: url("../img/login-right-bg.png");
    background-position: 100% bottom;
    background-repeat: no-repeat;
    padding-top: 300px;
    position: relative; }
    @media (max-height: 768px) {
      .login__right {
        padding: 230px 0 100px; } }
    .login__right--register {
      padding: 173px 0 80px; }
      @media (max-height: 768px) {
        .login__right--register {
          padding: 160px 0 80px; } }
    .login__right--subscription {
      padding-top: 174px;
      line-height: 1.2; }
    .login__right--payment {
      padding-top: 246px; }
      @media (max-height: 768px) {
        .login__right--payment {
          padding: 210px 0 80px; } }
  .login__top-bar {
    position: absolute;
    top: 50px;
    right: 60px;
    display: flex;
    align-items: center; }
    .login__top-bar p {
      font-weight: 500;
      margin: 0 20px 0 0;
      font-family: "Lato", sans-serif; }
    .login__top-bar a + a {
      margin-left: 15px;
      padding-left: 15px;
      border-left: 1px solid #232730; }
  .login__content {
    padding-left: 150px; }
    .login__content h1, .login__content .h1 {
      font-family: "Open Sans", sans-serif;
      font-size: 1.875rem;
      text-transform: initial;
      margin-bottom: 20px;
      color: #232730; }
    .login__content p {
      font-family: "Lato", sans-serif;
      font-size: 1rem;
      font-weight: 500;
      margin-bottom: 28px;
      max-width: 440px; }
    .login__content .btn--primary {
      display: block;
      margin: 50px 0 40px; }
    .login__content--password-recovery p {
      margin-bottom: 50px; }
    .login__content--registration {
      padding-left: 120px; }
      .login__content--registration p {
        max-width: 100%;
        margin-bottom: 16px; }
    .login__content--premium {
      max-width: 590px; }
  .login__back {
    position: absolute;
    top: 50px;
    left: 50px; }
    .login__back .button {
      text-decoration: none; }
  .login__description {
    display: flex;
    align-items: baseline; }
    .login__description p {
      line-height: 1.2; }
    .login__description--border-bottom {
      border-bottom: 1px solid #cccccc;
      padding-bottom: 30px;
      width: 440px; }
      .login__description--border-bottom span {
        font-weight: 700; }
    .login__description--payment span {
      font-weight: 700; }
  .login__summary ul {
    padding: 20px 0 40px 0;
    margin: 0; }
  .login__summary li {
    display: flex;
    align-items: flex-end;
    list-style: none;
    margin-bottom: 5px; }
    .login__summary li p {
      font-family: "Lato", sans-serif;
      font-size: 1rem;
      font-weight: 500;
      margin: 0 8px 0 0; }
    .login__summary li span {
      font-family: "Lato", sans-serif;
      font-weight: 700; }
    .login__summary li .currency {
      font-size: 1rem;
      margin-right: 4px; }
    .login__summary li .price {
      font-size: 1.875rem;
      margin-bottom: -3px; }
    .login__summary li .time {
      font-size: 0.875rem;
      margin-left: 4px; }
  .login__summary .active .currency,
  .login__summary .active .price {
    color: #d4002f; }
  .login__register-account {
    display: flex; }
    @media screen and (min-height: 769px) {
      .login__register-account--pading {
        padding-bottom: 60px; } }
    .login__register-account p {
      font-size: 0.875rem;
      font-weight: 600;
      margin: 0 5px 0 0;
      line-height: 1.14; }
    .login__register-account .button--secondary {
      padding: 0 15px; }
      .login__register-account .button--secondary:last-child {
        border-left: 1px solid #232730; }
  .login__contact-us {
    display: flex;
    margin-top: 65px; }
    .login__contact-us p {
      font-size: 0.875rem;
      font-weight: 600;
      margin: 0 5px 0 0; }
  .login__subscription {
    max-width: 454px;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .login__subscription p {
      margin-bottom: 30px;
      font-weight: 500; }
    .login__subscription ul {
      padding: 0 0 0 30px;
      margin-bottom: 40px; }
    .login__subscription li {
      font-family: "Lato", sans-serif;
      list-style: none;
      margin-bottom: 10px;
      font-size: 1rem;
      font-weight: 500; }
      .login__subscription li:before {
        font-family: "Font Awesome 6 PRO";
        content: "\f00c";
        font-weight: 900;
        margin: 0 10px 0 -30px;
        color: #d4002f; }
    .login__subscription .btn--primary {
      display: flex;
      margin-top: 30px; }
  .login__payment-option {
    margin-top: -22px; }
    .login__payment-option span {
      font-size: 1.25rem;
      font-weight: 700;
      margin: 0 0 20px 10px; }
  .login__card {
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #cccccc;
    border-radius: 8px;
    width: 440px;
    min-height: 138px; }
    .login__card:hover {
      cursor: pointer; }
    .login__card span {
      font-family: "Lato", sans-serif;
      font-size: 1rem;
      font-weight: 700;
      margin-left: 22px; }
    .login__card--owner p, .login__card--me p {
      margin: 18px 0 0; }
  .login__card-text p {
    margin-left: 22px;
    line-height: 19px; }
  .login__card-text .button {
    font-size: 16px;
    line-height: 19px; }
  .login__subscription-year {
    display: flex; }
    .login__subscription-year p {
      font-weight: 700;
      margin: 0 0 0 22px; }
    .login__subscription-year span {
      color: #d4002f;
      margin-left: 0; }
  .login__price {
    font-family: "Lato", sans-serif;
    font-size: 1.25rem;
    margin: 11px 0 0 37px; }
    .login__price p {
      text-transform: uppercase;
      margin-bottom: 0;
      font-size: 0.625rem; }
    .login__price span {
      margin: 0; }
    .login__price .currency {
      font-size: 1.5rem;
      margin-right: 2px; }
    .login__price .price {
      font-size: 2.5rem; }
    .login__price .time {
      font-size: 1rem; }
    .login__price--payment {
      margin: 0 0 0 10px;
      font-weight: 700; }
      .login__price--payment .currency {
        font-size: 1rem; }
      .login__price--payment .price {
        font-size: 1.875rem; }
      .login__price--payment .time {
        font-size: 0.875rem; }
  .login__save span {
    margin: 0;
    color: #898c96; }
  .login__save .save-currency {
    font-size: 0.75rem; }
  .login__save .save-price {
    font-size: 1rem; }
  .login__save .save-time {
    font-size: 0.75rem; }
  .login__proceed {
    position: relative;
    display: flex;
    align-items: flex-end;
    width: 290px; }
    .login__proceed label {
      font-weight: 500; }
    .login__proceed input, .login__proceed .form-group .form-control, .form-group .login__proceed .form-control {
      width: 260px; }
    .login__proceed .form-group {
      margin-bottom: 0; }
    .login__proceed .btn {
      margin-left: 20px; }
    .login__proceed .proceed-icon {
      height: 40px;
      margin-left: 10px;
      display: flex;
      align-items: center;
      text-decoration: none; }
      .login__proceed .proceed-icon i {
        color: #d4002f;
        font-size: 1.25rem;
        font-weight: 400; }
    .login__proceed--promo {
      padding: 30px 0 40px; }
    .login__proceed--payment {
      padding-top: 26px; }
      .login__proceed--payment .form-group {
        margin-bottom: 20px; }
      .login__proceed--payment .btn {
        margin: 20px 0; }
      .login__proceed--payment .stripe-logo span {
        font-family: "Lato", sans-serif;
        color: #bebebe;
        font-weight: 500;
        margin-right: 2px; }
  .login__proceed-buttons {
    display: flex;
    align-items: center;
    margin: 20px 0 0 0; }
    .login__proceed-buttons .btn--primary {
      margin: 0;
      margin-left: 40px; }
    .login__proceed-buttons .button--secondary {
      text-decoration: none; }
  .login__proceed-left .btn--primary {
    margin-left: 0; }
  .login__promo {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-size: 0.75rem; }
    .login__promo:first-child {
      margin-top: 10px; }
    .login__promo:last-child {
      color: #d4002f;
      border-bottom: 1px solid #cccccc; }
  .login .subscription-active {
    background-color: #f7f7f8;
    border: 1px solid #474451;
    border-radius: 8px; }
  .login .subscription-disabled {
    background-color: #fff;
    border: 1px solid #cccccc; }
  .login__button {
    margin: 0; }
    .login__button .btn {
      margin: 20px 0 0; }
  .login__options {
    margin: 40px 0 0; }
    .login__options .subscription-plan__card {
      width: 440px;
      height: auto;
      margin: 0; }
      .login__options .subscription-plan__card:hover {
        cursor: default; }
      .login__options .subscription-plan__card:last-child {
        margin-top: 20px;
        margin-bottom: 0; }
      .login__options .subscription-plan__card-content {
        margin-left: 40px; }
      .login__options .subscription-plan__card-title {
        margin: 0; }
        .login__options .subscription-plan__card-title h3, .login__options .subscription-plan__card-title .h3, .login__options .subscription-plan__card-title .h3 {
          margin: 0 20px; }
      .login__options .subscription-plan__card p {
        font-size: 16px;
        line-height: 19px; }
      .login__options .subscription-plan__card .login__proceed--payment {
        padding-top: 16px; }
      .login__options .subscription-plan__card .form-group__group--payment {
        width: 162px; }
      .login__options .subscription-plan__card .btn--primary {
        display: inline-flex;
        margin: 20px 0 0; }
      .login__options .subscription-plan__card .login__option-call {
        margin-top: 16px; }

.register {
  padding: 0 50px; }
  .register__tabs {
    display: flex;
    justify-content: center;
    max-width: 722px; }
  .register__tab {
    display: block;
    padding: 14px 36px 8px 36px;
    text-decoration: none; }
    @media (max-width: 1199.98px) {
      .register__tab {
        padding: 14px 20px 8px 20px; } }
    .register__tab span {
      font-family: "Lato", sans-serif;
      color: #232730;
      font-size: 1rem;
      font-weight: 500; }
    .register__tab h2, .register__tab .h2 {
      font-family: "Open Sans", sans-serif;
      font-size: 1.75rem;
      font-weight: 700;
      color: #232730; }
      .register__tab h2:hover, .register__tab .h2:hover {
        color: #d4002f; }
    .register__tab--active {
      border: 1px solid #cccccc;
      border-radius: 10px 10px 0 0;
      border-bottom: 2px solid #fff;
      position: relative;
      z-index: 1; }
      .register__tab--active h2, .register__tab--active .h2 {
        color: #d4002f; }
  .register .disabled {
    pointer-events: none;
    cursor: default; }
    .register .disabled span,
    .register .disabled h2,
    .register .disabled .h2 {
      color: #cccccc; }
  .register__tabs-line {
    position: relative;
    border-top: 1px solid #cccccc;
    top: -1px;
    margin-bottom: 28px;
    max-width: 722px; }
  .register p {
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    max-width: 440px;
    margin-bottom: 30px; }
  .register__content {
    padding: 0 100px; }
    .register__content h1, .register__content .h1 {
      font-family: "Open Sans", sans-serif;
      font-size: 1.875rem;
      text-transform: initial;
      margin-bottom: 20px;
      color: #232730; }
  .register__group {
    display: flex; }
    .register__group .form-group {
      width: 100%;
      max-width: 210px; }
      .register__group .form-group:first-child {
        margin-right: 20px; }
  .register span {
    font-weight: 600;
    font-family: "Lato", sans-serif;
    margin-right: 4px; }
  .register .checkbox {
    margin: -4px 0 0 4px; }
    .register .checkbox::before {
      margin-top: -4px; }
    .register .checkbox:checked::after {
      top: -4px; }
  .register .form-optin {
    margin-bottom: 30px; }
  .register .btn--primary {
    display: block;
    margin: 30px 0 40px 0; }

.layout {
  display: flex;
  height: 100%;
  flex-direction: column; }
  .layout__page {
    display: flex;
    height: 100%; }

.sidebar {
  width: 215px;
  background: linear-gradient(180deg, #222222 0%, #474451 100%);
  flex-shrink: 0; }
  .sidebar__inner {
    height: calc(100vh - 62px);
    overflow: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .sidebar__nav ul {
    padding: 0;
    list-style-type: none; }
    .sidebar__nav ul li {
      position: relative; }
  .sidebar__nav a {
    padding: 0 5px 0 19px;
    height: 40px;
    display: flex;
    align-items: center;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none; }
    .sidebar__nav a.active, .sidebar__nav a.active:hover {
      color: #fff;
      background-color: rgba(0, 0, 0, 0.85); }
    .sidebar__nav a:hover {
      color: #fff;
      background-color: #d4002f; }
      .sidebar__nav a:hover .sidebar__icon path {
        fill: #fff; }
      .sidebar__nav a:hover .sidebar__icon--lock i, .sidebar__nav a:hover .sidebar__icon--check i {
        color: #474451; }
    .sidebar__nav a.active-primary {
      color: #fff;
      background-color: #d4002f; }
      .sidebar__nav a.active-primary .sidebar__icon path {
        fill: #fff; }
      .sidebar__nav a.active-primary .sidebar__icon--lock i, .sidebar__nav a.active-primary .sidebar__icon--check i {
        color: #474451; }
    .sidebar__nav a.sidebar__purple-item {
      color: #CD9AFF; }
      .sidebar__nav a.sidebar__purple-item .sidebar__icon path {
        fill: #CD9AFF; }
      .sidebar__nav a.sidebar__purple-item:hover {
        color: #fff; }
        .sidebar__nav a.sidebar__purple-item:hover .sidebar__icon path {
          fill: #fff; }
    .sidebar__nav a.disabled {
      color: #59595d;
      pointer-events: none;
      cursor: default; }
      .sidebar__nav a.disabled .sidebar__icon path {
        fill: #59595d;
        stroke: #59595d; }
      .sidebar__nav a.disabled:hover {
        background-color: transparent; }
    .sidebar__nav a.coming-soon {
      color: #59595d;
      cursor: default; }
      .sidebar__nav a.coming-soon:hover {
        background-color: transparent; }
      .sidebar__nav a.coming-soon svg path {
        fill: #59595d; }
  .sidebar__icon {
    margin-right: 15px;
    font-size: 15px;
    width: 17px;
    text-align: center; }
    .sidebar__icon--small {
      font-size: 0.75rem; }
    .sidebar__icon--lock {
      margin: 0; }
      .sidebar__icon--lock i {
        margin-left: 16px; }
    .sidebar__icon--check {
      margin: 0; }
      .sidebar__icon--check i {
        margin-left: 9px; }
  .sidebar__link {
    display: inline-block;
    margin-top: 2px;
    line-height: 1; }
  .sidebar__footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 0 5px; }
    .sidebar__footer .btn {
      margin-bottom: 15px; }
  .sidebar__legal {
    font-size: 0.625rem;
    color: #fff; }
    .sidebar__legal a {
      color: #fff;
      text-decoration: none; }
      .sidebar__legal a:hover {
        text-decoration: underline; }
    .sidebar__legal p {
      margin: 0 2px 0 0; }
    .sidebar__legal span {
      margin: 0 5px; }
  .sidebar__legal-content {
    display: flex;
    justify-content: center;
    margin-bottom: 15px; }

.known-issues-link {
  margin: 0 0 25px;
  font-size: 10px;
  line-height: 12px;
  color: #fff;
  text-decoration: none; }
  .known-issues-link i {
    margin-right: 8px; }
  .known-issues-link:hover {
    color: #fff;
    text-decoration: underline; }

.main {
  width: calc(100% - 215px);
  height: calc(100vh - 62px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative; }
  .main__content {
    height: calc(100% - 70px);
    overflow: auto; }
    .main__content--dashboard {
      overflow: hidden; }
  .main__footer {
    height: 70px;
    border-top: 1px solid #cccccc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    justify-content: flex-end; }
    .main__footer .btn--primary i {
      margin-right: 8px; }
  .main.page-trial-expired, .main.page-subscription-plan {
    width: 100%;
    height: calc(100vh - 62px); }

.search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 30px;
  height: 60px; }
  .search--knowledge {
    justify-content: center;
    padding: 20px 0;
    background-image: url("/img/knowledge-search-background.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 1px solid #cccccc; }

.search-field {
  position: relative;
  display: flex;
  align-items: center; }
  .search-field label {
    margin-right: 20px; }
  .search-field input, .search-field .form-group .form-control, .form-group .search-field .form-control {
    border: 1px solid #7d7d7d;
    border-radius: 60px;
    padding: 7px 35px 7px 14px;
    min-width: 279px;
    background-color: #fff;
    line-height: 1; }
    .search-field input:focus, .search-field .form-group .form-control:focus, .form-group .search-field .form-control:focus {
      outline: none;
      background-color: #fff; }
  .search-field i {
    position: absolute;
    right: 12px;
    top: 8px;
    pointer-events: none;
    font-size: 1rem;
    color: #7d7d7d; }
  .search-field--thead {
    display: none; }
    .search-field--thead input, .search-field--thead .form-group .form-control, .form-group .search-field--thead .form-control {
      padding: 6px 14px 6px 35px;
      min-width: 220px;
      background-color: #fcfcfc; }
    .search-field--thead i {
      font-size: 0.875rem;
      left: 16px;
      top: 9px; }
      .search-field--thead i.search-field__close {
        padding: 4px;
        top: 5px;
        right: 8px;
        left: auto;
        pointer-events: initial;
        cursor: pointer;
        color: #7d7d7d; }
        .search-field--thead i.search-field__close:hover {
          color: #474451; }
  .search-field--knowledge label {
    font-family: "Lato", sans-serif;
    font-size: 1.125rem;
    font-weight: 700; }
  .search-field--knowledge input, .search-field--knowledge .form-group .form-control, .form-group .search-field--knowledge .form-control {
    min-width: 372px;
    background-color: #fcfcfc; }
  .search-field--small input, .search-field--small .form-group .form-control, .form-group .search-field--small .form-control {
    min-width: 209px; }

.search-wrap {
  display: flex;
  align-items: center; }
  .search-wrap .button {
    margin-left: 24px;
    text-decoration: none; }
    .search-wrap .button i {
      margin-right: 8px; }

input[type="search"]::-webkit-search-decoration, .form-group [type="search"].form-control::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, .form-group [type="search"].form-control::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, .form-group [type="search"].form-control::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration, .form-group [type="search"].form-control::-webkit-search-results-decoration {
  display: none; }

.table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0; }
  .table__row.table__row--deselected .table__cell,
  .table__row.table__row--deselected .required {
    color: #8C8C8C; }
  .table tr .chip {
    background-color: #4744511A;
    padding: 5px 9.5px;
    border-radius: 6px;
    color: #232730; }
  .table tr .icon {
    margin-right: 8px; }
    .table tr .icon--danger {
      color: #d4002f; }
      .table tr .icon--danger + span {
        color: #d4002f; }
    .table tr .icon--outside {
      position: absolute;
      left: 10px; }
    .table tr .icon--succees {
      color: #52a455; }
      .table tr .icon--succees + span {
        color: #52a455; }
    .table tr .icon--warning {
      color: #ffce20; }
      .table tr .icon--warning + span {
        color: #ffce20; }
  .table tr.table__row-with-button:not(.hide-hover):hover .btn--secondary:not(.btn--disabled) {
    background-color: #232730;
    color: #fff;
    border-color: #232730; }
  .table tr.table__row-with-button .button--success {
    margin-left: 25px; }
  .table tr.table__row-with-button .button--primary:hover {
    color: #2babab; }
  .table tr.table__row-canceled .table__cell-fill-href span {
    color: #BEBEBE; }
  .table tr:hover {
    background-color: #f7f7f8;
    cursor: pointer; }
    .table tr:hover .table__hover {
      display: block; }
  .table tr:last-child td:first-child {
    border-bottom-left-radius: 0;
    border-bottom: 1px solid #e5e5e5; }
  .table tr.table__no-results:hover {
    background-color: transparent; }
  .table tr.table__no-results:last-child td:first-child, .table tr.table__no-results:last-child td:first-child {
    border-bottom: none; }
  .table tr.warning {
    background: rgba(212, 0, 47, 0.05); }
  .table th {
    background: #474451;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    padding: 0; }
    .table th .table__cell {
      color: #fff;
      padding: 16px 15px;
      white-space: nowrap;
      height: 50px; }
      .table th .table__cell--search {
        padding: 10px 15px;
        min-width: 250px; }
      .table th .table__cell--control-search {
        min-width: 200px; }
    .table th:first-child .table__cell {
      padding-left: 30px; }
    .table th a {
      color: #fff;
      text-decoration: none; }
    .table th i {
      margin-left: 10px; }
    .table th .search-field--thead i,
    .table th .table__search i {
      margin-left: 0; }
  .table td {
    position: relative;
    padding: 14px 15px;
    vertical-align: middle; }
    .table td .table__cell:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 0; }
    .table td .table__cell--edit {
      color: #d4002f;
      z-index: 1; }
      .table td .table__cell--edit:hover {
        color: #ff194c; }
    .table td .table__cell--expiration {
      color: #d4002f; }
    .table td .table__cell--split {
      position: absolute;
      top: 0;
      bottom: 0;
      height: 100%;
      padding: 10px; }
      .table td .table__cell--split.table__cell--edit {
        left: 5px; }
      .table td .table__cell--split.table__delete {
        right: 20px; }
        .table td .table__cell--split.table__delete--contact {
          right: 18px; }
        .table td .table__cell--split.table__delete--practitioners {
          right: 40px; }
    .table td .table__cell--disabled {
      opacity: 0.4; }
    .table td .table__cell .fa-paper-plane {
      font-size: 16px;
      line-height: 1;
      color: #AF0020;
      position: absolute;
      top: 50%;
      left: 6px;
      transform: translateY(-50%); }
    .table td:first-child .table__cell {
      padding-left: 15px; }
    .table td:last-child {
      padding-right: 30px; }
    .table td.table__cell-pending .table__cell {
      color: #bebebe; }
    .table td.table__cell-icon {
      display: flex;
      align-items: center; }
      .table td.table__cell-icon:after {
        font-family: "Font Awesome 6 Pro";
        font-weight: 900;
        content: "\f071";
        font-size: 0.875rem;
        margin: 0 0 3px 10px;
        color: #d4002f; }
  .table .name-content {
    width: 36%; }
  .table--no-hover tr:hover {
    background-color: transparent;
    cursor: default; }
  .table__cell-buttons {
    display: flex;
    align-items: center; }
    .table__cell-buttons .button--primary {
      white-space: nowrap;
      text-decoration: none; }
  .table__cell {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #232730;
    line-height: 1.14; }
    .table__cell:hover {
      color: #232730; }
    .table__cell.table__cell-attestation {
      display: flex; }
      .table__cell.table__cell-attestation > span i {
        margin-right: 5px; }
      .table__cell.table__cell-attestation > span:first-child {
        text-overflow: ellipsis;
        overflow: hidden;
        width: 145px;
        height: 16px;
        white-space: nowrap;
        margin-right: 15px; }
    .table__cell.table__cell-attestation-short i {
      font-weight: 900;
      margin-right: 10px; }
    .table__cell.button--success {
      color: #1693a5;
      text-decoration: underline; }
      .table__cell.button--success:hover {
        color: #2ac6c6; }
    .table__cell--sort {
      display: inline-block; }
      .table__cell--sort:hover {
        background-color: #5f5b6c; }
      .table__cell--sort i {
        margin-left: 10px; }
    .table__cell--warning {
      color: #d4002f; }
      .table__cell--warning:hover {
        color: #d4002f; }
    .table__cell--tooltip {
      justify-content: space-between; }
      .table__cell--tooltip:hover .tooltips {
        display: block;
        white-space: nowrap; }
        .table__cell--tooltip:hover .tooltips__inner {
          padding: 4px 6px; }
      .table__cell--tooltip:hover .table__tooltip:after {
        display: block;
        content: "";
        position: absolute;
        z-index: 1;
        border: 4px solid #fff;
        box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.12);
        top: -17px;
        left: 3px;
        transform: rotate(45deg); }
    .table__cell--comments, .table__cell--comments-red {
      max-width: 100px; }
      .table__cell--comments i, .table__cell--comments-red i {
        font-size: 1.25rem;
        margin-right: 8px; }
      .table__cell--comments:hover i, .table__cell--comments-red:hover i {
        color: #35abd0;
        font-weight: 300; }
    .table__cell--comments i {
      font-weight: 300;
      color: #232730; }
    .table__cell--comments-red i {
      font-weight: 900;
      color: #35abd0; }
    .table__cell--gap, .table__cell--audit, .table__cell--control, .table__cell--asset, .table__cell--artifact {
      font-weight: 500; }
    .table__cell--gap {
      color: #5c63a2; }
      .table__cell--gap:hover {
        color: #5c63a2; }
    .table__cell--audit {
      color: #1d896f; }
      .table__cell--audit:hover {
        color: #1d896f; }
    .table__cell--control {
      color: #9f518d; }
      .table__cell--control:hover {
        color: #9f518d; }
    .table__cell--asset {
      color: #35abd0; }
      .table__cell--asset:hover {
        color: #35abd0; }
    .table__cell--artifact {
      color: #ffa600; }
      .table__cell--artifact:hover {
        color: #ffa600; }
    .table__cell .cancel-icon {
      color: #d4002f;
      margin-left: 10px; }
  .table__search {
    cursor: pointer; }
    .table__search i {
      line-height: 1;
      margin-right: 10px;
      vertical-align: bottom; }
  .table__hover {
    display: none; }
  .table__text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  .table__edit {
    justify-content: center;
    color: #1693a5; }
    .table__edit:hover {
      color: #2ac6c6; }
  .table__delete {
    justify-content: center;
    color: #474451; }
    .table__delete:hover {
      color: #232730; }
  .table__tooltip {
    position: relative;
    z-index: 1;
    margin-right: 19px; }
    .table__tooltip:after {
      display: none; }
  .table .dropdown-toggler {
    color: #fff;
    display: inline-block; }
    .table .dropdown-toggler--level {
      color: #474451; }
    .table .dropdown-toggler__text {
      display: inline-block;
      max-width: 133px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      vertical-align: text-bottom; }
      .table .dropdown-toggler__text--frameworks {
        max-width: 150px; }
    .table .dropdown-toggler i {
      margin-left: 10px; }
    .table .dropdown-toggler.show {
      background: #5f5b6c; }
    .table .dropdown-toggler:hover {
      background: #5f5b6c;
      color: #fff;
      text-decoration: none; }
    .table .dropdown-toggler--level:hover, .table .dropdown-toggler--level:focus, .table .dropdown-toggler--level.show {
      background: #fff;
      color: #232730; }
    .table .dropdown-toggler--level i {
      margin: 0; }
  .table .dropdown-menu--level {
    width: 220px; }
  .table .dropdown-item {
    color: #232730;
    font-size: 0.875rem;
    padding: 9px 15px; }
    .table .dropdown-item--level {
      padding: 9px 8px; }
  .table__no-results td {
    padding-top: 60px;
    text-align: center; }
    .modal .table__no-results td {
      padding-top: 40px; }
    .table__no-results td:last-child {
      padding-right: 15px; }
  .table__no-results p {
    margin-top: 20px; }
  .table__no-results svg {
    height: 70px; }
    .table__no-results svg path {
      fill: #cccccc; }
  .table__no-results--manager svg {
    width: 70px; }
  .table__no-results--consultants svg {
    width: 78px; }
  .table__no-results--auditors svg {
    width: 84px; }
  .table__no-results--audits svg {
    width: 51px;
    height: 64px; }
    .table__no-results--audits svg path {
      fill: #cccccc; }
  .table__no-results--assets td, .table__no-results--artifacts td, .table__no-results--company td {
    padding-top: 40px; }
  .table__no-results--assets-zero {
    position: absolute !important;
    width: 718px;
    display: flex;
    justify-content: center;
    background-color: #fff !important; }
  .table__no-results--discussion td {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .table__no-results--log i {
    margin-left: 10px; }
  .table__no-results i {
    font-size: 4rem;
    color: #cccccc;
    width: auto; }
  .table--control, .table--artifact, .table--audit {
    margin: 0; }
    .table--control thead, .table--artifact thead, .table--audit thead {
      position: sticky;
      z-index: 1; }
      .table--control thead tr, .table--artifact thead tr, .table--audit thead tr {
        display: flex; }
      .table--control thead th:first-child, .table--artifact thead th:first-child, .table--audit thead th:first-child {
        border-radius: 8px 0 0 0; }
        .table--control thead th:first-child .table__cell, .table--artifact thead th:first-child .table__cell, .table--audit thead th:first-child .table__cell {
          padding-left: 20px; }
      .table--control thead th:last-child, .table--artifact thead th:last-child, .table--audit thead th:last-child {
        border-radius: 0 8px 0 0; }
    .table--control tr:last-child td:first-child, .table--artifact tr:last-child td:first-child, .table--audit tr:last-child td:first-child {
      border-bottom: 1px solid #cccccc; }
    .table--control .table__body, .table--artifact .table__body, .table--audit .table__body {
      display: table-caption;
      height: 276px;
      overflow-y: auto;
      border: 1px solid #cccccc;
      border-top: none;
      border-radius: 0 0 8px 8px; }
      .table--control .table__body::-webkit-scrollbar, .table--artifact .table__body::-webkit-scrollbar, .table--audit .table__body::-webkit-scrollbar {
        width: 18px; }
      .table--control .table__body::-webkit-scrollbar-thumb, .table--artifact .table__body::-webkit-scrollbar-thumb, .table--audit .table__body::-webkit-scrollbar-thumb {
        width: 6px;
        border: 6px solid #fff; }
      .table--control .table__body tr td:last-child, .table--artifact .table__body tr td:last-child, .table--audit .table__body tr td:last-child {
        font-weight: 300; }
      .table--control .table__body--no-hover tr:hover, .table--artifact .table__body--no-hover tr:hover, .table--audit .table__body--no-hover tr:hover {
        background-color: transparent; }
      .table--control .table__body--no-hover tr:nth-child(even), .table--artifact .table__body--no-hover tr:nth-child(even), .table--audit .table__body--no-hover tr:nth-child(even) {
        background-color: #f7f7f8; }
      .table--control .table__body--no-hover tr:nth-child(odd), .table--artifact .table__body--no-hover tr:nth-child(odd), .table--audit .table__body--no-hover tr:nth-child(odd) {
        background-color: #fff; }
      .table--control .table__body--zero-state, .table--artifact .table__body--zero-state, .table--audit .table__body--zero-state {
        width: 100%;
        min-height: 276px;
        display: flex;
        justify-content: center; }
      .table--control .table__body--kb, .table--artifact .table__body--kb, .table--audit .table__body--kb {
        position: relative;
        z-index: 1; }
    .table--control td:nth-child(2),
    .table--control th:nth-child(2), .table--artifact td:nth-child(2),
    .table--artifact th:nth-child(2), .table--audit td:nth-child(2),
    .table--audit th:nth-child(2) {
      width: 100%; }
    .table--control .search-field, .table--artifact .search-field, .table--audit .search-field {
      margin: 10px 20px 0 0; }
      .table--control .search-field input, .table--control .search-field .form-group .form-control, .form-group .table--control .search-field .form-control, .table--artifact .search-field input, .table--artifact .search-field .form-group .form-control, .form-group .table--artifact .search-field .form-control, .table--audit .search-field input, .table--audit .search-field .form-group .form-control, .form-group .table--audit .search-field .form-control {
        min-width: 200px;
        padding: 6px 14px 6px 35px; }
    .table--control .checkbox, .table--artifact .checkbox, .table--audit .checkbox {
      margin-right: 12px; }
  .table--control td:first-child,
  .table--control th:first-child {
    min-width: 228px; }
  .table--control tr {
    position: relative; }
  .table--control td {
    position: initial; }
  .table--control label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 111111; }
    .table--control label:hover {
      cursor: pointer; }
  .table--control .table__body.accordion {
    display: block; }
    .table--control .table__body.accordion::-webkit-scrollbar {
      width: 0; }
    .table--control .table__body.accordion::-webkit-scrollbar-thumb {
      width: 0;
      border: 0; }
    .table--control .table__body.accordion .accordion-item {
      margin: 0; }
      .table--control .table__body.accordion .accordion-item .accordion-header {
        padding: 0; }
      .table--control .table__body.accordion .accordion-item .accordion-button {
        padding: 19px 20px;
        justify-content: flex-start;
        border: 0;
        border-bottom: 1px solid #cccccc;
        border-radius: 0; }
        .table--control .table__body.accordion .accordion-item .accordion-button span {
          margin-left: 12px; }
        .table--control .table__body.accordion .accordion-item .accordion-button .checkbox {
          top: -2px; }
        .table--control .table__body.accordion .accordion-item .accordion-button.accordion-button--out:not(.collapsed) {
          background-color: #fff;
          color: #232730; }
        .table--control .table__body.accordion .accordion-item .accordion-button.accordion-button--out:after {
          filter: invert(40%) sepia(40%) saturate(100%) hue-rotate(183deg) brightness(40%) contrast(100%); }
      .table--control .table__body.accordion .accordion-item .accordion-body .accordion-description.control-description {
        padding-left: 123px; }
      .table--control .table__body.accordion .accordion-item .accordion-collapse.show {
        border-bottom: 1px solid #cccccc; }
  .table--all-control .table__body {
    height: 460px;
    position: relative;
    z-index: 0; }
  .table--all-control th:first-child {
    min-width: 140px; }
  .table--all-control.table--control-description th:first-child {
    min-width: 172px; }
  .table--artifact td:first-child,
  .table--artifact th:first-child {
    min-width: 450px; }
  .table--artifact th:last-child {
    width: 180px; }
  .table--artifact .search-field input, .table--artifact .search-field .form-group .form-control, .form-group .table--artifact .search-field .form-control {
    padding-left: 14px;
    min-width: 160px; }
  .table--audit td:first-child,
  .table--audit th:first-child {
    min-width: 140px; }
  .table--audit td {
    border-bottom: 1px solid #e5e5e5; }
  .table__confirm {
    display: none;
    position: absolute;
    right: 0; }
    .table__confirm--active {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      background-color: rgba(82, 164, 85, 0.08); }
      .table__confirm--active:after {
        content: "";
        background-color: #52a455;
        color: #fff;
        font-size: 0.625rem;
        line-height: 1;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        margin-right: 13px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Font Awesome 6 Pro";
        font-weight: 400;
        content: "\f00c"; }
  .table--invites td .button--primary {
    color: #1693a5;
    text-decoration: underline; }
  .table--companies th:first-child {
    width: 220px; }
  .table--companies th:nth-child(2), .table--companies th:nth-child(3) {
    width: 380px; }
  .table--companies th:nth-child(4) {
    width: 140px; }
  .table--companies th:nth-child(5) {
    width: 100px; }
  .table--companies.table--companies-list th:nth-child(2) {
    width: 320px; }
  .table--companies.table--companies-list th:nth-child(3) {
    width: 130px; }
  .table--companies.table--companies-list th:nth-child(4) {
    width: 265px; }
  .table--companies td .button--primary {
    color: #1693a5; }
  .table--companies td .button--danger + .button--primary {
    margin-left: 15px; }
  .table--companies td .btn--secondary {
    margin-right: 15px; }
  .table--companies-subscription th:nth-child(5) {
    width: 130px; }
  .table__light {
    font-weight: 300;
    font-style: normal;
    margin: 0 50px 0 5px; }
  .table--height .table__cell {
    min-height: 32px; }
  .table--hover-primary tr:hover {
    background-color: rgba(212, 0, 47, 0.05); }
  .table--chat tr:last-child td:first-child {
    border-bottom: 0px; }
  .table--subcontractors th:nth-child(2) {
    width: 140px; }
  .table--subcontractors th:nth-child(3),
  .table--subcontractors th:nth-child(4) {
    width: 240px; }
  .table--subcontractors th:first-child .table__cell {
    padding-left: 50px;
    width: 380px; }
  .table--subcontractors td:first-child .table__cell {
    padding-left: 35px; }
  .table.table--artifacts {
    table-layout: fixed;
    width: 100%; }
    .table.table--artifacts td {
      padding: 14px 10px; }
      .table.table--artifacts td:first-child {
        padding-left: 15px; }
      .table.table--artifacts td input[type="checkbox"], .table.table--artifacts td .form-group [type="checkbox"].form-control, .form-group .table.table--artifacts td [type="checkbox"].form-control {
        transform: translateY(2px);
        position: relative;
        z-index: 1; }
    .table.table--artifacts th {
      width: 105px; }
      .table.table--artifacts th:first-child .table__cell {
        padding-left: 30px; }
      .table.table--artifacts th:nth-child(2) {
        width: 220px; }
      .table.table--artifacts th:nth-child(3) {
        width: 320px; }
      .table.table--artifacts th:nth-child(4) {
        width: 135px; }
      .table.table--artifacts th:nth-child(6) {
        width: 100px; }
      .table.table--artifacts th:nth-child(7) {
        width: 50px; }
      .table.table--artifacts th:nth-child(8) {
        width: auto; }
      .table.table--artifacts th .table__cell {
        padding: 16px 10px; }
    .table.table--artifacts .table__text {
      -webkit-line-clamp: 3; }
    .table.table--artifacts .btn--secondary {
      margin-right: 15px;
      padding: 0 20px; }
    .table.table--artifacts .artifact__type {
      justify-content: center;
      font-size: 18px;
      color: #6DC575; }
    .table.table--artifacts .artifact__code {
      position: relative; }
      .table.table--artifacts .artifact__code i {
        font-size: 18px;
        position: absolute;
        top: 50%;
        left: -9px;
        transform: translateY(-50%); }
      .table.table--artifacts .artifact__code i.fa-circle-check {
        color: #6DC575; }
      .table.table--artifacts .artifact__code i.fa-circle-minus {
        color: #CCCCCC; }
      .table.table--artifacts .artifact__code i.fa-clock-rotate-left {
        color: #405D9F; }
    .table.table--artifacts.table--assessment-artifacts td:first-child {
      text-align: center; }
      .table.table--artifacts.table--assessment-artifacts td:first-child span {
        display: block; }
        .table.table--artifacts.table--assessment-artifacts td:first-child span button {
          position: relative;
          z-index: 1; }
    .table.table--artifacts.table--assessment-artifacts th {
      width: 100px; }
      .table.table--artifacts.table--assessment-artifacts th:first-child {
        width: 135px; }
      .table.table--artifacts.table--assessment-artifacts th:nth-child(3) {
        width: 200px; }
      .table.table--artifacts.table--assessment-artifacts th:nth-child(4) {
        width: 280px; }
      .table.table--artifacts.table--assessment-artifacts th:nth-child(5) {
        width: 120px; }
      .table.table--artifacts.table--assessment-artifacts th:nth-child(8) {
        width: auto; }
      .table.table--artifacts.table--assessment-artifacts th:nth-child(9) {
        width: auto; }
    .table.table--artifacts.table--assessment-artifacts .artifact__code i {
      display: none; }
    .table.table--artifacts.table--assessment-artifacts.table--assessor-artifacts th:first-child, .table.table--artifacts.table--assessment-artifacts.table--assessor-artifacts td:first-child {
      width: 30px;
      pointer-events: none; }
      .table.table--artifacts.table--assessment-artifacts.table--assessor-artifacts th:first-child .table__cell, .table.table--artifacts.table--assessment-artifacts.table--assessor-artifacts td:first-child .table__cell {
        opacity: 0; }
  .table.table--3pao th:nth-child(2), .table.table--3pao th:nth-child(3) {
    width: 200px; }
  .table.table--3pao th:nth-child(4) {
    width: 245px; }
  .table.table--3pao td .button--danger + .button--primary {
    margin-left: 15px; }
  .table.table--3pao td .btn--primary,
  .table.table--3pao td .btn--secondary {
    width: 150px;
    margin-right: 15px; }
  .table.table--risk th:nth-child(1) {
    width: 120px; }
  .table.table--risk th:nth-child(2) {
    width: 160px; }
  .table.table--risk th:nth-child(3) {
    width: 220px; }
  .table.table--risk th:nth-child(4) {
    width: 140px; }
  .table.table--risk td .button--danger + .button--primary {
    margin-left: 15px; }
  .table.table--risk td .btn--primary,
  .table.table--risk td .btn--secondary {
    width: 150px;
    margin-right: 15px; }
  .table.table--3pao-assessors em {
    color: #8A8A8A; }
  .table.table--3pao-assessors .table__cell-buttons .table__cell::after {
    display: none; }
  .table.table--3pao-assessment th:nth-child(7) {
    width: 225px; }
  .table.table--3pao-assessment .table__cell-buttons .table__cell::after {
    display: none; }
  .table.table--3pao-assessment .table__cell-buttons .button--primary {
    margin-left: 20px; }
  .table.table--3pao-assessment .table__cell-buttons .btn--secondary {
    width: 175px; }

.badge-osa {
  display: inline-block;
  width: 30px;
  margin-left: 5px;
  color: #EBEBEB;
  background-color: #405D9F;
  border-radius: 2px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  text-align: center; }
  .badge-osa--small {
    line-height: 16px; }

.fit-content {
  width: 1%;
  white-space: nowrap; }

.table-responsive .table__row {
  height: 60px; }

.required {
  color: #d4002f; }

.table-progress {
  display: inline-block;
  min-width: 80px;
  padding: 5px 10px;
  border-radius: 5px;
  background: rgba(71, 68, 81, 0.1);
  line-height: 16px;
  color: #474451;
  text-align: center; }

.last-updated-row {
  background: #E6E7E8; }
  .last-updated-row .table__cell.button--success {
    text-decoration: none; }
  .last-updated-row .last-updated-text {
    display: inline; }
  .last-updated-row .table__cell--comments i {
    color: #FF6361; }
  .last-updated-row:hover .table__cell.button--success {
    text-decoration: underline; }
  .last-updated-row:hover .last-updated-text {
    display: none; }
.last-updated-text {
  display: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  color: #BEBEBE;
  text-decoration: none; }

.assessor-cell-actions .btn--secondary {
  margin-right: 20px; }
.assessor-cell-actions .table__cell {
  display: inline-flex; }
  .assessor-cell-actions .table__cell::after {
    display: none; }

.search-wrap .vendor-seats {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 40px 0 0; }
  .search-wrap .vendor-seats p {
    margin: 0;
    font-weight: 700;
    line-height: 24px; }
    .search-wrap .vendor-seats p span {
      margin-left: 10px;
      font-size: 20px; }
  .search-wrap .vendor-seats a {
    margin: 0;
    text-decoration: underline; }

#subcontractorsTable .btn--secondary {
  padding: 0 28px;
  min-width: 180px; }

.table-artifacts__empty {
  padding: 28px 15px 15px;
  text-align: center; }
  .table-artifacts__empty p {
    margin: 20px 0 0; }
.table-artifacts__head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  padding: 9px 10px;
  border-top: 1px solid #8A8A8A;
  border-bottom: 1px solid #8A8A8A; }
  .table-artifacts__head-cell {
    min-width: 60px; }
    .table-artifacts__head-cell p {
      margin: 0;
      font-family: 'Roboto', sans-serif;
      font-size: 12px;
      font-weight: 700;
      line-height: 14px;
      text-transform: uppercase;
      color: #000; }
.table-artifacts__row {
  margin-bottom: 20px;
  padding-bottom: 19px;
  padding-left: 10px;
  border-bottom: 1px solid #D9D9D9; }
  .table-artifacts__row:last-child {
    margin-bottom: 0; }
  .table-artifacts__row--deselected .table-artifacts__content p,
  .table-artifacts__row--deselected .table-artifacts__content span,
  .table-artifacts__row--deselected .table-artifacts__bottom p,
  .table-artifacts__row--deselected .table-artifacts__bottom span {
    color: #8A8A8A; }
.table-artifacts__top {
  display: flex;
  gap: 20px;
  margin: 0 0 20px; }
.table-artifacts__content {
  flex: 1;
  position: relative; }
  .table-artifacts__content p {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 15px;
    color: #000; }
    .table-artifacts__content p strong:first-child {
      min-width: 60px;
      margin-right: 10px; }
  .table-artifacts__content span {
    display: block;
    max-width: 405px;
    margin: 5px 0 0;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    color: #000; }
  .table-artifacts__content i {
    position: absolute;
    top: 0;
    left: -22px; }
  .table-artifacts__content i.fa-circle-check {
    color: #6DC575; }
  .table-artifacts__content i.fa-circle-minus {
    color: #CCCCCC; }
  .table-artifacts__content i.fa-clock-rotate-left {
    color: #405D9F; }
  .table-artifacts__content input.checkbox, .table-artifacts__content .form-group .checkbox.form-control, .form-group .table-artifacts__content .checkbox.form-control {
    position: absolute;
    top: -3px;
    left: -26px;
    z-index: 2; }
.table-artifacts__actions > div {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 15px; }
.table-artifacts__bottom p {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #000; }
  .table-artifacts__bottom p strong {
    margin-right: 10px; }
.table-artifacts__footer {
  padding: 20px 0 0 30px; }
  .table-artifacts__footer p {
    font-size: 12px;
    line-height: 14.06px; }
  .table-artifacts__footer span.checkbox {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 2px;
    vertical-align: text-top; }
    .table-artifacts__footer span.checkbox::before {
      width: 14px;
      height: 14px; }
    .table-artifacts__footer span.checkbox::after {
      content: "\f00c";
      font-family: "Font Awesome 6 PRO";
      color: #fff;
      background-color: #d4002f;
      border-radius: 2px;
      height: 14px;
      width: 14px;
      line-height: 14px;
      position: absolute;
      top: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 0.675rem;
      font-weight: 900;
      visibility: visible; }

.form-group .form-field--checkbox {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 15px;
  border: 1px solid #CCCCCC;
  border-radius: 4px; }
  .form-group .form-field--checkbox .checkbox {
    width: 20px;
    height: 20px; }
  .form-group .form-field--checkbox label {
    margin: 0;
    font-size: 13px;
    line-height: 15.23px; }
  .form-group .form-field--checkbox.checkbox-small .checkbox {
    width: 16px;
    height: 16px; }
    .form-group .form-field--checkbox.checkbox-small .checkbox::before, .form-group .form-field--checkbox.checkbox-small .checkbox::after {
      width: 16px;
      height: 16px; }
    .form-group .form-field--checkbox.checkbox-small .checkbox::after {
      font-size: 0.7rem; }

.modal .modal-content .modal-body .assessors-list-3pao p {
  margin: 0 0 5px; }
.modal .modal-content .modal-body .assessors-list-3pao i {
  display: inline-block;
  margin-left: 5px;
  color: #B3B3B3;
  cursor: pointer;
  transition: color 0.3s ease-in-out; }
  .modal .modal-content .modal-body .assessors-list-3pao i:hover {
    color: #D4002F; }

.details-3pao {
  padding: 30px 30px 0; }
.details-block {
  margin-bottom: 30px; }
  .details-block label {
    display: block;
    margin-bottom: 2px;
    font-size: 13px;
    font-weight: 700;
    line-height: 15px; }
  .details-block p {
    margin-bottom: 9px;
    font-size: 12px;
    line-height: 14px; }

.login-history__title {
  display: flex; }
  .login-history__title h5, .login-history__title .h5 {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    margin: 20px 0 0 0;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 24px;
    background-color: #595666;
    border-radius: 4px 4px 0 0; }
.login-history__head th .table__cell {
  height: 30px; }
.login-history .table {
  margin-bottom: 0;
  position: relative; }
  .login-history .table thead {
    position: sticky;
    top: 0;
    z-index: 1; }
    .login-history .table thead th {
      font-size: 0.75rem; }
      .login-history .table thead th .table__cell {
        padding: 7px 0; }
      .login-history .table thead th:first-child {
        width: 1%;
        white-space: nowrap; }
        .login-history .table thead th:first-child .table__cell {
          padding: 0 138px 0 20px; }
  .login-history .table__body {
    display: block;
    width: 100%;
    max-height: 389px;
    overflow: auto;
    border: 1px solid #cccccc;
    border-top: none;
    border-radius: 0 0 8px 8px; }
    .login-history .table__body::-webkit-scrollbar {
      width: 18px; }
    .login-history .table__body::-webkit-scrollbar-thumb {
      width: 6px;
      border: 6px solid #fff; }
    .login-history .table__body--zero-state {
      height: 389px; }
      .login-history .table__body--zero-state td {
        background-color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center; }
        .login-history .table__body--zero-state td:first-child {
          width: auto; }
      .login-history .table__body--zero-state i {
        font-size: 4.5rem;
        color: #dadadc;
        opacity: 0.4;
        margin: 28px 0 20px; }
      .login-history .table__body--zero-state svg {
        margin: 26px 0 20px; }
      .login-history .table__body--zero-state p {
        font-weight: 400; }
    .login-history .table__body--narrow {
      height: 368px; }
    .login-history .table__body--scroll {
      max-height: 368px; }
  .login-history .table tr {
    display: block; }
    .login-history .table tr:nth-child(odd) {
      background-color: #f7f7f8; }
      .login-history .table tr:nth-child(odd):hover {
        background-color: #f7f7f8; }
    .login-history .table tr:nth-child(even):hover {
      background-color: #fff; }
    .login-history .table tr td {
      font-weight: 300;
      padding: 14px 0;
      border-bottom: none; }
      .login-history .table tr td:first-child {
        min-width: 234.28px; }
        .login-history .table tr td:first-child .table__cell {
          padding: 0 0 0 20px;
          margin-right: 5px; }
      .login-history .table tr td .table__cell {
        display: inline;
        font-weight: 400; }
        .login-history .table tr td .table__cell::after {
          display: none; }
    .login-history .table tr.sortable-item td {
      display: block;
      padding: 7px 0; }
    .login-history .table tr.sortable-item .table__cell {
      display: flex;
      justify-content: space-between; }
    .login-history .table tr.sortable-item:hover {
      cursor: grabbing; }
      .login-history .table tr.sortable-item:hover .sortable-icon {
        color: #ff194c; }
    .login-history .table tr.sortable-item .icons-action {
      margin-right: 3px; }
      .login-history .table tr.sortable-item .icons-action a {
        padding: 15px 7px; }
@media (min-width: 1200px) {
  .login-history--small .table tr th:first-child,
  .login-history--small .table tr td:first-child {
    min-width: 470px; } }
.login-history--small .table__body {
  max-height: 176px; }

.badge {
  width: 40px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #232730;
  background: #e5e5e5; }
  .badge--right {
    margin-left: 60px; }

.pagination {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  display: flex;
  align-items: center; }
  .pagination__wrap {
    position: fixed;
    bottom: 20px;
    left: 245px;
    display: flex;
    align-items: center;
    z-index: 2; }
    .pagination__wrap .dropdown-toggler {
      font-weight: 500;
      color: #232730; }
      .pagination__wrap .dropdown-toggler:hover {
        color: #474451; }
      .pagination__wrap .dropdown-toggler i {
        margin-left: 10px; }
    .pagination__wrap .dropdown-menu {
      min-width: 102px;
      margin-bottom: 13px !important; }
    .pagination__wrap .dropdown-item {
      padding: 9px 5px;
      font-size: 14px;
      text-align: center; }
  .pagination__inner {
    display: flex;
    align-items: center; }
    .pagination__inner a:first-child {
      padding-left: 0; }
      .pagination__inner a:first-child.pagination__link--active {
        margin-left: 0; }
    .pagination__inner a:last-child {
      padding-right: 0; }
      .pagination__inner a:last-child.pagination__link--active {
        margin-right: 0; }
  .pagination__next svg, .pagination__last svg {
    transform: rotate(180deg); }
  .pagination__next {
    margin: 0 10px 0 20px; }
  .pagination__prev {
    margin: 0 20px 0 10px; }
  .pagination svg:hover path {
    fill: #ff194c; }
  .pagination__link {
    height: 24px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #232730;
    text-decoration: none;
    padding: 0 8px; }
    .pagination__link:first-of-type {
      padding-left: 0; }
    .pagination__link:last-child {
      padding-right: 0; }
    .pagination__link--active {
      width: 24px;
      background-color: #d4002f;
      border-radius: 100px;
      color: #fff;
      pointer-events: none;
      padding: 0;
      margin: 0 5px; }
    .pagination__link:hover {
      color: #d4002f; }
  .pagination__dropdown {
    margin-left: 30px; }

.notification {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
  .notification a {
    text-decoration: none; }
  .notification__content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 0 15px 30px;
    color: #fff; }
    .notification__content p {
      margin: 0 50px 0 15px; }
  .notification__description {
    display: flex;
    align-items: center; }
  .notification__close {
    position: absolute;
    right: 30px;
    top: 15px;
    border: none;
    background-color: transparent;
    padding: 0;
    height: 20px; }
    .notification__close:focus {
      box-shadow: none; }
  .notification i {
    color: #fff;
    font-size: 1.25rem; }
  .notification--warning {
    background-color: #c50000;
    z-index: 2; }
  .notification--success {
    display: block !important;
    position: fixed;
    top: 12px;
    left: calc(50% + 107px);
    max-width: 780px;
    transform: translate(-50%, -62px);
    background-color: #52a455;
    border-radius: 8px;
    opacity: 0.9;
    z-index: 9991;
    transition: transform .6s ease-in-out; }
    .notification--success.d-block {
      transform: translate(-50%, 0); }
    .notification--success.d-none {
      transform: translate(-50%, -62px); }
  .notification--primary {
    background-color: #f7f7f8;
    border-radius: 8px;
    position: relative;
    margin-bottom: 20px; }
    .notification--primary p {
      color: #232730;
      margin-left: 10px; }
    .notification--primary a {
      font-weight: 600;
      text-decoration: underline; }
    .notification--primary i {
      color: #232730; }
    .notification--primary .notification__content {
      padding: 18px 0 18px 30px; }
    .notification--primary .notification__close {
      top: 18px; }
      .notification--primary .notification__close ::before {
        color: #898c96; }
  .notification--secondary {
    position: relative;
    background-color: rgba(35, 39, 48, 0.6); }
    .notification--secondary span {
      font-weight: 600; }
    .notification--secondary .notification__content {
      padding: 11px 0 11px 30px;
      height: 40px; }
    .notification--secondary .notification__close {
      top: 11px; }
  .notification--scoping, .notification--refine {
    position: relative;
    background: url("../img/notification-bg.png") no-repeat center/cover;
    border-radius: 8px;
    margin-bottom: 20px; }
    .notification--scoping p, .notification--refine p {
      max-width: 760px;
      margin: 0;
      font-weight: 500;
      line-height: 1.4; }
    .notification--scoping i, .notification--refine i {
      font-size: 40px;
      margin-right: 30px; }
  .notification--scoping {
    padding: 30px; }
  .notification--refine {
    padding: 20px 30px;
    margin: 0 30px 30px 30px;
    width: auto; }
  .notification--canceled {
    position: relative;
    background-color: rgba(255, 206, 32, 0.1);
    margin-top: 10px;
    border: 1px solid rgba(255, 206, 32, 0.4); }
    .notification--canceled p,
    .notification--canceled i {
      color: #232730; }
    .notification--canceled i {
      margin-right: 10px; }
    .notification--canceled span {
      font-weight: 600; }
  .notification--exclamation {
    position: relative;
    padding: 0 15px;
    background-color: rgba(212, 0, 47, 0.05);
    border: 1px solid rgba(212, 0, 47, 0.4);
    border-radius: 4px;
    margin: 20px 50px -10px;
    width: auto; }
    .notification--exclamation .notification__content {
      color: #232730; }
    .notification--exclamation i {
      color: #d4002f;
      margin-right: 10px; }
  .notification--known-issues, .notification--content-update {
    background-color: #fff;
    border: 1px solid #cccccc;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
    border-radius: 8px; }
  .notification--known-issues .notification__content {
    padding: 19px 0 19px 30px;
    justify-content: start; }
  .notification--content-update {
    position: relative;
    z-index: 0;
    padding: 20px 30px; }
    .notification--content-update .notification__content {
      padding: 0; }
    .notification--content-update .btn {
      text-decoration: none; }
  .notification__overlay-compliance {
    background-image: url(../img/options-bg.png);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: left;
    z-index: -1;
    transform: scaleX(-1); }
  .notification__title {
    display: flex;
    margin-bottom: 20px; }
    .notification__title h2, .notification__title .h2 {
      margin: 0; }
    .notification__title img {
      height: 20px;
      margin-right: 10px; }
  .notification--warning {
    position: relative;
    background: none;
    margin-bottom: 20px;
    padding: 0;
    margin: 0 30px 10px 30px;
    width: auto;
    text-align: center; }
    .notification--warning p {
      margin: 0;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.4;
      color: #000; }
    .notification--warning i {
      margin-right: 6px;
      font-size: 21px;
      color: #D4012F; }

.notify {
  display: inline-block;
  padding: 0 5px 1px;
  min-width: 26px;
  background: #E33E3E;
  color: #fff;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  text-align: center; }
  .notify--dot {
    width: 8px;
    height: 8px;
    min-width: 8px;
    padding: 0;
    margin-left: 5px;
    border-radius: 50%; }

.form-group {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column; }
  .form-group label {
    margin: 4px 0 8px;
    font-family: "Lato", sans-serif; }
  .form-group .label--radio {
    cursor: pointer; }
  .form-group .required-field {
    font-family: "Roboto", sans-serif;
    color: #d4002f;
    font-size: 0.75rem;
    margin-top: 5px;
    font-weight: 400; }
    .form-group .required-field--radio {
      margin-top: 10px; }
  .form-group .form-control {
    max-width: 440px; }
    .form-group .form-control--message {
      height: 124px;
      max-height: 124px; }
    .form-group .form-control--form {
      width: 364px; }
    .form-wrap__inner .form-group .form-control {
      max-width: none; }
  .form-group .disabled {
    border: 1px solid #ebebeb !important;
    pointer-events: none; }
  .form-group__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .form-group__wrap i {
      margin-right: 5px; }
    .form-group__wrap--date label {
      margin-right: 20px; }
    .form-group__wrap--date input, .form-group__wrap--date .form-group .form-control, .form-group .form-group__wrap--date .form-control {
      margin-right: 20px;
      padding: 7px 14px;
      border-radius: 60px;
      border: 1px solid #7d7d7d; }
    .form-group__wrap--date .datepicker:after {
      top: 7px;
      right: 36px; }
  .form-group__code {
    display: flex;
    align-items: flex-end;
    gap: 40px;
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: 1px solid #cccccc; }
    .form-group__code .form-group {
      flex-grow: 1;
      margin: 0;
      max-width: 260px; }
    .form-group__code i {
      display: none; }
    .form-group__code.success {
      gap: 10px; }
      .form-group__code.success a {
        display: none; }
      .form-group__code.success i {
        display: inline-block;
        margin: 0 0 11px;
        font-size: 20px;
        color: #D4002F; }
  .form-group--radio, .form-group--switch {
    flex-direction: row;
    align-items: center; }
    .form-group--radio span, .form-group--switch span {
      font-family: "Roboto", sans-serif; }
  .form-group--radio span {
    margin: 0 30px 0 16px; }
  .form-group--narrow {
    max-width: 238px; }
  .form-group .dz-clickable {
    display: flex;
    flex-direction: column; }
  .form-group .dz-message {
    order: 2; }
  .form-group .dz-preview {
    order: 1;
    margin-bottom: 6px; }
  .form-group--textarea textarea {
    height: 180px; }
  .form-group__question i {
    margin-left: 8px;
    color: #d4002f; }
    .form-group__question i:hover {
      cursor: pointer; }
  .form-group__question--type span {
    margin: 4px 0 8px; }
  .form-group__question-mark {
    cursor: pointer; }
    .form-group__question-mark i {
      margin-left: 5px;
      color: #d4002f;
      font-weight: 300; }
    .form-group__question-mark:hover i {
      font-weight: 900; }
    .form-group__question-mark--dark i {
      color: #232730; }
  .form-group__group {
    position: relative;
    border: 1px solid #cccccc;
    border-radius: 4px;
    background-color: #fcfcfc;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .form-group__group:focus {
      border: 1px solid #474451;
      box-shadow: 0px 0px 2px 2px rgba(204, 204, 204, 0.6); }
    .form-group__group .brand {
      margin-right: 12px; }
      .form-group__group .brand .fa-credit-card {
        font-weight: 900; }
        .form-group__group .brand .fa-credit-card:before {
          font-size: 0.875rem; }
      .form-group__group .brand .visa-card,
      .form-group__group .brand .mastercard,
      .form-group__group .brand .amex,
      .form-group__group .brand .discover,
      .form-group__group .brand .diners-club,
      .form-group__group .brand .jcb {
        background-repeat: no-repeat;
        position: absolute;
        height: 100%;
        width: 44px;
        top: 7px;
        right: 12px; }
      .form-group__group .brand .visa-card {
        background-image: url("/img/visa-card.svg"); }
      .form-group__group .brand .mastercard {
        background-image: url("/img/mastercard.svg"); }
      .form-group__group .brand .amex {
        background-image: url("/img/amex.svg"); }
      .form-group__group .brand .discover {
        background-image: url("/img/discover.svg"); }
      .form-group__group .brand .diners-club {
        background-image: url("/img/diners-club.svg"); }
      .form-group__group .brand .jcb {
        background-image: url("/img/jcb.svg"); }
    .form-group__group--flex {
      width: 262px; }
    .form-group__group--payment {
      width: 210px; }
  .form-group__total--payment {
    padding-top: 0;
    border-top: none;
    margin-right: 30px; }
    .form-group__total--payment .form-group__bundle .form-group__bundle-item:last-child {
      margin-bottom: 40px; }
  .form-group__bundle-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px; }
    .form-group__bundle-item:last-child {
      padding-top: 20px;
      border-top: 1px solid #cccccc; }
      .form-group__bundle-item:last-child span {
        color: #d4002f; }
    .form-group__bundle-item span {
      font-family: "Lato", sans-serif;
      font-size: 1rem;
      font-weight: 500;
      margin-bottom: 0; }
    .form-group__bundle-item .strong-value {
      font-weight: 700;
      margin-right: 3px; }
      .form-group__bundle-item .strong-value:last-child {
        margin-right: 0; }
  .form-group__checkout {
    width: 360px; }
    @media (max-width: 1199.98px) {
      .form-group__checkout {
        width: auto; } }

.form-optin {
  margin-bottom: 16px; }
  .form-optin label {
    cursor: pointer; }
    .form-optin label span {
      margin-left: 12px; }
  .form-optin input, .form-optin .form-group .form-control, .form-group .form-optin .form-control {
    vertical-align: middle; }

input, .form-group .form-control,
textarea {
  font-family: "Roboto", sans-serif;
  color: #232730;
  background-color: #fcfcfc;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.2;
  padding: 11px 12px;
  border: 1px solid #cccccc;
  border-radius: 4px; }
  input::placeholder, .form-group .form-control::placeholder,
  textarea::placeholder {
    color: #bebebe;
    font-style: italic;
    font-weight: 300; }
  input:focus, .form-group .form-control:focus,
  textarea:focus {
    border: 1px solid #474451;
    box-shadow: 0px 0px 2px 2px rgba(204, 204, 204, 0.6); }
  input:focus-visible, .form-group .form-control:focus-visible,
  textarea:focus-visible {
    outline: none; }
  input:disabled, .form-group .form-control:disabled,
  textarea:disabled {
    border-color: transparent;
    background: #f7f7f8; }

input:-webkit-autofill, .form-group .form-control:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fcfcfc inset; }

::-webkit-scrollbar {
  width: 6px; }

::-webkit-scrollbar-thumb {
  background: #cccccc;
  width: 6px;
  border-radius: 100px; }

input::-webkit-outer-spin-button, .form-group .form-control::-webkit-outer-spin-button,
input::-webkit-inner-spin-button,
.form-group .form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.discussion-input {
  height: 37px;
  border: none;
  width: 100%;
  padding: 11px 30px;
  background-color: #fff; }
  .discussion-input::placeholder {
    font-size: 0.875rem; }
  .discussion-input:focus {
    border: none;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset; }

.form-switch .form-check-input {
  cursor: pointer;
  width: 33px;
  padding: 9px 0;
  margin-right: 8px;
  background-color: #fff;
  border-color: #cccccc;
  background-image: url("/img/switcher.svg");
  background-size: 12px 12px; }
  .form-switch .form-check-input:active {
    background-image: url("/img/switcher.svg"); }
  .form-switch .form-check-input:focus-within {
    background-image: url("/img/switcher.svg"); }
  .form-switch .form-check-input:focus {
    box-shadow: none; }
.form-switch--item {
  margin-left: 10px; }

.form-check-label {
  margin: 0; }
  .form-check-label--disabled {
    opacity: 0.4;
    pointer-events: none; }

.form-wrap {
  width: calc(100% - 162px);
  overflow: auto; }
  .form-wrap__inner {
    margin: 0 30px 30px 30px;
    padding-bottom: 14px;
    border-bottom: 1px solid #cccccc; }
    .form-wrap__inner h2, .form-wrap__inner .h2 {
      text-transform: uppercase;
      font-weight: 700;
      margin-bottom: 20px; }
      .form-wrap__inner h2 i, .form-wrap__inner .h2 i {
        margin-right: 10px; }
    .form-wrap__inner:last-of-type, .form-wrap__inner--light {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0; }
    .form-wrap__inner--invoice:last-of-type {
      margin: 0;
      padding-bottom: 57px; }
    .form-wrap__inner--invoice h2, .form-wrap__inner--invoice .h2 {
      color: #232730;
      text-transform: unset;
      margin-bottom: 16px; }
  .form-wrap__info {
    font-size: 0.75rem;
    color: #898c96;
    line-height: 1.33; }
    .form-wrap__info p {
      margin: 5px 0 0; }
      .form-wrap__info p i {
        margin-right: 5px; }
    .form-wrap__info ul {
      padding-left: 25px; }
    .form-wrap__info li {
      display: flex;
      align-items: center; }
      .form-wrap__info li:before {
        content: "•";
        padding-right: 7px; }
  .form-wrap__left {
    padding-right: 30px;
    border-right: 1px solid #cccccc; }
  .form-wrap__right {
    padding-left: 30px; }
  .form-wrap__button {
    display: flex;
    justify-content: center;
    margin: 34px 0 0; }

input[type="radio"], .form-group [type="radio"].form-control, input[type="checkbox"], .form-group [type="checkbox"].form-control {
  -moz-appearance: initial;
  padding: 0; }

.StripeElement {
  width: 200px;
  padding-left: 12px; }

.checkbox {
  visibility: hidden;
  position: relative; }
  .checkbox::before {
    content: "";
    visibility: visible;
    display: inline-block;
    background-color: #fcfcfc;
    height: 20px;
    width: 20px;
    border: 1px solid #cccccc;
    border-radius: 2px; }
    .checkbox::before:hover {
      border: 1px solid #474451; }
  .checkbox:hover::before {
    border: 1px solid #474451; }
  .checkbox:checked::after {
    visibility: visible;
    font-family: "Font Awesome 6 PRO";
    content: "\f00c";
    color: #fff;
    background-color: #d4002f;
    border-radius: 2px;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.875rem;
    font-weight: 900; }
  .checkbox--dark:before, .checkbox--small:before {
    height: 16px;
    width: 16px; }
  .checkbox--dark:checked:after, .checkbox--small:checked:after {
    height: 16px;
    width: 16px;
    line-height: 1; }
  .checkbox--dark:checked:after {
    background-color: #474451; }
  .checkbox--grey:checked:after {
    background-color: #9aa1b2; }
  .checkbox--small:checked:after {
    background-color: #fff;
    color: #d4002f;
    border: 1px solid #474451; }

.overview {
  padding: 30px 30px 20px 30px;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: 700; }
  .overview ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .overview__item {
    border: 2px solid #474451;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 24px;
    width: 32%;
    position: relative; }
    .overview__item:last-child {
      margin-right: 0; }
    .overview__item--primary {
      border-radius: 100px 0 0 100px;
      border-right: 0; }
    .overview__item--secondary {
      border-right: 0;
      border-left: 0; }
    .overview__item--tertiary {
      border-radius: 0 100px 100px 0;
      border-left: 0; }
    .overview__item.active {
      background-color: #474451;
      color: #fff; }
      .overview__item.active .arrow-right:after {
        border-left-color: #474451; }

.arrow-right:before, .arrow-right:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }
.arrow-right:after {
  border-width: 19px 0 19px 10px;
  margin-top: -19px;
  margin-left: -1px;
  border-left-color: #fff; }
.arrow-right:before {
  border-width: 20px 0 20px 11px;
  margin-top: -20px;
  border-left-color: #474451; }

.arrow-left:before, .arrow-left:after {
  left: 0;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }
.arrow-left:after {
  border-width: 19px 0 19px 10px;
  margin-top: -19px;
  margin-left: -1px;
  border-left-color: #fff; }
.arrow-left:before {
  border-width: 20px 0 20px 11px;
  margin-top: -20px;
  border-left-color: #474451; }

.dashboard {
  height: 100%;
  overflow: auto;
  padding: 30px; }
  .dashboard__chips {
    display: flex;
    gap: 5px;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap; }
    .dashboard__chips .chip {
      list-style-type: none;
      background-color: #1693A50D;
      border: 1px solid #1693A566;
      display: flex;
      gap: 5px;
      justify-content: center;
      align-items: center;
      padding: 10px 20px;
      border-radius: 4px;
      min-width: 147px; }
      .dashboard__chips .chip p {
        margin-bottom: 0; }
      .dashboard__chips .chip span, .dashboard__chips .chip i, .dashboard__chips .chip p {
        color: #1693a5; }
      .dashboard__chips .chip span {
        font-weight: 700; }
      .dashboard__chips .chip i {
        margin-right: 3px; }
  .dashboard__welcome {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 100px; }
    .dashboard__welcome--zero-state {
      padding-top: 240px; }
  .dashboard__title {
    display: flex;
    align-items: center;
    margin-bottom: 40px; }
    .dashboard__title h1, .dashboard__title .h1 {
      color: #232730;
      font-size: 3rem;
      text-transform: capitalize;
      margin-right: 16px; }
  .dashboard__description {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .dashboard__description p {
      max-width: 684px;
      text-align: center;
      margin-bottom: 29px; }
    .dashboard__description--zero-state p {
      margin-bottom: 52px; }
    .dashboard__description .btn--primary {
      margin-bottom: 75px; }
    .dashboard__description--customers {
      margin-bottom: 150px; }
      .dashboard__description--customers p {
        margin: 0; }
  .dashboard__block {
    margin-bottom: 20px;
    padding: 20px 30px;
    background: #fff;
    border: 1px solid #cccccc;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    position: relative; }
    .dashboard__block strong {
      font-family: "Lato", sans-serif; }
    .reports .dashboard__block {
      height: 100%;
      padding: 0 0 20px;
      margin-bottom: 0; }
    .dashboard__block--action {
      border-color: #232730;
      box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15); }
    .dashboard__block--column {
      padding: 30px 0 30px 0;
      margin-bottom: 0;
      display: flex;
      height: 100%; }
  .dashboard__block-footer {
    margin-top: 10px;
    display: flex;
    justify-content: center; }
  .dashboard__block-button {
    margin-top: 9px;
    height: 18px; }
  .dashboard__inner {
    background: #fcfcfc;
    border: 1px solid #cccccc;
    border-radius: 6px; }
    .dashboard__inner--single {
      border-radius: 0 0 8px 8px;
      border: none; }
      .dashboard__inner--single p {
        margin-bottom: 0; }
    .dashboard__inner--empty {
      border-radius: 0 8px 8px 8px; }
    .dashboard__inner--space {
      margin-bottom: 30px; }
    .dashboard__inner--disabled .progress-bar {
      background-color: #cccccc; }
    .dashboard__inner--disabled .progress-rail__mark i,
    .dashboard__inner--disabled .progress-rail__mark span {
      color: #cccccc; }
  .dashboard__overlay {
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 1; }
  .dashboard__inner-col {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px; }
    .reports .dashboard__inner-col {
      margin: 0 20px 20px;
      padding: 20px;
      background: #f7f7f8; }
    .dashboard__inner-col.centered {
      justify-content: center;
      gap: 100px; }
  .dashboard--audit {
    position: relative;
    z-index: 0; }

.accordion {
  overflow-y: scroll;
  height: calc(100% - 86px);
  border-radius: 0 0 8px 8px;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5; }
  .accordion .text--accent {
    color: #1693a5;
    font-weight: 700; }
  .accordion .form-group-wrapper {
    display: flex;
    gap: 10px; }
    .accordion .form-group-wrapper .form-group {
      margin-bottom: 0 !important; }
      .accordion .form-group-wrapper .form-group:first-of-type {
        max-width: 285px; }
      .accordion .form-group-wrapper .form-group:last-of-type {
        max-width: 221px; }
      .accordion .form-group-wrapper .form-group span {
        margin-left: 0 !important; }
      .accordion .form-group-wrapper .form-group .select2-selection__arrow {
        min-width: 20px !important; }
  .accordion-button__name {
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: flex-start; }
    .accordion-button__name input + span, .accordion-button__name .form-group .form-control + span, .form-group .accordion-button__name .form-control + span {
      margin-left: 0px; }
  .accordion--dashboard-proceed {
    height: calc(100% - 110px); }
  .accordion--dashboard--overview {
    height: calc(100% - 90px); }
  .accordion--dashboard--locked {
    height: calc(100% - 118px); }
  .accordion--refine {
    height: calc(100% - 35px); }
  .accordion--tab {
    overflow-y: hidden;
    height: auto;
    border: none; }
  .accordion__expand-all {
    margin: 0 !important;
    line-height: 17px;
    text-decoration: underline;
    cursor: pointer; }
    .accordion__expand-all i {
      margin-right: 5px; }
    .accordion__expand-all:hover {
      text-decoration: none; }
  .accordion--refine-req {
    height: 100%; }
    .accordion--refine-req::-webkit-scrollbar {
      width: 12px; }
    .accordion--refine-req.accordion.accordion--wrap::-webkit-scrollbar {
      width: 12px; }
    .accordion--refine-req.accordion.accordion--wrap::-webkit-scrollbar-thumb {
      width: 6px;
      border: 3px solid #fff; }
    .accordion--refine-req.accordion .accordion--in {
      border: 0;
      border-radius: 0; }
    .accordion--refine-req.accordion .accordion-item {
      border: 0; }
      .accordion--refine-req.accordion .accordion-item--out {
        margin: 0; }
        .accordion--refine-req.accordion .accordion-item--out:last-child {
          border-radius: 0; }
          .accordion--refine-req.accordion .accordion-item--out:last-child .accordion-body {
            border-radius: 0; }
          .accordion--refine-req.accordion .accordion-item--out:last-child .accordion-button.collapsed {
            border-radius: 0; }
      .accordion--refine-req.accordion .accordion-item .accordion-header .collapsed {
        border-radius: 0; }
      .accordion--refine-req.accordion .accordion-item .accordion-header .accordion-button {
        padding-left: 20px; }
        .accordion--refine-req.accordion .accordion-item .accordion-header .accordion-button .checkbox {
          margin-left: 0; }
        .accordion--refine-req.accordion .accordion-item .accordion-header .accordion-button span {
          margin-left: 16px; }
          .accordion--refine-req.accordion .accordion-item .accordion-header .accordion-button span strong {
            margin-right: 10px; }
        .accordion--refine-req.accordion .accordion-item .accordion-header .accordion-button::after {
          right: 15px;
          filter: invert(40%) sepia(40%) saturate(100%) hue-rotate(183deg) brightness(40%) contrast(100%); }
        .accordion--refine-req.accordion .accordion-item .accordion-header .accordion-button--out {
          background: rgba(71, 68, 81, 0.1);
          color: #232730; }
          .accordion--refine-req.accordion .accordion-item .accordion-header .accordion-button--out.collapsed {
            background: #fff;
            border: 0;
            border-bottom: 1px solid #ccc; }
            .accordion--refine-req.accordion .accordion-item .accordion-header .accordion-button--out.collapsed:hover {
              background: rgba(71, 68, 81, 0.1); }
          .accordion--refine-req.accordion .accordion-item .accordion-header .accordion-button--out:not(.collapsed) {
            border-radius: 0; }
        .accordion--refine-req.accordion .accordion-item .accordion-header .accordion-button--in {
          position: static;
          color: #232730;
          padding-left: 36px; }
          .accordion--refine-req.accordion .accordion-item .accordion-header .accordion-button--in .checkbox {
            margin-bottom: 2px; }
          .accordion--refine-req.accordion .accordion-item .accordion-header .accordion-button--in::after {
            display: none; }
          .accordion--refine-req.accordion .accordion-item .accordion-header .accordion-button--in.collapsed {
            background: #fff;
            border: 0;
            border-bottom: 1px solid #ccc; }
            .accordion--refine-req.accordion .accordion-item .accordion-header .accordion-button--in.collapsed:hover {
              background: #F7F7F8; }
        .accordion--refine-req.accordion .accordion-item .accordion-header .accordion-button--select {
          position: static;
          padding: 13px 20px;
          background: rgba(238, 238, 238, 0.5); }
          .accordion--refine-req.accordion .accordion-item .accordion-header .accordion-button--select.collapsed {
            background: rgba(238, 238, 238, 0.5); }
            .accordion--refine-req.accordion .accordion-item .accordion-header .accordion-button--select.collapsed:hover {
              background: rgba(238, 238, 238, 0.5); }
          .accordion--refine-req.accordion .accordion-item .accordion-header .accordion-button--select::after {
            display: none; }
  .accordion .accordion-item {
    border: 1px solid #e5e5e5;
    border-right: none;
    border-radius: 0;
    padding: 0; }
    .accordion .accordion-item:not(.accordion-item--error) .error-show,
    .accordion .accordion-item:not(.accordion-item--error) .accordion-header .accordion-button--status p,
    .accordion .accordion-item:not(.accordion-item--error) .accordion-header__status p {
      display: none; }
    .accordion .accordion-item.accordion-item--error {
      border-color: #E33E3E; }
      .accordion .accordion-item.accordion-item--error .error-hide {
        display: none; }
      .accordion .accordion-item.accordion-item--error:hover {
        border-color: #E33E3E; }
    .accordion .accordion-item:last-child {
      border-radius: 0px 0px 0px 8px; }
      .accordion .accordion-item:last-child .accordion-body {
        border-radius: 0px 0px 0px 8px; }
        .accordion .accordion-item:last-child .accordion-body--secondary {
          border-radius: 6px; }
    .accordion .accordion-item--out {
      margin: 2px 0;
      border: none; }
      .accordion .accordion-item--out:last-child {
        border-radius: 4px; }
        .accordion .accordion-item--out:last-child .accordion-body {
          border-radius: 4px; }
        .accordion .accordion-item--out:last-child .accordion-button.collapsed {
          border-radius: 4px; }
    .accordion .accordion-item .accordion-header {
      position: relative; }
      .accordion .accordion-item .accordion-header--large {
        padding: 21px 30px; }
      .accordion .accordion-item .accordion-header .accordion-button {
        background-color: #fff;
        color: #232730;
        font-size: 0.875rem;
        padding: 22px 30px 22px 30px;
        border-radius: 0;
        line-height: 1.14;
        font-weight: 500; }
        .accordion .accordion-item .accordion-header .accordion-button::after {
          position: absolute;
          width: 12px;
          height: 12px;
          background-size: 12px;
          filter: invert(40%) sepia(40%) saturate(100%) hue-rotate(183deg) brightness(40%) contrast(100%); }
        .accordion .accordion-item .accordion-header .accordion-button:hover {
          background-color: #f7f7f8; }
        .accordion .accordion-item .accordion-header .accordion-button:focus {
          box-shadow: none; }
        .accordion .accordion-item .accordion-header .accordion-button .checkbox {
          margin: 0 0 0 29px; }
          .accordion .accordion-item .accordion-header .accordion-button .checkbox::before {
            height: 16px;
            width: 16px; }
          .accordion .accordion-item .accordion-header .accordion-button .checkbox::after {
            height: 16px;
            width: 16px;
            font-size: 0.75rem;
            line-height: 1; }
        .accordion .accordion-item .accordion-header .accordion-button span {
          min-width: 100px;
          margin-left: 30px; }
        .accordion .accordion-item .accordion-header .accordion-button--status p {
          margin: 0;
          margin-right: 10px;
          max-width: 87px;
          font-size: 10px;
          font-weight: 700;
          line-height: 12px;
          color: #E33E3E;
          text-align: center; }
        .accordion .accordion-item .accordion-header .accordion-button--status span {
          min-width: auto;
          background-color: #fff; }
        .accordion .accordion-item .accordion-header .accordion-button--out {
          display: flex;
          justify-content: space-between;
          padding: 19px 30px;
          background-color: #474451;
          color: #fff;
          border-radius: 4px 4px 0 0;
          border: 1px solid #cccccc; }
          .accordion .accordion-item .accordion-header .accordion-button--out:after {
            filter: invert(97%) sepia(8%) saturate(493%) hue-rotate(294deg) brightness(400%) contrast(100%); }
          .accordion .accordion-item .accordion-header .accordion-button--out:not(.collapsed) {
            border: none; }
        .accordion .accordion-item .accordion-header .accordion-button--in {
          padding: 18px 30px; }
        .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
          box-shadow: none; }
          .accordion-body .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed), .scope--overview .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed), .dashboard .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
            background-color: #f7f7f8; }
          .scope-overview--refine .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):hover {
            background-color: #474451; }
          .accordion-body .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):hover {
            background-color: #f7f7f8; }
        .accordion .accordion-item .accordion-header .accordion-button--large {
          padding: 21px 30px; }
        .accordion .accordion-item .accordion-header .accordion-button--flex {
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding-right: 10px; }
        .accordion .accordion-item .accordion-header .accordion-button__title span:nth-child(2) {
          border: 1px solid #cccccc;
          border-radius: 100px;
          font-family: "Roboto", sans-serif;
          font-size: 0.75rem;
          font-weight: 400;
          padding: 5px 12px;
          margin-left: 15px; }
      .accordion .accordion-item .accordion-header .collapsed {
        background-color: #fff;
        color: #232730;
        font-weight: 400;
        border-radius: 4px; }
        .accordion .accordion-item .accordion-header .collapsed:after {
          filter: none; }
        .accordion .accordion-item .accordion-header .collapsed .accordion-header {
          border: 1px solid #474451; }
      .accordion .accordion-item .accordion-header__dropdown {
        position: absolute;
        z-index: 3;
        right: 16px;
        top: 11px; }
        .accordion .accordion-item .accordion-header__dropdown .dropdown-toggler--level {
          margin-bottom: 0; }
    .accordion .accordion-item .accordion-body {
      display: flex;
      flex-direction: column;
      padding: 0 55px; }
      .accordion .accordion-item .accordion-body .accordion-description {
        display: flex;
        margin-bottom: 18px;
        line-height: 1.14; }
        .accordion .accordion-item .accordion-body .accordion-description--premium {
          margin: 0;
          padding: 10px 0 20px;
          display: block; }
          .accordion .accordion-item .accordion-body .accordion-description--premium label {
            font-family: "Lato", sans-serif;
            margin-bottom: 15px;
            font-size: 1rem;
            font-weight: 700;
            color: #232730; }
        .accordion .accordion-item .accordion-body .accordion-description__content {
          margin-bottom: 20px; }
        .accordion .accordion-item .accordion-body .accordion-description__current-title {
          height: 41px;
          padding: 0 20px;
          display: flex;
          align-items: center;
          border: 1px solid #cccccc;
          border-radius: 6px 6px 0 0; }
          .accordion .accordion-item .accordion-body .accordion-description__current-title h2, .accordion .accordion-item .accordion-body .accordion-description__current-title .h2 {
            font-size: 0.875rem;
            color: #898c96;
            margin: 0; }
        .accordion .accordion-item .accordion-body .accordion-description__current-content {
          height: 371px;
          padding: 20px;
          border: 1px solid #cccccc;
          border-top: none;
          border-radius: 0 0 6px 6px; }
          .accordion .accordion-item .accordion-body .accordion-description__current-content p {
            color: #232730;
            font-weight: 300; }
          .accordion .accordion-item .accordion-body .accordion-description__current-content--zero {
            display: flex;
            flex-direction: column;
            align-items: center;
            padding-top: 100px; }
            .accordion .accordion-item .accordion-body .accordion-description__current-content--zero i {
              font-size: 3.625rem;
              color: #cccccc; }
            .accordion .accordion-item .accordion-body .accordion-description__current-content--zero p {
              margin: 20px 0 0; }
        .accordion .accordion-item .accordion-body .accordion-description__button {
          position: absolute;
          z-index: 3;
          top: 20px;
          right: 30px; }
          .accordion .accordion-item .accordion-body .accordion-description__button i {
            margin-right: 8px; }
          .accordion .accordion-item .accordion-body .accordion-description__button--success {
            right: 70px; }
        .accordion .accordion-item .accordion-body .accordion-description.control-description {
          display: block;
          padding-left: 138px; }
          .accordion .accordion-item .accordion-body .accordion-description.control-description p {
            margin-bottom: 25px; }
            .accordion .accordion-item .accordion-body .accordion-description.control-description p:last-child {
              margin: 0; }
            .accordion .accordion-item .accordion-body .accordion-description.control-description p strong {
              display: block;
              margin: 0 0 5px;
              font-weight: 500;
              color: rgba(71, 68, 81, 0.35); }
          .accordion .accordion-item .accordion-body .accordion-description.control-description.control-description-overview {
            padding-left: 93px; }
      .accordion .accordion-item .accordion-body span {
        margin-right: 5px; }
      .accordion .accordion-item .accordion-body--in {
        padding: 0; }
      .accordion .accordion-item .accordion-body__description p {
        color: #232730;
        margin: 0 0 20px; }
      .accordion .accordion-item .accordion-body__description::first-letter {
        text-transform: uppercase; }
      .accordion .accordion-item .accordion-body__description--explanation p:first-child {
        margin-bottom: 10px; }
      .accordion .accordion-item .accordion-body__description--assessment p {
        margin-bottom: 20px;
        font-size: 1rem;
        font-weight: 700;
        font-family: "Lato", sans-serif; }
      .accordion .accordion-item .accordion-body__description--note h3, .accordion .accordion-item .accordion-body__description--note .h3 {
        font-size: 0.875rem;
        font-family: "Lato", sans-serif;
        margin-bottom: 10px; }
      .accordion .accordion-item .accordion-body__description--note p {
        margin-bottom: 20px; }
      .accordion .accordion-item .accordion-body__description--findings {
        padding-top: 20px;
        border-bottom: 1px solid #cccccc; }
        .accordion .accordion-item .accordion-body__description--findings p {
          margin-bottom: 0; }
      .accordion .accordion-item .accordion-body__description-copy {
        color: #000; }
    .accordion .accordion-item--tab {
      border: 1px solid #cccccc;
      border-radius: 6px;
      margin-bottom: 5px; }
      .accordion .accordion-item--tab:hover {
        border-color: #474451; }
      .accordion .accordion-item--tab:last-child {
        border-radius: 6px; }
      .accordion .accordion-item--tab .accordion-header__wrap {
        display: flex;
        align-items: center;
        padding-right: 20px; }
        .accordion .accordion-item--tab .accordion-header__wrap span {
          font-size: 0.75rem;
          padding: 5px 12px;
          border: 1px solid #cccccc;
          border-radius: 100px;
          margin-right: 10px;
          white-space: nowrap; }
        .accordion .accordion-item--tab .accordion-header__wrap h3, .accordion .accordion-item--tab .accordion-header__wrap .h3 {
          font-size: 0.875rem;
          margin: 0 10px 0 0; }
      .accordion .accordion-item--tab .accordion-header__status {
        display: flex; }
        .accordion .accordion-item--tab .accordion-header__status i {
          font-size: 1.375rem; }
        .accordion .accordion-item--tab .accordion-header__status--unanswered i {
          color: #898c96; }
        .accordion .accordion-item--tab .accordion-header__status--checked i {
          color: #52a455; }
          .accordion .accordion-item--tab .accordion-header__status--checked i.error-show {
            color: #d4002f; }
        .accordion .accordion-item--tab .accordion-header__status--xmark i {
          color: #d4002f; }
      .accordion .accordion-item--tab .accordion-header .accordion-button {
        padding: 22px 20px;
        border-radius: 6px; }
        .accordion .accordion-item--tab .accordion-header .accordion-button:hover {
          background-color: transparent; }
        .accordion .accordion-item--tab .accordion-header .accordion-button--secondary {
          padding: 16px 20px;
          background-color: #fcfcfc;
          height: 58px;
          display: flex;
          align-items: center; }
          .accordion .accordion-item--tab .accordion-header .accordion-button--secondary span {
            font-family: "Lato", sans-serif;
            font-weight: 700; }
          .accordion .accordion-item--tab .accordion-header .accordion-button--secondary::after {
            filter: invert(40%) sepia(40%) saturate(100%) hue-rotate(183deg) brightness(0%) contrast(100%); }
        .accordion .accordion-item--tab .accordion-header .accordion-button--premium {
          font-size: 1rem;
          background-color: transparent; }
          .accordion .accordion-item--tab .accordion-header .accordion-button--premium:hover {
            background-color: #f7f7f8; }
          .accordion .accordion-item--tab .accordion-header .accordion-button--premium:not(.collapsed):hover {
            background-color: transparent; }
          .accordion .accordion-item--tab .accordion-header .accordion-button--premium .controls-adopted {
            background-color: #52a455;
            width: 20px;
            height: 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 100px; }
            .accordion .accordion-item--tab .accordion-header .accordion-button--premium .controls-adopted i {
              color: #fff;
              font-size: 0.75rem; }
          .accordion .accordion-item--tab .accordion-header .accordion-button--premium .control-new {
            background-color: #758dd1;
            height: 20px;
            width: 48px;
            border-radius: 100px; }
            .accordion .accordion-item--tab .accordion-header .accordion-button--premium .control-new span {
              color: #fff;
              font-family: "Roboto", sans-serif;
              font-size: 0.75rem;
              font-weight: 600;
              margin: 0;
              padding: 0 12px; }
          .accordion .accordion-item--tab .accordion-header .accordion-button--premium .new-open {
            margin-right: 210px; }
      .accordion .accordion-item--tab .accordion-collapse {
        background-color: #fff;
        border-radius: 6px; }
      .accordion .accordion-item--tab .accordion-body {
        padding: 0 20px; }
        .accordion .accordion-item--tab .accordion-body--secondary {
          background-color: #fcfcfc;
          border-radius: 6px;
          padding: 0 50px; }
  .accordion::-webkit-scrollbar {
    width: 18px; }
  .accordion::-webkit-scrollbar-thumb {
    width: 6px;
    border: 6px solid #fff; }
  .accordion--wrap {
    border: none; }
    .accordion--wrap::-webkit-scrollbar {
      width: 30px; }
    .accordion--wrap::-webkit-scrollbar-thumb {
      width: 6px;
      border: 12px solid #fff; }
  .accordion--in {
    overflow: auto;
    max-height: 362px;
    border: 1px solid #474451;
    border-top: none;
    border-radius: 0 0 4px 4px; }
    .accordion--in::-webkit-scrollbar {
      width: 14px; }
    .accordion--in::-webkit-scrollbar-thumb {
      width: 6px;
      border: 4px solid #fff; }
  .accordion-collapse {
    background-color: #f7f7f8; }
  .accordion--assessment:last-child {
    margin-bottom: 25px; }
  .accordion__wrap-assessment {
    max-height: 600px;
    overflow-y: auto;
    padding-right: 25px; }
  .accordion__empty {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 0 60px; }
    .accordion__empty i {
      font-size: 3.75rem;
      color: #dadadc;
      margin: 0 10px 10px 0; }
    .accordion__empty p {
      margin: 0; }
  .accordion.accordion--dashboard-locked .accordion-item .accordion-body .accordion-description.control-description {
    padding-left: 93px; }
  .requirements .accordion {
    border: none;
    border-radius: 0;
    overflow-y: visible; }
    .requirements .accordion .accordion-item--out {
      margin: 0; }
      .requirements .accordion .accordion-item--out:last-child {
        border-radius: 0; }
        .requirements .accordion .accordion-item--out:last-child .accordion-button.collapsed {
          border-radius: 0; }
      .requirements .accordion .accordion-item--out .accordion-button.collapsed {
        border-radius: 0; }
    .requirements .accordion .accordion--in {
      max-height: none; }
    .requirements .accordion .accordion--in > .accordion-item > .accordion-header > .accordion-button {
      padding-left: 60px; }
    .requirements .accordion .accordion--in.accordion--inner > .accordion-item > .accordion-header {
      position: relative; }
      .requirements .accordion .accordion--in.accordion--inner > .accordion-item > .accordion-header > .accordion-button {
        padding-left: 90px;
        padding-right: 115px; }
    .requirements .accordion .accordion-item {
      position: relative; }
      .requirements .accordion .accordion-item > .accordion-header .accordion-button--out {
        background: rgba(71, 68, 81, 0.15);
        color: #232730;
        font-weight: 400; }
      .requirements .accordion .accordion-item .accordion-header .accordion-button--out {
        padding: 22px 30px;
        border: 0; }
        .requirements .accordion .accordion-item .accordion-header .accordion-button--out > .accordion-button__name {
          text-transform: uppercase; }
        .requirements .accordion .accordion-item .accordion-header .accordion-button--out::after {
          filter: invert(40%) sepia(40%) saturate(100%) hue-rotate(183deg) brightness(40%) contrast(100%); }
      .requirements .accordion .accordion-item .accordion-body.accordion-body--inner {
        padding: 0; }
        .requirements .accordion .accordion-item .accordion-body.accordion-body--inner .accordion-header .accordion-button span:not(:first-child) {
          margin-left: 0; }
          .requirements .accordion .accordion-item .accordion-body.accordion-body--inner .accordion-header .accordion-button span:not(:first-child) .d-block {
            margin: 0;
            max-width: 430px; }
        .requirements .accordion .accordion-item .accordion-body.accordion-body--inner .accordion-description.control-description {
          padding-left: 168px;
          max-width: 598px; }
      .requirements .accordion .accordion-item .accordion-header .accordion-button--in:not(.accordion-button--inner) > span:first-child {
        max-width: 645px;
        width: 100%; }
      .requirements .accordion .accordion-item .accordion-header .accordion-button--in:not(.accordion-button--inner) > span:nth-child(2) {
        min-width: 140px;
        text-align: center; }
      .requirements .accordion .accordion-item .accordion-header .accordion-button--in:not(.accordion-button--inner) > span:last-child {
        margin-left: 40px; }
      .requirements .accordion .accordion-item .accordion-header .accordion-button--in.accordion-button--inner > span:nth-child(2) {
        max-width: 725px;
        width: 100%; }
      .requirements .accordion .accordion-item .accordion-header .accordion-button--in.accordion-button--inner > span:nth-child(3) {
        max-width: 130px;
        width: 100%; }
      .requirements .accordion .accordion-item .button--primary {
        color: #1693a5;
        position: absolute;
        top: 50%;
        right: 30px;
        transform: translateY(-50%);
        z-index: 9; }
        .requirements .accordion .accordion-item .button--primary:hover {
          color: #2babab; }
  .accordion--requirements {
    margin-bottom: 6px; }
    .accordion--requirements .accordion-item.accordion-item--tab {
      border: 0; }
      .accordion--requirements .accordion-item.accordion-item--tab .accordion-body.accordion-body--secondary {
        background-color: #fff; }
    .accordion--requirements .accordion-item .accordion-header .accordion-button {
      padding: 10px 0; }
      .accordion--requirements .accordion-item .accordion-header .accordion-button span {
        font-weight: 400; }

.control-relationship {
  position: absolute;
  top: 18px;
  left: 660px;
  z-index: 3;
  text-align: center;
  opacity: 0;
  transition: opacity .2s ease-in-out; }
  .control-relationship img {
    margin-bottom: 10px; }
  .control-relationship p {
    font-size: 10px;
    font-weight: 500;
    line-height: 11px; }
  .accordion--inner .show .control-relationship {
    opacity: 1; }

.requirements-page .tooltip > .tooltip-inner strong {
  display: block;
  margin-bottom: 2px;
  font-weight: 500;
  color: #D4002F; }

.accordion .accordion-item .accordion-body .requirements-list {
  width: 100%;
  margin: 0;
  padding-left: 20px; }
  .accordion .accordion-item .accordion-body .requirements-list li {
    display: flex;
    align-items: center;
    list-style: none; }
    .accordion .accordion-item .accordion-body .requirements-list li + li {
      margin-top: 12px; }
  .accordion .accordion-item .accordion-body .requirements-list span {
    display: block;
    margin: 0; }
    .accordion .accordion-item .accordion-body .requirements-list span.requirements-list__code {
      flex: 0 0 200px;
      margin-right: 15px;
      font-weight: 700; }
    .accordion .accordion-item .accordion-body .requirements-list span.requirements-list__icon {
      flex: 0 0 34px;
      margin-right: 15px; }
      .accordion .accordion-item .accordion-body .requirements-list span.requirements-list__icon img {
        width: 100%;
        height: auto; }

.accordion.accordion-v2 {
  border-radius: 0;
  overflow: visible; }
  .accordion.accordion-v2 .accordion-item--tab .accordion-body--secondary {
    background-color: #fff; }
  .accordion.accordion-v2 .accordion-item {
    border: 0;
    border-bottom: 1px solid #D9D9D9 !important;
    border-radius: 0; }
    .accordion.accordion-v2 .accordion-item .accordion-header .accordion-button {
      height: auto;
      padding: 0 20px;
      background: none; }
      .accordion.accordion-v2 .accordion-item .accordion-header .accordion-button::after {
        left: 0; }
    .accordion.accordion-v2 .accordion-item .accordion-header__info {
      display: flex;
      align-items: flex-start;
      gap: 20px; }
    .accordion.accordion-v2 .accordion-item .accordion-header__content {
      flex: 1;
      padding: 0 0 10px 20px; }
      .accordion.accordion-v2 .accordion-item .accordion-header__content p {
        margin: 0; }
        .accordion.accordion-v2 .accordion-item .accordion-header__content p + p {
          margin-top: 12px; }
    .accordion.accordion-v2 .accordion-item .accordion-header__action {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      min-height: 45px;
      position: relative; }
      .accordion.accordion-v2 .accordion-item .accordion-header__action .accordion-header__status {
        align-items: center; }
        .accordion.accordion-v2 .accordion-item .accordion-header__action .accordion-header__status p {
          margin: 0;
          position: absolute;
          top: 29px;
          left: 19px;
          font-family: Roboto;
          font-weight: 700;
          font-size: 11px;
          line-height: 13px;
          text-align: center;
          color: #D4002F; }
    .accordion.accordion-v2 .accordion-item .accordion-header__button {
      flex-shrink: 0; }
      .accordion.accordion-v2 .accordion-item .accordion-header__button .dropdown-toggler--button {
        width: 169px;
        height: 24px;
        justify-content: flex-start;
        font-size: 12px; }
        .accordion.accordion-v2 .accordion-item .accordion-header__button .dropdown-toggler--button .dropdown-icon {
          height: 24px !important; }
      .accordion.accordion-v2 .accordion-item .accordion-header__button .dropdown-menu--button {
        width: 169px;
        font-size: 14px; }

.dropdown--secondary {
  display: inline-block; }
.dropdown--not-performed strong,
.dropdown--not-performed .number-level {
  color: #003f5c; }
.dropdown--performed-informally strong,
.dropdown--performed-informally .number-level {
  color: #5c63a2; }
.dropdown--planned strong,
.dropdown--planned .number-level {
  color: #9f518d; }
.dropdown--well-defined strong,
.dropdown--well-defined .number-level {
  color: #35abd0; }
.dropdown--controlled strong,
.dropdown--controlled .number-level {
  color: #ffa600; }
.dropdown--improving strong,
.dropdown--improving .number-level {
  color: #77d780; }

.dropdown-toggler {
  color: #474451;
  text-decoration: none;
  font-family: "Lato", sans-serif; }
  .dropdown-toggler--level {
    font-family: "Roboto", sans-serif;
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding: 8px;
    background-color: #fff;
    display: inline-block;
    width: 220px;
    position: relative;
    line-height: 1; }
    .dropdown-toggler--level#target_maturity_level {
      width: 364px;
      border: 1px solid #ccc;
      border-radius: 4px;
      padding: 12px; }
      .dropdown-toggler--level#target_maturity_level > span {
        color: #232730;
        font-weight: 300; }
        .dropdown-toggler--level#target_maturity_level > span:first-child {
          font-weight: 400; }
      .dropdown-toggler--level#target_maturity_level .dropdown-icon {
        height: 40px;
        border: 0; }
      .dropdown-toggler--level#target_maturity_level + .dropdown-menu {
        width: 364px; }
        .dropdown-toggler--level#target_maturity_level + .dropdown-menu .dropdown-item {
          padding: 10px 14px;
          font-size: 14px;
          text-align: left; }
          .dropdown-toggler--level#target_maturity_level + .dropdown-menu .dropdown-item span {
            color: #232730;
            font-weight: 300; }
            .dropdown-toggler--level#target_maturity_level + .dropdown-menu .dropdown-item span:first-child {
              font-weight: 400; }
  .dropdown-toggler--button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    height: 40px;
    font-size: 0.875rem;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    border-radius: 100px;
    border: 1px solid;
    line-height: 1;
    white-space: nowrap;
    border-color: #d4002f;
    background-color: #d4002f;
    color: #fff;
    position: relative;
    width: 190px;
    z-index: 10; }
    .dropdown-toggler--button:hover, .dropdown-toggler--button.show {
      background-color: #ff194c;
      color: #fff !important;
      border-color: #ff194c; }
    .dropdown-toggler--button .dropdown-icon {
      height: 40px !important;
      border: 0 !important;
      padding-right: 25px; }
    .dropdown-toggler--button.dropdown-toggler--button-secondary {
      padding: 0 28px 0 16px;
      color: #232730;
      border-color: #232730;
      background-color: #fff; }
      .dropdown-toggler--button.dropdown-toggler--button-secondary .dropdown-icon {
        color: #232730;
        padding-right: 6px; }
      .dropdown-toggler--button.dropdown-toggler--button-secondary span {
        text-transform: capitalize; }
      .dropdown-toggler--button.dropdown-toggler--button-secondary:hover, .dropdown-toggler--button.dropdown-toggler--button-secondary.show {
        background-color: #232730;
        color: #fff !important;
        border-color: #232730; }
        .dropdown-toggler--button.dropdown-toggler--button-secondary:hover .dropdown-icon, .dropdown-toggler--button.dropdown-toggler--button-secondary.show .dropdown-icon {
          color: #fff; }
  .dropdown-toggler--control {
    color: #fff; }
    .dropdown-toggler--control:hover {
      color: #fff !important; }
  .dropdown-toggler--control-weight {
    color: #232730;
    border: 1px solid #cccccc; }
  .dropdown-toggler--control-weight {
    padding: 3px 5px 3px 18px;
    min-width: 65px;
    border-radius: 2px;
    margin: 0 30px 0 10px; }
    .dropdown-toggler--control-weight i {
      margin-left: 18px; }
  .dropdown--secondary .dropdown-toggler {
    font-size: 0.875rem;
    line-height: 1.215;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 15px 11px 0;
    display: inline-block; }
  .dropdown--border .dropdown-toggler {
    border: 1px solid #cccccc;
    background: #fff;
    border-radius: 4px;
    margin: 9px 0;
    padding: 11px 15px 10px 15px; }
  .dropdown--audit .dropdown-toggler {
    text-transform: capitalize;
    padding: 5px 12px; }
  .dropdown-toggler .dropdown-icon {
    position: absolute;
    height: 31px;
    width: 29px;
    top: 0;
    right: 0;
    border-left: 1px solid #cccccc;
    display: flex;
    justify-content: center;
    align-items: center; }
  .dropdown-toggler:hover {
    color: #232730; }
  .dropdown-toggler i {
    transition: all 0.2s; }
  .dropdown-toggler.show i {
    transform: rotate(180deg); }
  .dropdown--secondary .dropdown-toggler__text {
    margin-right: 10px; }
  .dropdown-toggler__text--premium {
    color: #232730; }
    .dropdown-toggler__text--premium:hover {
      color: #59595d; }
  .dropdown-toggler--select {
    position: relative;
    display: flex;
    justify-content: space-between; }
    .dropdown-toggler--select span {
      font-weight: 300;
      font-style: italic;
      color: #bebebe; }
  .dropdown-toggler--not-performed .char1,
  .dropdown-toggler--not-performed .char2 {
    color: #003f5c;
    font-weight: 700; }
  .dropdown-toggler--performed-informally .char1,
  .dropdown-toggler--performed-informally .char2 {
    color: #5c63a2;
    font-weight: 700; }
  .dropdown-toggler--planned .char1,
  .dropdown-toggler--planned .char2 {
    color: #9f518d;
    font-weight: 700; }
  .dropdown-toggler--well-defined .char1,
  .dropdown-toggler--well-defined .char2 {
    color: #35abd0;
    font-weight: 700; }
  .dropdown-toggler--controlled .char1,
  .dropdown-toggler--controlled .char2 {
    color: #ffa600;
    font-weight: 700; }
  .dropdown-toggler--improving .char1,
  .dropdown-toggler--improving .char2 {
    color: #77d780;
    font-weight: 700; }

.dropdown-menu {
  padding: 0;
  border: none;
  background: #fcfcfc;
  box-shadow: 0px 2px 4px rgba(71, 68, 81, 0.32);
  border-radius: 0px 0px 4px 4px;
  max-height: 234px;
  overflow: auto; }
  .dropdown-menu--level {
    width: 220px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.24);
    background-color: #fff;
    max-height: 216px; }
  .dropdown-menu--button {
    width: 190px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    max-height: 216px;
    padding-top: 20px;
    margin-top: -20px !important;
    z-index: 9; }
    .dropdown-menu--button .dropdown-item {
      text-align: left !important; }
  .dropdown-menu--control {
    min-width: 65px !important;
    max-height: 216px; }
  .dropdown-menu--select {
    width: 400px; }
    .dropdown-menu--select .dropdown-item--level {
      font-weight: 300; }
    .dropdown-menu--select span:first-of-type {
      margin-right: 5px;
      font-weight: 400; }
  .dropdown-menu--form {
    width: 346px; }
  .dropdown--secondary .dropdown-menu {
    border-radius: 4px;
    margin: -2px 0 0 -15px !important;
    width: calc(100% + 15px); }
  .dropdown--border .dropdown-menu {
    margin: 0 !important;
    width: auto; }
  .dropdown-menu--filter {
    min-width: unset; }

.dropdown-item {
  font-weight: 300;
  color: #232730;
  text-align: right;
  font-family: "Roboto", sans-serif; }
  .dropdown-item:hover, .dropdown-item:focus {
    background-color: #eeeeee;
    color: #232730; }
  .dropdown-item--active {
    font-weight: 500; }
  .dropdown-item--level {
    font-size: 0.875rem;
    font-weight: 400;
    padding: 9px 8px;
    text-align: left; }
    .dropdown-item--level span:first-of-type {
      font-weight: 700; }
  .dropdown--secondary .dropdown-item {
    font-size: 0.875rem;
    padding: 9px 15px;
    text-align: left; }
  .dropdown--audit .dropdown-item {
    padding: 5px 10px; }
  .dropdown-item--not-performed span:first-child {
    color: #003f5c; }
  .dropdown-item--performed-informally span:first-child {
    color: #5c63a2; }
  .dropdown-item--planned span:first-child {
    color: #9f518d; }
  .dropdown-item--well-defined span:first-child {
    color: #35abd0; }
  .dropdown-item--controlled span:first-child {
    color: #ffa600; }
  .dropdown-item--improving span:first-child {
    color: #77d780; }

.scope-overview {
  padding: 20px 30px 30px;
  border: 1px solid #cccccc;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  background-color: #fff;
  height: calc(100% - 100px); }
  .scope-overview--locked {
    height: calc(100% - 140px); }
  .scope-overview--space {
    margin: 0 30px; }
  .scope-overview__title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px; }
  .scope-overview__overview {
    line-height: 1.14;
    padding-bottom: 20px;
    display: flex; }
    .scope-overview__overview span {
      font-weight: 600;
      margin: 0 40px 0 4px; }
      .scope-overview__overview span:last-child {
        margin-right: 0; }
  .scope-overview__button .button {
    color: #d4002f;
    margin-right: 30px; }
  .scope-overview__button i {
    margin-right: 5px; }
  .scope-overview h2, .scope-overview .h2 {
    margin-bottom: 20px; }
  .scope-overview__header {
    background: #474451;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    padding: 16px 15px;
    border-radius: 8px 8px 0 0; }
    .scope-overview__header span {
      color: #fff;
      padding: 0 15px;
      min-width: 100px; }
    .scope-overview__header--flex {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .requirements .scope-overview__header {
      display: flex;
      align-items: center;
      border-radius: 0; }
      .requirements .scope-overview__header span {
        cursor: pointer; }
        .requirements .scope-overview__header span:first-child {
          max-width: 740px;
          width: 100%; }
        .requirements .scope-overview__header span > a {
          text-decoration: none;
          color: #fff; }
      .requirements .scope-overview__header i {
        margin-left: 10px; }
      .requirements .scope-overview__header .dropdown-menu a span {
        color: #232730; }
  .scope-overview--refine {
    margin: 10px 30px 30px 30px;
    padding: 20px 0 30px 30px;
    height: calc(100% - 120px); }
  .scope-overview .accordion .accordion-item .accordion-header .accordion-button span {
    min-width: 56px; }

.scope {
  padding: 10px 30px 30px;
  height: calc(100% - 100px);
  display: flex; }
  .scope--refine {
    flex-direction: column;
    padding: 0; }
    .scope--refine.scope--refine-subcontractor .accordion-header__dropdown:has([class*="show"]) {
      z-index: 4; }
    .scope--refine.scope--refine-subcontractor .accordion--in {
      overflow: visible; }
  .scope--overview {
    flex-direction: column;
    height: 100%; }
  .scope.programs .scope-loader, .scope.scope--overview .scope-loader {
    display: none;
    margin: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100; }
    .scope.programs .scope-loader .loader, .scope.scope--overview .scope-loader .loader {
      margin: 0 0 10px; }
  .scope.programs.disable-scope, .scope.scope--overview.disable-scope {
    pointer-events: none;
    position: relative; }
    .scope.programs.disable-scope .scope-loader, .scope.scope--overview.disable-scope .scope-loader {
      display: inline-block; }
    .scope.programs.disable-scope::after, .scope.scope--overview.disable-scope::after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.8);
      position: absolute;
      top: 0;
      left: 0;
      z-index: 99; }
  .scope.programs.reports.disable-scope::after, .scope.scope--overview.reports.disable-scope::after {
    position: fixed;
    left: 215px; }

.modal {
  overflow: hidden; }
  .modal .modal-dialog--primary {
    min-width: 640px; }
  .modal .modal-dialog--secondary {
    min-width: 820px; }
  .modal--primary {
    display: block !important;
    z-index: 3;
    opacity: 1 !important; }
  .modal--secondary {
    z-index: 2; }
  .modal--tertiary {
    display: block;
    z-index: 10000; }
  .modal .modal-content {
    border: none;
    padding: 30px 0 0 30px; }
    .modal .modal-content p {
      font-weight: 400; }
    .modal .modal-content__image {
      width: 100%;
      text-align: center;
      margin-bottom: 30px; }
      .modal .modal-content__image img {
        height: auto;
        width: 144px; }
      .modal .modal-content__image--success {
        padding-right: 30px; }
        .modal .modal-content__image--success img {
          width: 100px; }
      .modal .modal-content__image--spin img {
        animation-name: spin;
        animation-duration: 2000ms;
        animation-iteration-count: infinite;
        animation-timing-function: linear; }
@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
    .modal .modal-content__button-close {
      position: absolute;
      top: 30px;
      right: 30px; }
    .modal .modal-content--expired {
      padding: 60px 0 0 30px; }
    .modal .modal-content .modal-header {
      position: relative;
      padding: 0 30px 0 0;
      border: none;
      align-items: center; }
      .modal .modal-content .modal-header--top {
        margin-top: 30px; }
      .modal .modal-content .modal-header .modal-title {
        text-transform: uppercase;
        line-height: 1.2;
        margin-bottom: 40px; }
        .modal .modal-content .modal-header .modal-title--single {
          margin-bottom: 0; }
        .modal .modal-content .modal-header .modal-title--description {
          margin-bottom: 20px; }
        .modal .modal-content .modal-header .modal-title--artifact {
          margin-bottom: 0;
          text-transform: none; }
        .modal .modal-content .modal-header .modal-title--form {
          margin-bottom: 36px; }
        .modal .modal-content .modal-header .modal-title--category {
          margin-bottom: 50px; }
        .modal .modal-content .modal-header .modal-title--activity {
          margin-bottom: 4px; }
        .modal .modal-content .modal-header .modal-title--success {
          text-align: center;
          width: 100%;
          font-family: "Open Sans", sans-serif;
          font-size: 1.875rem;
          font-weight: 700;
          margin-bottom: 20px;
          text-transform: capitalize; }
      .modal .modal-content .modal-header .btn-close {
        padding: 0;
        position: absolute;
        top: 0;
        right: 0; }
        .modal .modal-content .modal-header .btn-close:focus {
          box-shadow: none; }
        .modal .modal-content .modal-header .btn-close--single {
          position: absolute;
          top: 30px;
          right: 30px; }
        .modal .modal-content .modal-header .btn-close--tertiary, .modal .modal-content .modal-header .btn-close--invite, .modal .modal-content .modal-header .btn-close--company, .modal .modal-content .modal-header .btn-close--contact, .modal .modal-content .modal-header .btn-close--delete {
          position: absolute;
          top: 0;
          right: 30px; }
        .modal .modal-content .modal-header .btn-close--expired {
          top: 30px;
          right: 30px; }
    .modal .modal-content .modal-description {
      padding-right: 30px; }
      .modal .modal-content .modal-description p {
        margin-bottom: 10px; }
        .modal .modal-content .modal-description p:last-child {
          margin-bottom: 36px; }
      .modal .modal-content .modal-description--assets p, .modal .modal-content .modal-description--artifact p {
        margin-bottom: 40px; }
      .modal .modal-content .modal-description__small-text p {
        font-size: 0.75rem; }
      .modal .modal-content .modal-description__small-text span {
        color: #d4002f; }
      .modal .modal-content .modal-description--note span {
        color: #d4002f; }
      .modal .modal-content .modal-description.artifact .form-group--radio {
        gap: 10px; }
        .modal .modal-content .modal-description.artifact .form-group--radio input, .modal .modal-content .modal-description.artifact .form-group--radio .form-group .form-control, .form-group .modal .modal-content .modal-description.artifact .form-group--radio .form-control {
          display: inline-block;
          min-width: 21px;
          height: 21px; }
        .modal .modal-content .modal-description.artifact .form-group--radio span {
          margin: 0 20px 4px 0; }
      .modal .modal-content .modal-description.artifact label {
        margin-bottom: 20px; }
        .modal .modal-content .modal-description.artifact label i, .modal .modal-content .modal-description.artifact label span {
          color: #D4002F; }
        .modal .modal-content .modal-description.artifact label i {
          margin-left: 8px; }
      .modal .modal-content .modal-description.artifact .form-group {
        margin: 40px 0 25px; }
    .modal .modal-content .modal-body {
      padding: 0 30px 0 0;
      max-height: calc(100vh - 180px);
      overflow-y: auto; }
      .modal .modal-content .modal-body h2, .modal .modal-content .modal-body .h2 {
        color: #232730; }
        .modal .modal-content .modal-body h2.modal-highlighted-title, .modal .modal-content .modal-body .modal-highlighted-title.h2 {
          margin: 10px 0 20px;
          font-size: 14px;
          line-height: 16px;
          color: #D4002F;
          text-transform: uppercase; }
      .modal .modal-content .modal-body--single {
        height: calc(100vh - 215px); }
      .modal .modal-content .modal-body--item {
        height: calc(100vh - 144px); }
      .modal .modal-content .modal-body--invite {
        height: calc(100vh - 260px); }
      .modal .modal-content .modal-body--control {
        height: calc(100vh - 310px); }
      .modal .modal-content .modal-body::-webkit-scrollbar {
        width: 18px; }
      .modal .modal-content .modal-body::-webkit-scrollbar-thumb {
        width: 6px;
        border: 6px solid #fff; }
      .modal .modal-content .modal-body p {
        margin-bottom: 20px; }
      .modal .modal-content .modal-body .chart-legend__inner p {
        margin-bottom: 0; }
      .modal .modal-content .modal-body--consultant {
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        .modal .modal-content .modal-body--consultant p {
          margin-bottom: 0; }
      .modal .modal-content .modal-body__form {
        padding: 0 88px; }
        .modal .modal-content .modal-body__form--auditor {
          margin: 40px 0;
          padding: 0 60px; }
      .modal .modal-content .modal-body__wrap {
        margin-top: 20px;
        padding: 0 20px; }
        .modal .modal-content .modal-body__wrap h2, .modal .modal-content .modal-body__wrap .h2 {
          margin-top: 30px; }
          .modal .modal-content .modal-body__wrap h2:first-child, .modal .modal-content .modal-body__wrap .h2:first-child {
            margin-top: 0; }
      .modal .modal-content .modal-body__wraper {
        display: flex;
        justify-content: space-between; }
      .modal .modal-content .modal-body__group {
        display: flex;
        margin-bottom: 8px; }
        .modal .modal-content .modal-body__group:first-child {
          align-items: center; }
        .modal .modal-content .modal-body__group label {
          font-weight: 300;
          width: 134px;
          min-width: 134px;
          margin-top: 6px;
          white-space: nowrap; }
        .modal .modal-content .modal-body__group .label-select {
          display: flex;
          width: 70%;
          margin-top: 0; }
          .modal .modal-content .modal-body__group .label-select p {
            width: 134px;
            margin-top: 6px;
            font-weight: 300; }
        .modal .modal-content .modal-body__group input, .modal .modal-content .modal-body__group .form-group .form-control, .form-group .modal .modal-content .modal-body__group .form-control {
          min-width: 240px;
          height: 40px;
          padding: 6px 12px;
          line-height: 1; }
        .modal .modal-content .modal-body__group textarea {
          width: 587px;
          height: 200px;
          overflow-y: auto; }
          .modal .modal-content .modal-body__group textarea::-webkit-scrollbar {
            width: 18px; }
          .modal .modal-content .modal-body__group textarea::-webkit-scrollbar-thumb {
            width: 6px;
            border: 6px solid #fff; }
        .modal .modal-content .modal-body__group .select2-container--default .select2-selection--single {
          height: 40px;
          width: 240px; }
          .modal .modal-content .modal-body__group .select2-container--default .select2-selection--single span {
            height: 40px; }
        .modal .modal-content .modal-body__group .dz-clickable {
          display: flex;
          flex-direction: column;
          width: 240px; }
        .modal .modal-content .modal-body__group .dz-message strong,
        .modal .modal-content .modal-body__group .dz-message span {
          font-size: 0.875rem; }
        .modal .modal-content .modal-body__group .dz-message {
          padding: 30px 0;
          order: 2; }
        .modal .modal-content .modal-body__group .dz-preview {
          width: 240px;
          order: 1;
          margin-bottom: 6px;
          cursor: pointer; }
        .modal .modal-content .modal-body__group .datepicker:after {
          top: 6px; }
        .modal .modal-content .modal-body__group .ui-widget.ui-widget-content {
          min-width: 240px; }
      .modal .modal-content .modal-body--note {
        font-size: 0.75rem; }
        .modal .modal-content .modal-body--note p:first-child {
          font-size: 0.875rem;
          margin-bottom: 10px; }
        .modal .modal-content .modal-body--note span {
          color: #d4002f; }
      .modal .modal-content .modal-body__buttons {
        display: flex;
        justify-content: end;
        padding-right: 20px; }
      .modal .modal-content .modal-body--flex {
        display: flex;
        flex-direction: column; }
        .modal .modal-content .modal-body--flex .tab-content {
          flex: 1; }
      .modal .modal-content .modal-body--category {
        padding-bottom: 30px; }
      .modal .modal-content .modal-body__actions {
        display: flex;
        flex-direction: column;
        align-items: flex-end; }
        .modal .modal-content .modal-body__actions .button {
          margin-bottom: 20px; }
      .modal .modal-content .modal-body__auditor {
        padding-bottom: 20px; }
        .modal .modal-content .modal-body__auditor span {
          font-weight: 600; }
      .modal .modal-content .modal-body__left--activity span {
        font-weight: 600; }
      .modal .modal-content .modal-body__left--activity .modal-body__information {
        margin-bottom: 30px; }
        .modal .modal-content .modal-body__left--activity .modal-body__information p {
          min-width: auto;
          margin: 0 4px 0; }
        .modal .modal-content .modal-body__left--activity .modal-body__information span {
          margin-right: 10px; }
        .modal .modal-content .modal-body__left--activity .modal-body__information--activity span {
          font-weight: 600; }
      .modal .modal-content .modal-body__textarea-title {
        border: 1px solid #cccccc;
        border-bottom: none;
        border-radius: 8px 8px 0 0;
        padding: 7px 0; }
        .modal .modal-content .modal-body__textarea-title h5, .modal .modal-content .modal-body__textarea-title .h5 {
          font-family: "Lato", sans-serif;
          text-align: center;
          margin-bottom: 0;
          font-weight: 500; }
      .modal .modal-content .modal-body__textarea {
        margin-bottom: 20px; }
      .modal .modal-content .modal-body__textarea-description {
        border: 1px solid #cccccc;
        border-radius: 0 0 8px 8px;
        padding: 20px 20px 0 20px;
        height: 170px;
        overflow-x: auto; }
        .modal .modal-content .modal-body__textarea-description::-webkit-scrollbar {
          width: 18px; }
        .modal .modal-content .modal-body__textarea-description::-webkit-scrollbar-thumb {
          width: 6px;
          border: 6px solid #fff; }
        .modal .modal-content .modal-body__textarea-description p {
          font-weight: 300; }
      .modal .modal-content .modal-body--center p {
        font-family: "Lato", sans-serif;
        text-align: center;
        line-height: 1.6;
        font-weight: 500; }
      .modal .modal-content .modal-body__subscription {
        display: flex;
        margin-bottom: 10px; }
        .modal .modal-content .modal-body__subscription p {
          min-width: 130px; }
        .modal .modal-content .modal-body__subscription:last-child {
          margin-bottom: 0; }
      .modal .modal-content .modal-body__compliance-image {
        display: flex;
        justify-content: center;
        margin: 40px 0 16px; }
        .modal .modal-content .modal-body__compliance-image img {
          height: 40px; }
      .modal .modal-content .modal-body--loading {
        padding-bottom: 160px; }
    .modal .modal-content .modal-footer {
      padding: 0 0 30px 0;
      border: none;
      margin-top: 80px; }
      .modal .modal-content .modal-footer .button {
        background-color: transparent;
        border: none;
        text-decoration: none;
        color: #232730;
        margin: 0 40px 0 0;
        padding: 0; }
      .modal .modal-content .modal-footer .btn {
        margin: 0; }
      .modal .modal-content .modal-footer__form {
        justify-content: center;
        margin-top: 40px; }
        .modal .modal-content .modal-footer__form--assets, .modal .modal-content .modal-footer__form--artifact, .modal .modal-content .modal-footer__form--consultant {
          justify-content: flex-end;
          padding-right: 20px; }
        .modal .modal-content .modal-footer__form--artifact {
          padding-bottom: 0; }
        .modal .modal-content .modal-footer__form--right {
          justify-content: flex-end;
          margin-top: 34px; }
        .modal .modal-content .modal-footer__form--center {
          display: flex;
          justify-content: center;
          margin: 24px 0 30px 0; }
        .modal .modal-content .modal-footer__form--control {
          padding-right: 30px; }
      .modal .modal-content .modal-footer--center {
        margin: 40px 0 0 0;
        justify-content: center; }
    .modal .modal-content--information .modal-header__image {
      margin: 0 20px 0 10px; }
    .modal .modal-content--information .modal-body__information--text {
      position: relative; }
      .modal .modal-content--information .modal-body__information--text span {
        padding-right: 6px;
        height: 288px;
        overflow-x: auto; }
    .modal .modal-content--information .modal-body__information .button--secondary {
      background-color: transparent !important; }
    .modal .modal-content--information .text-overlay {
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 40px;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #fff 77.95%); }
    .modal .modal-content--single, .modal .modal-content--information {
      box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15); }
      .modal .modal-content--single .modal-header--information, .modal .modal-content--information .modal-header--information {
        justify-content: flex-start;
        padding: 10px 0;
        margin-right: 30px;
        background-color: #f6f6f6;
        border-radius: 0px; }
      .modal .modal-content--single .modal-header__image, .modal .modal-content--information .modal-header__image {
        border-radius: 50%;
        border: 2px solid #474451;
        width: 54px;
        height: 54px;
        background-color: #9c99a5;
        display: flex;
        align-items: center;
        justify-content: center; }
        .modal .modal-content--single .modal-header__image i, .modal .modal-content--information .modal-header__image i {
          width: 100%;
          height: 100%;
          font-size: 1.25rem;
          color: #fff;
          display: flex;
          align-items: center;
          justify-content: center; }
        .modal .modal-content--single .modal-header__image img, .modal .modal-content--information .modal-header__image img {
          border-radius: 50%;
          object-fit: cover;
          width: 50px;
          height: 50px; }
        .modal .modal-content--single .modal-header__image--large i, .modal .modal-content--information .modal-header__image--large i {
          font-size: 1.875rem; }
      .modal .modal-content--single .modal-body, .modal .modal-content--information .modal-body {
        position: relative; }
        .modal .modal-content--single .modal-body__left, .modal .modal-content--information .modal-body__left {
          padding: 0 20px; }
        .modal .modal-content--single .modal-body--consultant, .modal .modal-content--single .modal-body--audit, .modal .modal-content--information .modal-body--consultant, .modal .modal-content--information .modal-body--audit {
          padding-top: 10px; }
        .modal .modal-content--single .modal-body__information-block, .modal .modal-content--information .modal-body__information-block {
          margin-top: 20px; }
        .modal .modal-content--single .modal-body__information-group, .modal .modal-content--information .modal-body__information-group {
          display: flex;
          justify-content: space-between; }
          .modal .modal-content--single .modal-body__information-group p, .modal .modal-content--information .modal-body__information-group p {
            font-weight: 300; }
          .modal .modal-content--single .modal-body__information-group span, .modal .modal-content--information .modal-body__information-group span {
            font-weight: 400; }
          .modal .modal-content--single .modal-body__information-group--space i, .modal .modal-content--information .modal-body__information-group--space i {
            margin-left: 20px; }
          .modal .modal-content--single .modal-body__information-group .status, .modal .modal-content--information .modal-body__information-group .status {
            border-radius: 100px;
            padding: 0 8px;
            height: 22px;
            display: flex;
            align-items: center;
            font-size: 0.75rem;
            font-weight: 500;
            margin-right: 10px;
            line-height: 1; }
            .modal .modal-content--single .modal-body__information-group .status::before, .modal .modal-content--information .modal-body__information-group .status::before {
              font-size: 0.375rem;
              line-height: 1;
              margin-right: 5px; }
          .modal .modal-content--single .modal-body__information-group .status--active, .modal .modal-content--information .modal-body__information-group .status--active {
            border: 1px solid #1d896f; }
          .modal .modal-content--single .modal-body__information-group .status--inactive, .modal .modal-content--information .modal-body__information-group .status--inactive {
            border: 1px solid #898c96; }
          .modal .modal-content--single .modal-body__information-group .status--confirmation, .modal .modal-content--information .modal-body__information-group .status--confirmation {
            border: 1px solid #758dd1; }
          .modal .modal-content--single .modal-body__information-group .status--started, .modal .modal-content--information .modal-body__information-group .status--started {
            border: 1px solid #898c96; }
          .modal .modal-content--single .modal-body__information-group .status-text, .modal .modal-content--information .modal-body__information-group .status-text {
            font-weight: 300; }
        .modal .modal-content--single .modal-body__button-group .button:last-child, .modal .modal-content--information .modal-body__button-group .button:last-child {
          margin-left: 20px; }
        .modal .modal-content--single .modal-body__logo-group, .modal .modal-content--information .modal-body__logo-group {
          padding-top: 20px;
          display: flex;
          justify-content: space-between; }
        .modal .modal-content--single .modal-body h2, .modal .modal-content--single .modal-body .h2, .modal .modal-content--information .modal-body h2, .modal .modal-content--information .modal-body .h2 {
          font-weight: 700;
          margin-bottom: 20px; }
        .modal .modal-content--single .modal-body .disabled, .modal .modal-content--information .modal-body .disabled {
          color: #898c96;
          font-weight: 300; }
        .modal .modal-content--single .modal-body__information, .modal .modal-content--information .modal-body__information {
          display: flex; }
          .modal .modal-content--single .modal-body__information p, .modal .modal-content--information .modal-body__information p {
            font-weight: 300;
            min-width: 140px;
            margin-bottom: 10px; }
          .modal .modal-content--single .modal-body__information span, .modal .modal-content--information .modal-body__information span {
            font-weight: 400; }
          .modal .modal-content--single .modal-body__information--description span, .modal .modal-content--information .modal-body__information--description span {
            margin-bottom: 10px; }
          .modal .modal-content--single .modal-body__information .button--secondary, .modal .modal-content--information .modal-body__information .button--secondary {
            font-family: "Roboto", sans-serif;
            font-weight: 500;
            background-color: #f6f6f6;
            padding: 7px 10px;
            border-radius: 2px; }
            .modal .modal-content--single .modal-body__information .button--secondary:before, .modal .modal-content--information .modal-body__information .button--secondary:before {
              font-family: "Font Awesome 6 Pro";
              content: "\f15c";
              font-size: 1rem;
              color: #474451;
              font-weight: 900;
              margin-right: 8px; }
          .modal .modal-content--single .modal-body__information--status, .modal .modal-content--information .modal-body__information--status {
            display: flex;
            align-items: center;
            margin-bottom: 10px; }
          .modal .modal-content--single .modal-body__information .status--confirmation, .modal .modal-content--information .modal-body__information .status--confirmation {
            border: 1px solid #758dd1; }
          .modal .modal-content--single .modal-body__information .status--started, .modal .modal-content--information .modal-body__information .status--started {
            border: 1px solid #898c96; }
          .modal .modal-content--single .modal-body__information .status--expired, .modal .modal-content--information .modal-body__information .status--expired {
            border: 1px solid #d4002f; }
        .modal .modal-content--single .modal-body .button i, .modal .modal-content--information .modal-body .button i {
          margin-right: 8px; }
        .modal .modal-content--single .modal-body .switch, .modal .modal-content--information .modal-body .switch {
          margin-left: 20px; }
        .modal .modal-content--single .modal-body__contact .button--success, .modal .modal-content--information .modal-body__contact .button--success {
          top: 146px; }
        .modal .modal-content--single .modal-body__select .button--success, .modal .modal-content--information .modal-body__select .button--success {
          top: 97px; }
        .modal .modal-content--single .modal-body__select .select2, .modal .modal-content--information .modal-body__select .select2 {
          margin-left: -3px; }
        .modal .modal-content--single .modal-body__description, .modal .modal-content--information .modal-body__description {
          padding: 20px 0 30px; }
          .modal .modal-content--single .modal-body__description h2, .modal .modal-content--single .modal-body__description .h2, .modal .modal-content--information .modal-body__description h2, .modal .modal-content--information .modal-body__description .h2 {
            margin-bottom: 10px; }
          .modal .modal-content--single .modal-body__description p, .modal .modal-content--information .modal-body__description p {
            margin: 0; }
        .modal .modal-content--single .modal-body__table, .modal .modal-content--information .modal-body__table {
          padding: 0 20px; }
          .modal .modal-content--single .modal-body__table h2, .modal .modal-content--single .modal-body__table .h2, .modal .modal-content--information .modal-body__table h2, .modal .modal-content--information .modal-body__table .h2 {
            margin-bottom: 10px; }
        .modal .modal-content--single .modal-body .required-field, .modal .modal-content--information .modal-body .required-field {
          color: #d4002f; }
          .modal .modal-content--single .modal-body .required-field--form, .modal .modal-content--information .modal-body .required-field--form {
            margin-left: 134px; }
    .modal .modal-content--single {
      padding: 0;
      position: relative; }
      .modal .modal-content--single .btn-close {
        z-index: 2; }
        .modal .modal-content--single .btn-close:focus {
          box-shadow: none; }
      .modal .modal-content--single .modal-header {
        position: sticky;
        top: 0;
        z-index: 1;
        display: flex;
        justify-content: space-between;
        background-color: #f6f6f6;
        padding: 72px 30px 30px 30px;
        border-bottom: 1px solid #cccccc; }
        .modal .modal-content--single .modal-header__image {
          margin: 0 20px; }
        .modal .modal-content--single .modal-header__left {
          display: flex;
          align-items: center; }
        .modal .modal-content--single .modal-header__left .status {
          min-height: auto;
          padding: 4px 10px;
          background-color: #fff;
          border-radius: 100px;
          margin-top: 8px;
          line-height: 1;
          height: 22px;
          font-size: 0.75rem;
          font-weight: 500; }
          .modal .modal-content--single .modal-header__left .status--active {
            border: 1px solid #1d896f; }
          .modal .modal-content--single .modal-header__left .status--confirmation {
            border: 1px solid #758dd1; }
          .modal .modal-content--single .modal-header__left .status--invitation {
            border: 0.5px solid #e9a136;
            font-weight: 400; }
            .modal .modal-content--single .modal-header__left .status--invitation i {
              margin-right: 5px; }
            .modal .modal-content--single .modal-header__left .status--invitation::before {
              display: none; }
          .modal .modal-content--single .modal-header__left .status--inactive {
            border: 1px solid #9aa1b2; }
          .modal .modal-content--single .modal-header__left .status--expired {
            border: 1px solid #d4002f; }
        .modal .modal-content--single .modal-header__left--activity .status {
          border-radius: 4px;
          color: #fff; }
          .modal .modal-content--single .modal-header__left--activity .status::before {
            display: none; }
          .modal .modal-content--single .modal-header__left--activity .status--gap-assessment {
            background-color: #5c63a2; }
          .modal .modal-content--single .modal-header__left--activity .status--control {
            background-color: #9f518d; }
          .modal .modal-content--single .modal-header__left--activity .status--tertiary {
            background-color: #474451; }
          .modal .modal-content--single .modal-header__left--activity .status--audit {
            background-color: #1d896f; }
          .modal .modal-content--single .modal-header__left--activity .status--asset {
            background-color: #35abd0; }
          .modal .modal-content--single .modal-header__left--activity .status--management {
            background-color: #2974b9; }
          .modal .modal-content--single .modal-header__left--activity .status--artifact {
            background-color: #ffa600; }
        .modal .modal-content--single .modal-header__title {
          display: flex;
          flex-direction: column;
          align-items: flex-start; }
        .modal .modal-content--single .modal-header__right {
          display: flex;
          flex-direction: column;
          font-weight: 300;
          margin-right: 20px; }
        .modal .modal-content--single .modal-header__information {
          display: flex;
          justify-content: flex-end;
          margin-bottom: 10px;
          line-height: 1.14; }
          .modal .modal-content--single .modal-header__information p {
            font-weight: 300;
            margin: 0 5px 0 0; }
          .modal .modal-content--single .modal-header__information span {
            font-weight: 400; }
      .modal .modal-content--single .modal-body {
        padding: 30px; }
        .modal .modal-content--single .modal-body__information-group {
          padding: 0 20px; }
        .modal .modal-content--single .modal-body--audit, .modal .modal-content--single .modal-body--consultant, .modal .modal-content--single .modal-body--customer {
          padding: 10px 30px 30px 30px; }
        .modal .modal-content--single .modal-body__information-status {
          display: flex; }
          .modal .modal-content--single .modal-body__information-status h2, .modal .modal-content--single .modal-body__information-status .h2 {
            margin-right: 20px; }
    .modal .modal-content--shadow {
      box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15); }
  .modal label {
    font-family: "Roboto", sans-serif; }
  .modal .label-compliance {
    font-family: "Lato", sans-serif;
    margin-bottom: 10px; }
  .modal .login-history__title {
    display: flex;
    margin-bottom: 29px; }
    .modal .login-history__title h5, .modal .login-history__title .h5 {
      font-family: "Lato", sans-serif;
      font-weight: 700;
      margin: 20px 0 0 0;
      color: #fff;
      text-transform: uppercase;
      padding: 12px 24px;
      background-color: #595666;
      border-radius: 4px 4px 0 0; }
  .modal .login-history__head .table__cell {
    height: 30px; }
  .modal .login-history .table {
    margin-bottom: 0;
    position: relative; }
    .modal .login-history .table thead {
      position: absolute;
      top: -30px;
      z-index: 1;
      width: 100%; }
      .modal .login-history .table thead th {
        font-size: 0.75rem; }
        .modal .login-history .table thead th .table__cell {
          padding: 7px 0; }
        .modal .login-history .table thead th:first-child {
          width: 1%;
          white-space: nowrap; }
          .modal .login-history .table thead th:first-child .table__cell {
            padding: 0 138px 0 20px; }
    .modal .login-history .table__body {
      display: block;
      width: 100%;
      max-height: 377px;
      overflow: auto;
      border: 1px solid #cccccc;
      border-top: none;
      border-radius: 0 0 8px 8px; }
      .modal .login-history .table__body::-webkit-scrollbar {
        position: absolute;
        width: 13px; }
      .modal .login-history .table__body::-webkit-scrollbar-thumb {
        width: 6px;
        border: 4px solid #fff; }
      .modal .login-history .table__body--zero-state {
        height: 377px; }
        .modal .login-history .table__body--zero-state td {
          background-color: #fff;
          display: flex;
          flex-direction: column;
          align-items: center; }
          .modal .login-history .table__body--zero-state td:first-child {
            width: auto; }
        .modal .login-history .table__body--zero-state i {
          font-size: 4.5rem;
          color: #dadadc;
          opacity: 1;
          margin: 28px 0 20px; }
        .modal .login-history .table__body--zero-state svg {
          margin: 26px 0 20px; }
        .modal .login-history .table__body--zero-state p {
          font-weight: 400; }
      .modal .login-history .table__body--narrow {
        height: 368px; }
      .modal .login-history .table__body--scroll {
        max-height: 368px; }
    .modal .login-history .table tr {
      display: block; }
      .modal .login-history .table tr:nth-child(odd) {
        background-color: #f7f7f8; }
        .modal .login-history .table tr:nth-child(odd):hover {
          background-color: #f7f7f8; }
      .modal .login-history .table tr:nth-child(even):hover {
        background-color: #fff; }
      .modal .login-history .table tr td {
        font-weight: 300;
        padding: 14px 0;
        border-bottom: none; }
        .modal .login-history .table tr td:first-child {
          min-width: 234.28px; }
          .modal .login-history .table tr td:first-child .table__cell {
            padding: 0 0 0 20px;
            margin-right: 5px; }
        .modal .login-history .table tr td .table__cell {
          display: inline;
          font-weight: 400; }
          .modal .login-history .table tr td .table__cell::after {
            display: none; }
      .modal .login-history .table tr.clickable td .table__cell:after {
        display: block; }
      .modal .login-history .table tr.sortable-item td {
        display: block;
        padding: 7px 0; }
      .modal .login-history .table tr.sortable-item .table__cell {
        display: flex;
        justify-content: space-between; }
      .modal .login-history .table tr.sortable-item:hover {
        cursor: grabbing; }
        .modal .login-history .table tr.sortable-item:hover .sortable-icon {
          color: #ff194c; }
      .modal .login-history .table tr.sortable-item .icons-action {
        margin-right: 3px; }
        .modal .login-history .table tr.sortable-item .icons-action a {
          padding: 15px 7px; }
  .modal__note .note {
    padding: 15px;
    margin: 20px 50px -10px; }
    .modal__note .note__content i {
      font-size: 1.5rem; }
    .modal__note .note p {
      font-size: 0.875rem; }
  .modal .links-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-end; }
  .modal .modal--add-artifacts {
    min-width: 640px; }
    .modal .modal--add-artifacts .modal-content .modal-description.artifact {
      margin-top: 40px;
      border-top: 1px solid #ccc;
      padding-right: 0; }
    .modal .modal--add-artifacts .modal-body__form {
      padding: 0; }
    .modal .modal--add-artifacts .select2-container {
      width: 100% !important; }
    .modal .modal--add-artifacts .form-group.form-group--row {
      flex-direction: row;
      gap: 15px;
      margin-bottom: 25px; }
      .modal .modal--add-artifacts .form-group.form-group--row > label {
        flex: 0 0 115px;
        margin: 0;
        font-family: "Roboto", sans-serif;
        font-size: 13px;
        font-weight: 700;
        line-height: 40px;
        text-transform: uppercase; }
        .modal .modal--add-artifacts .form-group.form-group--row > label.form-read-label {
          line-height: 18px; }
    .modal .modal--add-artifacts .form-field {
      flex: 1; }
      .modal .modal--add-artifacts .form-field > input, .modal .modal--add-artifacts .form-group .form-field > .form-control, .form-group .modal .modal--add-artifacts .form-field > .form-control,
      .modal .modal--add-artifacts .form-field > select,
      .modal .modal--add-artifacts .form-field .datepicker input,
      .modal .modal--add-artifacts .form-field .datepicker .form-group .form-control,
      .form-group .modal .modal--add-artifacts .form-field .datepicker .form-control,
      .modal .modal--add-artifacts .form-field textarea {
        width: 100%;
        max-width: 100%; }
      .modal .modal--add-artifacts .form-field textarea {
        min-height: 120px; }
      .modal .modal--add-artifacts .form-field > p {
        margin: 0; }
        .modal .modal--add-artifacts .form-field > p a + a {
          margin-left: 20px; }
    .modal .modal--add-artifacts .recurrence-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-top: 15px; }
      .modal .modal--add-artifacts .recurrence-row .form-optin {
        margin: 0; }
      .modal .modal--add-artifacts .recurrence-row label {
        display: flex;
        align-items: center;
        margin: 0;
        line-height: 41px; }
        .modal .modal--add-artifacts .recurrence-row label > span {
          margin-left: 7px; }
        .modal .modal--add-artifacts .recurrence-row label > input, .modal .modal--add-artifacts .recurrence-row .form-group label > .form-control, .form-group .modal .modal--add-artifacts .recurrence-row label > .form-control {
          width: 20px;
          height: 20px; }
    .modal .modal--add-artifacts .recurrence-field {
      display: flex;
      align-items: center;
      gap: 10px; }
      .modal .modal--add-artifacts .recurrence-field input, .modal .modal--add-artifacts .recurrence-field .form-group .form-control, .form-group .modal .modal--add-artifacts .recurrence-field .form-control {
        appearance: auto; }
        .modal .modal--add-artifacts .recurrence-field input::-webkit-outer-spin-button, .modal .modal--add-artifacts .recurrence-field .form-group .form-control::-webkit-outer-spin-button, .form-group .modal .modal--add-artifacts .recurrence-field .form-control::-webkit-outer-spin-button, .modal .modal--add-artifacts .recurrence-field input::-webkit-inner-spin-button, .modal .modal--add-artifacts .recurrence-field .form-group .form-control::-webkit-inner-spin-button, .form-group .modal .modal--add-artifacts .recurrence-field .form-control::-webkit-inner-spin-button {
          -webkit-appearance: auto;
          opacity: 1; }
      .modal .modal--add-artifacts .recurrence-field .select2-container {
        width: 95px !important; }
      .modal .modal--add-artifacts .recurrence-field label {
        margin: 0; }
    .modal .modal--add-artifacts.modal--add-control-artifacts .modal-content .modal-header .modal-title--description {
      margin-bottom: 40px; }
    .modal .modal--add-artifacts.modal--single-artifacts .modal-content .modal-header .modal-title--description,
    .modal .modal--add-artifacts.modal--single-artifacts .modal-body__form {
      margin-bottom: 40px; }
    .modal .modal--add-artifacts.modal--single-artifacts .form-group.form-group--row > label {
      font-weight: 400; }
    .modal .modal--add-artifacts.modal--single-artifacts .modal-content {
      padding-bottom: 40px; }
      .modal .modal--add-artifacts.modal--single-artifacts .modal-content .modal-body {
        overflow-x: hidden; }
    .modal .modal--add-artifacts.modal--single-artifacts .btn:not(.btn--footer) {
      height: 25px;
      padding: 0 20px;
      text-transform: uppercase; }
    .modal .modal--add-artifacts.modal--single-artifacts .article-status {
      display: inline-block;
      padding: 2px 14px;
      background-color: #eee;
      border: 1px solid #E0E0E0;
      border-radius: 4px;
      font-family: 'Roboto', sans-serif;
      font-size: 13px;
      font-weight: 600;
      line-height: 15px;
      text-transform: uppercase; }
      .modal .modal--add-artifacts.modal--single-artifacts .article-status + p {
        margin-top: 9px; }
    .modal .modal--add-artifacts.modal--single-artifacts .article-validated {
      margin-top: 7px; }
      .modal .modal--add-artifacts.modal--single-artifacts .article-validated span {
        font-family: 'Roboto', sans-serif;
        font-size: 13px;
        font-weight: 400;
        font-style: italic;
        line-height: 15px; }
      .modal .modal--add-artifacts.modal--single-artifacts .article-validated a {
        font-weight: 400; }
      .modal .modal--add-artifacts.modal--single-artifacts .article-validated span + a {
        margin-left: 20px; }
    .modal .modal--add-artifacts.modal--3pao-add em {
      color: #8A8A8A; }
    .modal .modal--add-artifacts.modal--3pao-add .form-group input, .modal .modal--add-artifacts.modal--3pao-add .form-group .form-control {
      max-width: 100%; }
    .modal .modal--add-artifacts.modal--3pao-add .form-group.form-group--row {
      margin-bottom: 15px; }
      .modal .modal--add-artifacts.modal--3pao-add .form-group.form-group--row.form-group--row-action {
        margin-bottom: 8px; }
    .modal .modal--add-artifacts.modal--3pao-assessment .form-group.form-group--row > label {
      flex: 0 0 125px; }
    .modal .modal--add-artifacts.modal--edit-risk .form-group.form-group--row > label {
      flex: 0 0 140px; }

.hidden {
  display: none !important; }

.modal-bg {
  background-color: rgba(34, 34, 34, 0.4); }

.hide {
  display: none; }

.modal-footer__legal p {
  font-size: 12px;
  font-weight: 300;
  font-style: italic;
  line-height: 14px;
  margin-top: 25px;
  margin-left: 13px; }

.modal .modal-content .modal-description .current-artifact {
  display: flex;
  align-items: center; }
  .modal .modal-content .modal-description .current-artifact__title {
    margin: 18px 0 13px;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase; }
  .modal .modal-content .modal-description .current-artifact__icon {
    flex: 0 0 30px;
    font-size: 20px;
    line-height: 1;
    color: #6DC575; }
  .modal .modal-content .modal-description .current-artifact__file {
    flex: 1;
    padding: 6px 11px 7px;
    margin-right: 8px;
    background-color: #EEEEEE;
    border: 1px solid #DDDDDD;
    border-radius: 8px; }
    .modal .modal-content .modal-description .current-artifact__file p {
      margin: 0;
      font-size: 13px;
      font-weight: 600;
      line-height: 15px; }
  .modal .modal-content .modal-description .current-artifact__source {
    flex: 1;
    margin-right: 8px; }
    .modal .modal-content .modal-description .current-artifact__source p {
      margin: 0;
      font-size: 13px;
      font-weight: 400;
      line-height: 15px; }
  .modal .modal-content .modal-description .current-artifact__actions {
    display: flex;
    align-items: center;
    gap: 20px; }
    .modal .modal-content .modal-description .current-artifact__actions .btn {
      height: 25px;
      padding: 0 20px;
      text-transform: uppercase; }
  .modal .modal-content .modal-description .current-artifact__delete {
    font-size: 20px;
    line-height: 1;
    color: #D4002F;
    transition: color .3s ease-in-out;
    cursor: pointer; }
    .modal .modal-content .modal-description .current-artifact__delete:hover {
      color: #970021; }

.modal-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0.5rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none; }

.list--controls li + li {
  margin-top: 8px; }
.list--controls .list__container {
  display: flex;
  align-items: center;
  gap: 6px; }
.list--controls .list-item--assessment {
  display: none; }
.single-control-body--assessment .list--controls .list-item--build {
  display: none; }
.single-control-body--assessment .list--controls .list-item--assessment {
  display: block; }

body.audit-artifacts .modal-body__form .recurrence-row {
  display: none; }

.action .btn {
  margin-left: 20px; }
  .action .btn:first-child {
    margin-left: 0; }

.programs {
  overflow: auto; }
  .programs h2, .programs .h2 {
    color: #fff;
    font-weight: 700;
    margin: 0; }
  .programs__block {
    width: 50%;
    margin-right: 25px;
    background-color: #fff; }
    .programs__block:last-of-type {
      margin-right: 0; }
  .programs__header {
    background: #474451;
    color: #fff;
    border-radius: 8px 8px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 14px 11px 20px; }
  .programs__content {
    border: 1px solid #cccccc;
    border-radius: 0 0 8px 8px;
    height: calc(100% - 60px);
    overflow: auto; }
    .programs__content ul {
      list-style-type: none;
      padding: 0;
      margin-bottom: 5px; }
    .programs__content li {
      padding: 17px 20px;
      border-bottom: 1px solid #cccccc;
      position: relative; }
      .programs__content li:hover {
        background-color: #f7f7f8; }
    .programs__content label {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
      .programs__content label:hover {
        cursor: pointer; }
    .programs__content__label-text {
      padding-left: 16px; }
  .programs__zero {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px; }
    .programs__zero p {
      line-height: 1.14;
      margin-top: 22px;
      color: #474451; }
    .programs__zero.programs__zero-refine {
      text-align: center; }
      .programs__zero.programs__zero-refine span {
        font-size: 64px;
        color: #CCCCCC;
        line-height: 1.2; }
      .programs__zero.programs__zero-refine p {
        margin-top: 0; }
      .programs__zero.programs__zero-refine.programs__zero-refine-empty span {
        position: relative; }
        .programs__zero.programs__zero-refine.programs__zero-refine-empty span::after {
          content: '';
          height: 82px;
          width: 4px;
          background: #ccc;
          border-radius: 4px;
          position: absolute;
          top: -4px;
          left: 31px;
          rotate: -45deg; }
  .programs__info p {
    margin: 0;
    text-align: right;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    line-height: 1.21;
    margin-bottom: 4px; }
    .programs__info p:last-of-type {
      margin-bottom: 0; }
  .programs .search-field {
    margin: 3px 0; }
    .programs .search-field input, .programs .search-field .form-group .form-control, .form-group .programs .search-field .form-control {
      min-width: 270px;
      border-color: transparent; }
  .programs__framework {
    background-image: url("../img/choose-framework.png"); }
    .programs__framework::before {
      content: "";
      position: absolute;
      left: 0px;
      top: 16px;
      border: solid #cccccc;
      border-color: rgba(212, 0, 47, 0) #d4002f rgba(212, 0, 47, 0) rgba(212, 0, 47, 0);
      border-width: 9px;
      transform: rotate(180deg); }

.progress__wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  .progress__wrap-flex {
    justify-content: space-between;
    gap: 5px;
    max-width: 305px;
    margin-left: auto;
    position: relative;
    z-index: 1; }
    .progress__wrap-flex .progress {
      max-width: 170px; }
  .progress__wrap > .progress__range-wrap {
    margin: 0;
    flex-shrink: 0; }
  .progress__wrap--pdf {
    display: block; }
  .progress__wrap .progress {
    width: calc(100% - 30px);
    height: 10px;
    background-color: #cccccc; }
    .progress__wrap .progress-bar {
      background-color: #474451; }
    .progress__wrap .progress--pdf {
      display: flex;
      height: 24px;
      width: 376px;
      overflow: hidden;
      border-radius: 0; }
      .progress__wrap .progress--pdf .progress-bar--not-performed {
        background-color: #003f5c; }
        .progress__wrap .progress--pdf .progress-bar--not-performed:hover {
          background-color: #00305c; }
          .progress__wrap .progress--pdf .progress-bar--not-performed:hover i {
            color: #00305c; }
        .progress__wrap .progress--pdf .progress-bar--not-performed i {
          color: #003f5c; }
      .progress__wrap .progress--pdf .progress-bar--performed {
        background-color: #5c63a2; }
        .progress__wrap .progress--pdf .progress-bar--performed:hover {
          background-color: #534bbf; }
          .progress__wrap .progress--pdf .progress-bar--performed:hover i {
            color: #534bbf; }
        .progress__wrap .progress--pdf .progress-bar--performed i {
          color: #5c63a2; }
      .progress__wrap .progress--pdf .progress-bar--planned {
        background-color: #9f518d; }
        .progress__wrap .progress--pdf .progress-bar--planned:hover {
          background-color: #b83b71; }
          .progress__wrap .progress--pdf .progress-bar--planned:hover i {
            color: #b83b71; }
        .progress__wrap .progress--pdf .progress-bar--planned i {
          color: #9f518d; }
      .progress__wrap .progress--pdf .progress-bar--defined {
        background-color: #35abd0; }
        .progress__wrap .progress--pdf .progress-bar--defined:hover {
          background-color: #23bbeb; }
          .progress__wrap .progress--pdf .progress-bar--defined:hover i {
            color: #23bbeb; }
        .progress__wrap .progress--pdf .progress-bar--defined i {
          color: #35abd0; }
      .progress__wrap .progress--pdf .progress-bar--controlled {
        background-color: #ffa600; }
        .progress__wrap .progress--pdf .progress-bar--controlled:hover {
          background-color: #febe45; }
          .progress__wrap .progress--pdf .progress-bar--controlled:hover i {
            color: #febe45; }
        .progress__wrap .progress--pdf .progress-bar--controlled i {
          color: #ffa600; }
      .progress__wrap .progress--pdf .progress-bar--improving {
        background-color: #77d780; }
        .progress__wrap .progress--pdf .progress-bar--improving:hover {
          background-color: #89eb93; }
          .progress__wrap .progress--pdf .progress-bar--improving:hover i {
            color: #89eb93; }
        .progress__wrap .progress--pdf .progress-bar--improving i {
          color: #77d780; }
      .progress__wrap .progress--pdf .progress-bar--deficient {
        background-color: #5d677e; }
        .progress__wrap .progress--pdf .progress-bar--deficient:hover {
          background-color: #394664; }
          .progress__wrap .progress--pdf .progress-bar--deficient:hover i {
            color: #394664; }
        .progress__wrap .progress--pdf .progress-bar--deficient i {
          color: #5d677e; }
      .progress__wrap .progress--pdf .progress-bar--in-place {
        background-color: #ffa600; }
        .progress__wrap .progress--pdf .progress-bar--in-place:hover {
          background-color: #febe45; }
          .progress__wrap .progress--pdf .progress-bar--in-place:hover i {
            color: #febe45; }
        .progress__wrap .progress--pdf .progress-bar--in-place i {
          color: #ffa600; }
      .progress__wrap .progress--pdf .progress-bar--review {
        background-color: #ffce20; }
        .progress__wrap .progress--pdf .progress-bar--review:hover {
          background-color: #ffd749; }
          .progress__wrap .progress--pdf .progress-bar--review:hover i {
            color: #ffd749; }
        .progress__wrap .progress--pdf .progress-bar--review i {
          color: #ffce20; }
      .progress__wrap .progress--pdf .progress-bar--monitored {
        background-color: #77d780; }
        .progress__wrap .progress--pdf .progress-bar--monitored:hover {
          background-color: #89eb93; }
          .progress__wrap .progress--pdf .progress-bar--monitored:hover i {
            color: #89eb93; }
        .progress__wrap .progress--pdf .progress-bar--monitored i {
          color: #77d780; }
      .progress__wrap .progress--pdf .progress-bar--approved {
        background-color: #6DC575; }
        .progress__wrap .progress--pdf .progress-bar--approved:hover {
          background-color: #49b753; }
          .progress__wrap .progress--pdf .progress-bar--approved:hover i {
            color: #49b753; }
        .progress__wrap .progress--pdf .progress-bar--approved i {
          color: #6DC575; }
      .progress__wrap .progress--pdf .progress-bar--not-approved {
        background-color: #e33e3e; }
        .progress__wrap .progress--pdf .progress-bar--not-approved:hover {
          background-color: #d01e1e; }
          .progress__wrap .progress--pdf .progress-bar--not-approved:hover i {
            color: #d01e1e; }
        .progress__wrap .progress--pdf .progress-bar--not-approved i {
          color: #e33e3e; }
      .progress__wrap .progress--pdf .progress-bar--default {
        background-color: #cccccc; }
        .progress__wrap .progress--pdf .progress-bar--default:hover {
          background-color: #bebebe; }
          .progress__wrap .progress--pdf .progress-bar--default:hover i {
            color: #bebebe; }
        .progress__wrap .progress--pdf .progress-bar--default i {
          color: #cccccc; }
        .progress__wrap .progress--pdf .progress-bar--default .tooltips {
          left: calc(100% - 35px); }
        .progress__wrap .progress--pdf .progress-bar--default .progress-rail__mark:after {
          right: 10px;
          left: auto; }
      .progress__wrap .progress--pdf .progress-report__mark {
        border-radius: 2px;
        min-width: 36px;
        min-height: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.875rem;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        margin: 0 8px 0 10px; }
        .progress__wrap .progress--pdf .progress-report__mark--not-performed {
          background-color: #003f5c; }
        .progress__wrap .progress--pdf .progress-report__mark--informally {
          background-color: #5c63a2; }
        .progress__wrap .progress--pdf .progress-report__mark--planned {
          background-color: #9f518d; }
        .progress__wrap .progress--pdf .progress-report__mark--defined {
          background-color: #35abd0; }
        .progress__wrap .progress--pdf .progress-report__mark--controlled {
          background-color: #ffa600; }
        .progress__wrap .progress--pdf .progress-report__mark--improving {
          background-color: #77d780; }
    .progress__wrap .progress--selected {
      background: #d4002f; }
    .progress__wrap .progress__range {
      font-weight: 500;
      min-width: 22px;
      text-align: center;
      position: relative;
      z-index: 1; }
      .progress__wrap .progress__range span {
        font-weight: 400; }
      .progress__wrap .progress__range--start {
        margin-right: 8px; }
      .progress__wrap .progress__range--end {
        margin-left: 8px; }
    .progress__wrap .progress--disabled {
      opacity: 0.5; }
    .progress__wrap .progress__header--pdf {
      display: flex;
      justify-content: space-between;
      border-bottom: 1px solid #e5e5e5;
      margin-bottom: 20px; }
      .progress__wrap .progress__header--pdf h6, .progress__wrap .progress__header--pdf .h6 {
        font-family: "Lato", sans-serif;
        font-weight: 700; }
        .progress__wrap .progress__header--pdf h6:first-of-type, .progress__wrap .progress__header--pdf .h6:first-of-type {
          min-width: 376px;
          text-align: right; }
        .progress__wrap .progress__header--pdf h6:last-of-type, .progress__wrap .progress__header--pdf .h6:last-of-type {
          text-align: center; }
    .progress__wrap .progress__report p {
      font-size: 0.75rem;
      margin: 0 0 5px;
      font-weight: 500;
      line-height: 1.16; }
    .progress__wrap .progress__bars--pdf {
      list-style-type: none;
      padding: 0; }
    .progress__wrap .progress__inner--pdf {
      display: flex;
      align-items: center;
      margin-bottom: 10px; }
    .progress__wrap .progress__estimate--pdf {
      min-width: 85px;
      height: 24px;
      background: #474451;
      border-radius: 2px;
      margin-left: auto; }

.total {
  margin-left: 10px;
  font-size: 0.625rem; }

.progress--tooltip {
  position: relative;
  z-index: 1; }
  .progress--tooltip:hover .tooltips,
  .progress--tooltip:hover .progress-rail__mark:after {
    display: block; }

.progress-rail {
  position: relative;
  z-index: 0;
  flex: 1; }
  .progress-rail--company {
    display: flex;
    align-items: center;
    z-index: 1; }
  .progress-rail .progress {
    height: 20px;
    border-radius: 100px;
    overflow: visible;
    background-color: #cccccc; }
    .progress-rail .progress--company {
      height: 6px;
      width: 277px; }
    .progress-rail .progress--audit {
      height: 16px; }
    .progress-rail .progress--disabled {
      opacity: 0.4; }
    .progress-rail .progress--subscription .progress-bar:last-of-type .tooltips {
      right: 50%;
      transform: translateX(50%);
      top: -47px; }
    .progress-rail .progress--subscription .progress-rail__mark {
      right: calc(50% - 10px);
      transform: translateX(50%);
      left: auto;
      top: -8px;
      z-index: 1; }
  .progress-rail .progress-bar {
    position: relative;
    overflow: visible; }
    .progress-rail .progress-bar .tooltips {
      right: 6px;
      left: auto; }
    .progress-rail .progress-bar .progress-rail__mark::after {
      right: 6px; }
    .progress-rail .progress-bar .progress-rail__mark--zero-audit::after {
      display: none; }
    .progress-rail .progress-bar:first-of-type {
      border-top-left-radius: 100px;
      border-bottom-left-radius: 100px; }
    .progress-rail .progress-bar:last-of-type {
      border-top-right-radius: 100px;
      border-bottom-right-radius: 100px; }
      .progress-rail .progress-bar:last-of-type .tooltips {
        left: auto;
        right: 0; }
        .progress-rail .progress-bar:last-of-type .tooltips--proceed {
          right: 46px; }
      .progress-rail .progress-bar:last-of-type .progress-rail__mark:after {
        right: 6px; }
    .progress-rail .progress-bar:hover .tooltips {
      display: block; }
    .progress-rail .progress-bar:hover .progress-rail__mark::after {
      display: block; }
    .progress-rail .progress-bar:hover .progress-rail__mark--zero::after,
    .progress-rail .progress-bar:hover .progress-rail__mark--zero-audit::after {
      display: none; }
  .progress-rail__mark {
    position: absolute;
    right: 8px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media (max-width: 1199.98px) {
      .progress-rail__mark {
        right: 3px; } }
    .progress-rail__mark i {
      line-height: 5px;
      font-size: 1.25rem; }
    .progress-rail__mark span {
      color: #232730;
      font-family: "Lato", sans-serif;
      font-weight: 700;
      font-size: 0.875rem;
      line-height: 1.21;
      display: inline-block; }
    .progress-rail__mark .number {
      font-weight: 400;
      font-size: 0.75rem; }
    .progress-rail__mark .number-size {
      font-weight: 600;
      font-size: 1.125rem;
      line-height: 1.2; }
    .progress-rail__mark--bottom, .progress-rail__mark--small {
      top: calc(100% - 2px); }
      .progress-rail__mark--bottom span, .progress-rail__mark--small span {
        margin-top: 2px; }
      .progress-rail__mark--bottom:after, .progress-rail__mark--small:after {
        top: -31px;
        transform: rotate(45deg); }
    .progress-rail__mark--bottom-left {
      top: calc(100% - 2px); }
      .progress-rail__mark--bottom-left span {
        margin-top: 2px; }
      .progress-rail__mark--bottom-left:after {
        top: -31px;
        left: 20px;
        transform: rotate(45deg); }
    .progress-rail__mark--top {
      bottom: calc(100% - 2px); }
      .progress-rail__mark--top span {
        margin-bottom: 2px; }
      .progress-rail__mark--top:after {
        bottom: -31px;
        left: 3px;
        transform: rotate(-135deg); }
    .progress-rail__mark--top-right {
      bottom: calc(100% - 2px); }
      .progress-rail__mark--top-right span {
        margin-bottom: 2px; }
      .progress-rail__mark--top-right:after {
        bottom: 9px;
        left: 3px;
        transform: rotate(45deg); }
    .progress-rail__mark--left {
      top: calc(100% - 2px); }
      .progress-rail__mark--left span {
        margin-top: 2px; }
      .progress-rail__mark--left:after {
        top: -19px;
        transform: rotate(45deg); }
    .progress-rail__mark--zero {
      top: calc(100% - 2px); }
      .progress-rail__mark--zero span {
        margin-top: 2px; }
      .progress-rail__mark--zero:after {
        display: none; }
    .progress-rail__mark--slider {
      top: 39px;
      right: 113px; }
      .progress-rail__mark--slider:after {
        top: -17px;
        transform: rotate(45deg); }
    .progress-rail__mark--proceed {
      right: 124px; }
      .progress-rail__mark--proceed:after {
        top: -17px;
        transform: rotate(45deg); }
    .progress-rail__mark--middle {
      left: 50%;
      margin-left: -4px;
      display: block;
      z-index: 2; }
      .progress-rail__mark--middle:after {
        top: -31px;
        transform: rotate(45deg); }
    .progress-rail__mark:after {
      display: none;
      content: "";
      position: absolute;
      z-index: 1;
      border: 4px solid #fff;
      box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.12); }
    .progress-rail__mark--top-small:after {
      bottom: -20px; }
  .progress-rail__badge {
    position: absolute;
    left: 50%;
    top: -9px;
    margin-left: -12px; }
    .progress-rail__badge--big {
      top: -14px;
      margin-left: -20px; }
    .progress-rail__badge--company {
      left: 149px; }

.progress-bar--not-performed {
  background-color: #003f5c; }
  .progress-bar--not-performed:hover {
    background-color: #00305c; }
    .progress-bar--not-performed:hover:after {
      color: #00305c; }
  .progress-bar--not-performed:after {
    color: #003f5c; }
.progress-bar--performed {
  background-color: #5c63a2; }
  .progress-bar--performed:hover {
    background-color: #534bbf; }
    .progress-bar--performed:hover:after {
      color: #534bbf; }
  .progress-bar--performed:after {
    color: #5c63a2; }
.progress-bar--planned {
  background-color: #9f518d; }
  .progress-bar--planned:hover {
    background-color: #b83b71; }
    .progress-bar--planned:hover:after {
      color: #b83b71; }
  .progress-bar--planned:after {
    color: #9f518d; }
.progress-bar--defined {
  background-color: #35abd0; }
  .progress-bar--defined:hover {
    background-color: #23bbeb; }
    .progress-bar--defined:hover:after {
      color: #23bbeb; }
  .progress-bar--defined:after {
    color: #35abd0; }
.progress-bar--controlled {
  background-color: #ffa600; }
  .progress-bar--controlled:hover {
    background-color: #febe45; }
    .progress-bar--controlled:hover:after {
      color: #febe45; }
  .progress-bar--controlled:after {
    color: #ffa600; }
.progress-bar--improving {
  background-color: #77d780; }
  .progress-bar--improving:hover {
    background-color: #89eb93; }
    .progress-bar--improving:hover:after {
      color: #89eb93; }
  .progress-bar--improving:after {
    color: #77d780; }
.progress-bar--deficient {
  background-color: #5d677e; }
  .progress-bar--deficient:hover {
    background-color: #394664; }
    .progress-bar--deficient:hover:after {
      color: #394664; }
  .progress-bar--deficient:after {
    color: #5d677e; }
.progress-bar--in-place {
  background-color: #ffa600; }
  .progress-bar--in-place:hover {
    background-color: #febe45; }
    .progress-bar--in-place:hover:after {
      color: #febe45; }
  .progress-bar--in-place:after {
    color: #ffa600; }
.progress-bar--review {
  background-color: #ffce20; }
  .progress-bar--review:hover {
    background-color: #ffd749; }
    .progress-bar--review:hover::after {
      color: #ffd749; }
  .progress-bar--review:after {
    color: #ffce20; }
.progress-bar--monitored {
  background-color: #77d780; }
  .progress-bar--monitored:hover {
    background-color: #89eb93; }
    .progress-bar--monitored:hover::after {
      color: #89eb93; }
  .progress-bar--monitored:after {
    color: #77d780; }
.progress-bar--approved {
  background-color: #6DC575; }
  .progress-bar--approved:hover {
    background-color: #49b753; }
    .progress-bar--approved:hover:after {
      color: #49b753; }
  .progress-bar--approved:after {
    color: #6DC575; }
.progress-bar--not-approved {
  background-color: #e33e3e; }
  .progress-bar--not-approved:hover {
    background-color: #d01e1e; }
    .progress-bar--not-approved:hover:after {
      color: #d01e1e; }
  .progress-bar--not-approved:after {
    color: #e33e3e; }
.progress-bar--default {
  background-color: #cccccc; }
  .progress-bar--default:hover {
    background-color: #bebebe; }
    .progress-bar--default:hover:after {
      color: #bebebe; }
  .progress-bar--default:after {
    color: #cccccc; }
.progress-bar--pdf {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: right;
  text-decoration: none;
  white-space: nowrap;
  padding-right: 8px;
  font-family: "Lato", sans-serif;
  font-weight: 700; }
  .progress-bar--pdf--not-performed {
    background-color: #003f5c; }
    .progress-bar--pdf--not-performed i {
      color: #003f5c; }
  .progress-bar--pdf--performed {
    background-color: #5c63a2; }
    .progress-bar--pdf--performed i {
      color: #5c63a2; }
  .progress-bar--pdf--planned {
    background-color: #9f518d; }
    .progress-bar--pdf--planned i {
      color: #9f518d; }
  .progress-bar--pdf--defined {
    background-color: #35abd0; }
    .progress-bar--pdf--defined i {
      color: #35abd0; }
  .progress-bar--pdf--controlled {
    background-color: #ffa600; }
    .progress-bar--pdf--controlled i {
      color: #ffa600; }
  .progress-bar--pdf--improving {
    background-color: #77d780; }
    .progress-bar--pdf--improving i {
      color: #77d780; }
  .progress-bar--pdf--deficient {
    background-color: #5d677e; }
    .progress-bar--pdf--deficient i {
      color: #5d677e; }
  .progress-bar--pdf--in-place {
    background-color: #ffa600; }
    .progress-bar--pdf--in-place i {
      color: #ffa600; }
  .progress-bar--pdf--review {
    background-color: #ffce20; }
    .progress-bar--pdf--review i {
      color: #ffce20; }
  .progress-bar--pdf--monitored {
    background-color: #77d780; }
    .progress-bar--pdf--monitored i {
      color: #77d780; }
  .progress-bar--pdf--approved {
    background-color: #6DC575; }
    .progress-bar--pdf--approved i {
      color: #6DC575; }
  .progress-bar--pdf--not-approved {
    background-color: #e33e3e; }
    .progress-bar--pdf--not-approved i {
      color: #e33e3e; }
.progress-bar--practitioner:nth-child(odd) span, .progress-bar--subcontractor:nth-child(odd) span {
  position: absolute;
  top: calc(100% + 1px); }
.progress-bar--practitioner:nth-child(odd) .progress-rail__mark:after, .progress-bar--subcontractor:nth-child(odd) .progress-rail__mark:after {
  top: -18px;
  transform: rotate(45deg); }
.progress-bar--practitioner:nth-child(even) span, .progress-bar--subcontractor:nth-child(even) span {
  position: absolute;
  top: calc(100% - 16px); }
.progress-bar--practitioner:nth-child(even) .progress-rail__mark:after, .progress-bar--subcontractor:nth-child(even) .progress-rail__mark:after {
  bottom: -18px;
  transform: rotate(225deg); }
.progress-bar--practitioner:nth-child(even) .tooltips, .progress-bar--subcontractor:nth-child(even) .tooltips {
  bottom: -35px;
  top: auto; }
.progress-bar--control:nth-child(odd)::after, .progress-bar--audit:nth-child(odd)::after {
  content: "\f0d7";
  font-family: "Font Awesome 6 PRO";
  font-size: 1.25rem;
  font-weight: 900;
  font-style: none;
  position: absolute;
  right: 7px;
  top: 8px; }
.progress-bar--control:nth-child(odd) .progress-rail__mark, .progress-bar--audit:nth-child(odd) .progress-rail__mark {
  position: absolute;
  top: calc(100% - 2px); }
  .progress-bar--control:nth-child(odd) .progress-rail__mark:after, .progress-bar--audit:nth-child(odd) .progress-rail__mark:after {
    top: -30px;
    transform: rotate(45deg); }
  .progress-bar--control:nth-child(odd) .progress-rail__mark:hover, .progress-bar--audit:nth-child(odd) .progress-rail__mark:hover {
    background-color: transparent; }
.progress-bar--control:nth-child(odd) span, .progress-bar--audit:nth-child(odd) span {
  position: absolute;
  top: calc(100% + 9px);
  right: 0; }
.progress-bar--control:nth-child(even)::after, .progress-bar--audit:nth-child(even)::after {
  content: "\f0d8";
  font-family: "Font Awesome 6 PRO";
  font-size: 1.25rem;
  font-weight: 900;
  font-style: none;
  position: absolute;
  right: 7px;
  bottom: 7px; }
.progress-bar--control:nth-child(even) .progress-rail__mark, .progress-bar--audit:nth-child(even) .progress-rail__mark {
  position: absolute;
  top: -3px; }
  .progress-bar--control:nth-child(even) .progress-rail__mark:after, .progress-bar--audit:nth-child(even) .progress-rail__mark:after {
    bottom: -36px;
    transform: rotate(225deg); }
.progress-bar--control:nth-child(even) span, .progress-bar--audit:nth-child(even) span {
  position: absolute;
  top: -23px;
  right: 0; }
.progress-bar--control:nth-child(even) .tooltips, .progress-bar--audit:nth-child(even) .tooltips {
  bottom: -35px;
  top: auto; }
.progress-bar--certificate::after, .progress-bar--credit-card::after {
  position: absolute;
  left: 123px;
  font-family: "Font Awesome 6 Pro";
  line-height: 1;
  font-size: 0.75rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  color: #fff; }
.progress-bar--certificate:hover:after, .progress-bar--credit-card:hover:after {
  color: #fff; }
.progress-bar--certificate::after {
  content: "\f5f3";
  background-color: #52a455; }
.progress-bar--credit-card::after {
  content: "\f09d";
  background-color: #c50000; }

.progress-block {
  padding: 30px;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0; }
  .progress-block--list {
    margin: 30px;
    padding: 0 30px 0 0;
    border: 1px solid #cccccc;
    border-radius: 4px;
    background-color: #fcfcfc; }
    .progress-block--list ul {
      list-style-type: none;
      padding: 0;
      margin: 0; }
      .progress-block--list ul li {
        text-transform: uppercase;
        font-size: 0.75rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 5px; }
        .progress-block--list ul li:last-child {
          margin-bottom: 0; }
        .progress-block--list ul li span {
          background-color: #eeeeee;
          border-radius: 2px;
          font-family: "Lato", sans-serif;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 30px;
          height: 16px; }
  .progress-block__total {
    text-transform: uppercase;
    color: #d4002f;
    margin-left: 20px;
    display: flex;
    align-items: center;
    font-size: 0.75rem; }
    .progress-block__total span {
      font-family: "Lato", sans-serif;
      font-weight: 700;
      font-size: 32px;
      margin-right: 8px;
      line-height: 1.19; }
    .progress-block__total--small {
      color: #cccccc;
      margin: 0 0 10px;
      line-height: 1; }
      .progress-block__total--small span {
        font-size: 0.75rem;
        margin: 0 0 0 8px; }
  .progress-block__complete {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center; }
  .progress-block__list {
    padding: 11px 10px;
    margin-right: 31px;
    border-right: 1px solid #cccccc;
    background-color: #fff;
    position: relative; }
    .progress-block__list:after, .progress-block__list:before {
      left: 100%;
      top: 50%;
      border: solid transparent;
      content: "";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .progress-block__list:after {
      border-left-color: #fff;
      border-width: 10px;
      margin-top: -10px; }
    .progress-block__list:before {
      border-left-color: #cccccc;
      border-width: 11px;
      margin-top: -11px; }
    .progress-block__list--control {
      padding: 30px 10px; }
  .progress-block__list-inner {
    display: flex;
    align-items: center;
    margin-right: 40px;
    line-height: 1; }
    .progress-block__list-inner .mark--secondary {
      min-width: 12px;
      min-height: 8px;
      margin-right: 5px; }
  .progress-block--audit {
    border: 1px solid #cccccc;
    border-radius: 8px;
    padding: 20px 30px 40px 30px; }

.progress-total__inner {
  padding: 50px 20px; }
.progress-total__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px; }
  .progress-total__header h2, .progress-total__header .h2,
  .progress-total__header p {
    margin: 0; }
  .progress-total__header--audit h2, .progress-total__header--audit .h2 {
    z-index: 2;
    position: relative; }
.progress-total__small {
  padding: 18px 30px 37px; }
  .progress-total__small h6, .progress-total__small .h6 {
    color: #cccccc;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 5px; }
  .progress-total__small .progress {
    height: 16px; }
  .progress-total__small .progress-rail__mark span {
    font-weight: 500;
    font-size: 1rem; }
  .progress-total__small .progress-rail__mark--bottom:after {
    top: -27px;
    left: 5px; }
  .progress-total__small .progress-rail__mark--top:after {
    bottom: -27px; }
  .progress-total__small .progress-rail__mark--middle:after {
    top: -41px; }
  .progress-total__small .progress-bar {
    cursor: pointer; }
  .progress-total__small .progress-bar--default .progress-rail__mark--bottom:after {
    left: 5px; }
  .progress-total__small .tooltips {
    left: calc(100% - 32px); }
  .progress-total__small .tooltips--middle {
    left: 50%; }
  .progress-total__small .progress-bar--audit:nth-child(even):after {
    bottom: 4px; }
  .progress-total__small .progress-bar--audit:nth-child(even) .progress-rail__mark::after {
    bottom: -33px; }
  .progress-total__small .progress-bar--audit:nth-child(odd):after {
    top: 5px; }
  .progress-total__small .progress-bar--audit:nth-child(odd) .progress-rail__mark::after {
    top: -27px; }
  .progress-total__small .progress-bar--audit:nth-child(odd) .progress-rail__mark--middle:after {
    top: 10px; }
.progress-total--audit {
  z-index: 2;
  position: relative; }
.progress-total--pdf {
  line-height: 1;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin: 0 10px; }

.tooltip.show {
  opacity: 1 !important; }
.tooltip.bs-tooltip-top .tooltip-arrow::before, .tooltip.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before, .tooltip.bs-tooltip-bottom .tooltip-arrow::before, .tooltip.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before, .tooltip.bs-tooltip-start .tooltip-arrow::before, .tooltip.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before, .tooltip.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  display: none; }
.tooltip.bs-tooltip-top .tooltip-arrow:after, .tooltip.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow:after, .tooltip.bs-tooltip-bottom .tooltip-arrow:after, .tooltip.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow:after, .tooltip.bs-tooltip-start .tooltip-arrow:after, .tooltip.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow:after, .tooltip.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow:after {
  content: "";
  position: absolute;
  z-index: -1;
  border: 4px solid #fff;
  box-shadow: 2px 2px 2px 0 rgba(34, 34, 34, 0.16); }
.tooltip.bs-tooltip-top .tooltip-arrow:after, .tooltip.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow:after {
  bottom: 100%;
  transform-origin: 4px 7px;
  transform: rotate(45deg); }
.tooltip.bs-tooltip-bottom .tooltip-arrow:after, .tooltip.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow:after {
  top: 100%;
  transform-origin: 12px 0;
  transform: rotate(-135deg); }
.tooltip.bs-tooltip-start .tooltip-arrow:after, .tooltip.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow:after {
  right: 100%;
  transform-origin: 8px 2px;
  transform: rotate(-45deg); }
.tooltip.bs-tooltip-auto[data-popper-placement^="right"] {
  max-width: 240px; }
  .tooltip.bs-tooltip-auto[data-popper-placement^="right"] span {
    font-weight: 700; }
  .tooltip.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow:after {
    right: -1px;
    transform-origin: 6px 6px;
    transform: rotate(-227deg); }
.single-control-body .tooltip.bs-tooltip-auto {
  max-width: 240px; }
.tooltip > .tooltip-inner {
  font-family: "Roboto", sans-serif;
  background: #fff;
  color: #232730;
  border: 1px solid #cccccc;
  box-shadow: 0px 1px 2px rgba(34, 34, 34, 0.16);
  border-radius: 4px;
  font-size: 0.75rem;
  line-height: 1.16;
  text-align: left;
  padding: 8px;
  max-width: 100%; }
  .tooltip > .tooltip-inner .tooltip-content h3, .tooltip > .tooltip-inner .tooltip-content .h3 {
    margin: 0 0 2px;
    font-family: 'Roboto';
    font-size: 12px;
    line-height: 18px; }
  .tooltip > .tooltip-inner .tooltip-content p {
    margin: 0 0 10px;
    font-size: 10px;
    font-weight: 300;
    line-height: 12px; }
  .tooltip > .tooltip-inner .tooltip-content a {
    font-family: 'Lato';
    font-size: 12px;
    line-height: 14px;
    color: #1693A5;
    text-decoration: none; }
    .tooltip > .tooltip-inner .tooltip-content a span {
      margin-left: 5px;
      text-decoration: underline; }
    .tooltip > .tooltip-inner .tooltip-content a:hover span {
      text-decoration: none; }
.tooltip--light > .tooltip-inner {
  font-weight: 300; }
.tooltip--small {
  margin-top: 8px !important; }
  .tooltip--small.bs-tooltip-bottom .tooltip-arrow:after, .tooltip--small.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow:after {
    transform-origin: 6px 2px; }
  .tooltip--small > .tooltip-inner {
    padding: 4px; }
.tooltip--warning {
  margin: 0 0 -13px -18px !important; }
  .tooltip--warning.bs-tooltip-top .tooltip-arrow:after, .tooltip--warning.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow:after {
    border: 4px solid #d4002f;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12); }
  .tooltip--warning.bs-tooltip-top .tooltip-arrow:before, .tooltip--warning.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow:before {
    display: block;
    content: "";
    position: absolute;
    z-index: -1;
    border: 3px solid #fff;
    transform-origin: 7px 6px;
    transform: rotate(45deg); }
  .tooltip--warning > .tooltip-inner {
    background: #d4002f;
    color: #fff;
    border: 1px solid #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    font-family: "Lato", sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.16;
    text-align: left;
    padding: 8px;
    max-width: 100%; }
  .tooltip--warning.m-0 {
    margin: 0 !important; }
.tooltip--note, .tooltip--note-audit {
  inset: auto auto -197px 0px !important;
  pointer-events: none; }
  .tooltip--note.bs-tooltip-top .tooltip-arrow:after, .tooltip--note.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow:after, .tooltip--note-audit.bs-tooltip-top .tooltip-arrow:after, .tooltip--note-audit.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow:after {
    border: 4px solid #474451;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12); }
  .tooltip--note.bs-tooltip-top .tooltip-arrow:before, .tooltip--note.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow:before, .tooltip--note-audit.bs-tooltip-top .tooltip-arrow:before, .tooltip--note-audit.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow:before {
    display: block;
    content: "";
    position: absolute;
    z-index: -1;
    border: 3px solid #f7f7f8;
    transform: rotate(45deg); }
  .tooltip--note > .tooltip-inner, .tooltip--note-audit > .tooltip-inner {
    background: #474451;
    color: #fff;
    border: 1px solid #f7f7f8;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    font-family: "Lato", sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.16;
    text-align: left;
    padding: 10px;
    max-width: 100%; }
.tooltip--note.bs-tooltip-top .tooltip-arrow, .tooltip--note.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  left: -10px !important; }
  .tooltip--note.bs-tooltip-top .tooltip-arrow:before, .tooltip--note.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow:before {
    transform-origin: 3px -1px; }
.tooltip--note-audit.bs-tooltip-top .tooltip-arrow, .tooltip--note-audit.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  left: 0 !important; }
  .tooltip--note-audit.bs-tooltip-top .tooltip-arrow:before, .tooltip--note-audit.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow:before {
    transform-origin: 0; }
.tooltip--notification {
  inset: auto auto -13px -65px !important; }
  .tooltip--notification.bs-tooltip-top .tooltip-arrow, .tooltip--notification.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
    left: -115px !important;
    bottom: -2px; }
    .tooltip--notification.bs-tooltip-top .tooltip-arrow:after, .tooltip--notification.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow:after {
      border: 4px solid #fff;
      box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.09); }
  .tooltip--notification > .tooltip-inner {
    border: 1px solid #f7f7f8;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    font-family: "Roboto", sans-serif;
    color: #232730;
    font-size: 0.75rem;
    font-weight: 300;
    line-height: 1;
    text-align: left;
    padding: 6px;
    max-width: 100%; }
.tooltip--message.bs-tooltip-top .tooltip-arrow, .tooltip--message.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: -2px; }
  .tooltip--message.bs-tooltip-top .tooltip-arrow:after, .tooltip--message.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow:after {
    border: 4px solid #fff;
    box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.09); }
.tooltip--message > .tooltip-inner {
  border: 1px solid #f7f7f8;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  font-family: "Roboto", sans-serif;
  color: #232730;
  font-size: 0.75rem;
  font-weight: 300;
  text-align: left;
  padding: 6px;
  max-width: 100%; }
  .tooltip--message > .tooltip-inner span {
    font-weight: 400; }
.tooltip--form > .tooltip-inner {
  width: 200px;
  font-weight: 300; }
.tooltip--left.bs-tooltip-top .tooltip-arrow, .tooltip--left.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: 3px; }
.tooltip__info {
  font-size: 1rem;
  color: #d4002f;
  margin-left: 8px; }
  .tooltip__info:hover {
    font-weight: 900;
    cursor: pointer; }
  .tooltip__info--secondary {
    color: #232730;
    margin: 0 5px 3px 0; }
  #add_subcontractor .tooltip__info {
    font-size: 14px; }
.tooltip--secondary > .tooltip-inner {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  background: #474451;
  color: #fff; }
.tooltip--secondary .tooltip-arrow:after {
  border: 4px solid #474451 !important; }
.tooltip--status {
  margin-right: 5px !important; }
  .tooltip--status > .tooltip-inner {
    padding: 7px 8px 5px 8px; }
.tooltip--info > .tooltip-inner {
  font-weight: 300; }
.tooltip--check .tooltip-arrow:after {
  top: 4px;
  right: 20px !important;
  transform: rotate(45deg) !important; }

.tooltips {
  position: absolute;
  top: -35px;
  z-index: 1;
  display: none; }
  .tooltips--bottom {
    bottom: -35px;
    top: auto; }
  .tooltips--middle {
    left: 50%;
    margin-left: -52px;
    top: -46px; }
  .tooltips__inner {
    position: relative;
    padding: 6px 8px 5px;
    color: #232730;
    font-size: 0.75rem;
    font-weight: 300;
    background: #fff;
    border-radius: 4px;
    border: 1 solid rgba(204, 204, 204, 0.5);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12); }
  .tooltips--slider {
    left: 50px;
    top: -20px; }

.companies-list-page .tooltip > .tooltip-inner {
  transform: translate(-70px, -2px);
  position: relative;
  z-index: -1; }

.description {
  margin: 20px 30px;
  padding-left: 20px;
  border: 1px solid #cccccc;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 8px; }
  .description h2, .description .h2 {
    margin: 0 20px 0 0;
    font-weight: 700; }
  .description__heading {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .description__title {
    display: flex;
    align-items: flex-end; }
  .description__caret {
    padding: 17px 20px;
    font-size: 1.125rem;
    line-height: 1;
    color: #474451; }
    .description__caret[aria-expanded="true"] i {
      transform: rotate(180deg); }
    .description__caret:hover {
      color: #232730; }
  .description__content {
    padding-right: 20px; }
    .description__content ul {
      list-style-type: none;
      padding: 0;
      margin-bottom: 20px; }
    .description__content li {
      display: flex;
      align-items: center;
      margin-bottom: 10px; }
    .description__content p {
      margin: 0 0 0 8px; }
    .description__content--levels li {
      align-items: start; }

.mark {
  border-radius: 2px;
  min-width: 36px;
  min-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  color: #fff; }
  .mark--secondary {
    border-radius: 0px 100px 100px 0px;
    min-width: 32px;
    min-height: 20px; }
  .mark--not-performed {
    background-color: #003f5c; }
  .mark--informally {
    background-color: #5c63a2; }
  .mark--planned {
    background-color: #9f518d; }
  .mark--defined {
    background-color: #35abd0; }
  .mark--controlled {
    background-color: #ffa600; }
  .mark--improving {
    background-color: #77d780; }
  .mark--deficient {
    background-color: #5d677e; }
  .mark--review {
    background-color: #ffce20; }
  .mark--approved {
    background-color: #6DC575; }
  .mark--not-approved {
    background-color: #e33e3e; }
  .mark--not-verified {
    background-color: #cccccc; }

.status:before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f111";
  font-size: 8px;
  margin-right: 8px; }
.status--active {
  color: #1d896f; }
  .status--active:hover {
    color: #1d896f; }
.status--inactive {
  color: #898c96; }
  .status--inactive:hover {
    color: #898c96; }
  .table__row-audits .status--inactive span::after {
    visibility: visible;
    font-family: "Font Awesome 6 PRO";
    content: "\f071";
    color: #D4002F;
    position: absolute;
    font-size: 0.875rem;
    font-weight: 700;
    margin-left: 10px; }
.status--pending {
  color: #bebebe; }
  .status--pending:hover {
    color: #bebebe; }
.status--confirmation {
  color: #758dd1; }
  .status--confirmation:hover {
    color: #758dd1; }
.status--invitation {
  color: #e9a136; }
  .status--invitation:hover {
    color: #e9a136; }
.status--expired {
  color: #d4002f; }
  .status--expired:hover {
    color: #d4002f; }
.status--approval {
  color: #a333c9; }
  .status--approval:hover {
    color: #a333c9; }
.status--deficient {
  color: #5d677e; }
  .status--deficient:hover {
    color: #5d677e; }
.status--in-place, .status--implemented {
  color: #ffa600; }
  .status--in-place:hover, .status--implemented:hover {
    color: #ffa600; }
.status--review, .status--ready-for-review {
  color: #ffce20; }
  .status--review:hover, .status--ready-for-review:hover {
    color: #ffce20; }
.status--started {
  color: #898c96; }
  .status--started:hover {
    color: #898c96; }
.status--informally {
  color: #5c63a2; }
  .status--informally:hover {
    color: #5c63a2; }
.status--defined {
  color: #35abd0; }
  .status--defined:hover {
    color: #35abd0; }
.status--improving {
  color: #77d780; }
  .status--improving:hover {
    color: #77d780; }
.status--planned {
  color: #9f518d; }
  .status--planned:hover {
    color: #9f518d; }
.status--informall {
  color: #5c63a2; }
  .status--informall:hover {
    color: #5c63a2; }
.status--monitored {
  color: #fff;
  background-color: #77d780;
  width: 84px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px; }
  .status--monitored:hover {
    color: #fff; }
.status--conform {
  max-width: 100%; }
  .status--conform:before {
    content: "\f00c";
    font-size: 0.875rem;
    color: #6DC575; }
    .status--conform:before:hover {
      color: #6DC575; }
.status--non-conform {
  max-width: 100%; }
  .status--non-conform:before {
    content: "\f00d";
    font-size: 0.875rem;
    color: #e33e3e; }
    .status--non-conform:before:hover {
      color: #e33e3e; }
.status--target {
  font-weight: 700; }
.status--not-performed {
  color: #003f5c;
  font-weight: 700; }
.status--performed {
  color: #5c63a2;
  font-weight: 700; }
.status--planned {
  color: #9f518d;
  font-weight: 700; }
.status--well-defined {
  color: #35abd0;
  font-weight: 700; }
.status--quantitatively-controlled {
  color: #ffa600;
  font-weight: 700; }
.status--continuously-improving {
  color: #77d780;
  font-weight: 700; }

.posture-status::before {
  margin-right: 10px; }
.posture-status.status--conforms {
  color: #1d896f; }
  .posture-status.status--conforms::before {
    content: url("../img/posture-success.svg"); }
.posture-status.status--significant-deficiency {
  color: #e9a136; }
  .posture-status.status--significant-deficiency::before {
    content: url("../img/posture-warning.svg"); }
.posture-status.status--material-weakness {
  color: #d4002f; }
  .posture-status.status--material-weakness::before {
    content: url("../img/posture-danger.svg"); }

.deadline-status::before {
  margin-right: 10px; }
.deadline-status.status--on-time {
  color: #1d896f; }
  .deadline-status.status--on-time::before {
    content: url("../img/deadline-success.svg"); }
.deadline-status.status--due-soon {
  color: #FF5D02; }
  .deadline-status.status--due-soon::before {
    content: url("../img/deadline-warning.svg"); }
.deadline-status.status--overdue {
  color: #d4002f; }
  .deadline-status.status--overdue::before {
    content: url("../img/deadline-danger.svg"); }

.contract-status::before {
  margin-right: 10px; }
.contract-status.status--pending {
  color: #e9a136; }
  .contract-status.status--pending::before {
    content: url("../img/contract-warning.svg"); }
.contract-status.status--active::before {
  content: url("../img/contract-success.svg"); }
.contract-status.status--expired::before {
  content: url("../img/contract-danger.svg"); }
.contract-status.status--inactive::before {
  content: url("../img/contract-disabled.svg"); }
.modal .contract-status.status--invitation::before, .modal .contract-status.status--expired::before, .modal .contract-status.status--active::before, .modal .contract-status.status--inactive::before {
  transform: scale(0.7);
  margin-right: 5px; }
.contract-status.status--invitation::before {
  content: url("../img/contract-warning.svg"); }

.table__cell.contract-status {
  text-wrap: nowrap; }

.table__cell.danger {
  position: relative; }
  .table__cell.danger::before {
    content: url("../img/row-danger.svg");
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%); }

.table__row.disabled .table__cell.posture-status, .table__row.disabled .table__cell.deadline-status {
  opacity: 0.4; }
.table__row.disabled .table-progress {
  opacity: 0.4; }

.deficient-status {
  color: #5d677e; }
  .deficient-status:hover {
    color: #5d677e; }

.in-place-status {
  color: #ffa600; }
  .in-place-status:hover {
    color: #ffa600; }

.ready-for-review-status {
  color: #ffce20; }
  .ready-for-review-status:hover {
    color: #ffce20; }

.monitored-status {
  color: #fff;
  background-color: #77d780;
  width: 84px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px; }
  .monitored-status:hover {
    color: #fff; }

.single-question {
  padding: 30px 60px 0 60px;
  position: relative; }
  .single-question--audit {
    background: #fff; }
  .single-question__wrap {
    display: flex; }
    .single-question__wrap .btn {
      height: 30px;
      font-size: 0.75rem; }
      .single-question__wrap .btn--secondary:focus {
        border-color: #232730;
        background-color: #fff;
        color: #232730; }
  .single-question__link {
    display: flex;
    align-items: center;
    margin-bottom: 30px; }
    .single-question__link i {
      margin-right: 8px;
      font-size: 1.1875rem; }
    .single-question__link span {
      font-family: "Lato", sans-serif;
      margin-right: 5px; }
  .single-question h2, .single-question .h2 {
    font-weight: 700;
    margin-bottom: 10px;
    color: #232730; }
  .single-question .button--back {
    margin: 0 0 30px -30px;
    height: auto; }
  .single-question__maturity {
    background-color: #f7f7f8;
    border-radius: 4px;
    padding: 24px 30px 20px 30px;
    position: relative; }
    .single-question__maturity h2, .single-question__maturity .h2 {
      margin: 0 10px 4px 0; }
    .single-question__maturity h3, .single-question__maturity .h3 {
      margin-bottom: 20px;
      padding-bottom: 20px;
      border-bottom: 1px solid #cccccc; }
    .single-question__maturity .control-title {
      text-transform: uppercase; }
    .single-question__maturity--audit h3, .single-question__maturity--audit .h3 {
      margin-bottom: 20px; }
  .single-question__steps {
    display: flex;
    width: 380px;
    justify-content: space-between; }
    .single-question__steps--two {
      width: 216px; }
    .single-question__steps-manager {
      width: 450px; }
      .single-question__steps-manager .single-question__step:first-child .active {
        background-color: #595666;
        border-color: #595666; }
      .single-question__steps-manager .single-question__step:nth-child(2) .active {
        background-color: #bababa;
        border-color: #bababa; }
      .single-question__steps-manager .single-question__step:nth-child(3) .active {
        background-color: #fe9800;
        border-color: #fe9800; }
      .single-question__steps-manager .single-question__step:nth-child(4) .active {
        background-color: #ffce20;
        border-color: #ffce20; }
      .single-question__steps-manager .single-question__step:nth-child(5) .active {
        background-color: #6dc575;
        border-color: #6dc575; }
  .single-question__step {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80px; }
    .single-question__step button {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 32px;
      height: 32px;
      border: 2px solid #bababa;
      border-radius: 100%;
      margin-bottom: 2px;
      position: relative; }
    .single-question__step .active::before,
    .single-question__step .active-default::before {
      font-family: "Font Awesome 6 PRO";
      content: "\f00c";
      font-size: 1rem;
      line-height: 2;
      width: 32px;
      height: 32px;
      color: #fff; }
    .single-question__step .active-default {
      background-color: #bababa; }
    .single-question__step:first-child .active {
      background-color: #bababa; }
    .single-question__step:nth-child(2) .active {
      background-color: #fe9800;
      border-color: #fe9800; }
    .single-question__step:nth-child(3) .active {
      background-color: #ffce20;
      border-color: #ffce20; }
    .single-question__step:nth-child(4) .active {
      background-color: #6dc575;
      border-color: #6dc575; }
    .single-question__step .active.non-conforming {
      background-color: #e33e3e;
      border-color: #e33e3e; }
    .single-question__step .active.conforming {
      background-color: #6DC575;
      border-color: #6DC575; }
  .single-question__label {
    font-family: "Lato", sans-serif;
    font-size: 0.625rem; }
  .single-question__line {
    width: 300px;
    height: 4px;
    background-color: #bababa;
    transform: translateY(18px);
    margin-left: 150px; }
    .single-question__line--default {
      margin-left: 35px; }
    .single-question__line--two {
      width: 145px;
      margin-left: 40px; }
    .single-question__line--manager {
      width: 370px;
      margin-left: 40px; }
      .single-question__line--manager.single-question__line--orange {
        background: linear-gradient(90deg, #bababa 0%, #fe9800 50%, #bababa 0%); }
      .single-question__line--manager.single-question__line--yellow {
        background: linear-gradient(90deg, #bababa 50%, #ffce20 75%, #bababa 0%); }
      .single-question__line--manager.single-question__line--green {
        background: linear-gradient(90deg, #bababa 75%, #6dc575 30%); }
    .single-question__line--orange {
      background: linear-gradient(90deg, #bababa 0%, #fe9800 35%, #bababa 0%); }
    .single-question__line--yellow {
      background: linear-gradient(90deg, #bababa 35%, #ffce20 65%, #bababa 0%); }
    .single-question__line--green {
      background: linear-gradient(90deg, #bababa 70%, #6dc575 30%); }
    .single-question__line--non-conforming {
      background: linear-gradient(90deg, #bababa 10%, #e33e3e 50%, #bababa 55%); }
    .single-question__line--conforming {
      background: linear-gradient(90deg, #bababa 60%, #6DC575 99.1%); }
  .single-question__control {
    margin-bottom: 20px; }
    .single-question__control i {
      margin-right: 10px; }
    .single-question__control span {
      font-weight: 500;
      margin-right: 30px; }
  .single-question__control-links {
    display: flex;
    overflow-x: auto; }
    .single-question__control-links::-webkit-scrollbar {
      width: 18px; }
    .single-question__control-links::-webkit-scrollbar-thumb {
      width: 6px;
      border: 6px solid #fff; }
  .single-question__control-link {
    display: flex;
    padding: 8px 10px 6px 10px;
    background-color: #eeeeee;
    border-radius: 4px;
    min-width: fit-content;
    margin: 0 20px 20px 0; }
    .single-question__control-link .button {
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      margin-right: 20px; }
    .single-question__control-link i {
      font-size: 1rem;
      margin-right: 10px; }
  .single-question__level {
    display: flex;
    align-items: center; }
    .single-question__level .dropdown-item span {
      font-weight: 400;
      margin-right: 5px; }
      .single-question__level .dropdown-item span:first-child {
        font-weight: 700; }
    .single-question__level .dropdown-toggler {
      margin-right: 30px; }
    .single-question__level .button {
      font-weight: 700;
      color: #1693a5; }
      .single-question__level .button i {
        margin-right: 5px;
        font-weight: 400; }
    .single-question__level--control {
      padding-bottom: 30px; }
      .single-question__level--control h2, .single-question__level--control .h2 {
        margin: 0 10px 4px 0; }
    .single-question__level--target {
      margin-bottom: 10px; }
      .single-question__level--target h2, .single-question__level--target .h2 {
        margin-bottom: 4px; }
      .single-question__level--target span:first-child {
        font-weight: 500; }
    .single-question__level--audit h2, .single-question__level--audit .h2 {
      margin: 0 10px 4px 0; }
    .single-question__level .number {
      font-weight: 700; }
    .single-question__level .level-space {
      margin-right: 30px; }
  .single-question__assessment {
    border: 1px solid #cccccc;
    border-radius: 8px;
    padding: 20px 5px 0 30px;
    margin: 0 30px 30px 30px; }
  .single-question__assessment-description {
    display: flex;
    margin-bottom: 20px; }
    .single-question__assessment-description p {
      margin: 0; }
    .single-question__assessment-description i {
      font-size: 1rem;
      margin-right: 10px; }
  .single-question__level-description {
    padding-bottom: 30px; }
  .single-question__description {
    padding: 30px; }
    .single-question__description p {
      margin-bottom: 0; }
  .single-question__description-line {
    height: 1px;
    background-color: #cccccc;
    margin: 30px -30px 0 -30px; }
  .single-question__group {
    display: flex;
    align-items: center;
    padding: 30px 0; }
    .single-question__group h2, .single-question__group .h2 {
      margin-bottom: 0;
      color: #232730; }
    .single-question__group .tag {
      margin: 0 10px;
      padding: 3px 18px;
      color: #fff;
      border-radius: 2px;
      margin-right: 30px; }
      .single-question__group .tag--domain {
        background-color: #474451; }
      .single-question__group .tag--identify {
        background-color: #4472c4; }
      .single-question__group .tag--protect {
        background-color: #7030a0; }
      .single-question__group .tag--detect {
        background-color: #ffc000; }
      .single-question__group .tag--recover {
        background-color: #00b050; }
      .single-question__group .tag--respond {
        background-color: #c00000; }
    .single-question__group--control, .single-question__group--audit, .single-question__group--admin {
      position: relative; }
      .single-question__group--control p, .single-question__group--audit p, .single-question__group--admin p {
        margin-right: 30px; }
    .single-question__group--control {
      padding: 0 0 30px 0; }
    .single-question__group--audit {
      padding: 30px 0; }
    .single-question__group--admin {
      padding: 30px 0 0; }
  .single-question .level {
    padding: 6px 14px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #cccccc;
    font-weight: 400;
    margin-right: 30px; }
    .single-question .level i {
      margin-right: 10px; }
    .single-question .level--conforming, .single-question .level--non-conforming {
      color: #fff;
      font-weight: 500; }
    .single-question .level--conforming {
      background-color: #6DC575; }
    .single-question .level--default {
      font-weight: 400 !important; }
    .single-question .level--non-conforming {
      background-color: #e33e3e; }
  .single-question__tabs {
    padding: 0 30px 30px 30px; }
    .single-question__tabs .premium {
      position: absolute;
      bottom: 11px;
      right: 0; }
      .single-question__tabs .premium .button--success {
        font-weight: 700; }
      .single-question__tabs .premium i {
        margin-right: 5px; }
  .single-question__navs {
    padding: 0 30px 0 30px;
    position: relative; }
  .single-question__strong {
    font-weight: 600; }
  .single-question__content-wrap {
    height: 470px;
    width: 100%; }
  .single-question__status {
    padding: 12px 30px 10px 30px;
    border-bottom: 1px solid #cccccc; }
    .single-question__status .radio:before {
      position: absolute;
      top: -2px; }
    .single-question__status .label {
      cursor: pointer; }
    .single-question__status span {
      margin: 0 28px 0 13px !important; }
    .single-question__status--tab {
      border-bottom: none;
      border-top: 1px solid #cccccc;
      padding: 20px 0; }
      .single-question__status--tab h3, .single-question__status--tab .h3 {
        font-size: 0.875rem;
        margin: 0 20px 0 0; }
  .single-question__status-button i {
    margin-right: 5px; }
  .single-question__status-description {
    padding: 30px;
    height: 427px;
    overflow-y: auto; }
    .single-question__status-description::-webkit-scrollbar {
      width: 18px; }
    .single-question__status-description::-webkit-scrollbar-thumb {
      width: 6px;
      border: 6px solid #fff; }
    .single-question__status-description::first-letter {
      text-transform: uppercase; }
    .single-question__status-description--tab {
      height: auto;
      padding: 0;
      overflow: hidden; }
      .single-question__status-description--tab .single-question__textbox .wysiwyg {
        margin-bottom: 20px; }
        .single-question__status-description--tab .single-question__textbox .wysiwyg .trumbowyg-editor {
          height: 124px;
          padding: 12px; }
      .single-question__status-description--tab .single-question__textbox label {
        color: #232730;
        margin-bottom: 10px;
        font-weight: 600; }
      .single-question__status-description--tab .single-question__textbox--assessor label {
        font-family: "Lato", sans-serif;
        font-weight: 700; }
  .single-question__textbox {
    padding-top: 30px; }
    .single-question__textbox .wysiwyg .trumbowyg-editor {
      height: 264px; }
  .single-question__accordion {
    padding: 0 30px 30px 30px; }
  .single-question__assesment {
    margin-bottom: 5px; }
    .single-question__assesment span:first-child {
      font-weight: 500;
      display: inline-block;
      min-width: 90px; }
  .single-question__button {
    padding-bottom: 30px;
    text-align: center; }
    .single-question__button i {
      margin-right: 10px; }
  .single-question__table-wrap {
    padding: 20px 30px;
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 8px;
    margin-bottom: 30px; }
    .single-question__table-wrap h2, .single-question__table-wrap .h2 {
      margin-bottom: 20px; }

.controls-nav {
  display: flex;
  position: absolute;
  top: 20px;
  right: 30px;
  border-radius: 4px;
  overflow: hidden; }
  .controls-nav-item {
    position: relative; }
    .controls-nav-item a {
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 10px;
      background-color: rgba(204, 204, 204, 0.25);
      color: #232730;
      font-size: 14px;
      font-weight: 400;
      line-height: 17px;
      text-decoration: none;
      transition: background-color .3s ease-in-out; }
      .controls-nav-item a i {
        font-size: 20px; }
      .controls-nav-item a:hover {
        background-color: rgba(204, 204, 204, 0.5); }
      .controls-nav-item a.disabled {
        color: #CCCCCC;
        pointer-events: none; }
    .controls-nav-item + .controls-nav-item::before {
      content: '';
      width: 1px;
      height: 18px;
      background: #CCCCCC;
      position: absolute;
      top: 50%;
      left: -1px;
      transform: translateY(-50%); }
  .single-control .controls-nav {
    position: static; }
    .single-control .controls-nav-item a {
      padding: 5px 10px; }

.single-control-body #edit_artifact,
.single-control-body #edit_asset {
  display: none; }

.single-control-body--assessment #editArtifactFragment .recurrence-row {
  display: none !important; }

.single-control #status-text {
  text-transform: capitalize; }
.single-control.single-control-assessment .single-control__weight {
  margin: 42px 0 0; }
.single-control.single-control-assessment .single-control-ml-content {
  min-height: auto;
  padding: 10px 25px 25px; }
  .single-control.single-control-assessment .single-control-ml-content > h2, .single-control.single-control-assessment .single-control-ml-content > .h2 {
    color: #9CA0AE; }
.single-control.single-control-assessment .single-control-ml-update .dropdown-toggler {
  color: #232730;
  cursor: default; }
.single-control.single-control-assessment .single-control-ml-update.single-question__level {
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 15px; }
  .single-control.single-control-assessment .single-control-ml-update.single-question__level > h2, .single-control.single-control-assessment .single-control-ml-update.single-question__level > .h2 {
    font-size: 16px;
    line-height: 20px;
    color: #232730;
    margin: 0 0 5px; }
.single-control.single-control-assessment .single-question__maturity .control-title a {
  text-transform: capitalize;
  cursor: pointer; }
.single-control.single-control-assessment .single-question__maturity .control-title p {
  margin-top: 30px; }
.single-control.single-control-assessment.external .level {
  margin: 66px 0 25px auto; }
.single-control .single-question {
  padding: 30px; }
.single-control__top-bar {
  margin: 0 0 20px;
  position: relative; }
.single-control .single-question__control {
  margin: 0;
  text-align: right; }
  .single-control .single-question__control span {
    margin: 0; }
.single-control .single-question__maturity {
  display: flex;
  padding: 0;
  background: none; }
  .single-control .single-question__maturity > * {
    flex: 0 0 50%;
    width: 50%; }
  .single-control .single-question__maturity .control-title h2, .single-control .single-question__maturity .control-title .h2 {
    font-size: 20px;
    line-height: 23px;
    color: #5D677E;
    margin: 0 0 5px; }
  .single-control .single-question__maturity .control-title h3, .single-control .single-question__maturity .control-title .h3 {
    margin: 0;
    padding: 0;
    border: 0;
    min-height: 44px; }
  .single-control .single-question__maturity .control-title p {
    margin: 27px 0 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    text-transform: none; }
    .single-control .single-question__maturity .control-title p > strong {
      font-weight: 700; }
      .single-control .single-question__maturity .control-title p > strong:first-child {
        margin-right: 10px; }
    .single-control .single-question__maturity .control-title p span {
      text-transform: capitalize;
      margin-right: 18px; }
    .single-control .single-question__maturity .control-title p span + strong {
      margin-right: 10px; }
.single-control .single-question__step {
  width: auto;
  padding: 0 0 13px;
  position: relative; }
  .single-control .single-question__step button {
    width: 25px;
    height: 25px; }
  .single-control .single-question__step .active::before,
  .single-control .single-question__step .active-default::before {
    font-size: 13px;
    line-height: 26px;
    width: 25px;
    height: 25px; }
.single-control .single-question__label {
  text-wrap: nowrap;
  position: absolute;
  bottom: 0; }
.single-control .single-question__steps-manager {
  width: 320px; }
.single-control .single-question__line {
  transform: translateY(15px); }
  .single-control .single-question__line--manager {
    width: 295px;
    margin-left: 0; }
.single-control__progress {
  margin-top: 15px;
  justify-content: flex-end;
  gap: 20px; }
.single-control__progress-assessment .single-question__line {
  width: 190px; }
.single-control__progress-assessment .single-question__line--default {
  margin-left: 0; }
.single-control__progress-assessment .single-question__steps {
  width: 200px; }
.single-control .single-control__weight {
  margin: 35px 0 0; }
  .single-control .single-control__weight .single-question__group {
    justify-content: flex-end; }
    .single-control .single-control__weight .single-question__group h2, .single-control .single-control__weight .single-question__group .h2 {
      margin: 0 8px 0 0;
      font-family: 'Roboto';
      font-size: 14px;
      line-height: 17px; }
      .single-control .single-control__weight .single-question__group h2 span, .single-control .single-control__weight .single-question__group .h2 span {
        color: #9CA0AE; }
    .single-control .single-control__weight .single-question__group--control {
      padding: 0; }
  .single-control .single-control__weight .dropdown-toggler--control-weight {
    margin: 0 15px 0 5px;
    font-family: 'Roboto'; }
  .single-control .single-control__weight .cap-weight {
    margin: 0;
    background: rgba(212, 0, 47, 0.1);
    color: #D4002F;
    padding: 5px 10px;
    border-radius: 2px;
    font-family: 'Roboto';
    font-weight: 500; }
  .single-control .single-control__weight .control-weight {
    margin: 0 15px 0 0;
    background: rgba(239, 241, 242, 0.75);
    color: #232730;
    padding: 5px 10px;
    border-radius: 2px;
    font-family: 'Roboto';
    font-weight: 500; }
  .single-control .single-control__weight .dropdown-item {
    text-align: center; }
.single-control .assessment-box {
  min-height: 120px;
  background: #FCFCFC;
  border: 1px solid #CCCCCC;
  border-radius: 8px; }
  .single-control .assessment-box.empty-box {
    display: flex;
    justify-content: center;
    align-items: center; }
  .single-control .assessment-box p {
    margin: 0; }
.single-control-row {
  display: flex;
  margin: 0 -15px;
  padding: 60px 0 0; }
.single-control-col {
  padding: 0 15px; }
  .single-control-col:first-child {
    flex: 0 0 55%;
    width: 55%; }
  .single-control-col:last-child {
    flex: 0 0 45%;
    width: 45%; }
.single-control-block + .single-control-block {
  margin-top: 30px; }
.single-control-block-title {
  margin: 0 0 15px; }
  .single-control-block-title h2, .single-control-block-title .h2 {
    margin: 0;
    color: #5D677E;
    text-transform: uppercase; }
    .single-control-block-title h2 i, .single-control-block-title .h2 i {
      margin-left: 12px;
      color: rgba(57, 70, 100, 0.6); }
      .single-control-block-title h2 i:hover, .single-control-block-title .h2 i:hover {
        color: #394664; }
.single-control-block-content > *:last-child {
  margin-bottom: 0; }
.single-control-block-content > ul li:empty {
  opacity: 0; }
.single-control-block-list {
  margin: 0 0 25px; }
  .single-control-block-list li::marker {
    color: #1693A5; }
.single-control-block.single-control-block-v2 .single-control-block-title {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #8A8A8A;
  position: relative; }
  .single-control-block.single-control-block-v2 .single-control-block-title .btn {
    color: #D4002F;
    border-color: #CCCCCC;
    font-size: 12px;
    position: absolute;
    top: -2px;
    right: 0; }
    .single-control-block.single-control-block-v2 .single-control-block-title .btn:hover, .single-control-block.single-control-block-v2 .single-control-block-title .btn:focus {
      background-color: #D4002F;
      border-color: #D4002F;
      color: #fff; }
.single-control .single-question__assessment {
  margin: 0;
  padding: 0;
  background: #fff;
  border: 0; }
  .single-control .single-question__assessment > p {
    margin-bottom: 10px; }
  .single-control .single-question__assessment .accordion__wrap-assessment {
    max-height: none;
    padding-right: 0; }
  .single-control .single-question__assessment .accordion__expand-all {
    margin-left: 20px !important; }
.single-control .accordion--assessment:last-child {
  margin-bottom: 10px; }
.single-control .accordion .accordion-item--tab .accordion-header__wrap {
  padding-right: 0; }
.single-control .accordion .accordion-item--tab .accordion-header .accordion-button--secondary span {
  font-weight: 400; }
  .single-control .accordion .accordion-item--tab .accordion-header .accordion-button--secondary span.linked-controls {
    display: inline-flex;
    align-items: center;
    margin-left: 15px;
    padding: 5px;
    border-radius: 4px;
    background: #EEEEEE; }
    .single-control .accordion .accordion-item--tab .accordion-header .accordion-button--secondary span.linked-controls i {
      font-size: 16px;
      line-height: 16px;
      margin-right: 5px; }
.single-control .accordion .accordion-item--tab .accordion-header .accordion-button--secondary i {
  line-height: 25px; }
.single-control .accordion .accordion-item--tab .accordion-header .accordion-button--secondary::after {
  rotate: 180deg;
  filter: invert(46%) sepia(96%) saturate(360%) hue-rotate(139deg) brightness(87%) contrast(101%); }
.single-control .accordion .accordion-item--tab .accordion-header .accordion-button--secondary.collapsed::after {
  rotate: -90deg; }
.single-control .accordion .accordion-item--tab .accordion-body--secondary {
  padding: 0 20px; }
.single-control .accordion-header__wrap p {
  margin: 0 0 0 15px; }
.single-control .accordion-body__description {
  display: flex; }
  .single-control .accordion-body__description .accordion-body__description-content {
    flex-grow: 1;
    padding-right: 10px;
    margin-bottom: 10px; }
    .single-control .accordion-body__description .accordion-body__description-content p,
    .single-control .accordion-body__description .accordion-body__description-content .single-question__status-button {
      margin-bottom: 10px; }
    .single-control .accordion-body__description .accordion-body__description-content p:not(.accordion-body__description-copy) {
      color: #5D677E; }
      .single-control .accordion-body__description .accordion-body__description-content p:not(.accordion-body__description-copy):first-letter {
        text-transform: uppercase; }
    .single-control .accordion-body__description .accordion-body__description-content .accordion-body__description-copy {
      color: #000; }
  .single-control .accordion-body__description .accordion-body__description-button {
    padding-bottom: 20px; }
.single-control .accordion-body .accordion--in {
  border: 0;
  border-radius: 0;
  height: auto;
  margin-bottom: 10px;
  max-height: none;
  -ms-overflow-style: none;
  scrollbar-width: none; }
  .single-control .accordion-body .accordion--in::-webkit-scrollbar {
    display: none; }
  .single-control .accordion-body .accordion--in .accordion-item {
    border: 0;
    border-radius: 0;
    background: none; }
    .single-control .accordion-body .accordion--in .accordion-item:last-child {
      border-radius: 0; }
    .single-control .accordion-body .accordion--in .accordion-item .accordion-header .accordion-button {
      border-radius: 0;
      padding: 10px 0;
      border-top: 1px solid #ccc;
      background-color: #fcfcfc !important; }
      .single-control .accordion-body .accordion--in .accordion-item .accordion-header .accordion-button span {
        min-width: auto;
        margin-left: 0;
        font-weight: 400; }
        .single-control .accordion-body .accordion--in .accordion-item .accordion-header .accordion-button span.linked-controls-count {
          display: inline-block;
          margin-left: 10px;
          padding: 1px 10px;
          border-radius: 4px;
          background: rgba(212, 0, 47, 0.1);
          color: #D4002F;
          line-height: 18px; }
      .single-control .accordion-body .accordion--in .accordion-item .accordion-header .accordion-button::after {
        right: 0; }
  .single-control .accordion-body .accordion--in .accordion-body {
    padding: 10px 0 0;
    background-color: #fcfcfc; }
.single-control .accordion .single-question__status-description--tab .single-question__textbox label {
  margin: 0;
  padding: 5px 10px;
  background: #E4E7E9;
  border-radius: 4px 4px 0 0;
  font-weight: 400; }
.single-control .accordion .single-question__status-description--tab .single-question__textbox .wysiwyg .trumbowyg-box {
  border-radius: 0 4px 4px 4px; }
.single-control .accordion .single-question__status-description--tab .single-question__textbox .wysiwyg .trumbowyg-button-pane {
  border-radius: 0 4px 0px 0px; }
.single-control .accordion .single-question__control-links {
  display: block;
  -ms-overflow-style: none;
  scrollbar-width: none; }
  .single-control .accordion .single-question__control-links::-webkit-scrollbar {
    display: none; }
.single-control .accordion .single-question__control-link {
  display: inline-flex;
  margin: 0 8px 8px 0; }
.single-control .dropdown-toggler--button {
  z-index: 8; }
  .single-control .dropdown-toggler--button.show {
    z-index: 10; }
.single-control .level {
  display: block;
  max-width: fit-content;
  margin: 47px 0 25px auto;
  padding: 8px 25px;
  font-family: "Lato";
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
  background: rgba(228, 231, 233, 0.5);
  border: 1px solid #5D677E;
  color: #232730; }
  .single-control .level.level--non-conforming {
    background: rgba(212, 0, 47, 0.1);
    border: 1px solid rgba(212, 0, 47, 0.6);
    color: #D4002F; }
  .single-control .level.level--conforming {
    background: rgba(22, 147, 165, 0.15);
    border: 1px solid rgba(22, 147, 165, 0.8);
    color: #1693A5; }
.single-control .single-question__tabs.single-control-discussion {
  padding: 0; }
  .single-control .single-question__tabs.single-control-discussion .discussion__chat + .discussion__chat {
    margin-top: 20px; }
  .single-control .single-question__tabs.single-control-discussion .tab-content {
    border-radius: 8px; }
    .single-control .single-question__tabs.single-control-discussion .tab-content__discussion {
      max-height: 300px;
      border-radius: 8px; }
      .single-control .single-question__tabs.single-control-discussion .tab-content__discussion .table th {
        background: #FCFCFC; }
        .single-control .single-question__tabs.single-control-discussion .tab-content__discussion .table th .table__cell {
          color: #232730; }
    .single-control .single-question__tabs.single-control-discussion .tab-content__footer-discussion {
      padding: 11px 20px; }
  .single-control .single-question__tabs.single-control-discussion .tab-content__wrap {
    padding: 0;
    height: auto; }
  .single-control .single-question__tabs.single-control-discussion .nav {
    margin-bottom: 15px; }
    .single-control .single-question__tabs.single-control-discussion .nav .nav-item {
      margin-right: 12px; }
    .single-control .single-question__tabs.single-control-discussion .nav .nav-link {
      padding: 0;
      border: 0;
      background: none;
      color: rgba(35, 39, 48, 0.25); }
      .single-control .single-question__tabs.single-control-discussion .nav .nav-link:hover, .single-control .single-question__tabs.single-control-discussion .nav .nav-link.active {
        background-color: none;
        color: #232730; }
.single-control .single-question__tabs.single-control-policies {
  padding: 0; }
  .single-control .single-question__tabs.single-control-policies .tab-content {
    border: 0; }
  .single-control .single-question__tabs.single-control-policies .tab-content__wrap {
    padding: 0;
    height: auto; }
  .single-control .single-question__tabs.single-control-policies .wysiwyg .trumbowyg-editor {
    height: auto; }
  .single-control .single-question__tabs.single-control-policies .wysiwyg .trumbowyg-button-pane {
    border: 0;
    border-radius: 0;
    background: rgba(204, 204, 204, 0.3); }
  .single-control .single-question__tabs.single-control-policies .wysiwyg .trumbowyg-box {
    border-radius: 0 0 4px 4px;
    border-top: 0; }
  .single-control .single-question__tabs.single-control-policies .wysiwyg .trumbowyg-disabled .trumbowyg-button-pane {
    display: none; }
  .single-control .single-question__tabs.single-control-policies .nav {
    margin-bottom: 15px; }
    .single-control .single-question__tabs.single-control-policies .nav .nav-item {
      margin-right: 12px; }
    .single-control .single-question__tabs.single-control-policies .nav .nav-link {
      padding: 0;
      border: 0;
      background: none;
      color: rgba(35, 39, 48, 0.25); }
      .single-control .single-question__tabs.single-control-policies .nav .nav-link:hover, .single-control .single-question__tabs.single-control-policies .nav .nav-link.active {
        background-color: none;
        color: #232730; }
  .single-control .single-question__tabs.single-control-policies .premium {
    bottom: 0; }
.single-control .wysiwyg__header {
  height: 40px;
  padding: 12px 20px 11px;
  border: 1px solid #ccc;
  border-radius: 8px 8px 0 0;
  position: relative; }
  .single-control .wysiwyg__header .button i {
    margin-right: 5px; }
  .single-control .wysiwyg__header .wysiwyg__edit, .single-control .wysiwyg__header .wysiwyg__save, .single-control .wysiwyg__header .wysiwyg__remove {
    top: 10px;
    right: 20px; }
.single-control #remediation .wysiwyg__header {
  padding: 12px 15px 11px; }
  .single-control #remediation .wysiwyg__header .wysiwyg__edit {
    top: 3px; }
  .single-control #remediation .wysiwyg__header .wysiwyg__edit, .single-control #remediation .wysiwyg__header .wysiwyg__save, .single-control #remediation .wysiwyg__header .wysiwyg__remove {
    right: 15px; }
.single-control-articles {
  padding: 5px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px; }
  .single-control-articles-row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 20px;
    max-height: 518px;
    overflow-y: auto; }
  .single-control-articles .articles-empty {
    width: 100%;
    margin: 25px 0;
    text-align: center; }
.single-control-article {
  flex: 0 0 calc(50% - 15px); }
  .single-control-article .knowledge {
    width: 100%; }
    .single-control-article .knowledge__image img {
      height: 135px;
      object-fit: cover;
      object-position: center; }
.single-control-ml-header {
  padding: 15px 25px 11px;
  background: rgba(228, 231, 233, 0.9);
  border-radius: 8px 8px 0 0; }
  .single-control-ml-header p {
    display: flex;
    align-items: center;
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    color: #000; }
    .single-control-ml-header p span#text-target-maturity-code-label {
      margin-left: 10px;
      margin-right: 2px;
      font-weight: 700; }
    .single-control-ml-header p i {
      margin-left: 10px;
      color: #D4002F;
      font-size: 14px;
      cursor: pointer;
      transition: color .3s ease-in-out; }
      .single-control-ml-header p i.disabled {
        opacity: 0.6;
        pointer-events: none;
        cursor: default; }
      .single-control-ml-header p i:hover {
        color: #ff194c; }
.single-control-ml-content {
  padding: 10px 25px;
  min-height: 370px;
  background: #EFF1F2;
  border-radius: 0 0 8px 8px; }
  .single-control-ml-content > h2, .single-control-ml-content > .h2 {
    font-size: 12px;
    line-height: 14px;
    margin: 0 0 5px; }
.single-control-ml-update {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 10px;
  position: relative; }
  .single-control-ml-update .dropdown-toggler--level {
    width: 310px; }
  .single-control-ml-update .btn:focus {
    color: #232730 !important; }
  .single-control-ml-update .btn:not(:hover) {
    background: none; }
.single-control-ml-description h2, .single-control-ml-description .h2 {
  font-size: 14px;
  line-height: 17px; }
  .single-control-ml-description h2 span, .single-control-ml-description .h2 span {
    font-weight: 900; }
.single-control-ml-description p, .single-control-ml-description ul {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px; }
.single-control-ml-description#l0-description h2, .single-control-ml-description#l0-description .h2 {
  color: #003f5c; }
.single-control-ml-description#l1-description h2, .single-control-ml-description#l1-description .h2 {
  color: #5c63a2; }
.single-control-ml-description#l2-description h2, .single-control-ml-description#l2-description .h2 {
  color: #9f518d; }
.single-control-ml-description#l3-description h2, .single-control-ml-description#l3-description .h2 {
  color: #35abd0; }
.single-control-ml-description#l4-description h2, .single-control-ml-description#l4-description .h2 {
  color: #ffa600; }
.single-control-ml-description#l5-description h2, .single-control-ml-description#l5-description .h2 {
  color: #77d780; }
.single-control .single-question__tabs.single-control-artifacts,
.single-control .single-question__tabs.single-control-assets {
  padding: 0; }
  .single-control .single-question__tabs.single-control-artifacts .tab-content,
  .single-control .single-question__tabs.single-control-assets .tab-content {
    position: relative; }
    .single-control .single-question__tabs.single-control-artifacts .tab-content .table th,
    .single-control .single-question__tabs.single-control-assets .tab-content .table th {
      background: #E4E7E9; }
  .single-control .single-question__tabs.single-control-artifacts .tab-content table,
  .single-control .single-question__tabs.single-control-assets .tab-content table {
    border-radius: 8px 8px 0 0;
    overflow: hidden; }
    .single-control .single-question__tabs.single-control-artifacts .tab-content table .table__cell,
    .single-control .single-question__tabs.single-control-artifacts .tab-content table a,
    .single-control .single-question__tabs.single-control-assets .tab-content table .table__cell,
    .single-control .single-question__tabs.single-control-assets .tab-content table a {
      color: #232730; }
      .single-control .single-question__tabs.single-control-artifacts .tab-content table .table__cell.table__cell--edit,
      .single-control .single-question__tabs.single-control-artifacts .tab-content table a.table__cell--edit,
      .single-control .single-question__tabs.single-control-assets .tab-content table .table__cell.table__cell--edit,
      .single-control .single-question__tabs.single-control-assets .tab-content table a.table__cell--edit {
        color: #d4002f; }
  .single-control .single-question__tabs.single-control-artifacts .tab-content__wrap,
  .single-control .single-question__tabs.single-control-assets .tab-content__wrap {
    padding: 0;
    height: auto; }
  .single-control .single-question__tabs.single-control-artifacts .tab-content__footer,
  .single-control .single-question__tabs.single-control-assets .tab-content__footer {
    border: 0;
    padding: 0;
    position: absolute;
    top: -34px;
    right: -10px; }
.single-control .single-question__tabs.single-control-artifacts .tab-content {
  border: none;
  border-radius: 0; }
.single-control .single-question__tabs.single-control-assets .tab-content {
  border: 1px solid #E4E7E9;
  border-radius: 8px; }

.table__cell-row {
  display: flex;
  align-items: center;
  gap: 20px; }

.text-overflow {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 130px;
  white-space: nowrap; }

#modal_update_target .modal-body {
  height: 400px; }

.control-type {
  display: none;
  text-transform: none;
  margin: 16px 0; }
  .control-type span:last-child {
    font-weight: 500;
    margin-left: 5px; }

.ml-update-message {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #52A455;
  margin-left: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease-in-out; }
  .ml-update-message.show {
    opacity: 1; }
  .ml-update-message i {
    font-size: 22px;
    line-height: 22px; }
  .ml-update-message p {
    margin: 0;
    font-size: 11px;
    font-weight: 700;
    line-height: 13px; }

.single-control-vendor .single-control .single-question__maturity .control-title h3, .single-control-vendor .single-control .single-question__maturity .control-title .h3 {
  min-height: auto;
  margin-bottom: 8px; }
.single-control-vendor .hide-vendor,
.single-control-vendor #view_control {
  display: none; }
.single-control-vendor .control-type {
  display: block; }

.single-control--audit-completed .hide-audit-completed {
  display: none; }

.single-control__progress.single-control__progress--dashboard {
  margin-top: 30px; }
  .single-control__progress.single-control__progress--dashboard .single-question__steps-manager {
    width: 476px; }
    .single-control__progress.single-control__progress--dashboard .single-question__steps-manager .single-question__step:first-child .active, .single-control__progress.single-control__progress--dashboard .single-question__steps-manager .single-question__step:nth-child(2) .active, .single-control__progress.single-control__progress--dashboard .single-question__steps-manager .single-question__step:nth-child(3) .active, .single-control__progress.single-control__progress--dashboard .single-question__steps-manager .single-question__step:nth-child(4) .active, .single-control__progress.single-control__progress--dashboard .single-question__steps-manager .single-question__step:nth-child(5) .active {
      background-color: #6DC575;
      border-color: #6DC575; }
  .single-control__progress.single-control__progress--dashboard .single-question__step button {
    background-color: #cccccc;
    border-color: #cccccc; }
    .single-control__progress.single-control__progress--dashboard .single-question__step button:not(.active)::before {
      font-family: "Font Awesome 6 PRO";
      content: "\f068";
      font-size: 1rem;
      line-height: 2;
      width: 32px;
      height: 32px;
      color: #fff; }
  .single-control__progress.single-control__progress--dashboard .single-question__line {
    background-color: #DDDDDD;
    height: 2px; }
  .single-control__progress.single-control__progress--dashboard .single-question__line--manager {
    width: 396px; }
  .single-control__progress.single-control__progress--dashboard .single-question__label {
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
    color: #969696; }
  .single-control__progress.single-control__progress--dashboard .active + .single-question__label {
    color: #000; }

.nav {
  position: relative; }
  .nav__wrap {
    padding: 20px 30px 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .nav--side {
    height: 470px;
    min-width: 180px;
    background-color: #fff;
    border: 1px solid #cccccc;
    border-right: none;
    border-radius: 4px 0 0 8px;
    flex-wrap: nowrap;
    overflow-y: auto;
    overflow-x: hidden; }
    @media (max-width: 1199.98px) {
      .nav--side {
        height: 488px; } }
  .nav .nav-item {
    margin-right: 1px; }
  .nav .nav-link {
    padding: 11px 30px;
    text-align: left;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    color: #232730; }
    @media (max-width: 1199.98px) {
      .nav .nav-link {
        padding: 11px 20px; } }
    @media (max-width: 1080px) {
      .nav .nav-link {
        padding: 11px 8px; } }
    .nav .nav-link--side {
      border-radius: 0;
      background-color: #fff;
      border: none;
      border-bottom: 1px solid #cccccc;
      position: relative; }
      .nav .nav-link--side:first-child {
        border-radius: 4px 0 0 0; }
    .nav .nav-link:hover {
      background-color: #cccccc; }
    .nav .nav-link.disabled {
      opacity: 0.5; }
    .nav .nav-link--step {
      border-radius: 100px;
      padding: 0;
      width: 50px;
      height: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1.25rem;
      font-weight: 700;
      background-color: #fff;
      border: 2px solid #cccccc;
      margin: 0 10px; }
      .nav .nav-link--step:hover {
        background-image: url("../img/login-left-bg.png");
        background-size: 50px;
        color: #fff;
        border: none; }
  .nav .active {
    background-color: #595666;
    color: #fff; }
    .nav .active:hover {
      background-color: #595666; }
    .nav .active:after {
      color: #fff !important; }
  .nav .met:after,
  .nav .not-met:after {
    font-family: "Font Awesome 6 PRO";
    color: #474451;
    position: absolute;
    position: absolute;
    top: 13px;
    right: 10px;
    font-size: 0.75rem; }
  .nav .met:after {
    content: "\f058"; }
  .nav .not-met:after {
    content: "\f057"; }
  .nav__single {
    padding-top: 30px; }
  .nav--wrap {
    margin: 0 20px; }
  .nav--steps {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    margin-bottom: 60px; }
    .nav--steps .nav-item {
      margin: 0 25px; }
  .nav .nav-line {
    height: 2px;
    width: 522px;
    background-color: #cccccc;
    position: absolute;
    z-index: -1; }
    .nav .nav-line::before, .nav .nav-line:after {
      content: "";
      height: 8px;
      width: 8px;
      display: block;
      position: absolute;
      top: -3px;
      border: 2px solid #cccccc;
      border-radius: 100px;
      background-color: #fff; }
    .nav .nav-line:after {
      right: 0; }
  .nav .nav-link-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff; }

.tab-content {
  border: 1px solid #cccccc;
  border-radius: 0 8px 8px 8px;
  background-color: #fff; }
  .tab-content--side {
    border: 1px solid #cccccc;
    border-radius: 0 8px 8px 0; }
  .tab-content h2, .tab-content .h2 {
    font-weight: 700;
    margin-bottom: 10px; }
  .tab-content p {
    margin-bottom: 0; }
  .tab-content__clarification, .tab-content__methods {
    padding: 30px; }
  .tab-content__methods {
    background-color: #f7f7f8;
    border-radius: 0 8px 0 0; }
    .tab-content__methods ul {
      margin: 0;
      padding: 0; }
    .tab-content__methods li {
      list-style: none; }
  .tab-content__requirements {
    padding: 30px 30px 15px 30px; }
    .tab-content__requirements ul {
      margin: 0;
      padding: 0; }
    .tab-content__requirements li {
      list-style: none;
      margin-bottom: 15px; }
      .tab-content__requirements li .button--success {
        font-family: "Roboto", sans-serif;
        font-weight: 500;
        margin-right: 5px; }
  .tab-content__wrap {
    padding: 30px;
    height: 474px;
    overflow-y: auto;
    border-radius: 0 8px 0 0; }
  .tab-content__assets {
    border-radius: 0 8px 0 0; }
    .tab-content__assets th:nth-child(4), .tab-content__assets th:nth-child(5),
    .tab-content__assets td:nth-child(4),
    .tab-content__assets td:nth-child(5) {
      max-width: 30px; }
    .tab-content__assets.tab-content__assets-risk th:first-child,
    .tab-content__assets.tab-content__assets-risk td:first-child {
      width: 160px; }
    .tab-content__assets.tab-content__assets-risk th:nth-child(3),
    .tab-content__assets.tab-content__assets-risk td:nth-child(3) {
      max-width: 160px; }
      .tab-content__assets.tab-content__assets-risk th:nth-child(3) .table__cell,
      .tab-content__assets.tab-content__assets-risk td:nth-child(3) .table__cell {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 160px;
        white-space: nowrap; }
    .tab-content__assets.tab-content__assets-risk th:nth-child(4),
    .tab-content__assets.tab-content__assets-risk td:nth-child(4) {
      max-width: 80px;
      width: 80px;
      padding-right: 15px; }
  .tab-content__assets, .tab-content__company {
    height: 413px;
    overflow: auto; }
    .tab-content__assets table, .tab-content__company table {
      margin: 0;
      position: relative;
      z-index: 0; }
    .tab-content__assets thead, .tab-content__company thead {
      position: sticky;
      z-index: 1;
      top: 0; }
  .tab-content__assessment-objectives {
    height: 474px;
    overflow: auto; }
  .tab-content__company .table {
    margin: 0; }
  .tab-content__company thead {
    position: sticky;
    top: -30px;
    z-index: 1; }
  .tab-content__company .table__body {
    position: relative; }
    .tab-content__company .table__body--zero-state {
      width: 100%;
      min-height: 362px;
      display: flex;
      justify-content: center; }
      .tab-content__company .table__body--zero-state td:first-child {
        display: block; }
      .tab-content__company .table__body--zero-state svg {
        height: 73px; }
    .tab-content__company .table__body--zero-contact {
      position: absolute;
      display: flex;
      justify-content: center;
      width: 100%; }
  .tab-content__company th:nth-child(3) {
    min-width: 130px; }
  .tab-content__company th:nth-child(4) {
    min-width: 97px; }
  .tab-content__company td:nth-child(3) {
    min-width: 130px; }
  .tab-content__company td:nth-child(4) {
    min-width: 50px; }
  .tab-content__company td:nth-child(5) {
    padding: 14px 30px 14px 0; }
  .tab-content__company--assessors td:nth-child(5) {
    padding: 14px 30px 14px 15px; }
  .tab-content__company--action th:nth-child(5) span {
    padding: 14px 30px 14px 15px; }
  .tab-content__company--action td:nth-child(5) {
    padding: 14px 30px 14px 15px; }
  .tab-content__company .table th .table__cell {
    height: 30px; }
  .tab-content__assets .table th:first-child,
  .tab-content__assets .table tr:first-child {
    width: 135px; }
  .tab-content__assessment-objectives {
    padding: 30px 30px 0 30px; }
  .tab-content__description {
    display: flex;
    margin-bottom: 20px; }
    .tab-content__description i {
      font-size: 1rem;
      margin-right: 10px; }
  .tab-content__discussion {
    max-height: 700px;
    overflow: auto; }
    .tab-content__discussion .table {
      margin: 0;
      position: relative;
      z-index: 0; }
    .tab-content__discussion thead {
      position: sticky;
      z-index: 1;
      top: 0; }
    .tab-content__discussion tbody {
      height: 640px; }
    .tab-content__discussion tr:hover {
      background-color: transparent; }
    .tab-content__discussion td {
      padding-left: 30px;
      vertical-align: top; }
  .tab-content__footer {
    border-top: 1px solid #cccccc;
    padding: 21px 20px 21px 20px; }
    .tab-content__footer .button--primary {
      margin: 0 10px; }
      .tab-content__footer .button--primary i {
        margin-right: 5px; }
    .tab-content__footer--company {
      padding: 14px 10px; }
  .tab-content__footer-discussion {
    padding: 11px 30px 11px 20px;
    border-top: 1px solid #cccccc;
    display: flex; }
    .tab-content__footer-discussion .btn {
      padding: 10px;
      height: 36px; }
  .tab-content__footer-attach {
    min-width: 95px;
    border-right: 1px solid #cccccc;
    display: flex;
    padding: 10px 0; }
  .tab-content__footer-file {
    background-color: #f6f6f6;
    padding: 7px 10px;
    border-radius: 2px;
    margin: 10px 10px 0 10px;
    display: flex;
    justify-content: space-between; }
    .tab-content__footer-file .button {
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      width: 100%; }
      .tab-content__footer-file .button::before {
        font-family: "Font Awesome 6 Pro";
        content: "\f15c";
        font-size: 1rem;
        color: #474451;
        font-weight: 900;
        margin-right: 8px; }
    .tab-content__footer-file i {
      margin-top: 2px;
      color: #898c96; }
  .tab-content__action {
    display: flex;
    justify-content: flex-end;
    margin-top: -29px; }
    .tab-content__action a {
      padding: 0 30px 12px 10px; }
      @media (max-width: 1199.98px) {
        .tab-content__action a {
          padding-left: 0; } }
      @media (max-width: 1199.98px) {
        .tab-content__action a.tab-content--button {
          padding-right: 20px; } }
  .tab-content--border {
    border-top: none;
    border-radius: 8px; }
  .tab-content--wrap {
    margin: 0 20px; }
  .tab-content__button {
    padding-bottom: 20px;
    margin-top: -10px; }
    .tab-content__button .button {
      text-decoration: none; }
      .tab-content__button .button i {
        margin-right: 10px; }
  .tab-content__step {
    display: flex;
    justify-content: center; }
  .tab-content__step-description {
    margin-left: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 382px; }
  .tab-content__step-title {
    display: flex;
    margin-bottom: 22px;
    padding-bottom: 14px;
    position: relative;
    align-items: flex-start; }
    .tab-content__step-title h2, .tab-content__step-title .h2 {
      color: #232730;
      font-size: 1.5rem;
      font-weight: 600;
      margin: 0 0 0 20px; }
  .tab-content__title-line {
    height: 1px;
    width: 100%;
    background-color: #cccccc;
    position: absolute;
    bottom: 0; }
    .tab-content__title-line:after {
      content: "";
      height: 4px;
      width: 4px;
      display: block;
      position: absolute;
      top: -1px;
      border: 1px solid #cccccc;
      border-radius: 100px;
      background-color: #fff;
      right: 0; }

.tab-pane__information {
  height: 360px;
  overflow: auto; }
  .tab-pane__information--control {
    height: 474px;
    overflow: auto; }

.clicked {
  transition: opacity 0.15s linear; }

.tab-table {
  overflow: auto;
  min-height: 240px; }
  .tab-table .table {
    margin: 0; }
  .tab-table .table__cell {
    height: auto; }
  .tab-table thead {
    position: sticky;
    top: 0;
    z-index: 2; }
    .tab-table thead .table__cell {
      height: 30px; }
  .tab-table--striped tr:nth-child(even) {
    background-color: #f7f7f8; }
  .tab-table--striped tr:nth-child(odd) {
    background-color: #fff; }
  .tab-table--large thead .table__cell {
    height: auto; }
  .tab-table--large thead th:first-child {
    border-radius: 8px 0 0 0; }
  .tab-table--large thead th:last-child {
    border-radius: 0 8px 0 0; }
  .tab-table--large .search-field input, .tab-table--large .search-field .form-group .form-control, .form-group .tab-table--large .search-field .form-control {
    min-width: 200px;
    padding: 6px 35px 6px 14px; }
  .tab-table .table__no-results i {
    font-size: 4.5rem;
    color: rgba(204, 204, 204, 0.4); }

.checkmark-list {
  margin-bottom: 20px;
  background: rgba(59, 56, 55, 0.9) url("../img/banner-bg.png") no-repeat center/cover;
  color: #232730;
  padding: 20px 30px;
  border: 1px solid #cccccc;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 8px; }
  .checkmark-list__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px; }
  .checkmark-list__card {
    height: 86px;
    background-color: #fcfcfc;
    border: 1px solid #cccccc;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center; }
    .checkmark-list__card i {
      color: #d4002f;
      font-size: 1.25rem;
      margin-bottom: 10px; }
  .checkmark-list__description {
    margin-top: 20px; }
    .checkmark-list__description p {
      margin: 0; }

.info {
  padding-bottom: 16px; }
  .info__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative; }
    .info__header h2, .info__header .h2 {
      font-size: 1rem;
      font-weight: 600; }
  .info__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 32px; }
    .info__content h3, .info__content .h3 {
      text-transform: uppercase;
      margin-bottom: 12px; }
    .info__content p {
      max-width: 790px;
      text-align: center;
      line-height: 1.15; }
    .info__content--audit {
      z-index: 1;
      position: relative; }
  .reports .info {
    padding: 20px; }
    .reports .info h1, .reports .info .h1 {
      color: #232730; }
      .reports .info h1 span, .reports .info .h1 span {
        display: block;
        margin-bottom: 5px;
        color: rgba(93, 103, 126, 0.5); }

.summary {
  padding: 20px 20px 30px;
  position: relative;
  margin-bottom: 20px; }
  .summary__header {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .summary__header h2, .summary__header .h2 {
      font-size: 0.875rem;
      font-weight: 700; }
    .summary__header--single h2, .summary__header--single .h2 {
      z-index: 1;
      font-size: 1rem; }
  .summary__content {
    max-width: 716px;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .summary__content--fit {
      max-width: fit-content; }
      .summary__content--fit > div {
        margin-right: 100px; }
        .summary__content--fit > div:last-of-type {
          margin-right: 0; }
  .summary--description {
    padding: 20px; }
    .summary--description h2, .summary--description .h2 {
      text-transform: uppercase;
      margin-bottom: 20px; }
    .summary--description div {
      float: unset !important;
      width: auto !important;
      margin: 0 !important; }
    .summary--description p,
    .summary--description span {
      font-family: "Roboto", sans-serif !important;
      color: #232730 !important;
      font-weight: 400 !important;
      font-size: 0.875rem !important;
      background-color: transparent !important; }
    .summary--description p {
      margin-bottom: 10px !important; }
      .summary--description p:last-child {
        margin: 0 !important; }

.chart-donut {
  width: 170px;
  height: 170px;
  background-color: #cdcecf;
  border-radius: 50%;
  position: relative; }
  .reports.reports-v2 .chart-donut, .assessment-report-summary .chart-donut {
    background: transparent; }
  .chart-donut:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    width: 90px;
    height: 90px;
    background: #fcfcfc;
    border-radius: 50%;
    top: 40px;
    left: 40px; }
  .chart-donut__wrap {
    width: 200px;
    height: 200px;
    background-color: #e5e5e5;
    border-radius: 50%;
    padding: 15px; }
    .reports .chart-donut__wrap {
      width: 166px;
      height: 166px;
      padding: 0;
      position: relative;
      background-color: #cccccc; }
    .reports.reports-v2 .chart-donut__wrap {
      width: 170px;
      height: 170px; }
    .assessment-report-summary .chart-donut__wrap {
      width: 177px;
      height: 177px;
      padding: 0; }
  .chart-donut__inner {
    display: block;
    position: relative;
    overflow: hidden;
    margin: -8px 0 0 -4px; }
    .chart-donut__inner:before {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 90px;
      height: 90px;
      background: #fcfcfc;
      border-radius: 50%;
      top: 48px;
      left: 45px; }
      .reports .chart-donut__inner:before {
        width: 136px;
        height: 136px;
        top: 15px;
        left: 15px;
        background-color: #fff; }
      .reports.reports-v2 .chart-donut__inner:before, .assessment-report-summary .chart-donut__inner:before {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 86px;
        height: 86px; }
  .chart-donut__box {
    width: 177px;
    height: 177px; }
    .reports .chart-donut__box {
      width: 170px;
      height: 170px;
      position: absolute;
      top: -7px;
      left: -2px; }
    .reports.reports-v2 .chart-donut__box, .assessment-report-summary .chart-donut__box {
      top: 0;
      left: 0;
      background: transparent;
      border-radius: 50%; }
      .reports.reports-v2 .chart-donut__box canvas, .assessment-report-summary .chart-donut__box canvas {
        position: relative;
        z-index: 2; }
    .chart-donut__box canvas {
      cursor: pointer; }
    .chart-donut__box--zero {
      width: 171px;
      height: 171px;
      background-color: #cdcecf; }
  .chart-donut__chunk {
    position: absolute;
    width: 100%;
    height: 100%;
    clip-path: polygon(50% 50%, 100% 0%, 0% 0%, 0% 100%);
    animation: makeDonut 1s; }
    .chart-donut__chunk span {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #cdcecf;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      clip-path: polygon(50% 50%, 100% 0%, 0% 0%, 0% 100%); }
  .chart-donut__total {
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .chart-donut__total strong {
      font-family: "Lato", sans-serif;
      font-weight: 700;
      font-size: 2rem;
      line-height: 1.19;
      margin-bottom: 4px; }
    .chart-donut__total p {
      margin: 0;
      text-transform: uppercase;
      font-weight: 300;
      line-height: 1.14; }
    .reports.reports-v2 .chart-donut__total, .assessment-report-summary .chart-donut__total {
      top: 0; }

@keyframes makeDonut {
  from {
    transform: rotate(0deg) translate3d(0, 0, 0); } }
.chart-legend ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .chart-legend ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
    width: 100%; }
    .chart-legend ul li:last-child {
      margin-bottom: 0; }
.chart-legend i {
  width: 24px;
  height: 24px;
  border-radius: 2px;
  margin-right: 10px;
  display: block; }
  .reports .chart-legend i {
    min-width: 20px;
    min-height: 20px;
    width: 20px;
    height: 20px;
    margin-right: 8px; }
.chart-legend p {
  margin: 0;
  margin-right: 15px; }
  .reports .chart-legend p {
    font-size: 0.75rem;
    font-weight: 300;
    white-space: nowrap;
    margin-right: 11px;
    line-height: 1; }
.chart-legend span {
  font-family: "Lato", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  width: 100%; }
  .reports .chart-legend span {
    font-size: 1.25rem;
    font-weight: 400; }
.chart-legend__inner {
  display: flex;
  align-items: center;
  min-width: 202px; }
  .reports .chart-legend__inner {
    min-width: 165px; }
  .chart-legend__inner span {
    color: #232730; }
  .chart-legend__inner p {
    margin: 0; }
.chart-legend--not-performed i {
  background-color: #003f5c; }
.chart-legend--informally i {
  background-color: #5c63a2; }
.chart-legend--planned i {
  background-color: #9f518d; }
.chart-legend--defined i {
  background-color: #35abd0; }
.chart-legend--controlled i {
  background-color: #ffa600; }
.chart-legend--improving i {
  background-color: #77d780; }
.chart-legend--deficient i {
  background-color: #5d677e; }
.chart-legend--in-place i {
  background-color: #ffa600; }
.chart-legend--review i {
  background-color: #ffce20; }
.chart-legend--monitored i {
  background-color: #77d780; }
.chart-legend--approved i {
  background-color: #6DC575; }
.chart-legend--not-approved i {
  background-color: #e33e3e; }
.chart-legend--unanswered i {
  background-color: #cccccc; }

.chart-info h5, .chart-info .h5 {
  font-weight: 400;
  margin-bottom: 10px;
  text-align: center; }
  .reports .chart-info h5, .reports .chart-info .h5 {
    font-size: 0.75rem; }
.chart-info strong {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 1.5rem; }
  .reports .chart-info strong {
    font-size: 1.25rem;
    font-weight: 500; }
.chart-info__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px; }
  .chart-info__inner:last-of-type {
    margin-bottom: 0; }
  .chart-info__inner--justify {
    flex-direction: row;
    margin-bottom: 4px; }
    .chart-info__inner--justify p {
      margin-bottom: 0;
      font-weight: 300;
      min-width: 103px; }
    .chart-info__inner--justify span {
      margin-left: 6px;
      font-family: "Lato", sans-serif; }

.report {
  position: relative; }
  .report ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .report__header {
    margin-bottom: 4px;
    font-size: 0.75rem;
    line-height: 1.166666666;
    color: #474451;
    height: 40px; }
    .report__list--no-cost .report__header {
      margin-bottom: 41px; }
    .report__header--empty {
      min-height: 42px;
      margin-top: 20px; }
    .report__header--space {
      margin-top: 20px; }
    .report__header--audit {
      margin-right: 20px; }
  .report__list {
    display: flex; }
    .report__list--space {
      padding-bottom: 10px; }
  .report__title {
    font-weight: 500;
    color: #474451; }
    .reports .report__title {
      width: 230px; }
    .report__title > li {
      padding: 7px 20px;
      line-height: 1.14; }
      .report__title > li:first-child {
        padding: 0 0 0 20px; }
      .reports .report__title > li {
        font-size: 0.75rem;
        padding: 0;
        margin: 0 10px 2px 20px;
        min-height: 28px;
        display: flex;
        align-items: center; }
        .reports .report__title > li:first-child {
          padding: 0 0 0 10px;
          margin: 0 0 4px; }
    .report__title--gap > li:first-child {
      border-top: none;
      border-bottom: none; }
  .report__progress {
    flex: 1; }
    .report__progress li {
      margin-bottom: 10px; }
      .report__progress li:first-child {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        text-align: right;
        padding: 6px 0;
        margin-bottom: 4px; }
        .reports .report__progress li:first-child {
          height: 40px; }
        .report__list--no-cost .report__progress li:first-child {
          margin-bottom: 45px; }
      .report__progress li.report__total {
        display: flex;
        justify-content: flex-end;
        color: #199d24;
        font-weight: 500;
        text-transform: uppercase; }
    .report__progress--last li {
      margin-right: 20px; }
      .report__progress--last li:first-child {
        margin-right: 0;
        height: 40px; }
  .report__info {
    width: 135px; }
    .report__info--estimate li {
      min-height: 20px; }
    .reports .report__info--estimate {
      width: auto; }
    .reports .report__info strong {
      font-size: 0.75rem; }
    .report__info li {
      padding: 0 20px 0 8px;
      height: 20px;
      margin-bottom: 10px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .report__info li:first-child {
        display: flex;
        justify-content: flex-end;
        text-align: right;
        padding: 6px 0;
        margin-bottom: 4px; }
        .report__list--no-cost .report__info li:first-child {
          margin-bottom: 10px; }
        .reports .report__info li:first-child {
          height: 40px;
          font-size: 0.625rem; }
        .report__info li:first-child span {
          text-align: center;
          color: #199d24;
          margin-right: 16px; }
          .reports .report__info li:first-child span {
            color: #232730;
            margin-right: 20px; }
      .report__info li.report__total {
        justify-content: flex-end;
        color: #199d24;
        font-weight: 500; }
        .report__info li.report__total span {
          width: 70px;
          text-align: center; }
      .report__info li.report__show-cost {
        justify-content: flex-end;
        display: none; }
        .report__list--no-cost .report__info li.report__show-cost {
          display: flex; }
        .report__info li.report__show-cost a {
          font-size: 0.75rem;
          font-weight: 600;
          padding: 0 11px;
          height: 25px; }
    .report__info--empty {
      width: auto; }
      .report__info--empty li:first-child {
        height: 40px; }
  .report__info-box {
    width: 80px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(25, 157, 36, 0.1);
    border-radius: 2px;
    color: #199d24;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1; }
    .report__info-box--inactive {
      background: #eeeeee;
      color: #232730; }
    .reports .report__info-box {
      width: 70px; }
  .report__show-cost {
    justify-content: flex-end; }
  .report--tab {
    margin: 10px 0; }

.reports .nav .nav-link {
  padding: 11px 20px;
  font-size: 12px; }

.report .report__dropdown {
  margin-bottom: 20px;
  padding: 10px 20px 0; }
  .report .report__dropdown h1, .report .report__dropdown .h1 {
    margin-bottom: 5px; }
  .report .report__dropdown .dropdown--secondary {
    display: block; }
  .report .report__dropdown .dropdown-menu {
    width: 100%; }
  .report .report__dropdown .dropdown-toggler {
    display: flex;
    width: 100%; }
    .report .report__dropdown .dropdown-toggler i {
      margin-left: auto; }
.report .report__button {
  margin-top: 30px;
  padding-bottom: 15px;
  text-align: center; }

.report__list.report__list--requirements .report__progress .report__header,
.report__list.report__list--requirements .report__title .report__header,
.report__list.report__list--requirements .report__info .report__header {
  display: none; }
.report__list.report__list--requirements .report__title li:not(.report__header) {
  padding-bottom: 6px; }

.report__list.report__list--requirements .report__title > .requirements__item {
  display: flex;
  align-items: center;
  padding: 2px 20px;
  margin-bottom: 10px; }
  .report__list.report__list--requirements .report__title > .requirements__item:not(.report__header) {
    padding-bottom: 2px; }
.requirements__code {
  width: 115px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }
.requirements__status {
  display: flex;
  align-items: center; }
  .requirements__status u {
    text-decoration: none; }
  .requirements__status i {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    border-radius: 2px;
    background-color: #ccc; }
  .requirements__status.requirements__status--deficient i {
    background-color: #5d677e; }
  .requirements__status.requirements__status--in-place i, .requirements__status.requirements__status--implemented i {
    background-color: #ffa600; }
  .requirements__status.requirements__status--review i {
    background-color: #ffce20; }
  .requirements__status.requirements__status--monitored i {
    background-color: #77d780; }
  .requirements__status.requirements__status--conforming i, .requirements__status.requirements__status--Satisfactory i {
    background-color: #6DC575; }
  .requirements__status.requirements__status--non-conforming i, .requirements__status.requirements__status--Deficient i {
    background-color: #e33e3e; }

.report__list.report__list--requirements .progress-report .progress__total {
  height: 20px; }

.progress-report {
  position: relative;
  flex: 1; }
  .progress-report .progress {
    height: 20px;
    width: 100%;
    border-radius: 0;
    overflow: visible;
    background-color: #cccccc; }
    .progress-report .progress__total {
      display: flex; }
      .progress-report .progress__total span {
        font-family: "Lato", sans-serif;
        font-size: 0.75rem;
        font-weight: 700;
        line-height: 1.7;
        margin-left: 8px;
        width: 7px; }
  .progress-report .progress-bar {
    text-decoration: none;
    color: #fff; }
  .progress-report__mark {
    padding-right: 8px;
    text-align: right;
    font-family: "Lato", sans-serif;
    font-size: 0.75rem;
    font-weight: 700; }
  .progress-report .progress-bar--default {
    background-color: #e5e5e5; }
  .progress-report--space {
    padding-right: 20px; }

.error-page {
  background: url("../img/404-bg.png") no-repeat center/cover;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .error-page--maintenance {
    background: radial-gradient(89.02% 133.53% at 50% 50%, #fff 19.27%, #f2f2f2 100%); }
  .error-page__content {
    text-align: center;
    padding: 80px 0;
    height: calc(100% - 60px);
    overflow: auto; }
    .error-page__content img {
      height: 30px; }
    .error-page__content h1, .error-page__content .h1 {
      font-size: 11.25rem;
      margin-top: 100px;
      text-shadow: 4px 4px 0px #000; }
    .error-page__content h1, .error-page__content .h1,
    .error-page__content h2,
    .error-page__content .h2,
    .error-page__content p {
      font-family: "Lato", sans-serif;
      color: #fff;
      font-weight: 600; }
    .error-page__content h2, .error-page__content .h2 {
      font-size: 2.5rem;
      margin: 15px 0; }
    .error-page__content p {
      font-size: 1rem;
      margin-bottom: 40px; }
    .error-page__content--maintenance {
      padding: 60px 0; }
      .error-page__content--maintenance h1, .error-page__content--maintenance .h1 {
        color: #232730;
        font-size: 1.875rem;
        text-shadow: none;
        text-transform: unset;
        margin: 20px 0; }
      .error-page__content--maintenance p {
        color: #7d7d7d; }
      .error-page__content--maintenance img {
        height: 24px; }
  .error-page__image {
    margin-top: 96px; }
    .error-page__image img {
      height: 326px; }
  .error-page__footer {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 21px 0;
    background-color: #fff;
    color: #232730; }
    .error-page__footer p {
      margin: 0 4px 0 0; }
    .error-page__footer span {
      padding-right: 20px;
      border-right: 1px solid #232730; }
    .error-page__footer .button {
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      margin-left: 20px;
      text-decoration: none; }
    .error-page__footer--maintenance {
      border-top: 1px solid #cccccc; }

.wysiwyg {
  position: relative; }
  .wysiwyg__edit, .wysiwyg__save, .wysiwyg__remove {
    position: absolute;
    top: 13px;
    right: 13px; }
    .wysiwyg__edit .btn-remove, .wysiwyg__save .btn-remove, .wysiwyg__remove .btn-remove {
      color: #474451;
      cursor: pointer; }
      .wysiwyg__edit .btn-remove:hover, .wysiwyg__save .btn-remove:hover, .wysiwyg__remove .btn-remove:hover {
        color: #232730; }
  .wysiwyg__edit, .wysiwyg__save {
    z-index: 2; }
  .wysiwyg__remove {
    z-index: 3; }
  .wysiwyg__edit .btn-edit {
    color: #d4002f;
    cursor: pointer; }
    .wysiwyg__edit .btn-edit:hover {
      color: #ff194c; }
  .wysiwyg__edit-date {
    display: flex;
    align-items: center;
    top: 5px;
    gap: 10px; }
    .wysiwyg__edit-date .form-control {
      max-width: 150px;
      padding: 4px 10px 5px;
      background: rgba(204, 204, 204, 0.3);
      border: 0;
      font-size: 14px; }
      .wysiwyg__edit-date .form-control::placeholder {
        color: rgba(35, 39, 48, 0.15); }
  .wysiwyg__save .btn-save {
    color: #d4002f;
    text-decoration: none;
    font-family: "Lato", sans-serif;
    margin-right: 30px;
    cursor: pointer; }
    .wysiwyg__save .btn-save:hover {
      color: #ff194c; }
    .wysiwyg__save .btn-save i {
      margin-right: 5px; }
  .wysiwyg--auditor .trumbowyg-editor {
    height: 300px !important; }
  .wysiwyg .edit-space {
    margin-right: 30px; }
  .wysiwyg .trumbowyg-box {
    min-height: 280px;
    border-radius: 4px;
    border: 1px solid #cccccc; }
  .wysiwyg .trumbowyg-button-pane {
    min-height: 40px;
    background-color: #fff;
    border-bottom: 1px solid #cccccc;
    border-radius: 4px 4px 0px 0px;
    padding: 0;
    z-index: 1; }
    .wysiwyg .trumbowyg-button-pane::after {
      top: 40px;
      background: none; }
    .wysiwyg .trumbowyg-button-pane .trumbowyg-button-group {
      height: 40px; }
      .wysiwyg .trumbowyg-button-pane .trumbowyg-button-group::after {
        margin: 0;
        height: 0px; }
      .wysiwyg .trumbowyg-button-pane .trumbowyg-button-group button {
        width: 40px;
        height: 40px;
        margin: 0;
        padding: 0 !important; }
        .wysiwyg .trumbowyg-button-pane .trumbowyg-button-group button:hover {
          background-color: #eeeeee; }
  .wysiwyg .trumbowyg-editor {
    height: 370px;
    overflow: auto;
    background-color: #fcfcfc;
    padding: 20px;
    border-radius: 0 0 4px 4px; }
    .wysiwyg .trumbowyg-editor ::-webkit-scrollbar {
      width: 20px; }
    .wysiwyg .trumbowyg-editor ::-webkit-scrollbar-thumb {
      background: #cccccc;
      border-radius: 100px;
      width: 6px;
      border: 7px solid #fff; }
  .wysiwyg--narrow .trumbowyg-editor {
    height: 240px;
    min-height: 240px; }
  .wysiwyg--xs {
    max-width: 680px; }
    .wysiwyg--xs .trumbowyg-editor {
      height: 176px;
      min-height: 176px; }
    .wysiwyg--xs .trumbowyg-box {
      min-height: auto; }
  .wysiwyg--premium .trumbowyg-box {
    border-radius: 6px;
    border-color: #232730; }

.trumbowyg-dropdown button {
  color: #232730 !important; }

.trumbowyg-modal .trumbowyg-modal-box {
  padding-bottom: 53px;
  position: relative; }
  .trumbowyg-modal .trumbowyg-modal-box .trumbowyg-modal-title {
    font-size: 0.875rem;
    padding: 10px 0 10px;
    color: #232730;
    font-family: "Roboto", sans-serif;
    background-color: #fcfcfc; }
  .trumbowyg-modal .trumbowyg-modal-box .trumbowyg-input-row {
    margin: 10px;
    border-radius: 4px; }
    .trumbowyg-modal .trumbowyg-modal-box .trumbowyg-input-row .trumbowyg-input-infos {
      background-color: #fcfcfc; }
      .trumbowyg-modal .trumbowyg-modal-box .trumbowyg-input-row .trumbowyg-input-infos span {
        color: #232730;
        font-size: 0.875rem;
        font-family: "Roboto", sans-serif; }

.trumbowyg-modal-button .trumbowyg-modal-submit {
  background: #d4002f;
  border-radius: 4px;
  font-family: #d4002f; }

.trumbowyg-modal-box .trumbowyg-modal-button {
  height: 40px;
  font-size: 0.875rem;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  border-radius: 100px;
  position: absolute; }

.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit {
  border: 1px solid #d4002f;
  background-color: #d4002f;
  color: #fff;
  line-height: 1;
  top: 227px;
  right: 0; }
  .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:hover, .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:focus, .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:active {
    background-color: #ff194c;
    color: #fff;
    border-color: #ff194c; }
.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset {
  color: #232730;
  background-color: transparent;
  top: 227px;
  right: 110px; }
  .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:hover {
    background-color: transparent; }

.trumbowyg-editor[contenteditable="true"]:empty:not(:focus)::before {
  color: #bebebe;
  font-style: italic;
  font-weight: 300;
  font-family: "Roboto", sans-serif; }

.owl-carousel {
  padding: 0 30px 0 60px;
  position: relative; }
  .owl-carousel .owl-prev,
  .owl-carousel .owl-next {
    position: absolute;
    top: 77px;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    border: 1px solid #cccccc !important;
    background-color: #fcfcfc !important; }
    .owl-carousel .owl-prev span,
    .owl-carousel .owl-next span {
      width: 40px;
      display: flex;
      justify-content: center; }
  .owl-carousel .owl-prev {
    left: 0; }
    .owl-carousel .owl-prev span {
      visibility: hidden; }
      .owl-carousel .owl-prev span::before {
        font-family: "Font Awesome 6 Pro";
        content: "\f053";
        font-size: 0.875rem;
        color: #232730;
        margin: 1px 0 0 3px;
        visibility: visible; }
  .owl-carousel .owl-next {
    right: 0; }
    .owl-carousel .owl-next span {
      visibility: hidden; }
      .owl-carousel .owl-next span::before {
        font-family: "Font Awesome 6 Pro";
        content: "\f054";
        font-size: 0.875rem;
        color: #232730;
        margin: 1px 0 0 3px;
        visibility: visible; }
  .owl-carousel .owl-dots {
    display: none; }

.owl-wrap {
  padding: 30px 30px 20px 30px; }

.knowledge {
  position: relative;
  width: 220px;
  display: flex;
  flex-direction: column;
  height: 100%; }
  .owl-wrap .knowledge {
    margin-bottom: 10px; }
  .knowledge__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 4px;
    z-index: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
    text-decoration: none;
    opacity: 0; }
    .knowledge__overlay span {
      font-family: "Lato", sans-serif;
      font-weight: 700;
      color: #fff;
      padding: 12px 24px;
      line-height: 1;
      background-color: #d4002f;
      border: 1px solid #fff;
      border-radius: 100px; }
  .knowledge:hover .knowledge__overlay {
    opacity: 1; }
  .knowledge__image {
    height: 120px; }
    .knowledge__image img {
      border-radius: 4px 4px 0 0;
      object-fit: cover;
      width: 100%; }
  .knowledge__description {
    padding: 12px;
    background-color: #fcfcfc;
    border: 1px solid #cccccc;
    border-top: none;
    border-radius: 0 0 4px 4px;
    height: 104px; }
    .knowledge__description p {
      font-size: 0.625rem;
      font-weight: 300;
      margin-bottom: 0;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis; }
  .knowledge__icon {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 36px;
    height: 36px;
    border-radius: 100px;
    background-color: #d4002f;
    display: flex;
    justify-content: center;
    align-items: center; }
    .knowledge__icon i {
      color: #fff; }
  .knowledge__title {
    display: flex;
    justify-content: space-between; }
    .knowledge__title h6, .knowledge__title .h6 {
      font-family: "Lato", sans-serif;
      font-weight: 500;
      font-size: 0.875rem;
      margin-bottom: 12px; }
  .knowledge__premium {
    cursor: pointer;
    z-index: 2; }

.knowledge-wrap {
  display: flex;
  padding: 30px 0 20px;
  justify-content: center;
  max-width: 940px;
  margin: auto; }
  .knowledge-wrap--zero-state {
    max-width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 60px; }
    .knowledge-wrap--zero-state i {
      font-size: 4.5rem;
      color: #cccccc;
      margin-bottom: 20px; }

.knowledge-description {
  position: relative;
  margin: 0 60px 20px 60px; }
  .knowledge-description h5, .knowledge-description .h5 {
    font-weight: 500; }
  .knowledge-description p {
    margin-bottom: 12px; }
  .knowledge-description__buttons {
    padding: 30px 60px 30px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .knowledge-description__buttons .btn {
      font-family: "Lato", sans-serif;
      font-weight: 600;
      font-size: 0.875rem; }
    .knowledge-description__buttons i {
      margin-right: 8px; }
  .knowledge-description__group .button--secondary {
    margin-right: 20px; }
  .knowledge-description__wrap {
    background-color: #f6f6f6;
    border-radius: 4px;
    padding: 24px 30px 20px 30px;
    margin-bottom: 30px; }
    .knowledge-description__wrap h3, .knowledge-description__wrap .h3 {
      margin: 0;
      color: #d4002f;
      text-transform: uppercase; }
  .knowledge-description__information {
    display: flex; }
    .knowledge-description__information span {
      margin-bottom: 24px; }
      .knowledge-description__information span:last-child {
        font-weight: 500;
        margin-left: 3px; }
    .knowledge-description__information i {
      margin-right: 10px; }
  .knowledge-description__item {
    margin-right: 30px;
    font-weight: 500; }
  .knowledge-description__intro {
    padding: 0 30px; }
    .knowledge-description__intro p {
      font-weight: 300; }
      .knowledge-description__intro p strong {
        font-weight: 500; }
    .knowledge-description__intro ol,
    .knowledge-description__intro ul {
      padding-left: 17px;
      margin-bottom: 16px; }
      .knowledge-description__intro ol li,
      .knowledge-description__intro ul li {
        margin-bottom: 4px;
        font-weight: 300; }
  .knowledge-description--video, .knowledge-description--link {
    margin-bottom: 30px; }

.knowledge-table {
  padding-top: 20px;
  margin: 0 90px 80px 90px;
  border-top: 1px solid #cccccc; }
  .knowledge-table h2, .knowledge-table .h2 {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 20px; }

.knowledge-video {
  text-align: center;
  margin-top: 30px; }

.knowledge-link {
  display: flex;
  justify-content: center;
  margin-top: 20px; }
  .knowledge-link__card {
    display: flex;
    padding: 12px;
    min-width: 540px;
    background-color: #f4f4f4;
    border: 1px solid #cccccc;
    border-radius: 4px; }
  .knowledge-link__description {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 4px 0; }
    .knowledge-link__description .external-link {
      color: #232730;
      position: absolute;
      top: 0;
      right: 0; }
    .knowledge-link__description p {
      margin: 10px 0 4px; }
    .knowledge-link__description .link {
      color: #d4002f;
      margin-bottom: 15px;
      text-decoration: none;
      display: inline-block; }
  .knowledge-link__image {
    max-width: 220px; }
    .knowledge-link__image img {
      width: 100%;
      object-fit: cover; }
  .knowledge-link__tooltip {
    position: relative; }
    .knowledge-link__tooltip:hover .tooltiptext {
      visibility: visible; }
    .knowledge-link__tooltip a {
      width: 200px;
      height: 15px;
      overflow: hidden;
      text-overflow: ellipsis; }
    .knowledge-link__tooltip .tooltiptext {
      visibility: hidden;
      padding: 8px;
      border: 1px solid #cccccc;
      border-radius: 4px;
      background-color: #fff;
      min-width: 240px;
      font-size: 0.75rem;
      color: #232730;
      width: 100%;
      word-wrap: break-word;
      margin: 0;
      box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
      position: absolute;
      top: -28px;
      left: 220px; }
      .knowledge-link__tooltip .tooltiptext:before {
        content: "";
        right: 100%;
        top: 50%;
        border: solid #cccccc;
        position: absolute;
        pointer-events: none;
        margin-left: -5px;
        border-color: rgba(204, 204, 204, 0) rgba(204, 204, 204, 0.5) rgba(204, 204, 204, 0) rgba(204, 204, 204, 0);
        border-width: 9px;
        margin-top: -8px; }
      .knowledge-link__tooltip .tooltiptext::after {
        content: "";
        right: 100%;
        top: 50%;
        border: solid #fff;
        position: absolute;
        pointer-events: none;
        border-color: rgba(35, 39, 48, 0) #fff rgba(35, 39, 48, 0) rgba(35, 39, 48, 0);
        border-width: 7px;
        margin-top: -7px; }

.datepicker:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f073";
  font-weight: 900;
  position: absolute;
  top: 11px;
  right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none; }
.datepicker input:focus, .datepicker .form-group .form-control:focus, .form-group .datepicker .form-control:focus {
  border-color: #474451 !important; }
.datepicker:hover .form-control {
  cursor: pointer; }
.datepicker#remediationDate::after {
  top: 6px;
  right: 10px; }

.ui-widget {
  font-family: "Roboto", sans-serif; }
  .ui-widget.ui-widget-content {
    min-width: 364px;
    padding: 16px 10px 2px 10px;
    border: 1px solid #cccccc;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    color: #232730; }

.ui-widget-header {
  background: transparent;
  padding: 0 !important;
  border: none;
  font-weight: 500;
  font-size: 0.875rem;
  color: #232730; }

.ui-datepicker-prev span,
.ui-datepicker-next span {
  background-image: none !important; }

.ui-datepicker-prev,
.ui-datepicker-next {
  width: auto;
  height: auto; }
  .ui-datepicker-prev:before,
  .ui-datepicker-next:before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center; }

.ui-datepicker-prev:before {
  content: "\f053"; }

.ui-datepicker-next:before {
  content: "\f054"; }

.ui-datepicker-calendar th {
  font-size: 0.75rem;
  font-weight: 500;
  padding: 15px 8px;
  text-transform: uppercase; }

.ui-datepicker td {
  width: 32px;
  height: 20px;
  text-align: center;
  padding-bottom: 8px; }

.ui-widget-content .ui-state-default {
  border: none;
  background: transparent;
  text-align: center; }
  .ui-widget-content .ui-state-default.ui-state-active {
    background-color: #d4002f;
    color: #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
.ui-widget-content .ui-state-hover {
  border: transparent;
  background: none;
  color: #d4002f;
  cursor: pointer; }

.ui-datepicker-today {
  color: #d4002f; }

.datepicker {
  position: relative; }
  .datepicker input:focus, .datepicker .form-group .form-control:focus, .form-group .datepicker .form-control:focus {
    border-color: #cccccc; }
  .datepicker:focus-within:after {
    border-left: 1px solid #cccccc; }

.select2-dropdown {
  z-index: 10000;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  margin-top: 4px; }

.select2-container--default .select2-selection--single {
  border: 1px solid #cccccc;
  background-color: #fcfcfc;
  height: 40px; }
  .select2-container--default .select2-selection--single i {
    display: none; }
  .select2-container--default .select2-selection--single:focus-visible {
    outline: none; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #232730;
    padding: 0 12px;
    line-height: 2.8;
    font-weight: 300; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    width: auto;
    right: 12px;
    visibility: hidden; }
    .select2-container--default .select2-selection--single .select2-selection__arrow::before {
      visibility: visible;
      font-family: "Font Awesome 6 PRO";
      content: "\f107";
      font-size: 0.875rem;
      font-weight: 900;
      line-height: 2.8; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #bebebe;
    font-style: italic;
    font-weight: 300; }
  .select2-container--default .select2-selection--single .active {
    transition: all 0.2s;
    transform: rotate(180deg) translateY(0) !important; }

.select2-results__options::-webkit-scrollbar {
  width: 18px; }
.select2-results__options::-webkit-scrollbar-thumb {
  width: 6px;
  border: 6px solid #fff; }
.select2-results__options i {
  position: absolute;
  right: 12px;
  font-size: 0.75rem;
  color: #bebebe; }
  .select2-results__options i::before {
    position: absolute;
    top: 2px;
    right: 0; }
.select2-results__options#select2-assurance-results .select2-results__option, .select2-results__options#select2-attestation-results .select2-results__option {
  padding-left: 40px; }
.select2-results__options#select2-assurance-results i, .select2-results__options#select2-attestation-results i {
  right: auto;
  left: 12px;
  font-size: 14px;
  font-weight: 900;
  color: #232730; }
  .select2-results__options#select2-assurance-results i::before, .select2-results__options#select2-attestation-results i::before {
    position: static; }

.select2-results__option {
  font-weight: 300;
  padding: 9px 12px;
  position: relative;
  display: flex;
  justify-content: space-between; }
  .select2-results__option span:nth-child(2) {
    margin-right: 25px; }
  .select2-results__option.select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #eeeeee !important;
    color: #232730 !important;
    font-weight: 400 !important; }

.select2-container--default .select2-results__option--selected {
  background-color: #eeeeee; }

.select2-search--dropdown {
  display: none; }

.select2-container--open .select2-selection__arrow {
  transform: rotate(180deg); }

.dz-clickable .dz-image,
.dz-clickable .dz-size,
.dz-clickable .dz-success-mark,
.dz-clickable .dz-error-message,
.dz-clickable .dz-error-mark {
  display: none; }
.dz-clickable .dz-message {
  border: 1px dashed #d4002f;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fcfcfc;
  padding: 38px 0;
  border-radius: 4px;
  cursor: pointer; }
  .dz-clickable .dz-message i {
    font-size: 1.5rem;
    color: #d4002f;
    margin-bottom: 10px; }
  .dz-clickable .dz-message strong {
    color: #d4002f;
    font-size: 1rem;
    margin-bottom: 5px; }
  .dz-clickable .dz-message span {
    font-size: 1rem; }
  .dz-clickable .dz-message p {
    margin: 5px 0 0 0;
    font-size: 0.625rem;
    text-align: center; }
.dz-clickable .dz-preview {
  width: 344px;
  max-height: 30px;
  text-align: center;
  background-color: #f6f6f6;
  padding: 4px 10px 6px; }
  .dz-clickable .dz-preview .dz-filename {
    text-align: left;
    font-weight: 400; }
    .dz-clickable .dz-preview .dz-filename span {
      font-weight: 500;
      text-decoration: solid;
      text-decoration: underline;
      line-height: 1; }
    .dz-clickable .dz-preview .dz-filename:before {
      font-family: "Font Awesome 6 Pro";
      content: "\f15c";
      font-size: 1rem;
      color: #474451;
      font-weight: 900;
      margin-right: 8px; }
.dz-clickable .dz-remove {
  visibility: hidden; }
  .dz-clickable .dz-remove::after {
    visibility: visible;
    font-family: "Font Awesome 6 PRO";
    content: "\f00d";
    color: #898c96;
    position: absolute;
    top: 6px;
    right: 8px;
    font-size: 0.875rem;
    font-weight: 400; }

.dropzone__image {
  display: flex;
  margin: 2px 0 16px;
  align-items: center;
  position: relative; }
  .dropzone__image .dropzone-previews {
    margin-right: 20px; }
  .dropzone__image .dropzone {
    border: none;
    padding: 0;
    min-height: auto;
    width: 100%; }
    .dropzone__image .dropzone .dz-clickable .dz-message {
      margin: 0;
      padding: 18px 0; }
    .dropzone__image .dropzone .dz-clickable .dz-preview {
      width: auto; }
    .dropzone__image .dropzone .dz-preview {
      position: absolute;
      width: 210px;
      height: 110px;
      position: absolute;
      top: 0;
      left: 0;
      margin: 0;
      padding: 0; }
      .dropzone__image .dropzone .dz-preview .dz-image {
        width: 210px;
        height: 110px;
        border-radius: 4px; }
        .dropzone__image .dropzone .dz-preview .dz-image img {
          object-fit: cover;
          width: 210px;
          height: 110px; }
      .dropzone__image .dropzone .dz-preview .dz-details,
      .dropzone__image .dropzone .dz-preview .dz-progress,
      .dropzone__image .dropzone .dz-preview .dz-error-message,
      .dropzone__image .dropzone .dz-preview .dz-success-mark,
      .dropzone__image .dropzone .dz-preview .dz-error-mark {
        display: none; }
  .dropzone__image .dropzone.dz-started .dz-message {
    display: flex; }

.dropzone__wrap {
  display: flex; }
  .dropzone__wrap .dropzone {
    border: none;
    padding: 0;
    min-height: auto;
    flex: 1; }
    .dropzone__wrap .dropzone .dz-clickable .dz-message {
      margin: 0 0 0 20px;
      padding: 13px 0; }
      .dropzone__wrap .dropzone .dz-clickable .dz-message p {
        color: #898c96;
        font-size: 0.75rem; }
  .dropzone__wrap .dz-filename,
  .dropzone__wrap .dz-size,
  .dropzone__wrap .dz-error-message,
  .dropzone__wrap .dz-success-mark,
  .dropzone__wrap .dz-error-mark {
    display: none; }
  .dropzone__wrap .dz-remove {
    position: absolute;
    bottom: 0;
    display: none;
    width: 100%;
    text-align: center;
    background: rgba(71, 68, 81, 0.8);
    padding: 8px 0;
    font-size: 0;
    clip-path: polygon(12% 0, 35% 0, 95% 0, 78% 72%, 59% 90%, 41% 99%, 20% 67%, 5px 0, -1% 0); }
    .dropzone__wrap .dz-remove:hover {
      background: rgba(71, 68, 81, 0.7); }
    .dropzone__wrap .dz-remove:after {
      font-family: "Font Awesome 6 Pro";
      font-weight: 300;
      font-size: 0.875rem;
      content: "\f2ed";
      color: #fff; }
  .dropzone__wrap .dropzone-previews {
    position: relative;
    border: 4px solid #474451;
    border-radius: 50%;
    overflow: hidden; }
    .dropzone__wrap .dropzone-previews img {
      width: 112px;
      height: 112px;
      border-radius: 50%;
      object-fit: cover; }
  .dropzone__wrap .dz-preview {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    overflow: hidden; }
    .dropzone__wrap .dz-preview.dz-image-preview .dz-remove {
      display: block; }
    .dropzone__wrap .dz-preview.dz-image-preview .dz-image img {
      border-radius: 50%;
      object-fit: cover;
      width: 112px;
      height: 112px; }
  .dropzone__wrap--square .dropzone-previews {
    border: 2px solid #474451;
    border-radius: 4px; }
    .dropzone__wrap--square .dropzone-previews img {
      width: auto;
      height: auto;
      border-radius: 0; }
  .dropzone__wrap--square .dz-preview {
    border-radius: 0; }
    .dropzone__wrap--square .dz-preview.dz-image-preview .dz-remove {
      clip-path: none;
      padding: 6px 0; }
    .dropzone__wrap--square .dz-preview.dz-image-preview .dz-image img {
      border-radius: 0px;
      width: 120px;
      height: 120px; }
  .dropzone__wrap--company {
    position: relative; }
    .dropzone__wrap--company .dropzone-previews {
      position: absolute;
      top: 0;
      left: 0;
      border: 4px solid #474451;
      width: 112px;
      height: 112px;
      border-radius: 50%;
      overflow: hidden; }
      .dropzone__wrap--company .dropzone-previews img {
        border-radius: 50%;
        object-fit: cover;
        width: 104px;
        height: 104px; }
    .dropzone__wrap--company .dz-clickable .dz-message {
      margin: 0 0 0 20px;
      padding: 14px 46px; }
      .dropzone__wrap--company .dz-clickable .dz-message p {
        color: #898c96;
        font-size: 0.75rem; }
    .dropzone__wrap--company .dropzone-previews {
      position: relative; }
    .dropzone__wrap--company .dz-preview {
      position: absolute;
      top: 0;
      left: 0;
      width: 112px;
      height: 112px;
      border-radius: 50%;
      max-height: 100%; }
      .dropzone__wrap--company .dz-preview.dz-image-preview .dz-remove {
        display: block; }
      .dropzone__wrap--company .dz-preview.dz-image-preview .dz-image {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        border: 4px solid #474451;
        width: 112px;
        height: 112px;
        border-radius: 50%; }
        .dropzone__wrap--company .dz-preview.dz-image-preview .dz-image img {
          border-radius: 50%;
          border: none;
          object-fit: cover;
          width: 104px;
          height: 104px; }

.offcanvas {
  max-width: 225px;
  background-color: #fcfcfc; }

.offcanvas-header {
  border-bottom: 1px solid #cccccc;
  padding: 11px 8px 12px 8px; }
  .offcanvas-header .btn-close {
    visibility: hidden;
    opacity: 1; }
    .offcanvas-header .btn-close::before {
      font-family: "Font Awesome 6 Pro";
      content: "\f054";
      font-size: 0.75rem;
      color: #d4002f;
      font-weight: 900;
      visibility: visible; }

.offcanvas-body {
  padding: 12px 0; }
  .offcanvas-body h5, .offcanvas-body .h5 {
    margin: 0 0 12px 6px; }
  .offcanvas-body__group {
    margin-bottom: 20px;
    padding: 0 8px; }
    .offcanvas-body__group ul {
      margin: 0;
      padding: 0; }
    .offcanvas-body__group .button i {
      color: #232730;
      margin-right: 8px; }
    .offcanvas-body__group--domain {
      padding: 0 0 0 8px; }
      .offcanvas-body__group--domain .button {
        margin-top: 5px; }
  .offcanvas-body__image {
    padding: 6px;
    background-color: #e5e5e5;
    border-radius: 100px;
    margin-right: 8px; }
    .offcanvas-body__image img {
      width: 16px;
      height: 16px; }
  .offcanvas-body__item {
    display: flex;
    align-items: center; }
  .offcanvas-body__card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 12px 4px 6px;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 4px;
    margin-bottom: 4px; }
    .offcanvas-body__card h6, .offcanvas-body__card .h6 {
      font-size: 0.875rem;
      font-weight: 500;
      margin-bottom: 0; }
    .offcanvas-body__card label {
      line-height: 1;
      font-weight: 500;
      margin-top: 5px;
      font-size: 0.75rem; }
    .offcanvas-body__card--small {
      background-color: #fff;
      max-width: 65px;
      padding-bottom: 7px; }
  .offcanvas-body__items {
    display: flex;
    justify-content: space-between;
    font-size: 0.75rem;
    margin: 12px 0; }
    .offcanvas-body__items span {
      font-weight: 500;
      width: 62px; }
    .offcanvas-body__items p {
      margin-bottom: 0; }

.reports {
  padding: 30px 18px 0;
  height: calc(100% - 15px); }
  .reports .col-xxl-6 {
    margin-bottom: 15px; }
  .reports.reports-v2 .progress-rail .progress-bar:last-of-type,
  .reports.reports-v2 .progress-rail .progress-bar:first-of-type {
    border-radius: 0; }

.faq__title {
  background: url("../img/background-narrow.png") no-repeat center/cover;
  border-bottom: 1px solid #cccccc; }
  .faq__title h1, .faq__title .h1 {
    font-size: 1.875rem;
    text-transform: none;
    padding: 30px 0;
    text-align: center;
    color: #232730; }
.faq__content {
  padding: 0 30px 30px; }
  .faq__content h2, .faq__content .h2 {
    font-weight: 700;
    color: #232730;
    border-bottom: 1px solid #cccccc;
    padding: 30px 30px 20px;
    margin: 0; }

.accordion-secondary h5, .accordion-secondary .h5 {
  margin: 0; }
.accordion-secondary .accordion-button {
  padding: 17px 82px 17px 30px;
  font-size: 0.875rem;
  line-height: 1.14;
  font-family: "Roboto", sans-serif;
  color: #232730;
  position: relative; }
  .accordion-secondary .accordion-button[aria-expanded="false"] {
    border-bottom: 1px solid #cccccc; }
  .accordion-secondary .accordion-button[aria-expanded="true"] {
    background-color: #f7f7f8; }
    .accordion-secondary .accordion-button[aria-expanded="true"]:after {
      content: "\f056"; }
  .accordion-secondary .accordion-button:hover {
    background-color: #f7f7f8; }
    .accordion-secondary .accordion-button:hover:after {
      font-weight: 900; }
  .accordion-secondary .accordion-button:after {
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    font-size: 1.375rem;
    color: #d4002f;
    content: "\f055";
    position: absolute;
    right: 14px;
    top: 14px; }
.accordion-secondary .collapse.show {
  border-bottom: 1px solid #cccccc; }
.accordion-secondary__body {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.286;
  padding: 0 82px 17px 30px;
  color: #232730;
  background-color: #f7f7f8; }
  .accordion-secondary__body p {
    margin: 0; }
.accordion-secondary__text {
  display: flex; }
.accordion-secondary.sortable-list {
  min-height: 50px; }
  .accordion-secondary.sortable-list h5, .accordion-secondary.sortable-list .h5 {
    position: relative; }
  .accordion-secondary.sortable-list .accordion-button {
    padding: 17px 70px 17px 7px;
    display: flex;
    align-items: baseline;
    justify-content: space-between; }
    .accordion-secondary.sortable-list .accordion-button:after {
      display: none; }
    .accordion-secondary.sortable-list .accordion-button:hover {
      cursor: grabbing; }
      .accordion-secondary.sortable-list .accordion-button:hover .sortable-icon {
        color: #ff194c; }
.accordion-secondary strong {
  font-weight: 500; }

.sortable-icon {
  margin-right: 10px;
  color: #d4002f;
  line-height: 1; }

.icons-action {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  display: flex;
  align-items: center; }
  .icons-action a {
    padding: 17px 7px;
    text-decoration: none;
    display: block; }
    .icons-action a:last-of-type {
      margin-right: 11px; }

.icons-delete {
  color: #474451; }
  .icons-delete:hover {
    color: #232730; }

.icons-edit {
  color: #d4002f; }
  .icons-edit:hover {
    color: #ff194c; }

.category__input {
  position: relative;
  display: none;
  width: 100%; }
  .category__input input, .category__input .form-group .form-control, .form-group .category__input .form-control {
    border-radius: 60px;
    padding: 6px 27px; }
.category__input-inner {
  display: flex;
  align-items: center; }
.category__name {
  padding: 10px 0; }
.category__tag {
  width: 50%;
  padding: 14px 12px;
  height: 65px; }
.category__xmark {
  color: #474451;
  padding: 5px 7px;
  margin-left: 8px;
  line-height: 1; }
  .category__xmark:hover {
    color: #232730;
    cursor: pointer; }
.category__accept {
  font-size: 1.25rem;
  position: absolute;
  top: 5px;
  right: 37px;
  color: #d4002f; }
  .category__accept:hover {
    color: #ff194c;
    cursor: pointer; }
.category__form .table__cell {
  padding-left: 20px; }

.radio {
  visibility: hidden;
  position: relative;
  cursor: pointer;
  width: 18px;
  height: 18px; }
  .radio::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f111";
    line-height: 1;
    font-size: 21px;
    color: #cccccc;
    font-weight: 300;
    min-width: 21px;
    min-height: 21px;
    visibility: visible;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -2px; }
  .radio:hover::before {
    color: #474451; }
  .radio:checked:after {
    font-family: "Font Awesome 6 Pro";
    content: "\f111";
    font-size: 0.70rem;
    line-height: 1;
    color: #d4002f;
    font-weight: 900;
    transition: 0.15s ease-in-out;
    border-radius: 100px;
    background-color: #d4002f;
    position: absolute;
    top: 3px;
    left: 5px;
    visibility: visible; }
  .radio__form {
    display: flex;
    align-items: center; }
  .radio__wrap {
    display: flex;
    margin-right: 30px; }
    .radio__wrap label {
      padding: 1px 0 0 15px; }

.navigation {
  width: 162px;
  border-right: 1px solid #cccccc;
  font-family: "Lato", sans-serif; }
  .navigation ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .navigation li {
    margin-bottom: 15px; }
  .navigation a {
    color: #232730;
    display: block;
    padding: 0 10px 15px 30px;
    text-decoration: none; }
    .navigation a:hover {
      color: #d4002f; }
    .navigation a.current {
      color: #d4002f; }
  .navigation i {
    width: 16px;
    margin-right: 8px;
    text-align: center; }

.subscription {
  margin: 0 30px;
  width: calc(100% - 162px); }
  .subscription h2, .subscription .h2 {
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase; }
    .subscription h2 i, .subscription .h2 i {
      margin-right: 10px; }
  .subscription-plan__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 21px; }
  .subscription .card--full .subscription-plan__card--settings {
    height: 100% !important; }
  .subscription .card--full .subscription-plan__card-content--full {
    height: calc(100% - 40px) !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .subscription .card--full h3, .subscription .card--full .h3 {
    margin: 0; }
  .subscription .card--full ul {
    margin: 10px 0 14px; }
    .subscription .card--full ul li {
      font-size: 12px !important; }
  .subscription .card--full .subscription-plan__price--premium {
    align-items: center !important;
    margin-bottom: 15px; }
  .subscription .subscription-text {
    font-size: 0.75rem;
    color: #898c96; }
  .subscription__info {
    border: 1px solid #cccccc;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 30px; }
    .subscription__info h3, .subscription__info .h3 {
      color: #898c96;
      font-size: 0.875rem;
      font-weight: 500;
      margin-bottom: 3px; }
      .subscription__info h3 strong, .subscription__info .h3 strong {
        color: #232730;
        font-size: 16px;
        font-weight: 700;
        line-height: 19px;
        margin-left: 10px; }
      .subscription__info h3 small, .subscription__info .h3 small, .subscription__info h3 .small, .subscription__info .h3 .small {
        font-size: 12px;
        line-height: 14px; }
      .subscription__info h3 + h3, .subscription__info .h3 + h3, .subscription__info h3 + .h3, .subscription__info .h3 + .h3 {
        margin-top: 10px; }
    .subscription__info p {
      font-family: "Lato", sans-serif;
      font-weight: 500;
      margin: 0; }
    .subscription__info span {
      font-family: "Lato", sans-serif;
      font-size: 1.5rem;
      font-weight: 700; }
      .subscription__info span.subscription__info-date {
        display: block;
        margin-top: 2px;
        font-size: 16px;
        line-height: 19px;
        color: rgba(212, 0, 47, 0.5); }
    .subscription__info .info-number {
      font-size: 1rem; }
    .subscription__info .disabled-number {
      color: #898c96; }
    .subscription__info .form-wrap__inner {
      margin-left: 0;
      margin-right: 0; }
    .subscription__info.pending span.subscription__info-date {
      color: #D4002F; }
  .subscription__info-list {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #cccccc; }
    .subscription__info-list ul {
      padding: 0;
      margin: 0; }
    .subscription__info-list li {
      list-style: none;
      display: flex;
      align-items: center;
      margin-bottom: 10px; }
      .subscription__info-list li:last-child {
        margin-bottom: 0; }
      .subscription__info-list li p {
        color: #898c96;
        margin-right: 10px; }
      .subscription__info-list li span {
        font-size: 0.75rem; }
      .subscription__info-list li .info-list-number {
        font-size: 1rem; }

.page-trial-expired {
  background: none; }
  .page-trial-expired .subscription-plan {
    background: none;
    padding: 20px 0 0; }
    .page-trial-expired .subscription-plan__content {
      background: none;
      height: calc(100% - 62px); }
      .page-trial-expired .subscription-plan__content--plan {
        margin: 0;
        padding: 0; }
    .page-trial-expired .subscription-plan__plan {
      padding-top: 30px; }
    .page-trial-expired .subscription-plan__card {
      background: #fff; }

.page-subscription-plan .subscription-plan {
  background: none;
  padding: 20px 0 0; }
  .page-subscription-plan .subscription-plan__content {
    background: none;
    height: auto; }
    .page-subscription-plan .subscription-plan__content--plan {
      margin: 0;
      padding: 0 0 195px; }
  .page-subscription-plan .subscription-plan__plan {
    padding-top: 30px; }
  .page-subscription-plan .subscription-plan__card {
    background: #fff; }

.trial-expired-notification {
  padding: 20px 95px 20px 30px;
  box-shadow: 0px 0px 4px 0px #D4002F;
  border-radius: 8px;
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 30px;
  max-width: 1165px;
  margin: 0 auto;
  overflow: hidden;
  z-index: 0; }
  @media (max-width: 1205px) {
    .trial-expired-notification {
      margin: 0 20px; } }
  .trial-expired-notification::before {
    content: '';
    width: 101%;
    height: 110%;
    border-radius: 8px;
    background: url("../img/trial-expired-notification-img.png") no-repeat bottom/cover;
    position: absolute;
    left: -5px;
    z-index: 1; }
  .trial-expired-notification > * {
    position: relative;
    z-index: 2; }
  .trial-expired-notification p {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    margin: 0; }
    .trial-expired-notification p a {
      color: #fff; }
      .trial-expired-notification p a:hover {
        text-decoration: none; }
  .trial-expired-notification .notification-icon i {
    font-size: 30px;
    line-height: 1; }
  .trial-expired-notification .notification-close {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    z-index: 3;
    transition: color .3s ease-in-out; }
    .trial-expired-notification .notification-close:hover {
      color: #d4002f; }

.subscription-plan-notification {
  padding: 20px 95px 20px 30px;
  border-radius: 8px;
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 30px;
  max-width: 1165px;
  margin: 0 auto;
  overflow: hidden;
  z-index: 0; }
  @media (max-width: 1205px) {
    .subscription-plan-notification {
      margin: 0 20px; } }
  .subscription-plan-notification::before {
    content: '';
    width: 101%;
    height: 110%;
    border-radius: 8px;
    background: url("../img/subscription-plan-notification-img.png") no-repeat bottom/cover;
    position: absolute;
    left: -5px;
    z-index: 1; }
  .subscription-plan-notification > * {
    position: relative;
    z-index: 2; }
  .subscription-plan-notification p {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    margin: 0; }
    .subscription-plan-notification p span {
      font-weight: 700; }
  .subscription-plan-notification .notification-icon i {
    font-size: 30px;
    line-height: 1; }
  .subscription-plan-notification .notification-close {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    z-index: 3;
    transition: color .3s ease-in-out; }
    .subscription-plan-notification .notification-close:hover {
      color: #d4002f; }
  .subscription-plan-notification .btn {
    margin-left: auto; }
  .subscription-plan-notification.free-trial {
    padding: 20px 75px 20px 30px;
    margin-bottom: 20px; }

.invoice-status {
  display: inline-block;
  margin: 2px 0 0;
  padding: 4px 18px;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  background: #000; }
  .invoice-status.canceled {
    background: #898C96; }
  .invoice-status.pending {
    background: #E9A136; }
  .invoice-status.paid {
    background: #1D896F; }

.invoice-link {
  color: #1693A5; }
  .invoice-link:hover {
    color: #1693A5;
    text-decoration: none; }

.update-notice {
  display: flex;
  align-items: center;
  gap: 55px;
  margin: 0 30px;
  padding: 20px 90px 20px 25px;
  background: rgba(212, 0, 47, 0.06);
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #D4002F;
  box-shadow: 0px 2px 4px 0px #00000040;
  border-radius: 0 0 8px 8px;
  position: relative; }
  .update-notice p {
    margin: 0;
    font-size: 12px;
    line-height: 14px; }
    .update-notice p strong {
      font-weight: 600;
      color: #D4002F; }
    .update-notice p i {
      margin-right: 10px; }
    .update-notice p a {
      font-weight: 500;
      color: #1693A5; }
      .update-notice p a:hover {
        color: #1693A5;
        text-decoration: none; }
  .update-notice-close {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 23px;
    line-height: 1;
    cursor: pointer; }
    .update-notice-close i {
      color: rgba(35, 39, 48, 0.4);
      transition: color .3s ease-in-out; }
    .update-notice-close:hover i {
      color: #232730; }
  .update-notice.update-notice-requirements {
    border-width: 1px 0 1px 0;
    border-radius: 0;
    margin: 0 0 10px;
    padding: 20px 120px 20px 55px; }
    .update-notice.update-notice-requirements .update-notice-close {
      right: 50px; }
  .update-notice--v2 {
    justify-content: space-between;
    border-width: 1px;
    border-radius: 8px; }
    .page-trial-expired .update-notice--v2 {
      max-width: 1165px;
      margin: 0 auto 30px; }

.subscription-banners {
  max-width: 1165px;
  margin: 0 auto 30px;
  display: flex;
  gap: 20px; }
  .subscription-banners.subscription-banners--3pao {
    max-width: 100%;
    margin: 20px 30px 6px; }
    .subscription-banners.subscription-banners--3pao .subscription-banner__content {
      color: #000; }
      .subscription-banners.subscription-banners--3pao .subscription-banner__content span {
        margin-bottom: 2px; }
    .subscription-banners.subscription-banners--3pao .subscription-banner--expired {
      flex: 1; }
      .subscription-banners.subscription-banners--3pao .subscription-banner--expired i {
        color: #CCCCCC; }
    .subscription-banners.subscription-banners--3pao .subscription-banner--time {
      flex: 0 0 240px;
      border-color: #8A8A8A; }
      .subscription-banners.subscription-banners--3pao .subscription-banner--time:only-child {
        flex-grow: 1; }

.subscription-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding: 15px 20px;
  border-radius: 8px; }
  .subscription-banner--expired {
    flex: 1 1 55%;
    border: 1px solid #8A8A8A; }
    .subscription-banner--expired i {
      color: #D4002F; }
  .subscription-banner--expired-soon {
    flex: 1 1 55%;
    border: 1px solid #8A8A8A; }
    .subscription-banner--expired-soon i {
      color: #CCCCCC; }
  .subscription-banner--time {
    flex: 1 1 45%;
    border: 1px solid #CCCCCC; }
    .subscription-banner--time i {
      color: #F0A739; }
  .subscription-banner__content {
    display: flex;
    align-items: center;
    gap: 15px; }
    .subscription-banner__content p {
      margin: 0;
      font-size: 16px;
      line-height: 19px; }
      .subscription-banner__content p span {
        display: block;
        font-weight: 700; }
  .subscription-banner__icon {
    font-size: 28px;
    line-height: 1; }

.switch {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 22px; }
  .switch__slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #b4bac7;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 100px;
    box-shadow: inset 0.2px 0.5px 0.3px #9aa1b2; }
    .switch__slider:before {
      position: absolute;
      content: "";
      height: 18px;
      width: 18px;
      left: 2px;
      bottom: 2px;
      background-color: #f2f7fc;
      -webkit-transition: 0.4s;
      transition: 0.4s;
      border-radius: 50%; }
  .switch__yes, .switch__no {
    position: absolute;
    top: 4px;
    font-size: 0.75rem;
    color: #fff; }
  .switch__yes {
    left: 8px; }
  .switch__no {
    right: 8px; }
  .switch input, .switch .form-group .form-control, .form-group .switch .form-control {
    opacity: 0;
    width: 0;
    height: 0; }
    .switch input:checked + .switch__slider, .switch .form-group .form-control:checked + .switch__slider, .form-group .switch .form-control:checked + .switch__slider {
      background-color: #1693a5;
      box-shadow: inset 0.2px 0.5px 0.3px #2babab; }
      .switch input:checked + .switch__slider:before, .switch .form-group .form-control:checked + .switch__slider:before, .form-group .switch .form-control:checked + .switch__slider:before {
        -webkit-transform: translateX(32px);
        -ms-transform: translateX(32px);
        transform: translateX(32px); }
    .switch input:checked ~ .switch__no, .switch .form-group .form-control:checked ~ .switch__no, .form-group .switch .form-control:checked ~ .switch__no {
      display: none; }
    .switch input:checked ~ .switch__yes, .switch .form-group .form-control:checked ~ .switch__yes, .form-group .switch .form-control:checked ~ .switch__yes {
      display: inline; }
    .switch input ~ .switch__yes, .switch .form-group .form-control ~ .switch__yes, .form-group .switch .form-control ~ .switch__yes {
      display: none; }
  .switch--disabled {
    pointer-events: none;
    opacity: 0.4; }

.sessionTimeout {
  z-index: 100000 !important; }

.sessionTimeout-modal {
  max-width: 600px;
  border-radius: 8px;
  padding: 30px !important; }

.sessionTimeout-title {
  visibility: hidden;
  padding: 0 !important; }
  .sessionTimeout-title::before {
    visibility: visible;
    content: "session almost expired";
    font-family: "Lato", sans-serif;
    color: #232730;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.125rem; }

.sessionTimeout-content p,
.sessionTimeout-content span {
  font-family: "Roboto", sans-serif;
  color: #232730;
  font-size: 0.875rem;
  margin: 37px 0 0;
  text-align: left; }
.sessionTimeout-content p {
  font-weight: 400; }
.sessionTimeout-content span {
  font-weight: 600; }

.sessionTimeout-buttons {
  margin: 80px 0 0; }
  .sessionTimeout-buttons .sessionTimeout-btn {
    margin: 0;
    padding: 0 30px;
    height: 40px;
    font-size: 0.875rem;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    border-radius: 100px;
    border: 1px solid;
    line-height: 1;
    text-transform: capitalize; }
    .sessionTimeout-buttons .sessionTimeout-btn--secondary {
      background-color: transparent;
      padding: 0;
      border: none;
      color: #232730;
      margin-right: 40px; }
      .sessionTimeout-buttons .sessionTimeout-btn--secondary:hover {
        color: #59595d;
        background-color: transparent; }
    .sessionTimeout-buttons .sessionTimeout-btn--primary {
      border-color: #d4002f;
      color: #fff;
      background-color: #d4002f; }
      .sessionTimeout-buttons .sessionTimeout-btn--primary:hover {
        color: #fff;
        background-color: #ff194c; }

.page-form {
  max-width: 400px;
  margin: 0 auto;
  padding-top: 30px; }

.status-label {
  color: #fff;
  border-radius: 2px;
  padding: 4px 6px;
  font-size: 0.75rem;
  font-weight: 500;
  margin-top: 12px; }
  .status-label:before {
    display: none; }
  .status-label--completed {
    background-color: #52a455; }
  .status-label--in-progress {
    background-color: #ffa600; }
  .status-label--pending {
    background-color: #a333c9; }
  .status-label--planned {
    background-color: #758dd1; }
  .status-label--canceled {
    background-color: #898c96; }
  .status-label--type {
    font-size: 0.625rem;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 100px;
    background-color: #bebebe;
    padding: 4px 8px 0 8px; }

.zero-state {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 60px; }
  .zero-state p {
    margin-top: 20px; }

.accordion-tertiary .accordion-button {
  padding: 12px 0;
  font-size: 0.875rem;
  line-height: 1.14;
  font-family: "Roboto", sans-serif;
  color: #232730;
  position: relative; }
  .accordion-tertiary .accordion-button[aria-expanded="false"] {
    border-bottom: 1px solid #cccccc; }
  .accordion-tertiary .accordion-button span:first-child {
    font-weight: 500;
    margin-right: 10px;
    min-width: 95px;
    margin: 0; }
.accordion-tertiary .collapse.show {
  border-bottom: 1px solid #cccccc; }
.accordion-tertiary__body {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.286;
  padding: 0 0 12px 95px;
  color: #232730;
  background-color: #fff;
  display: flex; }
.accordion-tertiary .accordion-icon::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-size: 1rem;
  color: #232730;
  content: "\e1da";
  margin-right: 10px; }

.discussion {
  position: relative;
  margin-bottom: 20px; }
  .discussion__date {
    display: flex;
    justify-content: center;
    margin-bottom: 20px; }
    .discussion__date:first-child {
      margin-top: 10px; }
    .discussion__date span {
      font-size: 0.75rem;
      color: #cccccc;
      background-color: #fff;
      border: 1px solid #cccccc;
      border-radius: 100px;
      padding: 4px 10px; }
      .discussion__date span::before {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #cccccc;
        position: absolute;
        top: 12px;
        left: 0;
        z-index: -1; }
  .discussion__wrap {
    display: flex;
    align-items: flex-start; }
  .discussion__image {
    border-radius: 50%;
    border: 2px solid #474451;
    width: 54px;
    height: 54px;
    background-color: #9c99a5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 20px 0 0; }
    .discussion__image img {
      border-radius: 50%;
      object-fit: cover;
      width: 50px;
      height: 50px; }
  .discussion__name {
    font-family: "Lato", sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 5px; }
    .discussion__name span {
      font-weight: 400;
      color: #bebebe; }
      .discussion__name span:first-child {
        color: #232730;
        font-weight: 600;
        margin-right: 5px; }
  .discussion__message {
    padding: 17px 12px;
    background: rgba(238, 238, 238, 0.5);
    border-radius: 0px 6px 6px 6px; }
  .discussion__message-file {
    background-color: #f6f6f6;
    padding: 20px 12px 0 12px;
    position: relative; }
    .discussion__message-file .button {
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      color: #1693a5;
      text-decoration: none;
      transition: all 0.2s ease; }
      .discussion__message-file .button:hover {
        color: #2ac6c6; }
        .discussion__message-file .button:hover:before {
          color: #2ac6c6; }
      .discussion__message-file .button span {
        margin-left: 30px;
        display: block; }
        .discussion__message-file .button span:first-child {
          margin-top: 5px; }
        .discussion__message-file .button span:last-child {
          color: #bebebe;
          font-weight: 400;
          font-size: 0.75rem; }
      .discussion__message-file .button::before {
        position: absolute;
        left: 0;
        font-family: "Font Awesome 6 Pro";
        content: "\f15c";
        font-size: 2.25rem;
        color: #1693a5;
        font-weight: 900;
        transition: all 0.2s ease-out; }

.scope-template {
  padding: 30px 30px 0;
  width: calc(100vw - 215px);
  display: flex;
  overflow-x: hidden;
  padding-bottom: 16px; }
  .scope-template:hover {
    cursor: grab; }
  .scope-template__wrap {
    display: flex;
    width: inherit; }
    .scope-template__wrap:after {
      content: "";
      min-width: 1px; }
  .scope-template__add {
    border: 1px dashed #d4002f;
    border-radius: 8px;
    min-width: 160px;
    height: 137px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #d4002f;
    text-decoration: none;
    margin-right: 20px; }
    .scope-template__add:hover {
      color: #ff194c;
      border-color: #ff194c; }
    .scope-template__add i {
      font-size: 1.75rem;
      margin-bottom: 10px; }
    .scope-template__add span {
      font-size: 0.75rem;
      font-weight: 600;
      font-family: "Lato", sans-serif;
      text-decoration: underline; }
  .scope-template__zero {
    height: 137px;
    width: 100%;
    border: 1px solid #cccccc;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #474451; }
  .scope-template__card {
    min-width: 308px;
    height: 137px;
    margin-right: 20px;
    position: relative; }
    .scope-template__card:last-of-type {
      margin-right: 29px; }
  .scope-template__single {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
    padding: 26px 20px 20px;
    background: #fff;
    transition: all 0.2s ease-out;
    border: 1px solid #cccccc;
    border-radius: 8px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15); }
    .scope-template__single:hover {
      border-color: #232730;
      box-shadow: 0px 0px 2px 2px rgba(204, 204, 204, 0.6); }
  .scope-template__heading {
    display: flex;
    align-items: center; }
    .scope-template__heading .template-icons__icon {
      margin-right: 10px; }
    .scope-template__heading h5, .scope-template__heading .h5 {
      color: #474451;
      margin: 0;
      font-weight: 600;
      font-family: "Lato", sans-serif; }
  .scope-template__list {
    display: flex;
    margin-top: 7px; }
    .scope-template__list p {
      margin-bottom: 5px;
      color: #232730;
      line-height: 1.14; }
      .scope-template__list p:last-child {
        margin-bottom: 0; }
    .scope-template__list .scope-template-description {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 200px; }
  .scope-template__dropdown {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0; }
    .scope-template__dropdown button {
      width: 34px;
      height: 26px;
      border: none;
      background-color: transparent;
      display: flex;
      align-items: flex-end;
      justify-content: center; }
      .scope-template__dropdown button:hover {
        color: #474451; }
      .scope-template__dropdown button i {
        font-size: 1rem; }
    .scope-template__dropdown .dropdown-menu {
      background: #fcfcfc;
      border: 1px solid #cccccc;
      box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
      border-radius: 8px;
      min-width: 146px; }
    .scope-template__dropdown .dropdown-item {
      text-align: left;
      font-size: 0.875rem;
      padding: 9px 12px; }
      .scope-template__dropdown .dropdown-item i {
        width: 14px;
        margin-right: 8px; }
      .scope-template__dropdown .dropdown-item--delete {
        color: #d4002f; }

.template-icons__icon {
  width: 64px;
  height: 64px;
  min-width: 64px;
  min-height: 64px;
  border-radius: 100%;
  background-color: #9c99a5;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none; }
  .template-icons__icon i {
    font-size: 2.25rem;
    color: #fff; }
    .template-icons__icon i.font-m {
      font-size: 2.125rem; }
    .template-icons__icon i.font-s {
      font-size: 2rem; }
  .template-icons__icon--active {
    box-shadow: inset 0px 0px 0px 2px #474451; }
  .template-icons__icon--medium {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    box-shadow: inset 0px 0px 0px 2px #474451; }
    .template-icons__icon--medium i {
      font-size: 2rem; }
  .template-icons__icon--small {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    box-shadow: inset 0px 0px 0px 2px #474451; }
    .template-icons__icon--small i {
      font-size: 1.25rem; }
  .template-icons__icon--xs {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    box-shadow: inset 0px 0px 0px 1px #474451; }
    .template-icons__icon--xs i {
      font-size: 0.6875rem; }
  .modal-header .template-icons__icon {
    margin: 0 22px 0 20px; }
.template-icons__wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px; }
  .template-icons__wrap .template-icons__icon {
    box-shadow: inset 0px 0px 0px 2px #474451; }
    .template-icons__wrap .template-icons__icon:hover {
      background-color: #9c99a5; }
  .template-icons__wrap .button {
    margin-left: 20px; }
.template-icons__row {
  display: flex;
  justify-content: space-between;
  padding: 0 50px 30px; }
  .template-icons__row:last-of-type {
    padding-bottom: 0; }

a.template-icons__icon:hover {
  background-color: #bebebe; }

.drag-table {
  overflow: auto;
  height: 230px;
  border: 1px solid #cccccc;
  border-radius: 0 0 4px 4px; }
  .drag-table .table {
    margin: 0; }
  .drag-table thead {
    position: sticky;
    top: 0;
    z-index: 1; }
    .drag-table thead .table__cell {
      height: 30px; }
  .drag-table tr {
    cursor: grab; }
    .drag-table tr:nth-child(even) {
      background-color: #f7f7f8; }
    .drag-table tr:nth-child(odd) {
      background-color: #fff; }
  .drag-table .ui-sortable-helper {
    border: 1px solid #cccccc;
    cursor: grabbing !important; }
    .drag-table .ui-sortable-helper td {
      border-bottom: none; }
  .drag-table td:first-child {
    width: 48px; }
    .drag-table td:first-child i {
      color: #d4002f; }
  .drag-table td:nth-child(2) {
    width: 40%; }
  .drag-table td:last-child {
    width: 53px; }
  .drag-table__button {
    text-align: right;
    padding-top: 20px; }
    .drag-table__button .button--secondary {
      text-decoration: none;
      margin-right: 40px; }

.card {
  background-color: #fff;
  border: 1px solid #cccccc;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 20px 30px 30px 30px; }
  .card__header {
    display: flex;
    justify-content: space-between; }
    .card__header h2, .card__header .h2 {
      margin-bottom: 20px; }
  .card__content span {
    font-weight: 500; }
  .card__requirements {
    display: flex;
    padding: 0;
    margin: 0; }
  .card__item {
    margin-left: 20px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding: 9px 15px;
    list-style: none; }
    .card__item:first-child {
      margin-left: 0; }
    .card__item::before {
      content: "";
      display: inline-block;
      height: 8px;
      width: 8px;
      border-radius: 100px;
      background-color: #d4002f;
      margin-right: 4px; }
  .card__note {
    margin-top: 20px; }
    .card__note i {
      margin-right: 8px;
      color: #898c96; }
    .card__note span {
      color: #898c96;
      font-weight: 400; }
  .card--overlay {
    background: rgba(59, 56, 55, 0.9) url(../img/banner-bg.png) no-repeat center/cover;
    color: #fff;
    margin-bottom: 20px; }
    .card--overlay h2, .card--overlay .h2 {
      color: #fff; }

.note {
  background-color: rgba(20, 158, 202, 0.05);
  border: 1px solid #149eca;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  margin: 0 30px 10px; }
  .note--warning {
    background: rgba(212, 0, 47, 0.05);
    border: 1px solid rgba(212, 0, 47, 0.4);
    margin: -10px 0 20px;
    padding: 16px;
    line-height: 1.14;
    align-items: end;
    justify-content: center; }
    .note--warning i {
      font-size: 1.125rem;
      margin-right: 10px;
      line-height: 1; }
  .note__content {
    display: flex;
    align-items: center; }
    .note__content p {
      margin: 0;
      font-size: 1rem; }
    .note__content i {
      font-size: 1.625rem;
      color: #149eca;
      margin-right: 10px; }
  .note__close {
    color: #898c96;
    border: none;
    background-color: transparent;
    padding: 0;
    margin-left: 15px;
    font-size: 1rem; }
    .note__close:focus {
      box-shadow: none; }

.cap-weight {
  font-family: "Lato", sans-serif;
  color: #fff;
  padding: 3px 22px;
  border-radius: 2px;
  margin: 0 30px 0 10px; }
  .cap-weight--none {
    border: 1px solid #cccccc;
    color: #232730;
    padding: 2px 22px; }
  .cap-weight--one {
    background-color: #548135; }
  .cap-weight--two {
    background-color: #769644; }
  .cap-weight--three {
    background-color: #98ab54; }
  .cap-weight--four {
    background-color: #bac064; }
  .cap-weight--five {
    background-color: #dcd574; }
  .cap-weight--six {
    background-color: #f4c78f; }
  .cap-weight--seven {
    background-color: #f0ad59; }
  .cap-weight--eight {
    background-color: #e07642; }
  .cap-weight--nine {
    background-color: #d03b21; }
  .cap-weight--ten {
    background-color: #c00000; }

.pdf__report {
  width: 595px;
  margin: 0 auto; }
.pdf__report-inner {
  padding: 0 50px; }
.pdf__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5; }
.pdf__header-logo {
  display: flex; }
  .pdf__header-logo img {
    height: 30px; }
.pdf__header-date span {
  font-weight: 300; }
.pdf__hero {
  padding: 40px 0;
  text-align: center; }
  .pdf__hero h1, .pdf__hero .h1 {
    font-size: 1.5rem;
    color: #232730;
    font-weight: 700;
    margin-bottom: 12px;
    text-transform: capitalize; }
  .pdf__hero p {
    font-size: 0.875rem;
    line-height: 1.175;
    margin: 0; }
.pdf__banner {
  display: flex;
  background-color: #f7f7f8;
  padding: 0 10px 0 20px;
  height: 50px; }
.pdf__banner-inner {
  width: 50%;
  display: flex;
  align-items: center; }
  .pdf__banner-inner:last-of-type {
    justify-content: flex-end; }
  .pdf__banner-inner span {
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1;
    text-transform: uppercase;
    margin: 2px 10px 0 0; }
  .pdf__banner-inner strong {
    font-size: 1.5rem;
    line-height: 1.21;
    font-family: "Lato", sans-serif; }
.pdf__label {
  height: 22px;
  min-width: 44px;
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e5e5e5;
  border-radius: 2px;
  white-space: nowrap;
  line-height: 1; }
.pdf__legend {
  display: flex;
  padding: 33px 0; }
  .pdf__legend ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .pdf__legend ul li {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 16px;
      width: 100%; }
      .pdf__legend ul li:last-child {
        margin-bottom: 0; }
  .pdf__legend p {
    margin: 2px 20px 0 0;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 300;
    white-space: nowrap; }
  .pdf__legend i {
    width: 16px;
    height: 16px;
    border-radius: 2px;
    margin-right: 10px;
    display: block; }
  .pdf__legend span {
    font-family: "Lato", sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.2;
    min-width: 21px; }
  .pdf__legend--wide {
    justify-content: space-between; }
    .pdf__legend--wide p {
      margin-right: 10px; }
  .pdf__legend--not-performed i {
    background-color: #003f5c; }
  .pdf__legend--not-performed span {
    color: #003f5c; }
  .pdf__legend--informally i {
    background-color: #5c63a2; }
  .pdf__legend--informally span {
    color: #5c63a2; }
  .pdf__legend--planned i {
    background-color: #9f518d; }
  .pdf__legend--planned span {
    color: #9f518d; }
  .pdf__legend--defined i {
    background-color: #35abd0; }
  .pdf__legend--defined span {
    color: #35abd0; }
  .pdf__legend--controlled i {
    background-color: #ffa600; }
  .pdf__legend--controlled span {
    color: #ffa600; }
  .pdf__legend--improving i {
    background-color: #77d780; }
  .pdf__legend--improving span {
    color: #77d780; }
  .pdf__legend--deficient i {
    background-color: #5d677e; }
  .pdf__legend--deficient span {
    color: #5d677e; }
  .pdf__legend--in-place i {
    background-color: #ffa600; }
  .pdf__legend--in-place span {
    color: #ffa600; }
  .pdf__legend--review i {
    background-color: #ffce20; }
  .pdf__legend--review span {
    color: #ffce20; }
  .pdf__legend--monitored i {
    background-color: #77d780; }
  .pdf__legend--monitored span {
    color: #77d780; }
  .pdf__legend--approved i {
    background-color: #6DC575; }
  .pdf__legend--approved span {
    color: #6DC575; }
  .pdf__legend--not-approved i {
    background-color: #e33e3e; }
  .pdf__legend--not-approved span {
    color: #e33e3e; }
.pdf__legend-wrap--narrow {
  margin-right: 80px; }
.pdf__legend-inner {
  display: flex;
  align-items: center; }
.pdf__level-report h5, .pdf__level-report .h5 {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #f7f7f8;
  padding: 0 10px 0 20px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px; }
.pdf__progress-inner {
  display: flex;
  align-items: center;
  margin-bottom: 10px; }
.pdf__content {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 12px; }
  .pdf__content h1, .pdf__content .h1 {
    margin-bottom: 0; }
  .pdf__content h2, .pdf__content .h2 {
    font-family: "Lato", sans-serif;
    font-size: 1.125rem;
    color: #232730;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase; }
  .pdf__content h3, .pdf__content .h3 {
    margin: 0 8px 10px 0;
    font-size: 0.875rem;
    text-transform: uppercase; }
  .pdf__content p {
    font-size: 0.75rem;
    margin-bottom: 20px; }
    .pdf__content p.pdf__content-indented {
      margin: -3px 0 8px 10px; }
  .pdf__content--sections {
    border: none; }
    .pdf__content--sections p {
      margin-bottom: 0; }
  .pdf__content__section {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 0; }
    .pdf__content__section:first-of-type {
      padding-top: 0; }
  .pdf__content__icon {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    line-height: 1;
    margin-bottom: 10px; }
    .pdf__content__icon i {
      margin-right: 10px; }
    .pdf__content__icon p {
      color: #000; }
.pdf__controls {
  margin-bottom: 20px; }
  .pdf__controls:last-child {
    border-bottom: 1px solid #e5e5e5; }
.pdf__content-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px; }
  .pdf__content-block p {
    margin: 0;
    max-width: 400px; }
  .pdf__content-block strong {
    margin-right: 5px; }
.pdf__content-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 24px 0 10px; }
  .pdf__content-title--section {
    margin: 0; }
    .pdf__content-title--section p {
      font-size: 0.875rem;
      line-height: 1.14;
      margin-bottom: 10px; }
    .pdf__content-title--section strong {
      font-weight: 600;
      margin-right: 25px; }
    .pdf__content-title--section i {
      margin-right: 8px; }
.pdf__content-inner {
  display: flex;
  align-items: center; }
  .pdf__content-inner h3, .pdf__content-inner .h3 {
    margin-bottom: 0; }
.pdf__mark-wrap {
  display: flex;
  align-items: center; }
  .pdf__mark-wrap span {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1;
    margin-left: 8px; }
.pdf__status {
  height: 24px;
  padding: 0 8px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  border-radius: 2px;
  white-space: nowrap;
  line-height: 1; }
  .pdf__status--deficient {
    background-color: #5d677e; }
  .pdf__status--in-place {
    background-color: #fe9800; }
  .pdf__status--review {
    background-color: #ffce20; }
  .pdf__status--monitored {
    background-color: #3ecd77; }

.subscription-plan {
  padding: 30px; }
  .subscription-plan__content {
    background: url("../img/subscription-bg.svg") no-repeat top/cover;
    padding: 100px 30px 30px 30px;
    background-color: #fff;
    border: 1px solid #cccccc;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    height: 100%;
    display: flex;
    justify-content: center; }
    .subscription-plan__content--premium {
      border: none;
      box-shadow: none;
      border-radius: 0;
      padding-top: 30px;
      position: relative;
      height: 100%; }
    .subscription-plan__content--plan {
      padding-top: 60px;
      margin-top: -30px; }
    .subscription-plan__content h1, .subscription-plan__content .h1 {
      text-align: center;
      font-family: "Open Sans", sans-serif;
      font-weight: 700;
      font-size: 1.875rem;
      text-transform: capitalize;
      margin-bottom: 40px;
      color: #232730; }
    .subscription-plan__content p {
      font-family: "Lato", sans-serif;
      font-size: 1rem;
      font-weight: 500;
      margin-bottom: 66px;
      text-align: center; }
    .subscription-plan__content--steps {
      display: block;
      padding-bottom: 60px; }
  .subscription-plan__image {
    text-align: center; }
  .subscription-plan__heading {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 27px;
    max-width: 580px; }
    .subscription-plan__heading p {
      margin-bottom: 0 !important;
      margin-right: auto; }
    .subscription-plan__heading.subscription-plan__heading--settings {
      max-width: 100%; }
      .subscription-plan__heading.subscription-plan__heading--settings h2, .subscription-plan__heading.subscription-plan__heading--settings .h2 {
        margin-bottom: 0;
        margin-right: auto; }
  .subscription-plan__toggle {
    display: flex;
    align-items: center;
    gap: 10px; }
    .subscription-plan__toggle .toggle__text--first {
      order: -1;
      color: #B4BAC7; }
    .subscription-plan__toggle .toggle__text--last {
      font-weight: 500; }
  .subscription-plan__sale p {
    margin: 0;
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #d4002f;
    white-space: nowrap; }
  .subscription-plan__plan {
    display: flex;
    padding-top: 45px; }
    .subscription-plan__plan h2, .subscription-plan__plan .h2 {
      font-family: "Open Sans", sans-serif;
      color: #232730;
      font-size: 1.5rem;
      font-weight: 700;
      margin-bottom: 10px; }
    .subscription-plan__plan p {
      font-size: 0.875rem;
      margin-bottom: 20px;
      text-align: left; }
  .subscription-plan__plans, .subscription-plan__current {
    display: flex;
    flex-direction: column; }
  .subscription-plan__main {
    padding-right: 30px;
    border-right: 1px solid #cccccc; }
  .subscription-plan__checkout {
    padding-left: 30px; }
    .subscription-plan__checkout .form-group__checkout-zero {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 174px;
      width: 360px;
      margin-bottom: 50px; }
      @media (max-width: 1199.98px) {
        .subscription-plan__checkout .form-group__checkout-zero {
          width: auto; } }
      .subscription-plan__checkout .form-group__checkout-zero i {
        font-size: 4rem;
        color: #cccccc;
        margin-bottom: 20px; }
      .subscription-plan__checkout .form-group__checkout-zero p {
        font-family: "Roboto", sans-serif;
        font-size: 1rem;
        font-weight: 400; }
  .subscription-plan__compliance {
    padding-top: 28px; }
    .subscription-plan__compliance h3, .subscription-plan__compliance .h3,
    .subscription-plan__compliance span {
      font-family: "Open Sans", sans-serif;
      font-size: 1rem;
      font-weight: 700;
      margin-bottom: 10px; }
    .subscription-plan__compliance .requirement {
      color: #d4002f; }
    .subscription-plan__compliance--settings {
      display: flex;
      flex-direction: column;
      padding-top: 30px;
      align-items: center; }
      .subscription-plan__compliance--settings span,
      .subscription-plan__compliance--settings h3,
      .subscription-plan__compliance--settings .h3 {
        font-size: 0.875rem;
        margin-bottom: 20px; }
      .subscription-plan__compliance--settings p {
        font-family: "Lato", sans-serif;
        margin: 0;
        font-weight: 500; }
  .subscription-plan__compliance-title {
    display: flex;
    align-items: center;
    margin-bottom: 10px; }
    .subscription-plan__compliance-title img {
      height: 28px;
      margin-right: 10px; }
    .subscription-plan__compliance-title h2, .subscription-plan__compliance-title .h2 {
      margin-bottom: 0; }
    .subscription-plan__compliance-title--grand h2, .subscription-plan__compliance-title--grand .h2 {
      font-size: 1.5rem; }
    .subscription-plan__compliance-title--grand img {
      height: 40px;
      margin-bottom: 20px; }
  .subscription-plan__compliance-subtitle {
    display: flex;
    align-items: center; }
    .subscription-plan__compliance-subtitle i {
      margin: -2px 10px 0 10px; }
    .subscription-plan__compliance-subtitle span,
    .subscription-plan__compliance-subtitle h3,
    .subscription-plan__compliance-subtitle .h3 {
      margin-bottom: 20px; }
  .subscription-plan__compliance-description {
    padding: 30px 0;
    border: 1px solid #cccccc;
    border-radius: 8px;
    display: flex;
    margin: 30px 0; }
  .subscription-plan__compliance-item {
    padding: 0 30px;
    margin-right: 20px; }
    .subscription-plan__compliance-item:last-child {
      margin-right: 0; }
    .subscription-plan__compliance-item h3, .subscription-plan__compliance-item .h3 {
      font-size: 0.875rem;
      margin-bottom: 10px; }
    .subscription-plan__compliance-item i {
      color: #d4002f;
      margin-right: 10px; }
    .subscription-plan__compliance-item p {
      font-size: 0.75rem; }
  .subscription-plan__bundles {
    display: flex;
    flex-direction: column; }
  .subscription-plan__license h3, .subscription-plan__license .h3 {
    font-size: 1rem;
    margin-bottom: 15px; }
  .subscription-plan__back .btn {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 1; }
  .subscription-plan__title {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .subscription-plan__title img {
      margin-bottom: 28px; }
    .subscription-plan__title h1, .subscription-plan__title .h1 {
      margin-bottom: 30px; }
  .subscription-plan__description {
    display: flex;
    justify-content: space-around; }
  .subscription-plan__item {
    width: 254px; }
    .subscription-plan__item i {
      margin-right: 10px;
      color: #d4002f;
      font-size: 1rem; }
    .subscription-plan__item h3, .subscription-plan__item .h3 {
      font-size: 1rem;
      margin-bottom: 0; }
    .subscription-plan__item p {
      text-align: left;
      font-size: 0.875rem;
      margin: 10px 0 0; }
  .subscription-plan__switch-wrap {
    display: flex;
    border: 1px solid #cccccc;
    border-radius: 4px; }
    .subscription-plan__switch-wrap label:first-child {
      border-right: 1px solid #cccccc; }
    .subscription-plan__switch-wrap label:last-child {
      border-left: 1px solid #cccccc; }
  .subscription-plan__switch {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 90px;
    cursor: pointer; }
    .subscription-plan__switch:hover {
      background-color: #cccccc; }
    .subscription-plan__switch span {
      font-size: 0.875rem;
      font-weight: 600;
      font-family: "Lato", sans-serif;
      margin-right: 13px; }
    .subscription-plan__switch .radio::before {
      visibility: hidden; }
    .subscription-plan__switch .radio::after {
      visibility: hidden; }
  .subscription-plan .active-year {
    background-color: #232730;
    color: #fff; }
  .subscription-plan__subtitle h2, .subscription-plan__subtitle .h2 {
    color: #232730;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 10px; }
  .subscription-plan__subtitle p {
    font-size: 0.875rem;
    margin-bottom: 10px; }
  .subscription-plan__card {
    height: 142px;
    width: 580px;
    padding: 20px;
    border: 1px solid #cccccc;
    border-radius: 8px;
    position: relative;
    margin: 5px 0;
    height: 100%; }
    .subscription-plan__card:last-child {
      margin-bottom: 30px; }
    @media (max-width: 1199.98px) {
      .subscription-plan__card {
        width: auto; } }
    .subscription-plan__card:hover {
      cursor: pointer;
      border-color: #232730; }
    .subscription-plan__card p {
      font-size: 0.75rem;
      max-width: 340px;
      text-align: left;
      margin-bottom: 20px; }
    .subscription-plan__card .disabled {
      color: #bebebe; }
      .subscription-plan__card .disabled:before {
        content: "\f00d";
        color: #bebebe; }
    .subscription-plan__card .current-plan {
      background-color: #f7f7f8;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-family: "Lato", sans-serif;
      font-weight: 600;
      padding: 0 30px;
      height: 40px;
      border-radius: 100px;
      line-height: 1;
      white-space: nowrap; }
    .subscription-plan__card--small {
      width: 286px;
      height: 60px;
      margin: 0 0 30px; }
      @media (max-width: 1199.98px) {
        .subscription-plan__card--small {
          width: auto; } }
    .subscription-plan__card--large {
      height: 242px; }
    .page-subscription-plan .subscription-plan__card.subscription-plan__card--current {
      border: none;
      background-color: #f7f7f8; }
      .page-subscription-plan .subscription-plan__card.subscription-plan__card--current:hover {
        cursor: default; }
      .page-subscription-plan .subscription-plan__card.subscription-plan__card--current h3, .page-subscription-plan .subscription-plan__card.subscription-plan__card--current .h3 {
        font-size: 1rem;
        margin-left: 41px; }
    .subscription-plan__card--settings {
      height: 241px;
      padding: 30px;
      margin: 0; }
      .subscription-plan__card--settings:last-child {
        margin: 0; }
      .subscription-plan__card--settings:hover {
        border-color: #cccccc;
        cursor: default; }
    .subscription-plan__card--horizontally {
      height: 493px;
      width: 100%;
      margin: 0 20px 0 0;
      padding: 30px; }
      .subscription-plan__card--horizontally:last-child {
        margin: 0; }
      .subscription-plan__card--horizontally h3, .subscription-plan__card--horizontally .h3 {
        margin: 30px 0 40px 0;
        text-align: center;
        font-size: 1rem; }
      .subscription-plan__card--horizontally:hover {
        border-color: #cccccc;
        cursor: default; }
      .subscription-plan__card--horizontally .offer {
        color: #d4002f;
        width: 100%;
        margin-bottom: 10px;
        font-family: "Lato", sans-serif;
        font-size: 1rem;
        font-weight: 700;
        display: flex;
        justify-content: center; }
      .subscription-plan__card--horizontally .btn {
        position: absolute;
        bottom: 30px; }
  .subscription-plan__cards {
    padding-bottom: 30px;
    border-bottom: 1px solid #cccccc; }
  .subscription-plan__premium-wrap {
    min-width: 920px; }
  .subscription-plan .subscription-active {
    background-color: #f7f7f8;
    border: 1px solid #474451;
    border-radius: 8px; }
  .subscription-plan__invoice {
    width: 840px;
    margin: 28px 0 0; }
  .subscription-plan__invoice-title h1, .subscription-plan__invoice-title .h1 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    text-transform: inherit; }
  .subscription-plan__invoice-title p {
    font-size: 0.875rem;
    margin-bottom: 50px; }
  .subscription-plan__card-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px; }
    .subscription-plan__card-title h3, .subscription-plan__card-title .h3 {
      font-size: 1rem;
      margin: 0 28px 0; }
    .subscription-plan__card-title span {
      font-family: "Lato", sans-serif;
      font-size: 1rem;
      font-weight: 700;
      color: #d4002f; }
  .subscription-plan__card-content {
    margin-left: 42px; }
  .subscription-plan__price {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    text-align: center; }
    .subscription-plan__price p {
      font-family: "Lato", sans-serif;
      font-size: 0.625rem;
      font-weight: 500;
      text-transform: uppercase;
      color: #898c96;
      margin: 8px 0 40px; }
    .subscription-plan__price .currency {
      font-size: 1.75rem;
      margin-right: 4px; }
    .subscription-plan__price .price {
      font-size: 3.25rem; }
    .subscription-plan__price .time {
      font-size: 1.125rem; }
    .subscription-plan__price--premium {
      display: flex;
      flex-direction: column;
      align-items: flex-end; }
      .subscription-plan__price--premium .currency {
        font-size: 1rem;
        margin-bottom: 5px; }
      .subscription-plan__price--premium .price {
        font-size: 2rem;
        line-height: 1.2; }
      .subscription-plan__price--premium p {
        margin: 0; }
    .subscription-plan__price--compliance {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .subscription-plan__price--compliance p {
        margin: 0;
        padding-bottom: 10px; }
        .subscription-plan__price--compliance p:first-child {
          padding-bottom: 0; }
      .subscription-plan__price--compliance span {
        margin: 0;
        font-size: 0.625rem;
        font-weight: 500; }
      .subscription-plan__price--compliance .price {
        font-family: "Lato", sans-serif;
        font-weight: 700;
        font-size: 2.5rem; }
      .subscription-plan__price--compliance .currency {
        font-size: 1.25rem;
        font-family: "Lato", sans-serif;
        font-weight: 700;
        margin-bottom: 5px; }
      .subscription-plan__price--compliance .divider {
        height: 1px;
        width: 100%;
        background-color: #cccccc;
        margin-bottom: 20px; }
  .subscription-plan__price-title {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .subscription-plan__price-title h5, .subscription-plan__price-title .h5 {
      font-family: "Lato", sans-serif;
      font-size: 0.75rem;
      font-weight: 700;
      letter-spacing: 1.6px;
      margin-bottom: 28px;
      text-transform: uppercase; }
    .subscription-plan__price-title p {
      margin-bottom: 30px;
      color: #d4002f;
      font-weight: 600; }
  .subscription-plan__card-button {
    margin-top: 60px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background: #fff;
    padding: 0 0 20px; }
  .subscription-plan__buttons {
    display: flex;
    justify-content: center;
    margin-top: 20px; }
    .subscription-plan__buttons .btn {
      margin: 0 10px; }
  .subscription-plan__steps {
    padding: 20px 0 80px 0; }
    .subscription-plan__steps .nav .active {
      background-image: url("../img/login-left-bg.png");
      background-size: 50px;
      border: none; }
    .subscription-plan__steps p {
      text-align: left;
      font-family: #d4002f;
      font-weight: 400;
      margin: 0; }
  .subscription-plan__steps-buttons {
    margin-bottom: 20px; }
    .subscription-plan__steps-buttons .btn {
      margin: 0 10px; }
  .subscription-plan__steps-footer {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .subscription-plan__list {
    display: flex; }
    .subscription-plan__list ul {
      margin: 0 20px 0 0;
      padding: 0; }
    .subscription-plan__list li {
      list-style: none;
      font-family: "Lato", sans-serif;
      font-weight: 500;
      margin-bottom: 10px;
      font-size: 0.75rem;
      max-width: 170px;
      display: flex;
      white-space: nowrap; }
      .subscription-plan__list li:last-child {
        margin-bottom: 0; }
      .subscription-plan__list li:before {
        font-family: "Font Awesome 6 Pro";
        content: "\f00c";
        font-size: 0.875rem;
        line-height: 1;
        color: #1693a5;
        font-weight: 900;
        margin-right: 8px; }
    .subscription-plan__list--inline ul {
      display: flex;
      margin-bottom: 20px; }
    .subscription-plan__list--inline li {
      margin-right: 30px; }
    .subscription-plan__list--small ul, .subscription-plan__list--single ul {
      margin: 28px 16px 30px 0; }
    .subscription-plan__list--small li {
      font-size: 0.625rem; }
    .subscription-plan__list--single li {
      font-size: 0.875rem; }
  .subscription-plan__footer {
    position: fixed;
    height: 30px;
    width: 100%;
    background-color: #fff; }
  .subscription-plan__extra {
    max-width: 580px; }
    .subscription-plan__extra .subscription-plan__card-title {
      margin-bottom: 5px; }
    .subscription-plan__extra .subscription-plan__license p {
      font-size: 15px;
      font-weight: 500;
      line-height: 18px; }
    .subscription-plan__extra .subscription-plan__price--premium .currency,
    .subscription-plan__extra .subscription-plan__price--premium .price {
      margin-bottom: 0; }

.option-bg {
  background-image: url("../img/options-bg.png");
  background-size: cover;
  background-position: right; }

.subscription-plan__disabled label,
.subscription-plan__disabled .subscription-plan__card-button {
  pointer-events: none;
  cursor: default;
  opacity: 0.5; }

.subscription-invoice,
.form-group__checkout-zero .subscription-invoice {
  margin: 50px 0 30px;
  width: 100%; }
  .subscription-invoice__item,
  .form-group__checkout-zero .subscription-invoice__item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    width: 100%;
    background: #EEEEEE;
    border-radius: 6px; }
    .subscription-invoice__item.simple p,
    .form-group__checkout-zero .subscription-invoice__item.simple p {
      margin-right: auto; }
    .subscription-invoice__item.simple span,
    .form-group__checkout-zero .subscription-invoice__item.simple span {
      text-align: right; }
    .subscription-invoice__item p,
    .form-group__checkout-zero .subscription-invoice__item p {
      font-family: "Lato", sans-serif;
      font-size: 14px;
      font-weight: 500;
      line-height: 18px;
      color: #232730;
      margin: 0 0 5px; }
    .subscription-invoice__item span,
    .form-group__checkout-zero .subscription-invoice__item span {
      display: block;
      font-size: 12px;
      font-weight: 400;
      line-height: 14px;
      color: rgba(137, 140, 150, 0.5); }
      .subscription-invoice__item span strong,
      .form-group__checkout-zero .subscription-invoice__item span strong {
        display: block;
        margin-top: 2px;
        font-weight: 700;
        color: #898C96; }
    .subscription-invoice__item i,
    .form-group__checkout-zero .subscription-invoice__item i {
      font-size: 14px;
      color: #232730; }
    .subscription-invoice__item-info,
    .form-group__checkout-zero .subscription-invoice__item-info {
      display: flex;
      gap: 15px;
      margin-right: auto; }
      .subscription-invoice__item-info i,
      .form-group__checkout-zero .subscription-invoice__item-info i {
        margin-top: 10px; }
    .subscription-invoice__item + .subscription-invoice__item,
    .form-group__checkout-zero .subscription-invoice__item + .subscription-invoice__item {
      margin-top: 5px; }
    .subscription-invoice__item a,
    .form-group__checkout-zero .subscription-invoice__item a {
      font-weight: 600;
      color: #1693A5; }
      .subscription-invoice__item a:hover,
      .form-group__checkout-zero .subscription-invoice__item a:hover {
        color: #1693A5;
        text-decoration: none; }

.form-group__checkout-zero .subscription-invoice {
  margin-top: 30px; }

.show-monthly .yearly-active {
  display: none; }

.show-yearly .monthly-active {
  display: none; }

.status-tooltip {
  z-index: 1; }
  .status-tooltip span {
    visibility: hidden;
    position: absolute; }
  .status-tooltip:hover span {
    visibility: visible;
    border: 1px solid #cccccc;
    box-shadow: 0px 1px 2px rgba(34, 34, 34, 0.16);
    border-radius: 4px;
    background-color: #fff;
    color: #232730;
    font-family: "Roboto", sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1;
    padding: 0 8px;
    display: flex;
    align-items: center;
    height: 26px;
    top: 16px !important; }
    .status-tooltip:hover span:before {
      content: "";
      left: 100%;
      top: 50%;
      border: solid #cccccc;
      position: absolute;
      pointer-events: none;
      border-color: rgba(204, 204, 204, 0) rgba(204, 204, 204, 0.5) rgba(204, 204, 204, 0) rgba(204, 204, 204, 0);
      border-width: 8px;
      margin-top: -8px;
      transform: rotate(-180deg); }
    .status-tooltip:hover span::after {
      content: "";
      left: 100%;
      top: 50%;
      border: solid #fff;
      position: absolute;
      pointer-events: none;
      border-color: rgba(35, 39, 48, 0) #fff rgba(35, 39, 48, 0) rgba(35, 39, 48, 0);
      border-width: 6px;
      margin-top: -6px;
      transform: rotate(-180deg); }
  .status-tooltip--manager-active span {
    left: -222px !important; }
  .status-tooltip--manager-inactive span {
    left: -242px !important; }
  .status-tooltip--manager-invitation span {
    left: -262px !important; }
  .status-tooltip--manager-expired span {
    left: -218px !important; }
  .status-tooltip--free-plan span {
    left: -150px !important; }
  .status-tooltip--company-active span {
    left: -211px !important; }
  .status-tooltip--started span {
    left: -192px !important; }
  .status-tooltip--company-expired span {
    left: -186px !important; }

.status-audit--planned {
  color: #758dd1; }
  .status-audit--planned:hover {
    color: #758dd1; }
.status-audit--pending {
  color: #a333c9; }
  .status-audit--pending:hover {
    color: #a333c9; }
.status-audit--in {
  color: #e9a136; }
  .status-audit--in:hover {
    color: #e9a136; }
.status-audit--completed {
  color: #1d896f; }
  .status-audit--completed:hover {
    color: #1d896f; }
.status-audit--canceled:hover {
  color: #898c96; }

.premium-controls {
  padding: 30px;
  height: 100%; }
  .premium-controls--button {
    text-align: right;
    margin-left: auto;
    margin-right: 25px; }
    .premium-controls--button i {
      margin-right: 8px; }
  .premium-controls__overview {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0; }
  .premium-controls__filter {
    margin-right: 30px;
    display: flex; }
    .premium-controls__filter p {
      color: #898c96;
      font-family: "Lato", sans-serif;
      font-weight: 500;
      margin: 0 10px 0 0; }
    .premium-controls__filter span {
      font-size: 0.875rem; }

.premium-banner {
  padding: 15px 30px;
  background: rgba(204, 204, 204, 0.4);
  border-radius: 8px;
  color: #232730;
  display: flex;
  align-items: center;
  gap: 30px;
  max-width: 1165px;
  margin: 20px auto 0;
  position: relative;
  overflow: hidden;
  z-index: 0; }
  @media (max-width: 1205px) {
    .premium-banner {
      margin: 20px 20px 0; } }
  .premium-banner > * {
    position: relative;
    z-index: 2; }
  .premium-banner p {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin: 0; }
  .premium-banner .btn {
    margin-left: auto; }
  .premium-banner .notification-icon i {
    font-size: 30px;
    line-height: 1;
    color: #D4002F; }
  .premium-banner .notification-close {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    z-index: 3;
    transition: color .3s ease-in-out; }
    .premium-banner .notification-close:hover {
      color: #d4002f; }

.qr-step {
  display: flex;
  gap: 10px;
  margin: 0 0 20px; }
  .qr-step span {
    display: block;
    font-weight: 900;
    flex-shrink: 0; }

.qr-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px; }
  .qr-wrap #qrcode {
    width: 210px;
    height: 210px;
    margin-left: -25px; }
  .qr-wrap > span {
    display: block;
    padding: 0 30px 0 5px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px; }

.qr-field {
  max-width: 260px;
  width: 100%; }
  .qr-field input, .qr-field .form-group .form-control, .form-group .qr-field .form-control {
    width: 100%; }

.code-field label {
  margin-bottom: 8px; }
.code-field-wrap {
  display: flex;
  gap: 5px; }
.code-field input, .code-field .form-group .form-control, .form-group .code-field .form-control {
  width: 30px;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.2;
  padding: 11px 2px; }
.code-field .form-group {
  margin-bottom: 0; }

.tfa-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px; }
  .tfa-toggle h2, .tfa-toggle .h2 {
    margin: 0; }

.tfa-content,
#verify_code {
  display: none; }

.tfa-content > p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px; }
.tfa-content .code-field label {
  margin-bottom: 30px; }
.tfa-content .qr-wrap {
  margin-bottom: 0; }

.disabled .disabled-tfa {
  display: block; }

.enabled .enabled-tfa {
  display: block; }

.activate .activate-tfa {
  display: block; }
.activate #verify_code {
  display: inline-block; }

.event-icon {
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  color: #D4002F;
  padding: 0;
  margin: 0;
  cursor: pointer; }
  .event-icon:hover {
    opacity: 0.5; }
  .event-icon-wrap {
    position: relative; }
    .event-icon-wrap input, .event-icon-wrap .form-group .form-control, .form-group .event-icon-wrap .form-control {
      padding-right: 40px; }

.switch {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 24px; }

.switch input, .switch .form-group .form-control, .form-group .switch .form-control {
  opacity: 0;
  width: 0;
  height: 0; }

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #E9E9E9;
  border-radius: 24px;
  -webkit-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  border-radius: 50%;
  -webkit-transition: .4s;
  transition: .4s; }

input:checked + .slider, .form-group .form-control:checked + .slider {
  background-color: #D4002F; }

input:checked + .slider:before, .form-group .form-control:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px); }

.upload-files {
  padding: 30px;
  background: #fff;
  box-shadow: 0px 0px 8.3999996185px 0px rgba(0, 0, 0, 0.25);
  border-radius: 8px; }
  .upload-files h2, .upload-files .h2 {
    margin: 0 0 40px;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase; }
  .upload-files-container {
    padding: 75px 60px 65px; }
  .upload-files-submit {
    text-align: center; }
  .upload-files-form.dropzone {
    border: 0;
    padding: 0; }
    .upload-files-form.dropzone .dz-message {
      margin: 0; }
  .form-group .upload-files-label {
    display: block;
    margin: 0 0 20px; }
  .upload-files .dz-preview {
    position: relative;
    margin: 5px 0 25px; }
  .upload-files .form-group {
    margin: 0 0 20px; }
    .upload-files .form-group input, .upload-files .form-group .form-control {
      padding: 10px 12px 11px; }
    .upload-files .form-group .form-control--message {
      max-width: 100%; }
  .upload-files hr {
    margin: 40px 0 36px; }

.upload-row {
  display: flex;
  align-items: center;
  gap: 40px; }
.upload-col .dz-image,
.upload-col .dz-progress,
.upload-col .dz-error-message,
.upload-col .dz-success-mark,
.upload-col .dz-error-mark {
  display: none !important; }
.upload-col-preview {
  flex: 0 1 280px; }
.upload-col-fields {
  flex: 1; }

.upload-thanks {
  text-align: center;
  padding: 60px 20px 80px; }
  .upload-thanks-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    background: radial-gradient(50% 75% at 50% 50%, #FFFFFF 0%, #F9F9F9 100%); }
  .upload-thanks-logo {
    margin: 0 0 70px; }
  .upload-thanks-image {
    margin: 0 0 55px; }
    .upload-thanks-image img {
      display: block;
      margin: 0 auto;
      max-width: 100%;
      height: auto; }
  .upload-thanks-content h1, .upload-thanks-content .h1 {
    margin: 0 0 20px;
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    text-transform: none;
    color: #000; }
  .upload-thanks-content p {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: #7D7D7D;
    margin: 0; }
  .upload-thanks-footer {
    padding: 22px 20px;
    background: #fff;
    border-top: 1px solid #CCCCCC;
    display: flex;
    align-items: center;
    justify-content: center; }
    .upload-thanks-footer p {
      margin: 0;
      padding-right: 16px;
      margin-right: 15px;
      font-size: 14px;
      font-weight: 400;
      line-height: 17px;
      color: #232730;
      border-right: 1px solid #232730; }
    .upload-thanks-footer a {
      font-size: 14px;
      font-weight: 500;
      line-height: 17px;
      color: #D4002F;
      text-decoration: none; }
      .upload-thanks-footer a:hover {
        text-decoration: underline; }

.view-button {
  display: inline-block;
  margin-left: 25px;
  color: #232730;
  text-decoration: underline;
  cursor: pointer; }
  .view-button i {
    margin-right: 5px; }
  .view-button u {
    text-decoration: none; }
  .view-button:hover {
    text-decoration: none; }

.modal .modal-content--single .modal-header--artifacts.modal-header {
  padding: 30px 30px 10px;
  background-color: #fff;
  border: 0; }
  .modal .modal-content--single .modal-header--artifacts.modal-header .btn-close--single {
    top: 40px; }

.modal-body--artifacts .dz-clickable {
  margin-bottom: 10px; }
  .modal-body--artifacts .dz-clickable .dz-preview .dz-filename span {
    text-decoration: none; }
.modal-body--artifacts .dz-preview {
  position: relative;
  max-width: 280px; }
  .modal-body--artifacts .dz-preview + .dz-preview {
    margin-top: 5px; }
.modal-body--artifacts .dz-remove::after {
  content: '\f06e'; }
.modal-body--artifacts h2, .modal-body--artifacts .h2 {
  margin-top: 10px; }
.modal-body--artifacts .modal-button {
  margin-top: 34px;
  text-align: center; }

.dashboard__block.roadmap-dashboard {
  min-height: 100%;
  margin-bottom: 0; }

.roadmap-header {
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap; }
  .roadmap-header-info {
    display: flex;
    align-items: center;
    gap: 30px;
    max-width: 425px;
    background: rgba(204, 204, 204, 0.2);
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    padding: 18px 70px 18px 20px;
    position: relative; }
    .roadmap-header-info > i {
      font-size: 32px;
      line-height: 32px;
      color: #D4002F; }
    .roadmap-header-info p {
      font-size: 12px;
      font-weight: 300;
      line-height: 14px;
      margin: 0; }
    .roadmap-header-info-close {
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%);
      font-size: 23px;
      line-height: 1;
      cursor: pointer; }
      .roadmap-header-info-close i {
        color: rgba(35, 39, 48, 0.4);
        transition: color .3s ease-in-out; }
      .roadmap-header-info-close:hover i {
        color: #232730; }
    .roadmap-header-info.requirements-info {
      max-width: 100%;
      margin: 0 30px 10px; }
      .single-control-body .roadmap-header-info.requirements-info {
        margin: 0 0 30px;
        padding: 10px 70px 10px 20px; }
        .single-control-body .roadmap-header-info.requirements-info p {
          font-size: 14px;
          line-height: 20px; }
        .single-control-body .roadmap-header-info.requirements-info strong {
          font-weight: 900; }
      .subcontractor-body .roadmap-header-info.requirements-info {
        margin: 30px 30px 0; }
        .subcontractor-body .roadmap-header-info.requirements-info p {
          font-size: 14px;
          line-height: 20px; }
        .subcontractor-body .roadmap-header-info.requirements-info a {
          font-weight: 500;
          color: #1693A5; }
        .subcontractor-body .roadmap-header-info.requirements-info strong {
          font-weight: 900; }
.roadmap-cards {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  gap: 13px;
  max-width: 648px;
  margin-left: auto;
  flex-wrap: wrap; }
.roadmap-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 0 0 210px;
  max-width: 210px;
  padding: 7px 15px;
  background: #fff;
  box-shadow: 0px 1px 4px 0px #00000040;
  border-radius: 8px; }
  .roadmap-card p {
    margin: 0;
    font-family: 'Lato';
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    color: #5D677E; }
    .roadmap-card p span {
      display: block; }
  .roadmap-card-label {
    font-size: 16px;
    line-height: 20px; }
  .roadmap-card-icon {
    display: inline-block;
    padding: 10px 12px;
    color: #fff;
    border-radius: 8px; }
    .roadmap-card-icon i {
      font-size: 20px;
      line-height: 20px; }
  .roadmap-card.roadmap-card-default {
    flex: 0 0 180px;
    box-shadow: none;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    margin-right: auto; }
    .roadmap-card.roadmap-card-default .roadmap-card-count {
      color: #D4002F; }
    .roadmap-card.roadmap-card-default .roadmap-card-icon {
      padding: 0;
      border-radius: 0;
      color: #5D677E; }
      .roadmap-card.roadmap-card-default .roadmap-card-icon i {
        font-size: 40px;
        line-height: 40px; }
  .roadmap-card.roadmap-card-danger {
    border: 1px solid rgba(197, 0, 0, 0.25); }
    .roadmap-card.roadmap-card-danger .roadmap-card-icon {
      background: #C50000; }
  .roadmap-card.roadmap-card-success .roadmap-card-icon {
    background: #47A450; }
.roadmap .table {
  margin-bottom: 0;
  border-collapse: collapse; }
  .roadmap .table-responsive {
    border-radius: 8px;
    border: 1px solid #ccc; }
  .roadmap .table .table__row {
    cursor: default; }
    .roadmap .table .table__row:hover {
      background: none; }
  .roadmap .table .table__cell.center {
    justify-content: center; }
  .roadmap .table th:last-child {
    width: 135px; }

.popup {
  background: #CCCCCC40;
  padding: 27px 25px;
  margin: 0 30px 20px;
  border-radius: 0 0 8px 8px;
  display: flex;
  gap: 32.5px;
  align-items: center;
  justify-content: space-between;
  position: relative; }
  .popup i {
    font-size: 32px;
    color: #d4002f; }
  .popup__text h3, .popup__text .h3 {
    color: #d4002f;
    font-size: 16px;
    text-transform: uppercase; }
  .popup__text p {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 300; }
  .popup__buttons {
    display: flex;
    gap: 50px;
    align-items: center; }

@media screen and (max-width: 900px) {
  .popup {
    flex-wrap: wrap; } }
.unlock-card {
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 30px 20px 148px 18px;
  border-radius: 8px;
  background-color: #000;
  color: #fff;
  border-image: linear-gradient(#D4002F, #232730);
  border-width: 1px;
  border-style: solid; }
  .unlock-card h3, .unlock-card .h3, .unlock-card p {
    font-family: Roboto;
    font-size: 12px;
    line-height: 14.06px; }
  .unlock-card h3, .unlock-card .h3 {
    display: flex;
    gap: 10px;
    text-align: left;
    font-weight: 600; }
  .unlock-card p {
    font-weight: 300;
    text-align: center;
    margin-bottom: 0; }

.tooltip-unlock {
  position: absolute;
  background-color: #fff;
  display: flex;
  gap: 10px;
  border: 0.5px solid #CCCCCC80;
  filter: drop-shadow(0px 0px 4px #0000001F);
  padding: 6px 8px 12px;
  align-items: center;
  justify-content: flex-start;
  min-width: 163px;
  border-radius: 4px;
  left: 10px;
  top: -30px; }
  .tooltip-unlock i {
    font-size: 16px; }
  .tooltip-unlock h3, .tooltip-unlock .h3 {
    margin-bottom: 0;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    text-align: left; }
  .tooltip-unlock::after {
    content: '';
    position: absolute;
    top: 33px;
    left: 8px;
    width: 13px;
    height: 9px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    transform: rotate(180deg);
    background-color: #fff; }

.loader--absolute-center {
  position: relative; }

.loader {
  width: 56px;
  height: 56px;
  margin: 30px auto; }
  .loader--absolute-center .loader {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%); }

.spinner {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 8px solid;
  border-color: #cccccc;
  border-right-color: #d4002f;
  animation: spinner-d3wgkg 1s infinite linear; }
  .spinner.spinner--small {
    width: 18px;
    height: 18px;
    border-width: 2px; }

.sidebar__link--spinner {
  display: flex;
  align-items: center;
  gap: 10px; }

@keyframes spinner-d3wgkg {
  to {
    transform: rotate(1turn); } }
.assessment-dashboard {
  padding: 40px 30px; }
  .assessment-dashboard__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px; }
  .assessment-dashboard__title h2, .assessment-dashboard__title .h2 {
    margin: 0 0 9px;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    letter-spacing: 0;
    color: #232730; }
  .assessment-dashboard__title h3, .assessment-dashboard__title .h3 {
    margin: 0 0 3px;
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    letter-spacing: 0;
    color: #232730; }
  .assessment-dashboard__type {
    display: inline-block;
    padding: 2px 10px;
    background-color: #EEEEEE;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    color: #000;
    font-family: Roboto;
    font-weight: 600;
    font-size: 13px;
    line-height: 15.23px;
    letter-spacing: 0;
    text-transform: uppercase; }
  .assessment-dashboard__status .dashboard-status {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px; }
    .assessment-dashboard__status .dashboard-status__type {
      display: inline-block;
      min-width: 100px;
      padding: 2px 10px 1px;
      background-color: #EEEEEE;
      border: 1px solid #E0E0E0;
      border-radius: 4px;
      color: #000;
      font-family: Roboto;
      font-weight: 600;
      font-size: 18px;
      line-height: 21.09px;
      letter-spacing: 0;
      text-transform: uppercase;
      text-align: center; }
      .assessment-dashboard__status .dashboard-status__type--completed {
        background-color: #6DC575;
        color: #fff; }
    .assessment-dashboard__status .dashboard-status__text {
      margin: 0;
      font-family: Roboto;
      font-weight: 400;
      font-size: 18px;
      line-height: 21.09px;
      letter-spacing: 0;
      color: #000; }
    .assessment-dashboard__status .dashboard-status__date {
      margin: 10px 0 0; }
      .assessment-dashboard__status .dashboard-status__date p {
        margin: 0;
        font-family: Roboto;
        font-size: 12px;
        font-weight: 400;
        line-height: 14.06px;
        letter-spacing: 0;
        text-align: right; }
  .assessment-dashboard__subtitle {
    font-size: 14px;
    font-weight: 700;
    line-height: 16.8px;
    letter-spacing: 0;
    color: #232730; }
    .assessment-dashboard__subtitle--with-btn {
      display: flex;
      align-items: center;
      gap: 10px; }
      .assessment-dashboard__subtitle--with-btn .btn {
        min-width: 70px; }
    .assessment-dashboard__subtitle--with-progress {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .assessment-dashboard__subtitle--with-progress span {
        font-weight: 400; }
  .assessment-dashboard__text {
    margin: 0;
    font-family: Roboto;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0;
    color: #000; }
  .assessment-dashboard__tabs {
    margin: 14px 0 40px; }
    .assessment-dashboard__tabs .nav--wrap {
      margin: 0; }
    .assessment-dashboard__tabs .tab-content--wrap {
      margin: 0; }
    .assessment-dashboard__tabs .report__title > li:first-child,
    .assessment-dashboard__tabs .report__progress li:first-child {
      padding: 0;
      margin: 0;
      height: 10px; }
    .assessment-dashboard__tabs .report__title li {
      height: 30px; }
    .assessment-dashboard__tabs .report__progress li {
      margin: 0;
      padding-top: 5px;
      padding-bottom: 5px;
      height: 30px; }
    .assessment-dashboard__tabs .report__list--requirements .report__title li {
      display: flex;
      align-items: center; }
    .assessment-dashboard__tabs .progress-rail .progress-bar:first-of-type,
    .assessment-dashboard__tabs .progress-rail .progress-bar:last-of-type {
      border-radius: 0; }
  .assessment-dashboard__download p {
    margin: 8px 0 14px;
    max-width: 540px; }
  .assessment-dashboard__info {
    max-width: 280px;
    margin-left: auto; }
    .assessment-dashboard__info h2:first-of-type, .assessment-dashboard__info .h2:first-of-type {
      margin-bottom: 12px; }
    .assessment-dashboard__info h2:last-of-type, .assessment-dashboard__info .h2:last-of-type {
      margin-bottom: 3px; }
    .assessment-dashboard__info p {
      margin: 0;
      font-family: Roboto;
      font-weight: 400;
      font-size: 12px;
      line-height: 18px;
      letter-spacing: 0;
      color: #000; }
      .assessment-dashboard__info p em {
        color: #8A8A8A; }
      .assessment-dashboard__info p + p {
        margin-top: 16px; }
  .assessment-dashboard__3pao-info {
    margin: 16px 0 13px; }
    .assessment-dashboard__3pao-info p + p {
      margin-top: 3px; }
  .assessment-dashboard__assessors {
    display: flex;
    gap: 6px;
    margin-bottom: 14px; }
    .assessment-dashboard__assessors p {
      line-height: 22px; }
    .assessment-dashboard__assessors ul {
      margin: 0;
      padding: 0; }
      .assessment-dashboard__assessors ul li {
        list-style: none;
        font-family: Lato;
        font-weight: 700;
        font-size: 12px;
        line-height: 22px;
        letter-spacing: 0;
        color: #000; }
        .assessment-dashboard__assessors ul li.assessor-expired {
          color: #D4002F; }
    .assessment-dashboard__assessors .button {
      font-family: Lato;
      font-weight: 700;
      font-size: 12px;
      line-height: 22px;
      letter-spacing: 0; }
  .assessment-dashboard__list {
    margin: 4px 0 0;
    padding: 0; }
    .assessment-dashboard__list li {
      list-style: none;
      padding-left: 26px;
      position: relative; }
      .assessment-dashboard__list li.item-completed a {
        color: #8A8A8A;
        text-decoration: line-through;
        pointer-events: none;
        cursor: default; }
    .assessment-dashboard__list a {
      font-family: Lato;
      font-weight: 400;
      font-size: 13px;
      line-height: 22px;
      letter-spacing: 0; }
    .assessment-dashboard__list i {
      font-size: 12px;
      line-height: 12px;
      position: absolute;
      top: 6px;
      left: 0; }
      .assessment-dashboard__list i.fa-circle-check {
        color: #6DC575; }
      .assessment-dashboard__list i.fa-circle-minus {
        color: #CCCCCC; }
  .assessment-dashboard__progress {
    margin: 0 0 40px; }
    .assessment-dashboard__progress-block {
      display: flex;
      align-items: flex-end;
      margin: 0 0 30px; }
    .assessment-dashboard__progress-label {
      width: 200px;
      margin: 0;
      font-family: Lato;
      font-weight: 700;
      font-size: 20px;
      line-height: 36px;
      text-transform: uppercase;
      color: #232730; }
    .assessment-dashboard__progress-value {
      margin: 0;
      width: 51px;
      font-family: Lato;
      font-weight: 700;
      font-size: 20px;
      line-height: 36px;
      letter-spacing: 0%;
      text-transform: uppercase;
      color: #232730; }
    .assessment-dashboard__progress-container {
      flex: 1;
      max-width: calc(100% - 90px);
      margin-top: 14px; }
    .assessment-dashboard__progress-button {
      flex: 0 0 90px;
      min-width: 90px; }
      .assessment-dashboard__progress-button .btn {
        min-width: 90px;
        margin-bottom: -8px; }
        .assessment-dashboard__progress-button .btn + .btn {
          margin-top: 16px; }
    .assessment-dashboard__progress-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 0 0 14px; }
    .assessment-dashboard__progress-title {
      font-family: Lato;
      font-size: 14px;
      font-weight: 700;
      line-height: 16.8px;
      letter-spacing: 0;
      color: #232730; }
    .assessment-dashboard__progress-legend {
      display: flex;
      align-items: center;
      gap: 25px;
      padding-right: 20px; }
    .assessment-dashboard__progress .progress-legend {
      display: flex;
      gap: 6px; }
      .assessment-dashboard__progress .progress-legend i {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 2px 0 0; }
      .assessment-dashboard__progress .progress-legend span {
        font-family: Lato;
        font-weight: 400;
        font-size: 13px;
        line-height: 15.6px;
        letter-spacing: 0;
        color: #232730;
        text-transform: uppercase; }
        .assessment-dashboard__progress .progress-legend span u {
          text-decoration: none; }
        .assessment-dashboard__progress .progress-legend span strong {
          font-weight: 700; }
      .assessment-dashboard__progress .progress-legend--satisfactory i {
        background-color: #6DC575; }
      .assessment-dashboard__progress .progress-legend--deficient i {
        background-color: #D4002F; }
      .assessment-dashboard__progress .progress-legend--validated i {
        background-color: #6D9AC5; }
      .assessment-dashboard__progress .progress-legend--provided i {
        background-color: #EEAC5B; }
    .assessment-dashboard__progress .progress-report .progress {
      height: 10px;
      background-color: #E6E6E6; }
    .assessment-dashboard__progress .progress-rail .progress-bar {
      border-radius: 0; }
      .assessment-dashboard__progress .progress-rail .progress-bar--approved {
        background-color: #6DC575; }
      .assessment-dashboard__progress .progress-rail .progress-bar--not-approved {
        background-color: #D4002F; }
      .assessment-dashboard__progress .progress-rail .progress-bar--validated {
        background-color: #6D9AC5; }
      .assessment-dashboard__progress .progress-rail .progress-bar--provided {
        background-color: #EEAC5B; }
  .assessment-dashboard .subscription-banners.subscription-banners--3pao {
    margin: 0 auto 30px; }
  .assessment-dashboard__upgrade {
    margin-top: 30px;
    padding-top: 38px;
    border-top: 1px solid #8A8A8A; }
    .assessment-dashboard__upgrade .assessment-dashboard__progress {
      margin-bottom: 30px; }
      .assessment-dashboard__upgrade .assessment-dashboard__progress-container {
        max-width: 100%; }
      .assessment-dashboard__upgrade .assessment-dashboard__progress-block {
        gap: 25px;
        align-items: flex-start; }
    .assessment-dashboard__upgrade .upgrade__content h3, .assessment-dashboard__upgrade .upgrade__content .h3 {
      margin: 0 0 8px;
      font-weight: 700;
      font-size: 18px;
      line-height: 22px;
      text-transform: uppercase;
      color: #232730; }
    .assessment-dashboard__upgrade .upgrade__content h2, .assessment-dashboard__upgrade .upgrade__content .h2 {
      margin: 0 0 12px;
      font-weight: 700;
      font-size: 24px;
      line-height: 29px;
      color: #232730; }
    .assessment-dashboard__upgrade .upgrade__content p {
      margin: 0;
      font-family: Lato;
      font-weight: 400;
      font-size: 14px;
      line-height: 17px;
      color: #232730; }
    .assessment-dashboard__upgrade .upgrade__content ul {
      padding: 0 0 0 30px;
      margin: 23px 0 28px; }
      .assessment-dashboard__upgrade .upgrade__content ul li {
        display: flex;
        align-items: center;
        gap: 10px;
        list-style: none;
        font-family: Lato;
        font-weight: 700;
        font-size: 20px;
        line-height: 24px; }
        .assessment-dashboard__upgrade .upgrade__content ul li span {
          height: 28px;
          width: 28px;
          pointer-events: none; }
          .assessment-dashboard__upgrade .upgrade__content ul li span::before {
            width: 28px;
            height: 28px; }
          .assessment-dashboard__upgrade .upgrade__content ul li span::after {
            content: "\f00c";
            font-family: "Font Awesome 6 PRO";
            color: #fff;
            background-color: #6DC575;
            border-radius: 2px;
            height: 28px;
            width: 28px;
            line-height: 28px;
            position: absolute;
            top: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 1rem;
            font-weight: 900;
            visibility: visible; }
        .assessment-dashboard__upgrade .upgrade__content ul li + li {
          margin-top: 12px; }
    .assessment-dashboard__upgrade .upgrade__progress h3, .assessment-dashboard__upgrade .upgrade__progress .h3 {
      margin: 0 0 25px;
      font-weight: 700;
      font-size: 18px;
      line-height: 22px;
      text-transform: uppercase;
      color: #232730; }
    .assessment-dashboard__upgrade .upgrade__box {
      margin-bottom: 25px;
      padding: 20px 20px 25px;
      border: 1px solid #232730;
      box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
      border-radius: 8px; }
      .assessment-dashboard__upgrade .upgrade__box h2, .assessment-dashboard__upgrade .upgrade__box .h2 {
        margin: 0 0 5px;
        font-size: 16px;
        font-weight: 700;
        line-height: 19px;
        text-transform: uppercase;
        color: #232730; }
      .assessment-dashboard__upgrade .upgrade__box p {
        margin: 0;
        font-family: Roboto;
        font-weight: 400;
        font-size: 13px;
        line-height: 18px; }
        .assessment-dashboard__upgrade .upgrade__box p strong {
          font-weight: 700; }
      .assessment-dashboard__upgrade .upgrade__box #control-scope-comparison .assessment-dashboard__progress {
        margin: 30px 0 60px; }
        .assessment-dashboard__upgrade .upgrade__box #control-scope-comparison .assessment-dashboard__progress-block {
          align-items: flex-start;
          gap: 15px; }
          .assessment-dashboard__upgrade .upgrade__box #control-scope-comparison .assessment-dashboard__progress-block > p {
            margin: 3px 0 0;
            flex: 0 0 140px;
            font-family: Lato;
            font-weight: 700;
            font-size: 14px;
            line-height: 19px;
            text-transform: uppercase; }
          .assessment-dashboard__upgrade .upgrade__box #control-scope-comparison .assessment-dashboard__progress-block button {
            width: 98px;
            line-height: 23px; }
          .assessment-dashboard__upgrade .upgrade__box #control-scope-comparison .assessment-dashboard__progress-block + .assessment-dashboard__progress-block {
            margin-top: 16px; }
        .assessment-dashboard__upgrade .upgrade__box #control-scope-comparison .assessment-dashboard__progress-container {
          margin: 4px 0 0; }
          .assessment-dashboard__upgrade .upgrade__box #control-scope-comparison .assessment-dashboard__progress-container > p {
            flex: 0 0 32px; }
      .assessment-dashboard__upgrade .upgrade__box #framework-gap-comparison .assessment-dashboard__progress-label {
        display: none; }
      .assessment-dashboard__upgrade .upgrade__box #framework-gap-comparison .assessment-dashboard__progress-block {
        gap: 15px;
        position: relative; }
        .assessment-dashboard__upgrade .upgrade__box #framework-gap-comparison .assessment-dashboard__progress-block > p:not(.assessment-dashboard__progress-value) {
          font-family: Roboto;
          font-weight: 400;
          font-size: 13px;
          line-height: 18px;
          position: absolute;
          top: -10px;
          left: 0; }
        .assessment-dashboard__upgrade .upgrade__box #framework-gap-comparison .assessment-dashboard__progress-block button {
          width: 98px;
          line-height: 23px; }
      .assessment-dashboard__upgrade .upgrade__box #framework-gap-comparison .assessment-dashboard__progress-container + p:not(.assessment-dashboard__progress-value) {
        left: auto;
        right: 179px;
        text-align: right;
        width: max-content; }
      .assessment-dashboard__upgrade .upgrade__box #framework-gap-comparison .assessment-dashboard__progress-value {
        font-family: Lato;
        font-weight: 700;
        font-size: 16px;
        line-height: 36px;
        text-transform: uppercase; }

.assessment-statuses {
  padding: 11px 12px;
  margin: 4px 30px 18px;
  border: 1px solid #D9D9D9;
  position: relative; }
  .assessment-statuses__title {
    margin-bottom: 10px; }
    .assessment-statuses__title h2, .assessment-statuses__title .h2 {
      margin: 0;
      font-family: Roboto;
      font-weight: 700;
      font-size: 12px;
      line-height: 14px;
      color: #000; }
  .assessment-statuses__list ul {
    display: flex;
    gap: 24px;
    margin: 0;
    padding: 0; }
    .assessment-statuses__list ul li {
      flex: 1;
      list-style: none;
      font-family: Roboto;
      font-weight: 400;
      font-size: 12px;
      line-height: 14px;
      color: #000; }
      .assessment-statuses__list ul li strong {
        display: block;
        font-weight: 700; }
  .assessment-statuses__link {
    margin-top: 9px; }
    .assessment-statuses__link a {
      font-family: Roboto;
      font-weight: 400;
      font-size: 12px;
      line-height: 14px; }
  .assessment-statuses .btn-close {
    padding: 0;
    opacity: 1;
    position: absolute;
    top: 8px;
    right: 8px; }
    .assessment-statuses .btn-close:hover {
      opacity: 0.5; }

.setup {
  padding: 40px 30px; }
  .setup__container {
    max-width: 455px;
    margin: 0 auto; }
  .setup__title {
    margin-bottom: 26px; }
    .setup__title h2, .setup__title .h2 {
      margin: 0;
      font-family: Lato;
      font-size: 24px;
      font-weight: 700;
      line-height: 100%;
      letter-spacing: 0;
      text-transform: uppercase; }
  .setup__required {
    margin: 0 0 27px;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 400;
    font-style: italic;
    line-height: 100%;
    letter-spacing: 0; }
    .setup__required span {
      color: #d4002f;
      font-size: 0.75rem;
      margin-top: 5px; }
  .setup__form {
    max-width: 420px;
    margin: 0 auto; }
  .setup__field-row {
    display: flex;
    align-items: flex-start;
    gap: 30px; }
    .setup__field-row .form-group {
      flex: 1; }
  .setup__placeholder {
    margin: 4px 0 16px;
    font-family: Roboto;
    line-height: 100%;
    letter-spacing: 0; }
    .setup__placeholder span {
      display: block;
      font-size: 13px;
      font-weight: 400; }
    .setup__placeholder p {
      margin: 4px 0 0;
      font-size: 14px;
      font-weight: 700; }

/*# sourceMappingURL=main.css.map */
