
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.


 */
/*!
 * Bootstrap  v5.2.3 (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)
 */
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
: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: 0.8rem;
  --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;
}

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

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

h2, .h2 {
  font-size: calc(1.285rem + 0.42vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 1.6rem;
  }
}

h3, .h3 {
  font-size: calc(1.265rem + 0.18vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.4rem;
  }
}

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

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

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

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: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: 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,
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: 1rem;
  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: 1rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.375rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

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

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

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

.col {
  flex: 1 0 0%;
}

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

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

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

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.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, .custom-datatables {
  --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) > * > *, .custom-datatables > :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, .custom-datatables > tbody {
  vertical-align: inherit;
}
.table > thead, .custom-datatables > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: 2px solid currentcolor;
}

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

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

.table-bordered > :not(caption) > *, .custom-datatables > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > *, .custom-datatables > :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: 1rem;
}

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

.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: 0.8rem;
  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;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  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: inset 0 1px 2px rgba(0, 0, 0, 0.075), 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;
  background-image: var(--bs-gradient);
  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.7rem;
  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: 1rem;
  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: 0.8rem;
  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;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  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: inset 0 1px 2px rgba(0, 0, 0, 0.075), 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.7rem;
  border-radius: 0.25rem;
}

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

.form-check {
  display: block;
  min-height: 1.2rem;
  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"), var(--bs-gradient);
}
.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"), var(--bs-gradient);
}
.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"), var(--bs-gradient);
}
.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"), var(--bs-gradient);
}
.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;
  background-image: var(--bs-gradient);
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  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;
  background-image: var(--bs-gradient);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  background-image: var(--bs-gradient);
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  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;
  background-image: var(--bs-gradient);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .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-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.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: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 0.8rem;
  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: 1rem;
  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.7rem;
  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(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 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: 0.1rem;
  font-size: 0.7rem;
  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: 0.5em;
}

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

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.7rem;
  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: 0.5em;
}

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

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 0.8rem;
  --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-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  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);
  background-image: var(--bs-gradient);
  box-shadow: var(--bs-btn-box-shadow);
  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 + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  background-image: var(--bs-gradient);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-box-shadow), var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-box-shadow), var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  background-image: none;
  border-color: var(--bs-btn-active-border-color);
  box-shadow: var(--bs-btn-active-shadow);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-active-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);
  background-image: none;
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
  box-shadow: none;
}

.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;
  background-image: none;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1rem;
  --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.7rem;
  --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-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 0.8rem;
  --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: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
  box-shadow: var(--bs-dropdown-box-shadow);
}
.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);
  background-image: var(--bs-gradient);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
  background-image: var(--bs-gradient);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
  background-image: none;
}

.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.7rem;
  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 > :not(.btn-check:first-child) + .btn,
.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.show .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}

.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, #scenes {
  --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, #scenes .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  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, #scenes .nav-link:hover, .nav-tabs .nav-link:focus, #scenes .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.disabled, #scenes .nav-link.disabled, .nav-tabs .nav-link:disabled, #scenes .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active, #scenes .nav-link.active,
.nav-tabs .nav-item.show .nav-link,
#scenes .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, #scenes .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: 0.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);
  background-image: var(--bs-gradient);
}

.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.35rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1rem;
  --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: 1rem;
  --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);
  background-image: var(--bs-gradient);
}
.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;
    box-shadow: none;
    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;
    box-shadow: none;
    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;
    box-shadow: none;
    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;
    box-shadow: none;
    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;
    box-shadow: none;
    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;
  box-shadow: none;
  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);
  box-shadow: var(--bs-card-box-shadow);
}
.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(-0.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(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

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

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

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

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

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

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

.accordion {
  --bs-accordion-color: #212529;
  --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: #212529;
  --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='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --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: 0.8rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  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-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, .accordion-flush .accordion-item .accordion-button.collapsed {
  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: 0.8rem;
  --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);
  background-image: var(--bs-gradient);
  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:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1rem;
  --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.7rem;
  --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);
  background-image: var(--bs-gradient);
}
.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;
  background-image: var(--bs-gradient);
}
.alert-primary .alert-link {
  color: #06357a;
}

.alert-secondary {
  --bs-alert-color: #41464b;
  --bs-alert-bg: #e2e3e5;
  --bs-alert-border-color: #d3d6d8;
  background-image: var(--bs-gradient);
}
.alert-secondary .alert-link {
  color: #34383c;
}

.alert-success {
  --bs-alert-color: #0f5132;
  --bs-alert-bg: #d1e7dd;
  --bs-alert-border-color: #badbcc;
  background-image: var(--bs-gradient);
}
.alert-success .alert-link {
  color: #0c4128;
}

.alert-info {
  --bs-alert-color: #055160;
  --bs-alert-bg: #cff4fc;
  --bs-alert-border-color: #b6effb;
  background-image: var(--bs-gradient);
}
.alert-info .alert-link {
  color: #04414d;
}

.alert-warning {
  --bs-alert-color: #664d03;
  --bs-alert-bg: #fff3cd;
  --bs-alert-border-color: #ffecb5;
  background-image: var(--bs-gradient);
}
.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger {
  --bs-alert-color: #842029;
  --bs-alert-bg: #f8d7da;
  --bs-alert-border-color: #f5c2c7;
  background-image: var(--bs-gradient);
}
.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  --bs-alert-color: #636464;
  --bs-alert-bg: #fefefe;
  --bs-alert-border-color: #fdfdfe;
  background-image: var(--bs-gradient);
}
.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  --bs-alert-color: #141619;
  --bs-alert-bg: #d3d3d4;
  --bs-alert-border-color: #bcbebf;
  background-image: var(--bs-gradient);
}
.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.6rem;
  --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);
  box-shadow: var(--bs-progress-box-shadow);
}

.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(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

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

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

.list-group-item-primary {
  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-zindex: 1090;
  --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 {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

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

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

.modal {
  --bs-modal-zindex: 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);
  box-shadow: var(--bs-modal-box-shadow);
  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) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

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

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

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

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 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.7rem;
  --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) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 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) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 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) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 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) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

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

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.7rem;
  --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: 0.8rem;
  --bs-popover-header-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);
  box-shadow: var(--bs-popover-box-shadow);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

.carousel {
  position: relative;
}

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

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

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

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

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

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

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

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  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;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.001));
}

.carousel-control-next {
  right: 0;
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.001));
}

.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, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --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: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--bs-offcanvas-box-shadow);
    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%);
  }
}
@media (max-width: 575.98px) {
  .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%);
  }
}
@media (max-width: 575.98px) {
  .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%);
  }
}
@media (max-width: 575.98px) {
  .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%);
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--bs-offcanvas-box-shadow);
    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%);
  }
}
@media (max-width: 767.98px) {
  .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%);
  }
}
@media (max-width: 767.98px) {
  .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%);
  }
}
@media (max-width: 767.98px) {
  .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%);
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--bs-offcanvas-box-shadow);
    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%);
  }
}
@media (max-width: 991.98px) {
  .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%);
  }
}
@media (max-width: 991.98px) {
  .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%);
  }
}
@media (max-width: 991.98px) {
  .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%);
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--bs-offcanvas-box-shadow);
    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%);
  }
}
@media (max-width: 1199.98px) {
  .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%);
  }
}
@media (max-width: 1199.98px) {
  .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%);
  }
}
@media (max-width: 1199.98px) {
  .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%);
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 1199.98px) {
  .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: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--bs-offcanvas-box-shadow);
    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%);
  }
}
@media (max-width: 1399.98px) {
  .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%);
  }
}
@media (max-width: 1399.98px) {
  .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%);
  }
}
@media (max-width: 1399.98px) {
  .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%);
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 1399.98px) {
  .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: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  box-shadow: var(--bs-offcanvas-box-shadow);
  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) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
}

.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: 0.6em;
}

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

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

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

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

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

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(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: 75%;
}

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

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

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

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

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

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@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, .custom-datatables {
  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, .custom-datatables {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

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

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

.border-end, .stress_check .date-button {
  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, .stress_check .date-button {
  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, .custom-datatables {
  --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.325rem + 0.9vw) !important;
}

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

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

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

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

.fs-6 {
  font-size: 0.8rem !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, .custom-datatables-thead, .custom-datatables {
  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, .custom-datatables-thead {
  --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: 2rem !important;
  }
  .fs-2 {
    font-size: 1.6rem !important;
  }
  .fs-3 {
    font-size: 1.4rem !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;
  }
}
/*!
 * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: "Font Awesome 6 Free";
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0::before {
  content: "\30 ";
}

.fa-1::before {
  content: "\31 ";
}

.fa-2::before {
  content: "\32 ";
}

.fa-3::before {
  content: "\33 ";
}

.fa-4::before {
  content: "\34 ";
}

.fa-5::before {
  content: "\35 ";
}

.fa-6::before {
  content: "\36 ";
}

.fa-7::before {
  content: "\37 ";
}

.fa-8::before {
  content: "\38 ";
}

.fa-9::before {
  content: "\39 ";
}

.fa-fill-drip::before {
  content: "\f576";
}

.fa-arrows-to-circle::before {
  content: "\e4bd";
}

.fa-circle-chevron-right::before {
  content: "\f138";
}

.fa-chevron-circle-right::before {
  content: "\f138";
}

.fa-at::before {
  content: "\@";
}

.fa-trash-can::before {
  content: "\f2ed";
}

.fa-trash-alt::before {
  content: "\f2ed";
}

.fa-text-height::before {
  content: "\f034";
}

.fa-user-xmark::before {
  content: "\f235";
}

.fa-user-times::before {
  content: "\f235";
}

.fa-stethoscope::before {
  content: "\f0f1";
}

.fa-message::before {
  content: "\f27a";
}

.fa-comment-alt::before {
  content: "\f27a";
}

.fa-info::before {
  content: "\f129";
}

.fa-down-left-and-up-right-to-center::before {
  content: "\f422";
}

.fa-compress-alt::before {
  content: "\f422";
}

.fa-explosion::before {
  content: "\e4e9";
}

.fa-file-lines::before {
  content: "\f15c";
}

.fa-file-alt::before {
  content: "\f15c";
}

.fa-file-text::before {
  content: "\f15c";
}

.fa-wave-square::before {
  content: "\f83e";
}

.fa-ring::before {
  content: "\f70b";
}

.fa-building-un::before {
  content: "\e4d9";
}

.fa-dice-three::before {
  content: "\f527";
}

.fa-calendar-days::before {
  content: "\f073";
}

.fa-calendar-alt::before {
  content: "\f073";
}

.fa-anchor-circle-check::before {
  content: "\e4aa";
}

.fa-building-circle-arrow-right::before {
  content: "\e4d1";
}

.fa-volleyball::before {
  content: "\f45f";
}

.fa-volleyball-ball::before {
  content: "\f45f";
}

.fa-arrows-up-to-line::before {
  content: "\e4c2";
}

.fa-sort-down::before {
  content: "\f0dd";
}

.fa-sort-desc::before {
  content: "\f0dd";
}

.fa-circle-minus::before {
  content: "\f056";
}

.fa-minus-circle::before {
  content: "\f056";
}

.fa-door-open::before {
  content: "\f52b";
}

.fa-right-from-bracket::before {
  content: "\f2f5";
}

.fa-sign-out-alt::before {
  content: "\f2f5";
}

.fa-atom::before {
  content: "\f5d2";
}

.fa-soap::before {
  content: "\e06e";
}

.fa-icons::before {
  content: "\f86d";
}

.fa-heart-music-camera-bolt::before {
  content: "\f86d";
}

.fa-microphone-lines-slash::before {
  content: "\f539";
}

.fa-microphone-alt-slash::before {
  content: "\f539";
}

.fa-bridge-circle-check::before {
  content: "\e4c9";
}

.fa-pump-medical::before {
  content: "\e06a";
}

.fa-fingerprint::before {
  content: "\f577";
}

.fa-hand-point-right::before {
  content: "\f0a4";
}

.fa-magnifying-glass-location::before {
  content: "\f689";
}

.fa-search-location::before {
  content: "\f689";
}

.fa-forward-step::before {
  content: "\f051";
}

.fa-step-forward::before {
  content: "\f051";
}

.fa-face-smile-beam::before {
  content: "\f5b8";
}

.fa-smile-beam::before {
  content: "\f5b8";
}

.fa-flag-checkered::before {
  content: "\f11e";
}

.fa-football::before {
  content: "\f44e";
}

.fa-football-ball::before {
  content: "\f44e";
}

.fa-school-circle-exclamation::before {
  content: "\e56c";
}

.fa-crop::before {
  content: "\f125";
}

.fa-angles-down::before {
  content: "\f103";
}

.fa-angle-double-down::before {
  content: "\f103";
}

.fa-users-rectangle::before {
  content: "\e594";
}

.fa-people-roof::before {
  content: "\e537";
}

.fa-people-line::before {
  content: "\e534";
}

.fa-beer-mug-empty::before {
  content: "\f0fc";
}

.fa-beer::before {
  content: "\f0fc";
}

.fa-diagram-predecessor::before {
  content: "\e477";
}

.fa-arrow-up-long::before {
  content: "\f176";
}

.fa-long-arrow-up::before {
  content: "\f176";
}

.fa-fire-flame-simple::before {
  content: "\f46a";
}

.fa-burn::before {
  content: "\f46a";
}

.fa-person::before {
  content: "\f183";
}

.fa-male::before {
  content: "\f183";
}

.fa-laptop::before {
  content: "\f109";
}

.fa-file-csv::before {
  content: "\f6dd";
}

.fa-menorah::before {
  content: "\f676";
}

.fa-truck-plane::before {
  content: "\e58f";
}

.fa-record-vinyl::before {
  content: "\f8d9";
}

.fa-face-grin-stars::before {
  content: "\f587";
}

.fa-grin-stars::before {
  content: "\f587";
}

.fa-bong::before {
  content: "\f55c";
}

.fa-spaghetti-monster-flying::before {
  content: "\f67b";
}

.fa-pastafarianism::before {
  content: "\f67b";
}

.fa-arrow-down-up-across-line::before {
  content: "\e4af";
}

.fa-spoon::before {
  content: "\f2e5";
}

.fa-utensil-spoon::before {
  content: "\f2e5";
}

.fa-jar-wheat::before {
  content: "\e517";
}

.fa-envelopes-bulk::before {
  content: "\f674";
}

.fa-mail-bulk::before {
  content: "\f674";
}

.fa-file-circle-exclamation::before {
  content: "\e4eb";
}

.fa-circle-h::before {
  content: "\f47e";
}

.fa-hospital-symbol::before {
  content: "\f47e";
}

.fa-pager::before {
  content: "\f815";
}

.fa-address-book::before {
  content: "\f2b9";
}

.fa-contact-book::before {
  content: "\f2b9";
}

.fa-strikethrough::before {
  content: "\f0cc";
}

.fa-k::before {
  content: "K";
}

.fa-landmark-flag::before {
  content: "\e51c";
}

.fa-pencil::before {
  content: "\f303";
}

.fa-pencil-alt::before {
  content: "\f303";
}

.fa-backward::before {
  content: "\f04a";
}

.fa-caret-right::before {
  content: "\f0da";
}

.fa-comments::before {
  content: "\f086";
}

.fa-paste::before {
  content: "\f0ea";
}

.fa-file-clipboard::before {
  content: "\f0ea";
}

.fa-code-pull-request::before {
  content: "\e13c";
}

.fa-clipboard-list::before {
  content: "\f46d";
}

.fa-truck-ramp-box::before {
  content: "\f4de";
}

.fa-truck-loading::before {
  content: "\f4de";
}

.fa-user-check::before {
  content: "\f4fc";
}

.fa-vial-virus::before {
  content: "\e597";
}

.fa-sheet-plastic::before {
  content: "\e571";
}

.fa-blog::before {
  content: "\f781";
}

.fa-user-ninja::before {
  content: "\f504";
}

.fa-person-arrow-up-from-line::before {
  content: "\e539";
}

.fa-scroll-torah::before {
  content: "\f6a0";
}

.fa-torah::before {
  content: "\f6a0";
}

.fa-broom-ball::before {
  content: "\f458";
}

.fa-quidditch::before {
  content: "\f458";
}

.fa-quidditch-broom-ball::before {
  content: "\f458";
}

.fa-toggle-off::before {
  content: "\f204";
}

.fa-box-archive::before {
  content: "\f187";
}

.fa-archive::before {
  content: "\f187";
}

.fa-person-drowning::before {
  content: "\e545";
}

.fa-arrow-down-9-1::before {
  content: "\f886";
}

.fa-sort-numeric-desc::before {
  content: "\f886";
}

.fa-sort-numeric-down-alt::before {
  content: "\f886";
}

.fa-face-grin-tongue-squint::before {
  content: "\f58a";
}

.fa-grin-tongue-squint::before {
  content: "\f58a";
}

.fa-spray-can::before {
  content: "\f5bd";
}

.fa-truck-monster::before {
  content: "\f63b";
}

.fa-w::before {
  content: "W";
}

.fa-earth-africa::before {
  content: "\f57c";
}

.fa-globe-africa::before {
  content: "\f57c";
}

.fa-rainbow::before {
  content: "\f75b";
}

.fa-circle-notch::before {
  content: "\f1ce";
}

.fa-tablet-screen-button::before {
  content: "\f3fa";
}

.fa-tablet-alt::before {
  content: "\f3fa";
}

.fa-paw::before {
  content: "\f1b0";
}

.fa-cloud::before {
  content: "\f0c2";
}

.fa-trowel-bricks::before {
  content: "\e58a";
}

.fa-face-flushed::before {
  content: "\f579";
}

.fa-flushed::before {
  content: "\f579";
}

.fa-hospital-user::before {
  content: "\f80d";
}

.fa-tent-arrow-left-right::before {
  content: "\e57f";
}

.fa-gavel::before {
  content: "\f0e3";
}

.fa-legal::before {
  content: "\f0e3";
}

.fa-binoculars::before {
  content: "\f1e5";
}

.fa-microphone-slash::before {
  content: "\f131";
}

.fa-box-tissue::before {
  content: "\e05b";
}

.fa-motorcycle::before {
  content: "\f21c";
}

.fa-bell-concierge::before {
  content: "\f562";
}

.fa-concierge-bell::before {
  content: "\f562";
}

.fa-pen-ruler::before {
  content: "\f5ae";
}

.fa-pencil-ruler::before {
  content: "\f5ae";
}

.fa-people-arrows::before {
  content: "\e068";
}

.fa-people-arrows-left-right::before {
  content: "\e068";
}

.fa-mars-and-venus-burst::before {
  content: "\e523";
}

.fa-square-caret-right::before {
  content: "\f152";
}

.fa-caret-square-right::before {
  content: "\f152";
}

.fa-scissors::before {
  content: "\f0c4";
}

.fa-cut::before {
  content: "\f0c4";
}

.fa-sun-plant-wilt::before {
  content: "\e57a";
}

.fa-toilets-portable::before {
  content: "\e584";
}

.fa-hockey-puck::before {
  content: "\f453";
}

.fa-table::before {
  content: "\f0ce";
}

.fa-magnifying-glass-arrow-right::before {
  content: "\e521";
}

.fa-tachograph-digital::before {
  content: "\f566";
}

.fa-digital-tachograph::before {
  content: "\f566";
}

.fa-users-slash::before {
  content: "\e073";
}

.fa-clover::before {
  content: "\e139";
}

.fa-reply::before {
  content: "\f3e5";
}

.fa-mail-reply::before {
  content: "\f3e5";
}

.fa-star-and-crescent::before {
  content: "\f699";
}

.fa-house-fire::before {
  content: "\e50c";
}

.fa-square-minus::before {
  content: "\f146";
}

.fa-minus-square::before {
  content: "\f146";
}

.fa-helicopter::before {
  content: "\f533";
}

.fa-compass::before {
  content: "\f14e";
}

.fa-square-caret-down::before {
  content: "\f150";
}

.fa-caret-square-down::before {
  content: "\f150";
}

.fa-file-circle-question::before {
  content: "\e4ef";
}

.fa-laptop-code::before {
  content: "\f5fc";
}

.fa-swatchbook::before {
  content: "\f5c3";
}

.fa-prescription-bottle::before {
  content: "\f485";
}

.fa-bars::before {
  content: "\f0c9";
}

.fa-navicon::before {
  content: "\f0c9";
}

.fa-people-group::before {
  content: "\e533";
}

.fa-hourglass-end::before {
  content: "\f253";
}

.fa-hourglass-3::before {
  content: "\f253";
}

.fa-heart-crack::before {
  content: "\f7a9";
}

.fa-heart-broken::before {
  content: "\f7a9";
}

.fa-square-up-right::before {
  content: "\f360";
}

.fa-external-link-square-alt::before {
  content: "\f360";
}

.fa-face-kiss-beam::before {
  content: "\f597";
}

.fa-kiss-beam::before {
  content: "\f597";
}

.fa-film::before {
  content: "\f008";
}

.fa-ruler-horizontal::before {
  content: "\f547";
}

.fa-people-robbery::before {
  content: "\e536";
}

.fa-lightbulb::before {
  content: "\f0eb";
}

.fa-caret-left::before {
  content: "\f0d9";
}

.fa-circle-exclamation::before {
  content: "\f06a";
}

.fa-exclamation-circle::before {
  content: "\f06a";
}

.fa-school-circle-xmark::before {
  content: "\e56d";
}

.fa-arrow-right-from-bracket::before {
  content: "\f08b";
}

.fa-sign-out::before {
  content: "\f08b";
}

.fa-circle-chevron-down::before {
  content: "\f13a";
}

.fa-chevron-circle-down::before {
  content: "\f13a";
}

.fa-unlock-keyhole::before {
  content: "\f13e";
}

.fa-unlock-alt::before {
  content: "\f13e";
}

.fa-cloud-showers-heavy::before {
  content: "\f740";
}

.fa-headphones-simple::before {
  content: "\f58f";
}

.fa-headphones-alt::before {
  content: "\f58f";
}

.fa-sitemap::before {
  content: "\f0e8";
}

.fa-circle-dollar-to-slot::before {
  content: "\f4b9";
}

.fa-donate::before {
  content: "\f4b9";
}

.fa-memory::before {
  content: "\f538";
}

.fa-road-spikes::before {
  content: "\e568";
}

.fa-fire-burner::before {
  content: "\e4f1";
}

.fa-flag::before {
  content: "\f024";
}

.fa-hanukiah::before {
  content: "\f6e6";
}

.fa-feather::before {
  content: "\f52d";
}

.fa-volume-low::before {
  content: "\f027";
}

.fa-volume-down::before {
  content: "\f027";
}

.fa-comment-slash::before {
  content: "\f4b3";
}

.fa-cloud-sun-rain::before {
  content: "\f743";
}

.fa-compress::before {
  content: "\f066";
}

.fa-wheat-awn::before {
  content: "\e2cd";
}

.fa-wheat-alt::before {
  content: "\e2cd";
}

.fa-ankh::before {
  content: "\f644";
}

.fa-hands-holding-child::before {
  content: "\e4fa";
}

.fa-asterisk::before {
  content: "\*";
}

.fa-square-check::before {
  content: "\f14a";
}

.fa-check-square::before {
  content: "\f14a";
}

.fa-peseta-sign::before {
  content: "\e221";
}

.fa-heading::before {
  content: "\f1dc";
}

.fa-header::before {
  content: "\f1dc";
}

.fa-ghost::before {
  content: "\f6e2";
}

.fa-list::before {
  content: "\f03a";
}

.fa-list-squares::before {
  content: "\f03a";
}

.fa-square-phone-flip::before {
  content: "\f87b";
}

.fa-phone-square-alt::before {
  content: "\f87b";
}

.fa-cart-plus::before {
  content: "\f217";
}

.fa-gamepad::before {
  content: "\f11b";
}

.fa-circle-dot::before {
  content: "\f192";
}

.fa-dot-circle::before {
  content: "\f192";
}

.fa-face-dizzy::before {
  content: "\f567";
}

.fa-dizzy::before {
  content: "\f567";
}

.fa-egg::before {
  content: "\f7fb";
}

.fa-house-medical-circle-xmark::before {
  content: "\e513";
}

.fa-campground::before {
  content: "\f6bb";
}

.fa-folder-plus::before {
  content: "\f65e";
}

.fa-futbol::before {
  content: "\f1e3";
}

.fa-futbol-ball::before {
  content: "\f1e3";
}

.fa-soccer-ball::before {
  content: "\f1e3";
}

.fa-paintbrush::before {
  content: "\f1fc";
}

.fa-paint-brush::before {
  content: "\f1fc";
}

.fa-lock::before {
  content: "\f023";
}

.fa-gas-pump::before {
  content: "\f52f";
}

.fa-hot-tub-person::before {
  content: "\f593";
}

.fa-hot-tub::before {
  content: "\f593";
}

.fa-map-location::before {
  content: "\f59f";
}

.fa-map-marked::before {
  content: "\f59f";
}

.fa-house-flood-water::before {
  content: "\e50e";
}

.fa-tree::before {
  content: "\f1bb";
}

.fa-bridge-lock::before {
  content: "\e4cc";
}

.fa-sack-dollar::before {
  content: "\f81d";
}

.fa-pen-to-square::before {
  content: "\f044";
}

.fa-edit::before {
  content: "\f044";
}

.fa-car-side::before {
  content: "\f5e4";
}

.fa-share-nodes::before {
  content: "\f1e0";
}

.fa-share-alt::before {
  content: "\f1e0";
}

.fa-heart-circle-minus::before {
  content: "\e4ff";
}

.fa-hourglass-half::before {
  content: "\f252";
}

.fa-hourglass-2::before {
  content: "\f252";
}

.fa-microscope::before {
  content: "\f610";
}

.fa-sink::before {
  content: "\e06d";
}

.fa-bag-shopping::before {
  content: "\f290";
}

.fa-shopping-bag::before {
  content: "\f290";
}

.fa-arrow-down-z-a::before {
  content: "\f881";
}

.fa-sort-alpha-desc::before {
  content: "\f881";
}

.fa-sort-alpha-down-alt::before {
  content: "\f881";
}

.fa-mitten::before {
  content: "\f7b5";
}

.fa-person-rays::before {
  content: "\e54d";
}

.fa-users::before {
  content: "\f0c0";
}

.fa-eye-slash::before {
  content: "\f070";
}

.fa-flask-vial::before {
  content: "\e4f3";
}

.fa-hand::before {
  content: "\f256";
}

.fa-hand-paper::before {
  content: "\f256";
}

.fa-om::before {
  content: "\f679";
}

.fa-worm::before {
  content: "\e599";
}

.fa-house-circle-xmark::before {
  content: "\e50b";
}

.fa-plug::before {
  content: "\f1e6";
}

.fa-chevron-up::before {
  content: "\f077";
}

.fa-hand-spock::before {
  content: "\f259";
}

.fa-stopwatch::before {
  content: "\f2f2";
}

.fa-face-kiss::before {
  content: "\f596";
}

.fa-kiss::before {
  content: "\f596";
}

.fa-bridge-circle-xmark::before {
  content: "\e4cb";
}

.fa-face-grin-tongue::before {
  content: "\f589";
}

.fa-grin-tongue::before {
  content: "\f589";
}

.fa-chess-bishop::before {
  content: "\f43a";
}

.fa-face-grin-wink::before {
  content: "\f58c";
}

.fa-grin-wink::before {
  content: "\f58c";
}

.fa-ear-deaf::before {
  content: "\f2a4";
}

.fa-deaf::before {
  content: "\f2a4";
}

.fa-deafness::before {
  content: "\f2a4";
}

.fa-hard-of-hearing::before {
  content: "\f2a4";
}

.fa-road-circle-check::before {
  content: "\e564";
}

.fa-dice-five::before {
  content: "\f523";
}

.fa-square-rss::before {
  content: "\f143";
}

.fa-rss-square::before {
  content: "\f143";
}

.fa-land-mine-on::before {
  content: "\e51b";
}

.fa-i-cursor::before {
  content: "\f246";
}

.fa-stamp::before {
  content: "\f5bf";
}

.fa-stairs::before {
  content: "\e289";
}

.fa-i::before {
  content: "I";
}

.fa-hryvnia-sign::before {
  content: "\f6f2";
}

.fa-hryvnia::before {
  content: "\f6f2";
}

.fa-pills::before {
  content: "\f484";
}

.fa-face-grin-wide::before {
  content: "\f581";
}

.fa-grin-alt::before {
  content: "\f581";
}

.fa-tooth::before {
  content: "\f5c9";
}

.fa-v::before {
  content: "V";
}

.fa-bangladeshi-taka-sign::before {
  content: "\e2e6";
}

.fa-bicycle::before {
  content: "\f206";
}

.fa-staff-snake::before {
  content: "\e579";
}

.fa-rod-asclepius::before {
  content: "\e579";
}

.fa-rod-snake::before {
  content: "\e579";
}

.fa-staff-aesculapius::before {
  content: "\e579";
}

.fa-head-side-cough-slash::before {
  content: "\e062";
}

.fa-truck-medical::before {
  content: "\f0f9";
}

.fa-ambulance::before {
  content: "\f0f9";
}

.fa-wheat-awn-circle-exclamation::before {
  content: "\e598";
}

.fa-snowman::before {
  content: "\f7d0";
}

.fa-mortar-pestle::before {
  content: "\f5a7";
}

.fa-road-barrier::before {
  content: "\e562";
}

.fa-school::before {
  content: "\f549";
}

.fa-igloo::before {
  content: "\f7ae";
}

.fa-joint::before {
  content: "\f595";
}

.fa-angle-right::before {
  content: "\f105";
}

.fa-horse::before {
  content: "\f6f0";
}

.fa-q::before {
  content: "Q";
}

.fa-g::before {
  content: "G";
}

.fa-notes-medical::before {
  content: "\f481";
}

.fa-temperature-half::before {
  content: "\f2c9";
}

.fa-temperature-2::before {
  content: "\f2c9";
}

.fa-thermometer-2::before {
  content: "\f2c9";
}

.fa-thermometer-half::before {
  content: "\f2c9";
}

.fa-dong-sign::before {
  content: "\e169";
}

.fa-capsules::before {
  content: "\f46b";
}

.fa-poo-storm::before {
  content: "\f75a";
}

.fa-poo-bolt::before {
  content: "\f75a";
}

.fa-face-frown-open::before {
  content: "\f57a";
}

.fa-frown-open::before {
  content: "\f57a";
}

.fa-hand-point-up::before {
  content: "\f0a6";
}

.fa-money-bill::before {
  content: "\f0d6";
}

.fa-bookmark::before {
  content: "\f02e";
}

.fa-align-justify::before {
  content: "\f039";
}

.fa-umbrella-beach::before {
  content: "\f5ca";
}

.fa-helmet-un::before {
  content: "\e503";
}

.fa-bullseye::before {
  content: "\f140";
}

.fa-bacon::before {
  content: "\f7e5";
}

.fa-hand-point-down::before {
  content: "\f0a7";
}

.fa-arrow-up-from-bracket::before {
  content: "\e09a";
}

.fa-folder::before {
  content: "\f07b";
}

.fa-folder-blank::before {
  content: "\f07b";
}

.fa-file-waveform::before {
  content: "\f478";
}

.fa-file-medical-alt::before {
  content: "\f478";
}

.fa-radiation::before {
  content: "\f7b9";
}

.fa-chart-simple::before {
  content: "\e473";
}

.fa-mars-stroke::before {
  content: "\f229";
}

.fa-vial::before {
  content: "\f492";
}

.fa-gauge::before {
  content: "\f624";
}

.fa-dashboard::before {
  content: "\f624";
}

.fa-gauge-med::before {
  content: "\f624";
}

.fa-tachometer-alt-average::before {
  content: "\f624";
}

.fa-wand-magic-sparkles::before {
  content: "\e2ca";
}

.fa-magic-wand-sparkles::before {
  content: "\e2ca";
}

.fa-e::before {
  content: "E";
}

.fa-pen-clip::before {
  content: "\f305";
}

.fa-pen-alt::before {
  content: "\f305";
}

.fa-bridge-circle-exclamation::before {
  content: "\e4ca";
}

.fa-user::before {
  content: "\f007";
}

.fa-school-circle-check::before {
  content: "\e56b";
}

.fa-dumpster::before {
  content: "\f793";
}

.fa-van-shuttle::before {
  content: "\f5b6";
}

.fa-shuttle-van::before {
  content: "\f5b6";
}

.fa-building-user::before {
  content: "\e4da";
}

.fa-square-caret-left::before {
  content: "\f191";
}

.fa-caret-square-left::before {
  content: "\f191";
}

.fa-highlighter::before {
  content: "\f591";
}

.fa-key::before {
  content: "\f084";
}

.fa-bullhorn::before {
  content: "\f0a1";
}

.fa-globe::before {
  content: "\f0ac";
}

.fa-synagogue::before {
  content: "\f69b";
}

.fa-person-half-dress::before {
  content: "\e548";
}

.fa-road-bridge::before {
  content: "\e563";
}

.fa-location-arrow::before {
  content: "\f124";
}

.fa-c::before {
  content: "C";
}

.fa-tablet-button::before {
  content: "\f10a";
}

.fa-building-lock::before {
  content: "\e4d6";
}

.fa-pizza-slice::before {
  content: "\f818";
}

.fa-money-bill-wave::before {
  content: "\f53a";
}

.fa-chart-area::before {
  content: "\f1fe";
}

.fa-area-chart::before {
  content: "\f1fe";
}

.fa-house-flag::before {
  content: "\e50d";
}

.fa-person-circle-minus::before {
  content: "\e540";
}

.fa-ban::before {
  content: "\f05e";
}

.fa-cancel::before {
  content: "\f05e";
}

.fa-camera-rotate::before {
  content: "\e0d8";
}

.fa-spray-can-sparkles::before {
  content: "\f5d0";
}

.fa-air-freshener::before {
  content: "\f5d0";
}

.fa-star::before {
  content: "\f005";
}

.fa-repeat::before {
  content: "\f363";
}

.fa-cross::before {
  content: "\f654";
}

.fa-box::before {
  content: "\f466";
}

.fa-venus-mars::before {
  content: "\f228";
}

.fa-arrow-pointer::before {
  content: "\f245";
}

.fa-mouse-pointer::before {
  content: "\f245";
}

.fa-maximize::before {
  content: "\f31e";
}

.fa-expand-arrows-alt::before {
  content: "\f31e";
}

.fa-charging-station::before {
  content: "\f5e7";
}

.fa-shapes::before {
  content: "\f61f";
}

.fa-triangle-circle-square::before {
  content: "\f61f";
}

.fa-shuffle::before {
  content: "\f074";
}

.fa-random::before {
  content: "\f074";
}

.fa-person-running::before {
  content: "\f70c";
}

.fa-running::before {
  content: "\f70c";
}

.fa-mobile-retro::before {
  content: "\e527";
}

.fa-grip-lines-vertical::before {
  content: "\f7a5";
}

.fa-spider::before {
  content: "\f717";
}

.fa-hands-bound::before {
  content: "\e4f9";
}

.fa-file-invoice-dollar::before {
  content: "\f571";
}

.fa-plane-circle-exclamation::before {
  content: "\e556";
}

.fa-x-ray::before {
  content: "\f497";
}

.fa-spell-check::before {
  content: "\f891";
}

.fa-slash::before {
  content: "\f715";
}

.fa-computer-mouse::before {
  content: "\f8cc";
}

.fa-mouse::before {
  content: "\f8cc";
}

.fa-arrow-right-to-bracket::before {
  content: "\f090";
}

.fa-sign-in::before {
  content: "\f090";
}

.fa-shop-slash::before {
  content: "\e070";
}

.fa-store-alt-slash::before {
  content: "\e070";
}

.fa-server::before {
  content: "\f233";
}

.fa-virus-covid-slash::before {
  content: "\e4a9";
}

.fa-shop-lock::before {
  content: "\e4a5";
}

.fa-hourglass-start::before {
  content: "\f251";
}

.fa-hourglass-1::before {
  content: "\f251";
}

.fa-blender-phone::before {
  content: "\f6b6";
}

.fa-building-wheat::before {
  content: "\e4db";
}

.fa-person-breastfeeding::before {
  content: "\e53a";
}

.fa-right-to-bracket::before {
  content: "\f2f6";
}

.fa-sign-in-alt::before {
  content: "\f2f6";
}

.fa-venus::before {
  content: "\f221";
}

.fa-passport::before {
  content: "\f5ab";
}

.fa-heart-pulse::before {
  content: "\f21e";
}

.fa-heartbeat::before {
  content: "\f21e";
}

.fa-people-carry-box::before {
  content: "\f4ce";
}

.fa-people-carry::before {
  content: "\f4ce";
}

.fa-temperature-high::before {
  content: "\f769";
}

.fa-microchip::before {
  content: "\f2db";
}

.fa-crown::before {
  content: "\f521";
}

.fa-weight-hanging::before {
  content: "\f5cd";
}

.fa-xmarks-lines::before {
  content: "\e59a";
}

.fa-file-prescription::before {
  content: "\f572";
}

.fa-weight-scale::before {
  content: "\f496";
}

.fa-weight::before {
  content: "\f496";
}

.fa-user-group::before {
  content: "\f500";
}

.fa-user-friends::before {
  content: "\f500";
}

.fa-arrow-up-a-z::before {
  content: "\f15e";
}

.fa-sort-alpha-up::before {
  content: "\f15e";
}

.fa-chess-knight::before {
  content: "\f441";
}

.fa-face-laugh-squint::before {
  content: "\f59b";
}

.fa-laugh-squint::before {
  content: "\f59b";
}

.fa-wheelchair::before {
  content: "\f193";
}

.fa-circle-arrow-up::before {
  content: "\f0aa";
}

.fa-arrow-circle-up::before {
  content: "\f0aa";
}

.fa-toggle-on::before {
  content: "\f205";
}

.fa-person-walking::before {
  content: "\f554";
}

.fa-walking::before {
  content: "\f554";
}

.fa-l::before {
  content: "L";
}

.fa-fire::before {
  content: "\f06d";
}

.fa-bed-pulse::before {
  content: "\f487";
}

.fa-procedures::before {
  content: "\f487";
}

.fa-shuttle-space::before {
  content: "\f197";
}

.fa-space-shuttle::before {
  content: "\f197";
}

.fa-face-laugh::before {
  content: "\f599";
}

.fa-laugh::before {
  content: "\f599";
}

.fa-folder-open::before {
  content: "\f07c";
}

.fa-heart-circle-plus::before {
  content: "\e500";
}

.fa-code-fork::before {
  content: "\e13b";
}

.fa-city::before {
  content: "\f64f";
}

.fa-microphone-lines::before {
  content: "\f3c9";
}

.fa-microphone-alt::before {
  content: "\f3c9";
}

.fa-pepper-hot::before {
  content: "\f816";
}

.fa-unlock::before {
  content: "\f09c";
}

.fa-colon-sign::before {
  content: "\e140";
}

.fa-headset::before {
  content: "\f590";
}

.fa-store-slash::before {
  content: "\e071";
}

.fa-road-circle-xmark::before {
  content: "\e566";
}

.fa-user-minus::before {
  content: "\f503";
}

.fa-mars-stroke-up::before {
  content: "\f22a";
}

.fa-mars-stroke-v::before {
  content: "\f22a";
}

.fa-champagne-glasses::before {
  content: "\f79f";
}

.fa-glass-cheers::before {
  content: "\f79f";
}

.fa-clipboard::before {
  content: "\f328";
}

.fa-house-circle-exclamation::before {
  content: "\e50a";
}

.fa-file-arrow-up::before {
  content: "\f574";
}

.fa-file-upload::before {
  content: "\f574";
}

.fa-wifi::before {
  content: "\f1eb";
}

.fa-wifi-3::before {
  content: "\f1eb";
}

.fa-wifi-strong::before {
  content: "\f1eb";
}

.fa-bath::before {
  content: "\f2cd";
}

.fa-bathtub::before {
  content: "\f2cd";
}

.fa-underline::before {
  content: "\f0cd";
}

.fa-user-pen::before {
  content: "\f4ff";
}

.fa-user-edit::before {
  content: "\f4ff";
}

.fa-signature::before {
  content: "\f5b7";
}

.fa-stroopwafel::before {
  content: "\f551";
}

.fa-bold::before {
  content: "\f032";
}

.fa-anchor-lock::before {
  content: "\e4ad";
}

.fa-building-ngo::before {
  content: "\e4d7";
}

.fa-manat-sign::before {
  content: "\e1d5";
}

.fa-not-equal::before {
  content: "\f53e";
}

.fa-border-top-left::before {
  content: "\f853";
}

.fa-border-style::before {
  content: "\f853";
}

.fa-map-location-dot::before {
  content: "\f5a0";
}

.fa-map-marked-alt::before {
  content: "\f5a0";
}

.fa-jedi::before {
  content: "\f669";
}

.fa-square-poll-vertical::before {
  content: "\f681";
}

.fa-poll::before {
  content: "\f681";
}

.fa-mug-hot::before {
  content: "\f7b6";
}

.fa-car-battery::before {
  content: "\f5df";
}

.fa-battery-car::before {
  content: "\f5df";
}

.fa-gift::before {
  content: "\f06b";
}

.fa-dice-two::before {
  content: "\f528";
}

.fa-chess-queen::before {
  content: "\f445";
}

.fa-glasses::before {
  content: "\f530";
}

.fa-chess-board::before {
  content: "\f43c";
}

.fa-building-circle-check::before {
  content: "\e4d2";
}

.fa-person-chalkboard::before {
  content: "\e53d";
}

.fa-mars-stroke-right::before {
  content: "\f22b";
}

.fa-mars-stroke-h::before {
  content: "\f22b";
}

.fa-hand-back-fist::before {
  content: "\f255";
}

.fa-hand-rock::before {
  content: "\f255";
}

.fa-square-caret-up::before {
  content: "\f151";
}

.fa-caret-square-up::before {
  content: "\f151";
}

.fa-cloud-showers-water::before {
  content: "\e4e4";
}

.fa-chart-bar::before {
  content: "\f080";
}

.fa-bar-chart::before {
  content: "\f080";
}

.fa-hands-bubbles::before {
  content: "\e05e";
}

.fa-hands-wash::before {
  content: "\e05e";
}

.fa-less-than-equal::before {
  content: "\f537";
}

.fa-train::before {
  content: "\f238";
}

.fa-eye-low-vision::before {
  content: "\f2a8";
}

.fa-low-vision::before {
  content: "\f2a8";
}

.fa-crow::before {
  content: "\f520";
}

.fa-sailboat::before {
  content: "\e445";
}

.fa-window-restore::before {
  content: "\f2d2";
}

.fa-square-plus::before {
  content: "\f0fe";
}

.fa-plus-square::before {
  content: "\f0fe";
}

.fa-torii-gate::before {
  content: "\f6a1";
}

.fa-frog::before {
  content: "\f52e";
}

.fa-bucket::before {
  content: "\e4cf";
}

.fa-image::before {
  content: "\f03e";
}

.fa-microphone::before {
  content: "\f130";
}

.fa-cow::before {
  content: "\f6c8";
}

.fa-caret-up::before {
  content: "\f0d8";
}

.fa-screwdriver::before {
  content: "\f54a";
}

.fa-folder-closed::before {
  content: "\e185";
}

.fa-house-tsunami::before {
  content: "\e515";
}

.fa-square-nfi::before {
  content: "\e576";
}

.fa-arrow-up-from-ground-water::before {
  content: "\e4b5";
}

.fa-martini-glass::before {
  content: "\f57b";
}

.fa-glass-martini-alt::before {
  content: "\f57b";
}

.fa-rotate-left::before {
  content: "\f2ea";
}

.fa-rotate-back::before {
  content: "\f2ea";
}

.fa-rotate-backward::before {
  content: "\f2ea";
}

.fa-undo-alt::before {
  content: "\f2ea";
}

.fa-table-columns::before {
  content: "\f0db";
}

.fa-columns::before {
  content: "\f0db";
}

.fa-lemon::before {
  content: "\f094";
}

.fa-head-side-mask::before {
  content: "\e063";
}

.fa-handshake::before {
  content: "\f2b5";
}

.fa-gem::before {
  content: "\f3a5";
}

.fa-dolly::before {
  content: "\f472";
}

.fa-dolly-box::before {
  content: "\f472";
}

.fa-smoking::before {
  content: "\f48d";
}

.fa-minimize::before {
  content: "\f78c";
}

.fa-compress-arrows-alt::before {
  content: "\f78c";
}

.fa-monument::before {
  content: "\f5a6";
}

.fa-snowplow::before {
  content: "\f7d2";
}

.fa-angles-right::before {
  content: "\f101";
}

.fa-angle-double-right::before {
  content: "\f101";
}

.fa-cannabis::before {
  content: "\f55f";
}

.fa-circle-play::before {
  content: "\f144";
}

.fa-play-circle::before {
  content: "\f144";
}

.fa-tablets::before {
  content: "\f490";
}

.fa-ethernet::before {
  content: "\f796";
}

.fa-euro-sign::before {
  content: "\f153";
}

.fa-eur::before {
  content: "\f153";
}

.fa-euro::before {
  content: "\f153";
}

.fa-chair::before {
  content: "\f6c0";
}

.fa-circle-check::before {
  content: "\f058";
}

.fa-check-circle::before {
  content: "\f058";
}

.fa-circle-stop::before {
  content: "\f28d";
}

.fa-stop-circle::before {
  content: "\f28d";
}

.fa-compass-drafting::before {
  content: "\f568";
}

.fa-drafting-compass::before {
  content: "\f568";
}

.fa-plate-wheat::before {
  content: "\e55a";
}

.fa-icicles::before {
  content: "\f7ad";
}

.fa-person-shelter::before {
  content: "\e54f";
}

.fa-neuter::before {
  content: "\f22c";
}

.fa-id-badge::before {
  content: "\f2c1";
}

.fa-marker::before {
  content: "\f5a1";
}

.fa-face-laugh-beam::before {
  content: "\f59a";
}

.fa-laugh-beam::before {
  content: "\f59a";
}

.fa-helicopter-symbol::before {
  content: "\e502";
}

.fa-universal-access::before {
  content: "\f29a";
}

.fa-circle-chevron-up::before {
  content: "\f139";
}

.fa-chevron-circle-up::before {
  content: "\f139";
}

.fa-lari-sign::before {
  content: "\e1c8";
}

.fa-volcano::before {
  content: "\f770";
}

.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553";
}

.fa-sterling-sign::before {
  content: "\f154";
}

.fa-gbp::before {
  content: "\f154";
}

.fa-pound-sign::before {
  content: "\f154";
}

.fa-viruses::before {
  content: "\e076";
}

.fa-square-person-confined::before {
  content: "\e577";
}

.fa-user-tie::before {
  content: "\f508";
}

.fa-arrow-down-long::before {
  content: "\f175";
}

.fa-long-arrow-down::before {
  content: "\f175";
}

.fa-tent-arrow-down-to-line::before {
  content: "\e57e";
}

.fa-certificate::before {
  content: "\f0a3";
}

.fa-reply-all::before {
  content: "\f122";
}

.fa-mail-reply-all::before {
  content: "\f122";
}

.fa-suitcase::before {
  content: "\f0f2";
}

.fa-person-skating::before {
  content: "\f7c5";
}

.fa-skating::before {
  content: "\f7c5";
}

.fa-filter-circle-dollar::before {
  content: "\f662";
}

.fa-funnel-dollar::before {
  content: "\f662";
}

.fa-camera-retro::before {
  content: "\f083";
}

.fa-circle-arrow-down::before {
  content: "\f0ab";
}

.fa-arrow-circle-down::before {
  content: "\f0ab";
}

.fa-file-import::before {
  content: "\f56f";
}

.fa-arrow-right-to-file::before {
  content: "\f56f";
}

.fa-square-arrow-up-right::before {
  content: "\f14c";
}

.fa-external-link-square::before {
  content: "\f14c";
}

.fa-box-open::before {
  content: "\f49e";
}

.fa-scroll::before {
  content: "\f70e";
}

.fa-spa::before {
  content: "\f5bb";
}

.fa-location-pin-lock::before {
  content: "\e51f";
}

.fa-pause::before {
  content: "\f04c";
}

.fa-hill-avalanche::before {
  content: "\e507";
}

.fa-temperature-empty::before {
  content: "\f2cb";
}

.fa-temperature-0::before {
  content: "\f2cb";
}

.fa-thermometer-0::before {
  content: "\f2cb";
}

.fa-thermometer-empty::before {
  content: "\f2cb";
}

.fa-bomb::before {
  content: "\f1e2";
}

.fa-registered::before {
  content: "\f25d";
}

.fa-address-card::before {
  content: "\f2bb";
}

.fa-contact-card::before {
  content: "\f2bb";
}

.fa-vcard::before {
  content: "\f2bb";
}

.fa-scale-unbalanced-flip::before {
  content: "\f516";
}

.fa-balance-scale-right::before {
  content: "\f516";
}

.fa-subscript::before {
  content: "\f12c";
}

.fa-diamond-turn-right::before {
  content: "\f5eb";
}

.fa-directions::before {
  content: "\f5eb";
}

.fa-burst::before {
  content: "\e4dc";
}

.fa-house-laptop::before {
  content: "\e066";
}

.fa-laptop-house::before {
  content: "\e066";
}

.fa-face-tired::before {
  content: "\f5c8";
}

.fa-tired::before {
  content: "\f5c8";
}

.fa-money-bills::before {
  content: "\e1f3";
}

.fa-smog::before {
  content: "\f75f";
}

.fa-crutch::before {
  content: "\f7f7";
}

.fa-cloud-arrow-up::before {
  content: "\f0ee";
}

.fa-cloud-upload::before {
  content: "\f0ee";
}

.fa-cloud-upload-alt::before {
  content: "\f0ee";
}

.fa-palette::before {
  content: "\f53f";
}

.fa-arrows-turn-right::before {
  content: "\e4c0";
}

.fa-vest::before {
  content: "\e085";
}

.fa-ferry::before {
  content: "\e4ea";
}

.fa-arrows-down-to-people::before {
  content: "\e4b9";
}

.fa-seedling::before {
  content: "\f4d8";
}

.fa-sprout::before {
  content: "\f4d8";
}

.fa-left-right::before {
  content: "\f337";
}

.fa-arrows-alt-h::before {
  content: "\f337";
}

.fa-boxes-packing::before {
  content: "\e4c7";
}

.fa-circle-arrow-left::before {
  content: "\f0a8";
}

.fa-arrow-circle-left::before {
  content: "\f0a8";
}

.fa-group-arrows-rotate::before {
  content: "\e4f6";
}

.fa-bowl-food::before {
  content: "\e4c6";
}

.fa-candy-cane::before {
  content: "\f786";
}

.fa-arrow-down-wide-short::before {
  content: "\f160";
}

.fa-sort-amount-asc::before {
  content: "\f160";
}

.fa-sort-amount-down::before {
  content: "\f160";
}

.fa-cloud-bolt::before {
  content: "\f76c";
}

.fa-thunderstorm::before {
  content: "\f76c";
}

.fa-text-slash::before {
  content: "\f87d";
}

.fa-remove-format::before {
  content: "\f87d";
}

.fa-face-smile-wink::before {
  content: "\f4da";
}

.fa-smile-wink::before {
  content: "\f4da";
}

.fa-file-word::before {
  content: "\f1c2";
}

.fa-file-powerpoint::before {
  content: "\f1c4";
}

.fa-arrows-left-right::before {
  content: "\f07e";
}

.fa-arrows-h::before {
  content: "\f07e";
}

.fa-house-lock::before {
  content: "\e510";
}

.fa-cloud-arrow-down::before {
  content: "\f0ed";
}

.fa-cloud-download::before {
  content: "\f0ed";
}

.fa-cloud-download-alt::before {
  content: "\f0ed";
}

.fa-children::before {
  content: "\e4e1";
}

.fa-chalkboard::before {
  content: "\f51b";
}

.fa-blackboard::before {
  content: "\f51b";
}

.fa-user-large-slash::before {
  content: "\f4fa";
}

.fa-user-alt-slash::before {
  content: "\f4fa";
}

.fa-envelope-open::before {
  content: "\f2b6";
}

.fa-handshake-simple-slash::before {
  content: "\e05f";
}

.fa-handshake-alt-slash::before {
  content: "\e05f";
}

.fa-mattress-pillow::before {
  content: "\e525";
}

.fa-guarani-sign::before {
  content: "\e19a";
}

.fa-arrows-rotate::before {
  content: "\f021";
}

.fa-refresh::before {
  content: "\f021";
}

.fa-sync::before {
  content: "\f021";
}

.fa-fire-extinguisher::before {
  content: "\f134";
}

.fa-cruzeiro-sign::before {
  content: "\e152";
}

.fa-greater-than-equal::before {
  content: "\f532";
}

.fa-shield-halved::before {
  content: "\f3ed";
}

.fa-shield-alt::before {
  content: "\f3ed";
}

.fa-book-atlas::before {
  content: "\f558";
}

.fa-atlas::before {
  content: "\f558";
}

.fa-virus::before {
  content: "\e074";
}

.fa-envelope-circle-check::before {
  content: "\e4e8";
}

.fa-layer-group::before {
  content: "\f5fd";
}

.fa-arrows-to-dot::before {
  content: "\e4be";
}

.fa-archway::before {
  content: "\f557";
}

.fa-heart-circle-check::before {
  content: "\e4fd";
}

.fa-house-chimney-crack::before {
  content: "\f6f1";
}

.fa-house-damage::before {
  content: "\f6f1";
}

.fa-file-zipper::before {
  content: "\f1c6";
}

.fa-file-archive::before {
  content: "\f1c6";
}

.fa-square::before {
  content: "\f0c8";
}

.fa-martini-glass-empty::before {
  content: "\f000";
}

.fa-glass-martini::before {
  content: "\f000";
}

.fa-couch::before {
  content: "\f4b8";
}

.fa-cedi-sign::before {
  content: "\e0df";
}

.fa-italic::before {
  content: "\f033";
}

.fa-church::before {
  content: "\f51d";
}

.fa-comments-dollar::before {
  content: "\f653";
}

.fa-democrat::before {
  content: "\f747";
}

.fa-z::before {
  content: "Z";
}

.fa-person-skiing::before {
  content: "\f7c9";
}

.fa-skiing::before {
  content: "\f7c9";
}

.fa-road-lock::before {
  content: "\e567";
}

.fa-a::before {
  content: "A";
}

.fa-temperature-arrow-down::before {
  content: "\e03f";
}

.fa-temperature-down::before {
  content: "\e03f";
}

.fa-feather-pointed::before {
  content: "\f56b";
}

.fa-feather-alt::before {
  content: "\f56b";
}

.fa-p::before {
  content: "P";
}

.fa-snowflake::before {
  content: "\f2dc";
}

.fa-newspaper::before {
  content: "\f1ea";
}

.fa-rectangle-ad::before {
  content: "\f641";
}

.fa-ad::before {
  content: "\f641";
}

.fa-circle-arrow-right::before {
  content: "\f0a9";
}

.fa-arrow-circle-right::before {
  content: "\f0a9";
}

.fa-filter-circle-xmark::before {
  content: "\e17b";
}

.fa-locust::before {
  content: "\e520";
}

.fa-sort::before {
  content: "\f0dc";
}

.fa-unsorted::before {
  content: "\f0dc";
}

.fa-list-ol::before {
  content: "\f0cb";
}

.fa-list-1-2::before {
  content: "\f0cb";
}

.fa-list-numeric::before {
  content: "\f0cb";
}

.fa-person-dress-burst::before {
  content: "\e544";
}

.fa-money-check-dollar::before {
  content: "\f53d";
}

.fa-money-check-alt::before {
  content: "\f53d";
}

.fa-vector-square::before {
  content: "\f5cb";
}

.fa-bread-slice::before {
  content: "\f7ec";
}

.fa-language::before {
  content: "\f1ab";
}

.fa-face-kiss-wink-heart::before {
  content: "\f598";
}

.fa-kiss-wink-heart::before {
  content: "\f598";
}

.fa-filter::before {
  content: "\f0b0";
}

.fa-question::before {
  content: "\?";
}

.fa-file-signature::before {
  content: "\f573";
}

.fa-up-down-left-right::before {
  content: "\f0b2";
}

.fa-arrows-alt::before {
  content: "\f0b2";
}

.fa-house-chimney-user::before {
  content: "\e065";
}

.fa-hand-holding-heart::before {
  content: "\f4be";
}

.fa-puzzle-piece::before {
  content: "\f12e";
}

.fa-money-check::before {
  content: "\f53c";
}

.fa-star-half-stroke::before {
  content: "\f5c0";
}

.fa-star-half-alt::before {
  content: "\f5c0";
}

.fa-code::before {
  content: "\f121";
}

.fa-whiskey-glass::before {
  content: "\f7a0";
}

.fa-glass-whiskey::before {
  content: "\f7a0";
}

.fa-building-circle-exclamation::before {
  content: "\e4d3";
}

.fa-magnifying-glass-chart::before {
  content: "\e522";
}

.fa-arrow-up-right-from-square::before {
  content: "\f08e";
}

.fa-external-link::before {
  content: "\f08e";
}

.fa-cubes-stacked::before {
  content: "\e4e6";
}

.fa-won-sign::before {
  content: "\f159";
}

.fa-krw::before {
  content: "\f159";
}

.fa-won::before {
  content: "\f159";
}

.fa-virus-covid::before {
  content: "\e4a8";
}

.fa-austral-sign::before {
  content: "\e0a9";
}

.fa-f::before {
  content: "F";
}

.fa-leaf::before {
  content: "\f06c";
}

.fa-road::before {
  content: "\f018";
}

.fa-taxi::before {
  content: "\f1ba";
}

.fa-cab::before {
  content: "\f1ba";
}

.fa-person-circle-plus::before {
  content: "\e541";
}

.fa-chart-pie::before {
  content: "\f200";
}

.fa-pie-chart::before {
  content: "\f200";
}

.fa-bolt-lightning::before {
  content: "\e0b7";
}

.fa-sack-xmark::before {
  content: "\e56a";
}

.fa-file-excel::before {
  content: "\f1c3";
}

.fa-file-contract::before {
  content: "\f56c";
}

.fa-fish-fins::before {
  content: "\e4f2";
}

.fa-building-flag::before {
  content: "\e4d5";
}

.fa-face-grin-beam::before {
  content: "\f582";
}

.fa-grin-beam::before {
  content: "\f582";
}

.fa-object-ungroup::before {
  content: "\f248";
}

.fa-poop::before {
  content: "\f619";
}

.fa-location-pin::before {
  content: "\f041";
}

.fa-map-marker::before {
  content: "\f041";
}

.fa-kaaba::before {
  content: "\f66b";
}

.fa-toilet-paper::before {
  content: "\f71e";
}

.fa-helmet-safety::before {
  content: "\f807";
}

.fa-hard-hat::before {
  content: "\f807";
}

.fa-hat-hard::before {
  content: "\f807";
}

.fa-eject::before {
  content: "\f052";
}

.fa-circle-right::before {
  content: "\f35a";
}

.fa-arrow-alt-circle-right::before {
  content: "\f35a";
}

.fa-plane-circle-check::before {
  content: "\e555";
}

.fa-face-rolling-eyes::before {
  content: "\f5a5";
}

.fa-meh-rolling-eyes::before {
  content: "\f5a5";
}

.fa-object-group::before {
  content: "\f247";
}

.fa-chart-line::before {
  content: "\f201";
}

.fa-line-chart::before {
  content: "\f201";
}

.fa-mask-ventilator::before {
  content: "\e524";
}

.fa-arrow-right::before {
  content: "\f061";
}

.fa-signs-post::before {
  content: "\f277";
}

.fa-map-signs::before {
  content: "\f277";
}

.fa-cash-register::before {
  content: "\f788";
}

.fa-person-circle-question::before {
  content: "\e542";
}

.fa-h::before {
  content: "H";
}

.fa-tarp::before {
  content: "\e57b";
}

.fa-screwdriver-wrench::before {
  content: "\f7d9";
}

.fa-tools::before {
  content: "\f7d9";
}

.fa-arrows-to-eye::before {
  content: "\e4bf";
}

.fa-plug-circle-bolt::before {
  content: "\e55b";
}

.fa-heart::before {
  content: "\f004";
}

.fa-mars-and-venus::before {
  content: "\f224";
}

.fa-house-user::before {
  content: "\e1b0";
}

.fa-home-user::before {
  content: "\e1b0";
}

.fa-dumpster-fire::before {
  content: "\f794";
}

.fa-house-crack::before {
  content: "\e3b1";
}

.fa-martini-glass-citrus::before {
  content: "\f561";
}

.fa-cocktail::before {
  content: "\f561";
}

.fa-face-surprise::before {
  content: "\f5c2";
}

.fa-surprise::before {
  content: "\f5c2";
}

.fa-bottle-water::before {
  content: "\e4c5";
}

.fa-circle-pause::before {
  content: "\f28b";
}

.fa-pause-circle::before {
  content: "\f28b";
}

.fa-toilet-paper-slash::before {
  content: "\e072";
}

.fa-apple-whole::before {
  content: "\f5d1";
}

.fa-apple-alt::before {
  content: "\f5d1";
}

.fa-kitchen-set::before {
  content: "\e51a";
}

.fa-r::before {
  content: "R";
}

.fa-temperature-quarter::before {
  content: "\f2ca";
}

.fa-temperature-1::before {
  content: "\f2ca";
}

.fa-thermometer-1::before {
  content: "\f2ca";
}

.fa-thermometer-quarter::before {
  content: "\f2ca";
}

.fa-cube::before {
  content: "\f1b2";
}

.fa-bitcoin-sign::before {
  content: "\e0b4";
}

.fa-shield-dog::before {
  content: "\e573";
}

.fa-solar-panel::before {
  content: "\f5ba";
}

.fa-lock-open::before {
  content: "\f3c1";
}

.fa-elevator::before {
  content: "\e16d";
}

.fa-money-bill-transfer::before {
  content: "\e528";
}

.fa-money-bill-trend-up::before {
  content: "\e529";
}

.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f";
}

.fa-square-poll-horizontal::before {
  content: "\f682";
}

.fa-poll-h::before {
  content: "\f682";
}

.fa-circle::before {
  content: "\f111";
}

.fa-backward-fast::before {
  content: "\f049";
}

.fa-fast-backward::before {
  content: "\f049";
}

.fa-recycle::before {
  content: "\f1b8";
}

.fa-user-astronaut::before {
  content: "\f4fb";
}

.fa-plane-slash::before {
  content: "\e069";
}

.fa-trademark::before {
  content: "\f25c";
}

.fa-basketball::before {
  content: "\f434";
}

.fa-basketball-ball::before {
  content: "\f434";
}

.fa-satellite-dish::before {
  content: "\f7c0";
}

.fa-circle-up::before {
  content: "\f35b";
}

.fa-arrow-alt-circle-up::before {
  content: "\f35b";
}

.fa-mobile-screen-button::before {
  content: "\f3cd";
}

.fa-mobile-alt::before {
  content: "\f3cd";
}

.fa-volume-high::before {
  content: "\f028";
}

.fa-volume-up::before {
  content: "\f028";
}

.fa-users-rays::before {
  content: "\e593";
}

.fa-wallet::before {
  content: "\f555";
}

.fa-clipboard-check::before {
  content: "\f46c";
}

.fa-file-audio::before {
  content: "\f1c7";
}

.fa-burger::before {
  content: "\f805";
}

.fa-hamburger::before {
  content: "\f805";
}

.fa-wrench::before {
  content: "\f0ad";
}

.fa-bugs::before {
  content: "\e4d0";
}

.fa-rupee-sign::before {
  content: "\f156";
}

.fa-rupee::before {
  content: "\f156";
}

.fa-file-image::before {
  content: "\f1c5";
}

.fa-circle-question::before {
  content: "\f059";
}

.fa-question-circle::before {
  content: "\f059";
}

.fa-plane-departure::before {
  content: "\f5b0";
}

.fa-handshake-slash::before {
  content: "\e060";
}

.fa-book-bookmark::before {
  content: "\e0bb";
}

.fa-code-branch::before {
  content: "\f126";
}

.fa-hat-cowboy::before {
  content: "\f8c0";
}

.fa-bridge::before {
  content: "\e4c8";
}

.fa-phone-flip::before {
  content: "\f879";
}

.fa-phone-alt::before {
  content: "\f879";
}

.fa-truck-front::before {
  content: "\e2b7";
}

.fa-cat::before {
  content: "\f6be";
}

.fa-anchor-circle-exclamation::before {
  content: "\e4ab";
}

.fa-truck-field::before {
  content: "\e58d";
}

.fa-route::before {
  content: "\f4d7";
}

.fa-clipboard-question::before {
  content: "\e4e3";
}

.fa-panorama::before {
  content: "\e209";
}

.fa-comment-medical::before {
  content: "\f7f5";
}

.fa-teeth-open::before {
  content: "\f62f";
}

.fa-file-circle-minus::before {
  content: "\e4ed";
}

.fa-tags::before {
  content: "\f02c";
}

.fa-wine-glass::before {
  content: "\f4e3";
}

.fa-forward-fast::before {
  content: "\f050";
}

.fa-fast-forward::before {
  content: "\f050";
}

.fa-face-meh-blank::before {
  content: "\f5a4";
}

.fa-meh-blank::before {
  content: "\f5a4";
}

.fa-square-parking::before {
  content: "\f540";
}

.fa-parking::before {
  content: "\f540";
}

.fa-house-signal::before {
  content: "\e012";
}

.fa-bars-progress::before {
  content: "\f828";
}

.fa-tasks-alt::before {
  content: "\f828";
}

.fa-faucet-drip::before {
  content: "\e006";
}

.fa-cart-flatbed::before {
  content: "\f474";
}

.fa-dolly-flatbed::before {
  content: "\f474";
}

.fa-ban-smoking::before {
  content: "\f54d";
}

.fa-smoking-ban::before {
  content: "\f54d";
}

.fa-terminal::before {
  content: "\f120";
}

.fa-mobile-button::before {
  content: "\f10b";
}

.fa-house-medical-flag::before {
  content: "\e514";
}

.fa-basket-shopping::before {
  content: "\f291";
}

.fa-shopping-basket::before {
  content: "\f291";
}

.fa-tape::before {
  content: "\f4db";
}

.fa-bus-simple::before {
  content: "\f55e";
}

.fa-bus-alt::before {
  content: "\f55e";
}

.fa-eye::before {
  content: "\f06e";
}

.fa-face-sad-cry::before {
  content: "\f5b3";
}

.fa-sad-cry::before {
  content: "\f5b3";
}

.fa-audio-description::before {
  content: "\f29e";
}

.fa-person-military-to-person::before {
  content: "\e54c";
}

.fa-file-shield::before {
  content: "\e4f0";
}

.fa-user-slash::before {
  content: "\f506";
}

.fa-pen::before {
  content: "\f304";
}

.fa-tower-observation::before {
  content: "\e586";
}

.fa-file-code::before {
  content: "\f1c9";
}

.fa-signal::before {
  content: "\f012";
}

.fa-signal-5::before {
  content: "\f012";
}

.fa-signal-perfect::before {
  content: "\f012";
}

.fa-bus::before {
  content: "\f207";
}

.fa-heart-circle-xmark::before {
  content: "\e501";
}

.fa-house-chimney::before {
  content: "\e3af";
}

.fa-home-lg::before {
  content: "\e3af";
}

.fa-window-maximize::before {
  content: "\f2d0";
}

.fa-face-frown::before {
  content: "\f119";
}

.fa-frown::before {
  content: "\f119";
}

.fa-prescription::before {
  content: "\f5b1";
}

.fa-shop::before {
  content: "\f54f";
}

.fa-store-alt::before {
  content: "\f54f";
}

.fa-floppy-disk::before {
  content: "\f0c7";
}

.fa-save::before {
  content: "\f0c7";
}

.fa-vihara::before {
  content: "\f6a7";
}

.fa-scale-unbalanced::before {
  content: "\f515";
}

.fa-balance-scale-left::before {
  content: "\f515";
}

.fa-sort-up::before {
  content: "\f0de";
}

.fa-sort-asc::before {
  content: "\f0de";
}

.fa-comment-dots::before {
  content: "\f4ad";
}

.fa-commenting::before {
  content: "\f4ad";
}

.fa-plant-wilt::before {
  content: "\e5aa";
}

.fa-diamond::before {
  content: "\f219";
}

.fa-face-grin-squint::before {
  content: "\f585";
}

.fa-grin-squint::before {
  content: "\f585";
}

.fa-hand-holding-dollar::before {
  content: "\f4c0";
}

.fa-hand-holding-usd::before {
  content: "\f4c0";
}

.fa-bacterium::before {
  content: "\e05a";
}

.fa-hand-pointer::before {
  content: "\f25a";
}

.fa-drum-steelpan::before {
  content: "\f56a";
}

.fa-hand-scissors::before {
  content: "\f257";
}

.fa-hands-praying::before {
  content: "\f684";
}

.fa-praying-hands::before {
  content: "\f684";
}

.fa-arrow-rotate-right::before {
  content: "\f01e";
}

.fa-arrow-right-rotate::before {
  content: "\f01e";
}

.fa-arrow-rotate-forward::before {
  content: "\f01e";
}

.fa-redo::before {
  content: "\f01e";
}

.fa-biohazard::before {
  content: "\f780";
}

.fa-location-crosshairs::before {
  content: "\f601";
}

.fa-location::before {
  content: "\f601";
}

.fa-mars-double::before {
  content: "\f227";
}

.fa-child-dress::before {
  content: "\e59c";
}

.fa-users-between-lines::before {
  content: "\e591";
}

.fa-lungs-virus::before {
  content: "\e067";
}

.fa-face-grin-tears::before {
  content: "\f588";
}

.fa-grin-tears::before {
  content: "\f588";
}

.fa-phone::before {
  content: "\f095";
}

.fa-calendar-xmark::before {
  content: "\f273";
}

.fa-calendar-times::before {
  content: "\f273";
}

.fa-child-reaching::before {
  content: "\e59d";
}

.fa-head-side-virus::before {
  content: "\e064";
}

.fa-user-gear::before {
  content: "\f4fe";
}

.fa-user-cog::before {
  content: "\f4fe";
}

.fa-arrow-up-1-9::before {
  content: "\f163";
}

.fa-sort-numeric-up::before {
  content: "\f163";
}

.fa-door-closed::before {
  content: "\f52a";
}

.fa-shield-virus::before {
  content: "\e06c";
}

.fa-dice-six::before {
  content: "\f526";
}

.fa-mosquito-net::before {
  content: "\e52c";
}

.fa-bridge-water::before {
  content: "\e4ce";
}

.fa-person-booth::before {
  content: "\f756";
}

.fa-text-width::before {
  content: "\f035";
}

.fa-hat-wizard::before {
  content: "\f6e8";
}

.fa-pen-fancy::before {
  content: "\f5ac";
}

.fa-person-digging::before {
  content: "\f85e";
}

.fa-digging::before {
  content: "\f85e";
}

.fa-trash::before {
  content: "\f1f8";
}

.fa-gauge-simple::before {
  content: "\f629";
}

.fa-gauge-simple-med::before {
  content: "\f629";
}

.fa-tachometer-average::before {
  content: "\f629";
}

.fa-book-medical::before {
  content: "\f7e6";
}

.fa-poo::before {
  content: "\f2fe";
}

.fa-quote-right::before {
  content: "\f10e";
}

.fa-quote-right-alt::before {
  content: "\f10e";
}

.fa-shirt::before {
  content: "\f553";
}

.fa-t-shirt::before {
  content: "\f553";
}

.fa-tshirt::before {
  content: "\f553";
}

.fa-cubes::before {
  content: "\f1b3";
}

.fa-divide::before {
  content: "\f529";
}

.fa-tenge-sign::before {
  content: "\f7d7";
}

.fa-tenge::before {
  content: "\f7d7";
}

.fa-headphones::before {
  content: "\f025";
}

.fa-hands-holding::before {
  content: "\f4c2";
}

.fa-hands-clapping::before {
  content: "\e1a8";
}

.fa-republican::before {
  content: "\f75e";
}

.fa-arrow-left::before {
  content: "\f060";
}

.fa-person-circle-xmark::before {
  content: "\e543";
}

.fa-ruler::before {
  content: "\f545";
}

.fa-align-left::before {
  content: "\f036";
}

.fa-dice-d6::before {
  content: "\f6d1";
}

.fa-restroom::before {
  content: "\f7bd";
}

.fa-j::before {
  content: "J";
}

.fa-users-viewfinder::before {
  content: "\e595";
}

.fa-file-video::before {
  content: "\f1c8";
}

.fa-up-right-from-square::before {
  content: "\f35d";
}

.fa-external-link-alt::before {
  content: "\f35d";
}

.fa-table-cells::before {
  content: "\f00a";
}

.fa-th::before {
  content: "\f00a";
}

.fa-file-pdf::before {
  content: "\f1c1";
}

.fa-book-bible::before {
  content: "\f647";
}

.fa-bible::before {
  content: "\f647";
}

.fa-o::before {
  content: "O";
}

.fa-suitcase-medical::before {
  content: "\f0fa";
}

.fa-medkit::before {
  content: "\f0fa";
}

.fa-user-secret::before {
  content: "\f21b";
}

.fa-otter::before {
  content: "\f700";
}

.fa-person-dress::before {
  content: "\f182";
}

.fa-female::before {
  content: "\f182";
}

.fa-comment-dollar::before {
  content: "\f651";
}

.fa-business-time::before {
  content: "\f64a";
}

.fa-briefcase-clock::before {
  content: "\f64a";
}

.fa-table-cells-large::before {
  content: "\f009";
}

.fa-th-large::before {
  content: "\f009";
}

.fa-book-tanakh::before {
  content: "\f827";
}

.fa-tanakh::before {
  content: "\f827";
}

.fa-phone-volume::before {
  content: "\f2a0";
}

.fa-volume-control-phone::before {
  content: "\f2a0";
}

.fa-hat-cowboy-side::before {
  content: "\f8c1";
}

.fa-clipboard-user::before {
  content: "\f7f3";
}

.fa-child::before {
  content: "\f1ae";
}

.fa-lira-sign::before {
  content: "\f195";
}

.fa-satellite::before {
  content: "\f7bf";
}

.fa-plane-lock::before {
  content: "\e558";
}

.fa-tag::before {
  content: "\f02b";
}

.fa-comment::before {
  content: "\f075";
}

.fa-cake-candles::before {
  content: "\f1fd";
}

.fa-birthday-cake::before {
  content: "\f1fd";
}

.fa-cake::before {
  content: "\f1fd";
}

.fa-envelope::before {
  content: "\f0e0";
}

.fa-angles-up::before {
  content: "\f102";
}

.fa-angle-double-up::before {
  content: "\f102";
}

.fa-paperclip::before {
  content: "\f0c6";
}

.fa-arrow-right-to-city::before {
  content: "\e4b3";
}

.fa-ribbon::before {
  content: "\f4d6";
}

.fa-lungs::before {
  content: "\f604";
}

.fa-arrow-up-9-1::before {
  content: "\f887";
}

.fa-sort-numeric-up-alt::before {
  content: "\f887";
}

.fa-litecoin-sign::before {
  content: "\e1d3";
}

.fa-border-none::before {
  content: "\f850";
}

.fa-circle-nodes::before {
  content: "\e4e2";
}

.fa-parachute-box::before {
  content: "\f4cd";
}

.fa-indent::before {
  content: "\f03c";
}

.fa-truck-field-un::before {
  content: "\e58e";
}

.fa-hourglass::before {
  content: "\f254";
}

.fa-hourglass-empty::before {
  content: "\f254";
}

.fa-mountain::before {
  content: "\f6fc";
}

.fa-user-doctor::before {
  content: "\f0f0";
}

.fa-user-md::before {
  content: "\f0f0";
}

.fa-circle-info::before {
  content: "\f05a";
}

.fa-info-circle::before {
  content: "\f05a";
}

.fa-cloud-meatball::before {
  content: "\f73b";
}

.fa-camera::before {
  content: "\f030";
}

.fa-camera-alt::before {
  content: "\f030";
}

.fa-square-virus::before {
  content: "\e578";
}

.fa-meteor::before {
  content: "\f753";
}

.fa-car-on::before {
  content: "\e4dd";
}

.fa-sleigh::before {
  content: "\f7cc";
}

.fa-arrow-down-1-9::before {
  content: "\f162";
}

.fa-sort-numeric-asc::before {
  content: "\f162";
}

.fa-sort-numeric-down::before {
  content: "\f162";
}

.fa-hand-holding-droplet::before {
  content: "\f4c1";
}

.fa-hand-holding-water::before {
  content: "\f4c1";
}

.fa-water::before {
  content: "\f773";
}

.fa-calendar-check::before {
  content: "\f274";
}

.fa-braille::before {
  content: "\f2a1";
}

.fa-prescription-bottle-medical::before {
  content: "\f486";
}

.fa-prescription-bottle-alt::before {
  content: "\f486";
}

.fa-landmark::before {
  content: "\f66f";
}

.fa-truck::before {
  content: "\f0d1";
}

.fa-crosshairs::before {
  content: "\f05b";
}

.fa-person-cane::before {
  content: "\e53c";
}

.fa-tent::before {
  content: "\e57d";
}

.fa-vest-patches::before {
  content: "\e086";
}

.fa-check-double::before {
  content: "\f560";
}

.fa-arrow-down-a-z::before {
  content: "\f15d";
}

.fa-sort-alpha-asc::before {
  content: "\f15d";
}

.fa-sort-alpha-down::before {
  content: "\f15d";
}

.fa-money-bill-wheat::before {
  content: "\e52a";
}

.fa-cookie::before {
  content: "\f563";
}

.fa-arrow-rotate-left::before {
  content: "\f0e2";
}

.fa-arrow-left-rotate::before {
  content: "\f0e2";
}

.fa-arrow-rotate-back::before {
  content: "\f0e2";
}

.fa-arrow-rotate-backward::before {
  content: "\f0e2";
}

.fa-undo::before {
  content: "\f0e2";
}

.fa-hard-drive::before {
  content: "\f0a0";
}

.fa-hdd::before {
  content: "\f0a0";
}

.fa-face-grin-squint-tears::before {
  content: "\f586";
}

.fa-grin-squint-tears::before {
  content: "\f586";
}

.fa-dumbbell::before {
  content: "\f44b";
}

.fa-rectangle-list::before {
  content: "\f022";
}

.fa-list-alt::before {
  content: "\f022";
}

.fa-tarp-droplet::before {
  content: "\e57c";
}

.fa-house-medical-circle-check::before {
  content: "\e511";
}

.fa-person-skiing-nordic::before {
  content: "\f7ca";
}

.fa-skiing-nordic::before {
  content: "\f7ca";
}

.fa-calendar-plus::before {
  content: "\f271";
}

.fa-plane-arrival::before {
  content: "\f5af";
}

.fa-circle-left::before {
  content: "\f359";
}

.fa-arrow-alt-circle-left::before {
  content: "\f359";
}

.fa-train-subway::before {
  content: "\f239";
}

.fa-subway::before {
  content: "\f239";
}

.fa-chart-gantt::before {
  content: "\e0e4";
}

.fa-indian-rupee-sign::before {
  content: "\e1bc";
}

.fa-indian-rupee::before {
  content: "\e1bc";
}

.fa-inr::before {
  content: "\e1bc";
}

.fa-crop-simple::before {
  content: "\f565";
}

.fa-crop-alt::before {
  content: "\f565";
}

.fa-money-bill-1::before {
  content: "\f3d1";
}

.fa-money-bill-alt::before {
  content: "\f3d1";
}

.fa-left-long::before {
  content: "\f30a";
}

.fa-long-arrow-alt-left::before {
  content: "\f30a";
}

.fa-dna::before {
  content: "\f471";
}

.fa-virus-slash::before {
  content: "\e075";
}

.fa-minus::before {
  content: "\f068";
}

.fa-subtract::before {
  content: "\f068";
}

.fa-chess::before {
  content: "\f439";
}

.fa-arrow-left-long::before {
  content: "\f177";
}

.fa-long-arrow-left::before {
  content: "\f177";
}

.fa-plug-circle-check::before {
  content: "\e55c";
}

.fa-street-view::before {
  content: "\f21d";
}

.fa-franc-sign::before {
  content: "\e18f";
}

.fa-volume-off::before {
  content: "\f026";
}

.fa-hands-asl-interpreting::before {
  content: "\f2a3";
}

.fa-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-asl-interpreting::before {
  content: "\f2a3";
}

.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-gear::before {
  content: "\f013";
}

.fa-cog::before {
  content: "\f013";
}

.fa-droplet-slash::before {
  content: "\f5c7";
}

.fa-tint-slash::before {
  content: "\f5c7";
}

.fa-mosque::before {
  content: "\f678";
}

.fa-mosquito::before {
  content: "\e52b";
}

.fa-star-of-david::before {
  content: "\f69a";
}

.fa-person-military-rifle::before {
  content: "\e54b";
}

.fa-cart-shopping::before {
  content: "\f07a";
}

.fa-shopping-cart::before {
  content: "\f07a";
}

.fa-vials::before {
  content: "\f493";
}

.fa-plug-circle-plus::before {
  content: "\e55f";
}

.fa-place-of-worship::before {
  content: "\f67f";
}

.fa-grip-vertical::before {
  content: "\f58e";
}

.fa-arrow-turn-up::before {
  content: "\f148";
}

.fa-level-up::before {
  content: "\f148";
}

.fa-u::before {
  content: "U";
}

.fa-square-root-variable::before {
  content: "\f698";
}

.fa-square-root-alt::before {
  content: "\f698";
}

.fa-clock::before {
  content: "\f017";
}

.fa-clock-four::before {
  content: "\f017";
}

.fa-backward-step::before {
  content: "\f048";
}

.fa-step-backward::before {
  content: "\f048";
}

.fa-pallet::before {
  content: "\f482";
}

.fa-faucet::before {
  content: "\e005";
}

.fa-baseball-bat-ball::before {
  content: "\f432";
}

.fa-s::before {
  content: "S";
}

.fa-timeline::before {
  content: "\e29c";
}

.fa-keyboard::before {
  content: "\f11c";
}

.fa-caret-down::before {
  content: "\f0d7";
}

.fa-house-chimney-medical::before {
  content: "\f7f2";
}

.fa-clinic-medical::before {
  content: "\f7f2";
}

.fa-temperature-three-quarters::before {
  content: "\f2c8";
}

.fa-temperature-3::before {
  content: "\f2c8";
}

.fa-thermometer-3::before {
  content: "\f2c8";
}

.fa-thermometer-three-quarters::before {
  content: "\f2c8";
}

.fa-mobile-screen::before {
  content: "\f3cf";
}

.fa-mobile-android-alt::before {
  content: "\f3cf";
}

.fa-plane-up::before {
  content: "\e22d";
}

.fa-piggy-bank::before {
  content: "\f4d3";
}

.fa-battery-half::before {
  content: "\f242";
}

.fa-battery-3::before {
  content: "\f242";
}

.fa-mountain-city::before {
  content: "\e52e";
}

.fa-coins::before {
  content: "\f51e";
}

.fa-khanda::before {
  content: "\f66d";
}

.fa-sliders::before {
  content: "\f1de";
}

.fa-sliders-h::before {
  content: "\f1de";
}

.fa-folder-tree::before {
  content: "\f802";
}

.fa-network-wired::before {
  content: "\f6ff";
}

.fa-map-pin::before {
  content: "\f276";
}

.fa-hamsa::before {
  content: "\f665";
}

.fa-cent-sign::before {
  content: "\e3f5";
}

.fa-flask::before {
  content: "\f0c3";
}

.fa-person-pregnant::before {
  content: "\e31e";
}

.fa-wand-sparkles::before {
  content: "\f72b";
}

.fa-ellipsis-vertical::before {
  content: "\f142";
}

.fa-ellipsis-v::before {
  content: "\f142";
}

.fa-ticket::before {
  content: "\f145";
}

.fa-power-off::before {
  content: "\f011";
}

.fa-right-long::before {
  content: "\f30b";
}

.fa-long-arrow-alt-right::before {
  content: "\f30b";
}

.fa-flag-usa::before {
  content: "\f74d";
}

.fa-laptop-file::before {
  content: "\e51d";
}

.fa-tty::before {
  content: "\f1e4";
}

.fa-teletype::before {
  content: "\f1e4";
}

.fa-diagram-next::before {
  content: "\e476";
}

.fa-person-rifle::before {
  content: "\e54e";
}

.fa-house-medical-circle-exclamation::before {
  content: "\e512";
}

.fa-closed-captioning::before {
  content: "\f20a";
}

.fa-person-hiking::before {
  content: "\f6ec";
}

.fa-hiking::before {
  content: "\f6ec";
}

.fa-venus-double::before {
  content: "\f226";
}

.fa-images::before {
  content: "\f302";
}

.fa-calculator::before {
  content: "\f1ec";
}

.fa-people-pulling::before {
  content: "\e535";
}

.fa-n::before {
  content: "N";
}

.fa-cable-car::before {
  content: "\f7da";
}

.fa-tram::before {
  content: "\f7da";
}

.fa-cloud-rain::before {
  content: "\f73d";
}

.fa-building-circle-xmark::before {
  content: "\e4d4";
}

.fa-ship::before {
  content: "\f21a";
}

.fa-arrows-down-to-line::before {
  content: "\e4b8";
}

.fa-download::before {
  content: "\f019";
}

.fa-face-grin::before {
  content: "\f580";
}

.fa-grin::before {
  content: "\f580";
}

.fa-delete-left::before {
  content: "\f55a";
}

.fa-backspace::before {
  content: "\f55a";
}

.fa-eye-dropper::before {
  content: "\f1fb";
}

.fa-eye-dropper-empty::before {
  content: "\f1fb";
}

.fa-eyedropper::before {
  content: "\f1fb";
}

.fa-file-circle-check::before {
  content: "\e5a0";
}

.fa-forward::before {
  content: "\f04e";
}

.fa-mobile::before {
  content: "\f3ce";
}

.fa-mobile-android::before {
  content: "\f3ce";
}

.fa-mobile-phone::before {
  content: "\f3ce";
}

.fa-face-meh::before {
  content: "\f11a";
}

.fa-meh::before {
  content: "\f11a";
}

.fa-align-center::before {
  content: "\f037";
}

.fa-book-skull::before {
  content: "\f6b7";
}

.fa-book-dead::before {
  content: "\f6b7";
}

.fa-id-card::before {
  content: "\f2c2";
}

.fa-drivers-license::before {
  content: "\f2c2";
}

.fa-outdent::before {
  content: "\f03b";
}

.fa-dedent::before {
  content: "\f03b";
}

.fa-heart-circle-exclamation::before {
  content: "\e4fe";
}

.fa-house::before {
  content: "\f015";
}

.fa-home::before {
  content: "\f015";
}

.fa-home-alt::before {
  content: "\f015";
}

.fa-home-lg-alt::before {
  content: "\f015";
}

.fa-calendar-week::before {
  content: "\f784";
}

.fa-laptop-medical::before {
  content: "\f812";
}

.fa-b::before {
  content: "B";
}

.fa-file-medical::before {
  content: "\f477";
}

.fa-dice-one::before {
  content: "\f525";
}

.fa-kiwi-bird::before {
  content: "\f535";
}

.fa-arrow-right-arrow-left::before {
  content: "\f0ec";
}

.fa-exchange::before {
  content: "\f0ec";
}

.fa-rotate-right::before {
  content: "\f2f9";
}

.fa-redo-alt::before {
  content: "\f2f9";
}

.fa-rotate-forward::before {
  content: "\f2f9";
}

.fa-utensils::before {
  content: "\f2e7";
}

.fa-cutlery::before {
  content: "\f2e7";
}

.fa-arrow-up-wide-short::before {
  content: "\f161";
}

.fa-sort-amount-up::before {
  content: "\f161";
}

.fa-mill-sign::before {
  content: "\e1ed";
}

.fa-bowl-rice::before {
  content: "\e2eb";
}

.fa-skull::before {
  content: "\f54c";
}

.fa-tower-broadcast::before {
  content: "\f519";
}

.fa-broadcast-tower::before {
  content: "\f519";
}

.fa-truck-pickup::before {
  content: "\f63c";
}

.fa-up-long::before {
  content: "\f30c";
}

.fa-long-arrow-alt-up::before {
  content: "\f30c";
}

.fa-stop::before {
  content: "\f04d";
}

.fa-code-merge::before {
  content: "\f387";
}

.fa-upload::before {
  content: "\f093";
}

.fa-hurricane::before {
  content: "\f751";
}

.fa-mound::before {
  content: "\e52d";
}

.fa-toilet-portable::before {
  content: "\e583";
}

.fa-compact-disc::before {
  content: "\f51f";
}

.fa-file-arrow-down::before {
  content: "\f56d";
}

.fa-file-download::before {
  content: "\f56d";
}

.fa-caravan::before {
  content: "\f8ff";
}

.fa-shield-cat::before {
  content: "\e572";
}

.fa-bolt::before {
  content: "\f0e7";
}

.fa-zap::before {
  content: "\f0e7";
}

.fa-glass-water::before {
  content: "\e4f4";
}

.fa-oil-well::before {
  content: "\e532";
}

.fa-vault::before {
  content: "\e2c5";
}

.fa-mars::before {
  content: "\f222";
}

.fa-toilet::before {
  content: "\f7d8";
}

.fa-plane-circle-xmark::before {
  content: "\e557";
}

.fa-yen-sign::before {
  content: "\f157";
}

.fa-cny::before {
  content: "\f157";
}

.fa-jpy::before {
  content: "\f157";
}

.fa-rmb::before {
  content: "\f157";
}

.fa-yen::before {
  content: "\f157";
}

.fa-ruble-sign::before {
  content: "\f158";
}

.fa-rouble::before {
  content: "\f158";
}

.fa-rub::before {
  content: "\f158";
}

.fa-ruble::before {
  content: "\f158";
}

.fa-sun::before {
  content: "\f185";
}

.fa-guitar::before {
  content: "\f7a6";
}

.fa-face-laugh-wink::before {
  content: "\f59c";
}

.fa-laugh-wink::before {
  content: "\f59c";
}

.fa-horse-head::before {
  content: "\f7ab";
}

.fa-bore-hole::before {
  content: "\e4c3";
}

.fa-industry::before {
  content: "\f275";
}

.fa-circle-down::before {
  content: "\f358";
}

.fa-arrow-alt-circle-down::before {
  content: "\f358";
}

.fa-arrows-turn-to-dots::before {
  content: "\e4c1";
}

.fa-florin-sign::before {
  content: "\e184";
}

.fa-arrow-down-short-wide::before {
  content: "\f884";
}

.fa-sort-amount-desc::before {
  content: "\f884";
}

.fa-sort-amount-down-alt::before {
  content: "\f884";
}

.fa-less-than::before {
  content: "\<";
}

.fa-angle-down::before {
  content: "\f107";
}

.fa-car-tunnel::before {
  content: "\e4de";
}

.fa-head-side-cough::before {
  content: "\e061";
}

.fa-grip-lines::before {
  content: "\f7a4";
}

.fa-thumbs-down::before {
  content: "\f165";
}

.fa-user-lock::before {
  content: "\f502";
}

.fa-arrow-right-long::before {
  content: "\f178";
}

.fa-long-arrow-right::before {
  content: "\f178";
}

.fa-anchor-circle-xmark::before {
  content: "\e4ac";
}

.fa-ellipsis::before {
  content: "\f141";
}

.fa-ellipsis-h::before {
  content: "\f141";
}

.fa-chess-pawn::before {
  content: "\f443";
}

.fa-kit-medical::before {
  content: "\f479";
}

.fa-first-aid::before {
  content: "\f479";
}

.fa-person-through-window::before {
  content: "\e5a9";
}

.fa-toolbox::before {
  content: "\f552";
}

.fa-hands-holding-circle::before {
  content: "\e4fb";
}

.fa-bug::before {
  content: "\f188";
}

.fa-credit-card::before {
  content: "\f09d";
}

.fa-credit-card-alt::before {
  content: "\f09d";
}

.fa-car::before {
  content: "\f1b9";
}

.fa-automobile::before {
  content: "\f1b9";
}

.fa-hand-holding-hand::before {
  content: "\e4f7";
}

.fa-book-open-reader::before {
  content: "\f5da";
}

.fa-book-reader::before {
  content: "\f5da";
}

.fa-mountain-sun::before {
  content: "\e52f";
}

.fa-arrows-left-right-to-line::before {
  content: "\e4ba";
}

.fa-dice-d20::before {
  content: "\f6cf";
}

.fa-truck-droplet::before {
  content: "\e58c";
}

.fa-file-circle-xmark::before {
  content: "\e5a1";
}

.fa-temperature-arrow-up::before {
  content: "\e040";
}

.fa-temperature-up::before {
  content: "\e040";
}

.fa-medal::before {
  content: "\f5a2";
}

.fa-bed::before {
  content: "\f236";
}

.fa-square-h::before {
  content: "\f0fd";
}

.fa-h-square::before {
  content: "\f0fd";
}

.fa-podcast::before {
  content: "\f2ce";
}

.fa-temperature-full::before {
  content: "\f2c7";
}

.fa-temperature-4::before {
  content: "\f2c7";
}

.fa-thermometer-4::before {
  content: "\f2c7";
}

.fa-thermometer-full::before {
  content: "\f2c7";
}

.fa-bell::before {
  content: "\f0f3";
}

.fa-superscript::before {
  content: "\f12b";
}

.fa-plug-circle-xmark::before {
  content: "\e560";
}

.fa-star-of-life::before {
  content: "\f621";
}

.fa-phone-slash::before {
  content: "\f3dd";
}

.fa-paint-roller::before {
  content: "\f5aa";
}

.fa-handshake-angle::before {
  content: "\f4c4";
}

.fa-hands-helping::before {
  content: "\f4c4";
}

.fa-location-dot::before {
  content: "\f3c5";
}

.fa-map-marker-alt::before {
  content: "\f3c5";
}

.fa-file::before {
  content: "\f15b";
}

.fa-greater-than::before {
  content: "\>";
}

.fa-person-swimming::before {
  content: "\f5c4";
}

.fa-swimmer::before {
  content: "\f5c4";
}

.fa-arrow-down::before {
  content: "\f063";
}

.fa-droplet::before {
  content: "\f043";
}

.fa-tint::before {
  content: "\f043";
}

.fa-eraser::before {
  content: "\f12d";
}

.fa-earth-americas::before {
  content: "\f57d";
}

.fa-earth::before {
  content: "\f57d";
}

.fa-earth-america::before {
  content: "\f57d";
}

.fa-globe-americas::before {
  content: "\f57d";
}

.fa-person-burst::before {
  content: "\e53b";
}

.fa-dove::before {
  content: "\f4ba";
}

.fa-battery-empty::before {
  content: "\f244";
}

.fa-battery-0::before {
  content: "\f244";
}

.fa-socks::before {
  content: "\f696";
}

.fa-inbox::before {
  content: "\f01c";
}

.fa-section::before {
  content: "\e447";
}

.fa-gauge-high::before {
  content: "\f625";
}

.fa-tachometer-alt::before {
  content: "\f625";
}

.fa-tachometer-alt-fast::before {
  content: "\f625";
}

.fa-envelope-open-text::before {
  content: "\f658";
}

.fa-hospital::before {
  content: "\f0f8";
}

.fa-hospital-alt::before {
  content: "\f0f8";
}

.fa-hospital-wide::before {
  content: "\f0f8";
}

.fa-wine-bottle::before {
  content: "\f72f";
}

.fa-chess-rook::before {
  content: "\f447";
}

.fa-bars-staggered::before {
  content: "\f550";
}

.fa-reorder::before {
  content: "\f550";
}

.fa-stream::before {
  content: "\f550";
}

.fa-dharmachakra::before {
  content: "\f655";
}

.fa-hotdog::before {
  content: "\f80f";
}

.fa-person-walking-with-cane::before {
  content: "\f29d";
}

.fa-blind::before {
  content: "\f29d";
}

.fa-drum::before {
  content: "\f569";
}

.fa-ice-cream::before {
  content: "\f810";
}

.fa-heart-circle-bolt::before {
  content: "\e4fc";
}

.fa-fax::before {
  content: "\f1ac";
}

.fa-paragraph::before {
  content: "\f1dd";
}

.fa-check-to-slot::before {
  content: "\f772";
}

.fa-vote-yea::before {
  content: "\f772";
}

.fa-star-half::before {
  content: "\f089";
}

.fa-boxes-stacked::before {
  content: "\f468";
}

.fa-boxes::before {
  content: "\f468";
}

.fa-boxes-alt::before {
  content: "\f468";
}

.fa-link::before {
  content: "\f0c1";
}

.fa-chain::before {
  content: "\f0c1";
}

.fa-ear-listen::before {
  content: "\f2a2";
}

.fa-assistive-listening-systems::before {
  content: "\f2a2";
}

.fa-tree-city::before {
  content: "\e587";
}

.fa-play::before {
  content: "\f04b";
}

.fa-font::before {
  content: "\f031";
}

.fa-rupiah-sign::before {
  content: "\e23d";
}

.fa-magnifying-glass::before {
  content: "\f002";
}

.fa-search::before {
  content: "\f002";
}

.fa-table-tennis-paddle-ball::before {
  content: "\f45d";
}

.fa-ping-pong-paddle-ball::before {
  content: "\f45d";
}

.fa-table-tennis::before {
  content: "\f45d";
}

.fa-person-dots-from-line::before {
  content: "\f470";
}

.fa-diagnoses::before {
  content: "\f470";
}

.fa-trash-can-arrow-up::before {
  content: "\f82a";
}

.fa-trash-restore-alt::before {
  content: "\f82a";
}

.fa-naira-sign::before {
  content: "\e1f6";
}

.fa-cart-arrow-down::before {
  content: "\f218";
}

.fa-walkie-talkie::before {
  content: "\f8ef";
}

.fa-file-pen::before {
  content: "\f31c";
}

.fa-file-edit::before {
  content: "\f31c";
}

.fa-receipt::before {
  content: "\f543";
}

.fa-square-pen::before {
  content: "\f14b";
}

.fa-pen-square::before {
  content: "\f14b";
}

.fa-pencil-square::before {
  content: "\f14b";
}

.fa-suitcase-rolling::before {
  content: "\f5c1";
}

.fa-person-circle-exclamation::before {
  content: "\e53f";
}

.fa-chevron-down::before {
  content: "\f078";
}

.fa-battery-full::before {
  content: "\f240";
}

.fa-battery::before {
  content: "\f240";
}

.fa-battery-5::before {
  content: "\f240";
}

.fa-skull-crossbones::before {
  content: "\f714";
}

.fa-code-compare::before {
  content: "\e13a";
}

.fa-list-ul::before {
  content: "\f0ca";
}

.fa-list-dots::before {
  content: "\f0ca";
}

.fa-school-lock::before {
  content: "\e56f";
}

.fa-tower-cell::before {
  content: "\e585";
}

.fa-down-long::before {
  content: "\f309";
}

.fa-long-arrow-alt-down::before {
  content: "\f309";
}

.fa-ranking-star::before {
  content: "\e561";
}

.fa-chess-king::before {
  content: "\f43f";
}

.fa-person-harassing::before {
  content: "\e549";
}

.fa-brazilian-real-sign::before {
  content: "\e46c";
}

.fa-landmark-dome::before {
  content: "\f752";
}

.fa-landmark-alt::before {
  content: "\f752";
}

.fa-arrow-up::before {
  content: "\f062";
}

.fa-tv::before {
  content: "\f26c";
}

.fa-television::before {
  content: "\f26c";
}

.fa-tv-alt::before {
  content: "\f26c";
}

.fa-shrimp::before {
  content: "\e448";
}

.fa-list-check::before {
  content: "\f0ae";
}

.fa-tasks::before {
  content: "\f0ae";
}

.fa-jug-detergent::before {
  content: "\e519";
}

.fa-circle-user::before {
  content: "\f2bd";
}

.fa-user-circle::before {
  content: "\f2bd";
}

.fa-user-shield::before {
  content: "\f505";
}

.fa-wind::before {
  content: "\f72e";
}

.fa-car-burst::before {
  content: "\f5e1";
}

.fa-car-crash::before {
  content: "\f5e1";
}

.fa-y::before {
  content: "Y";
}

.fa-person-snowboarding::before {
  content: "\f7ce";
}

.fa-snowboarding::before {
  content: "\f7ce";
}

.fa-truck-fast::before {
  content: "\f48b";
}

.fa-shipping-fast::before {
  content: "\f48b";
}

.fa-fish::before {
  content: "\f578";
}

.fa-user-graduate::before {
  content: "\f501";
}

.fa-circle-half-stroke::before {
  content: "\f042";
}

.fa-adjust::before {
  content: "\f042";
}

.fa-clapperboard::before {
  content: "\e131";
}

.fa-circle-radiation::before {
  content: "\f7ba";
}

.fa-radiation-alt::before {
  content: "\f7ba";
}

.fa-baseball::before {
  content: "\f433";
}

.fa-baseball-ball::before {
  content: "\f433";
}

.fa-jet-fighter-up::before {
  content: "\e518";
}

.fa-diagram-project::before {
  content: "\f542";
}

.fa-project-diagram::before {
  content: "\f542";
}

.fa-copy::before {
  content: "\f0c5";
}

.fa-volume-xmark::before {
  content: "\f6a9";
}

.fa-volume-mute::before {
  content: "\f6a9";
}

.fa-volume-times::before {
  content: "\f6a9";
}

.fa-hand-sparkles::before {
  content: "\e05d";
}

.fa-grip::before {
  content: "\f58d";
}

.fa-grip-horizontal::before {
  content: "\f58d";
}

.fa-share-from-square::before {
  content: "\f14d";
}

.fa-share-square::before {
  content: "\f14d";
}

.fa-child-combatant::before {
  content: "\e4e0";
}

.fa-child-rifle::before {
  content: "\e4e0";
}

.fa-gun::before {
  content: "\e19b";
}

.fa-square-phone::before {
  content: "\f098";
}

.fa-phone-square::before {
  content: "\f098";
}

.fa-plus::before {
  content: "\+";
}

.fa-add::before {
  content: "\+";
}

.fa-expand::before {
  content: "\f065";
}

.fa-computer::before {
  content: "\e4e5";
}

.fa-xmark::before {
  content: "\f00d";
}

.fa-close::before {
  content: "\f00d";
}

.fa-multiply::before {
  content: "\f00d";
}

.fa-remove::before {
  content: "\f00d";
}

.fa-times::before {
  content: "\f00d";
}

.fa-arrows-up-down-left-right::before {
  content: "\f047";
}

.fa-arrows::before {
  content: "\f047";
}

.fa-chalkboard-user::before {
  content: "\f51c";
}

.fa-chalkboard-teacher::before {
  content: "\f51c";
}

.fa-peso-sign::before {
  content: "\e222";
}

.fa-building-shield::before {
  content: "\e4d8";
}

.fa-baby::before {
  content: "\f77c";
}

.fa-users-line::before {
  content: "\e592";
}

.fa-quote-left::before {
  content: "\f10d";
}

.fa-quote-left-alt::before {
  content: "\f10d";
}

.fa-tractor::before {
  content: "\f722";
}

.fa-trash-arrow-up::before {
  content: "\f829";
}

.fa-trash-restore::before {
  content: "\f829";
}

.fa-arrow-down-up-lock::before {
  content: "\e4b0";
}

.fa-lines-leaning::before {
  content: "\e51e";
}

.fa-ruler-combined::before {
  content: "\f546";
}

.fa-copyright::before {
  content: "\f1f9";
}

.fa-equals::before {
  content: "\=";
}

.fa-blender::before {
  content: "\f517";
}

.fa-teeth::before {
  content: "\f62e";
}

.fa-shekel-sign::before {
  content: "\f20b";
}

.fa-ils::before {
  content: "\f20b";
}

.fa-shekel::before {
  content: "\f20b";
}

.fa-sheqel::before {
  content: "\f20b";
}

.fa-sheqel-sign::before {
  content: "\f20b";
}

.fa-map::before {
  content: "\f279";
}

.fa-rocket::before {
  content: "\f135";
}

.fa-photo-film::before {
  content: "\f87c";
}

.fa-photo-video::before {
  content: "\f87c";
}

.fa-folder-minus::before {
  content: "\f65d";
}

.fa-store::before {
  content: "\f54e";
}

.fa-arrow-trend-up::before {
  content: "\e098";
}

.fa-plug-circle-minus::before {
  content: "\e55e";
}

.fa-sign-hanging::before {
  content: "\f4d9";
}

.fa-sign::before {
  content: "\f4d9";
}

.fa-bezier-curve::before {
  content: "\f55b";
}

.fa-bell-slash::before {
  content: "\f1f6";
}

.fa-tablet::before {
  content: "\f3fb";
}

.fa-tablet-android::before {
  content: "\f3fb";
}

.fa-school-flag::before {
  content: "\e56e";
}

.fa-fill::before {
  content: "\f575";
}

.fa-angle-up::before {
  content: "\f106";
}

.fa-drumstick-bite::before {
  content: "\f6d7";
}

.fa-holly-berry::before {
  content: "\f7aa";
}

.fa-chevron-left::before {
  content: "\f053";
}

.fa-bacteria::before {
  content: "\e059";
}

.fa-hand-lizard::before {
  content: "\f258";
}

.fa-notdef::before {
  content: "\e1fe";
}

.fa-disease::before {
  content: "\f7fa";
}

.fa-briefcase-medical::before {
  content: "\f469";
}

.fa-genderless::before {
  content: "\f22d";
}

.fa-chevron-right::before {
  content: "\f054";
}

.fa-retweet::before {
  content: "\f079";
}

.fa-car-rear::before {
  content: "\f5de";
}

.fa-car-alt::before {
  content: "\f5de";
}

.fa-pump-soap::before {
  content: "\e06b";
}

.fa-video-slash::before {
  content: "\f4e2";
}

.fa-battery-quarter::before {
  content: "\f243";
}

.fa-battery-2::before {
  content: "\f243";
}

.fa-radio::before {
  content: "\f8d7";
}

.fa-baby-carriage::before {
  content: "\f77d";
}

.fa-carriage-baby::before {
  content: "\f77d";
}

.fa-traffic-light::before {
  content: "\f637";
}

.fa-thermometer::before {
  content: "\f491";
}

.fa-vr-cardboard::before {
  content: "\f729";
}

.fa-hand-middle-finger::before {
  content: "\f806";
}

.fa-percent::before {
  content: "\%";
}

.fa-percentage::before {
  content: "\%";
}

.fa-truck-moving::before {
  content: "\f4df";
}

.fa-glass-water-droplet::before {
  content: "\e4f5";
}

.fa-display::before {
  content: "\e163";
}

.fa-face-smile::before {
  content: "\f118";
}

.fa-smile::before {
  content: "\f118";
}

.fa-thumbtack::before {
  content: "\f08d";
}

.fa-thumb-tack::before {
  content: "\f08d";
}

.fa-trophy::before {
  content: "\f091";
}

.fa-person-praying::before {
  content: "\f683";
}

.fa-pray::before {
  content: "\f683";
}

.fa-hammer::before {
  content: "\f6e3";
}

.fa-hand-peace::before {
  content: "\f25b";
}

.fa-rotate::before {
  content: "\f2f1";
}

.fa-sync-alt::before {
  content: "\f2f1";
}

.fa-spinner::before {
  content: "\f110";
}

.fa-robot::before {
  content: "\f544";
}

.fa-peace::before {
  content: "\f67c";
}

.fa-gears::before {
  content: "\f085";
}

.fa-cogs::before {
  content: "\f085";
}

.fa-warehouse::before {
  content: "\f494";
}

.fa-arrow-up-right-dots::before {
  content: "\e4b7";
}

.fa-splotch::before {
  content: "\f5bc";
}

.fa-face-grin-hearts::before {
  content: "\f584";
}

.fa-grin-hearts::before {
  content: "\f584";
}

.fa-dice-four::before {
  content: "\f524";
}

.fa-sim-card::before {
  content: "\f7c4";
}

.fa-transgender::before {
  content: "\f225";
}

.fa-transgender-alt::before {
  content: "\f225";
}

.fa-mercury::before {
  content: "\f223";
}

.fa-arrow-turn-down::before {
  content: "\f149";
}

.fa-level-down::before {
  content: "\f149";
}

.fa-person-falling-burst::before {
  content: "\e547";
}

.fa-award::before {
  content: "\f559";
}

.fa-ticket-simple::before {
  content: "\f3ff";
}

.fa-ticket-alt::before {
  content: "\f3ff";
}

.fa-building::before {
  content: "\f1ad";
}

.fa-angles-left::before {
  content: "\f100";
}

.fa-angle-double-left::before {
  content: "\f100";
}

.fa-qrcode::before {
  content: "\f029";
}

.fa-clock-rotate-left::before {
  content: "\f1da";
}

.fa-history::before {
  content: "\f1da";
}

.fa-face-grin-beam-sweat::before {
  content: "\f583";
}

.fa-grin-beam-sweat::before {
  content: "\f583";
}

.fa-file-export::before {
  content: "\f56e";
}

.fa-arrow-right-from-file::before {
  content: "\f56e";
}

.fa-shield::before {
  content: "\f132";
}

.fa-shield-blank::before {
  content: "\f132";
}

.fa-arrow-up-short-wide::before {
  content: "\f885";
}

.fa-sort-amount-up-alt::before {
  content: "\f885";
}

.fa-house-medical::before {
  content: "\e3b2";
}

.fa-golf-ball-tee::before {
  content: "\f450";
}

.fa-golf-ball::before {
  content: "\f450";
}

.fa-circle-chevron-left::before {
  content: "\f137";
}

.fa-chevron-circle-left::before {
  content: "\f137";
}

.fa-house-chimney-window::before {
  content: "\e00d";
}

.fa-pen-nib::before {
  content: "\f5ad";
}

.fa-tent-arrow-turn-left::before {
  content: "\e580";
}

.fa-tents::before {
  content: "\e582";
}

.fa-wand-magic::before {
  content: "\f0d0";
}

.fa-magic::before {
  content: "\f0d0";
}

.fa-dog::before {
  content: "\f6d3";
}

.fa-carrot::before {
  content: "\f787";
}

.fa-moon::before {
  content: "\f186";
}

.fa-wine-glass-empty::before {
  content: "\f5ce";
}

.fa-wine-glass-alt::before {
  content: "\f5ce";
}

.fa-cheese::before {
  content: "\f7ef";
}

.fa-yin-yang::before {
  content: "\f6ad";
}

.fa-music::before {
  content: "\f001";
}

.fa-code-commit::before {
  content: "\f386";
}

.fa-temperature-low::before {
  content: "\f76b";
}

.fa-person-biking::before {
  content: "\f84a";
}

.fa-biking::before {
  content: "\f84a";
}

.fa-broom::before {
  content: "\f51a";
}

.fa-shield-heart::before {
  content: "\e574";
}

.fa-gopuram::before {
  content: "\f664";
}

.fa-earth-oceania::before {
  content: "\e47b";
}

.fa-globe-oceania::before {
  content: "\e47b";
}

.fa-square-xmark::before {
  content: "\f2d3";
}

.fa-times-square::before {
  content: "\f2d3";
}

.fa-xmark-square::before {
  content: "\f2d3";
}

.fa-hashtag::before {
  content: "\#";
}

.fa-up-right-and-down-left-from-center::before {
  content: "\f424";
}

.fa-expand-alt::before {
  content: "\f424";
}

.fa-oil-can::before {
  content: "\f613";
}

.fa-t::before {
  content: "T";
}

.fa-hippo::before {
  content: "\f6ed";
}

.fa-chart-column::before {
  content: "\e0e3";
}

.fa-infinity::before {
  content: "\f534";
}

.fa-vial-circle-check::before {
  content: "\e596";
}

.fa-person-arrow-down-to-line::before {
  content: "\e538";
}

.fa-voicemail::before {
  content: "\f897";
}

.fa-fan::before {
  content: "\f863";
}

.fa-person-walking-luggage::before {
  content: "\e554";
}

.fa-up-down::before {
  content: "\f338";
}

.fa-arrows-alt-v::before {
  content: "\f338";
}

.fa-cloud-moon-rain::before {
  content: "\f73c";
}

.fa-calendar::before {
  content: "\f133";
}

.fa-trailer::before {
  content: "\e041";
}

.fa-bahai::before {
  content: "\f666";
}

.fa-haykal::before {
  content: "\f666";
}

.fa-sd-card::before {
  content: "\f7c2";
}

.fa-dragon::before {
  content: "\f6d5";
}

.fa-shoe-prints::before {
  content: "\f54b";
}

.fa-circle-plus::before {
  content: "\f055";
}

.fa-plus-circle::before {
  content: "\f055";
}

.fa-face-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-hand-holding::before {
  content: "\f4bd";
}

.fa-plug-circle-exclamation::before {
  content: "\e55d";
}

.fa-link-slash::before {
  content: "\f127";
}

.fa-chain-broken::before {
  content: "\f127";
}

.fa-chain-slash::before {
  content: "\f127";
}

.fa-unlink::before {
  content: "\f127";
}

.fa-clone::before {
  content: "\f24d";
}

.fa-person-walking-arrow-loop-left::before {
  content: "\e551";
}

.fa-arrow-up-z-a::before {
  content: "\f882";
}

.fa-sort-alpha-up-alt::before {
  content: "\f882";
}

.fa-fire-flame-curved::before {
  content: "\f7e4";
}

.fa-fire-alt::before {
  content: "\f7e4";
}

.fa-tornado::before {
  content: "\f76f";
}

.fa-file-circle-plus::before {
  content: "\e494";
}

.fa-book-quran::before {
  content: "\f687";
}

.fa-quran::before {
  content: "\f687";
}

.fa-anchor::before {
  content: "\f13d";
}

.fa-border-all::before {
  content: "\f84c";
}

.fa-face-angry::before {
  content: "\f556";
}

.fa-angry::before {
  content: "\f556";
}

.fa-cookie-bite::before {
  content: "\f564";
}

.fa-arrow-trend-down::before {
  content: "\e097";
}

.fa-rss::before {
  content: "\f09e";
}

.fa-feed::before {
  content: "\f09e";
}

.fa-draw-polygon::before {
  content: "\f5ee";
}

.fa-scale-balanced::before {
  content: "\f24e";
}

.fa-balance-scale::before {
  content: "\f24e";
}

.fa-gauge-simple-high::before {
  content: "\f62a";
}

.fa-tachometer::before {
  content: "\f62a";
}

.fa-tachometer-fast::before {
  content: "\f62a";
}

.fa-shower::before {
  content: "\f2cc";
}

.fa-desktop::before {
  content: "\f390";
}

.fa-desktop-alt::before {
  content: "\f390";
}

.fa-m::before {
  content: "M";
}

.fa-table-list::before {
  content: "\f00b";
}

.fa-th-list::before {
  content: "\f00b";
}

.fa-comment-sms::before {
  content: "\f7cd";
}

.fa-sms::before {
  content: "\f7cd";
}

.fa-book::before {
  content: "\f02d";
}

.fa-user-plus::before {
  content: "\f234";
}

.fa-check::before {
  content: "\f00c";
}

.fa-battery-three-quarters::before {
  content: "\f241";
}

.fa-battery-4::before {
  content: "\f241";
}

.fa-house-circle-check::before {
  content: "\e509";
}

.fa-angle-left::before {
  content: "\f104";
}

.fa-diagram-successor::before {
  content: "\e47a";
}

.fa-truck-arrow-right::before {
  content: "\e58b";
}

.fa-arrows-split-up-and-left::before {
  content: "\e4bc";
}

.fa-hand-fist::before {
  content: "\f6de";
}

.fa-fist-raised::before {
  content: "\f6de";
}

.fa-cloud-moon::before {
  content: "\f6c3";
}

.fa-briefcase::before {
  content: "\f0b1";
}

.fa-person-falling::before {
  content: "\e546";
}

.fa-image-portrait::before {
  content: "\f3e0";
}

.fa-portrait::before {
  content: "\f3e0";
}

.fa-user-tag::before {
  content: "\f507";
}

.fa-rug::before {
  content: "\e569";
}

.fa-earth-europe::before {
  content: "\f7a2";
}

.fa-globe-europe::before {
  content: "\f7a2";
}

.fa-cart-flatbed-suitcase::before {
  content: "\f59d";
}

.fa-luggage-cart::before {
  content: "\f59d";
}

.fa-rectangle-xmark::before {
  content: "\f410";
}

.fa-rectangle-times::before {
  content: "\f410";
}

.fa-times-rectangle::before {
  content: "\f410";
}

.fa-window-close::before {
  content: "\f410";
}

.fa-baht-sign::before {
  content: "\e0ac";
}

.fa-book-open::before {
  content: "\f518";
}

.fa-book-journal-whills::before {
  content: "\f66a";
}

.fa-journal-whills::before {
  content: "\f66a";
}

.fa-handcuffs::before {
  content: "\e4f8";
}

.fa-triangle-exclamation::before {
  content: "\f071";
}

.fa-exclamation-triangle::before {
  content: "\f071";
}

.fa-warning::before {
  content: "\f071";
}

.fa-database::before {
  content: "\f1c0";
}

.fa-share::before {
  content: "\f064";
}

.fa-arrow-turn-right::before {
  content: "\f064";
}

.fa-mail-forward::before {
  content: "\f064";
}

.fa-bottle-droplet::before {
  content: "\e4c4";
}

.fa-mask-face::before {
  content: "\e1d7";
}

.fa-hill-rockslide::before {
  content: "\e508";
}

.fa-right-left::before {
  content: "\f362";
}

.fa-exchange-alt::before {
  content: "\f362";
}

.fa-paper-plane::before {
  content: "\f1d8";
}

.fa-road-circle-exclamation::before {
  content: "\e565";
}

.fa-dungeon::before {
  content: "\f6d9";
}

.fa-align-right::before {
  content: "\f038";
}

.fa-money-bill-1-wave::before {
  content: "\f53b";
}

.fa-money-bill-wave-alt::before {
  content: "\f53b";
}

.fa-life-ring::before {
  content: "\f1cd";
}

.fa-hands::before {
  content: "\f2a7";
}

.fa-sign-language::before {
  content: "\f2a7";
}

.fa-signing::before {
  content: "\f2a7";
}

.fa-calendar-day::before {
  content: "\f783";
}

.fa-water-ladder::before {
  content: "\f5c5";
}

.fa-ladder-water::before {
  content: "\f5c5";
}

.fa-swimming-pool::before {
  content: "\f5c5";
}

.fa-arrows-up-down::before {
  content: "\f07d";
}

.fa-arrows-v::before {
  content: "\f07d";
}

.fa-face-grimace::before {
  content: "\f57f";
}

.fa-grimace::before {
  content: "\f57f";
}

.fa-wheelchair-move::before {
  content: "\e2ce";
}

.fa-wheelchair-alt::before {
  content: "\e2ce";
}

.fa-turn-down::before {
  content: "\f3be";
}

.fa-level-down-alt::before {
  content: "\f3be";
}

.fa-person-walking-arrow-right::before {
  content: "\e552";
}

.fa-square-envelope::before {
  content: "\f199";
}

.fa-envelope-square::before {
  content: "\f199";
}

.fa-dice::before {
  content: "\f522";
}

.fa-bowling-ball::before {
  content: "\f436";
}

.fa-brain::before {
  content: "\f5dc";
}

.fa-bandage::before {
  content: "\f462";
}

.fa-band-aid::before {
  content: "\f462";
}

.fa-calendar-minus::before {
  content: "\f272";
}

.fa-circle-xmark::before {
  content: "\f057";
}

.fa-times-circle::before {
  content: "\f057";
}

.fa-xmark-circle::before {
  content: "\f057";
}

.fa-gifts::before {
  content: "\f79c";
}

.fa-hotel::before {
  content: "\f594";
}

.fa-earth-asia::before {
  content: "\f57e";
}

.fa-globe-asia::before {
  content: "\f57e";
}

.fa-id-card-clip::before {
  content: "\f47f";
}

.fa-id-card-alt::before {
  content: "\f47f";
}

.fa-magnifying-glass-plus::before {
  content: "\f00e";
}

.fa-search-plus::before {
  content: "\f00e";
}

.fa-thumbs-up::before {
  content: "\f164";
}

.fa-user-clock::before {
  content: "\f4fd";
}

.fa-hand-dots::before {
  content: "\f461";
}

.fa-allergies::before {
  content: "\f461";
}

.fa-file-invoice::before {
  content: "\f570";
}

.fa-window-minimize::before {
  content: "\f2d1";
}

.fa-mug-saucer::before {
  content: "\f0f4";
}

.fa-coffee::before {
  content: "\f0f4";
}

.fa-brush::before {
  content: "\f55d";
}

.fa-mask::before {
  content: "\f6fa";
}

.fa-magnifying-glass-minus::before {
  content: "\f010";
}

.fa-search-minus::before {
  content: "\f010";
}

.fa-ruler-vertical::before {
  content: "\f548";
}

.fa-user-large::before {
  content: "\f406";
}

.fa-user-alt::before {
  content: "\f406";
}

.fa-train-tram::before {
  content: "\e5b4";
}

.fa-user-nurse::before {
  content: "\f82f";
}

.fa-syringe::before {
  content: "\f48e";
}

.fa-cloud-sun::before {
  content: "\f6c4";
}

.fa-stopwatch-20::before {
  content: "\e06f";
}

.fa-square-full::before {
  content: "\f45c";
}

.fa-magnet::before {
  content: "\f076";
}

.fa-jar::before {
  content: "\e516";
}

.fa-note-sticky::before {
  content: "\f249";
}

.fa-sticky-note::before {
  content: "\f249";
}

.fa-bug-slash::before {
  content: "\e490";
}

.fa-arrow-up-from-water-pump::before {
  content: "\e4b6";
}

.fa-bone::before {
  content: "\f5d7";
}

.fa-user-injured::before {
  content: "\f728";
}

.fa-face-sad-tear::before {
  content: "\f5b4";
}

.fa-sad-tear::before {
  content: "\f5b4";
}

.fa-plane::before {
  content: "\f072";
}

.fa-tent-arrows-down::before {
  content: "\e581";
}

.fa-exclamation::before {
  content: "\!";
}

.fa-arrows-spin::before {
  content: "\e4bb";
}

.fa-print::before {
  content: "\f02f";
}

.fa-turkish-lira-sign::before {
  content: "\e2bb";
}

.fa-try::before {
  content: "\e2bb";
}

.fa-turkish-lira::before {
  content: "\e2bb";
}

.fa-dollar-sign::before {
  content: "\$";
}

.fa-dollar::before {
  content: "\$";
}

.fa-usd::before {
  content: "\$";
}

.fa-x::before {
  content: "X";
}

.fa-magnifying-glass-dollar::before {
  content: "\f688";
}

.fa-search-dollar::before {
  content: "\f688";
}

.fa-users-gear::before {
  content: "\f509";
}

.fa-users-cog::before {
  content: "\f509";
}

.fa-person-military-pointing::before {
  content: "\e54a";
}

.fa-building-columns::before {
  content: "\f19c";
}

.fa-bank::before {
  content: "\f19c";
}

.fa-institution::before {
  content: "\f19c";
}

.fa-museum::before {
  content: "\f19c";
}

.fa-university::before {
  content: "\f19c";
}

.fa-umbrella::before {
  content: "\f0e9";
}

.fa-trowel::before {
  content: "\e589";
}

.fa-d::before {
  content: "D";
}

.fa-stapler::before {
  content: "\e5af";
}

.fa-masks-theater::before {
  content: "\f630";
}

.fa-theater-masks::before {
  content: "\f630";
}

.fa-kip-sign::before {
  content: "\e1c4";
}

.fa-hand-point-left::before {
  content: "\f0a5";
}

.fa-handshake-simple::before {
  content: "\f4c6";
}

.fa-handshake-alt::before {
  content: "\f4c6";
}

.fa-jet-fighter::before {
  content: "\f0fb";
}

.fa-fighter-jet::before {
  content: "\f0fb";
}

.fa-square-share-nodes::before {
  content: "\f1e1";
}

.fa-share-alt-square::before {
  content: "\f1e1";
}

.fa-barcode::before {
  content: "\f02a";
}

.fa-plus-minus::before {
  content: "\e43c";
}

.fa-video::before {
  content: "\f03d";
}

.fa-video-camera::before {
  content: "\f03d";
}

.fa-graduation-cap::before {
  content: "\f19d";
}

.fa-mortar-board::before {
  content: "\f19d";
}

.fa-hand-holding-medical::before {
  content: "\e05c";
}

.fa-person-circle-check::before {
  content: "\e53e";
}

.fa-turn-up::before {
  content: "\f3bf";
}

.fa-level-up-alt::before {
  content: "\f3bf";
}

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

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

/*!
 * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/wellgo/assets/fa-solid-900-c15a3b77a1df1d41545fcaa78bca78411ba2c1dd2f1a08f61be156bf463a4925.woff2) format("woff2"), url(/wellgo/assets/fa-solid-900-8254be23b50ccdd44fb95da3be612dba6548398b35ae990c87342ef0f5c0b926.ttf) format("truetype");
}
.fas,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/wellgo/assets/fa-regular-400-a8e60933a8668c0e241ce5db08b97219c42151fd0a1d54d1eaf0fbc25c17c778.woff2) format("woff2"), url(/wellgo/assets/fa-regular-400-b17a94d14201885778b8f70e9f7d9e3155dd8d4fcf81563326db42889ba6e27b.ttf) format("truetype");
}
.far,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/wellgo/assets/fa-brands-400-71069435092e2b6c23cd74d2dcbb1b2f2f12e0da5f79f9a978d19c863c7b2846.woff2) format("woff2"), url(/wellgo/assets/fa-brands-400-57a98fe5c49399cacfe08ae0c15a27d848717559c82e0a44351babebdb5f80cb.ttf) format("truetype");
}
.fab,
.fa-brands {
  font-weight: 400;
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-aws:before {
  content: "\f375";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-modx:before {
  content: "\f285";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-square-js:before {
  content: "\f3b9";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-unity:before {
  content: "\e049";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-vk:before {
  content: "\f189";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-square-reddit:before {
  content: "\f1a2";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-square-font-awesome:before {
  content: "\e5ad";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-square-instagram:before {
  content: "\e055";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-square-hacker-news:before {
  content: "\f3af";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-edge:before {
  content: "\f282";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-square-snapchat:before {
  content: "\f2ad";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-safari:before {
  content: "\f267";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-square-font-awesome-stroke:before {
  content: "\f35c";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-square-viadeo:before {
  content: "\f2aa";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-centos:before {
  content: "\f789";
}

.fa-adn:before {
  content: "\f170";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-square-dribbble:before {
  content: "\f397";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-node:before {
  content: "\f419";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-square-twitter:before {
  content: "\f081";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-golang:before {
  content: "\e40f";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-square-youtube:before {
  content: "\f431";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-rendact:before {
  content: "\f3e4";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-nfc-directional:before {
  content: "\e530";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-meta:before {
  content: "\e49b";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-hips:before {
  content: "\f452";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-discord:before {
  content: "\f392";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-unsplash:before {
  content: "\e07c";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-square-steam:before {
  content: "\f1b7";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-square-vimeo:before {
  content: "\f194";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-flag:before {
  content: "\f2b4";
}

.fa-font-awesome-logo-full:before {
  content: "\f2b4";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-apple:before {
  content: "\f179";
}

.fa-hive:before {
  content: "\e07f";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-padlet:before {
  content: "\e4a0";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-square-github:before {
  content: "\f092";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-neos:before {
  content: "\f612";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-angular:before {
  content: "\f420";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envira:before {
  content: "\f299";
}

.fa-square-gitlab:before {
  content: "\e5ae";
}

.fa-gitlab-square:before {
  content: "\e5ae";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-square-odnoklassniki:before {
  content: "\f264";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-sith:before {
  content: "\f512";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-hashnode:before {
  content: "\e499";
}

.fa-react:before {
  content: "\f41b";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-gg:before {
  content: "\f260";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-square-pinterest:before {
  content: "\f0d3";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-xing:before {
  content: "\f168";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-less:before {
  content: "\f41d";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-nfc-symbol:before {
  content: "\e531";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-square-google-plus:before {
  content: "\f0d4";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-square-xing:before {
  content: "\f169";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-fly:before {
  content: "\f417";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-viber:before {
  content: "\f409";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-audible:before {
  content: "\f373";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-bilibili:before {
  content: "\e3d9";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-42-group:before {
  content: "\e080";
}

.fa-innosoft:before {
  content: "\e080";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-square-pied-piper:before {
  content: "\e01e";
}

.fa-pied-piper-square:before {
  content: "\e01e";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-square-facebook:before {
  content: "\f082";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-square-lastfm:before {
  content: "\f203";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-figma:before {
  content: "\f799";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-cmplid:before {
  content: "\e360";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-docker:before {
  content: "\f395";
}

.fa-screenpal:before {
  content: "\e570";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-microblog:before {
  content: "\e01a";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-wirsindhandwerk:before {
  content: "\e2d0";
}

.fa-wsh:before {
  content: "\e2d0";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-apper:before {
  content: "\f371";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ab";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-square-behance:before {
  content: "\f1b5";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-space-awesome:before {
  content: "\e5ac";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-square-git:before {
  content: "\f1d2";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-square-tumblr:before {
  content: "\f174";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-trello:before {
  content: "\f181";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-android:before {
  content: "\f17b";
}

.fa-bots:before {
  content: "\e340";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-uber:before {
  content: "\f402";
}

.fa-github:before {
  content: "\f09b";
}

.fa-php:before {
  content: "\f457";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-stubber:before {
  content: "\e5c7";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f2c6";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-odysee:before {
  content: "\e5c6";
}

.fa-square-whatsapp:before {
  content: "\f40c";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f198";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-usb:before {
  content: "\f287";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f23a";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-sitrox:before {
  content: "\e44a";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-strava:before {
  content: "\f428";
}

.fa-ember:before {
  content: "\f423";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-google-pay:before {
  content: "\e079";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-zhihu:before {
  content: "\f63f";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-pix:before {
  content: "\e43a";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

/*!
 * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa.fa-glass:before {
  content: "\f000";
}

.fa.fa-envelope-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-envelope-o:before {
  content: "\f0e0";
}

.fa.fa-star-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-star-o:before {
  content: "\f005";
}

.fa.fa-remove:before {
  content: "\f00d";
}

.fa.fa-close:before {
  content: "\f00d";
}

.fa.fa-gear:before {
  content: "\f013";
}

.fa.fa-trash-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-trash-o:before {
  content: "\f2ed";
}

.fa.fa-home:before {
  content: "\f015";
}

.fa.fa-file-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-file-o:before {
  content: "\f15b";
}

.fa.fa-clock-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-clock-o:before {
  content: "\f017";
}

.fa.fa-arrow-circle-o-down {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-down:before {
  content: "\f358";
}

.fa.fa-arrow-circle-o-up {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-up:before {
  content: "\f35b";
}

.fa.fa-play-circle-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-play-circle-o:before {
  content: "\f144";
}

.fa.fa-repeat:before {
  content: "\f01e";
}

.fa.fa-rotate-right:before {
  content: "\f01e";
}

.fa.fa-refresh:before {
  content: "\f021";
}

.fa.fa-list-alt {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-list-alt:before {
  content: "\f022";
}

.fa.fa-dedent:before {
  content: "\f03b";
}

.fa.fa-video-camera:before {
  content: "\f03d";
}

.fa.fa-picture-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-picture-o:before {
  content: "\f03e";
}

.fa.fa-photo {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-photo:before {
  content: "\f03e";
}

.fa.fa-image {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-image:before {
  content: "\f03e";
}

.fa.fa-map-marker:before {
  content: "\f3c5";
}

.fa.fa-pencil-square-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-pencil-square-o:before {
  content: "\f044";
}

.fa.fa-edit {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-edit:before {
  content: "\f044";
}

.fa.fa-share-square-o:before {
  content: "\f14d";
}

.fa.fa-check-square-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-check-square-o:before {
  content: "\f14a";
}

.fa.fa-arrows:before {
  content: "\f0b2";
}

.fa.fa-times-circle-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-times-circle-o:before {
  content: "\f057";
}

.fa.fa-check-circle-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-check-circle-o:before {
  content: "\f058";
}

.fa.fa-mail-forward:before {
  content: "\f064";
}

.fa.fa-expand:before {
  content: "\f424";
}

.fa.fa-compress:before {
  content: "\f422";
}

.fa.fa-eye {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-eye-slash {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-warning:before {
  content: "\f071";
}

.fa.fa-calendar:before {
  content: "\f073";
}

.fa.fa-arrows-v:before {
  content: "\f338";
}

.fa.fa-arrows-h:before {
  content: "\f337";
}

.fa.fa-bar-chart:before {
  content: "\e0e3";
}

.fa.fa-bar-chart-o:before {
  content: "\e0e3";
}

.fa.fa-twitter-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-twitter-square:before {
  content: "\f081";
}

.fa.fa-facebook-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-facebook-square:before {
  content: "\f082";
}

.fa.fa-gears:before {
  content: "\f085";
}

.fa.fa-thumbs-o-up {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-thumbs-o-up:before {
  content: "\f164";
}

.fa.fa-thumbs-o-down {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-thumbs-o-down:before {
  content: "\f165";
}

.fa.fa-heart-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-heart-o:before {
  content: "\f004";
}

.fa.fa-sign-out:before {
  content: "\f2f5";
}

.fa.fa-linkedin-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-linkedin-square:before {
  content: "\f08c";
}

.fa.fa-thumb-tack:before {
  content: "\f08d";
}

.fa.fa-external-link:before {
  content: "\f35d";
}

.fa.fa-sign-in:before {
  content: "\f2f6";
}

.fa.fa-github-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-github-square:before {
  content: "\f092";
}

.fa.fa-lemon-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-lemon-o:before {
  content: "\f094";
}

.fa.fa-square-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-square-o:before {
  content: "\f0c8";
}

.fa.fa-bookmark-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-bookmark-o:before {
  content: "\f02e";
}

.fa.fa-twitter {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-facebook {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-facebook:before {
  content: "\f39e";
}

.fa.fa-facebook-f {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-facebook-f:before {
  content: "\f39e";
}

.fa.fa-github {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-credit-card {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-feed:before {
  content: "\f09e";
}

.fa.fa-hdd-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-hdd-o:before {
  content: "\f0a0";
}

.fa.fa-hand-o-right {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa.fa-hand-o-left {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa.fa-hand-o-up {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa.fa-hand-o-down {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa.fa-globe:before {
  content: "\f57d";
}

.fa.fa-tasks:before {
  content: "\f828";
}

.fa.fa-arrows-alt:before {
  content: "\f31e";
}

.fa.fa-group:before {
  content: "\f0c0";
}

.fa.fa-chain:before {
  content: "\f0c1";
}

.fa.fa-cut:before {
  content: "\f0c4";
}

.fa.fa-files-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-files-o:before {
  content: "\f0c5";
}

.fa.fa-floppy-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-floppy-o:before {
  content: "\f0c7";
}

.fa.fa-save {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-save:before {
  content: "\f0c7";
}

.fa.fa-navicon:before {
  content: "\f0c9";
}

.fa.fa-reorder:before {
  content: "\f0c9";
}

.fa.fa-magic:before {
  content: "\e2ca";
}

.fa.fa-pinterest {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-pinterest-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa.fa-google-plus-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa.fa-google-plus {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-google-plus:before {
  content: "\f0d5";
}

.fa.fa-money:before {
  content: "\f3d1";
}

.fa.fa-unsorted:before {
  content: "\f0dc";
}

.fa.fa-sort-desc:before {
  content: "\f0dd";
}

.fa.fa-sort-asc:before {
  content: "\f0de";
}

.fa.fa-linkedin {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-linkedin:before {
  content: "\f0e1";
}

.fa.fa-rotate-left:before {
  content: "\f0e2";
}

.fa.fa-legal:before {
  content: "\f0e3";
}

.fa.fa-tachometer:before {
  content: "\f625";
}

.fa.fa-dashboard:before {
  content: "\f625";
}

.fa.fa-comment-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-comment-o:before {
  content: "\f075";
}

.fa.fa-comments-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-comments-o:before {
  content: "\f086";
}

.fa.fa-flash:before {
  content: "\f0e7";
}

.fa.fa-clipboard:before {
  content: "\f0ea";
}

.fa.fa-lightbulb-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa.fa-exchange:before {
  content: "\f362";
}

.fa.fa-cloud-download:before {
  content: "\f0ed";
}

.fa.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa.fa-bell-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-bell-o:before {
  content: "\f0f3";
}

.fa.fa-cutlery:before {
  content: "\f2e7";
}

.fa.fa-file-text-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-file-text-o:before {
  content: "\f15c";
}

.fa.fa-building-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-building-o:before {
  content: "\f1ad";
}

.fa.fa-hospital-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-hospital-o:before {
  content: "\f0f8";
}

.fa.fa-tablet:before {
  content: "\f3fa";
}

.fa.fa-mobile:before {
  content: "\f3cd";
}

.fa.fa-mobile-phone:before {
  content: "\f3cd";
}

.fa.fa-circle-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-circle-o:before {
  content: "\f111";
}

.fa.fa-mail-reply:before {
  content: "\f3e5";
}

.fa.fa-github-alt {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-folder-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-folder-o:before {
  content: "\f07b";
}

.fa.fa-folder-open-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-folder-open-o:before {
  content: "\f07c";
}

.fa.fa-smile-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-smile-o:before {
  content: "\f118";
}

.fa.fa-frown-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-frown-o:before {
  content: "\f119";
}

.fa.fa-meh-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-meh-o:before {
  content: "\f11a";
}

.fa.fa-keyboard-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-keyboard-o:before {
  content: "\f11c";
}

.fa.fa-flag-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-flag-o:before {
  content: "\f024";
}

.fa.fa-mail-reply-all:before {
  content: "\f122";
}

.fa.fa-star-half-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-star-half-o:before {
  content: "\f5c0";
}

.fa.fa-star-half-empty {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-star-half-empty:before {
  content: "\f5c0";
}

.fa.fa-star-half-full {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-star-half-full:before {
  content: "\f5c0";
}

.fa.fa-code-fork:before {
  content: "\f126";
}

.fa.fa-chain-broken:before {
  content: "\f127";
}

.fa.fa-unlink:before {
  content: "\f127";
}

.fa.fa-calendar-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-calendar-o:before {
  content: "\f133";
}

.fa.fa-maxcdn {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-html5 {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-css3 {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-unlock-alt:before {
  content: "\f09c";
}

.fa.fa-minus-square-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-minus-square-o:before {
  content: "\f146";
}

.fa.fa-level-up:before {
  content: "\f3bf";
}

.fa.fa-level-down:before {
  content: "\f3be";
}

.fa.fa-pencil-square:before {
  content: "\f14b";
}

.fa.fa-external-link-square:before {
  content: "\f360";
}

.fa.fa-compass {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-caret-square-o-down {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa.fa-toggle-down {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-toggle-down:before {
  content: "\f150";
}

.fa.fa-caret-square-o-up {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa.fa-toggle-up {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-toggle-up:before {
  content: "\f151";
}

.fa.fa-caret-square-o-right {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa.fa-toggle-right {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-toggle-right:before {
  content: "\f152";
}

.fa.fa-eur:before {
  content: "\f153";
}

.fa.fa-euro:before {
  content: "\f153";
}

.fa.fa-gbp:before {
  content: "\f154";
}

.fa.fa-usd:before {
  content: "\$";
}

.fa.fa-dollar:before {
  content: "\$";
}

.fa.fa-inr:before {
  content: "\e1bc";
}

.fa.fa-rupee:before {
  content: "\e1bc";
}

.fa.fa-jpy:before {
  content: "\f157";
}

.fa.fa-cny:before {
  content: "\f157";
}

.fa.fa-rmb:before {
  content: "\f157";
}

.fa.fa-yen:before {
  content: "\f157";
}

.fa.fa-rub:before {
  content: "\f158";
}

.fa.fa-ruble:before {
  content: "\f158";
}

.fa.fa-rouble:before {
  content: "\f158";
}

.fa.fa-krw:before {
  content: "\f159";
}

.fa.fa-won:before {
  content: "\f159";
}

.fa.fa-btc {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-bitcoin {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-bitcoin:before {
  content: "\f15a";
}

.fa.fa-file-text:before {
  content: "\f15c";
}

.fa.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa.fa-sort-alpha-desc:before {
  content: "\f881";
}

.fa.fa-sort-amount-asc:before {
  content: "\f884";
}

.fa.fa-sort-amount-desc:before {
  content: "\f160";
}

.fa.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa.fa-sort-numeric-desc:before {
  content: "\f886";
}

.fa.fa-youtube-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-youtube-square:before {
  content: "\f431";
}

.fa.fa-youtube {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-xing {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-xing-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-xing-square:before {
  content: "\f169";
}

.fa.fa-youtube-play {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-youtube-play:before {
  content: "\f167";
}

.fa.fa-dropbox {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-stack-overflow {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-instagram {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-flickr {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-adn {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-bitbucket {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-bitbucket-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-bitbucket-square:before {
  content: "\f171";
}

.fa.fa-tumblr {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-tumblr-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-tumblr-square:before {
  content: "\f174";
}

.fa.fa-long-arrow-down:before {
  content: "\f309";
}

.fa.fa-long-arrow-up:before {
  content: "\f30c";
}

.fa.fa-long-arrow-left:before {
  content: "\f30a";
}

.fa.fa-long-arrow-right:before {
  content: "\f30b";
}

.fa.fa-apple {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-windows {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-android {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-linux {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-dribbble {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-skype {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-foursquare {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-trello {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-gratipay {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-gittip {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-gittip:before {
  content: "\f184";
}

.fa.fa-sun-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-sun-o:before {
  content: "\f185";
}

.fa.fa-moon-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-moon-o:before {
  content: "\f186";
}

.fa.fa-vk {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-weibo {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-renren {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-pagelines {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-stack-exchange {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-right {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-right:before {
  content: "\f35a";
}

.fa.fa-arrow-circle-o-left {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-left:before {
  content: "\f359";
}

.fa.fa-caret-square-o-left {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa.fa-toggle-left {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-toggle-left:before {
  content: "\f191";
}

.fa.fa-dot-circle-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-dot-circle-o:before {
  content: "\f192";
}

.fa.fa-vimeo-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-vimeo-square:before {
  content: "\f194";
}

.fa.fa-try:before {
  content: "\e2bb";
}

.fa.fa-turkish-lira:before {
  content: "\e2bb";
}

.fa.fa-plus-square-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-plus-square-o:before {
  content: "\f0fe";
}

.fa.fa-slack {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-wordpress {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-openid {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-institution:before {
  content: "\f19c";
}

.fa.fa-bank:before {
  content: "\f19c";
}

.fa.fa-mortar-board:before {
  content: "\f19d";
}

.fa.fa-yahoo {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-google {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-reddit {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-reddit-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-reddit-square:before {
  content: "\f1a2";
}

.fa.fa-stumbleupon-circle {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-stumbleupon {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-delicious {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-digg {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-pied-piper-pp {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-pied-piper-alt {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-drupal {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-joomla {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-behance {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-behance-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-behance-square:before {
  content: "\f1b5";
}

.fa.fa-steam {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-steam-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-steam-square:before {
  content: "\f1b7";
}

.fa.fa-automobile:before {
  content: "\f1b9";
}

.fa.fa-cab:before {
  content: "\f1ba";
}

.fa.fa-spotify {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-deviantart {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-soundcloud {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-file-pdf-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa.fa-file-word-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-file-word-o:before {
  content: "\f1c2";
}

.fa.fa-file-excel-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa.fa-file-powerpoint-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa.fa-file-image-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-file-image-o:before {
  content: "\f1c5";
}

.fa.fa-file-photo-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-file-photo-o:before {
  content: "\f1c5";
}

.fa.fa-file-picture-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-file-picture-o:before {
  content: "\f1c5";
}

.fa.fa-file-archive-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa.fa-file-zip-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-file-zip-o:before {
  content: "\f1c6";
}

.fa.fa-file-audio-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa.fa-file-sound-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-file-sound-o:before {
  content: "\f1c7";
}

.fa.fa-file-video-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-file-video-o:before {
  content: "\f1c8";
}

.fa.fa-file-movie-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-file-movie-o:before {
  content: "\f1c8";
}

.fa.fa-file-code-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-file-code-o:before {
  content: "\f1c9";
}

.fa.fa-vine {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-codepen {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-jsfiddle {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-life-bouy:before {
  content: "\f1cd";
}

.fa.fa-life-buoy:before {
  content: "\f1cd";
}

.fa.fa-life-saver:before {
  content: "\f1cd";
}

.fa.fa-support:before {
  content: "\f1cd";
}

.fa.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa.fa-rebel {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-ra {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-ra:before {
  content: "\f1d0";
}

.fa.fa-resistance {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-resistance:before {
  content: "\f1d0";
}

.fa.fa-empire {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-ge {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-ge:before {
  content: "\f1d1";
}

.fa.fa-git-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-git-square:before {
  content: "\f1d2";
}

.fa.fa-git {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-hacker-news {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-y-combinator-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-y-combinator-square:before {
  content: "\f1d4";
}

.fa.fa-yc-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-yc-square:before {
  content: "\f1d4";
}

.fa.fa-tencent-weibo {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-qq {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-weixin {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-wechat {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-wechat:before {
  content: "\f1d7";
}

.fa.fa-send:before {
  content: "\f1d8";
}

.fa.fa-paper-plane-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-paper-plane-o:before {
  content: "\f1d8";
}

.fa.fa-send-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-send-o:before {
  content: "\f1d8";
}

.fa.fa-circle-thin {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-circle-thin:before {
  content: "\f111";
}

.fa.fa-header:before {
  content: "\f1dc";
}

.fa.fa-futbol-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-futbol-o:before {
  content: "\f1e3";
}

.fa.fa-soccer-ball-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-soccer-ball-o:before {
  content: "\f1e3";
}

.fa.fa-slideshare {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-twitch {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-yelp {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-newspaper-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa.fa-paypal {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-google-wallet {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-cc-visa {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-cc-mastercard {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-cc-discover {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-cc-amex {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-cc-paypal {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-cc-stripe {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-bell-slash-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-bell-slash-o:before {
  content: "\f1f6";
}

.fa.fa-trash:before {
  content: "\f2ed";
}

.fa.fa-copyright {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-eyedropper:before {
  content: "\f1fb";
}

.fa.fa-area-chart:before {
  content: "\f1fe";
}

.fa.fa-pie-chart:before {
  content: "\f200";
}

.fa.fa-line-chart:before {
  content: "\f201";
}

.fa.fa-lastfm {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-lastfm-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-lastfm-square:before {
  content: "\f203";
}

.fa.fa-ioxhost {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-angellist {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-cc {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-cc:before {
  content: "\f20a";
}

.fa.fa-ils:before {
  content: "\f20b";
}

.fa.fa-shekel:before {
  content: "\f20b";
}

.fa.fa-sheqel:before {
  content: "\f20b";
}

.fa.fa-buysellads {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-connectdevelop {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-dashcube {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-forumbee {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-leanpub {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-sellsy {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-shirtsinbulk {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-simplybuilt {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-skyatlas {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-diamond {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-diamond:before {
  content: "\f3a5";
}

.fa.fa-transgender:before {
  content: "\f224";
}

.fa.fa-intersex:before {
  content: "\f224";
}

.fa.fa-transgender-alt:before {
  content: "\f225";
}

.fa.fa-facebook-official {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-facebook-official:before {
  content: "\f09a";
}

.fa.fa-pinterest-p {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-whatsapp {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-hotel:before {
  content: "\f236";
}

.fa.fa-viacoin {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-medium {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-y-combinator {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-yc {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-yc:before {
  content: "\f23b";
}

.fa.fa-optin-monster {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-opencart {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-expeditedssl {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-battery-4:before {
  content: "\f240";
}

.fa.fa-battery:before {
  content: "\f240";
}

.fa.fa-battery-3:before {
  content: "\f241";
}

.fa.fa-battery-2:before {
  content: "\f242";
}

.fa.fa-battery-1:before {
  content: "\f243";
}

.fa.fa-battery-0:before {
  content: "\f244";
}

.fa.fa-object-group {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-object-ungroup {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-sticky-note-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-sticky-note-o:before {
  content: "\f249";
}

.fa.fa-cc-jcb {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-cc-diners-club {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-clone {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-hourglass-o:before {
  content: "\f254";
}

.fa.fa-hourglass-1:before {
  content: "\f251";
}

.fa.fa-hourglass-2:before {
  content: "\f252";
}

.fa.fa-hourglass-3:before {
  content: "\f253";
}

.fa.fa-hand-rock-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-hand-rock-o:before {
  content: "\f255";
}

.fa.fa-hand-grab-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-hand-grab-o:before {
  content: "\f255";
}

.fa.fa-hand-paper-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-hand-paper-o:before {
  content: "\f256";
}

.fa.fa-hand-stop-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-hand-stop-o:before {
  content: "\f256";
}

.fa.fa-hand-scissors-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa.fa-hand-lizard-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa.fa-hand-spock-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-hand-spock-o:before {
  content: "\f259";
}

.fa.fa-hand-pointer-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa.fa-hand-peace-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa.fa-registered {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-creative-commons {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-gg {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-gg-circle {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-odnoklassniki {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-odnoklassniki-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa.fa-get-pocket {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-wikipedia-w {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-safari {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-chrome {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-firefox {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-opera {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-internet-explorer {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-television:before {
  content: "\f26c";
}

.fa.fa-contao {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-500px {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-amazon {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-calendar-plus-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa.fa-calendar-minus-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa.fa-calendar-times-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-calendar-times-o:before {
  content: "\f273";
}

.fa.fa-calendar-check-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-calendar-check-o:before {
  content: "\f274";
}

.fa.fa-map-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-map-o:before {
  content: "\f279";
}

.fa.fa-commenting:before {
  content: "\f4ad";
}

.fa.fa-commenting-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-commenting-o:before {
  content: "\f4ad";
}

.fa.fa-houzz {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-vimeo {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-vimeo:before {
  content: "\f27d";
}

.fa.fa-black-tie {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-fonticons {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-reddit-alien {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-edge {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-credit-card-alt:before {
  content: "\f09d";
}

.fa.fa-codiepie {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-modx {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-fort-awesome {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-usb {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-product-hunt {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-mixcloud {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-scribd {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-pause-circle-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-pause-circle-o:before {
  content: "\f28b";
}

.fa.fa-stop-circle-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-stop-circle-o:before {
  content: "\f28d";
}

.fa.fa-bluetooth {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-bluetooth-b {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-gitlab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-wpbeginner {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-wpforms {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-envira {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-wheelchair-alt {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-wheelchair-alt:before {
  content: "\f368";
}

.fa.fa-question-circle-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-question-circle-o:before {
  content: "\f059";
}

.fa.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa.fa-asl-interpreting:before {
  content: "\f2a3";
}

.fa.fa-deafness:before {
  content: "\f2a4";
}

.fa.fa-hard-of-hearing:before {
  content: "\f2a4";
}

.fa.fa-glide {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-glide-g {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-signing:before {
  content: "\f2a7";
}

.fa.fa-viadeo {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-viadeo-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa.fa-snapchat {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-snapchat-ghost {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-snapchat-ghost:before {
  content: "\f2ab";
}

.fa.fa-snapchat-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa.fa-pied-piper {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-first-order {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-yoast {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-themeisle {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-official {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa.fa-google-plus-circle {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-circle:before {
  content: "\f2b3";
}

.fa.fa-font-awesome {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-fa {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-fa:before {
  content: "\f2b4";
}

.fa.fa-handshake-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-handshake-o:before {
  content: "\f2b5";
}

.fa.fa-envelope-open-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-envelope-open-o:before {
  content: "\f2b6";
}

.fa.fa-linode {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-address-book-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-address-book-o:before {
  content: "\f2b9";
}

.fa.fa-vcard:before {
  content: "\f2bb";
}

.fa.fa-address-card-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-address-card-o:before {
  content: "\f2bb";
}

.fa.fa-vcard-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-vcard-o:before {
  content: "\f2bb";
}

.fa.fa-user-circle-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-user-circle-o:before {
  content: "\f2bd";
}

.fa.fa-user-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-user-o:before {
  content: "\f007";
}

.fa.fa-id-badge {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-drivers-license:before {
  content: "\f2c2";
}

.fa.fa-id-card-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-id-card-o:before {
  content: "\f2c2";
}

.fa.fa-drivers-license-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-drivers-license-o:before {
  content: "\f2c2";
}

.fa.fa-quora {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-free-code-camp {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-telegram {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-thermometer-4:before {
  content: "\f2c7";
}

.fa.fa-thermometer:before {
  content: "\f2c7";
}

.fa.fa-thermometer-3:before {
  content: "\f2c8";
}

.fa.fa-thermometer-2:before {
  content: "\f2c9";
}

.fa.fa-thermometer-1:before {
  content: "\f2ca";
}

.fa.fa-thermometer-0:before {
  content: "\f2cb";
}

.fa.fa-bathtub:before {
  content: "\f2cd";
}

.fa.fa-s15:before {
  content: "\f2cd";
}

.fa.fa-window-maximize {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-window-restore {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-times-rectangle:before {
  content: "\f410";
}

.fa.fa-window-close-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-window-close-o:before {
  content: "\f410";
}

.fa.fa-times-rectangle-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-times-rectangle-o:before {
  content: "\f410";
}

.fa.fa-bandcamp {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-grav {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-etsy {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-imdb {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-ravelry {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-eercast {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-eercast:before {
  content: "\f2da";
}

.fa.fa-snowflake-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa.fa-superpowers {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-wpexplorer {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-meetup {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

/** Added to outer field elements to hide them **/
.alpaca-hidden {
  display: none;
}

/** Added to every field outer element **/
/** Added to every container outer field element **/
/** Added to the optional label (or legend) accompanying any container **/
/** Added to every container item field within a container **/
/** Added to the first container item field within a container **/
/** Added to the last container item field within a container **/
/** Added to a container to indicate it is empty **/
/** Added to the dom element holding the toolbar for an array **/
/** Added to a button in the array toolbar that triggers an action **/
/** Added to the dom element holding the actionbar for each array item **/
/** Added to a button in an array item actionbar that triggers an action **/
/** Added to every control outer field element **/
/** Added to the optional label accompanying any control **/
/** ******************************************************** **/
/**                        STATE LABELS                      **/
/** ******************************************************** **/
/** Added to top-most control when rendering in display mode **/
/** Added to top-most control when rendering in create mode **/
/** Added to top-most control when rendering in edit mode **/
/** Added to any field that is optional **/
/** Added to any field that is required **/
/** Added to any field that is readonly **/
/** Added to any field that is disabled **/
/** Added to the container that holds Alpaca field helper text **/
/** Added to form containers that are rendering in horizontal mode **/
/** Added to form containers that are rendering in vertical mode **/
/** Added to the top most container element **/
/** Added to fields that are valid **/
/** Added to fields that have run through validation and are invalid **/
/** Added to fields that have run through validation and are invalid but are currently hiding invalidation errors **/
/* Added to additional DOM elements to mark validation messages */
/** Added to messages that are for invalidation states that are current hidden (hideInitValidationError) **/
/** Added to buttons that are marked disabled */
/** ******************************************************** **/
/**                           ICONS                          **/
/** ******************************************************** **/
/** ******************************************************** **/
/**                           OTHER                          **/
/** ******************************************************** **/
/** Added to indicate hover state **/
/** General purpose HTML clear **/
.alpaca-clear {
  clear: both;
}

.alpaca-float-right {
  float: right;
}

/** ************************************** **/
/** TWITTER TYPEAHEAD                      **/
/** ************************************** **/
.twitter-typeahead .tt-dropdown-menu {
  background-color: white;
  border: 1px #ccc solid;
  padding: 10px;
  color: #999;
  width: 100%;
  padding-bottom: 0px;
}

.twitter-typeahead .tt-dropdown-menu P {
  font-size: 1em;
}

.tt-suggestion.tt-is-under-cursor {
  background-color: #ccc;
  color: #333;
}

.tt-dropdown-menu {
  background-color: white;
  border: 1px solid rgb(204, 204, 204);
  width: 100%;
}

/** ************************************** **/
/** EDITOR FIELD                           **/
/** ************************************** **/
.alpaca-controlfield-editor {
  position: relative;
  width: 100%;
  height: 300px;
  border: 1px #ccc solid;
}

.alpaca-controlfield-editor .control-field-editor-el {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/** ************************************** **/
/** DATEPICKER (jQueryUI)                  **/
/** ************************************** **/
#ui-datepicker-div {
  display: none;
  background-color: white;
  z-index: 9999999 !important;
  width: 22em !important;
}

/* Fix for Chrome issue with Button text */
.ui-button .ui-button-text {
  white-space: nowrap;
}

.ui-datepicker {
  z-index: 100;
}

/** ************************************** **/
/** FILE UPLOAD (jQueryUI)                 **/
/** ************************************** **/
.alpaca-fileupload-container {
  border: 1px #ccc solid;
  padding: 10px;
  border-radius: 5px;
}

.alpaca-fileupload-container .row {
  margin-bottom: 10px;
}

.alpaca-fileupload-well {
  /*border: 1px #ccc solid;*/
  padding: 10px;
  border-radius: 5px;
  min-height: 100px;
}

.alpaca-fileupload-container table {
  border: 1px #ccc solid;
  padding: 10px;
  border-radius: 5px;
}

.alpaca-fileupload-well p {
  padding-top: 20px;
  color: #888;
}

.alpaca-fileupload-well table tbody.files tr td.name {
  word-wrap: break-word;
}

/** ************************************** **/
/** ACE EDITOR                             **/
/** ************************************** **/
.ace_editor {
  border: 1px solid rgb(204, 204, 204);
}

/** ************************************** **/
/** CK EDITOR                             **/
/** ************************************** **/
.alpaca-field-ckeditor.alpaca-invalid > .cke {
  border-color: #f04124;
}

/** ************************************** **/
/** OPTIONTREE                             **/
/** ************************************** **/
.alpaca-field-optiontree.optiontree-horizontal .optiontree {
  display: inline-block;
}

.alpaca-field-optiontree.optiontree-horizontal .optiontree .optiontree-selector {
  display: inline-block;
  padding-left: 4px;
}

.alpaca-field-optiontree.optiontree-horizontal input {
  display: inline-block;
  width: auto;
}

.alpaca-field-optiontree.optiontree-horizontal label {
  display: block;
}

/** ************************************** **/
/** TABLE                                  **/
/** ************************************** **/
.alpaca-field-table .alpaca-field-tablerow label.control-label,
table.dt-rowReorder-float .alpaca-field-tablerow label.control-label {
  display: none;
}

.alpaca-field-table .actionbar, .table .actionbar, .custom-datatables .actionbar,
table.dt-rowReorder-float .actionbar, .table .actionbar {
  white-space: nowrap;
  text-align: center;
}

.alpaca-field-table table tr td .alpaca-field,
table.dt-rowReorder-float tr td .alpaca-field {
  width: 100%;
}

.alpaca-field-table table tr td .alpaca-field .form-control,
table.dt-rowReorder-float tr td .alpaca-field .form-control {
  width: 100%;
}

.alpaca-field-table .form-group,
table.dt-rowReorder-float .form-group {
  margin-bottom: 0px;
}

.alpaca-field-table .form-group.alpaca-field-checkbox,
table.dt-rowReorder-float .form-group.alpaca-field-checkbox {
  text-align: center;
}

.alpaca-field-table .alpaca-control.checkbox,
table.dt-rowReorder-float .alpaca-control.checkbox {
  padding-top: 6px;
}

.alpaca-field-table table tr td.actionbar .alpaca-array-actionbar,
table.dt-rowReorder-float tr td.actionbar .alpaca-array-actionbar {
  padding-bottom: 0px;
  display: inline-block;
}

.alpaca-field-table .actionbar .alpaca-array-actionbar.btn-group,
table.dt-rowReorder-float .actionbar .alpaca-array-actionbar.btn-group {
  width: auto;
}

.alpaca-field-table .alpaca-table-column-hidden,
table.dt-rowReorder-float .alpaca-table-column-hidden {
  display: none;
}

.alpaca-field-table .alpaca-table-reorder-index-header,
table.dt-rowReorder-float .alpaca-table-reorder-index-header {
  display: none;
}

.alpaca-field-table .alpaca-table-reorder-index-cell,
table.dt-rowReorder-float .alpaca-table-reorder-index-cell {
  display: none;
}

.alpaca-field-table .alpaca-table-reorder-draggable-cell,
table.dt-rowReorder-float .alpaca-table-reorder-draggable-cell {
  color: #bbb;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
  padding-top: 11px;
  cursor: pointer;
}

.alpaca-field-radio.disabled .alpaca-control.radio {
  color: grey;
}

.alpaca-field-radio.disabled .alpaca-control.radio label {
  cursor: inherit;
}

.alpaca-control.radio {
  min-height: inherit;
  height: inherit;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 10px;
}

.alpaca-control.radio label {
  line-height: 20px;
}

/** multiselect **/
.has-error .multiselect {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn.multiselect {
  white-space: normal;
}

.alpaca-field-table > legend {
  display: none;
}

/*** CHOOSER **/
.alpaca-field-chooser .alpaca-control .chooser-panel .chooser-panel-header {
  min-height: 34px;
  margin-bottom: 20px;
}

.alpaca-field-chooser .alpaca-control .chooser-panel .chooser-panel-items {
  background-color: white;
  border: 1px #ccc solid;
  border-radius: 4px;
  overflow-y: scroll;
  overflow-y: -moz-scrollbars-vertical;
}

.alpaca-field-chooser .alpaca-control .chooser-panel .chooser-panel-items .chooser-item {
  min-height: 34px;
}

.alpaca-field-chooser .alpaca-control .chooser-panel .chooser-panel-items .chooser-item.disabled .chooser-item-text {
  color: #ccc;
}

.alpaca-field-chooser .alpaca-control .chooser-panel .chooser-panel-items .chooser-item:not(:last-child) {
  border-bottom: 1px #ddd solid;
}

.alpaca-field-chooser .alpaca-control .chooser-panel .chooser-panel-items .chooser-item .chooser-item-text {
  margin-left: 10px;
  line-height: 34px;
  display: inline-block;
}

.alpaca-field-chooser .alpaca-control .chooser-panel .chooser-panel-items .chooser-item .chooser-item-buttons {
  float: right;
  margin: 5px;
}

.alpaca-field-chooser .chooser-item-message {
  color: #aaa;
}

.alpaca-container-label {
  margin-top: 20px;
}

legend.alpaca-container-label {
  margin-top: 0px;
}

.alpaca-array-toolbar.alpaca-array-toolbar-position-top {
  margin-bottom: 10px;
}

.alpaca-array-toolbar.alpaca-array-toolbar-position-bottom {
  margin-top: 10px;
}

.alpaca-array-actionbar {
  /*height: 40px;*/
}

.alpaca-array-actionbar.alpaca-array-actionbar-top {
  padding-bottom: 10px;
}

.alpaca-array-actionbar.alpaca-array-actionbar-bottom {
  padding-top: 10px;
}

.alpaca-array-actionbar, .alpaca-array-actionbar.btn-group {
  width: 100%;
}

.alpaca-array-actionbar {
  overflow: hidden;
}

.alpaca-field-object {
  border: 1px #eee solid;
  border-radius: 4px;
  padding: 10px;
}

.alpaca-display h3, .alpaca-display .h3 {
  margin-top: 0px;
}

/*
.alpaca-field-object > .alpaca-container.alpaca-container-has-items
{
    border: 1px #eee solid;
    border-radius: 4px;
    padding: 10px;
}
*/
.alpaca-field-array {
  border: 1px #eee solid;
  border-radius: 4px;
  padding: 10px;
}

/*
.alpaca-field-array > .alpaca-container.alpaca-container-has-items
{
    border: 1px #eee solid;
    border-radius: 4px;
    padding: 10px;
}
*/
.alpaca-control-buttons-container {
  margin-top: 10px;
}

.alpaca-container-item > .alpaca-container > .alpaca-field-object {
  border: 0px;
}

.alpaca-form-buttons-container {
  margin-top: 10px;
  text-align: right;
}

.alpaca-container > .form-group {
  margin-left: 0px;
  margin-right: 0px;
}

.alpaca-field-hidden {
  display: none;
}

.alpaca-field-object.alpaca-top {
  border: 0px;
}

.alpaca-field-array.alpaca-top {
  border: 0px;
}

.alpaca-container-item:not(:first-child) {
  margin-top: 10px;
}

.alpaca-container .alpaca-container-item:last-child {
  margin-bottom: 0px;
}

.alpaca-field-object.alpaca-top .alpaca-container {
  border: 0px;
}

.alpaca-field-select .btn-group {
  display: block;
}

.alpaca-field-select .btn-group button.multiselect {
  float: none;
}

/*
.bootstrap-timepicker-widget table td input
{
    width: 50px !important;
}
*/
/** FIElDS **/
.alpaca-field.alpaca-field-upload .fileupload-active-zone {
  margin-top: 50px;
  margin-bottom: 50px;
}

.alpaca-field.alpaca-field-upload .template-download TD.error {
  color: red;
  word-break: break-all;
}

.alpaca-field.alpaca-field-upload .template-download TD.error .label {
  color: red;
  font-size: 16px;
  text-align: left;
}

.alpaca-field.alpaca-field-upload .template-upload TD.error {
  color: red;
  word-break: break-all;
}

.alpaca-field.alpaca-field-upload .template-upload TD.error .label {
  color: red;
  font-size: 16px;
  text-align: left;
}

.alpaca-field.alpaca-field-address .alpaca-field-address-mapcanvas {
  height: 250px;
}

.alpaca-field.alpaca-field-image .alpaca-image-display {
  margin-top: 20px;
}

.alpaca-field-text-max-length-indicator {
  color: #aaa;
}

.alpaca-field-text-max-length-indicator.err {
  color: #aa0000;
}

/** WIZARD **/
.alpaca-wizard .alpaca-wizard-nav li .chevron {
  position: absolute;
  top: 0;
  right: -14px;
  display: block;
  border: 27px solid transparent;
  border-right: 0;
  border-left: 14px solid #d4d4d4;
}

.alpaca-wizard .alpaca-wizard-nav li .chevron:before {
  position: absolute;
  top: -27px;
  right: 1px;
  display: block;
  border: 27px solid transparent;
  border-right: 0;
  border-left: 14px solid #fcfcfc;
  content: "";
}

.alpaca-wizard .alpaca-wizard-nav li div.holder {
  padding-left: 30px;
  padding-right: 20px;
  text-align: center;
  padding-top: 6px;
  padding-bottom: 6px;
}

.alpaca-wizard .alpaca-wizard-nav li:first-child div.holder {
  padding-left: 10px;
}

.alpaca-wizard .alpaca-wizard-nav li div.holder div.title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.alpaca-wizard .alpaca-wizard-nav li div.holder div.description {
  color: #aaa;
  font-size: 12px;
}

.alpaca-wizard .alpaca-wizard-nav li.completed div.holder div.title {
  color: #333;
}

.alpaca-wizard .alpaca-wizard-nav li.completed div.holder div.description {
  color: #333;
}

.alpaca-wizard .alpaca-wizard-nav li.visited:hover {
  cursor: pointer;
}

.alpaca-wizard .alpaca-wizard-nav li.active:hover {
  cursor: default;
}

.alpaca-wizard .alpaca-wizard-nav li.active div.holder div.title {
  color: #206199;
}

.alpaca-wizard .alpaca-wizard-nav li.active div.holder div.description {
  color: #206199;
}

.alpaca-wizard .alpaca-wizard-nav li.disabled div.holder div.title {
  color: #ccc;
}

.alpaca-wizard .alpaca-wizard-nav li.disabled div.holder div.description {
  color: #ccc;
}

.alpaca-wizard .alpaca-wizard-nav .alpaca-wizard-back {
  background-color: #fcfcfc;
}

.alpaca-wizard .alpaca-wizard-buttons {
  margin-top: 20px;
}

.alpaca-wizard .alpaca-wizard-progress-bar {
  margin-top: 20px;
}

.alpaca-control.disabled label {
  color: #aaa;
}

.alpaca-required-indicator {
  padding-left: 5px;
  font-style: italic;
  font-weight: 200;
  color: #888;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*!
 * Select2 Bootstrap Theme v0.1.0-beta.10 (https://select2.github.io/select2-bootstrap-theme)
 * Copyright 2015-2017 Florian Kissling and contributors (https://github.com/select2/select2-bootstrap-theme/graphs/contributors)
 * Licensed under MIT (https://github.com/select2/select2-bootstrap-theme/blob/master/LICENSE)
 */
.select2-container--bootstrap {
  display: block;
  /*------------------------------------*      #COMMON STYLES
  \*------------------------------------*/
  /**
   * Search field in the Select2 dropdown.
   */
  /**
   * No outline for all search fields - in the dropdown
   * and inline in multi Select2s.
   */
  /**
   * Adjust Select2's choices hover and selected styles to match
   * Bootstrap 3's default dropdown styles.
   *
   * @see http://getbootstrap.com/components/#dropdowns
   */
  /**
   * Clear the selection.
   */
  /**
   * Address disabled Select2 styles.
   *
   * @see https://select2.github.io/examples.html#disabled
   * @see http://getbootstrap.com/css/#forms-control-disabled
   */
  /*------------------------------------*      #DROPDOWN
  \*------------------------------------*/
  /**
   * Dropdown border color and box-shadow.
   */
  /**
   * Limit the dropdown height.
   */
  /*------------------------------------*      #SINGLE SELECT2
  \*------------------------------------*/
  /*------------------------------------*    #MULTIPLE SELECT2
  \*------------------------------------*/
  /**
   * Address Bootstrap control sizing classes
   *
   * 1. Reset Bootstrap defaults.
   * 2. Adjust the dropdown arrow button icon position.
   *
   * @see http://getbootstrap.com/css/#forms-control-sizes
   */
  /* 1 */
  /*------------------------------------*    #RTL SUPPORT
  \*------------------------------------*/
}

.select2-container--bootstrap .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-size: 14px;
  outline: 0;
}

.select2-container--bootstrap .select2-selection.form-control {
  border-radius: 4px;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-size: 14px;
}

.select2-container--bootstrap .select2-search__field {
  outline: 0;
  /* Firefox 18- */
  /**
     * Firefox 19+
     *
     * @see http://stackoverflow.com/questions/24236240/color-for-styled-placeholder-text-is-muted-in-firefox
     */
}

.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
  color: #999;
}

.select2-container--bootstrap .select2-search__field:-moz-placeholder {
  color: #999;
}

.select2-container--bootstrap .select2-search__field::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
  color: #999;
}

.select2-container--bootstrap .select2-results__option {
  padding: 6px 12px;
  /**
     * Disabled results.
     *
     * @see https://select2.github.io/examples.html#disabled-results
     */
  /**
     * Hover state.
     */
  /**
     * Selected state.
     */
}

.select2-container--bootstrap .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
  color: #777777;
  cursor: not-allowed;
}

.select2-container--bootstrap .select2-results__option[aria-selected=true] {
  background-color: #f5f5f5;
  color: #262626;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #337ab7;
  color: #fff;
}

.select2-container--bootstrap .select2-results__option .select2-results__option {
  padding: 6px 12px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -12px;
  padding-left: 24px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -24px;
  padding-left: 36px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -36px;
  padding-left: 48px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -48px;
  padding-left: 60px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -60px;
  padding-left: 72px;
}

.select2-container--bootstrap .select2-results__group {
  color: #777777;
  display: block;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  white-space: nowrap;
}

.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  border-color: #66afe9;
}

.select2-container--bootstrap.select2-container--open {
  /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */
  /**
     * Handle border radii of the container when the dropdown is showing.
     */
}

.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 4px 4px 4px;
}

.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: transparent;
}

.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-color: transparent;
}

.select2-container--bootstrap .select2-selection__clear {
  color: #999;
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--bootstrap .select2-selection__clear:hover {
  color: #333;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection {
  border-color: #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-search__field {
  cursor: not-allowed;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  background-color: #eeeeee;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection__clear,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}

.select2-container--bootstrap .select2-dropdown {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-color: #66afe9;
  overflow-x: hidden;
  margin-top: -1px;
}

.select2-container--bootstrap .select2-dropdown--above {
  -webkit-box-shadow: 0px -6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0px -6px 12px rgba(0, 0, 0, 0.175);
  margin-top: 1px;
}

.select2-container--bootstrap .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--bootstrap .select2-selection--single {
  height: 34px;
  line-height: 1.42857143;
  padding: 6px 24px 6px 12px;
  /**
     * Adjust the single Select2's dropdown arrow button appearance.
     */
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  position: absolute;
  bottom: 0;
  right: 12px;
  top: 0;
  width: 4px;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-color: #999 transparent transparent transparent;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  height: 0;
  left: 0;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #555555;
  padding: 0;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--bootstrap .select2-selection--multiple {
  min-height: 34px;
  padding: 0;
  height: auto;
  /**
     * Make Multi Select2's choices match Bootstrap 3's default button styles.
     */
  /**
     * Minus 2px borders.
     */
  /**
     * Clear the selection.
     */
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  line-height: 1.42857143;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  float: left;
  margin-top: 5px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  color: #555555;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin: 5px 0 0 6px;
  padding: 0 6px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  background: transparent;
  padding: 0 12px;
  height: 32px;
  line-height: 1.42857143;
  margin-top: 0;
  min-width: 5em;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 3px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 6px;
}

.select2-container--bootstrap .select2-selection--single.input-sm,
.input-group-sm .select2-container--bootstrap .select2-selection--single,
.form-group-sm .select2-container--bootstrap .select2-selection--single {
  border-radius: 3px;
  font-size: 12px;
  height: 30px;
  line-height: 1.5;
  padding: 5px 22px 5px 10px;
  /* 2 */
}

.select2-container--bootstrap .select2-selection--single.input-sm .select2-selection__arrow b,
.input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  margin-left: -5px;
}

.select2-container--bootstrap .select2-selection--multiple.input-sm,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple {
  min-height: 30px;
  border-radius: 3px;
}

.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__choice,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 12px;
  line-height: 1.5;
  margin: 4px 0 0 5px;
  padding: 0 5px;
}

.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-search--inline .select2-search__field,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 10px;
  font-size: 12px;
  height: 28px;
  line-height: 1.5;
}

.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__clear,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 5px;
}

.select2-container--bootstrap .select2-selection--single.input-lg,
.input-group-lg .select2-container--bootstrap .select2-selection--single,
.form-group-lg .select2-container--bootstrap .select2-selection--single {
  border-radius: 6px;
  font-size: 18px;
  height: 46px;
  line-height: 1.3333333;
  padding: 10px 31px 10px 16px;
  /* 1 */
}

.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow,
.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  width: 5px;
}

.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow b,
.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-width: 5px 5px 0 5px;
  margin-left: -5px;
  margin-left: -10px;
  margin-top: -2.5px;
}

.select2-container--bootstrap .select2-selection--multiple.input-lg,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple {
  min-height: 46px;
  border-radius: 6px;
}

.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__choice,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
  margin: 9px 0 0 8px;
  padding: 0 10px;
}

.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-search--inline .select2-search__field,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 16px;
  font-size: 18px;
  height: 44px;
  line-height: 1.3333333;
}

.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__clear,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 10px;
}

.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single {
  /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */
}

.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}

.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single {
  /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */
}

.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}

.select2-container--bootstrap[dir=rtl] {
  /**
     * Single Select2
     *
     * 1. Makes sure that .select2-selection__placeholder is positioned
     *    correctly.
     */
  /**
     * Multiple Select2
     */
}

.select2-container--bootstrap[dir=rtl] .select2-selection--single {
  padding-left: 24px;
  padding-right: 12px;
}

.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
  padding-left: 0;
  text-align: right;
  /* 1 */
}

.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 12px;
  right: auto;
}

.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__arrow b {
  margin-left: 0;
}

.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 0;
  margin-right: 6px;
}

.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/*------------------------------------*  #ADDITIONAL GOODIES
\*------------------------------------*/
/**
 * Address Bootstrap's validation states
 *
 * If a Select2 widget parent has one of Bootstrap's validation state modifier
 * classes, adjust Select2's border colors and focus states accordingly.
 * You may apply said classes to the Select2 dropdown (body > .select2-container)
 * via JavaScript match Bootstraps' to make its styles match.
 *
 * @see http://getbootstrap.com/css/#forms-control-validation
 */
.has-warning .select2-dropdown,
.has-warning .select2-selection {
  border-color: #8a6d3b;
}

.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  border-color: #66512c;
}

.has-warning.select2-drop-active {
  border-color: #66512c;
}

.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #66512c;
}

.has-error .select2-dropdown,
.has-error .select2-selection {
  border-color: #a94442;
}

.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  border-color: #843534;
}

.has-error.select2-drop-active {
  border-color: #843534;
}

.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #843534;
}

.has-success .select2-dropdown,
.has-success .select2-selection {
  border-color: #3c763d;
}

.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  border-color: #2b542c;
}

.has-success.select2-drop-active {
  border-color: #2b542c;
}

.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #2b542c;
}

/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * @see http://getbootstrap.com/components/#input-groups
 * @see https://github.com/twbs/bootstrap/blob/master/less/input-groups.less
 */
/**
 * Reset rounded corners
 */
.input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection.form-control {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap:not(:last-child) > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap:not(:last-child) > .selection > .select2-selection.form-control {
  border-radius: 0;
}

.input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap:last-child > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap:last-child > .selection > .select2-selection.form-control {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group > .select2-container--bootstrap {
  display: table;
  table-layout: fixed;
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: 0;
  /**
   * Adjust z-index like Bootstrap does to show the focus-box-shadow
   * above appended buttons in .input-group and .form-group.
   */
  /**
   * Adjust alignment of Bootstrap buttons in Bootstrap Input Groups to address
   * Multi Select2's height which - depending on how many elements have been selected -
   * may grow taller than its initial size.
   *
   * @see http://getbootstrap.com/components/#input-groups
   */
}

.input-group > .select2-container--bootstrap > .selection > .select2-selection.form-control {
  float: none;
}

.input-group > .select2-container--bootstrap.select2-container--open, .input-group > .select2-container--bootstrap.select2-container--focus {
  z-index: 3;
}

.input-group > .select2-container--bootstrap,
.input-group > .select2-container--bootstrap .input-group-btn,
.input-group > .select2-container--bootstrap .input-group-btn .btn {
  vertical-align: top;
}

/**
 * Temporary fix for https://github.com/select2/select2-bootstrap-theme/issues/9
 *
 * Provides `!important` for certain properties of the class applied to the
 * original `<select>` element to hide it.
 *
 * @see https://github.com/select2/select2/pull/3301
 * @see https://github.com/fk/select2/commit/31830c7b32cb3d8e1b12d5b434dee40a6e753ada
 */
.form-control.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
}

/**
 * Display override for inline forms
 */
@media (min-width: 768px) {
  .form-inline .select2-container--bootstrap {
    display: inline-block;
  }
}
.toast-title {
  font-weight: bold;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #ffffff;
}

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}

#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container > div:hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51a351;
}

.toast-error {
  background-color: #bd362f;
}

.toast-info {
  background-color: #2f96b4;
}

.toast-warning {
  background-color: #f89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid rgba(72, 72, 72, 0.2);
}

.flatpickr-calendar.hasTime .flatpickr-innerContainer {
  border-bottom: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  border: 1px solid rgba(72, 72, 72, 0.2);
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: rgba(72, 72, 72, 0.2);
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #1bbc9b;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: rgba(72, 72, 72, 0.2);
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #1bbc9b;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-months .flatpickr-month {
  border-radius: 5px 5px 0 0;
  background: #1bbc9b;
  color: #fff;
  fill: #fff;
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: #fff;
  fill: #fff;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  left: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  right: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #bbb;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(72, 72, 72, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(72, 72, 72, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(72, 72, 72, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(255, 255, 255, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: #fff;
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: #fff;
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(255, 255, 255, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: #1bbc9b;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: #1bbc9b;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: #1bbc9b;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: #1bbc9b;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
  border-left: 1px solid rgba(72, 72, 72, 0.2);
  border-right: 1px solid rgba(72, 72, 72, 0.2);
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 rgba(72, 72, 72, 0.2);
  box-shadow: -1px 0 0 rgba(72, 72, 72, 0.2);
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #484848;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e2e2e2;
  border-color: #e2e2e2;
}

.flatpickr-day.today {
  border-color: #bbb;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #bbb;
  background: #bbb;
  color: #fff;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #1bbc9b;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #1bbc9b;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #1bbc9b;
  box-shadow: -10px 0 0 #1bbc9b;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e2e2e2, 5px 0 0 #e2e2e2;
  box-shadow: -5px 0 0 #e2e2e2, 5px 0 0 #e2e2e2;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(72, 72, 72, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(72, 72, 72, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #1bbc9b, 5px 0 0 #1bbc9b;
  box-shadow: -5px 0 0 #1bbc9b, 5px 0 0 #1bbc9b;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  border-left: 1px solid rgba(72, 72, 72, 0.2);
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(72, 72, 72, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid rgba(72, 72, 72, 0.2);
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 0 0 5px 5px;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #484848;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #484848;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #484848;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #484848;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eaeaea;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.flatpickr-monthSelect-months {
  margin: 10px 1px 3px 1px;
  flex-wrap: wrap;
}

.flatpickr-monthSelect-month {
  background: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  margin: 0.5px;
  justify-content: center;
  padding: 10px;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
  width: 33%;
}

.flatpickr-monthSelect-month.flatpickr-disabled {
  color: #eee;
}

.flatpickr-monthSelect-month.flatpickr-disabled:hover,
.flatpickr-monthSelect-month.flatpickr-disabled:focus {
  cursor: not-allowed;
  background: none !important;
}

.flatpickr-monthSelect-theme-dark {
  background: #3f4458;
}

.flatpickr-monthSelect-theme-dark .flatpickr-current-month input.cur-year {
  color: #fff;
}

.flatpickr-monthSelect-theme-dark .flatpickr-months .flatpickr-prev-month,
.flatpickr-monthSelect-theme-dark .flatpickr-months .flatpickr-next-month {
  color: #fff;
  fill: #fff;
}

.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month {
  color: rgba(255, 255, 255, 0.95);
}

.flatpickr-monthSelect-month.today {
  border-color: #959ea9;
}

.flatpickr-monthSelect-month.inRange,
.flatpickr-monthSelect-month.inRange.today,
.flatpickr-monthSelect-month:hover,
.flatpickr-monthSelect-month:focus {
  background: #e6e6e6;
  cursor: pointer;
  outline: 0;
  border-color: #e6e6e6;
}

.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month.inRange,
.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month:hover,
.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month:focus {
  background: #646c8c;
  border-color: #646c8c;
}

.flatpickr-monthSelect-month.today:hover,
.flatpickr-monthSelect-month.today:focus {
  background: #959ea9;
  border-color: #959ea9;
  color: #fff;
}

.flatpickr-monthSelect-month.selected,
.flatpickr-monthSelect-month.startRange,
.flatpickr-monthSelect-month.endRange {
  background-color: #569ff7;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-monthSelect-month.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-monthSelect-month.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-monthSelect-month.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-monthSelect-month.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month.selected,
.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month.startRange,
.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month.endRange {
  background: #80cbc4;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #80cbc4;
}

.jsoneditor input,
.jsoneditor input:not([type]),
.jsoneditor input[type=text],
.jsoneditor input[type=search],
.jsoneditor-modal input,
.jsoneditor-modal input:not([type]),
.jsoneditor-modal input[type=text],
.jsoneditor-modal input[type=search] {
  height: auto;
  border: inherit;
  box-shadow: none;
  font-size: inherit;
  box-sizing: inherit;
  padding: inherit;
  font-family: inherit;
  transition: none;
  line-height: inherit;
}

.jsoneditor input:focus,
.jsoneditor input:not([type]):focus,
.jsoneditor input[type=text]:focus,
.jsoneditor input[type=search]:focus,
.jsoneditor-modal input:focus,
.jsoneditor-modal input:not([type]):focus,
.jsoneditor-modal input[type=text]:focus,
.jsoneditor-modal input[type=search]:focus {
  border: inherit;
  box-shadow: inherit;
}

.jsoneditor textarea,
.jsoneditor-modal textarea {
  height: inherit;
}

.jsoneditor select,
.jsoneditor-modal select {
  display: inherit;
  height: inherit;
}

.jsoneditor label,
.jsoneditor-modal label {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.jsoneditor table,
.jsoneditor-modal table {
  border-collapse: collapse;
  width: auto;
}

.jsoneditor td,
.jsoneditor th,
.jsoneditor-modal td,
.jsoneditor-modal th {
  padding: 0;
  display: table-cell;
  text-align: left;
  vertical-align: inherit;
  border-radius: inherit;
}

.jsoneditor .autocomplete.dropdown {
  position: absolute;
  background: #ffffff;
  box-shadow: 2px 2px 12px rgba(128, 128, 128, 0.3);
  border: 1px solid #d3d3d3;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: default;
  margin: 0;
  padding: 5px;
  text-align: left;
  outline: 0;
  font-family: consolas, menlo, monaco, "Ubuntu Mono", "source-code-pro", monospace;
  font-size: 14px;
}

.jsoneditor .autocomplete.dropdown .item {
  color: #1a1a1a;
}

.jsoneditor .autocomplete.dropdown .item.hover {
  background-color: #ebebeb;
}

.jsoneditor .autocomplete.hint {
  color: #a1a1a1;
  top: 4px;
  left: 4px;
}

.jsoneditor-contextmenu-root {
  position: relative;
  width: 0;
  height: 0;
}

.jsoneditor-contextmenu {
  position: absolute;
  box-sizing: content-box;
  z-index: 2;
}

.jsoneditor-contextmenu .jsoneditor-menu {
  position: relative;
  left: 0;
  top: 0;
  width: 128px;
  height: auto;
  background: #ffffff;
  border: 1px solid #d3d3d3;
  box-shadow: 2px 2px 12px rgba(128, 128, 128, 0.3);
  list-style: none;
  margin: 0;
  padding: 0;
}

.jsoneditor-contextmenu .jsoneditor-menu button {
  position: relative;
  padding: 0 8px 0 0;
  margin: 0;
  width: 128px;
  height: auto;
  border: none;
  cursor: pointer;
  color: #4d4d4d;
  background: transparent;
  font-size: 14px;
  font-family: arial, sans-serif;
  box-sizing: border-box;
  text-align: left;
}

.jsoneditor-contextmenu .jsoneditor-menu button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.jsoneditor-contextmenu .jsoneditor-menu button.jsoneditor-default {
  width: 96px;
}

.jsoneditor-contextmenu .jsoneditor-menu button.jsoneditor-expand {
  float: right;
  width: 32px;
  height: 24px;
  border-left: 1px solid #e5e5e5;
}

.jsoneditor-contextmenu .jsoneditor-menu li {
  overflow: hidden;
}

.jsoneditor-contextmenu .jsoneditor-menu li ul {
  display: none;
  position: relative;
  left: -10px;
  top: 0;
  border: none;
  box-shadow: inset 0 0 10px rgba(128, 128, 128, 0.5);
  padding: 0 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.jsoneditor-contextmenu .jsoneditor-menu li ul .jsoneditor-icon {
  margin-left: 24px;
}

.jsoneditor-contextmenu .jsoneditor-menu li ul li button {
  padding-left: 24px;
  animation: all ease-in-out 1s;
}

.jsoneditor-contextmenu .jsoneditor-menu li button .jsoneditor-expand {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0 4px 0 0;
  background-image: url(/wellgo/img/jsoneditor-icons.svg);
  background-position: 0 -72px;
}

.jsoneditor-contextmenu .jsoneditor-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: none;
  padding: 0;
  margin: 0;
  background-image: url(/wellgo/img/jsoneditor-icons.svg);
}

.jsoneditor-contextmenu .jsoneditor-text {
  padding: 4px 0 4px 24px;
  word-wrap: break-word;
}

.jsoneditor-contextmenu .jsoneditor-text.jsoneditor-right-margin {
  padding-right: 24px;
}

.jsoneditor-contextmenu .jsoneditor-separator {
  height: 0;
  border-top: 1px solid #e5e5e5;
  padding-top: 5px;
  margin-top: 5px;
}

.jsoneditor-contextmenu button.jsoneditor-remove .jsoneditor-icon {
  background-position: -24px 0;
}

.jsoneditor-contextmenu button.jsoneditor-append .jsoneditor-icon {
  background-position: 0 0;
}

.jsoneditor-contextmenu button.jsoneditor-insert .jsoneditor-icon {
  background-position: 0 0;
}

.jsoneditor-contextmenu button.jsoneditor-duplicate .jsoneditor-icon {
  background-position: -48px 0;
}

.jsoneditor-contextmenu button.jsoneditor-sort-asc .jsoneditor-icon {
  background-position: -168px 0;
}

.jsoneditor-contextmenu button.jsoneditor-sort-desc .jsoneditor-icon {
  background-position: -192px 0;
}

.jsoneditor-contextmenu button.jsoneditor-transform .jsoneditor-icon {
  background-position: -216px 0;
}

.jsoneditor-contextmenu button.jsoneditor-extract .jsoneditor-icon {
  background-position: 0 -24px;
}

.jsoneditor-contextmenu button.jsoneditor-type-string .jsoneditor-icon {
  background-position: -144px 0;
}

.jsoneditor-contextmenu button.jsoneditor-type-auto .jsoneditor-icon {
  background-position: -120px 0;
}

.jsoneditor-contextmenu button.jsoneditor-type-object .jsoneditor-icon {
  background-position: -72px 0;
}

.jsoneditor-contextmenu button.jsoneditor-type-array .jsoneditor-icon {
  background-position: -96px 0;
}

.jsoneditor-contextmenu button.jsoneditor-type-modes .jsoneditor-icon {
  background-image: none;
  width: 6px;
}

.jsoneditor-contextmenu ul,
.jsoneditor-contextmenu li {
  box-sizing: content-box;
  position: relative;
}

.jsoneditor-contextmenu .jsoneditor-menu button:hover,
.jsoneditor-contextmenu .jsoneditor-menu button:focus {
  color: #1a1a1a;
  background-color: #f5f5f5;
  outline: none;
}

.jsoneditor-contextmenu .jsoneditor-menu li button.jsoneditor-selected,
.jsoneditor-contextmenu .jsoneditor-menu li button.jsoneditor-selected:hover,
.jsoneditor-contextmenu .jsoneditor-menu li button.jsoneditor-selected:focus {
  color: #ffffff;
  background-color: #ee422e;
}

.jsoneditor-contextmenu .jsoneditor-menu li ul li button:hover,
.jsoneditor-contextmenu .jsoneditor-menu li ul li button:focus {
  background-color: #f5f5f5;
}

.jsoneditor-modal {
  max-width: 95%;
  border-radius: 2px !important;
  padding: 45px 15px 15px 15px !important;
  box-shadow: 2px 2px 12px rgba(128, 128, 128, 0.3);
  color: #4d4d4d;
  line-height: 1.3em;
}

.jsoneditor-modal.jsoneditor-modal-transform {
  width: 600px !important;
}

.jsoneditor-modal .pico-modal-header {
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  font-family: arial, sans-serif;
  font-size: 11pt;
  background: #3883fa;
  color: #ffffff;
}

.jsoneditor-modal table {
  width: 100%;
}

.jsoneditor-modal table td {
  padding: 3px 0;
}

.jsoneditor-modal table td.jsoneditor-modal-input {
  text-align: right;
  padding-right: 0;
  white-space: nowrap;
}

.jsoneditor-modal table td.jsoneditor-modal-actions {
  padding-top: 15px;
}

.jsoneditor-modal table th {
  vertical-align: middle;
}

.jsoneditor-modal p:first-child {
  margin-top: 0;
}

.jsoneditor-modal a {
  color: #3883fa;
}

.jsoneditor-modal .jsoneditor-jmespath-block {
  margin-bottom: 10px;
}

.jsoneditor-modal .pico-close {
  background: none !important;
  font-size: 24px !important;
  top: 7px !important;
  right: 7px !important;
  color: #ffffff;
}

.jsoneditor-modal input {
  padding: 4px;
}

.jsoneditor-modal input[type=text] {
  cursor: inherit;
}

.jsoneditor-modal input[disabled] {
  background: #d3d3d3;
  color: #808080;
}

.jsoneditor-modal .jsoneditor-select-wrapper {
  position: relative;
  display: inline-block;
}

.jsoneditor-modal .jsoneditor-select-wrapper:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #666;
  position: absolute;
  right: 8px;
  top: 14px;
  pointer-events: none;
}

.jsoneditor-modal select {
  padding: 3px 24px 3px 10px;
  min-width: 180px;
  max-width: 350px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0;
  text-overflow: "";
  font-size: 14px;
  line-height: 1.5em;
}

.jsoneditor-modal select::-ms-expand {
  display: none;
}

.jsoneditor-modal .jsoneditor-button-group input {
  padding: 4px 10px;
  margin: 0;
  border-radius: 0;
  border-left-style: none;
}

.jsoneditor-modal .jsoneditor-button-group input.jsoneditor-button-first {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-left-style: solid;
}

.jsoneditor-modal .jsoneditor-button-group input.jsoneditor-button-last {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.jsoneditor-modal .jsoneditor-transform-preview {
  background: #f5f5f5;
  height: 200px;
}

.jsoneditor-modal .jsoneditor-transform-preview.jsoneditor-error {
  color: #ee422e;
}

.jsoneditor-modal .jsoneditor-jmespath-wizard {
  line-height: 1.2em;
  width: 100%;
  padding: 0;
  border-radius: 3px;
}

.jsoneditor-modal .jsoneditor-jmespath-label {
  font-weight: bold;
  color: dodgerblue;
  margin-top: 20px;
  margin-bottom: 5px;
}

.jsoneditor-modal .jsoneditor-jmespath-wizard-table {
  width: 100%;
  border-collapse: collapse;
}

.jsoneditor-modal .jsoneditor-jmespath-wizard-label {
  font-style: italic;
  margin: 4px 0 2px 0;
}

.jsoneditor-modal .jsoneditor-inline {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-top: 2px;
  padding-bottom: 2px;
}

.jsoneditor-modal .jsoneditor-inline:not(:last-child) {
  padding-right: 2px;
}

.jsoneditor-modal .jsoneditor-jmespath-filter {
  display: flex;
  flex-wrap: wrap;
}

.jsoneditor-modal .jsoneditor-jmespath-filter-field {
  width: 180px;
}

.jsoneditor-modal .jsoneditor-jmespath-filter-relation {
  width: 100px;
}

.jsoneditor-modal .jsoneditor-jmespath-filter-value {
  min-width: 180px;
  flex: 1;
}

.jsoneditor-modal .jsoneditor-jmespath-sort-field {
  width: 170px;
}

.jsoneditor-modal .jsoneditor-jmespath-sort-order {
  width: 150px;
}

.jsoneditor-modal .jsoneditor-jmespath-select-fields {
  width: 100%;
}

.jsoneditor-modal .selectr-selected {
  border-color: #d3d3d3;
  padding: 4px 28px 4px 8px;
}

.jsoneditor-modal .selectr-selected .selectr-tag {
  background-color: #3883fa;
  border-radius: 5px;
}

.jsoneditor-modal table th,
.jsoneditor-modal table td {
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  color: #4d4d4d;
  border-spacing: 0;
  border-collapse: collapse;
}

.jsoneditor-modal select,
.jsoneditor-modal textarea,
.jsoneditor-modal input,
.jsoneditor-modal input[type=text],
.jsoneditor-modal input[type=text]:focus,
.jsoneditor-modal #query {
  background: #ffffff;
  border: 1px solid #d3d3d3;
  color: #4d4d4d;
  border-radius: 3px;
  padding: 4px;
}

.jsoneditor-modal textarea,
.jsoneditor-modal #query {
  border-radius: unset;
}

.jsoneditor-modal,
.jsoneditor-modal table td,
.jsoneditor-modal table th,
.jsoneditor-modal select,
.jsoneditor-modal option,
.jsoneditor-modal textarea,
.jsoneditor-modal input,
.jsoneditor-modal input[type=text],
.jsoneditor-modal #query {
  font-size: 10.5pt;
  font-family: arial, sans-serif;
}

.jsoneditor-modal #query,
.jsoneditor-modal .jsoneditor-transform-preview {
  font-family: consolas, menlo, monaco, "Ubuntu Mono", "source-code-pro", monospace;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
}

.jsoneditor-modal input[type=button],
.jsoneditor-modal input[type=submit] {
  background: #f5f5f5;
  padding: 4px 20px;
}

.jsoneditor-modal select,
.jsoneditor-modal input {
  cursor: pointer;
}

.jsoneditor-modal .jsoneditor-button-group.jsoneditor-button-group-value-asc input.jsoneditor-button-asc,
.jsoneditor-modal .jsoneditor-button-group.jsoneditor-button-group-value-desc input.jsoneditor-button-desc {
  background: #3883fa;
  border-color: #3883fa;
  color: #ffffff;
}

.jsoneditor {
  color: #1a1a1a;
  border: thin solid #3883fa;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0;
  line-height: 100%;
}

div.jsoneditor-field,
div.jsoneditor-value,
div.jsoneditor-readonly,
div.jsoneditor-default {
  border: 1px solid transparent;
  min-height: 16px;
  min-width: 32px;
  line-height: 16px;
  padding: 2px;
  margin: 1px;
  word-wrap: break-word;
  float: left;
}

div.jsoneditor-field p,
div.jsoneditor-value p {
  margin: 0;
}

div.jsoneditor-value {
  word-break: break-word;
}

div.jsoneditor-value.jsoneditor-empty::after {
  content: "value";
}

div.jsoneditor-value.jsoneditor-string {
  color: #006000;
}

div.jsoneditor-value.jsoneditor-number {
  color: #ee422e;
}

div.jsoneditor-value.jsoneditor-boolean {
  color: #ff8c00;
}

div.jsoneditor-value.jsoneditor-null {
  color: #004ed0;
}

div.jsoneditor-value.jsoneditor-color-value {
  color: #1a1a1a;
}

div.jsoneditor-value.jsoneditor-invalid {
  color: #1a1a1a;
}

div.jsoneditor-readonly {
  min-width: 16px;
  color: #808080;
}

div.jsoneditor-empty {
  border-color: #d3d3d3;
  border-style: dashed;
  border-radius: 2px;
}

div.jsoneditor-field.jsoneditor-empty::after {
  content: "field";
}

div.jsoneditor td {
  vertical-align: top;
}

div.jsoneditor td.jsoneditor-separator {
  padding: 3px 0;
  vertical-align: top;
  color: #808080;
}

div.jsoneditor td.jsoneditor-tree {
  vertical-align: top;
}

div.jsoneditor.busy pre.jsoneditor-preview {
  background: #f5f5f5;
  color: #808080;
}

div.jsoneditor.busy div.jsoneditor-busy {
  display: inherit;
}

div.jsoneditor code.jsoneditor-preview {
  background: none;
}

div.jsoneditor.jsoneditor-mode-preview pre.jsoneditor-preview {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: auto;
  padding: 2px;
  margin: 0;
  white-space: pre-wrap;
  word-break: break-all;
}

div.jsoneditor-default {
  color: #808080;
  padding-left: 10px;
}

div.jsoneditor-tree {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: auto;
  background: #ffffff;
}

div.jsoneditor-tree button.jsoneditor-button {
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
  background-color: transparent;
  background-image: url(/wellgo/img/jsoneditor-icons.svg);
}

div.jsoneditor-tree button.jsoneditor-button:focus {
  background-color: #f5f5f5;
  outline: #e5e5e5 solid 1px;
}

div.jsoneditor-tree button.jsoneditor-collapsed {
  background-position: 0 -48px;
}

div.jsoneditor-tree button.jsoneditor-expanded {
  background-position: 0 -72px;
}

div.jsoneditor-tree button.jsoneditor-contextmenu-button {
  background-position: -48px -72px;
}

div.jsoneditor-tree button.jsoneditor-invisible {
  visibility: hidden;
  background: none;
}

div.jsoneditor-tree button.jsoneditor-dragarea {
  background-image: url(/wellgo/img/jsoneditor-icons.svg);
  background-position: -72px -72px;
  cursor: move;
}

div.jsoneditor-tree *:focus {
  outline: none;
}

div.jsoneditor-tree div.jsoneditor-show-more {
  display: inline-block;
  padding: 3px 4px;
  margin: 2px 0;
  background-color: #e5e5e5;
  border-radius: 3px;
  color: #808080;
  font-family: arial, sans-serif;
  font-size: 14px;
}

div.jsoneditor-tree div.jsoneditor-show-more a {
  display: inline-block;
  color: #808080;
}

div.jsoneditor-tree div.jsoneditor-color {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 4px;
  border: 1px solid #808080;
  cursor: pointer;
}

div.jsoneditor-tree div.jsoneditor-color.jsoneditor-color-readonly {
  cursor: inherit;
}

div.jsoneditor-tree div.jsoneditor-date {
  background: #a1a1a1;
  color: #ffffff;
  font-family: arial, sans-serif;
  border-radius: 3px;
  display: inline-block;
  padding: 3px;
  margin: 0 3px;
}

div.jsoneditor-tree table.jsoneditor-tree {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

div.jsoneditor-tree .jsoneditor-button {
  display: block;
}

div.jsoneditor-tree .jsoneditor-button.jsoneditor-schema-error {
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0 4px 0 0;
  background-image: url(/wellgo/img/jsoneditor-icons.svg);
  background-position: -168px -48px;
  background-color: transparent;
}

div.jsoneditor-outer {
  position: static;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

div.jsoneditor-outer.has-nav-bar {
  margin-top: -26px;
  padding-top: 26px;
}

div.jsoneditor-outer.has-nav-bar.has-main-menu-bar {
  margin-top: -61px;
  padding-top: 61px;
}

div.jsoneditor-outer.has-status-bar {
  margin-bottom: -26px;
  padding-bottom: 26px;
}

div.jsoneditor-outer.has-main-menu-bar {
  margin-top: -35px;
  padding-top: 35px;
}

div.jsoneditor-busy {
  position: absolute;
  top: 15%;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  display: none;
}

div.jsoneditor-busy span {
  background-color: #ffffab;
  border: 1px solid #ffee00;
  border-radius: 3px;
  padding: 5px 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

div.jsoneditor-field.jsoneditor-empty::after,
div.jsoneditor-value.jsoneditor-empty::after {
  pointer-events: none;
  color: #d3d3d3;
  font-size: 8pt;
}

div.jsoneditor-value.jsoneditor-url,
a.jsoneditor-value.jsoneditor-url {
  color: #006000;
  text-decoration: underline;
}

a.jsoneditor-value.jsoneditor-url {
  display: inline-block;
  padding: 2px;
  margin: 2px;
}

a.jsoneditor-value.jsoneditor-url:hover,
a.jsoneditor-value.jsoneditor-url:focus {
  color: #ee422e;
}

div.jsoneditor-field[contenteditable=true]:focus,
div.jsoneditor-field[contenteditable=true]:hover,
div.jsoneditor-value[contenteditable=true]:focus,
div.jsoneditor-value[contenteditable=true]:hover,
div.jsoneditor-field.jsoneditor-highlight,
div.jsoneditor-value.jsoneditor-highlight {
  background-color: #ffffab;
  border: 1px solid #ffee00;
  border-radius: 2px;
}

div.jsoneditor-field.jsoneditor-highlight-active,
div.jsoneditor-field.jsoneditor-highlight-active:focus,
div.jsoneditor-field.jsoneditor-highlight-active:hover,
div.jsoneditor-value.jsoneditor-highlight-active,
div.jsoneditor-value.jsoneditor-highlight-active:focus,
div.jsoneditor-value.jsoneditor-highlight-active:hover {
  background-color: #ffee00;
  border: 1px solid #ffc700;
  border-radius: 2px;
}

div.jsoneditor-value.jsoneditor-object,
div.jsoneditor-value.jsoneditor-array {
  min-width: 16px;
}

div.jsoneditor-tree button.jsoneditor-contextmenu-button:hover,
div.jsoneditor-tree button.jsoneditor-contextmenu-button:focus,
div.jsoneditor-tree button.jsoneditor-contextmenu-button.jsoneditor-selected,
tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-contextmenu-button {
  background-position: -48px -48px;
}

div.jsoneditor-tree div.jsoneditor-show-more a:hover,
div.jsoneditor-tree div.jsoneditor-show-more a:focus {
  color: #ee422e;
}

textarea.jsoneditor-text,
.ace-jsoneditor {
  min-height: 150px;
}

textarea.jsoneditor-text.ace_editor,
.ace-jsoneditor.ace_editor {
  font-family: consolas, menlo, monaco, "Ubuntu Mono", "source-code-pro", monospace;
}

textarea.jsoneditor-text {
  width: 100%;
  height: 100%;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline-width: 0;
  border: none;
  background-color: #ffffff;
  resize: none;
}

tr.jsoneditor-highlight,
tr.jsoneditor-selected {
  background-color: #d3d3d3;
}

tr.jsoneditor-selected button.jsoneditor-dragarea,
tr.jsoneditor-selected button.jsoneditor-contextmenu-button {
  visibility: hidden;
}

tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-dragarea,
tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-contextmenu-button {
  visibility: visible;
}

div.jsoneditor-tree button.jsoneditor-dragarea:hover,
div.jsoneditor-tree button.jsoneditor-dragarea:focus,
tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-dragarea {
  background-position: -72px -48px;
}

div.jsoneditor tr,
div.jsoneditor th,
div.jsoneditor td {
  padding: 0;
  margin: 0;
}

div.jsoneditor-field,
div.jsoneditor-value,
div.jsoneditor td,
div.jsoneditor th,
div.jsoneditor textarea,
pre.jsoneditor-preview,
.jsoneditor-schema-error,
.jsoneditor-popover {
  font-family: consolas, menlo, monaco, "Ubuntu Mono", "source-code-pro", monospace;
  font-size: 14px;
  color: #1a1a1a;
}

.jsoneditor-schema-error {
  cursor: default;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  position: relative;
  text-align: center;
  width: 24px;
}

.jsoneditor-popover {
  background-color: #4c4c4c;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  color: #ffffff;
  padding: 7px 10px;
  position: absolute;
  cursor: auto;
  width: 200px;
}

.jsoneditor-popover.jsoneditor-above {
  bottom: 32px;
  left: -98px;
}

.jsoneditor-popover.jsoneditor-above:before {
  border-top: 7px solid #4c4c4c;
  bottom: -7px;
}

.jsoneditor-popover.jsoneditor-below {
  top: 32px;
  left: -98px;
}

.jsoneditor-popover.jsoneditor-below:before {
  border-bottom: 7px solid #4c4c4c;
  top: -7px;
}

.jsoneditor-popover.jsoneditor-left {
  top: -7px;
  right: 32px;
}

.jsoneditor-popover.jsoneditor-left:before {
  border-left: 7px solid #4c4c4c;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  content: "";
  top: 19px;
  right: -14px;
  left: inherit;
  margin-left: inherit;
  margin-top: -7px;
  position: absolute;
}

.jsoneditor-popover.jsoneditor-right {
  top: -7px;
  left: 32px;
}

.jsoneditor-popover.jsoneditor-right:before {
  border-right: 7px solid #4c4c4c;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  content: "";
  top: 19px;
  left: -14px;
  margin-left: inherit;
  margin-top: -7px;
  position: absolute;
}

.jsoneditor-popover:before {
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  content: "";
  display: block;
  left: 50%;
  margin-left: -7px;
  position: absolute;
}

.jsoneditor-text-errors tr.jump-to-line:hover {
  text-decoration: underline;
  cursor: pointer;
}

.jsoneditor-schema-error:hover .jsoneditor-popover,
.jsoneditor-schema-error:focus .jsoneditor-popover {
  display: block;
  animation: fade-in 0.3s linear 1, move-up 0.3s linear 1;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* JSON schema errors displayed at the bottom of the editor in mode text and code */
.jsoneditor .jsoneditor-validation-errors-container {
  max-height: 130px;
  overflow-y: auto;
}

.jsoneditor .jsoneditor-validation-errors {
  width: 100%;
  overflow: hidden;
}

.jsoneditor .jsoneditor-additional-errors {
  position: absolute;
  margin: auto;
  bottom: 31px;
  left: calc(50% - 92px);
  color: #808080;
  background-color: #ebebeb;
  padding: 7px 15px;
  border-radius: 8px;
}

.jsoneditor .jsoneditor-additional-errors.visible {
  visibility: visible;
  opacity: 1;
  transition: opacity 2s linear;
}

.jsoneditor .jsoneditor-additional-errors.hidden {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 2s, opacity 2s linear;
}

.jsoneditor .jsoneditor-text-errors {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ffc700;
}

.jsoneditor .jsoneditor-text-errors td {
  padding: 3px 6px;
  vertical-align: middle;
}

.jsoneditor .jsoneditor-text-errors td pre {
  margin: 0;
  white-space: pre-wrap;
}

.jsoneditor .jsoneditor-text-errors tr {
  background-color: #ffffab;
}

.jsoneditor .jsoneditor-text-errors tr.parse-error {
  background-color: rgba(238, 46, 46, 0.4392156863);
}

.jsoneditor-text-errors .jsoneditor-schema-error {
  border: none;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0 4px 0 0;
  cursor: pointer;
}

.jsoneditor-text-errors tr .jsoneditor-schema-error {
  background-image: url(/wellgo/img/jsoneditor-icons.svg);
  background-position: -168px -48px;
  background-color: transparent;
}

.jsoneditor-text-errors tr.parse-error .jsoneditor-schema-error {
  background-image: url(/wellgo/img/jsoneditor-icons.svg);
  background-position: -25px 0px;
  background-color: transparent;
}

.jsoneditor-anchor {
  cursor: pointer;
}

.jsoneditor-anchor .picker_wrapper.popup.popup_bottom {
  top: 28px;
  left: -10px;
}

.fadein {
  -webkit-animation: fadein 0.3s;
  animation: fadein 0.3s;
  -moz-animation: fadein 0.3s;
  -o-animation: fadein 0.3s;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.jsoneditor-modal input[type=search].selectr-input {
  border: 1px solid #d3d3d3;
  width: calc(100% - 4px);
  margin: 2px;
  padding: 4px;
  box-sizing: border-box;
}

.jsoneditor-modal button.selectr-input-clear {
  right: 8px;
}

.jsoneditor-menu {
  width: 100%;
  height: 35px;
  padding: 2px;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  background-color: #3883fa;
  border-bottom: 1px solid #3883fa;
}

.jsoneditor-menu > button,
.jsoneditor-menu > .jsoneditor-modes > button {
  width: 26px;
  height: 26px;
  margin: 2px;
  padding: 0;
  border-radius: 2px;
  border: 1px solid transparent;
  background-color: transparent;
  background-image: url(/wellgo/img/jsoneditor-icons.svg);
  color: #ffffff;
  opacity: 0.8;
  font-family: arial, sans-serif;
  font-size: 14px;
  float: left;
}

.jsoneditor-menu > button:hover,
.jsoneditor-menu > .jsoneditor-modes > button:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.jsoneditor-menu > button:focus,
.jsoneditor-menu > button:active,
.jsoneditor-menu > .jsoneditor-modes > button:focus,
.jsoneditor-menu > .jsoneditor-modes > button:active {
  background-color: rgba(255, 255, 255, 0.3);
}

.jsoneditor-menu > button:disabled,
.jsoneditor-menu > .jsoneditor-modes > button:disabled {
  opacity: 0.5;
  background-color: transparent;
  border: none;
}

.jsoneditor-menu > button.jsoneditor-collapse-all {
  background-position: 0 -96px;
}

.jsoneditor-menu > button.jsoneditor-expand-all {
  background-position: 0 -120px;
}

.jsoneditor-menu > button.jsoneditor-sort {
  background-position: -120px -96px;
}

.jsoneditor-menu > button.jsoneditor-transform {
  background-position: -144px -96px;
}

.jsoneditor.jsoneditor-mode-view > .jsoneditor-menu > button.jsoneditor-sort,
.jsoneditor.jsoneditor-mode-form > .jsoneditor-menu > button.jsoneditor-sort,
.jsoneditor.jsoneditor-mode-view > .jsoneditor-menu > button.jsoneditor-transform,
.jsoneditor.jsoneditor-mode-form > .jsoneditor-menu > button.jsoneditor-transform {
  display: none;
}

.jsoneditor-menu > button.jsoneditor-undo {
  background-position: -24px -96px;
}

.jsoneditor-menu > button.jsoneditor-undo:disabled {
  background-position: -24px -120px;
}

.jsoneditor-menu > button.jsoneditor-redo {
  background-position: -48px -96px;
}

.jsoneditor-menu > button.jsoneditor-redo:disabled {
  background-position: -48px -120px;
}

.jsoneditor-menu > button.jsoneditor-compact {
  background-position: -72px -96px;
}

.jsoneditor-menu > button.jsoneditor-format {
  background-position: -72px -120px;
}

.jsoneditor-menu > button.jsoneditor-repair {
  background-position: -96px -96px;
}

.jsoneditor-menu > .jsoneditor-modes {
  display: inline-block;
  float: left;
}

.jsoneditor-menu > .jsoneditor-modes > button {
  background-image: none;
  width: auto;
  padding-left: 6px;
  padding-right: 6px;
}

.jsoneditor-menu > button.jsoneditor-separator,
.jsoneditor-menu > .jsoneditor-modes > button.jsoneditor-separator {
  margin-left: 10px;
}

.jsoneditor-menu a {
  font-family: arial, sans-serif;
  font-size: 14px;
  color: #ffffff;
  opacity: 0.8;
  vertical-align: middle;
}

.jsoneditor-menu a:hover {
  opacity: 1;
}

.jsoneditor-menu a.jsoneditor-poweredBy {
  font-size: 8pt;
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
}

.jsoneditor-navigation-bar {
  width: 100%;
  height: 26px;
  line-height: 26px;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #d3d3d3;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #808080;
  background-color: #ebebeb;
  overflow: hidden;
  font-family: arial, sans-serif;
  font-size: 14px;
}

.jsoneditor-search {
  font-family: arial, sans-serif;
  position: absolute;
  right: 4px;
  top: 4px;
  border-collapse: collapse;
  border-spacing: 0;
  display: flex;
}

.jsoneditor-search input {
  color: #1a1a1a;
  width: 120px;
  border: none;
  outline: none;
  margin: 1px;
  line-height: 20px;
  font-family: arial, sans-serif;
}

.jsoneditor-search button {
  width: 16px;
  height: 24px;
  padding: 0;
  margin: 0;
  border: none;
  background: url(/wellgo/img/jsoneditor-icons.svg);
  vertical-align: top;
}

.jsoneditor-search button:hover {
  background-color: transparent;
}

.jsoneditor-search button.jsoneditor-refresh {
  width: 18px;
  background-position: -99px -73px;
}

.jsoneditor-search button.jsoneditor-next {
  cursor: pointer;
  background-position: -124px -73px;
}

.jsoneditor-search button.jsoneditor-next:hover {
  background-position: -124px -49px;
}

.jsoneditor-search button.jsoneditor-previous {
  cursor: pointer;
  background-position: -148px -73px;
  margin-right: 2px;
}

.jsoneditor-search button.jsoneditor-previous:hover {
  background-position: -148px -49px;
}

.jsoneditor-results {
  font-family: arial, sans-serif;
  color: #ffffff;
  padding-right: 5px;
  line-height: 26px;
}

.jsoneditor-frame {
  border: 1px solid transparent;
  background-color: #ffffff;
  padding: 0 2px;
  margin: 0;
}

.jsoneditor-statusbar {
  line-height: 26px;
  height: 26px;
  color: #808080;
  background-color: #ebebeb;
  border-top: 1px solid #d3d3d3;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
}

.jsoneditor-statusbar > .jsoneditor-curserinfo-val {
  margin-right: 12px;
}

.jsoneditor-statusbar > .jsoneditor-curserinfo-count {
  margin-left: 4px;
}

.jsoneditor-statusbar > .jsoneditor-validation-error-icon {
  float: right;
  width: 24px;
  height: 24px;
  padding: 0;
  margin-top: 1px;
  background-image: url(/wellgo/img/jsoneditor-icons.svg);
  background-position: -168px -48px;
  cursor: pointer;
}

.jsoneditor-statusbar > .jsoneditor-validation-error-count {
  float: right;
  margin: 0 4px 0 0;
  cursor: pointer;
}

.jsoneditor-statusbar > .jsoneditor-parse-error-icon {
  float: right;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 1px;
  background-image: url(/wellgo/img/jsoneditor-icons.svg);
  background-position: -25px 0px;
}

.jsoneditor-statusbar .jsoneditor-array-info a {
  color: inherit;
}

div.jsoneditor-statusbar > .jsoneditor-curserinfo-label,
div.jsoneditor-statusbar > .jsoneditor-size-info {
  margin: 0 4px;
}

.jsoneditor-treepath {
  padding: 0 5px;
  overflow: hidden;
  white-space: nowrap;
  outline: none;
}

.jsoneditor-treepath.show-all {
  word-wrap: break-word;
  white-space: normal;
  position: absolute;
  background-color: #ebebeb;
  z-index: 1;
  box-shadow: 2px 2px 12px rgba(128, 128, 128, 0.3);
}

.jsoneditor-treepath.show-all span.jsoneditor-treepath-show-all-btn {
  display: none;
}

.jsoneditor-treepath div.jsoneditor-contextmenu-root {
  position: absolute;
  left: 0;
}

.jsoneditor-treepath .jsoneditor-treepath-show-all-btn {
  position: absolute;
  background-color: #ebebeb;
  left: 0;
  height: 20px;
  padding: 0 3px;
  cursor: pointer;
}

.jsoneditor-treepath .jsoneditor-treepath-element {
  margin: 1px;
  font-family: arial, sans-serif;
  font-size: 14px;
}

.jsoneditor-treepath .jsoneditor-treepath-seperator {
  margin: 2px;
  font-size: 9pt;
  font-family: arial, sans-serif;
}

.jsoneditor-treepath span.jsoneditor-treepath-element:hover,
.jsoneditor-treepath span.jsoneditor-treepath-seperator:hover {
  cursor: pointer;
  text-decoration: underline;
}

/*!
 * Selectr 2.4.13
 * http://mobius.ovh/docs/selectr
 *
 * Released under the MIT license
 */
.selectr-container {
  position: relative;
}

.selectr-container li {
  list-style: none;
}

.selectr-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0px, 0px, 0px, 0px);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0 none;
}

.selectr-visible {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 11;
}

.selectr-desktop.multiple .selectr-visible {
  display: none;
}

.selectr-desktop.multiple.native-open .selectr-visible {
  top: 100%;
  min-height: 200px !important;
  height: auto;
  opacity: 1;
  display: block;
}

.selectr-container.multiple.selectr-mobile .selectr-selected {
  z-index: 0;
}

.selectr-selected {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  padding: 7px 28px 7px 14px;
  cursor: pointer;
  border: 1px solid #999999;
  border-radius: 3px;
  background-color: #ffffff;
}

.selectr-selected::before {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  content: "";
  -o-transform: rotate(0deg) translate3d(0px, -50%, 0px);
  -ms-transform: rotate(0deg) translate3d(0px, -50%, 0px);
  -moz-transform: rotate(0deg) translate3d(0px, -50%, 0px);
  -webkit-transform: rotate(0deg) translate3d(0px, -50%, 0px);
  transform: rotate(0deg) translate3d(0px, -50%, 0px);
  border-width: 4px 4px 0 4px;
  border-style: solid;
  border-color: #6c7a86 transparent transparent;
}

.selectr-container.open .selectr-selected::before,
.selectr-container.native-open .selectr-selected::before {
  border-width: 0 4px 4px 4px;
  border-style: solid;
  border-color: transparent transparent #6c7a86;
}

.selectr-label {
  display: none;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.selectr-placeholder {
  color: #6c7a86;
}

.selectr-tags {
  margin: 0;
  padding: 0;
  white-space: normal;
}

.has-selected .selectr-tags {
  margin: 0 0 -2px;
}

.selectr-tag {
  list-style: none;
  position: relative;
  float: left;
  padding: 2px 25px 2px 8px;
  margin: 0 2px 2px 0;
  cursor: default;
  color: #ffffff;
  border: medium none;
  border-radius: 10px;
  background: #acb7bf none repeat scroll 0 0;
}

.selectr-container.multiple.has-selected .selectr-selected {
  padding: 5px 28px 5px 5px;
}

.selectr-options-container {
  position: absolute;
  z-index: 10000;
  top: calc(100% - 1px);
  left: 0;
  display: none;
  box-sizing: border-box;
  width: 100%;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: transparent #999999 #999999;
  border-radius: 0 0 3px 3px;
  background-color: #ffffff;
}

.selectr-container.open .selectr-options-container {
  display: block;
}

.selectr-input-container {
  position: relative;
  display: none;
}

.selectr-clear,
.selectr-input-clear,
.selectr-tag-remove {
  position: absolute;
  top: 50%;
  right: 22px;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  -o-transform: translate3d(0px, -50%, 0px);
  -ms-transform: translate3d(0px, -50%, 0px);
  -moz-transform: translate3d(0px, -50%, 0px);
  -webkit-transform: translate3d(0px, -50%, 0px);
  transform: translate3d(0px, -50%, 0px);
  border: medium none;
  background-color: transparent;
  z-index: 11;
}

.selectr-clear,
.selectr-input-clear {
  display: none;
}

.selectr-container.has-selected .selectr-clear,
.selectr-input-container.active .selectr-input-clear {
  display: block;
}

.selectr-selected .selectr-tag-remove {
  right: 2px;
}

.selectr-clear::before,
.selectr-clear::after,
.selectr-input-clear::before,
.selectr-input-clear::after,
.selectr-tag-remove::before,
.selectr-tag-remove::after {
  position: absolute;
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  content: " ";
  background-color: #6c7a86;
}

.selectr-tag-remove::before,
.selectr-tag-remove::after {
  top: 4px;
  width: 3px;
  height: 12px;
  background-color: #ffffff;
}

.selectr-clear:before,
.selectr-input-clear::before,
.selectr-tag-remove::before {
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.selectr-clear:after,
.selectr-input-clear::after,
.selectr-tag-remove::after {
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.selectr-input-container.active,
.selectr-input-container.active .selectr-clear {
  display: block;
}

.selectr-input {
  top: 5px;
  left: 5px;
  box-sizing: border-box;
  width: calc(100% - 30px);
  margin: 10px 15px;
  padding: 7px 30px 7px 9px;
  border: 1px solid #999999;
  border-radius: 3px;
}

.selectr-notice {
  display: none;
  box-sizing: border-box;
  width: 100%;
  padding: 8px 16px;
  border-top: 1px solid #999999;
  border-radius: 0 0 3px 3px;
  background-color: #ffffff;
}

.selectr-container.notice .selectr-notice {
  display: block;
}

.selectr-container.notice .selectr-selected {
  border-radius: 3px 3px 0 0;
}

.selectr-options {
  position: relative;
  top: calc(100% + 2px);
  display: none;
  overflow-x: auto;
  overflow-y: scroll;
  max-height: 200px;
  margin: 0;
  padding: 0;
}

.selectr-container.open .selectr-options,
.selectr-container.open .selectr-input-container,
.selectr-container.notice .selectr-options-container {
  display: block;
}

.selectr-option {
  position: relative;
  display: block;
  padding: 5px 20px;
  list-style: outside none none;
  cursor: pointer;
  font-weight: normal;
}

.selectr-options.optgroups > .selectr-option {
  padding-left: 25px;
}

.selectr-optgroup {
  font-weight: bold;
  padding: 0;
}

.selectr-optgroup--label {
  font-weight: bold;
  margin-top: 10px;
  padding: 5px 15px;
}

.selectr-match {
  text-decoration: underline;
}

.selectr-option.selected {
  background-color: #ddd;
}

.selectr-option.active {
  color: #ffffff;
  background-color: #5897fb;
}

.selectr-option.disabled {
  opacity: 0.4;
}

.selectr-option.excluded {
  display: none;
}

.selectr-container.open .selectr-selected {
  border-color: #999999 #999999 transparent #999999;
  border-radius: 3px 3px 0 0;
}

.selectr-container.open .selectr-selected::after {
  -o-transform: rotate(180deg) translate3d(0px, 50%, 0px);
  -ms-transform: rotate(180deg) translate3d(0px, 50%, 0px);
  -moz-transform: rotate(180deg) translate3d(0px, 50%, 0px);
  -webkit-transform: rotate(180deg) translate3d(0px, 50%, 0px);
  transform: rotate(180deg) translate3d(0px, 50%, 0px);
}

.selectr-disabled {
  opacity: 0.6;
}

.selectr-empty,
.has-selected .selectr-placeholder {
  display: none;
}

.has-selected .selectr-label {
  display: block;
}

/* TAGGABLE */
.taggable .selectr-selected {
  padding: 4px 28px 4px 4px;
}

.taggable .selectr-selected::after {
  display: table;
  content: " ";
  clear: both;
}

.taggable .selectr-label {
  width: auto;
}

.taggable .selectr-tags {
  float: left;
  display: block;
}

.taggable .selectr-placeholder {
  display: none;
}

.input-tag {
  float: left;
  min-width: 90px;
  width: auto;
}

.selectr-tag-input {
  border: medium none;
  padding: 3px 10px;
  width: 100%;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
}

.selectr-input-container.loading::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  content: "";
  -o-transform: translate3d(0px, -50%, 0px);
  -ms-transform: translate3d(0px, -50%, 0px);
  -moz-transform: translate3d(0px, -50%, 0px);
  -webkit-transform: translate3d(0px, -50%, 0px);
  transform: translate3d(0px, -50%, 0px);
  -o-transform-origin: 50% 0 0;
  -ms-transform-origin: 50% 0 0;
  -moz-transform-origin: 50% 0 0;
  -webkit-transform-origin: 50% 0 0;
  transform-origin: 50% 0 0;
  -moz-animation: 500ms linear 0s normal forwards infinite running selectr-spin;
  -webkit-animation: 500ms linear 0s normal forwards infinite running selectr-spin;
  animation: 500ms linear 0s normal forwards infinite running selectr-spin;
  border-width: 3px;
  border-style: solid;
  border-color: #aaa #ddd #ddd;
  border-radius: 50%;
}

@-webkit-keyframes selectr-spin {
  0% {
    -webkit-transform: rotate(0deg) translate3d(0px, -50%, 0px);
    transform: rotate(0deg) translate3d(0px, -50%, 0px);
  }
  100% {
    -webkit-transform: rotate(360deg) translate3d(0px, -50%, 0px);
    transform: rotate(360deg) translate3d(0px, -50%, 0px);
  }
}
@keyframes selectr-spin {
  0% {
    -webkit-transform: rotate(0deg) translate3d(0px, -50%, 0px);
    transform: rotate(0deg) translate3d(0px, -50%, 0px);
  }
  100% {
    -webkit-transform: rotate(360deg) translate3d(0px, -50%, 0px);
    transform: rotate(360deg) translate3d(0px, -50%, 0px);
  }
}
.selectr-container.open.inverted .selectr-selected {
  border-color: transparent #999999 #999999;
  border-radius: 0 0 3px 3px;
}

.selectr-container.inverted .selectr-options-container {
  border-width: 1px 1px 0;
  border-color: #999999 #999999 transparent;
  border-radius: 3px 3px 0 0;
  background-color: #ffffff;
}

.selectr-container.inverted .selectr-options-container {
  top: auto;
  bottom: calc(100% - 1px);
}

.selectr-container ::-webkit-input-placeholder {
  color: #6c7a86;
  opacity: 1;
}

.selectr-container ::-moz-placeholder {
  color: #6c7a86;
  opacity: 1;
}

.selectr-container :-ms-input-placeholder {
  color: #6c7a86;
  opacity: 1;
}

.selectr-container ::placeholder {
  color: #6c7a86;
  opacity: 1;
}

:root {
  --dt-row-selected: 13, 110, 253;
  --dt-row-selected-text: 255, 255, 255;
  --dt-row-selected-link: 9, 10, 11;
}

table.dataTable td.dt-control {
  text-align: center;
  cursor: pointer;
}

table.dataTable td.dt-control:before {
  height: 1em;
  width: 1em;
  margin-top: -9px;
  display: inline-block;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 1em;
  content: "+";
  background-color: #31b131;
}

table.dataTable tr.dt-hasChild td.dt-control:before {
  content: "-";
  background-color: #d33333;
}

table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting_asc_disabled, table.dataTable thead > tr > th.sorting_desc_disabled,
table.dataTable thead > tr > td.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting_asc_disabled,
table.dataTable thead > tr > td.sorting_desc_disabled {
  cursor: pointer;
  position: relative;
  padding-right: 26px;
}

table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  position: absolute;
  display: block;
  opacity: 0.125;
  right: 10px;
  line-height: 9px;
  font-size: 0.8em;
}

table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:before {
  bottom: 50%;
  content: "▲";
  content: "▲"/"";
}

table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  top: 50%;
  content: "▼";
  content: "▼"/"";
}

table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:after {
  opacity: 0.6;
}

table.dataTable thead > tr > th.sorting_desc_disabled:after, table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before {
  display: none;
}

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}

div.dataTables_scrollBody > table.dataTable > thead > tr > th:before, div.dataTables_scrollBody > table.dataTable > thead > tr > th:after,
div.dataTables_scrollBody > table.dataTable > thead > tr > td:before,
div.dataTables_scrollBody > table.dataTable > thead > tr > td:after {
  display: none;
}

div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 2px;
}

div.dataTables_processing > div:last-child {
  position: relative;
  width: 80px;
  height: 15px;
  margin: 1em auto;
}

div.dataTables_processing > div:last-child > div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #0d6efd;
  background: rgb(var(--dt-row-selected));
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

div.dataTables_processing > div:last-child > div:nth-child(1) {
  left: 8px;
  animation: datatables-loader-1 0.6s infinite;
}

div.dataTables_processing > div:last-child > div:nth-child(2) {
  left: 8px;
  animation: datatables-loader-2 0.6s infinite;
}

div.dataTables_processing > div:last-child > div:nth-child(3) {
  left: 32px;
  animation: datatables-loader-2 0.6s infinite;
}

div.dataTables_processing > div:last-child > div:nth-child(4) {
  left: 56px;
  animation: datatables-loader-3 0.6s infinite;
}

@keyframes datatables-loader-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes datatables-loader-3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes datatables-loader-2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}

table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}

table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
  text-align: left;
}

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

/*! Bootstrap 5 integration for DataTables
 *
 * ©2020 SpryMedia Ltd, all rights reserved.
 * License: MIT datatables.net/license/mit
 */
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
  border-spacing: 0;
}

table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1) > * {
  box-shadow: none;
}

table.dataTable > tbody > tr {
  background-color: transparent;
}

table.dataTable > tbody > tr.selected > * {
  box-shadow: inset 0 0 0 9999px #0d6efd;
  box-shadow: inset 0 0 0 9999px rgb(var(--dt-row-selected));
  color: white;
  color: rgb(var(--dt-row-selected-text));
}

table.dataTable > tbody > tr.selected a {
  color: #090a0b;
  color: rgb(var(--dt-row-selected-link));
}

table.dataTable.table-striped > tbody > tr.odd > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.05);
}

table.dataTable.table-striped > tbody > tr.odd.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.95);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.95);
}

table.dataTable.table-hover > tbody > tr:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.075);
}

table.dataTable.table-hover > tbody > tr.selected:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.975);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.975);
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length select {
  width: auto;
  display: inline-block;
}

div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}

div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
}

div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end;
}

div.dataTables_wrapper div.dt-row {
  position: relative;
}

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody > table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody > table > thead .sorting:before,
div.dataTables_scrollBody > table > thead .sorting_asc:before,
div.dataTables_scrollBody > table > thead .sorting_desc:before,
div.dataTables_scrollBody > table > thead .sorting:after,
div.dataTables_scrollBody > table > thead .sorting_asc:after,
div.dataTables_scrollBody > table > thead .sorting_desc:after {
  display: none;
}

div.dataTables_scrollBody > table > tbody tr:first-child th,
div.dataTables_scrollBody > table > tbody tr:first-child td {
  border-top: none;
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box;
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center !important;
  }
}
table.dataTable.table-sm > thead > tr > th:not(.sorting_disabled), table.dataTable.custom-datatables > thead > tr > th:not(.sorting_disabled) {
  padding-right: 20px;
}

table.table-bordered.dataTable, table.dataTable.custom-datatables {
  border-right-width: 0;
}

table.table-bordered.dataTable thead tr:first-child th, table.dataTable.custom-datatables thead tr:first-child th,
table.table-bordered.dataTable thead tr:first-child td,
table.dataTable.custom-datatables thead tr:first-child td {
  border-top-width: 1px;
}

table.table-bordered.dataTable th, table.dataTable.custom-datatables th,
table.table-bordered.dataTable td,
table.dataTable.custom-datatables td {
  border-left-width: 0;
}

table.table-bordered.dataTable th:first-child, table.dataTable.custom-datatables th:first-child,
table.table-bordered.dataTable td:first-child,
table.dataTable.custom-datatables td:first-child,
table.table-bordered.dataTable td:first-child {
  border-left-width: 1px;
}

table.table-bordered.dataTable th:last-child, table.dataTable.custom-datatables th:last-child,
table.table-bordered.dataTable td:last-child,
table.dataTable.custom-datatables td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 1px;
}

table.table-bordered.dataTable th, table.dataTable.custom-datatables th,
table.table-bordered.dataTable td,
table.dataTable.custom-datatables td {
  border-bottom-width: 1px;
}

div.dataTables_scrollHead table.table-bordered, div.dataTables_scrollHead table.custom-datatables {
  border-bottom-width: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
  padding-left: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
  padding-right: 0;
}

/*!
 * FullCalendar v3.9.0
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left;
}

.fc-rtl {
  text-align: right;
}

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em;
}

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: 0.3;
}

.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: 0.3;
}

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7;
}

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
  /* force height to include the border and padding */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 0.6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer;
}

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}

.fc-state-default {
  /* non-theme */
  border: 1px solid;
}

.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* icons in buttons */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 0.2em;
  vertical-align: middle;
}

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6;
}

.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  box-shadow: none;
}

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  display: inline-block;
}

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px;
}

.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px;
}

.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}

.fc-popover .fc-header .fc-close {
  cursor: pointer;
}

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right;
}

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px;
}

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0;
}

.fc-clear {
  clear: both;
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */
}

.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */
}

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */
}

.fc th {
  text-align: center;
}

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */
}

/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
a[data-goto] {
  cursor: pointer;
}

a[data-goto]:hover {
  text-decoration: underline;
}

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0;
}

.fc-row table {
  /* don't put left/right border on anything within a fake row.
     the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent;
}

.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */
}

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative;
}

.fc-row .fc-bg {
  z-index: 1;
}

/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */
}

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */
}

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent;
}

.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}

.fc-row .fc-highlight-skeleton {
  z-index: 3;
}

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */
}

.fc-row .fc-helper-skeleton {
  z-index: 5;
}

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  /* extra precedence to prevent theme-provided backgrounds */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* don't put a border between events and/or the day number */
  border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0;
}

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  -webkit-overflow-scrolling: touch;
}

/* TODO: move to agenda/basic */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: 0.85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  /* default BORDER color */
}

.fc-event,
.fc-event-dot {
  background-color: #3a87ad;
  /* default BACKGROUND color */
}

.fc-event,
.fc-event:hover {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
}

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */
}

.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed;
}

.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: 0.25;
}

.fc-event .fc-content {
  position: relative;
  z-index: 2;
}

/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
}

/* resizer (touch devices) */
.fc-event .fc-resizer {
  display: none;
}

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block;
}

/* hit area */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */
}

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */
}

/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */
}

/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px;
}

/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */
}

/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */
}

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px;
}

tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */
}

.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: 0.25;
}

.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden;
}

.fc-day-grid-event .fc-time {
  font-weight: bold;
}

/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */
}

/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */
}

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: 0.85em;
  cursor: pointer;
  text-decoration: none;
}

a.fc-more:hover {
  text-decoration: underline;
}

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none;
}

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */
}

.fc-more-popover {
  z-index: 2;
  width: 220px;
}

.fc-more-popover .fc-event-container {
  padding: 10px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}

/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

/*
TODO: more distinction between this file and common.css
*/
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #ddd;
}

.fc-unthemed .fc-popover {
  background-color: #fff;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
}

.fc-unthemed td.fc-today {
  background: #fcf8e3;
}

.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: 0.3;
}

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*
Acceptable font-family overrides for individual icons:
  "Arial", sans-serif
  "Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon:after {
  position: relative;
}

.fc-icon-left-single-arrow:after {
  content: "‹";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}

.fc-icon-right-single-arrow:after {
  content: "›";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}

.fc-icon-left-double-arrow:after {
  content: "«";
  font-size: 160%;
  top: -7%;
}

.fc-icon-right-double-arrow:after {
  content: "»";
  font-size: 160%;
  top: -7%;
}

.fc-icon-left-triangle:after {
  content: "◄";
  font-size: 125%;
  top: 3%;
}

.fc-icon-right-triangle:after {
  content: "►";
  font-size: 125%;
  top: 3%;
}

.fc-icon-down-triangle:after {
  content: "▼";
  font-size: 125%;
  top: 2%;
}

.fc-icon-x:after {
  content: "×";
  font-size: 200%;
  top: 6%;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: 0.9em;
  margin-top: 2px;
}

/* List View
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5;
}

/* Colors
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-disabled-day {
  background-image: none;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-event {
  /* overpower jqui's styles on <a> tags. TODO: more DRY */
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
  /* undo ui-widget-header bold */
  font-weight: normal;
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome bold */
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats .ui-widget-content {
  background: none;
  /* see through to fc-bg */
}

.fc.fc-bootstrap3 a {
  text-decoration: none;
}

.fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline;
}

.fc-bootstrap3 hr.fc-divider {
  border-color: inherit;
}

.fc-bootstrap3 .fc-today.alert {
  border-radius: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-popover .panel-body {
  padding: 0;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none;
}

.fc.fc-bootstrap4 a {
  text-decoration: none;
}

.fc.fc-bootstrap4 a[data-goto]:hover {
  text-decoration: underline;
}

.fc-bootstrap4 hr.fc-divider {
  border-color: inherit;
}

.fc-bootstrap4 .fc-today.alert {
  border-radius: 0;
}

.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
  color: #fff;
}

.fc-bootstrap4 .fc-popover.card {
  position: absolute;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-popover .card-body {
  padding: 0;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none;
}

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center;
}

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em;
}

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em;
}

.fc-toolbar .fc-left {
  float: left;
}

.fc-toolbar .fc-right {
  float: right;
}

.fc-toolbar .fc-center {
  display: inline-block;
}

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: 0.75em;
}

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0;
}

/* title text */
.fc-toolbar h2, .fc-toolbar .h2 {
  margin: 0;
}

/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative;
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2;
}

.fc-toolbar .fc-state-down {
  z-index: 3;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4;
}

.fc-toolbar button:focus {
  z-index: 5;
}

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1;
}

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */
}

.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden;
}

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* week and day number styling */
.fc-day-top.fc-other-month {
  opacity: 0.3;
}

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 2px;
}

.fc-basic-view th.fc-week-number,
.fc-basic-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}

.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080;
}

/* when week/day number have own column */
.fc-basic-view td.fc-week-number {
  text-align: center;
}

.fc-basic-view td.fc-week-number > * {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em;
}

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */
}

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}

.fc-ltr .fc-axis {
  text-align: right;
}

.fc-rtl .fc-axis {
  text-align: left;
}

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1;
}

.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */
}

.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent;
}

.fc-time-grid > .fc-bg {
  z-index: 1;
}

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */
}

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}

/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3;
}

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}

.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}

.fc-time-grid .fc-helper-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */
}

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */
}

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */
}

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */
}

.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0;
}

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */
}

.fc-time-grid-event.fc-selected {
  /* need to allow touch resizers to extend outside event's bounding box */
  /* common fc-selected styles hide the fc-bg, so don't need this anyway */
  overflow: visible;
}

.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
  /* hide semi-white background, to appear darker */
}

.fc-time-grid-event .fc-content {
  overflow: hidden;
  /* for when .fc-selected */
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}

.fc-time-grid-event .fc-time {
  font-size: 0.85em;
  white-space: nowrap;
}

/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top;
}

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */
}

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */
}

.fc-time-grid-event.fc-short .fc-time:after {
  content: " - ";
  /* seperate with a dash, wrapped in nbsp's */
}

.fc-time-grid-event.fc-short .fc-title {
  font-size: 0.85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */
}

/* resizer (cursor device) */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "=";
}

/* resizer (touch device) */
.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}

/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

/* List View
--------------------------------------------------------------------------------------------------*/
/* possibly reusable */
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}

/* view wrapper */
.fc-rtl .fc-list-view {
  direction: rtl;
  /* unlike core views, leverage browser RTL */
}

.fc-list-view {
  border-width: 1px;
  border-style: solid;
}

/* table resets */
.fc .fc-list-table {
  table-layout: auto;
  /* for shrinkwrapping cell content */
}

.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px;
}

.fc-list-table tr:first-child td {
  border-top-width: 0;
}

/* day headings with the list */
.fc-list-heading {
  border-bottom-width: 1px;
}

.fc-list-heading td {
  font-weight: bold;
}

.fc-ltr .fc-list-heading-main {
  float: left;
}

.fc-ltr .fc-list-heading-alt {
  float: right;
}

.fc-rtl .fc-list-heading-main {
  float: right;
}

.fc-rtl .fc-list-heading-alt {
  float: left;
}

/* event list items */
.fc-list-item.fc-has-url {
  cursor: pointer;
  /* whole row will be clickable */
}

.fc-list-item-marker,
.fc-list-item-time {
  white-space: nowrap;
  width: 1px;
}

/* make the dot closer to the event title */
.fc-ltr .fc-list-item-marker {
  padding-right: 0;
}

.fc-rtl .fc-list-item-marker {
  padding-left: 0;
}

.fc-list-item-title a {
  /* every event title cell has an <a> tag */
  text-decoration: none;
  color: inherit;
}

.fc-list-item-title a[href]:hover {
  /* hover effect only on titles with hrefs */
  text-decoration: underline;
}

/* message when no events */
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table;
}

.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.fc-unthemed .fc-list-empty {
  /* theme will provide own background */
  background-color: #eee;
}

/* mypage */
/* stress_check_stats */
.nav-tabs, #scenes {
  font-size: 16px;
}
.nav-tabs .border-radius-start, #scenes .border-radius-start {
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
}
.nav-tabs .border-radius-start .border-radius-item-start, #scenes .border-radius-start .border-radius-item-start {
  border-top-left-radius: 7px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 0;
}
.nav-tabs .border-radius-mid .border-radius-item-mid, #scenes .border-radius-mid .border-radius-item-mid {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.nav-tabs .border-radius-end, #scenes .border-radius-end {
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
}
.nav-tabs .border-radius-end .border-radius-item-end, #scenes .border-radius-end .border-radius-item-end {
  border-top-right-radius: 7px;
  border-top-left-radius: 0;
  border-bottom-right-radius: 7px;
}
.nav-tabs .item-tab-not-active, #scenes .item-tab-not-active {
  background-color: white;
  border: #71c78c 1px solid;
}
.nav-tabs .item-tab-not-active .nav-link-scene.active, #scenes .item-tab-not-active .nav-link-scene.active {
  background-color: #71c78c !important;
}

.text-android {
  color: #a4c639;
}

.text-apple {
  color: #9fa7ad;
}

/*
Trix 1.3.1
Copyright © 2020 Basecamp, LLC
http://trix-editor.org/*/
trix-editor {
  border: 1px solid #bbb;
  border-radius: 3px;
  margin: 0;
  padding: 0.4em 0.6em;
  min-height: 5em;
  outline: none;
}

trix-toolbar * {
  box-sizing: border-box;
}

trix-toolbar .trix-button-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow-x: auto;
}

trix-toolbar .trix-button-group {
  display: flex;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  border-top-color: #ccc;
  border-bottom-color: #888;
  border-radius: 3px;
}

trix-toolbar .trix-button-group:not(:first-child) {
  margin-left: 1.5vw;
}

@media (max-device-width: 768px) {
  trix-toolbar .trix-button-group:not(:first-child) {
    margin-left: 0;
  }
}
trix-toolbar .trix-button-group-spacer {
  flex-grow: 1;
}

@media (max-device-width: 768px) {
  trix-toolbar .trix-button-group-spacer {
    display: none;
  }
}
trix-toolbar .trix-button {
  position: relative;
  float: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75em;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 0.5em;
  margin: 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background: transparent;
}

trix-toolbar .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

trix-toolbar .trix-button.trix-active {
  background: #cbeefa;
  color: black;
}

trix-toolbar .trix-button:not(:disabled) {
  cursor: pointer;
}

trix-toolbar .trix-button:disabled {
  color: rgba(0, 0, 0, 0.125);
}

@media (max-device-width: 768px) {
  trix-toolbar .trix-button {
    letter-spacing: -0.01em;
    padding: 0 0.3em;
  }
}
trix-toolbar .trix-button--icon {
  font-size: inherit;
  width: 2.6em;
  height: 1.6em;
  max-width: calc(0.8em + 4vw);
  text-indent: -9999px;
}

@media (max-device-width: 768px) {
  trix-toolbar .trix-button--icon {
    height: 2em;
    max-width: calc(0.8em + 3.5vw);
  }
}
trix-toolbar .trix-button--icon::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-device-width: 768px) {
  trix-toolbar .trix-button--icon::before {
    right: 6%;
    left: 6%;
  }
}
trix-toolbar .trix-button--icon.trix-active::before {
  opacity: 1;
}

trix-toolbar .trix-button--icon:disabled::before {
  opacity: 0.125;
}

trix-toolbar .trix-button--icon-attach::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M16.5%206v11.5a4%204%200%201%201-8%200V5a2.5%202.5%200%200%201%205%200v10.5a1%201%200%201%201-2%200V6H10v9.5a2.5%202.5%200%200%200%205%200V5a4%204%200%201%200-8%200v12.5a5.5%205.5%200%200%200%2011%200V6h-1.5z%22%2F%3E%3C%2Fsvg%3E);
  top: 8%;
  bottom: 4%;
}

trix-toolbar .trix-button--icon-bold::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M15.6%2011.8c1-.7%201.6-1.8%201.6-2.8a4%204%200%200%200-4-4H7v14h7c2.1%200%203.7-1.7%203.7-3.8%200-1.5-.8-2.8-2.1-3.4zM10%207.5h3a1.5%201.5%200%201%201%200%203h-3v-3zm3.5%209H10v-3h3.5a1.5%201.5%200%201%201%200%203z%22%2F%3E%3C%2Fsvg%3E);
}

trix-toolbar .trix-button--icon-italic::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M10%205v3h2.2l-3.4%208H6v3h8v-3h-2.2l3.4-8H18V5h-8z%22%2F%3E%3C%2Fsvg%3E);
}

trix-toolbar .trix-button--icon-link::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M9.88%2013.7a4.3%204.3%200%200%201%200-6.07l3.37-3.37a4.26%204.26%200%200%201%206.07%200%204.3%204.3%200%200%201%200%206.06l-1.96%201.72a.91.91%200%201%201-1.3-1.3l1.97-1.71a2.46%202.46%200%200%200-3.48-3.48l-3.38%203.37a2.46%202.46%200%200%200%200%203.48.91.91%200%201%201-1.3%201.3z%22%2F%3E%3Cpath%20d%3D%22M4.25%2019.46a4.3%204.3%200%200%201%200-6.07l1.93-1.9a.91.91%200%201%201%201.3%201.3l-1.93%201.9a2.46%202.46%200%200%200%203.48%203.48l3.37-3.38c.96-.96.96-2.52%200-3.48a.91.91%200%201%201%201.3-1.3%204.3%204.3%200%200%201%200%206.07l-3.38%203.38a4.26%204.26%200%200%201-6.07%200z%22%2F%3E%3C%2Fsvg%3E);
}

trix-toolbar .trix-button--icon-strike::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.73%2014l.28.14c.26.15.45.3.57.44.12.14.18.3.18.5%200%20.3-.15.56-.44.75-.3.2-.76.3-1.39.3A13.52%2013.52%200%200%201%207%2014.95v3.37a10.64%2010.64%200%200%200%204.84.88c1.26%200%202.35-.19%203.28-.56.93-.37%201.64-.9%202.14-1.57s.74-1.45.74-2.32c0-.26-.02-.51-.06-.75h-5.21zm-5.5-4c-.08-.34-.12-.7-.12-1.1%200-1.29.52-2.3%201.58-3.02%201.05-.72%202.5-1.08%204.34-1.08%201.62%200%203.28.34%204.97%201l-1.3%202.93c-1.47-.6-2.73-.9-3.8-.9-.55%200-.96.08-1.2.26-.26.17-.38.38-.38.64%200%20.27.16.52.48.74.17.12.53.3%201.05.53H7.23zM3%2013h18v-2H3v2z%22%2F%3E%3C%2Fsvg%3E);
}

trix-toolbar .trix-button--icon-quote::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M6%2017h3l2-4V7H5v6h3zm8%200h3l2-4V7h-6v6h3z%22%2F%3E%3C%2Fsvg%3E);
}

trix-toolbar .trix-button--icon-heading-1::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12%209v3H9v7H6v-7H3V9h9zM8%204h14v3h-6v12h-3V7H8V4z%22%2F%3E%3C%2Fsvg%3E);
}

trix-toolbar .trix-button--icon-code::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.2%2012L15%2015.2l1.4%201.4L21%2012l-4.6-4.6L15%208.8l3.2%203.2zM5.8%2012L9%208.8%207.6%207.4%203%2012l4.6%204.6L9%2015.2%205.8%2012z%22%2F%3E%3C%2Fsvg%3E);
}

trix-toolbar .trix-button--icon-bullet-list::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M4%204a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm4%203h14v-2H8v2zm0-6h14v-2H8v2zm0-8v2h14V5H8z%22%2F%3E%3C%2Fsvg%3E);
}

trix-toolbar .trix-button--icon-number-list::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M2%2017h2v.5H3v1h1v.5H2v1h3v-4H2v1zm1-9h1V4H2v1h1v3zm-1%203h1.8L2%2013.1v.9h3v-1H3.2L5%2010.9V10H2v1zm5-6v2h14V5H7zm0%2014h14v-2H7v2zm0-6h14v-2H7v2z%22%2F%3E%3C%2Fsvg%3E);
}

trix-toolbar .trix-button--icon-undo::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.5%208c-2.6%200-5%201-6.9%202.6L2%207v9h9l-3.6-3.6A8%208%200%200%201%2020%2016l2.4-.8a10.5%2010.5%200%200%200-10-7.2z%22%2F%3E%3C%2Fsvg%3E);
}

trix-toolbar .trix-button--icon-redo::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.4%2010.6a10.5%2010.5%200%200%200-16.9%204.6L4%2016a8%208%200%200%201%2012.7-3.6L13%2016h9V7l-3.6%203.6z%22%2F%3E%3C%2Fsvg%3E);
}

trix-toolbar .trix-button--icon-decrease-nesting-level::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-8.3-.3l2.8%202.9L6%2014.2%204%2012l2-2-1.4-1.5L1%2012l.7.7zM3%205v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E);
}

trix-toolbar .trix-button--icon-increase-nesting-level::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-6.9-1L1%2014.2l1.4%201.4L6%2012l-.7-.7-2.8-2.8L1%209.9%203.1%2012zM3%205v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E);
}

trix-toolbar .trix-dialogs {
  position: relative;
}

trix-toolbar .trix-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.75em;
  padding: 15px 10px;
  background: #fff;
  box-shadow: 0 0.3em 1em #ccc;
  border-top: 2px solid #888;
  border-radius: 5px;
  z-index: 5;
}

trix-toolbar .trix-input--dialog {
  font-size: inherit;
  font-weight: normal;
  padding: 0.5em 0.8em;
  margin: 0 10px 0 0;
  border-radius: 3px;
  border: 1px solid #bbb;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

trix-toolbar .trix-input--dialog.validate:invalid {
  box-shadow: #F00 0px 0px 1.5px 1px;
}

trix-toolbar .trix-button--dialog {
  font-size: inherit;
  padding: 0.5em;
  border-bottom: none;
}

trix-toolbar .trix-dialog--link {
  max-width: 600px;
}

trix-toolbar .trix-dialog__link-fields {
  display: flex;
  align-items: baseline;
}

trix-toolbar .trix-dialog__link-fields .trix-input {
  flex: 1;
}

trix-toolbar .trix-dialog__link-fields .trix-button-group {
  flex: 0 0 content;
  margin: 0;
}

trix-editor [data-trix-mutable]:not(.attachment__caption-editor) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

trix-editor [data-trix-mutable]::-moz-selection,
trix-editor [data-trix-cursor-target]::-moz-selection, trix-editor [data-trix-mutable] ::-moz-selection {
  background: none;
}

trix-editor [data-trix-mutable]::selection,
trix-editor [data-trix-cursor-target]::selection, trix-editor [data-trix-mutable] ::selection {
  background: none;
}

trix-editor [data-trix-mutable].attachment__caption-editor:focus::-moz-selection {
  background: highlight;
}

trix-editor [data-trix-mutable].attachment__caption-editor:focus::selection {
  background: highlight;
}

trix-editor [data-trix-mutable].attachment.attachment--file {
  box-shadow: 0 0 0 2px highlight;
  border-color: transparent;
}

trix-editor [data-trix-mutable].attachment img {
  box-shadow: 0 0 0 2px highlight;
}

trix-editor .attachment {
  position: relative;
}

trix-editor .attachment:hover {
  cursor: default;
}

trix-editor .attachment--preview .attachment__caption:hover {
  cursor: text;
}

trix-editor .attachment__progress {
  position: absolute;
  z-index: 1;
  height: 20px;
  top: calc(50% - 10px);
  left: 5%;
  width: 90%;
  opacity: 0.9;
  transition: opacity 200ms ease-in;
}

trix-editor .attachment__progress[value="100"] {
  opacity: 0;
}

trix-editor .attachment__caption-editor {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

trix-editor .attachment__toolbar {
  position: absolute;
  z-index: 1;
  top: -0.9em;
  left: 0;
  width: 100%;
  text-align: center;
}

trix-editor .trix-button-group {
  display: inline-flex;
}

trix-editor .trix-button {
  position: relative;
  float: left;
  color: #666;
  white-space: nowrap;
  font-size: 80%;
  padding: 0 0.8em;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: transparent;
}

trix-editor .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

trix-editor .trix-button.trix-active {
  background: #cbeefa;
}

trix-editor .trix-button:not(:disabled) {
  cursor: pointer;
}

trix-editor .trix-button--remove {
  text-indent: -9999px;
  display: inline-block;
  padding: 0;
  outline: none;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid highlight;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}

trix-editor .trix-button--remove::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  content: "";
  background-image: url(data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.4L17.6%205%2012%2010.6%206.4%205%205%206.4l5.6%205.6L5%2017.6%206.4%2019l5.6-5.6%205.6%205.6%201.4-1.4-5.6-5.6z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}

trix-editor .trix-button--remove:hover {
  border-color: #333;
}

trix-editor .trix-button--remove:hover::before {
  opacity: 1;
}

trix-editor .attachment__metadata-container {
  position: relative;
}

trix-editor .attachment__metadata {
  position: absolute;
  left: 50%;
  top: 2em;
  transform: translate(-50%, 0);
  max-width: 90%;
  padding: 0.1em 0.6em;
  font-size: 0.8em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
}

trix-editor .attachment__metadata .attachment__name {
  display: inline-block;
  max-width: 100%;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

trix-editor .attachment__metadata .attachment__size {
  margin-left: 0.2em;
  white-space: nowrap;
}

.trix-content {
  line-height: 1.5;
}

.trix-content * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.trix-content h1, .trix-content .h1 {
  font-size: 1.2em;
  line-height: 1.2;
}

.trix-content blockquote {
  border: 0 solid #ccc;
  border-left-width: 0.3em;
  margin-left: 0.3em;
  padding-left: 0.6em;
}

.trix-content [dir=rtl] blockquote,
.trix-content blockquote[dir=rtl] {
  border-width: 0;
  border-right-width: 0.3em;
  margin-right: 0.3em;
  padding-right: 0.6em;
}

.trix-content li {
  margin-left: 1em;
}

.trix-content [dir=rtl] li {
  margin-right: 1em;
}

.trix-content pre {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-family: monospace;
  font-size: 0.9em;
  padding: 0.5em;
  white-space: pre;
  background-color: #eee;
  overflow-x: auto;
}

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

.trix-content .attachment {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

.trix-content .attachment a {
  color: inherit;
  text-decoration: none;
}

.trix-content .attachment a:hover, .trix-content .attachment a:visited:hover {
  color: inherit;
}

.trix-content .attachment__caption {
  text-align: center;
}

.trix-content .attachment__caption .attachment__name + .attachment__size::before {
  content: " · ";
}

.trix-content .attachment--preview {
  width: 100%;
  text-align: center;
}

.trix-content .attachment--preview .attachment__caption {
  color: #666;
  font-size: 0.9em;
  line-height: 1.2;
}

.trix-content .attachment--file {
  color: #333;
  line-height: 1;
  margin: 0 2px 2px 2px;
  padding: 0.4em 1em;
  border: 1px solid #bbb;
  border-radius: 5px;
}

.trix-content .attachment-gallery {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.trix-content .attachment-gallery .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

.trix-content .attachment-gallery.attachment-gallery--2 .attachment, .trix-content .attachment-gallery.attachment-gallery--4 .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

.trix-content h1, .trix-content .h1 {
  font-size: 2em;
}
.trix-content .attachment-gallery > action-text-attachment,
.trix-content .attachment-gallery > .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}
.trix-content .attachment-gallery.attachment-gallery--2 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--2 > .attachment, .trix-content .attachment-gallery.attachment-gallery--4 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--4 > .attachment {
  flex-basis: 50%;
  max-width: 50%;
}
.trix-content action-text-attachment .attachment {
  padding: 0 !important;
  max-width: 100% !important;
}

.trix-button-row .trix-button--icon-align-left::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-text-left" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M2 12.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z"/></svg>');
}
.trix-button-row .trix-button--icon-align-center::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-text-center" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4 12.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm-2-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm2-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm-2-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z"/></svg>');
}
.trix-button-row .trix-button--icon-align-right::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-text-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M6 12.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm-4-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm4-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm-4-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z"/></svg>');
}

#learnings .select__tab {
  display: block;
  width: 100%;
  font-size: 17px;
  border: 1px solid #70c88c;
  border-radius: 7px;
  color: #70c88c;
  outline: 0;
  padding: 3px 10px;
}
#learnings .scene-input {
  outline: 0;
  border: 0;
  border-bottom: 2px #000 solid;
  display: block;
  width: 100%;
  font-size: 18px;
  padding: 5px 15px;
  color: #000;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-color: #9ea5a1;
}
#learnings .btn-media {
  width: 28%;
  padding: 2px 7px;
  border: #000 1px solid;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#learnings .input-media {
  background-color: #e1f3e7;
}
#learnings .text-area-material {
  padding: 10px 15px !important;
}
#learnings .input-scene-name {
  padding: 2px 15px;
}
#learnings .btn-move {
  font-size: 30px;
  color: #727272;
}
#learnings .remove-learning {
  font-size: 32px;
  color: #fc7e71;
}
#learnings textarea {
  height: 120px;
}

.booking_place {
  /* Loading Fullscreen */
  /* Transparent Overlay */
  /* Animation */
}
.booking_place #circle,
.booking_place .circle {
  height: 17px !important;
  width: 17px !important;
  border-radius: 100%;
  display: inline-block;
  margin-top: 4px;
  box-shadow: 0 0 0 5px #147834;
}
.booking_place #circle:hover,
.booking_place .circle:hover {
  background-color: #147834;
}
.booking_place span.select2.select2-container.select2-container--bootstrap {
  width: unset !important;
  min-width: 200px !important;
}
.booking_place #booking_table,
.booking_place #register_interview_booking,
.booking_place #booking_delegation {
  display: table;
  overflow-x: auto;
}
.booking_place #booking_time {
  white-space: nowrap;
  position: sticky;
  left: 0;
  background-color: white;
}
.booking_place #booking_date {
  position: sticky;
  top: -5px;
}
.booking_place .loading {
  position: fixed;
  z-index: 10;
  height: 2em;
  width: 2em;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.booking_place .loading::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-radial-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}
.booking_place .loading:not(:required) {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
}
.booking_place .loading:not(:required)::after {
  content: "";
  display: block;
  font-size: 24px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  animation: spinner 1800ms infinite linear;
  border-radius: 0.5em;
  box-shadow: #70c78b 1.5em 0 0 0, #70c78b 1.1em 1.1em 0 0, #70c78b 0 1.5em 0 0, #70c78b -1.1em 1.1em 0 0, #70c78b -1.5em 0 0 0, #70c78b -1.1em -1.1em 0 0, #70c78b 0 -1.5em 0 0, #70c78b 1.1em -1.1em 0 0;
}
@-webkit-keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.flatpickr-calendar .flatpickr-month,
.flatpickr-calendar select.flatpickr-monthDropdown-months,
.flatpickr-calendar option.flatpickr-monthDropdown-month {
  background-color: #147834 !important;
}

table#booking_place_table,
table#booked_users_table {
  display: block;
  max-height: 850px;
  overflow-y: scroll;
  overflow-x: hidden;
}
table#booking_place_table thead.bg-success, table#booking_place_table thead.custom-datatables-thead,
table#booked_users_table thead.bg-success,
table#booked_users_table thead.custom-datatables-thead {
  position: sticky;
  top: -2px;
  z-index: 2;
}

.flatpickr-monthSelect-month.selected,
.flatpickr-monthSelect-month.startRange,
.flatpickr-monthSelect-month.endRange,
.flatpickr-weekdays,
span.flatpickr-weekday,
.dayContainer span.flatpickr-day.selected {
  background-color: #147834 !important;
  border-color: #147834 !important;
  color: #fff;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  margin-bottom: 20px;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #ffffff !important;
}

.flatpickr-monthSelect-month {
  border: 0;
}

.readonly {
  opacity: 0.5 !important;
  pointer-events: none !important;
}

#checkup_aftercares_table {
  font-size: 11px;
}
#checkup_aftercares_table .icon_button {
  margin: 0.1em;
  padding: 0.4em 0.5em !important;
}

#checkup_aftercares_history_table {
  font-size: 12px;
}
#checkup_aftercares_history_table .icon_button {
  margin: 0.1em;
  padding: 0.4em !important;
}
#checkup_aftercares_history_table td {
  vertical-align: middle;
  max-width: 250px;
}

#checkup_results_table {
  font-size: 11px;
}
#checkup_results_table .group_rating {
  display: block;
  border-radius: 1em;
  text-align: center;
}
#checkup_results_table .special_group_rating {
  display: block;
  border-radius: 1em;
  text-align: center;
}
#checkup_results_table.pdf .badge {
  padding: 2px 3px 3px !important;
  font-size: 0.75em !important;
  font-weight: 700 !important;
  border-radius: 0.375rem !important;
}
#checkup_results_table.pdf thead {
  border: 1px solid #bed5c4;
}
#checkup_results_table.pdf tr th {
  border: 1px solid #bed5c4;
  background-color: #d4edda;
  color: #000000;
}
#checkup_results_table.pdf tr td {
  border: 1px solid #d3d3d3;
}
#checkup_results_table.pdf tr td.alert-warning {
  background-color: #fff4d1;
}
#checkup_results_table.pdf tr td.bg-danger {
  background-color: #ff7f70 !important;
}

#checkupAftercareModal {
  height: -webkit-fill-available;
}
#checkupAftercareModal #checkup_result_modal {
  overflow-y: overlay;
  max-height: 500px;
  transition: max-height 0.35s ease;
}

body {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.modal-open {
  overflow-y: auto;
}

@media print {
  @page {
    size: 10mm 20mm;
  }
  .alert.show {
    display: none;
  }
}
/* direct_uploads.css */
.direct-upload {
  display: inline-block;
  position: relative;
  padding: 2px 4px;
  margin: 0 3px 3px 0;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  font-size: 11px;
  line-height: 13px;
}

.direct-upload--pending {
  opacity: 0.6;
}

.direct-upload__progress {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0.2;
  background: #0076ff;
  transition: width 120ms ease-out, opacity 60ms 60ms ease-in;
  transform: translate3d(0, 0, 0);
}

.direct-upload--complete .direct-upload__progress {
  opacity: 0.4;
}

.direct-upload--error {
  border-color: red;
}

input[type=file][data-direct-upload-url][disabled] {
  display: none;
}

.required::after {
  color: #e00;
  content: " *";
}

table#checkup_results_table .diagonal-item, table#checkup_results_table .diagonal-group {
  background-image: linear-gradient(to top left, transparent, transparent 49%, #dee2e6 49%, #dee2e6 51%, transparent 51%, transparent);
}
table#checkup_results_table .diagonal-group {
  background-color: #fff3cd;
}
table#checkup_results_table.pdf tr th {
  background-color: #d4edda;
}
table#checkup_results_table.pdf tr td.alert-warning {
  background-color: #fff4d1;
}

#consultation_requests .guide_outer_frame {
  background-color: #98cae9;
}
#consultation_requests .guide_inside {
  background-color: #cde5f4;
}
#consultation_requests .guide_title {
  color: #5d6f92;
}
#consultation_requests .guide_title_under_line {
  border-bottom: Solid;
  border-color: #98cae9;
  border-width: 4px;
}
#consultation_requests .consultation_request_todate {
  color: #da4a30;
  font-size: 1.3em;
  text-align: center;
  border-bottom: Solid;
  border-color: #c30d23;
  border-width: 2px;
}
#consultation_requests .precautions_header {
  color: #796b58;
  background-color: #efe0be;
}
#consultation_requests .sc_consultation_request_button {
  font-size: 1.4em;
  float: left;
  text-align: center;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #668ad8; /*ボタン色*/
  color: #fff;
  border-bottom: solid 4px #627295;
  border-radius: 3px;
}
#consultation_requests .sc_consultation_request_button:active {
  /*ボタンを押したとき*/
  -ms-transform: translateY(4px);
  -webkit-transform: translateY(4px);
  transform: translateY(4px); /*下に動く*/
  border-bottom: 0;
}
#consultation_requests .sc_consultation_back_button {
  font-size: 1.4em;
  float: left;
  text-align: center;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #e7e8c0; /*ボタン色*/
  color: #393a30;
  border-bottom: solid 4px #96b559;
  border-radius: 3px;
}
#consultation_requests .sc_consultation_back_button:active {
  /*ボタンを押したとき*/
  -ms-transform: translateY(4px);
  -webkit-transform: translateY(4px);
  transform: translateY(4px); /*下に動く*/
  border-bottom: 0;
}

.custom_pivot_load button.entry {
  padding-right: 2rem !important;
}
.custom_pivot_load .dropdown-menu .dropdown-item {
  cursor: pointer;
}

.image-checkbox {
  cursor: pointer;
  position: relative;
  height: 100%;
  padding: 0;
  border: 3px solid #eeeeee;
  border-radius: 14px;
  background-color: #ffffff;
  opacity: 0.6;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.image-checkbox img {
  width: 100%;
  height: 100%;
}
.image-checkbox:hover {
  opacity: 1;
  border-color: #1ba447;
  background-color: #ffffff;
}
.image-checkbox input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.image-checkbox.active {
  opacity: 1;
  border-color: #1ba447;
  background-color: #ffffff;
}

.btn-outline-info {
  color: #147834 !important;
  border-color: #147834 !important;
}

.btn-outline-info:hover {
  color: #fff !important;
  background: #147834 !important;
  border-color: #147834 !important;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff !important;
  background: #147834 !important;
  border-color: #147834 !important;
}

.nav-tabs .nav-item .nav-link.active, #scenes .nav-item .nav-link.active {
  color: white !important;
  background: #147834 !important;
}

/*  activities */
.activities .btn-submit {
  padding: 2.5px 3rem !important;
}
.activities .bottom-boder-color {
  height: 2.25px;
  background: #cccccc;
}
.activities .btn-padding-group {
  padding: 5px 0;
}
.activities .padding-radio-button-ja {
  font-size: 11.5px;
  padding: 3px 17px;
}
.activities .padding-dif-ja {
  padding: 3px 13px;
}
.activities .col-label-date-time {
  width: 25%;
}
.activities .col-input-date-time {
  width: 75%;
}
.activities .col-label-ja {
  width: 16%;
}
.activities .col-input-ja {
  width: 84%;
}
.activities .col-input-ja .padding-drinking-radio-ja {
  width: 32%;
}
.activities .col-meal-qty-ja {
  width: 39%;
}
.activities .col-daily-ingest-ja {
  width: 61%;
}
.activities .hidden-border {
  overflow: hidden;
}
.activities .hidden-border .border-color-top {
  height: 3px;
  width: 100%;
  background-color: #69bb82;
}

#card-left-activities {
  height: auto;
}
#card-left-activities label.btn.btn-outline-info.radio-checkbox.focus {
  box-shadow: none;
}
#card-left-activities .parent-background-ja,
#card-left-activities .parent-background-en {
  background-color: whitesmoke;
}
#card-left-activities .parent-background-ja .form-padding,
#card-left-activities .parent-background-en .form-padding {
  padding: 6.5px 0;
}
#card-left-activities .parent-background-ja .form-padding .small_label-ja,
#card-left-activities .parent-background-en .form-padding .small_label-ja {
  padding: 7px 0;
  margin: 0;
}
#card-left-activities .parent-background-ja .form-padding .drinking-label-ja,
#card-left-activities .parent-background-en .form-padding .drinking-label-ja {
  padding: 15px 0;
}
#card-left-activities .parent-background-ja .form-padding .small_input,
#card-left-activities .parent-background-en .form-padding .small_input {
  line-height: 20px;
  height: 25px;
  margin: 5px 0;
  padding: 6px 12px;
  display: block;
}
#card-left-activities .parent-background-ja .form-padding .input-icon,
#card-left-activities .parent-background-en .form-padding .input-icon {
  height: 25px;
  margin: 5px 0;
}
#card-left-activities .parent-background-ja .form-padding .input-icon .input-group-text,
#card-left-activities .parent-background-en .form-padding .input-icon .input-group-text {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
#card-left-activities .parent-background-ja .padding-date-time,
#card-left-activities .parent-background-en .padding-date-time {
  padding: 2px 0;
}
#card-left-activities .bg-date {
  background-color: #e6fae6;
}
#card-left-activities .padding-button-bottom {
  padding: 12px 0 25px;
}

#card-right-activities {
  background-color: #fff7e9;
}
#card-right-activities ul {
  list-style: none;
  font-size: 11.7px;
}
#card-right-activities .header-title-w {
  width: 100%;
}

#chart-ingest {
  height: 373px;
}

#chart-meal {
  height: 373px;
}

/* measurement */
.measurement .btn-submit {
  padding: 2.5px 2rem !important;
}
.measurement .card-border {
  overflow: hidden;
}
.measurement .card-border .border-color-top {
  height: 3px;
  width: 100%;
  background-color: #147834;
}

#card-left-measurement .parent-background-ja,
#card-left-measurement .parent-background-en {
  background-color: whitesmoke;
}
#card-left-measurement .parent-background-ja .form-padding,
#card-left-measurement .parent-background-en .form-padding {
  padding: 6.5px 0;
}
#card-left-measurement .parent-background-ja .form-padding .small_label,
#card-left-measurement .parent-background-en .form-padding .small_label {
  padding: 7px 0;
  margin: 0;
}
#card-left-measurement .parent-background-ja .form-padding .small_input,
#card-left-measurement .parent-background-en .form-padding .small_input {
  line-height: 20px;
  height: 25px;
  margin: 5px 0;
  padding: 6px 12px;
  display: block;
}
#card-left-measurement .parent-background-ja .form-padding .input-icon,
#card-left-measurement .parent-background-en .form-padding .input-icon {
  height: 25px;
  margin: 5px 0;
}
#card-left-measurement .parent-background-ja .form-padding .input-icon .input-group-text,
#card-left-measurement .parent-background-en .form-padding .input-icon .input-group-text {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
#card-left-measurement .parent-background-ja .padding-date-time,
#card-left-measurement .parent-background-en .padding-date-time {
  padding: 1px 0;
}
#card-left-measurement .bg-date {
  background-color: #e6fae6;
}
#card-left-measurement .padding-button-bottom {
  padding: 12px 0 25px;
}

#card-right-measurement {
  height: 463px;
}

/* ul-nav-tab */
.ul-daily-activities {
  position: relative;
  font-size: 15px;
  letter-spacing: 3px;
}
.ul-daily-activities .li-activies {
  width: 39.5%;
  text-align: center;
}
.ul-daily-activities .li-activies .nav-link {
  border-color: #e9ecef #e9ecef #dee2e6;
  background-color: #f8f8f8;
  padding-top: 8px !important;
}
.ul-daily-activities .li-daily-records {
  margin-left: 7.25%;
}
.ul-daily-activities .li-meal {
  margin-left: 7%;
  height: 40px;
}

@media only screen and (min-width: 320px) {
  #first-form-activities {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    /* col-meal-qty locale en*/
  }
  #first-form-activities .col-meal-qty-ja,
  #first-form-activities .col-meal-qty-en {
    width: 100%;
    /* col-label with locale ja*/
    /* col-input with locale ja*/
  }
  #first-form-activities .col-meal-qty-ja .col-label-date-time-ja,
  #first-form-activities .col-meal-qty-en .col-label-date-time-ja {
    width: 25%;
  }
  #first-form-activities .col-meal-qty-ja .col-input-date-time-ja,
  #first-form-activities .col-meal-qty-en .col-input-date-time-ja {
    width: 75%;
    padding: 0 15px 0 5px;
  }
  #first-form-activities .col-meal-qty-ja .col-label-ja,
  #first-form-activities .col-meal-qty-en .col-label-ja {
    width: 18%;
    font-size: 12px;
    padding-left: 12px;
    padding-right: 10px;
  }
  #first-form-activities .col-meal-qty-ja .col-label-ja .drinking-label-ja,
  #first-form-activities .col-meal-qty-en .col-label-ja .drinking-label-ja {
    padding: 21px 0;
  }
  #first-form-activities .col-meal-qty-ja .col-input-ja,
  #first-form-activities .col-meal-qty-en .col-input-ja {
    width: 82%;
    padding: 0 15px 0 5px;
  }
  #first-form-activities .col-meal-qty-ja .col-input-ja .padding-radio-button-ja,
  #first-form-activities .col-meal-qty-en .col-input-ja .padding-radio-button-ja {
    padding: 3px 11px;
  }
  #first-form-activities .col-meal-qty-ja .col-input-ja .padding-drinking-radio-ja,
  #first-form-activities .col-meal-qty-en .col-input-ja .padding-drinking-radio-ja {
    padding: 16px 3px;
  }
  #first-form-activities .col-meal-qty-ja .col-input-ja .radio-dif-ja,
  #first-form-activities .col-meal-qty-en .col-input-ja .radio-dif-ja {
    padding: 8.25px 6px;
  }
  #first-form-activities .col-daily-ingest-ja,
  #first-form-activities .col-daily-ingest-en {
    width: 100%;
    /* title */
  }
  #first-form-activities .col-daily-ingest-ja .h5-d-ingest,
  #first-form-activities .col-daily-ingest-en .h5-d-ingest {
    padding: 15px 0;
  }
  #first-form-activities .col-daily-ingest-ja .col-food,
  #first-form-activities .col-daily-ingest-en .col-food {
    width: 20%;
    height: 16.5%;
    padding: 0.15% 1.5% 2.5%;
  }
  #first-form-activities .col-meal-qty-en .col-label-date-time-en {
    width: 30%;
  }
  #first-form-activities .col-meal-qty-en .col-input-date-time-en {
    width: 70%;
  }
  #first-form-activities .col-meal-qty-en .col-label-en {
    width: 100%;
  }
  #first-form-activities .col-meal-qty-en .col-label-en .small_label-en {
    margin-bottom: 0;
  }
  #first-form-activities .col-meal-qty-en .col-input-en {
    width: 100%;
  }
  #first-form-activities .col-meal-qty-en .col-input-en .padding-drinking-radio-en {
    font-size: 12px;
    padding: 10px 8px;
  }
  #first-form-activities .col-meal-qty-en .col-drinking-en {
    padding-left: 5px;
    padding-right: 5px;
  }
  /* padding h5 */
  .padding-h4-title {
    padding: 10px 0;
  }
  .margin-last-meal-q {
    margin-bottom: 9px !important;
  }
  .w-btn-radio-en {
    width: 100%;
  }
  .w-btn-radio-ja {
    width: 100%;
  }
  #second-form-activities {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .measurement-space {
    padding: 0 !important;
  }
  .parent-background-ja {
    padding: 0 20px;
  }
  .parent-background-en {
    padding: 0 10px;
  }
  .border-color-none {
    display: none;
  }
  .border-all {
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    border-top: 8px solid #147834 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  #card-left-activities,
  #card-right-activities,
  #chart-ingest,
  #chart-meal,
  #card-left-measurement,
  #card-right-measurement {
    border: 0;
  }
  .activities_tab-en {
    height: 62px;
    padding: 18px !important;
  }
  .padding-daily-ingest-title {
    padding-top: 15px !important;
  }
  .bottom-boder-color {
    display: none;
  }
  .ul-info-food {
    display: none;
  }
  .image-checkbox {
    border: 2px solid #eee;
    border-radius: 5px;
  }
  /* meaurement */
  #card-left-measurement .col-label-ja,
  #card-left-measurement .col-label-date-time-ja {
    width: 24%;
    font-size: 11px;
    padding: 0 5px;
  }
  #card-left-measurement .col-input-ja,
  #card-left-measurement .col-input-date-time-ja {
    width: 76%;
    padding: 0 5px;
  }
  #card-left-measurement .col-label-en {
    width: 100%;
  }
  #card-left-measurement .col-input-en {
    width: 100%;
  }
  .col-left-measurement {
    width: 100% !important;
  }
  .col-right-measurement {
    width: 100% !important;
  }
}
@media only screen and (min-width: 375px) {
  /*col-left-activies*/
  #first-form-activities {
    /* col-meal-qty locale en*/
  }
  #first-form-activities .col-meal-qty-ja,
  #first-form-activities .col-meal-qty-en {
    width: 100%;
    /*label input date time locale-ja*/
    /*label input locale-ja*/
  }
  #first-form-activities .col-meal-qty-ja .col-label-date-time-ja,
  #first-form-activities .col-meal-qty-en .col-label-date-time-ja {
    width: 28%;
  }
  #first-form-activities .col-meal-qty-ja .col-input-date-time-ja,
  #first-form-activities .col-meal-qty-en .col-input-date-time-ja {
    width: 72%;
  }
  #first-form-activities .col-meal-qty-ja .col-label-ja,
  #first-form-activities .col-meal-qty-en .col-label-ja {
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
  }
  #first-form-activities .col-meal-qty-ja .col-input-ja .radio-dif-ja,
  #first-form-activities .col-meal-qty-en .col-input-ja .radio-dif-ja {
    padding: 8.25px 12px;
  }
  #first-form-activities .col-daily-ingest-ja .col-food,
  #first-form-activities .col-daily-ingest-en .col-food {
    height: 19.5%;
    padding: 0.15% 1.5% 2.5%;
  }
  #first-form-activities .col-meal-qty-en .parent-background-en {
    padding: 0 20px;
  }
  #first-form-activities .col-meal-qty-en .col-drinking-en {
    padding-left: 15px;
    padding-right: 15px;
  }
  #card-left-measurement {
    /* locale ja*/
    /* locale en*/
  }
  #card-left-measurement .col-label-date-time-ja {
    width: 26%;
    font-size: 13px;
    padding: 0 5px 0 15px;
  }
  #card-left-measurement .col-input-date-time-ja {
    width: 74%;
    padding: 0 15px 0 5px;
  }
  #card-left-measurement .col-label-ja {
    width: 26%;
    font-size: 13px;
    padding: 0 5px 0 15px;
  }
  #card-left-measurement .col-input-ja {
    width: 74%;
    padding: 0 15px 0 5px;
  }
  #card-left-measurement .col-label-date-time-en {
    width: 53%;
  }
  #card-left-measurement .col-input-date-time-en {
    width: 47%;
  }
  #card-left-measurement .col-label-en {
    width: 53%;
  }
  #card-left-measurement .col-input-en {
    width: 47%;
  }
  .parent-background-en {
    padding: 0 20px;
  }
  .image-checkbox {
    border: 3px solid #eee;
    border-radius: 8px;
  }
}
@media only screen and (min-width: 414px) {
  #first-form-activities .col-meal-qty-ja,
  #first-form-activities .col-meal-qty-en {
    width: 100%;
  }
  #first-form-activities .col-meal-qty-ja .col-input-date-time-ja,
  #first-form-activities .col-meal-qty-en .col-input-date-time-ja {
    padding: 0 15px;
  }
  #first-form-activities .col-meal-qty-ja .col-label-ja,
  #first-form-activities .col-meal-qty-en .col-label-ja {
    font-size: 13px;
  }
  #first-form-activities .col-meal-qty-ja .col-input-ja,
  #first-form-activities .col-meal-qty-en .col-input-ja {
    padding: 0 15px;
  }
  #first-form-activities .col-meal-qty-ja .col-input-ja .padding-drinking-radio-ja,
  #first-form-activities .col-meal-qty-en .col-input-ja .padding-drinking-radio-ja {
    padding: 18px 3px;
  }
  #first-form-activities .col-meal-qty-ja .col-input-ja .radio-dif-ja,
  #first-form-activities .col-meal-qty-en .col-input-ja .radio-dif-ja {
    padding: 7px 14px;
  }
  #first-form-activities .col-daily-ingest-ja .col-food,
  #first-form-activities .col-daily-ingest-en .col-food {
    height: 21.5%;
    padding: 0.15% 1.5% 2.5%;
  }
  .parent-background-ja,
  .parent-background-en {
    padding: 0 20px;
  }
  #card-left-measurement .col-label-date-time-en {
    width: 47%;
  }
  #card-left-measurement .col-input-date-time-en {
    width: 53%;
  }
  #card-left-measurement .col-label-en {
    width: 47%;
  }
  #card-left-measurement .col-input-en {
    width: 53%;
  }
}
@media only screen and (min-width: 568px) {
  #first-form-activities .col-meal-qty-ja,
  #first-form-activities .col-meal-qty-en {
    /* label date-time locale-ja */
    /* input date-time locale-ja */
    /* label locale-ja */
    /* imput locale-ja */
  }
  #first-form-activities .col-meal-qty-ja .col-label-date-time-ja,
  #first-form-activities .col-meal-qty-en .col-label-date-time-ja {
    width: 50%;
    padding: 0 5px 0 25px;
  }
  #first-form-activities .col-meal-qty-ja .col-label-date-time-ja .small_label-ja,
  #first-form-activities .col-meal-qty-en .col-label-date-time-ja .small_label-ja {
    padding: 7px 0;
  }
  #first-form-activities .col-meal-qty-ja .col-input-date-time-ja,
  #first-form-activities .col-meal-qty-en .col-input-date-time-ja {
    width: 50%;
    padding: 0 25px 0 5px;
  }
  #first-form-activities .col-meal-qty-ja .col-label-ja,
  #first-form-activities .col-meal-qty-en .col-label-ja {
    padding: 0 5px 0 25px;
  }
  #first-form-activities .col-meal-qty-ja .col-label-ja .small_label-ja,
  #first-form-activities .col-meal-qty-en .col-label-ja .small_label-ja {
    padding: 7px 0;
  }
  #first-form-activities .col-meal-qty-ja .col-label-ja .drinking-label-ja,
  #first-form-activities .col-meal-qty-en .col-label-ja .drinking-label-ja {
    padding: 21px 0;
  }
  #first-form-activities .col-meal-qty-ja .col-input-ja,
  #first-form-activities .col-meal-qty-en .col-input-ja {
    padding: 0 25px 0 5px;
  }
  #first-form-activities .col-meal-qty-ja .col-input-ja .radio-dif-ja,
  #first-form-activities .col-meal-qty-en .col-input-ja .radio-dif-ja {
    padding: 16px 6px;
  }
  #first-form-activities .col-meal-qty-ja .col-label-en,
  #first-form-activities .col-meal-qty-en .col-label-en {
    width: 25%;
  }
  #first-form-activities .col-meal-qty-ja .col-label-en .re-small-label-en,
  #first-form-activities .col-meal-qty-ja .col-label-en .drinking-label-en,
  #first-form-activities .col-meal-qty-en .col-label-en .re-small-label-en,
  #first-form-activities .col-meal-qty-en .col-label-en .drinking-label-en {
    padding: 10px 0;
  }
  #first-form-activities .col-meal-qty-ja .col-input-en,
  #first-form-activities .col-meal-qty-en .col-input-en {
    width: 75%;
  }
  #first-form-activities .col-daily-ingest-ja,
  #first-form-activities .col-daily-ingest-en {
    /* title */
  }
  #first-form-activities .col-daily-ingest-ja .h5-d-ingest,
  #first-form-activities .col-daily-ingest-en .h5-d-ingest {
    padding: 20px 0 18px;
  }
  #first-form-activities .col-daily-ingest-ja .col-food,
  #first-form-activities .col-daily-ingest-en .col-food {
    height: 30.5%;
    padding: 0.15% 1.5% 2.5%;
  }
  #card-left-measurement .col-label-date-time-en {
    width: 36%;
  }
  #card-left-measurement .col-input-date-time-en {
    width: 64%;
  }
  #card-left-measurement .col-label-en {
    width: 36%;
  }
  #card-left-measurement .col-input-en {
    width: 64%;
  }
  /* h5 title */
  .padding-h4-title {
    padding: 20px 0;
  }
  .margin-last-meal-q {
    margin-bottom: 15px !important;
  }
  .parent-background-en {
    padding: 0 25px;
  }
  /* ul */
  .ul-info-food {
    display: block;
  }
  .notification-ul {
    display: none;
  }
  .activities_tab-en {
    height: 40px;
    padding: 8px !important;
  }
}
@media only screen and (min-width: 667px) {
  #first-form-activities {
    /* col-meal-qty locale en */
  }
  #first-form-activities .col-daily-ingest-ja .col-food,
  #first-form-activities .col-daily-ingest-en .col-food {
    height: 36%;
    padding: 0.15% 1.5% 2.5%;
  }
  #first-form-activities .col-meal-qty-en {
    /* label-date-time locale en */
    /* input-date-time locale en */
  }
  #first-form-activities .col-meal-qty-en .col-label-date-time-en {
    width: 35%;
  }
  #first-form-activities .col-meal-qty-en .col-input-date-time-en {
    width: 65%;
  }
  .parent-background-en {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 736px) {
  #first-form-activities {
    /*col-meal-qty-ja*/
    /*eat image check box*/
  }
  #first-form-activities .col-meal-qty-ja,
  #first-form-activities .col-meal-qty-en {
    /* label-date-time locale ja*/
    /* input-date-time locale ja*/
    /* label locale ja*/
    /* input locale ja*/
  }
  #first-form-activities .col-meal-qty-ja .col-label-date-time-ja,
  #first-form-activities .col-meal-qty-en .col-label-date-time-ja {
    width: 55%;
  }
  #first-form-activities .col-meal-qty-ja .col-label-date-time-ja .small_label-ja,
  #first-form-activities .col-meal-qty-en .col-label-date-time-ja .small_label-ja {
    padding: 9px 0;
  }
  #first-form-activities .col-meal-qty-ja .col-input-date-time-ja,
  #first-form-activities .col-meal-qty-en .col-input-date-time-ja {
    width: 45%;
  }
  #first-form-activities .col-meal-qty-ja .col-label-ja,
  #first-form-activities .col-meal-qty-en .col-label-ja {
    font-size: 14px;
  }
  #first-form-activities .col-meal-qty-ja .col-label-ja .small_label-ja,
  #first-form-activities .col-meal-qty-en .col-label-ja .small_label-ja {
    padding: 9px 0;
  }
  #first-form-activities .col-meal-qty-ja .col-label-ja .drinking-label-ja,
  #first-form-activities .col-meal-qty-en .col-label-ja .drinking-label-ja {
    padding: 23px 0;
  }
  #first-form-activities .col-meal-qty-ja .col-input-ja .padding-radio-button-ja,
  #first-form-activities .col-meal-qty-en .col-input-ja .padding-radio-button-ja {
    padding: 3px 22px;
    font-size: 14px;
  }
  #first-form-activities .col-daily-ingest-ja .col-food,
  #first-form-activities .col-daily-ingest-en .col-food {
    height: 37.5%;
    padding: 0.15% 1.5% 2.5%;
  }
  /* padding measurement */
  .measurement-space {
    padding: 0 !important;
  }
  .image-checkbox {
    border: 3px solid #eee;
    border-radius: 10px;
  }
}
@media only screen and (min-width: 812px) {
  #first-form-activities .col-daily-ingest-ja .col-food,
  #first-form-activities .col-daily-ingest-en .col-food {
    height: 42.5%;
    padding: 0.15% 1.5% 2.5%;
  }
  #second-form-activities {
    padding: 1.5rem;
    margin: 0.25rem;
  }
}
@media only screen and (min-width: 992px) {
  #first-form-activities {
    padding: 0 1.5rem;
    margin: 0 0.25rem;
  }
  #first-form-activities .col-meal-qty-ja .col-label-date-time-ja .small_label-ja,
  #first-form-activities .col-meal-qty-en .col-label-date-time-ja .small_label-ja {
    padding: 7px 0;
  }
  #first-form-activities .col-meal-qty-ja .col-label-ja,
  #first-form-activities .col-meal-qty-en .col-label-ja {
    width: 16%;
  }
  #first-form-activities .col-meal-qty-ja .col-label-ja .small_label-ja,
  #first-form-activities .col-meal-qty-en .col-label-ja .small_label-ja {
    padding: 7px 0;
  }
  #first-form-activities .col-meal-qty-ja .col-label-ja .drinking-label-ja,
  #first-form-activities .col-meal-qty-en .col-label-ja .drinking-label-ja {
    padding: 15px 0;
  }
  #first-form-activities .col-meal-qty-ja .col-input-ja,
  #first-form-activities .col-meal-qty-en .col-input-ja {
    width: 84%;
  }
  #first-form-activities .col-meal-qty-ja .col-input-ja .padding-drinking-radio-ja,
  #first-form-activities .col-meal-qty-en .col-input-ja .padding-drinking-radio-ja {
    width: 32%;
    font-size: 12px;
    padding: 12px 6px;
  }
  #first-form-activities .col-meal-qty-ja .col-input-ja .radio-dif-ja,
  #first-form-activities .col-meal-qty-en .col-input-ja .radio-dif-ja {
    padding: 12.25px 13px;
  }
  #first-form-activities .col-daily-ingest-ja .col-food,
  #first-form-activities .col-daily-ingest-en .col-food {
    width: 20%;
    height: 34%;
    padding: 0.2% 2.1% 2.2%;
  }
  .image-checkbox {
    border: 3px solid #eee;
    border-radius: 12px;
  }
}
@media only screen and (min-width: 1230px) {
  #first-form-activities {
    padding: 1.5rem 1.5rem 0;
    margin: 0.25rem;
  }
  #first-form-activities .col-meal-qty-ja,
  #first-form-activities .col-meal-qty-en {
    width: 45%;
    /* label locale en */
    /* input locale en */
  }
  #first-form-activities .col-meal-qty-ja .col-label-date-time-ja,
  #first-form-activities .col-meal-qty-en .col-label-date-time-ja {
    width: 25%;
    padding: 0 5px 0 15px;
  }
  #first-form-activities .col-meal-qty-ja .col-label-date-time-ja .small_label-ja,
  #first-form-activities .col-meal-qty-en .col-label-date-time-ja .small_label-ja {
    padding: 7px 0;
  }
  #first-form-activities .col-meal-qty-ja .col-input-date-time-ja,
  #first-form-activities .col-meal-qty-en .col-input-date-time-ja {
    width: 75%;
    padding: 0 15px 0 5px;
  }
  #first-form-activities .col-meal-qty-ja .col-label-ja,
  #first-form-activities .col-meal-qty-en .col-label-ja {
    font-size: 13px;
    padding: 0 5px 0 15px;
  }
  #first-form-activities .col-meal-qty-ja .col-label-ja .small_label-ja,
  #first-form-activities .col-meal-qty-en .col-label-ja .small_label-ja {
    padding: 7px 0;
  }
  #first-form-activities .col-meal-qty-ja .col-label-ja .drinking-label-ja,
  #first-form-activities .col-meal-qty-en .col-label-ja .drinking-label-ja {
    padding: 15px 0;
  }
  #first-form-activities .col-meal-qty-ja .col-input-ja,
  #first-form-activities .col-meal-qty-en .col-input-ja {
    padding: 0 15px 0 5px;
  }
  #first-form-activities .col-meal-qty-ja .col-input-ja .padding-radio-button-ja,
  #first-form-activities .col-meal-qty-en .col-input-ja .padding-radio-button-ja {
    font-size: 11.5px;
    padding: 3px 12px;
  }
  #first-form-activities .col-meal-qty-ja .col-input-ja .radio-dif-ja,
  #first-form-activities .col-meal-qty-en .col-input-ja .radio-dif-ja {
    padding: 4.25px 15px;
  }
  #first-form-activities .col-meal-qty-ja .col-label-en,
  #first-form-activities .col-meal-qty-en .col-label-en {
    width: 100%;
  }
  #first-form-activities .col-meal-qty-ja .col-label-en .re-small-label-en,
  #first-form-activities .col-meal-qty-ja .col-label-en .drinking-label-en,
  #first-form-activities .col-meal-qty-en .col-label-en .re-small-label-en,
  #first-form-activities .col-meal-qty-en .col-label-en .drinking-label-en {
    padding: 0;
  }
  #first-form-activities .col-meal-qty-ja .col-input-en,
  #first-form-activities .col-meal-qty-en .col-input-en {
    width: 100%;
  }
  #first-form-activities .col-daily-ingest-ja,
  #first-form-activities .col-daily-ingest-en {
    width: 55%;
  }
  .parent-background-en {
    padding: 0 20px;
  }
  .measurement-space {
    padding: 1.5rem !important;
    margin: 0.25rem;
  }
  .padding-daily-ingest-title {
    padding-top: 20px !important;
  }
  .border-all {
    border: 2px solid #147834 !important;
    border-radius: 0.75rem;
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }
  .bottom-boder-color {
    display: block;
  }
  #card-left-activities,
  #card-right-activities,
  #chart-ingest,
  #chart-meal,
  #card-left-measurement,
  #card-right-measurement {
    border: 1px solid #dee2e6;
  }
  .border-color-none {
    display: block;
  }
  /* height card of tab activities */
  .card-meal-qty-ja {
    height: 371px;
  }
  .card-daily-ingest-ja {
    height: 371px;
  }
  .card-meal-qty-en {
    height: 535px;
  }
  .card-daily-ingest-en {
    height: 535px;
  }
  /* height card of tab measurement */
  #card-right-measurement {
    height: 463px;
  }
  .btn-group.btn-group-toggle.w-50 {
    background-color: white;
  }
  label.pt-1.pb-1.btn.btn-outline-success.ps-2.pe-2.active, label.pt-1.pb-1.btn.btn-outline-success.ps-2.pe-2:hover {
    background-color: #1ba447;
  }
}
@media only screen and (min-width: 1355px) {
  #first-form-activities .col-meal-qty-ja,
  #first-form-activities .col-meal-qty-en {
    width: 39%;
  }
  #first-form-activities .col-meal-qty-ja .col-label-date-time-ja,
  #first-form-activities .col-meal-qty-en .col-label-date-time-ja {
    width: 27%;
  }
  #first-form-activities .col-meal-qty-ja .col-input-date-time-ja,
  #first-form-activities .col-meal-qty-en .col-input-date-time-ja {
    width: 73%;
  }
  #first-form-activities .col-daily-ingest-ja,
  #first-form-activities .col-daily-ingest-en {
    width: 61%;
  }
  #card-left-measurement {
    /* locale ja */
    /* locale en */
  }
  #card-left-measurement .col-label-date-time-ja {
    font-size: 13px;
    width: 40%;
    padding: 0 15px;
  }
  #card-left-measurement .col-input-date-time-ja {
    width: 60%;
    padding: 0 15px;
  }
  #card-left-measurement .col-label-ja {
    width: 20%;
    font-size: 13px;
    padding: 0 15px;
  }
  #card-left-measurement .col-input-ja {
    width: 80%;
    padding: 0 15px;
  }
  #card-left-measurement .col-label-date-time-en {
    width: 40%;
  }
  #card-left-measurement .col-input-date-time-en {
    width: 60%;
  }
  #card-left-measurement .col-label-en {
    width: 40%;
  }
  #card-left-measurement .col-input-en {
    width: 60%;
  }
  .parent-background-en {
    padding: 0 20px;
  }
  .w-btn-radio-private-ja {
    width: 100% !important;
  }
  .w-btn-radio-ja {
    width: 80%;
  }
  .col-left-measurement {
    width: 50% !important;
  }
  .col-right-measurement {
    width: 50% !important;
  }
}
@media only screen and (min-width: 1366px) {
  #first-form-activities .col-daily-ingest-ja .col-food,
  #first-form-activities .col-daily-ingest-en .col-food {
    width: 20%;
    height: 119px;
    padding: 0.2% 1.9% 3.6%;
  }
}
@media only screen and (min-width: 1367px) {
  #first-form-activities .col-daily-ingest-ja .col-food,
  #first-form-activities .col-daily-ingest-en .col-food {
    width: 20%;
    height: 34%;
    padding: 0.2% 2.1% 2.2%;
  }
}
@media only screen and (min-width: 1500px) {
  .card-meal-qty-ja {
    height: 450px;
  }
  .card-daily-ingest-ja {
    height: 450px;
  }
  #first-form-activities .col-meal-qty-ja .col-input-ja .radio-dif-ja,
  #first-form-activities .col-meal-qty-en .col-input-ja .radio-dif-ja {
    padding: 12px 14px;
  }
}
.fc-header-toolbar h2, .fc-header-toolbar .h2 {
  font-size: 1.7em;
  white-space: normal !important;
}

.events-child-post {
  background-color: #f1f3f5;
}

.carousel-inner .carousel-item img {
  display: block;
  max-width: 600px;
  max-height: 600px;
  line-height: 1;
  object-fit: contain;
  width: 100%;
}

div#image-preview-container img:hover {
  position: relative;
  transform: scale(2.5);
  transition: transform 0.25s ease;
  z-index: 10000;
}

#modalShowChart .modal-dialog .row .col-auto {
  margin: auto;
}
@media screen and (max-width: 320px) {
  #modalShowChart .modal-dialog {
    margin: 0;
  }
}

.color-like {
  color: #2b8ab1;
}

#event_teams {
  background-color: #dcdcdc;
  max-height: 650px;
  overflow: auto;
}

/*!
 * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: "Font Awesome 6 Free";
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0::before {
  content: "\30 ";
}

.fa-1::before {
  content: "\31 ";
}

.fa-2::before {
  content: "\32 ";
}

.fa-3::before {
  content: "\33 ";
}

.fa-4::before {
  content: "\34 ";
}

.fa-5::before {
  content: "\35 ";
}

.fa-6::before {
  content: "\36 ";
}

.fa-7::before {
  content: "\37 ";
}

.fa-8::before {
  content: "\38 ";
}

.fa-9::before {
  content: "\39 ";
}

.fa-fill-drip::before {
  content: "\f576";
}

.fa-arrows-to-circle::before {
  content: "\e4bd";
}

.fa-circle-chevron-right::before {
  content: "\f138";
}

.fa-chevron-circle-right::before {
  content: "\f138";
}

.fa-at::before {
  content: "\@";
}

.fa-trash-can::before {
  content: "\f2ed";
}

.fa-trash-alt::before {
  content: "\f2ed";
}

.fa-text-height::before {
  content: "\f034";
}

.fa-user-xmark::before {
  content: "\f235";
}

.fa-user-times::before {
  content: "\f235";
}

.fa-stethoscope::before {
  content: "\f0f1";
}

.fa-message::before {
  content: "\f27a";
}

.fa-comment-alt::before {
  content: "\f27a";
}

.fa-info::before {
  content: "\f129";
}

.fa-down-left-and-up-right-to-center::before {
  content: "\f422";
}

.fa-compress-alt::before {
  content: "\f422";
}

.fa-explosion::before {
  content: "\e4e9";
}

.fa-file-lines::before {
  content: "\f15c";
}

.fa-file-alt::before {
  content: "\f15c";
}

.fa-file-text::before {
  content: "\f15c";
}

.fa-wave-square::before {
  content: "\f83e";
}

.fa-ring::before {
  content: "\f70b";
}

.fa-building-un::before {
  content: "\e4d9";
}

.fa-dice-three::before {
  content: "\f527";
}

.fa-calendar-days::before {
  content: "\f073";
}

.fa-calendar-alt::before {
  content: "\f073";
}

.fa-anchor-circle-check::before {
  content: "\e4aa";
}

.fa-building-circle-arrow-right::before {
  content: "\e4d1";
}

.fa-volleyball::before {
  content: "\f45f";
}

.fa-volleyball-ball::before {
  content: "\f45f";
}

.fa-arrows-up-to-line::before {
  content: "\e4c2";
}

.fa-sort-down::before {
  content: "\f0dd";
}

.fa-sort-desc::before {
  content: "\f0dd";
}

.fa-circle-minus::before {
  content: "\f056";
}

.fa-minus-circle::before {
  content: "\f056";
}

.fa-door-open::before {
  content: "\f52b";
}

.fa-right-from-bracket::before {
  content: "\f2f5";
}

.fa-sign-out-alt::before {
  content: "\f2f5";
}

.fa-atom::before {
  content: "\f5d2";
}

.fa-soap::before {
  content: "\e06e";
}

.fa-icons::before {
  content: "\f86d";
}

.fa-heart-music-camera-bolt::before {
  content: "\f86d";
}

.fa-microphone-lines-slash::before {
  content: "\f539";
}

.fa-microphone-alt-slash::before {
  content: "\f539";
}

.fa-bridge-circle-check::before {
  content: "\e4c9";
}

.fa-pump-medical::before {
  content: "\e06a";
}

.fa-fingerprint::before {
  content: "\f577";
}

.fa-hand-point-right::before {
  content: "\f0a4";
}

.fa-magnifying-glass-location::before {
  content: "\f689";
}

.fa-search-location::before {
  content: "\f689";
}

.fa-forward-step::before {
  content: "\f051";
}

.fa-step-forward::before {
  content: "\f051";
}

.fa-face-smile-beam::before {
  content: "\f5b8";
}

.fa-smile-beam::before {
  content: "\f5b8";
}

.fa-flag-checkered::before {
  content: "\f11e";
}

.fa-football::before {
  content: "\f44e";
}

.fa-football-ball::before {
  content: "\f44e";
}

.fa-school-circle-exclamation::before {
  content: "\e56c";
}

.fa-crop::before {
  content: "\f125";
}

.fa-angles-down::before {
  content: "\f103";
}

.fa-angle-double-down::before {
  content: "\f103";
}

.fa-users-rectangle::before {
  content: "\e594";
}

.fa-people-roof::before {
  content: "\e537";
}

.fa-people-line::before {
  content: "\e534";
}

.fa-beer-mug-empty::before {
  content: "\f0fc";
}

.fa-beer::before {
  content: "\f0fc";
}

.fa-diagram-predecessor::before {
  content: "\e477";
}

.fa-arrow-up-long::before {
  content: "\f176";
}

.fa-long-arrow-up::before {
  content: "\f176";
}

.fa-fire-flame-simple::before {
  content: "\f46a";
}

.fa-burn::before {
  content: "\f46a";
}

.fa-person::before {
  content: "\f183";
}

.fa-male::before {
  content: "\f183";
}

.fa-laptop::before {
  content: "\f109";
}

.fa-file-csv::before {
  content: "\f6dd";
}

.fa-menorah::before {
  content: "\f676";
}

.fa-truck-plane::before {
  content: "\e58f";
}

.fa-record-vinyl::before {
  content: "\f8d9";
}

.fa-face-grin-stars::before {
  content: "\f587";
}

.fa-grin-stars::before {
  content: "\f587";
}

.fa-bong::before {
  content: "\f55c";
}

.fa-spaghetti-monster-flying::before {
  content: "\f67b";
}

.fa-pastafarianism::before {
  content: "\f67b";
}

.fa-arrow-down-up-across-line::before {
  content: "\e4af";
}

.fa-spoon::before {
  content: "\f2e5";
}

.fa-utensil-spoon::before {
  content: "\f2e5";
}

.fa-jar-wheat::before {
  content: "\e517";
}

.fa-envelopes-bulk::before {
  content: "\f674";
}

.fa-mail-bulk::before {
  content: "\f674";
}

.fa-file-circle-exclamation::before {
  content: "\e4eb";
}

.fa-circle-h::before {
  content: "\f47e";
}

.fa-hospital-symbol::before {
  content: "\f47e";
}

.fa-pager::before {
  content: "\f815";
}

.fa-address-book::before {
  content: "\f2b9";
}

.fa-contact-book::before {
  content: "\f2b9";
}

.fa-strikethrough::before {
  content: "\f0cc";
}

.fa-k::before {
  content: "K";
}

.fa-landmark-flag::before {
  content: "\e51c";
}

.fa-pencil::before {
  content: "\f303";
}

.fa-pencil-alt::before {
  content: "\f303";
}

.fa-backward::before {
  content: "\f04a";
}

.fa-caret-right::before {
  content: "\f0da";
}

.fa-comments::before {
  content: "\f086";
}

.fa-paste::before {
  content: "\f0ea";
}

.fa-file-clipboard::before {
  content: "\f0ea";
}

.fa-code-pull-request::before {
  content: "\e13c";
}

.fa-clipboard-list::before {
  content: "\f46d";
}

.fa-truck-ramp-box::before {
  content: "\f4de";
}

.fa-truck-loading::before {
  content: "\f4de";
}

.fa-user-check::before {
  content: "\f4fc";
}

.fa-vial-virus::before {
  content: "\e597";
}

.fa-sheet-plastic::before {
  content: "\e571";
}

.fa-blog::before {
  content: "\f781";
}

.fa-user-ninja::before {
  content: "\f504";
}

.fa-person-arrow-up-from-line::before {
  content: "\e539";
}

.fa-scroll-torah::before {
  content: "\f6a0";
}

.fa-torah::before {
  content: "\f6a0";
}

.fa-broom-ball::before {
  content: "\f458";
}

.fa-quidditch::before {
  content: "\f458";
}

.fa-quidditch-broom-ball::before {
  content: "\f458";
}

.fa-toggle-off::before {
  content: "\f204";
}

.fa-box-archive::before {
  content: "\f187";
}

.fa-archive::before {
  content: "\f187";
}

.fa-person-drowning::before {
  content: "\e545";
}

.fa-arrow-down-9-1::before {
  content: "\f886";
}

.fa-sort-numeric-desc::before {
  content: "\f886";
}

.fa-sort-numeric-down-alt::before {
  content: "\f886";
}

.fa-face-grin-tongue-squint::before {
  content: "\f58a";
}

.fa-grin-tongue-squint::before {
  content: "\f58a";
}

.fa-spray-can::before {
  content: "\f5bd";
}

.fa-truck-monster::before {
  content: "\f63b";
}

.fa-w::before {
  content: "W";
}

.fa-earth-africa::before {
  content: "\f57c";
}

.fa-globe-africa::before {
  content: "\f57c";
}

.fa-rainbow::before {
  content: "\f75b";
}

.fa-circle-notch::before {
  content: "\f1ce";
}

.fa-tablet-screen-button::before {
  content: "\f3fa";
}

.fa-tablet-alt::before {
  content: "\f3fa";
}

.fa-paw::before {
  content: "\f1b0";
}

.fa-cloud::before {
  content: "\f0c2";
}

.fa-trowel-bricks::before {
  content: "\e58a";
}

.fa-face-flushed::before {
  content: "\f579";
}

.fa-flushed::before {
  content: "\f579";
}

.fa-hospital-user::before {
  content: "\f80d";
}

.fa-tent-arrow-left-right::before {
  content: "\e57f";
}

.fa-gavel::before {
  content: "\f0e3";
}

.fa-legal::before {
  content: "\f0e3";
}

.fa-binoculars::before {
  content: "\f1e5";
}

.fa-microphone-slash::before {
  content: "\f131";
}

.fa-box-tissue::before {
  content: "\e05b";
}

.fa-motorcycle::before {
  content: "\f21c";
}

.fa-bell-concierge::before {
  content: "\f562";
}

.fa-concierge-bell::before {
  content: "\f562";
}

.fa-pen-ruler::before {
  content: "\f5ae";
}

.fa-pencil-ruler::before {
  content: "\f5ae";
}

.fa-people-arrows::before {
  content: "\e068";
}

.fa-people-arrows-left-right::before {
  content: "\e068";
}

.fa-mars-and-venus-burst::before {
  content: "\e523";
}

.fa-square-caret-right::before {
  content: "\f152";
}

.fa-caret-square-right::before {
  content: "\f152";
}

.fa-scissors::before {
  content: "\f0c4";
}

.fa-cut::before {
  content: "\f0c4";
}

.fa-sun-plant-wilt::before {
  content: "\e57a";
}

.fa-toilets-portable::before {
  content: "\e584";
}

.fa-hockey-puck::before {
  content: "\f453";
}

.fa-table::before {
  content: "\f0ce";
}

.fa-magnifying-glass-arrow-right::before {
  content: "\e521";
}

.fa-tachograph-digital::before {
  content: "\f566";
}

.fa-digital-tachograph::before {
  content: "\f566";
}

.fa-users-slash::before {
  content: "\e073";
}

.fa-clover::before {
  content: "\e139";
}

.fa-reply::before {
  content: "\f3e5";
}

.fa-mail-reply::before {
  content: "\f3e5";
}

.fa-star-and-crescent::before {
  content: "\f699";
}

.fa-house-fire::before {
  content: "\e50c";
}

.fa-square-minus::before {
  content: "\f146";
}

.fa-minus-square::before {
  content: "\f146";
}

.fa-helicopter::before {
  content: "\f533";
}

.fa-compass::before {
  content: "\f14e";
}

.fa-square-caret-down::before {
  content: "\f150";
}

.fa-caret-square-down::before {
  content: "\f150";
}

.fa-file-circle-question::before {
  content: "\e4ef";
}

.fa-laptop-code::before {
  content: "\f5fc";
}

.fa-swatchbook::before {
  content: "\f5c3";
}

.fa-prescription-bottle::before {
  content: "\f485";
}

.fa-bars::before {
  content: "\f0c9";
}

.fa-navicon::before {
  content: "\f0c9";
}

.fa-people-group::before {
  content: "\e533";
}

.fa-hourglass-end::before {
  content: "\f253";
}

.fa-hourglass-3::before {
  content: "\f253";
}

.fa-heart-crack::before {
  content: "\f7a9";
}

.fa-heart-broken::before {
  content: "\f7a9";
}

.fa-square-up-right::before {
  content: "\f360";
}

.fa-external-link-square-alt::before {
  content: "\f360";
}

.fa-face-kiss-beam::before {
  content: "\f597";
}

.fa-kiss-beam::before {
  content: "\f597";
}

.fa-film::before {
  content: "\f008";
}

.fa-ruler-horizontal::before {
  content: "\f547";
}

.fa-people-robbery::before {
  content: "\e536";
}

.fa-lightbulb::before {
  content: "\f0eb";
}

.fa-caret-left::before {
  content: "\f0d9";
}

.fa-circle-exclamation::before {
  content: "\f06a";
}

.fa-exclamation-circle::before {
  content: "\f06a";
}

.fa-school-circle-xmark::before {
  content: "\e56d";
}

.fa-arrow-right-from-bracket::before {
  content: "\f08b";
}

.fa-sign-out::before {
  content: "\f08b";
}

.fa-circle-chevron-down::before {
  content: "\f13a";
}

.fa-chevron-circle-down::before {
  content: "\f13a";
}

.fa-unlock-keyhole::before {
  content: "\f13e";
}

.fa-unlock-alt::before {
  content: "\f13e";
}

.fa-cloud-showers-heavy::before {
  content: "\f740";
}

.fa-headphones-simple::before {
  content: "\f58f";
}

.fa-headphones-alt::before {
  content: "\f58f";
}

.fa-sitemap::before {
  content: "\f0e8";
}

.fa-circle-dollar-to-slot::before {
  content: "\f4b9";
}

.fa-donate::before {
  content: "\f4b9";
}

.fa-memory::before {
  content: "\f538";
}

.fa-road-spikes::before {
  content: "\e568";
}

.fa-fire-burner::before {
  content: "\e4f1";
}

.fa-flag::before {
  content: "\f024";
}

.fa-hanukiah::before {
  content: "\f6e6";
}

.fa-feather::before {
  content: "\f52d";
}

.fa-volume-low::before {
  content: "\f027";
}

.fa-volume-down::before {
  content: "\f027";
}

.fa-comment-slash::before {
  content: "\f4b3";
}

.fa-cloud-sun-rain::before {
  content: "\f743";
}

.fa-compress::before {
  content: "\f066";
}

.fa-wheat-awn::before {
  content: "\e2cd";
}

.fa-wheat-alt::before {
  content: "\e2cd";
}

.fa-ankh::before {
  content: "\f644";
}

.fa-hands-holding-child::before {
  content: "\e4fa";
}

.fa-asterisk::before {
  content: "\*";
}

.fa-square-check::before {
  content: "\f14a";
}

.fa-check-square::before {
  content: "\f14a";
}

.fa-peseta-sign::before {
  content: "\e221";
}

.fa-heading::before {
  content: "\f1dc";
}

.fa-header::before {
  content: "\f1dc";
}

.fa-ghost::before {
  content: "\f6e2";
}

.fa-list::before {
  content: "\f03a";
}

.fa-list-squares::before {
  content: "\f03a";
}

.fa-square-phone-flip::before {
  content: "\f87b";
}

.fa-phone-square-alt::before {
  content: "\f87b";
}

.fa-cart-plus::before {
  content: "\f217";
}

.fa-gamepad::before {
  content: "\f11b";
}

.fa-circle-dot::before {
  content: "\f192";
}

.fa-dot-circle::before {
  content: "\f192";
}

.fa-face-dizzy::before {
  content: "\f567";
}

.fa-dizzy::before {
  content: "\f567";
}

.fa-egg::before {
  content: "\f7fb";
}

.fa-house-medical-circle-xmark::before {
  content: "\e513";
}

.fa-campground::before {
  content: "\f6bb";
}

.fa-folder-plus::before {
  content: "\f65e";
}

.fa-futbol::before {
  content: "\f1e3";
}

.fa-futbol-ball::before {
  content: "\f1e3";
}

.fa-soccer-ball::before {
  content: "\f1e3";
}

.fa-paintbrush::before {
  content: "\f1fc";
}

.fa-paint-brush::before {
  content: "\f1fc";
}

.fa-lock::before {
  content: "\f023";
}

.fa-gas-pump::before {
  content: "\f52f";
}

.fa-hot-tub-person::before {
  content: "\f593";
}

.fa-hot-tub::before {
  content: "\f593";
}

.fa-map-location::before {
  content: "\f59f";
}

.fa-map-marked::before {
  content: "\f59f";
}

.fa-house-flood-water::before {
  content: "\e50e";
}

.fa-tree::before {
  content: "\f1bb";
}

.fa-bridge-lock::before {
  content: "\e4cc";
}

.fa-sack-dollar::before {
  content: "\f81d";
}

.fa-pen-to-square::before {
  content: "\f044";
}

.fa-edit::before {
  content: "\f044";
}

.fa-car-side::before {
  content: "\f5e4";
}

.fa-share-nodes::before {
  content: "\f1e0";
}

.fa-share-alt::before {
  content: "\f1e0";
}

.fa-heart-circle-minus::before {
  content: "\e4ff";
}

.fa-hourglass-half::before {
  content: "\f252";
}

.fa-hourglass-2::before {
  content: "\f252";
}

.fa-microscope::before {
  content: "\f610";
}

.fa-sink::before {
  content: "\e06d";
}

.fa-bag-shopping::before {
  content: "\f290";
}

.fa-shopping-bag::before {
  content: "\f290";
}

.fa-arrow-down-z-a::before {
  content: "\f881";
}

.fa-sort-alpha-desc::before {
  content: "\f881";
}

.fa-sort-alpha-down-alt::before {
  content: "\f881";
}

.fa-mitten::before {
  content: "\f7b5";
}

.fa-person-rays::before {
  content: "\e54d";
}

.fa-users::before {
  content: "\f0c0";
}

.fa-eye-slash::before {
  content: "\f070";
}

.fa-flask-vial::before {
  content: "\e4f3";
}

.fa-hand::before {
  content: "\f256";
}

.fa-hand-paper::before {
  content: "\f256";
}

.fa-om::before {
  content: "\f679";
}

.fa-worm::before {
  content: "\e599";
}

.fa-house-circle-xmark::before {
  content: "\e50b";
}

.fa-plug::before {
  content: "\f1e6";
}

.fa-chevron-up::before {
  content: "\f077";
}

.fa-hand-spock::before {
  content: "\f259";
}

.fa-stopwatch::before {
  content: "\f2f2";
}

.fa-face-kiss::before {
  content: "\f596";
}

.fa-kiss::before {
  content: "\f596";
}

.fa-bridge-circle-xmark::before {
  content: "\e4cb";
}

.fa-face-grin-tongue::before {
  content: "\f589";
}

.fa-grin-tongue::before {
  content: "\f589";
}

.fa-chess-bishop::before {
  content: "\f43a";
}

.fa-face-grin-wink::before {
  content: "\f58c";
}

.fa-grin-wink::before {
  content: "\f58c";
}

.fa-ear-deaf::before {
  content: "\f2a4";
}

.fa-deaf::before {
  content: "\f2a4";
}

.fa-deafness::before {
  content: "\f2a4";
}

.fa-hard-of-hearing::before {
  content: "\f2a4";
}

.fa-road-circle-check::before {
  content: "\e564";
}

.fa-dice-five::before {
  content: "\f523";
}

.fa-square-rss::before {
  content: "\f143";
}

.fa-rss-square::before {
  content: "\f143";
}

.fa-land-mine-on::before {
  content: "\e51b";
}

.fa-i-cursor::before {
  content: "\f246";
}

.fa-stamp::before {
  content: "\f5bf";
}

.fa-stairs::before {
  content: "\e289";
}

.fa-i::before {
  content: "I";
}

.fa-hryvnia-sign::before {
  content: "\f6f2";
}

.fa-hryvnia::before {
  content: "\f6f2";
}

.fa-pills::before {
  content: "\f484";
}

.fa-face-grin-wide::before {
  content: "\f581";
}

.fa-grin-alt::before {
  content: "\f581";
}

.fa-tooth::before {
  content: "\f5c9";
}

.fa-v::before {
  content: "V";
}

.fa-bangladeshi-taka-sign::before {
  content: "\e2e6";
}

.fa-bicycle::before {
  content: "\f206";
}

.fa-staff-snake::before {
  content: "\e579";
}

.fa-rod-asclepius::before {
  content: "\e579";
}

.fa-rod-snake::before {
  content: "\e579";
}

.fa-staff-aesculapius::before {
  content: "\e579";
}

.fa-head-side-cough-slash::before {
  content: "\e062";
}

.fa-truck-medical::before {
  content: "\f0f9";
}

.fa-ambulance::before {
  content: "\f0f9";
}

.fa-wheat-awn-circle-exclamation::before {
  content: "\e598";
}

.fa-snowman::before {
  content: "\f7d0";
}

.fa-mortar-pestle::before {
  content: "\f5a7";
}

.fa-road-barrier::before {
  content: "\e562";
}

.fa-school::before {
  content: "\f549";
}

.fa-igloo::before {
  content: "\f7ae";
}

.fa-joint::before {
  content: "\f595";
}

.fa-angle-right::before {
  content: "\f105";
}

.fa-horse::before {
  content: "\f6f0";
}

.fa-q::before {
  content: "Q";
}

.fa-g::before {
  content: "G";
}

.fa-notes-medical::before {
  content: "\f481";
}

.fa-temperature-half::before {
  content: "\f2c9";
}

.fa-temperature-2::before {
  content: "\f2c9";
}

.fa-thermometer-2::before {
  content: "\f2c9";
}

.fa-thermometer-half::before {
  content: "\f2c9";
}

.fa-dong-sign::before {
  content: "\e169";
}

.fa-capsules::before {
  content: "\f46b";
}

.fa-poo-storm::before {
  content: "\f75a";
}

.fa-poo-bolt::before {
  content: "\f75a";
}

.fa-face-frown-open::before {
  content: "\f57a";
}

.fa-frown-open::before {
  content: "\f57a";
}

.fa-hand-point-up::before {
  content: "\f0a6";
}

.fa-money-bill::before {
  content: "\f0d6";
}

.fa-bookmark::before {
  content: "\f02e";
}

.fa-align-justify::before {
  content: "\f039";
}

.fa-umbrella-beach::before {
  content: "\f5ca";
}

.fa-helmet-un::before {
  content: "\e503";
}

.fa-bullseye::before {
  content: "\f140";
}

.fa-bacon::before {
  content: "\f7e5";
}

.fa-hand-point-down::before {
  content: "\f0a7";
}

.fa-arrow-up-from-bracket::before {
  content: "\e09a";
}

.fa-folder::before {
  content: "\f07b";
}

.fa-folder-blank::before {
  content: "\f07b";
}

.fa-file-waveform::before {
  content: "\f478";
}

.fa-file-medical-alt::before {
  content: "\f478";
}

.fa-radiation::before {
  content: "\f7b9";
}

.fa-chart-simple::before {
  content: "\e473";
}

.fa-mars-stroke::before {
  content: "\f229";
}

.fa-vial::before {
  content: "\f492";
}

.fa-gauge::before {
  content: "\f624";
}

.fa-dashboard::before {
  content: "\f624";
}

.fa-gauge-med::before {
  content: "\f624";
}

.fa-tachometer-alt-average::before {
  content: "\f624";
}

.fa-wand-magic-sparkles::before {
  content: "\e2ca";
}

.fa-magic-wand-sparkles::before {
  content: "\e2ca";
}

.fa-e::before {
  content: "E";
}

.fa-pen-clip::before {
  content: "\f305";
}

.fa-pen-alt::before {
  content: "\f305";
}

.fa-bridge-circle-exclamation::before {
  content: "\e4ca";
}

.fa-user::before {
  content: "\f007";
}

.fa-school-circle-check::before {
  content: "\e56b";
}

.fa-dumpster::before {
  content: "\f793";
}

.fa-van-shuttle::before {
  content: "\f5b6";
}

.fa-shuttle-van::before {
  content: "\f5b6";
}

.fa-building-user::before {
  content: "\e4da";
}

.fa-square-caret-left::before {
  content: "\f191";
}

.fa-caret-square-left::before {
  content: "\f191";
}

.fa-highlighter::before {
  content: "\f591";
}

.fa-key::before {
  content: "\f084";
}

.fa-bullhorn::before {
  content: "\f0a1";
}

.fa-globe::before {
  content: "\f0ac";
}

.fa-synagogue::before {
  content: "\f69b";
}

.fa-person-half-dress::before {
  content: "\e548";
}

.fa-road-bridge::before {
  content: "\e563";
}

.fa-location-arrow::before {
  content: "\f124";
}

.fa-c::before {
  content: "C";
}

.fa-tablet-button::before {
  content: "\f10a";
}

.fa-building-lock::before {
  content: "\e4d6";
}

.fa-pizza-slice::before {
  content: "\f818";
}

.fa-money-bill-wave::before {
  content: "\f53a";
}

.fa-chart-area::before {
  content: "\f1fe";
}

.fa-area-chart::before {
  content: "\f1fe";
}

.fa-house-flag::before {
  content: "\e50d";
}

.fa-person-circle-minus::before {
  content: "\e540";
}

.fa-ban::before {
  content: "\f05e";
}

.fa-cancel::before {
  content: "\f05e";
}

.fa-camera-rotate::before {
  content: "\e0d8";
}

.fa-spray-can-sparkles::before {
  content: "\f5d0";
}

.fa-air-freshener::before {
  content: "\f5d0";
}

.fa-star::before {
  content: "\f005";
}

.fa-repeat::before {
  content: "\f363";
}

.fa-cross::before {
  content: "\f654";
}

.fa-box::before {
  content: "\f466";
}

.fa-venus-mars::before {
  content: "\f228";
}

.fa-arrow-pointer::before {
  content: "\f245";
}

.fa-mouse-pointer::before {
  content: "\f245";
}

.fa-maximize::before {
  content: "\f31e";
}

.fa-expand-arrows-alt::before {
  content: "\f31e";
}

.fa-charging-station::before {
  content: "\f5e7";
}

.fa-shapes::before {
  content: "\f61f";
}

.fa-triangle-circle-square::before {
  content: "\f61f";
}

.fa-shuffle::before {
  content: "\f074";
}

.fa-random::before {
  content: "\f074";
}

.fa-person-running::before {
  content: "\f70c";
}

.fa-running::before {
  content: "\f70c";
}

.fa-mobile-retro::before {
  content: "\e527";
}

.fa-grip-lines-vertical::before {
  content: "\f7a5";
}

.fa-spider::before {
  content: "\f717";
}

.fa-hands-bound::before {
  content: "\e4f9";
}

.fa-file-invoice-dollar::before {
  content: "\f571";
}

.fa-plane-circle-exclamation::before {
  content: "\e556";
}

.fa-x-ray::before {
  content: "\f497";
}

.fa-spell-check::before {
  content: "\f891";
}

.fa-slash::before {
  content: "\f715";
}

.fa-computer-mouse::before {
  content: "\f8cc";
}

.fa-mouse::before {
  content: "\f8cc";
}

.fa-arrow-right-to-bracket::before {
  content: "\f090";
}

.fa-sign-in::before {
  content: "\f090";
}

.fa-shop-slash::before {
  content: "\e070";
}

.fa-store-alt-slash::before {
  content: "\e070";
}

.fa-server::before {
  content: "\f233";
}

.fa-virus-covid-slash::before {
  content: "\e4a9";
}

.fa-shop-lock::before {
  content: "\e4a5";
}

.fa-hourglass-start::before {
  content: "\f251";
}

.fa-hourglass-1::before {
  content: "\f251";
}

.fa-blender-phone::before {
  content: "\f6b6";
}

.fa-building-wheat::before {
  content: "\e4db";
}

.fa-person-breastfeeding::before {
  content: "\e53a";
}

.fa-right-to-bracket::before {
  content: "\f2f6";
}

.fa-sign-in-alt::before {
  content: "\f2f6";
}

.fa-venus::before {
  content: "\f221";
}

.fa-passport::before {
  content: "\f5ab";
}

.fa-heart-pulse::before {
  content: "\f21e";
}

.fa-heartbeat::before {
  content: "\f21e";
}

.fa-people-carry-box::before {
  content: "\f4ce";
}

.fa-people-carry::before {
  content: "\f4ce";
}

.fa-temperature-high::before {
  content: "\f769";
}

.fa-microchip::before {
  content: "\f2db";
}

.fa-crown::before {
  content: "\f521";
}

.fa-weight-hanging::before {
  content: "\f5cd";
}

.fa-xmarks-lines::before {
  content: "\e59a";
}

.fa-file-prescription::before {
  content: "\f572";
}

.fa-weight-scale::before {
  content: "\f496";
}

.fa-weight::before {
  content: "\f496";
}

.fa-user-group::before {
  content: "\f500";
}

.fa-user-friends::before {
  content: "\f500";
}

.fa-arrow-up-a-z::before {
  content: "\f15e";
}

.fa-sort-alpha-up::before {
  content: "\f15e";
}

.fa-chess-knight::before {
  content: "\f441";
}

.fa-face-laugh-squint::before {
  content: "\f59b";
}

.fa-laugh-squint::before {
  content: "\f59b";
}

.fa-wheelchair::before {
  content: "\f193";
}

.fa-circle-arrow-up::before {
  content: "\f0aa";
}

.fa-arrow-circle-up::before {
  content: "\f0aa";
}

.fa-toggle-on::before {
  content: "\f205";
}

.fa-person-walking::before {
  content: "\f554";
}

.fa-walking::before {
  content: "\f554";
}

.fa-l::before {
  content: "L";
}

.fa-fire::before {
  content: "\f06d";
}

.fa-bed-pulse::before {
  content: "\f487";
}

.fa-procedures::before {
  content: "\f487";
}

.fa-shuttle-space::before {
  content: "\f197";
}

.fa-space-shuttle::before {
  content: "\f197";
}

.fa-face-laugh::before {
  content: "\f599";
}

.fa-laugh::before {
  content: "\f599";
}

.fa-folder-open::before {
  content: "\f07c";
}

.fa-heart-circle-plus::before {
  content: "\e500";
}

.fa-code-fork::before {
  content: "\e13b";
}

.fa-city::before {
  content: "\f64f";
}

.fa-microphone-lines::before {
  content: "\f3c9";
}

.fa-microphone-alt::before {
  content: "\f3c9";
}

.fa-pepper-hot::before {
  content: "\f816";
}

.fa-unlock::before {
  content: "\f09c";
}

.fa-colon-sign::before {
  content: "\e140";
}

.fa-headset::before {
  content: "\f590";
}

.fa-store-slash::before {
  content: "\e071";
}

.fa-road-circle-xmark::before {
  content: "\e566";
}

.fa-user-minus::before {
  content: "\f503";
}

.fa-mars-stroke-up::before {
  content: "\f22a";
}

.fa-mars-stroke-v::before {
  content: "\f22a";
}

.fa-champagne-glasses::before {
  content: "\f79f";
}

.fa-glass-cheers::before {
  content: "\f79f";
}

.fa-clipboard::before {
  content: "\f328";
}

.fa-house-circle-exclamation::before {
  content: "\e50a";
}

.fa-file-arrow-up::before {
  content: "\f574";
}

.fa-file-upload::before {
  content: "\f574";
}

.fa-wifi::before {
  content: "\f1eb";
}

.fa-wifi-3::before {
  content: "\f1eb";
}

.fa-wifi-strong::before {
  content: "\f1eb";
}

.fa-bath::before {
  content: "\f2cd";
}

.fa-bathtub::before {
  content: "\f2cd";
}

.fa-underline::before {
  content: "\f0cd";
}

.fa-user-pen::before {
  content: "\f4ff";
}

.fa-user-edit::before {
  content: "\f4ff";
}

.fa-signature::before {
  content: "\f5b7";
}

.fa-stroopwafel::before {
  content: "\f551";
}

.fa-bold::before {
  content: "\f032";
}

.fa-anchor-lock::before {
  content: "\e4ad";
}

.fa-building-ngo::before {
  content: "\e4d7";
}

.fa-manat-sign::before {
  content: "\e1d5";
}

.fa-not-equal::before {
  content: "\f53e";
}

.fa-border-top-left::before {
  content: "\f853";
}

.fa-border-style::before {
  content: "\f853";
}

.fa-map-location-dot::before {
  content: "\f5a0";
}

.fa-map-marked-alt::before {
  content: "\f5a0";
}

.fa-jedi::before {
  content: "\f669";
}

.fa-square-poll-vertical::before {
  content: "\f681";
}

.fa-poll::before {
  content: "\f681";
}

.fa-mug-hot::before {
  content: "\f7b6";
}

.fa-car-battery::before {
  content: "\f5df";
}

.fa-battery-car::before {
  content: "\f5df";
}

.fa-gift::before {
  content: "\f06b";
}

.fa-dice-two::before {
  content: "\f528";
}

.fa-chess-queen::before {
  content: "\f445";
}

.fa-glasses::before {
  content: "\f530";
}

.fa-chess-board::before {
  content: "\f43c";
}

.fa-building-circle-check::before {
  content: "\e4d2";
}

.fa-person-chalkboard::before {
  content: "\e53d";
}

.fa-mars-stroke-right::before {
  content: "\f22b";
}

.fa-mars-stroke-h::before {
  content: "\f22b";
}

.fa-hand-back-fist::before {
  content: "\f255";
}

.fa-hand-rock::before {
  content: "\f255";
}

.fa-square-caret-up::before {
  content: "\f151";
}

.fa-caret-square-up::before {
  content: "\f151";
}

.fa-cloud-showers-water::before {
  content: "\e4e4";
}

.fa-chart-bar::before {
  content: "\f080";
}

.fa-bar-chart::before {
  content: "\f080";
}

.fa-hands-bubbles::before {
  content: "\e05e";
}

.fa-hands-wash::before {
  content: "\e05e";
}

.fa-less-than-equal::before {
  content: "\f537";
}

.fa-train::before {
  content: "\f238";
}

.fa-eye-low-vision::before {
  content: "\f2a8";
}

.fa-low-vision::before {
  content: "\f2a8";
}

.fa-crow::before {
  content: "\f520";
}

.fa-sailboat::before {
  content: "\e445";
}

.fa-window-restore::before {
  content: "\f2d2";
}

.fa-square-plus::before {
  content: "\f0fe";
}

.fa-plus-square::before {
  content: "\f0fe";
}

.fa-torii-gate::before {
  content: "\f6a1";
}

.fa-frog::before {
  content: "\f52e";
}

.fa-bucket::before {
  content: "\e4cf";
}

.fa-image::before {
  content: "\f03e";
}

.fa-microphone::before {
  content: "\f130";
}

.fa-cow::before {
  content: "\f6c8";
}

.fa-caret-up::before {
  content: "\f0d8";
}

.fa-screwdriver::before {
  content: "\f54a";
}

.fa-folder-closed::before {
  content: "\e185";
}

.fa-house-tsunami::before {
  content: "\e515";
}

.fa-square-nfi::before {
  content: "\e576";
}

.fa-arrow-up-from-ground-water::before {
  content: "\e4b5";
}

.fa-martini-glass::before {
  content: "\f57b";
}

.fa-glass-martini-alt::before {
  content: "\f57b";
}

.fa-rotate-left::before {
  content: "\f2ea";
}

.fa-rotate-back::before {
  content: "\f2ea";
}

.fa-rotate-backward::before {
  content: "\f2ea";
}

.fa-undo-alt::before {
  content: "\f2ea";
}

.fa-table-columns::before {
  content: "\f0db";
}

.fa-columns::before {
  content: "\f0db";
}

.fa-lemon::before {
  content: "\f094";
}

.fa-head-side-mask::before {
  content: "\e063";
}

.fa-handshake::before {
  content: "\f2b5";
}

.fa-gem::before {
  content: "\f3a5";
}

.fa-dolly::before {
  content: "\f472";
}

.fa-dolly-box::before {
  content: "\f472";
}

.fa-smoking::before {
  content: "\f48d";
}

.fa-minimize::before {
  content: "\f78c";
}

.fa-compress-arrows-alt::before {
  content: "\f78c";
}

.fa-monument::before {
  content: "\f5a6";
}

.fa-snowplow::before {
  content: "\f7d2";
}

.fa-angles-right::before {
  content: "\f101";
}

.fa-angle-double-right::before {
  content: "\f101";
}

.fa-cannabis::before {
  content: "\f55f";
}

.fa-circle-play::before {
  content: "\f144";
}

.fa-play-circle::before {
  content: "\f144";
}

.fa-tablets::before {
  content: "\f490";
}

.fa-ethernet::before {
  content: "\f796";
}

.fa-euro-sign::before {
  content: "\f153";
}

.fa-eur::before {
  content: "\f153";
}

.fa-euro::before {
  content: "\f153";
}

.fa-chair::before {
  content: "\f6c0";
}

.fa-circle-check::before {
  content: "\f058";
}

.fa-check-circle::before {
  content: "\f058";
}

.fa-circle-stop::before {
  content: "\f28d";
}

.fa-stop-circle::before {
  content: "\f28d";
}

.fa-compass-drafting::before {
  content: "\f568";
}

.fa-drafting-compass::before {
  content: "\f568";
}

.fa-plate-wheat::before {
  content: "\e55a";
}

.fa-icicles::before {
  content: "\f7ad";
}

.fa-person-shelter::before {
  content: "\e54f";
}

.fa-neuter::before {
  content: "\f22c";
}

.fa-id-badge::before {
  content: "\f2c1";
}

.fa-marker::before {
  content: "\f5a1";
}

.fa-face-laugh-beam::before {
  content: "\f59a";
}

.fa-laugh-beam::before {
  content: "\f59a";
}

.fa-helicopter-symbol::before {
  content: "\e502";
}

.fa-universal-access::before {
  content: "\f29a";
}

.fa-circle-chevron-up::before {
  content: "\f139";
}

.fa-chevron-circle-up::before {
  content: "\f139";
}

.fa-lari-sign::before {
  content: "\e1c8";
}

.fa-volcano::before {
  content: "\f770";
}

.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553";
}

.fa-sterling-sign::before {
  content: "\f154";
}

.fa-gbp::before {
  content: "\f154";
}

.fa-pound-sign::before {
  content: "\f154";
}

.fa-viruses::before {
  content: "\e076";
}

.fa-square-person-confined::before {
  content: "\e577";
}

.fa-user-tie::before {
  content: "\f508";
}

.fa-arrow-down-long::before {
  content: "\f175";
}

.fa-long-arrow-down::before {
  content: "\f175";
}

.fa-tent-arrow-down-to-line::before {
  content: "\e57e";
}

.fa-certificate::before {
  content: "\f0a3";
}

.fa-reply-all::before {
  content: "\f122";
}

.fa-mail-reply-all::before {
  content: "\f122";
}

.fa-suitcase::before {
  content: "\f0f2";
}

.fa-person-skating::before {
  content: "\f7c5";
}

.fa-skating::before {
  content: "\f7c5";
}

.fa-filter-circle-dollar::before {
  content: "\f662";
}

.fa-funnel-dollar::before {
  content: "\f662";
}

.fa-camera-retro::before {
  content: "\f083";
}

.fa-circle-arrow-down::before {
  content: "\f0ab";
}

.fa-arrow-circle-down::before {
  content: "\f0ab";
}

.fa-file-import::before {
  content: "\f56f";
}

.fa-arrow-right-to-file::before {
  content: "\f56f";
}

.fa-square-arrow-up-right::before {
  content: "\f14c";
}

.fa-external-link-square::before {
  content: "\f14c";
}

.fa-box-open::before {
  content: "\f49e";
}

.fa-scroll::before {
  content: "\f70e";
}

.fa-spa::before {
  content: "\f5bb";
}

.fa-location-pin-lock::before {
  content: "\e51f";
}

.fa-pause::before {
  content: "\f04c";
}

.fa-hill-avalanche::before {
  content: "\e507";
}

.fa-temperature-empty::before {
  content: "\f2cb";
}

.fa-temperature-0::before {
  content: "\f2cb";
}

.fa-thermometer-0::before {
  content: "\f2cb";
}

.fa-thermometer-empty::before {
  content: "\f2cb";
}

.fa-bomb::before {
  content: "\f1e2";
}

.fa-registered::before {
  content: "\f25d";
}

.fa-address-card::before {
  content: "\f2bb";
}

.fa-contact-card::before {
  content: "\f2bb";
}

.fa-vcard::before {
  content: "\f2bb";
}

.fa-scale-unbalanced-flip::before {
  content: "\f516";
}

.fa-balance-scale-right::before {
  content: "\f516";
}

.fa-subscript::before {
  content: "\f12c";
}

.fa-diamond-turn-right::before {
  content: "\f5eb";
}

.fa-directions::before {
  content: "\f5eb";
}

.fa-burst::before {
  content: "\e4dc";
}

.fa-house-laptop::before {
  content: "\e066";
}

.fa-laptop-house::before {
  content: "\e066";
}

.fa-face-tired::before {
  content: "\f5c8";
}

.fa-tired::before {
  content: "\f5c8";
}

.fa-money-bills::before {
  content: "\e1f3";
}

.fa-smog::before {
  content: "\f75f";
}

.fa-crutch::before {
  content: "\f7f7";
}

.fa-cloud-arrow-up::before {
  content: "\f0ee";
}

.fa-cloud-upload::before {
  content: "\f0ee";
}

.fa-cloud-upload-alt::before {
  content: "\f0ee";
}

.fa-palette::before {
  content: "\f53f";
}

.fa-arrows-turn-right::before {
  content: "\e4c0";
}

.fa-vest::before {
  content: "\e085";
}

.fa-ferry::before {
  content: "\e4ea";
}

.fa-arrows-down-to-people::before {
  content: "\e4b9";
}

.fa-seedling::before {
  content: "\f4d8";
}

.fa-sprout::before {
  content: "\f4d8";
}

.fa-left-right::before {
  content: "\f337";
}

.fa-arrows-alt-h::before {
  content: "\f337";
}

.fa-boxes-packing::before {
  content: "\e4c7";
}

.fa-circle-arrow-left::before {
  content: "\f0a8";
}

.fa-arrow-circle-left::before {
  content: "\f0a8";
}

.fa-group-arrows-rotate::before {
  content: "\e4f6";
}

.fa-bowl-food::before {
  content: "\e4c6";
}

.fa-candy-cane::before {
  content: "\f786";
}

.fa-arrow-down-wide-short::before {
  content: "\f160";
}

.fa-sort-amount-asc::before {
  content: "\f160";
}

.fa-sort-amount-down::before {
  content: "\f160";
}

.fa-cloud-bolt::before {
  content: "\f76c";
}

.fa-thunderstorm::before {
  content: "\f76c";
}

.fa-text-slash::before {
  content: "\f87d";
}

.fa-remove-format::before {
  content: "\f87d";
}

.fa-face-smile-wink::before {
  content: "\f4da";
}

.fa-smile-wink::before {
  content: "\f4da";
}

.fa-file-word::before {
  content: "\f1c2";
}

.fa-file-powerpoint::before {
  content: "\f1c4";
}

.fa-arrows-left-right::before {
  content: "\f07e";
}

.fa-arrows-h::before {
  content: "\f07e";
}

.fa-house-lock::before {
  content: "\e510";
}

.fa-cloud-arrow-down::before {
  content: "\f0ed";
}

.fa-cloud-download::before {
  content: "\f0ed";
}

.fa-cloud-download-alt::before {
  content: "\f0ed";
}

.fa-children::before {
  content: "\e4e1";
}

.fa-chalkboard::before {
  content: "\f51b";
}

.fa-blackboard::before {
  content: "\f51b";
}

.fa-user-large-slash::before {
  content: "\f4fa";
}

.fa-user-alt-slash::before {
  content: "\f4fa";
}

.fa-envelope-open::before {
  content: "\f2b6";
}

.fa-handshake-simple-slash::before {
  content: "\e05f";
}

.fa-handshake-alt-slash::before {
  content: "\e05f";
}

.fa-mattress-pillow::before {
  content: "\e525";
}

.fa-guarani-sign::before {
  content: "\e19a";
}

.fa-arrows-rotate::before {
  content: "\f021";
}

.fa-refresh::before {
  content: "\f021";
}

.fa-sync::before {
  content: "\f021";
}

.fa-fire-extinguisher::before {
  content: "\f134";
}

.fa-cruzeiro-sign::before {
  content: "\e152";
}

.fa-greater-than-equal::before {
  content: "\f532";
}

.fa-shield-halved::before {
  content: "\f3ed";
}

.fa-shield-alt::before {
  content: "\f3ed";
}

.fa-book-atlas::before {
  content: "\f558";
}

.fa-atlas::before {
  content: "\f558";
}

.fa-virus::before {
  content: "\e074";
}

.fa-envelope-circle-check::before {
  content: "\e4e8";
}

.fa-layer-group::before {
  content: "\f5fd";
}

.fa-arrows-to-dot::before {
  content: "\e4be";
}

.fa-archway::before {
  content: "\f557";
}

.fa-heart-circle-check::before {
  content: "\e4fd";
}

.fa-house-chimney-crack::before {
  content: "\f6f1";
}

.fa-house-damage::before {
  content: "\f6f1";
}

.fa-file-zipper::before {
  content: "\f1c6";
}

.fa-file-archive::before {
  content: "\f1c6";
}

.fa-square::before {
  content: "\f0c8";
}

.fa-martini-glass-empty::before {
  content: "\f000";
}

.fa-glass-martini::before {
  content: "\f000";
}

.fa-couch::before {
  content: "\f4b8";
}

.fa-cedi-sign::before {
  content: "\e0df";
}

.fa-italic::before {
  content: "\f033";
}

.fa-church::before {
  content: "\f51d";
}

.fa-comments-dollar::before {
  content: "\f653";
}

.fa-democrat::before {
  content: "\f747";
}

.fa-z::before {
  content: "Z";
}

.fa-person-skiing::before {
  content: "\f7c9";
}

.fa-skiing::before {
  content: "\f7c9";
}

.fa-road-lock::before {
  content: "\e567";
}

.fa-a::before {
  content: "A";
}

.fa-temperature-arrow-down::before {
  content: "\e03f";
}

.fa-temperature-down::before {
  content: "\e03f";
}

.fa-feather-pointed::before {
  content: "\f56b";
}

.fa-feather-alt::before {
  content: "\f56b";
}

.fa-p::before {
  content: "P";
}

.fa-snowflake::before {
  content: "\f2dc";
}

.fa-newspaper::before {
  content: "\f1ea";
}

.fa-rectangle-ad::before {
  content: "\f641";
}

.fa-ad::before {
  content: "\f641";
}

.fa-circle-arrow-right::before {
  content: "\f0a9";
}

.fa-arrow-circle-right::before {
  content: "\f0a9";
}

.fa-filter-circle-xmark::before {
  content: "\e17b";
}

.fa-locust::before {
  content: "\e520";
}

.fa-sort::before {
  content: "\f0dc";
}

.fa-unsorted::before {
  content: "\f0dc";
}

.fa-list-ol::before {
  content: "\f0cb";
}

.fa-list-1-2::before {
  content: "\f0cb";
}

.fa-list-numeric::before {
  content: "\f0cb";
}

.fa-person-dress-burst::before {
  content: "\e544";
}

.fa-money-check-dollar::before {
  content: "\f53d";
}

.fa-money-check-alt::before {
  content: "\f53d";
}

.fa-vector-square::before {
  content: "\f5cb";
}

.fa-bread-slice::before {
  content: "\f7ec";
}

.fa-language::before {
  content: "\f1ab";
}

.fa-face-kiss-wink-heart::before {
  content: "\f598";
}

.fa-kiss-wink-heart::before {
  content: "\f598";
}

.fa-filter::before {
  content: "\f0b0";
}

.fa-question::before {
  content: "\?";
}

.fa-file-signature::before {
  content: "\f573";
}

.fa-up-down-left-right::before {
  content: "\f0b2";
}

.fa-arrows-alt::before {
  content: "\f0b2";
}

.fa-house-chimney-user::before {
  content: "\e065";
}

.fa-hand-holding-heart::before {
  content: "\f4be";
}

.fa-puzzle-piece::before {
  content: "\f12e";
}

.fa-money-check::before {
  content: "\f53c";
}

.fa-star-half-stroke::before {
  content: "\f5c0";
}

.fa-star-half-alt::before {
  content: "\f5c0";
}

.fa-code::before {
  content: "\f121";
}

.fa-whiskey-glass::before {
  content: "\f7a0";
}

.fa-glass-whiskey::before {
  content: "\f7a0";
}

.fa-building-circle-exclamation::before {
  content: "\e4d3";
}

.fa-magnifying-glass-chart::before {
  content: "\e522";
}

.fa-arrow-up-right-from-square::before {
  content: "\f08e";
}

.fa-external-link::before {
  content: "\f08e";
}

.fa-cubes-stacked::before {
  content: "\e4e6";
}

.fa-won-sign::before {
  content: "\f159";
}

.fa-krw::before {
  content: "\f159";
}

.fa-won::before {
  content: "\f159";
}

.fa-virus-covid::before {
  content: "\e4a8";
}

.fa-austral-sign::before {
  content: "\e0a9";
}

.fa-f::before {
  content: "F";
}

.fa-leaf::before {
  content: "\f06c";
}

.fa-road::before {
  content: "\f018";
}

.fa-taxi::before {
  content: "\f1ba";
}

.fa-cab::before {
  content: "\f1ba";
}

.fa-person-circle-plus::before {
  content: "\e541";
}

.fa-chart-pie::before {
  content: "\f200";
}

.fa-pie-chart::before {
  content: "\f200";
}

.fa-bolt-lightning::before {
  content: "\e0b7";
}

.fa-sack-xmark::before {
  content: "\e56a";
}

.fa-file-excel::before {
  content: "\f1c3";
}

.fa-file-contract::before {
  content: "\f56c";
}

.fa-fish-fins::before {
  content: "\e4f2";
}

.fa-building-flag::before {
  content: "\e4d5";
}

.fa-face-grin-beam::before {
  content: "\f582";
}

.fa-grin-beam::before {
  content: "\f582";
}

.fa-object-ungroup::before {
  content: "\f248";
}

.fa-poop::before {
  content: "\f619";
}

.fa-location-pin::before {
  content: "\f041";
}

.fa-map-marker::before {
  content: "\f041";
}

.fa-kaaba::before {
  content: "\f66b";
}

.fa-toilet-paper::before {
  content: "\f71e";
}

.fa-helmet-safety::before {
  content: "\f807";
}

.fa-hard-hat::before {
  content: "\f807";
}

.fa-hat-hard::before {
  content: "\f807";
}

.fa-eject::before {
  content: "\f052";
}

.fa-circle-right::before {
  content: "\f35a";
}

.fa-arrow-alt-circle-right::before {
  content: "\f35a";
}

.fa-plane-circle-check::before {
  content: "\e555";
}

.fa-face-rolling-eyes::before {
  content: "\f5a5";
}

.fa-meh-rolling-eyes::before {
  content: "\f5a5";
}

.fa-object-group::before {
  content: "\f247";
}

.fa-chart-line::before {
  content: "\f201";
}

.fa-line-chart::before {
  content: "\f201";
}

.fa-mask-ventilator::before {
  content: "\e524";
}

.fa-arrow-right::before {
  content: "\f061";
}

.fa-signs-post::before {
  content: "\f277";
}

.fa-map-signs::before {
  content: "\f277";
}

.fa-cash-register::before {
  content: "\f788";
}

.fa-person-circle-question::before {
  content: "\e542";
}

.fa-h::before {
  content: "H";
}

.fa-tarp::before {
  content: "\e57b";
}

.fa-screwdriver-wrench::before {
  content: "\f7d9";
}

.fa-tools::before {
  content: "\f7d9";
}

.fa-arrows-to-eye::before {
  content: "\e4bf";
}

.fa-plug-circle-bolt::before {
  content: "\e55b";
}

.fa-heart::before {
  content: "\f004";
}

.fa-mars-and-venus::before {
  content: "\f224";
}

.fa-house-user::before {
  content: "\e1b0";
}

.fa-home-user::before {
  content: "\e1b0";
}

.fa-dumpster-fire::before {
  content: "\f794";
}

.fa-house-crack::before {
  content: "\e3b1";
}

.fa-martini-glass-citrus::before {
  content: "\f561";
}

.fa-cocktail::before {
  content: "\f561";
}

.fa-face-surprise::before {
  content: "\f5c2";
}

.fa-surprise::before {
  content: "\f5c2";
}

.fa-bottle-water::before {
  content: "\e4c5";
}

.fa-circle-pause::before {
  content: "\f28b";
}

.fa-pause-circle::before {
  content: "\f28b";
}

.fa-toilet-paper-slash::before {
  content: "\e072";
}

.fa-apple-whole::before {
  content: "\f5d1";
}

.fa-apple-alt::before {
  content: "\f5d1";
}

.fa-kitchen-set::before {
  content: "\e51a";
}

.fa-r::before {
  content: "R";
}

.fa-temperature-quarter::before {
  content: "\f2ca";
}

.fa-temperature-1::before {
  content: "\f2ca";
}

.fa-thermometer-1::before {
  content: "\f2ca";
}

.fa-thermometer-quarter::before {
  content: "\f2ca";
}

.fa-cube::before {
  content: "\f1b2";
}

.fa-bitcoin-sign::before {
  content: "\e0b4";
}

.fa-shield-dog::before {
  content: "\e573";
}

.fa-solar-panel::before {
  content: "\f5ba";
}

.fa-lock-open::before {
  content: "\f3c1";
}

.fa-elevator::before {
  content: "\e16d";
}

.fa-money-bill-transfer::before {
  content: "\e528";
}

.fa-money-bill-trend-up::before {
  content: "\e529";
}

.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f";
}

.fa-square-poll-horizontal::before {
  content: "\f682";
}

.fa-poll-h::before {
  content: "\f682";
}

.fa-circle::before {
  content: "\f111";
}

.fa-backward-fast::before {
  content: "\f049";
}

.fa-fast-backward::before {
  content: "\f049";
}

.fa-recycle::before {
  content: "\f1b8";
}

.fa-user-astronaut::before {
  content: "\f4fb";
}

.fa-plane-slash::before {
  content: "\e069";
}

.fa-trademark::before {
  content: "\f25c";
}

.fa-basketball::before {
  content: "\f434";
}

.fa-basketball-ball::before {
  content: "\f434";
}

.fa-satellite-dish::before {
  content: "\f7c0";
}

.fa-circle-up::before {
  content: "\f35b";
}

.fa-arrow-alt-circle-up::before {
  content: "\f35b";
}

.fa-mobile-screen-button::before {
  content: "\f3cd";
}

.fa-mobile-alt::before {
  content: "\f3cd";
}

.fa-volume-high::before {
  content: "\f028";
}

.fa-volume-up::before {
  content: "\f028";
}

.fa-users-rays::before {
  content: "\e593";
}

.fa-wallet::before {
  content: "\f555";
}

.fa-clipboard-check::before {
  content: "\f46c";
}

.fa-file-audio::before {
  content: "\f1c7";
}

.fa-burger::before {
  content: "\f805";
}

.fa-hamburger::before {
  content: "\f805";
}

.fa-wrench::before {
  content: "\f0ad";
}

.fa-bugs::before {
  content: "\e4d0";
}

.fa-rupee-sign::before {
  content: "\f156";
}

.fa-rupee::before {
  content: "\f156";
}

.fa-file-image::before {
  content: "\f1c5";
}

.fa-circle-question::before {
  content: "\f059";
}

.fa-question-circle::before {
  content: "\f059";
}

.fa-plane-departure::before {
  content: "\f5b0";
}

.fa-handshake-slash::before {
  content: "\e060";
}

.fa-book-bookmark::before {
  content: "\e0bb";
}

.fa-code-branch::before {
  content: "\f126";
}

.fa-hat-cowboy::before {
  content: "\f8c0";
}

.fa-bridge::before {
  content: "\e4c8";
}

.fa-phone-flip::before {
  content: "\f879";
}

.fa-phone-alt::before {
  content: "\f879";
}

.fa-truck-front::before {
  content: "\e2b7";
}

.fa-cat::before {
  content: "\f6be";
}

.fa-anchor-circle-exclamation::before {
  content: "\e4ab";
}

.fa-truck-field::before {
  content: "\e58d";
}

.fa-route::before {
  content: "\f4d7";
}

.fa-clipboard-question::before {
  content: "\e4e3";
}

.fa-panorama::before {
  content: "\e209";
}

.fa-comment-medical::before {
  content: "\f7f5";
}

.fa-teeth-open::before {
  content: "\f62f";
}

.fa-file-circle-minus::before {
  content: "\e4ed";
}

.fa-tags::before {
  content: "\f02c";
}

.fa-wine-glass::before {
  content: "\f4e3";
}

.fa-forward-fast::before {
  content: "\f050";
}

.fa-fast-forward::before {
  content: "\f050";
}

.fa-face-meh-blank::before {
  content: "\f5a4";
}

.fa-meh-blank::before {
  content: "\f5a4";
}

.fa-square-parking::before {
  content: "\f540";
}

.fa-parking::before {
  content: "\f540";
}

.fa-house-signal::before {
  content: "\e012";
}

.fa-bars-progress::before {
  content: "\f828";
}

.fa-tasks-alt::before {
  content: "\f828";
}

.fa-faucet-drip::before {
  content: "\e006";
}

.fa-cart-flatbed::before {
  content: "\f474";
}

.fa-dolly-flatbed::before {
  content: "\f474";
}

.fa-ban-smoking::before {
  content: "\f54d";
}

.fa-smoking-ban::before {
  content: "\f54d";
}

.fa-terminal::before {
  content: "\f120";
}

.fa-mobile-button::before {
  content: "\f10b";
}

.fa-house-medical-flag::before {
  content: "\e514";
}

.fa-basket-shopping::before {
  content: "\f291";
}

.fa-shopping-basket::before {
  content: "\f291";
}

.fa-tape::before {
  content: "\f4db";
}

.fa-bus-simple::before {
  content: "\f55e";
}

.fa-bus-alt::before {
  content: "\f55e";
}

.fa-eye::before {
  content: "\f06e";
}

.fa-face-sad-cry::before {
  content: "\f5b3";
}

.fa-sad-cry::before {
  content: "\f5b3";
}

.fa-audio-description::before {
  content: "\f29e";
}

.fa-person-military-to-person::before {
  content: "\e54c";
}

.fa-file-shield::before {
  content: "\e4f0";
}

.fa-user-slash::before {
  content: "\f506";
}

.fa-pen::before {
  content: "\f304";
}

.fa-tower-observation::before {
  content: "\e586";
}

.fa-file-code::before {
  content: "\f1c9";
}

.fa-signal::before {
  content: "\f012";
}

.fa-signal-5::before {
  content: "\f012";
}

.fa-signal-perfect::before {
  content: "\f012";
}

.fa-bus::before {
  content: "\f207";
}

.fa-heart-circle-xmark::before {
  content: "\e501";
}

.fa-house-chimney::before {
  content: "\e3af";
}

.fa-home-lg::before {
  content: "\e3af";
}

.fa-window-maximize::before {
  content: "\f2d0";
}

.fa-face-frown::before {
  content: "\f119";
}

.fa-frown::before {
  content: "\f119";
}

.fa-prescription::before {
  content: "\f5b1";
}

.fa-shop::before {
  content: "\f54f";
}

.fa-store-alt::before {
  content: "\f54f";
}

.fa-floppy-disk::before {
  content: "\f0c7";
}

.fa-save::before {
  content: "\f0c7";
}

.fa-vihara::before {
  content: "\f6a7";
}

.fa-scale-unbalanced::before {
  content: "\f515";
}

.fa-balance-scale-left::before {
  content: "\f515";
}

.fa-sort-up::before {
  content: "\f0de";
}

.fa-sort-asc::before {
  content: "\f0de";
}

.fa-comment-dots::before {
  content: "\f4ad";
}

.fa-commenting::before {
  content: "\f4ad";
}

.fa-plant-wilt::before {
  content: "\e5aa";
}

.fa-diamond::before {
  content: "\f219";
}

.fa-face-grin-squint::before {
  content: "\f585";
}

.fa-grin-squint::before {
  content: "\f585";
}

.fa-hand-holding-dollar::before {
  content: "\f4c0";
}

.fa-hand-holding-usd::before {
  content: "\f4c0";
}

.fa-bacterium::before {
  content: "\e05a";
}

.fa-hand-pointer::before {
  content: "\f25a";
}

.fa-drum-steelpan::before {
  content: "\f56a";
}

.fa-hand-scissors::before {
  content: "\f257";
}

.fa-hands-praying::before {
  content: "\f684";
}

.fa-praying-hands::before {
  content: "\f684";
}

.fa-arrow-rotate-right::before {
  content: "\f01e";
}

.fa-arrow-right-rotate::before {
  content: "\f01e";
}

.fa-arrow-rotate-forward::before {
  content: "\f01e";
}

.fa-redo::before {
  content: "\f01e";
}

.fa-biohazard::before {
  content: "\f780";
}

.fa-location-crosshairs::before {
  content: "\f601";
}

.fa-location::before {
  content: "\f601";
}

.fa-mars-double::before {
  content: "\f227";
}

.fa-child-dress::before {
  content: "\e59c";
}

.fa-users-between-lines::before {
  content: "\e591";
}

.fa-lungs-virus::before {
  content: "\e067";
}

.fa-face-grin-tears::before {
  content: "\f588";
}

.fa-grin-tears::before {
  content: "\f588";
}

.fa-phone::before {
  content: "\f095";
}

.fa-calendar-xmark::before {
  content: "\f273";
}

.fa-calendar-times::before {
  content: "\f273";
}

.fa-child-reaching::before {
  content: "\e59d";
}

.fa-head-side-virus::before {
  content: "\e064";
}

.fa-user-gear::before {
  content: "\f4fe";
}

.fa-user-cog::before {
  content: "\f4fe";
}

.fa-arrow-up-1-9::before {
  content: "\f163";
}

.fa-sort-numeric-up::before {
  content: "\f163";
}

.fa-door-closed::before {
  content: "\f52a";
}

.fa-shield-virus::before {
  content: "\e06c";
}

.fa-dice-six::before {
  content: "\f526";
}

.fa-mosquito-net::before {
  content: "\e52c";
}

.fa-bridge-water::before {
  content: "\e4ce";
}

.fa-person-booth::before {
  content: "\f756";
}

.fa-text-width::before {
  content: "\f035";
}

.fa-hat-wizard::before {
  content: "\f6e8";
}

.fa-pen-fancy::before {
  content: "\f5ac";
}

.fa-person-digging::before {
  content: "\f85e";
}

.fa-digging::before {
  content: "\f85e";
}

.fa-trash::before {
  content: "\f1f8";
}

.fa-gauge-simple::before {
  content: "\f629";
}

.fa-gauge-simple-med::before {
  content: "\f629";
}

.fa-tachometer-average::before {
  content: "\f629";
}

.fa-book-medical::before {
  content: "\f7e6";
}

.fa-poo::before {
  content: "\f2fe";
}

.fa-quote-right::before {
  content: "\f10e";
}

.fa-quote-right-alt::before {
  content: "\f10e";
}

.fa-shirt::before {
  content: "\f553";
}

.fa-t-shirt::before {
  content: "\f553";
}

.fa-tshirt::before {
  content: "\f553";
}

.fa-cubes::before {
  content: "\f1b3";
}

.fa-divide::before {
  content: "\f529";
}

.fa-tenge-sign::before {
  content: "\f7d7";
}

.fa-tenge::before {
  content: "\f7d7";
}

.fa-headphones::before {
  content: "\f025";
}

.fa-hands-holding::before {
  content: "\f4c2";
}

.fa-hands-clapping::before {
  content: "\e1a8";
}

.fa-republican::before {
  content: "\f75e";
}

.fa-arrow-left::before {
  content: "\f060";
}

.fa-person-circle-xmark::before {
  content: "\e543";
}

.fa-ruler::before {
  content: "\f545";
}

.fa-align-left::before {
  content: "\f036";
}

.fa-dice-d6::before {
  content: "\f6d1";
}

.fa-restroom::before {
  content: "\f7bd";
}

.fa-j::before {
  content: "J";
}

.fa-users-viewfinder::before {
  content: "\e595";
}

.fa-file-video::before {
  content: "\f1c8";
}

.fa-up-right-from-square::before {
  content: "\f35d";
}

.fa-external-link-alt::before {
  content: "\f35d";
}

.fa-table-cells::before {
  content: "\f00a";
}

.fa-th::before {
  content: "\f00a";
}

.fa-file-pdf::before {
  content: "\f1c1";
}

.fa-book-bible::before {
  content: "\f647";
}

.fa-bible::before {
  content: "\f647";
}

.fa-o::before {
  content: "O";
}

.fa-suitcase-medical::before {
  content: "\f0fa";
}

.fa-medkit::before {
  content: "\f0fa";
}

.fa-user-secret::before {
  content: "\f21b";
}

.fa-otter::before {
  content: "\f700";
}

.fa-person-dress::before {
  content: "\f182";
}

.fa-female::before {
  content: "\f182";
}

.fa-comment-dollar::before {
  content: "\f651";
}

.fa-business-time::before {
  content: "\f64a";
}

.fa-briefcase-clock::before {
  content: "\f64a";
}

.fa-table-cells-large::before {
  content: "\f009";
}

.fa-th-large::before {
  content: "\f009";
}

.fa-book-tanakh::before {
  content: "\f827";
}

.fa-tanakh::before {
  content: "\f827";
}

.fa-phone-volume::before {
  content: "\f2a0";
}

.fa-volume-control-phone::before {
  content: "\f2a0";
}

.fa-hat-cowboy-side::before {
  content: "\f8c1";
}

.fa-clipboard-user::before {
  content: "\f7f3";
}

.fa-child::before {
  content: "\f1ae";
}

.fa-lira-sign::before {
  content: "\f195";
}

.fa-satellite::before {
  content: "\f7bf";
}

.fa-plane-lock::before {
  content: "\e558";
}

.fa-tag::before {
  content: "\f02b";
}

.fa-comment::before {
  content: "\f075";
}

.fa-cake-candles::before {
  content: "\f1fd";
}

.fa-birthday-cake::before {
  content: "\f1fd";
}

.fa-cake::before {
  content: "\f1fd";
}

.fa-envelope::before {
  content: "\f0e0";
}

.fa-angles-up::before {
  content: "\f102";
}

.fa-angle-double-up::before {
  content: "\f102";
}

.fa-paperclip::before {
  content: "\f0c6";
}

.fa-arrow-right-to-city::before {
  content: "\e4b3";
}

.fa-ribbon::before {
  content: "\f4d6";
}

.fa-lungs::before {
  content: "\f604";
}

.fa-arrow-up-9-1::before {
  content: "\f887";
}

.fa-sort-numeric-up-alt::before {
  content: "\f887";
}

.fa-litecoin-sign::before {
  content: "\e1d3";
}

.fa-border-none::before {
  content: "\f850";
}

.fa-circle-nodes::before {
  content: "\e4e2";
}

.fa-parachute-box::before {
  content: "\f4cd";
}

.fa-indent::before {
  content: "\f03c";
}

.fa-truck-field-un::before {
  content: "\e58e";
}

.fa-hourglass::before {
  content: "\f254";
}

.fa-hourglass-empty::before {
  content: "\f254";
}

.fa-mountain::before {
  content: "\f6fc";
}

.fa-user-doctor::before {
  content: "\f0f0";
}

.fa-user-md::before {
  content: "\f0f0";
}

.fa-circle-info::before {
  content: "\f05a";
}

.fa-info-circle::before {
  content: "\f05a";
}

.fa-cloud-meatball::before {
  content: "\f73b";
}

.fa-camera::before {
  content: "\f030";
}

.fa-camera-alt::before {
  content: "\f030";
}

.fa-square-virus::before {
  content: "\e578";
}

.fa-meteor::before {
  content: "\f753";
}

.fa-car-on::before {
  content: "\e4dd";
}

.fa-sleigh::before {
  content: "\f7cc";
}

.fa-arrow-down-1-9::before {
  content: "\f162";
}

.fa-sort-numeric-asc::before {
  content: "\f162";
}

.fa-sort-numeric-down::before {
  content: "\f162";
}

.fa-hand-holding-droplet::before {
  content: "\f4c1";
}

.fa-hand-holding-water::before {
  content: "\f4c1";
}

.fa-water::before {
  content: "\f773";
}

.fa-calendar-check::before {
  content: "\f274";
}

.fa-braille::before {
  content: "\f2a1";
}

.fa-prescription-bottle-medical::before {
  content: "\f486";
}

.fa-prescription-bottle-alt::before {
  content: "\f486";
}

.fa-landmark::before {
  content: "\f66f";
}

.fa-truck::before {
  content: "\f0d1";
}

.fa-crosshairs::before {
  content: "\f05b";
}

.fa-person-cane::before {
  content: "\e53c";
}

.fa-tent::before {
  content: "\e57d";
}

.fa-vest-patches::before {
  content: "\e086";
}

.fa-check-double::before {
  content: "\f560";
}

.fa-arrow-down-a-z::before {
  content: "\f15d";
}

.fa-sort-alpha-asc::before {
  content: "\f15d";
}

.fa-sort-alpha-down::before {
  content: "\f15d";
}

.fa-money-bill-wheat::before {
  content: "\e52a";
}

.fa-cookie::before {
  content: "\f563";
}

.fa-arrow-rotate-left::before {
  content: "\f0e2";
}

.fa-arrow-left-rotate::before {
  content: "\f0e2";
}

.fa-arrow-rotate-back::before {
  content: "\f0e2";
}

.fa-arrow-rotate-backward::before {
  content: "\f0e2";
}

.fa-undo::before {
  content: "\f0e2";
}

.fa-hard-drive::before {
  content: "\f0a0";
}

.fa-hdd::before {
  content: "\f0a0";
}

.fa-face-grin-squint-tears::before {
  content: "\f586";
}

.fa-grin-squint-tears::before {
  content: "\f586";
}

.fa-dumbbell::before {
  content: "\f44b";
}

.fa-rectangle-list::before {
  content: "\f022";
}

.fa-list-alt::before {
  content: "\f022";
}

.fa-tarp-droplet::before {
  content: "\e57c";
}

.fa-house-medical-circle-check::before {
  content: "\e511";
}

.fa-person-skiing-nordic::before {
  content: "\f7ca";
}

.fa-skiing-nordic::before {
  content: "\f7ca";
}

.fa-calendar-plus::before {
  content: "\f271";
}

.fa-plane-arrival::before {
  content: "\f5af";
}

.fa-circle-left::before {
  content: "\f359";
}

.fa-arrow-alt-circle-left::before {
  content: "\f359";
}

.fa-train-subway::before {
  content: "\f239";
}

.fa-subway::before {
  content: "\f239";
}

.fa-chart-gantt::before {
  content: "\e0e4";
}

.fa-indian-rupee-sign::before {
  content: "\e1bc";
}

.fa-indian-rupee::before {
  content: "\e1bc";
}

.fa-inr::before {
  content: "\e1bc";
}

.fa-crop-simple::before {
  content: "\f565";
}

.fa-crop-alt::before {
  content: "\f565";
}

.fa-money-bill-1::before {
  content: "\f3d1";
}

.fa-money-bill-alt::before {
  content: "\f3d1";
}

.fa-left-long::before {
  content: "\f30a";
}

.fa-long-arrow-alt-left::before {
  content: "\f30a";
}

.fa-dna::before {
  content: "\f471";
}

.fa-virus-slash::before {
  content: "\e075";
}

.fa-minus::before {
  content: "\f068";
}

.fa-subtract::before {
  content: "\f068";
}

.fa-chess::before {
  content: "\f439";
}

.fa-arrow-left-long::before {
  content: "\f177";
}

.fa-long-arrow-left::before {
  content: "\f177";
}

.fa-plug-circle-check::before {
  content: "\e55c";
}

.fa-street-view::before {
  content: "\f21d";
}

.fa-franc-sign::before {
  content: "\e18f";
}

.fa-volume-off::before {
  content: "\f026";
}

.fa-hands-asl-interpreting::before {
  content: "\f2a3";
}

.fa-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-asl-interpreting::before {
  content: "\f2a3";
}

.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-gear::before {
  content: "\f013";
}

.fa-cog::before {
  content: "\f013";
}

.fa-droplet-slash::before {
  content: "\f5c7";
}

.fa-tint-slash::before {
  content: "\f5c7";
}

.fa-mosque::before {
  content: "\f678";
}

.fa-mosquito::before {
  content: "\e52b";
}

.fa-star-of-david::before {
  content: "\f69a";
}

.fa-person-military-rifle::before {
  content: "\e54b";
}

.fa-cart-shopping::before {
  content: "\f07a";
}

.fa-shopping-cart::before {
  content: "\f07a";
}

.fa-vials::before {
  content: "\f493";
}

.fa-plug-circle-plus::before {
  content: "\e55f";
}

.fa-place-of-worship::before {
  content: "\f67f";
}

.fa-grip-vertical::before {
  content: "\f58e";
}

.fa-arrow-turn-up::before {
  content: "\f148";
}

.fa-level-up::before {
  content: "\f148";
}

.fa-u::before {
  content: "U";
}

.fa-square-root-variable::before {
  content: "\f698";
}

.fa-square-root-alt::before {
  content: "\f698";
}

.fa-clock::before {
  content: "\f017";
}

.fa-clock-four::before {
  content: "\f017";
}

.fa-backward-step::before {
  content: "\f048";
}

.fa-step-backward::before {
  content: "\f048";
}

.fa-pallet::before {
  content: "\f482";
}

.fa-faucet::before {
  content: "\e005";
}

.fa-baseball-bat-ball::before {
  content: "\f432";
}

.fa-s::before {
  content: "S";
}

.fa-timeline::before {
  content: "\e29c";
}

.fa-keyboard::before {
  content: "\f11c";
}

.fa-caret-down::before {
  content: "\f0d7";
}

.fa-house-chimney-medical::before {
  content: "\f7f2";
}

.fa-clinic-medical::before {
  content: "\f7f2";
}

.fa-temperature-three-quarters::before {
  content: "\f2c8";
}

.fa-temperature-3::before {
  content: "\f2c8";
}

.fa-thermometer-3::before {
  content: "\f2c8";
}

.fa-thermometer-three-quarters::before {
  content: "\f2c8";
}

.fa-mobile-screen::before {
  content: "\f3cf";
}

.fa-mobile-android-alt::before {
  content: "\f3cf";
}

.fa-plane-up::before {
  content: "\e22d";
}

.fa-piggy-bank::before {
  content: "\f4d3";
}

.fa-battery-half::before {
  content: "\f242";
}

.fa-battery-3::before {
  content: "\f242";
}

.fa-mountain-city::before {
  content: "\e52e";
}

.fa-coins::before {
  content: "\f51e";
}

.fa-khanda::before {
  content: "\f66d";
}

.fa-sliders::before {
  content: "\f1de";
}

.fa-sliders-h::before {
  content: "\f1de";
}

.fa-folder-tree::before {
  content: "\f802";
}

.fa-network-wired::before {
  content: "\f6ff";
}

.fa-map-pin::before {
  content: "\f276";
}

.fa-hamsa::before {
  content: "\f665";
}

.fa-cent-sign::before {
  content: "\e3f5";
}

.fa-flask::before {
  content: "\f0c3";
}

.fa-person-pregnant::before {
  content: "\e31e";
}

.fa-wand-sparkles::before {
  content: "\f72b";
}

.fa-ellipsis-vertical::before {
  content: "\f142";
}

.fa-ellipsis-v::before {
  content: "\f142";
}

.fa-ticket::before {
  content: "\f145";
}

.fa-power-off::before {
  content: "\f011";
}

.fa-right-long::before {
  content: "\f30b";
}

.fa-long-arrow-alt-right::before {
  content: "\f30b";
}

.fa-flag-usa::before {
  content: "\f74d";
}

.fa-laptop-file::before {
  content: "\e51d";
}

.fa-tty::before {
  content: "\f1e4";
}

.fa-teletype::before {
  content: "\f1e4";
}

.fa-diagram-next::before {
  content: "\e476";
}

.fa-person-rifle::before {
  content: "\e54e";
}

.fa-house-medical-circle-exclamation::before {
  content: "\e512";
}

.fa-closed-captioning::before {
  content: "\f20a";
}

.fa-person-hiking::before {
  content: "\f6ec";
}

.fa-hiking::before {
  content: "\f6ec";
}

.fa-venus-double::before {
  content: "\f226";
}

.fa-images::before {
  content: "\f302";
}

.fa-calculator::before {
  content: "\f1ec";
}

.fa-people-pulling::before {
  content: "\e535";
}

.fa-n::before {
  content: "N";
}

.fa-cable-car::before {
  content: "\f7da";
}

.fa-tram::before {
  content: "\f7da";
}

.fa-cloud-rain::before {
  content: "\f73d";
}

.fa-building-circle-xmark::before {
  content: "\e4d4";
}

.fa-ship::before {
  content: "\f21a";
}

.fa-arrows-down-to-line::before {
  content: "\e4b8";
}

.fa-download::before {
  content: "\f019";
}

.fa-face-grin::before {
  content: "\f580";
}

.fa-grin::before {
  content: "\f580";
}

.fa-delete-left::before {
  content: "\f55a";
}

.fa-backspace::before {
  content: "\f55a";
}

.fa-eye-dropper::before {
  content: "\f1fb";
}

.fa-eye-dropper-empty::before {
  content: "\f1fb";
}

.fa-eyedropper::before {
  content: "\f1fb";
}

.fa-file-circle-check::before {
  content: "\e5a0";
}

.fa-forward::before {
  content: "\f04e";
}

.fa-mobile::before {
  content: "\f3ce";
}

.fa-mobile-android::before {
  content: "\f3ce";
}

.fa-mobile-phone::before {
  content: "\f3ce";
}

.fa-face-meh::before {
  content: "\f11a";
}

.fa-meh::before {
  content: "\f11a";
}

.fa-align-center::before {
  content: "\f037";
}

.fa-book-skull::before {
  content: "\f6b7";
}

.fa-book-dead::before {
  content: "\f6b7";
}

.fa-id-card::before {
  content: "\f2c2";
}

.fa-drivers-license::before {
  content: "\f2c2";
}

.fa-outdent::before {
  content: "\f03b";
}

.fa-dedent::before {
  content: "\f03b";
}

.fa-heart-circle-exclamation::before {
  content: "\e4fe";
}

.fa-house::before {
  content: "\f015";
}

.fa-home::before {
  content: "\f015";
}

.fa-home-alt::before {
  content: "\f015";
}

.fa-home-lg-alt::before {
  content: "\f015";
}

.fa-calendar-week::before {
  content: "\f784";
}

.fa-laptop-medical::before {
  content: "\f812";
}

.fa-b::before {
  content: "B";
}

.fa-file-medical::before {
  content: "\f477";
}

.fa-dice-one::before {
  content: "\f525";
}

.fa-kiwi-bird::before {
  content: "\f535";
}

.fa-arrow-right-arrow-left::before {
  content: "\f0ec";
}

.fa-exchange::before {
  content: "\f0ec";
}

.fa-rotate-right::before {
  content: "\f2f9";
}

.fa-redo-alt::before {
  content: "\f2f9";
}

.fa-rotate-forward::before {
  content: "\f2f9";
}

.fa-utensils::before {
  content: "\f2e7";
}

.fa-cutlery::before {
  content: "\f2e7";
}

.fa-arrow-up-wide-short::before {
  content: "\f161";
}

.fa-sort-amount-up::before {
  content: "\f161";
}

.fa-mill-sign::before {
  content: "\e1ed";
}

.fa-bowl-rice::before {
  content: "\e2eb";
}

.fa-skull::before {
  content: "\f54c";
}

.fa-tower-broadcast::before {
  content: "\f519";
}

.fa-broadcast-tower::before {
  content: "\f519";
}

.fa-truck-pickup::before {
  content: "\f63c";
}

.fa-up-long::before {
  content: "\f30c";
}

.fa-long-arrow-alt-up::before {
  content: "\f30c";
}

.fa-stop::before {
  content: "\f04d";
}

.fa-code-merge::before {
  content: "\f387";
}

.fa-upload::before {
  content: "\f093";
}

.fa-hurricane::before {
  content: "\f751";
}

.fa-mound::before {
  content: "\e52d";
}

.fa-toilet-portable::before {
  content: "\e583";
}

.fa-compact-disc::before {
  content: "\f51f";
}

.fa-file-arrow-down::before {
  content: "\f56d";
}

.fa-file-download::before {
  content: "\f56d";
}

.fa-caravan::before {
  content: "\f8ff";
}

.fa-shield-cat::before {
  content: "\e572";
}

.fa-bolt::before {
  content: "\f0e7";
}

.fa-zap::before {
  content: "\f0e7";
}

.fa-glass-water::before {
  content: "\e4f4";
}

.fa-oil-well::before {
  content: "\e532";
}

.fa-vault::before {
  content: "\e2c5";
}

.fa-mars::before {
  content: "\f222";
}

.fa-toilet::before {
  content: "\f7d8";
}

.fa-plane-circle-xmark::before {
  content: "\e557";
}

.fa-yen-sign::before {
  content: "\f157";
}

.fa-cny::before {
  content: "\f157";
}

.fa-jpy::before {
  content: "\f157";
}

.fa-rmb::before {
  content: "\f157";
}

.fa-yen::before {
  content: "\f157";
}

.fa-ruble-sign::before {
  content: "\f158";
}

.fa-rouble::before {
  content: "\f158";
}

.fa-rub::before {
  content: "\f158";
}

.fa-ruble::before {
  content: "\f158";
}

.fa-sun::before {
  content: "\f185";
}

.fa-guitar::before {
  content: "\f7a6";
}

.fa-face-laugh-wink::before {
  content: "\f59c";
}

.fa-laugh-wink::before {
  content: "\f59c";
}

.fa-horse-head::before {
  content: "\f7ab";
}

.fa-bore-hole::before {
  content: "\e4c3";
}

.fa-industry::before {
  content: "\f275";
}

.fa-circle-down::before {
  content: "\f358";
}

.fa-arrow-alt-circle-down::before {
  content: "\f358";
}

.fa-arrows-turn-to-dots::before {
  content: "\e4c1";
}

.fa-florin-sign::before {
  content: "\e184";
}

.fa-arrow-down-short-wide::before {
  content: "\f884";
}

.fa-sort-amount-desc::before {
  content: "\f884";
}

.fa-sort-amount-down-alt::before {
  content: "\f884";
}

.fa-less-than::before {
  content: "\<";
}

.fa-angle-down::before {
  content: "\f107";
}

.fa-car-tunnel::before {
  content: "\e4de";
}

.fa-head-side-cough::before {
  content: "\e061";
}

.fa-grip-lines::before {
  content: "\f7a4";
}

.fa-thumbs-down::before {
  content: "\f165";
}

.fa-user-lock::before {
  content: "\f502";
}

.fa-arrow-right-long::before {
  content: "\f178";
}

.fa-long-arrow-right::before {
  content: "\f178";
}

.fa-anchor-circle-xmark::before {
  content: "\e4ac";
}

.fa-ellipsis::before {
  content: "\f141";
}

.fa-ellipsis-h::before {
  content: "\f141";
}

.fa-chess-pawn::before {
  content: "\f443";
}

.fa-kit-medical::before {
  content: "\f479";
}

.fa-first-aid::before {
  content: "\f479";
}

.fa-person-through-window::before {
  content: "\e5a9";
}

.fa-toolbox::before {
  content: "\f552";
}

.fa-hands-holding-circle::before {
  content: "\e4fb";
}

.fa-bug::before {
  content: "\f188";
}

.fa-credit-card::before {
  content: "\f09d";
}

.fa-credit-card-alt::before {
  content: "\f09d";
}

.fa-car::before {
  content: "\f1b9";
}

.fa-automobile::before {
  content: "\f1b9";
}

.fa-hand-holding-hand::before {
  content: "\e4f7";
}

.fa-book-open-reader::before {
  content: "\f5da";
}

.fa-book-reader::before {
  content: "\f5da";
}

.fa-mountain-sun::before {
  content: "\e52f";
}

.fa-arrows-left-right-to-line::before {
  content: "\e4ba";
}

.fa-dice-d20::before {
  content: "\f6cf";
}

.fa-truck-droplet::before {
  content: "\e58c";
}

.fa-file-circle-xmark::before {
  content: "\e5a1";
}

.fa-temperature-arrow-up::before {
  content: "\e040";
}

.fa-temperature-up::before {
  content: "\e040";
}

.fa-medal::before {
  content: "\f5a2";
}

.fa-bed::before {
  content: "\f236";
}

.fa-square-h::before {
  content: "\f0fd";
}

.fa-h-square::before {
  content: "\f0fd";
}

.fa-podcast::before {
  content: "\f2ce";
}

.fa-temperature-full::before {
  content: "\f2c7";
}

.fa-temperature-4::before {
  content: "\f2c7";
}

.fa-thermometer-4::before {
  content: "\f2c7";
}

.fa-thermometer-full::before {
  content: "\f2c7";
}

.fa-bell::before {
  content: "\f0f3";
}

.fa-superscript::before {
  content: "\f12b";
}

.fa-plug-circle-xmark::before {
  content: "\e560";
}

.fa-star-of-life::before {
  content: "\f621";
}

.fa-phone-slash::before {
  content: "\f3dd";
}

.fa-paint-roller::before {
  content: "\f5aa";
}

.fa-handshake-angle::before {
  content: "\f4c4";
}

.fa-hands-helping::before {
  content: "\f4c4";
}

.fa-location-dot::before {
  content: "\f3c5";
}

.fa-map-marker-alt::before {
  content: "\f3c5";
}

.fa-file::before {
  content: "\f15b";
}

.fa-greater-than::before {
  content: "\>";
}

.fa-person-swimming::before {
  content: "\f5c4";
}

.fa-swimmer::before {
  content: "\f5c4";
}

.fa-arrow-down::before {
  content: "\f063";
}

.fa-droplet::before {
  content: "\f043";
}

.fa-tint::before {
  content: "\f043";
}

.fa-eraser::before {
  content: "\f12d";
}

.fa-earth-americas::before {
  content: "\f57d";
}

.fa-earth::before {
  content: "\f57d";
}

.fa-earth-america::before {
  content: "\f57d";
}

.fa-globe-americas::before {
  content: "\f57d";
}

.fa-person-burst::before {
  content: "\e53b";
}

.fa-dove::before {
  content: "\f4ba";
}

.fa-battery-empty::before {
  content: "\f244";
}

.fa-battery-0::before {
  content: "\f244";
}

.fa-socks::before {
  content: "\f696";
}

.fa-inbox::before {
  content: "\f01c";
}

.fa-section::before {
  content: "\e447";
}

.fa-gauge-high::before {
  content: "\f625";
}

.fa-tachometer-alt::before {
  content: "\f625";
}

.fa-tachometer-alt-fast::before {
  content: "\f625";
}

.fa-envelope-open-text::before {
  content: "\f658";
}

.fa-hospital::before {
  content: "\f0f8";
}

.fa-hospital-alt::before {
  content: "\f0f8";
}

.fa-hospital-wide::before {
  content: "\f0f8";
}

.fa-wine-bottle::before {
  content: "\f72f";
}

.fa-chess-rook::before {
  content: "\f447";
}

.fa-bars-staggered::before {
  content: "\f550";
}

.fa-reorder::before {
  content: "\f550";
}

.fa-stream::before {
  content: "\f550";
}

.fa-dharmachakra::before {
  content: "\f655";
}

.fa-hotdog::before {
  content: "\f80f";
}

.fa-person-walking-with-cane::before {
  content: "\f29d";
}

.fa-blind::before {
  content: "\f29d";
}

.fa-drum::before {
  content: "\f569";
}

.fa-ice-cream::before {
  content: "\f810";
}

.fa-heart-circle-bolt::before {
  content: "\e4fc";
}

.fa-fax::before {
  content: "\f1ac";
}

.fa-paragraph::before {
  content: "\f1dd";
}

.fa-check-to-slot::before {
  content: "\f772";
}

.fa-vote-yea::before {
  content: "\f772";
}

.fa-star-half::before {
  content: "\f089";
}

.fa-boxes-stacked::before {
  content: "\f468";
}

.fa-boxes::before {
  content: "\f468";
}

.fa-boxes-alt::before {
  content: "\f468";
}

.fa-link::before {
  content: "\f0c1";
}

.fa-chain::before {
  content: "\f0c1";
}

.fa-ear-listen::before {
  content: "\f2a2";
}

.fa-assistive-listening-systems::before {
  content: "\f2a2";
}

.fa-tree-city::before {
  content: "\e587";
}

.fa-play::before {
  content: "\f04b";
}

.fa-font::before {
  content: "\f031";
}

.fa-rupiah-sign::before {
  content: "\e23d";
}

.fa-magnifying-glass::before {
  content: "\f002";
}

.fa-search::before {
  content: "\f002";
}

.fa-table-tennis-paddle-ball::before {
  content: "\f45d";
}

.fa-ping-pong-paddle-ball::before {
  content: "\f45d";
}

.fa-table-tennis::before {
  content: "\f45d";
}

.fa-person-dots-from-line::before {
  content: "\f470";
}

.fa-diagnoses::before {
  content: "\f470";
}

.fa-trash-can-arrow-up::before {
  content: "\f82a";
}

.fa-trash-restore-alt::before {
  content: "\f82a";
}

.fa-naira-sign::before {
  content: "\e1f6";
}

.fa-cart-arrow-down::before {
  content: "\f218";
}

.fa-walkie-talkie::before {
  content: "\f8ef";
}

.fa-file-pen::before {
  content: "\f31c";
}

.fa-file-edit::before {
  content: "\f31c";
}

.fa-receipt::before {
  content: "\f543";
}

.fa-square-pen::before {
  content: "\f14b";
}

.fa-pen-square::before {
  content: "\f14b";
}

.fa-pencil-square::before {
  content: "\f14b";
}

.fa-suitcase-rolling::before {
  content: "\f5c1";
}

.fa-person-circle-exclamation::before {
  content: "\e53f";
}

.fa-chevron-down::before {
  content: "\f078";
}

.fa-battery-full::before {
  content: "\f240";
}

.fa-battery::before {
  content: "\f240";
}

.fa-battery-5::before {
  content: "\f240";
}

.fa-skull-crossbones::before {
  content: "\f714";
}

.fa-code-compare::before {
  content: "\e13a";
}

.fa-list-ul::before {
  content: "\f0ca";
}

.fa-list-dots::before {
  content: "\f0ca";
}

.fa-school-lock::before {
  content: "\e56f";
}

.fa-tower-cell::before {
  content: "\e585";
}

.fa-down-long::before {
  content: "\f309";
}

.fa-long-arrow-alt-down::before {
  content: "\f309";
}

.fa-ranking-star::before {
  content: "\e561";
}

.fa-chess-king::before {
  content: "\f43f";
}

.fa-person-harassing::before {
  content: "\e549";
}

.fa-brazilian-real-sign::before {
  content: "\e46c";
}

.fa-landmark-dome::before {
  content: "\f752";
}

.fa-landmark-alt::before {
  content: "\f752";
}

.fa-arrow-up::before {
  content: "\f062";
}

.fa-tv::before {
  content: "\f26c";
}

.fa-television::before {
  content: "\f26c";
}

.fa-tv-alt::before {
  content: "\f26c";
}

.fa-shrimp::before {
  content: "\e448";
}

.fa-list-check::before {
  content: "\f0ae";
}

.fa-tasks::before {
  content: "\f0ae";
}

.fa-jug-detergent::before {
  content: "\e519";
}

.fa-circle-user::before {
  content: "\f2bd";
}

.fa-user-circle::before {
  content: "\f2bd";
}

.fa-user-shield::before {
  content: "\f505";
}

.fa-wind::before {
  content: "\f72e";
}

.fa-car-burst::before {
  content: "\f5e1";
}

.fa-car-crash::before {
  content: "\f5e1";
}

.fa-y::before {
  content: "Y";
}

.fa-person-snowboarding::before {
  content: "\f7ce";
}

.fa-snowboarding::before {
  content: "\f7ce";
}

.fa-truck-fast::before {
  content: "\f48b";
}

.fa-shipping-fast::before {
  content: "\f48b";
}

.fa-fish::before {
  content: "\f578";
}

.fa-user-graduate::before {
  content: "\f501";
}

.fa-circle-half-stroke::before {
  content: "\f042";
}

.fa-adjust::before {
  content: "\f042";
}

.fa-clapperboard::before {
  content: "\e131";
}

.fa-circle-radiation::before {
  content: "\f7ba";
}

.fa-radiation-alt::before {
  content: "\f7ba";
}

.fa-baseball::before {
  content: "\f433";
}

.fa-baseball-ball::before {
  content: "\f433";
}

.fa-jet-fighter-up::before {
  content: "\e518";
}

.fa-diagram-project::before {
  content: "\f542";
}

.fa-project-diagram::before {
  content: "\f542";
}

.fa-copy::before {
  content: "\f0c5";
}

.fa-volume-xmark::before {
  content: "\f6a9";
}

.fa-volume-mute::before {
  content: "\f6a9";
}

.fa-volume-times::before {
  content: "\f6a9";
}

.fa-hand-sparkles::before {
  content: "\e05d";
}

.fa-grip::before {
  content: "\f58d";
}

.fa-grip-horizontal::before {
  content: "\f58d";
}

.fa-share-from-square::before {
  content: "\f14d";
}

.fa-share-square::before {
  content: "\f14d";
}

.fa-child-combatant::before {
  content: "\e4e0";
}

.fa-child-rifle::before {
  content: "\e4e0";
}

.fa-gun::before {
  content: "\e19b";
}

.fa-square-phone::before {
  content: "\f098";
}

.fa-phone-square::before {
  content: "\f098";
}

.fa-plus::before {
  content: "\+";
}

.fa-add::before {
  content: "\+";
}

.fa-expand::before {
  content: "\f065";
}

.fa-computer::before {
  content: "\e4e5";
}

.fa-xmark::before {
  content: "\f00d";
}

.fa-close::before {
  content: "\f00d";
}

.fa-multiply::before {
  content: "\f00d";
}

.fa-remove::before {
  content: "\f00d";
}

.fa-times::before {
  content: "\f00d";
}

.fa-arrows-up-down-left-right::before {
  content: "\f047";
}

.fa-arrows::before {
  content: "\f047";
}

.fa-chalkboard-user::before {
  content: "\f51c";
}

.fa-chalkboard-teacher::before {
  content: "\f51c";
}

.fa-peso-sign::before {
  content: "\e222";
}

.fa-building-shield::before {
  content: "\e4d8";
}

.fa-baby::before {
  content: "\f77c";
}

.fa-users-line::before {
  content: "\e592";
}

.fa-quote-left::before {
  content: "\f10d";
}

.fa-quote-left-alt::before {
  content: "\f10d";
}

.fa-tractor::before {
  content: "\f722";
}

.fa-trash-arrow-up::before {
  content: "\f829";
}

.fa-trash-restore::before {
  content: "\f829";
}

.fa-arrow-down-up-lock::before {
  content: "\e4b0";
}

.fa-lines-leaning::before {
  content: "\e51e";
}

.fa-ruler-combined::before {
  content: "\f546";
}

.fa-copyright::before {
  content: "\f1f9";
}

.fa-equals::before {
  content: "\=";
}

.fa-blender::before {
  content: "\f517";
}

.fa-teeth::before {
  content: "\f62e";
}

.fa-shekel-sign::before {
  content: "\f20b";
}

.fa-ils::before {
  content: "\f20b";
}

.fa-shekel::before {
  content: "\f20b";
}

.fa-sheqel::before {
  content: "\f20b";
}

.fa-sheqel-sign::before {
  content: "\f20b";
}

.fa-map::before {
  content: "\f279";
}

.fa-rocket::before {
  content: "\f135";
}

.fa-photo-film::before {
  content: "\f87c";
}

.fa-photo-video::before {
  content: "\f87c";
}

.fa-folder-minus::before {
  content: "\f65d";
}

.fa-store::before {
  content: "\f54e";
}

.fa-arrow-trend-up::before {
  content: "\e098";
}

.fa-plug-circle-minus::before {
  content: "\e55e";
}

.fa-sign-hanging::before {
  content: "\f4d9";
}

.fa-sign::before {
  content: "\f4d9";
}

.fa-bezier-curve::before {
  content: "\f55b";
}

.fa-bell-slash::before {
  content: "\f1f6";
}

.fa-tablet::before {
  content: "\f3fb";
}

.fa-tablet-android::before {
  content: "\f3fb";
}

.fa-school-flag::before {
  content: "\e56e";
}

.fa-fill::before {
  content: "\f575";
}

.fa-angle-up::before {
  content: "\f106";
}

.fa-drumstick-bite::before {
  content: "\f6d7";
}

.fa-holly-berry::before {
  content: "\f7aa";
}

.fa-chevron-left::before {
  content: "\f053";
}

.fa-bacteria::before {
  content: "\e059";
}

.fa-hand-lizard::before {
  content: "\f258";
}

.fa-notdef::before {
  content: "\e1fe";
}

.fa-disease::before {
  content: "\f7fa";
}

.fa-briefcase-medical::before {
  content: "\f469";
}

.fa-genderless::before {
  content: "\f22d";
}

.fa-chevron-right::before {
  content: "\f054";
}

.fa-retweet::before {
  content: "\f079";
}

.fa-car-rear::before {
  content: "\f5de";
}

.fa-car-alt::before {
  content: "\f5de";
}

.fa-pump-soap::before {
  content: "\e06b";
}

.fa-video-slash::before {
  content: "\f4e2";
}

.fa-battery-quarter::before {
  content: "\f243";
}

.fa-battery-2::before {
  content: "\f243";
}

.fa-radio::before {
  content: "\f8d7";
}

.fa-baby-carriage::before {
  content: "\f77d";
}

.fa-carriage-baby::before {
  content: "\f77d";
}

.fa-traffic-light::before {
  content: "\f637";
}

.fa-thermometer::before {
  content: "\f491";
}

.fa-vr-cardboard::before {
  content: "\f729";
}

.fa-hand-middle-finger::before {
  content: "\f806";
}

.fa-percent::before {
  content: "\%";
}

.fa-percentage::before {
  content: "\%";
}

.fa-truck-moving::before {
  content: "\f4df";
}

.fa-glass-water-droplet::before {
  content: "\e4f5";
}

.fa-display::before {
  content: "\e163";
}

.fa-face-smile::before {
  content: "\f118";
}

.fa-smile::before {
  content: "\f118";
}

.fa-thumbtack::before {
  content: "\f08d";
}

.fa-thumb-tack::before {
  content: "\f08d";
}

.fa-trophy::before {
  content: "\f091";
}

.fa-person-praying::before {
  content: "\f683";
}

.fa-pray::before {
  content: "\f683";
}

.fa-hammer::before {
  content: "\f6e3";
}

.fa-hand-peace::before {
  content: "\f25b";
}

.fa-rotate::before {
  content: "\f2f1";
}

.fa-sync-alt::before {
  content: "\f2f1";
}

.fa-spinner::before {
  content: "\f110";
}

.fa-robot::before {
  content: "\f544";
}

.fa-peace::before {
  content: "\f67c";
}

.fa-gears::before {
  content: "\f085";
}

.fa-cogs::before {
  content: "\f085";
}

.fa-warehouse::before {
  content: "\f494";
}

.fa-arrow-up-right-dots::before {
  content: "\e4b7";
}

.fa-splotch::before {
  content: "\f5bc";
}

.fa-face-grin-hearts::before {
  content: "\f584";
}

.fa-grin-hearts::before {
  content: "\f584";
}

.fa-dice-four::before {
  content: "\f524";
}

.fa-sim-card::before {
  content: "\f7c4";
}

.fa-transgender::before {
  content: "\f225";
}

.fa-transgender-alt::before {
  content: "\f225";
}

.fa-mercury::before {
  content: "\f223";
}

.fa-arrow-turn-down::before {
  content: "\f149";
}

.fa-level-down::before {
  content: "\f149";
}

.fa-person-falling-burst::before {
  content: "\e547";
}

.fa-award::before {
  content: "\f559";
}

.fa-ticket-simple::before {
  content: "\f3ff";
}

.fa-ticket-alt::before {
  content: "\f3ff";
}

.fa-building::before {
  content: "\f1ad";
}

.fa-angles-left::before {
  content: "\f100";
}

.fa-angle-double-left::before {
  content: "\f100";
}

.fa-qrcode::before {
  content: "\f029";
}

.fa-clock-rotate-left::before {
  content: "\f1da";
}

.fa-history::before {
  content: "\f1da";
}

.fa-face-grin-beam-sweat::before {
  content: "\f583";
}

.fa-grin-beam-sweat::before {
  content: "\f583";
}

.fa-file-export::before {
  content: "\f56e";
}

.fa-arrow-right-from-file::before {
  content: "\f56e";
}

.fa-shield::before {
  content: "\f132";
}

.fa-shield-blank::before {
  content: "\f132";
}

.fa-arrow-up-short-wide::before {
  content: "\f885";
}

.fa-sort-amount-up-alt::before {
  content: "\f885";
}

.fa-house-medical::before {
  content: "\e3b2";
}

.fa-golf-ball-tee::before {
  content: "\f450";
}

.fa-golf-ball::before {
  content: "\f450";
}

.fa-circle-chevron-left::before {
  content: "\f137";
}

.fa-chevron-circle-left::before {
  content: "\f137";
}

.fa-house-chimney-window::before {
  content: "\e00d";
}

.fa-pen-nib::before {
  content: "\f5ad";
}

.fa-tent-arrow-turn-left::before {
  content: "\e580";
}

.fa-tents::before {
  content: "\e582";
}

.fa-wand-magic::before {
  content: "\f0d0";
}

.fa-magic::before {
  content: "\f0d0";
}

.fa-dog::before {
  content: "\f6d3";
}

.fa-carrot::before {
  content: "\f787";
}

.fa-moon::before {
  content: "\f186";
}

.fa-wine-glass-empty::before {
  content: "\f5ce";
}

.fa-wine-glass-alt::before {
  content: "\f5ce";
}

.fa-cheese::before {
  content: "\f7ef";
}

.fa-yin-yang::before {
  content: "\f6ad";
}

.fa-music::before {
  content: "\f001";
}

.fa-code-commit::before {
  content: "\f386";
}

.fa-temperature-low::before {
  content: "\f76b";
}

.fa-person-biking::before {
  content: "\f84a";
}

.fa-biking::before {
  content: "\f84a";
}

.fa-broom::before {
  content: "\f51a";
}

.fa-shield-heart::before {
  content: "\e574";
}

.fa-gopuram::before {
  content: "\f664";
}

.fa-earth-oceania::before {
  content: "\e47b";
}

.fa-globe-oceania::before {
  content: "\e47b";
}

.fa-square-xmark::before {
  content: "\f2d3";
}

.fa-times-square::before {
  content: "\f2d3";
}

.fa-xmark-square::before {
  content: "\f2d3";
}

.fa-hashtag::before {
  content: "\#";
}

.fa-up-right-and-down-left-from-center::before {
  content: "\f424";
}

.fa-expand-alt::before {
  content: "\f424";
}

.fa-oil-can::before {
  content: "\f613";
}

.fa-t::before {
  content: "T";
}

.fa-hippo::before {
  content: "\f6ed";
}

.fa-chart-column::before {
  content: "\e0e3";
}

.fa-infinity::before {
  content: "\f534";
}

.fa-vial-circle-check::before {
  content: "\e596";
}

.fa-person-arrow-down-to-line::before {
  content: "\e538";
}

.fa-voicemail::before {
  content: "\f897";
}

.fa-fan::before {
  content: "\f863";
}

.fa-person-walking-luggage::before {
  content: "\e554";
}

.fa-up-down::before {
  content: "\f338";
}

.fa-arrows-alt-v::before {
  content: "\f338";
}

.fa-cloud-moon-rain::before {
  content: "\f73c";
}

.fa-calendar::before {
  content: "\f133";
}

.fa-trailer::before {
  content: "\e041";
}

.fa-bahai::before {
  content: "\f666";
}

.fa-haykal::before {
  content: "\f666";
}

.fa-sd-card::before {
  content: "\f7c2";
}

.fa-dragon::before {
  content: "\f6d5";
}

.fa-shoe-prints::before {
  content: "\f54b";
}

.fa-circle-plus::before {
  content: "\f055";
}

.fa-plus-circle::before {
  content: "\f055";
}

.fa-face-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-hand-holding::before {
  content: "\f4bd";
}

.fa-plug-circle-exclamation::before {
  content: "\e55d";
}

.fa-link-slash::before {
  content: "\f127";
}

.fa-chain-broken::before {
  content: "\f127";
}

.fa-chain-slash::before {
  content: "\f127";
}

.fa-unlink::before {
  content: "\f127";
}

.fa-clone::before {
  content: "\f24d";
}

.fa-person-walking-arrow-loop-left::before {
  content: "\e551";
}

.fa-arrow-up-z-a::before {
  content: "\f882";
}

.fa-sort-alpha-up-alt::before {
  content: "\f882";
}

.fa-fire-flame-curved::before {
  content: "\f7e4";
}

.fa-fire-alt::before {
  content: "\f7e4";
}

.fa-tornado::before {
  content: "\f76f";
}

.fa-file-circle-plus::before {
  content: "\e494";
}

.fa-book-quran::before {
  content: "\f687";
}

.fa-quran::before {
  content: "\f687";
}

.fa-anchor::before {
  content: "\f13d";
}

.fa-border-all::before {
  content: "\f84c";
}

.fa-face-angry::before {
  content: "\f556";
}

.fa-angry::before {
  content: "\f556";
}

.fa-cookie-bite::before {
  content: "\f564";
}

.fa-arrow-trend-down::before {
  content: "\e097";
}

.fa-rss::before {
  content: "\f09e";
}

.fa-feed::before {
  content: "\f09e";
}

.fa-draw-polygon::before {
  content: "\f5ee";
}

.fa-scale-balanced::before {
  content: "\f24e";
}

.fa-balance-scale::before {
  content: "\f24e";
}

.fa-gauge-simple-high::before {
  content: "\f62a";
}

.fa-tachometer::before {
  content: "\f62a";
}

.fa-tachometer-fast::before {
  content: "\f62a";
}

.fa-shower::before {
  content: "\f2cc";
}

.fa-desktop::before {
  content: "\f390";
}

.fa-desktop-alt::before {
  content: "\f390";
}

.fa-m::before {
  content: "M";
}

.fa-table-list::before {
  content: "\f00b";
}

.fa-th-list::before {
  content: "\f00b";
}

.fa-comment-sms::before {
  content: "\f7cd";
}

.fa-sms::before {
  content: "\f7cd";
}

.fa-book::before {
  content: "\f02d";
}

.fa-user-plus::before {
  content: "\f234";
}

.fa-check::before {
  content: "\f00c";
}

.fa-battery-three-quarters::before {
  content: "\f241";
}

.fa-battery-4::before {
  content: "\f241";
}

.fa-house-circle-check::before {
  content: "\e509";
}

.fa-angle-left::before {
  content: "\f104";
}

.fa-diagram-successor::before {
  content: "\e47a";
}

.fa-truck-arrow-right::before {
  content: "\e58b";
}

.fa-arrows-split-up-and-left::before {
  content: "\e4bc";
}

.fa-hand-fist::before {
  content: "\f6de";
}

.fa-fist-raised::before {
  content: "\f6de";
}

.fa-cloud-moon::before {
  content: "\f6c3";
}

.fa-briefcase::before {
  content: "\f0b1";
}

.fa-person-falling::before {
  content: "\e546";
}

.fa-image-portrait::before {
  content: "\f3e0";
}

.fa-portrait::before {
  content: "\f3e0";
}

.fa-user-tag::before {
  content: "\f507";
}

.fa-rug::before {
  content: "\e569";
}

.fa-earth-europe::before {
  content: "\f7a2";
}

.fa-globe-europe::before {
  content: "\f7a2";
}

.fa-cart-flatbed-suitcase::before {
  content: "\f59d";
}

.fa-luggage-cart::before {
  content: "\f59d";
}

.fa-rectangle-xmark::before {
  content: "\f410";
}

.fa-rectangle-times::before {
  content: "\f410";
}

.fa-times-rectangle::before {
  content: "\f410";
}

.fa-window-close::before {
  content: "\f410";
}

.fa-baht-sign::before {
  content: "\e0ac";
}

.fa-book-open::before {
  content: "\f518";
}

.fa-book-journal-whills::before {
  content: "\f66a";
}

.fa-journal-whills::before {
  content: "\f66a";
}

.fa-handcuffs::before {
  content: "\e4f8";
}

.fa-triangle-exclamation::before {
  content: "\f071";
}

.fa-exclamation-triangle::before {
  content: "\f071";
}

.fa-warning::before {
  content: "\f071";
}

.fa-database::before {
  content: "\f1c0";
}

.fa-share::before {
  content: "\f064";
}

.fa-arrow-turn-right::before {
  content: "\f064";
}

.fa-mail-forward::before {
  content: "\f064";
}

.fa-bottle-droplet::before {
  content: "\e4c4";
}

.fa-mask-face::before {
  content: "\e1d7";
}

.fa-hill-rockslide::before {
  content: "\e508";
}

.fa-right-left::before {
  content: "\f362";
}

.fa-exchange-alt::before {
  content: "\f362";
}

.fa-paper-plane::before {
  content: "\f1d8";
}

.fa-road-circle-exclamation::before {
  content: "\e565";
}

.fa-dungeon::before {
  content: "\f6d9";
}

.fa-align-right::before {
  content: "\f038";
}

.fa-money-bill-1-wave::before {
  content: "\f53b";
}

.fa-money-bill-wave-alt::before {
  content: "\f53b";
}

.fa-life-ring::before {
  content: "\f1cd";
}

.fa-hands::before {
  content: "\f2a7";
}

.fa-sign-language::before {
  content: "\f2a7";
}

.fa-signing::before {
  content: "\f2a7";
}

.fa-calendar-day::before {
  content: "\f783";
}

.fa-water-ladder::before {
  content: "\f5c5";
}

.fa-ladder-water::before {
  content: "\f5c5";
}

.fa-swimming-pool::before {
  content: "\f5c5";
}

.fa-arrows-up-down::before {
  content: "\f07d";
}

.fa-arrows-v::before {
  content: "\f07d";
}

.fa-face-grimace::before {
  content: "\f57f";
}

.fa-grimace::before {
  content: "\f57f";
}

.fa-wheelchair-move::before {
  content: "\e2ce";
}

.fa-wheelchair-alt::before {
  content: "\e2ce";
}

.fa-turn-down::before {
  content: "\f3be";
}

.fa-level-down-alt::before {
  content: "\f3be";
}

.fa-person-walking-arrow-right::before {
  content: "\e552";
}

.fa-square-envelope::before {
  content: "\f199";
}

.fa-envelope-square::before {
  content: "\f199";
}

.fa-dice::before {
  content: "\f522";
}

.fa-bowling-ball::before {
  content: "\f436";
}

.fa-brain::before {
  content: "\f5dc";
}

.fa-bandage::before {
  content: "\f462";
}

.fa-band-aid::before {
  content: "\f462";
}

.fa-calendar-minus::before {
  content: "\f272";
}

.fa-circle-xmark::before {
  content: "\f057";
}

.fa-times-circle::before {
  content: "\f057";
}

.fa-xmark-circle::before {
  content: "\f057";
}

.fa-gifts::before {
  content: "\f79c";
}

.fa-hotel::before {
  content: "\f594";
}

.fa-earth-asia::before {
  content: "\f57e";
}

.fa-globe-asia::before {
  content: "\f57e";
}

.fa-id-card-clip::before {
  content: "\f47f";
}

.fa-id-card-alt::before {
  content: "\f47f";
}

.fa-magnifying-glass-plus::before {
  content: "\f00e";
}

.fa-search-plus::before {
  content: "\f00e";
}

.fa-thumbs-up::before {
  content: "\f164";
}

.fa-user-clock::before {
  content: "\f4fd";
}

.fa-hand-dots::before {
  content: "\f461";
}

.fa-allergies::before {
  content: "\f461";
}

.fa-file-invoice::before {
  content: "\f570";
}

.fa-window-minimize::before {
  content: "\f2d1";
}

.fa-mug-saucer::before {
  content: "\f0f4";
}

.fa-coffee::before {
  content: "\f0f4";
}

.fa-brush::before {
  content: "\f55d";
}

.fa-mask::before {
  content: "\f6fa";
}

.fa-magnifying-glass-minus::before {
  content: "\f010";
}

.fa-search-minus::before {
  content: "\f010";
}

.fa-ruler-vertical::before {
  content: "\f548";
}

.fa-user-large::before {
  content: "\f406";
}

.fa-user-alt::before {
  content: "\f406";
}

.fa-train-tram::before {
  content: "\e5b4";
}

.fa-user-nurse::before {
  content: "\f82f";
}

.fa-syringe::before {
  content: "\f48e";
}

.fa-cloud-sun::before {
  content: "\f6c4";
}

.fa-stopwatch-20::before {
  content: "\e06f";
}

.fa-square-full::before {
  content: "\f45c";
}

.fa-magnet::before {
  content: "\f076";
}

.fa-jar::before {
  content: "\e516";
}

.fa-note-sticky::before {
  content: "\f249";
}

.fa-sticky-note::before {
  content: "\f249";
}

.fa-bug-slash::before {
  content: "\e490";
}

.fa-arrow-up-from-water-pump::before {
  content: "\e4b6";
}

.fa-bone::before {
  content: "\f5d7";
}

.fa-user-injured::before {
  content: "\f728";
}

.fa-face-sad-tear::before {
  content: "\f5b4";
}

.fa-sad-tear::before {
  content: "\f5b4";
}

.fa-plane::before {
  content: "\f072";
}

.fa-tent-arrows-down::before {
  content: "\e581";
}

.fa-exclamation::before {
  content: "\!";
}

.fa-arrows-spin::before {
  content: "\e4bb";
}

.fa-print::before {
  content: "\f02f";
}

.fa-turkish-lira-sign::before {
  content: "\e2bb";
}

.fa-try::before {
  content: "\e2bb";
}

.fa-turkish-lira::before {
  content: "\e2bb";
}

.fa-dollar-sign::before {
  content: "\$";
}

.fa-dollar::before {
  content: "\$";
}

.fa-usd::before {
  content: "\$";
}

.fa-x::before {
  content: "X";
}

.fa-magnifying-glass-dollar::before {
  content: "\f688";
}

.fa-search-dollar::before {
  content: "\f688";
}

.fa-users-gear::before {
  content: "\f509";
}

.fa-users-cog::before {
  content: "\f509";
}

.fa-person-military-pointing::before {
  content: "\e54a";
}

.fa-building-columns::before {
  content: "\f19c";
}

.fa-bank::before {
  content: "\f19c";
}

.fa-institution::before {
  content: "\f19c";
}

.fa-museum::before {
  content: "\f19c";
}

.fa-university::before {
  content: "\f19c";
}

.fa-umbrella::before {
  content: "\f0e9";
}

.fa-trowel::before {
  content: "\e589";
}

.fa-d::before {
  content: "D";
}

.fa-stapler::before {
  content: "\e5af";
}

.fa-masks-theater::before {
  content: "\f630";
}

.fa-theater-masks::before {
  content: "\f630";
}

.fa-kip-sign::before {
  content: "\e1c4";
}

.fa-hand-point-left::before {
  content: "\f0a5";
}

.fa-handshake-simple::before {
  content: "\f4c6";
}

.fa-handshake-alt::before {
  content: "\f4c6";
}

.fa-jet-fighter::before {
  content: "\f0fb";
}

.fa-fighter-jet::before {
  content: "\f0fb";
}

.fa-square-share-nodes::before {
  content: "\f1e1";
}

.fa-share-alt-square::before {
  content: "\f1e1";
}

.fa-barcode::before {
  content: "\f02a";
}

.fa-plus-minus::before {
  content: "\e43c";
}

.fa-video::before {
  content: "\f03d";
}

.fa-video-camera::before {
  content: "\f03d";
}

.fa-graduation-cap::before {
  content: "\f19d";
}

.fa-mortar-board::before {
  content: "\f19d";
}

.fa-hand-holding-medical::before {
  content: "\e05c";
}

.fa-person-circle-check::before {
  content: "\e53e";
}

.fa-turn-up::before {
  content: "\f3bf";
}

.fa-level-up-alt::before {
  content: "\f3bf";
}

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

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

@font-face {
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  font-style: normal;
  src: url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0);
  src: url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0) format("embedded-opentype"), url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0) format("woff2"), url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0) format("woff"), url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0) format("truetype"), url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular) format("svg");
}
.jsonform_name {
  font-weight: bold;
  border-bottom: 1px solid #9999ff;
  border-left: 10px solid #9999ff;
  text-align: left;
  margin: 10px 10px 30px;
  padding: 12px;
  width: 500px;
}

.jsonform_overview {
  margin-left: 15px;
}

.alpaca-container-label {
  display: none;
}

.alpaca-required-indicator {
  visibility: hidden;
}

.has-error {
  color: red;
}

.alpaca-control-label {
  line-height: 1.7rem;
}

.alpaca-control {
  line-height: 1.7rem;
}
.alpaca-control input {
  margin-right: 1em;
}

.card-header.cs {
  position: relative;
  border-bottom: 3px solid #dee2e6 !important;
}

#button_draft_form {
  position: fixed;
  height: 40px;
  bottom: 10%;
  right: 40px;
  color: #fff;
  text-align: center;
  z-index: 99;
}
#button_draft_form .btn-draft-form {
  background-color: #95b3d7;
  padding: 12px 25px;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  border: 0;
  border-radius: 15px;
  box-shadow: 0 6px #999;
}
#button_draft_form .btn-draft-form:hover {
  background-color: #0070c0;
}
#button_draft_form .btn-draft-form:active {
  background-color: #0070c0;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.btn-primary.btn-post {
  background-color: #0070c0 !important;
  border-color: #0070c0 !important;
}
.btn-primary.btn-post:hover {
  background-color: #0070c0 !important;
}

.form-builder {
  padding-top: 20px;
}

#schema {
  width: 99%;
  height: 400px;
  border: 1px #aaa solid;
}

#options {
  width: 99%;
  height: 400px;
  border: 1px #aaa solid;
}

#data {
  width: 99%;
  height: 400px;
  border: 1px #aaa solid;
}

#codeDiv {
  width: 99%;
  height: 400px;
  border: 1px #aaa solid;
}

.form-element {
  padding: 5px;
  border: 1px #ccc solid;
  box-shadow: #ccc 2px 2px;
  margin: 10px;
  border-radius: 4px;
  background-color: #eee;
}

.form-element-title {
  font-weight: 600;
}

.dropzone {
  clear: both;
  margin: 0;
  padding: 0;
}

.dropzone-highlight {
  margin-top: 4px;
  height: 20px;
  border: 1px #888 dashed;
}

.dropzone-hover {
  height: 100px;
  border: 1px #888 dashed;
  background-color: #eee;
}

.modal-header {
  background-color: #f5f5f5;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.ui-hover-state {
  background-color: #aaa !important;
  opacity: 0.1 !important;
}

.dashed {
  border: 1px #ccc dashed;
  padding: 10px;
}

/* default
---------------------------- */
.btn-secondary-jsonform {
  color: #333;
  background-color: #fff;
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  background-repeat: repeat-x;
  border-color: #adadad;
}

.btn-secondary-jsonform:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-secondary-jsonform:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-secondary-jsonform:active {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.glyphicon {
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
}

.glyphicon-plus-sign::before {
  content: "+";
}

.glyphicon-minus-sign::before {
  content: "\f068";
}

.glyphicon-chevron-up::before {
  content: "\f139";
}

.glyphicon-chevron-down::before {
  content: "\f13a";
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

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

#schema_ja {
  width: 99%;
  height: 400px;
  border: 1px #aaa solid;
}

#options_ja {
  width: 99%;
  height: 400px;
  border: 1px #aaa solid;
}

#data_ja {
  width: 99%;
  height: 400px;
  border: 1px #aaa solid;
}

#codeDivJa {
  width: 99%;
  height: 400px;
  border: 1px #aaa solid;
}

.customize-alpaca-hidden {
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
}

.table-gamification .header-list-screen .name-table {
  font-size: 24px;
  font-weight: bold;
}
.table-gamification .header-list-screen .title {
  font-size: 13px;
  color: #61c895;
}
.table-gamification .table-gam {
  table-layout: fixed;
}
.table-gamification .table-gam .tbody {
  white-space: nowrap;
  table-layout: fixed;
}
.table-gamification .table-gam .tbody tr {
  cursor: pointer;
}
.table-gamification .table-gam .tbody .tr-common {
  line-height: 40px;
}
.table-gamification .table-gam .tbody .tr-common .td-middle {
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table-gamification .table-gam .tbody .tr-common .td-middle:hover {
  text-overflow: clip;
  width: auto;
  white-space: normal;
  line-height: 20px;
}
.table-gamification .table-gam .tbody .tr-common .td-middle .select2-container .select2-selection {
  width: 550px;
  max-height: 350px;
  overflow: scroll;
}
.table-gamification .table-gam .tbody .tr-common .td-first {
  font-size: 16px;
  font-weight: 500;
}
.table-gamification .table-gam .tbody .tr-overide {
  line-height: 29px;
}
.table-gamification .table-mission td {
  vertical-align: middle;
}
.table-gamification .table-mission .td-mision-name {
  font-size: 16px;
}
.table-gamification .table-mission .td-serial {
  font-size: 17px;
}
.table-gamification .table-mission .span-number {
  font-size: 16px;
  font-weight: bold;
}
.table-gamification .table-mission .title-mission {
  font-size: 16px;
}
.table-gamification .table-mission .icon-size {
  font-size: 1.25em;
}

.e_elearning_filter label.btn.btn-outline-primary.ms-2 {
  border-radius: 25px !important;
  color: #454545;
  border-color: #454545;
}
.e_elearning_filter label.btn.btn-outline-primary.ms-2:hover {
  background-color: #1ba447 !important;
  color: white;
}
.e_elearning_filter .active {
  background-color: #1ba447 !important;
  color: white !important;
}
.e_elearning_filter .btn-group.btn-group-toggle.course_btn {
  display: -webkit-inline-box;
}

.link-learnings-scenes {
  display: block;
  text-decoration: none;
  padding-bottom: 15px;
  border-bottom: 1px solid #d1d7dc;
  padding-top: 15px;
}
.link-learnings-scenes .learning-image {
  height: 145px;
}
.link-learnings-scenes .learning-image .img-fluild {
  width: 100%;
  height: 100%;
  border: 1px solid #d1d7dc;
}

.next_prev_btn {
  font-size: 24px;
  color: #1ba447;
}

.medical_report .btn.btn-danger.btn-sm, .medical_report .btn-group-sm > .btn.btn-danger {
  height: 34px;
  font-size: 13px;
}
.medical_report .download_pdf .hd-gray {
  background-color: rgb(219, 219, 219);
}
.medical_report .download_pdf .p-wrap {
  white-space: pre-wrap;
  word-wrap: break-word;
}
.medical_report .download_pdf .hide-of {
  overflow: hidden;
  white-space: nowrap;
}
.medical_report .download_pdf .border-t {
  border-top: solid medium black;
}
.medical_report .download_pdf .border-b {
  border-bottom: solid medium black;
}
.medical_report .download_pdf .border-l {
  border-left: solid medium black;
}
.medical_report .download_pdf .border-r {
  border-right: solid medium black;
}
.medical_report .download_pdf .w-10 {
  width: 10%;
}
.medical_report .download_pdf .w-15 {
  width: 15%;
}
.medical_report .download_pdf .w-20 {
  width: 20%;
}
.medical_report .download_pdf .w-22 {
  width: 22%;
}
.medical_report .download_pdf .w-28 {
  width: 28%;
}
.medical_report .download_pdf .w-30 {
  width: 30%;
}
.medical_report .download_pdf .w-35 {
  width: 35%;
}
.medical_report .download_pdf .w-40 {
  width: 40%;
}
.medical_report .download_pdf .w-65 {
  width: 65%;
}
.medical_report .download_pdf .w-80 {
  width: 80%;
}
.medical_report .download_pdf .w-85 {
  width: 85%;
}
.medical_report .download_pdf .w-90 {
  width: 90%;
}

.text-up {
  text-transform: uppercase;
}

table.thread_list tbody tr {
  cursor: pointer;
}

.chat-list {
  overflow-y: auto;
  height: calc(100vh - 250px);
  border-right: 1px solid #e5e5e5;
}
@media screen and (max-width: 768px) {
  .chat-list {
    display: none;
  }
}
.chat-list .thread a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 10px;
  text-decoration: none;
  color: black;
  border-radius: 10px;
}
.chat-list .thread a:hover, .chat-list .thread a:active {
  background-color: rgba(0, 0, 0, 0.05);
}
.chat-list .thread a p {
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.chat-list .thread a small, .chat-list .thread a .small {
  display: block;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
}
.chat-list .thread a.active {
  background-color: rgba(0, 0, 0, 0.05);
}

.messages {
  overflow-y: auto;
  height: calc(100vh - 250px);
}
.messages .row {
  margin-right: 10px;
  margin-left: 10px;
}
.messages .messages-list {
  overflow-y: scroll;
  height: calc(100vh - 300px);
}
.messages .scroll-bottom {
  position: relative;
}
.messages #scrollToBottom {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #147834;
  border: 1px solid #147834;
  font-size: 16px;
  cursor: pointer;
  z-index: 1;
}
.messages .team-messages-list {
  overflow-y: scroll;
  height: calc(100vh - 250px);
  position: relative;
  z-index: 10;
}
.messages .who .message {
  max-width: 70%;
}
.messages .me {
  text-align: right;
}
.messages .me #dropdownMenuButton {
  display: block;
  visibility: hidden;
}
.messages .me .dropdown-menu .dropdown-item:active,
.messages .me .dropdown-menu .dropdown-item.active {
  background: #147834 !important;
}
.messages .me .user {
  margin-left: auto;
}
.messages .me .message {
  background: #147834;
  margin-left: 10px;
  padding: 5px 10px;
  color: white;
  border-radius: 10px;
  margin-bottom: 10px;
}
.messages .me .message p {
  margin-bottom: 5px;
}
.messages .me .message a {
  color: #a5ebff;
}
.messages .other {
  text-align: left;
}
.messages .other .user {
  margin-left: 10px;
}
.messages .other .message {
  margin-left: 10px;
  padding: 5px 10px;
  color: black;
  border-radius: 10px;
  background: #f1f0f0;
  margin-bottom: 10px;
}
.messages .other .message p {
  margin-bottom: 5px;
}

.group-detail {
  overflow-y: auto;
  height: calc(100vh - 250px);
  border-left: 1px solid #e5e5e5;
}
@media screen and (max-width: 768px) {
  .group-detail {
    display: none;
  }
}

.btn-primary {
  border-color: #147834 !important;
  background: #147834 !important;
}

.page-item .page-link {
  color: #147834;
  background-color: white;
}
.page-item .page-link:hover {
  color: #147834 !important;
}
.page-item.active .page-link {
  border-color: #147834 !important;
  background-color: #147834 !important;
  color: white !important;
}

.form-control-spacing .form-control:not(:first-child) {
  margin-left: 1em;
}
.form-control-spacing .form-control:not(:last-child) {
  margin-right: 1em;
}

table.table-bordered tbody tr:hover, table.custom-datatables tbody tr:hover {
  cursor: pointer;
  background-color: #696969;
}

.closed-modal-overlay {
  background-color: rgba(147, 147, 147, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  pointer-events: none;
}

table tbody tr td.closed-thread {
  background-color: rgba(128, 128, 128, 0.3);
}

#livesearch_form button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.hover-underline:hover {
  text-decoration: underline;
}

/* mypage */
/* stress_check_stats */
.nav-tabs, #scenes {
  font-size: 16px;
}
.nav-tabs .border-radius-start, #scenes .border-radius-start {
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
}
.nav-tabs .border-radius-start .border-radius-item-start, #scenes .border-radius-start .border-radius-item-start {
  border-top-left-radius: 7px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 0;
}
.nav-tabs .border-radius-mid .border-radius-item-mid, #scenes .border-radius-mid .border-radius-item-mid {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.nav-tabs .border-radius-end, #scenes .border-radius-end {
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
}
.nav-tabs .border-radius-end .border-radius-item-end, #scenes .border-radius-end .border-radius-item-end {
  border-top-right-radius: 7px;
  border-top-left-radius: 0;
  border-bottom-right-radius: 7px;
}
.nav-tabs .item-tab-not-active, #scenes .item-tab-not-active {
  background-color: white;
  border: #71c78c 1px solid;
}
.nav-tabs .item-tab-not-active .nav-link-scene.active, #scenes .item-tab-not-active .nav-link-scene.active {
  background-color: #71c78c !important;
}

#articles {
  line-height: 18px;
  overflow-y: scroll;
  max-height: 180px;
}

#ranking_table_area {
  overflow-y: scroll;
  max-height: 21rem;
}

.lifelog-ranking-table {
  width: 100%;
  display: table;
}
.lifelog-ranking-table .table-row {
  display: table-row;
  line-height: 1rem;
}
.lifelog-ranking-table .table-cell {
  display: table-cell;
  border-bottom: 1px solid #dee2e6;
  padding: 0.25rem;
  vertical-align: middle;
}

.fa-thumbs-up.active {
  color: #248fba;
  font-weight: 600;
}

.balloon5 {
  overflow: hidden;
  width: 100%;
  margin: 1.5em 0;
}
.balloon5 .faceicon {
  float: left;
  width: 80px;
  margin-right: -90px;
}
.balloon5 .chatting {
  width: 100%;
}

.says {
  position: relative;
  display: inline-block;
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #d9f5f5;
}
.says p {
  margin: 0;
  padding: 0;
}

.says::after {
  position: absolute;
  top: 18px;
  left: -24px;
  display: inline-block;
  content: "";
  border: 12px solid transparent;
  border-right: 12px solid #d9f5f5;
}

.view-more-button {
  margin-left: 20px;
}

.blink {
  animation: blinkAnime 2s infinite alternate;
}

.blink-transparent {
  animation: blinking 1s ease-in-out infinite alternate;
}

.card.no-border {
  border: 0;
}
.card .notification {
  border: 2px solid #147834 !important;
  border-radius: 0.5rem !important;
}
.card .notification .card-header {
  padding: 0.65rem 1.2rem;
  background-color: #147834;
  color: white;
  font-weight: bold;
  vertical-align: middle;
}
.card .notification .card-header i {
  margin-right: 0.4em;
}
.card .notification .card-body {
  vertical-align: middle;
}
.card .notification .card-body .slick-track {
  margin-left: 0 !important;
}
.card .notification .card-body i {
  font-size: 1rem;
  margin: 0 0.4em;
}
.card .notification .card-body .table-striped {
  background-color: #e6e6e6 !important;
}
.card .card-header .icon-color {
  color: #147834;
}
.card .card-body .btn-danger.cs {
  position: relative;
  padding: 3.5px 1.7rem !important;
  border-color: #1ba447 !important;
  border-radius: 2rem;
  background: #1ba447 !important;
}
.card .card-body .btn-danger.cs .icon-btn {
  position: absolute;
  top: 10px;
  right: 5px;
}
.card .card-body .alert-warning {
  background: #fff9ed !important;
}
.card .card-body .alert-warning .text-warning {
  color: #ffaa00 !important;
}
.card .card-body .alert-warning .text-warning a,
.card .card-body .alert-warning .text-warning i {
  color: #ffaa00 !important;
}
.card .h5 {
  font-size: 0.9rem;
}
.card .bg-alert {
  background-color: #fff3e9;
}
.card .text-danger {
  color: #ee5442 !important;
}
.card .text-success {
  color: #1ba447 !important;
}
.card .btn-success {
  border-color: #1ba447 !important;
  border-radius: 30px;
  background: #1ba447 !important;
}
.card .btn-danger {
  border-color: #f17263 !important;
  border-radius: 30px;
  background: #f17263 !important;
}
.card .btn-warning {
  border-radius: 30px;
}
.card .span-line-h {
  line-height: 24px;
}

.card-lifelog-ranking .btn-outline-primary {
  color: #147834 !important;
  border-color: #147834 !important;
}
.card-lifelog-ranking .btn-outline-primary:hover {
  color: #fff !important;
  border-color: #147834 !important;
  background: #147834 !important;
}
.card-lifelog-ranking .btn-check:checked + label {
  color: #fff !important;
  border-color: #147834 !important;
  background: #147834 !important;
}
.card-lifelog-ranking .card-body .con {
  justify-content: center;
}
.card-lifelog-ranking .card-body #ranking #ranking_head .div {
  background-color: #fff7e9;
}
.card-lifelog-ranking .card-body #ranking #ranking_head .div .div_inline {
  justify-content: center;
}
.card-lifelog-ranking .card-body #ranking #ranking_head .div .div_inline .div-yn_stat-all {
  min-width: 30%;
}
.card-lifelog-ranking .card-body #ranking #ranking_head .div .div_inline .div-yn_stat-all p {
  font-size: 12px;
  padding: 1px 4px;
  text-align: center;
  border-radius: 15px;
  background: white;
}
.card-lifelog-ranking .card-body #ranking #ranking_head .div .div_inline .div-yn_stat-all .span_first {
  font-weight: 500;
}
.card-lifelog-ranking .card-body #ranking #ranking_head .div .div_inline .div-yn_rank_title {
  min-width: 41%;
}
.card-lifelog-ranking .card-body #ranking #ranking_head .div .div_inline .div-yn_rank_title p {
  font-size: 12px;
  padding: 1px 4px;
  text-align: center;
  border-radius: 15px;
  background: white;
}
.card-lifelog-ranking .card-body #ranking #ranking_head .div .div_inline .div-yn_rank_title .span_first {
  font-size: 1rem;
  font-weight: 500;
}

.card-news {
  border: 1px solid white !important;
}
.card-news .border-title {
  font-size: 12px;
  padding: 3px 4px;
  text-align: center;
  border-radius: 15px;
  background: #d9f5f5;
}
.card-news .table > tbody > tr:first-child > td, .card-news .custom-datatables > tbody > tr:first-child > td {
  border: 0;
}
.card-news .color-text-new {
  color: #43aef3 !important;
}

.card-attendance table .bg-success, .card-attendance table .custom-datatables-thead {
  background-color: #147834 !important;
}

.card-total-health-rank .card-child {
  border: 1px solid transparent !important;
}
.card-total-health-rank .card-child .font {
  font-size: 0.8rem;
  font-weight: 500 !important;
}
.card-total-health-rank .card-child .font-light {
  font-weight: 300 !important;
}
.card-total-health-rank .card-child .h5-bottom {
  margin-bottom: 9px;
}
.card-total-health-rank .card-child .h5-margin {
  margin-top: 15px;
  margin-bottom: 21px;
  letter-spacing: 1.25px;
}
.card-total-health-rank .card-child .h2-rank_name {
  font-weight: 700;
}
.card-total-health-rank .card-child .h5-fonts {
  font-size: 0.85rem;
  font-weight: 400;
  letter-spacing: 1.25px;
}
.card-total-health-rank .card-child .card-child-first {
  border: 1px solid #fff7e9 !important;
}
.card-total-health-rank .card-child .card-child-first .bg-light {
  background-color: #fff7e9 !important;
}
.card-total-health-rank .card-body .chart-padding {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.card-total-health-rank .card-body .rank {
  top: -7px;
  right: 16px;
  width: 36px;
  height: 45px;
}
.card-total-health-rank .card-body .rank .icon-c,
.card-total-health-rank .card-body .rank .icon-image {
  margin-top: 16px;
}
.card-total-health-rank .card-body .rank .icon-c {
  font-size: 1.35rem;
  margin-top: 16px !important;
}
.card-total-health-rank .card-body .rank-total {
  position: absolute;
}
.card-total-health-rank .card-body .rank-total .icon-c {
  color: transparent;
}
.card-total-health-rank .card-body .rank::before {
  position: absolute;
  top: 0;
  left: -6px;
  content: "";
  border-top: 3px solid transparent;
  border-left: 3px solid transparent;
}
.card-total-health-rank .card-body .rank::after {
  bottom: -28px;
  left: 0;
  border-top: 10px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 18px solid transparent;
}
.card-total-health-rank .card-body .card-body .h2-rank_name {
  font-size: 1.55rem !important;
}
.card-total-health-rank .card-body .card-body .h5-bottom {
  margin-bottom: 8px !important;
}
.card-total-health-rank .card-body .card-body .h5-margin {
  margin-top: 15px !important;
  margin-bottom: 22px !important;
}
.card-total-health-rank .card-body .card-body .card-body .h2-fonts {
  font-size: 1.6rem !important;
  letter-spacing: 1px;
}

.breadcrumb {
  padding-left: 1rem;
}
.breadcrumb .breadcrumb-item i {
  margin: auto;
  padding: auto;
}
.breadcrumb #whats {
  color: #fff !important;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background: #ff7f70;
}
.breadcrumb .label-second {
  color: #000 !important;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: white !important;
}
.breadcrumb .btn-outline-danger {
  border: 2px solid #ff7f70 !important;
  border-color: #ff7f70 !important;
}
.breadcrumb .label-second:hover {
  color: #000;
  background: #fff7e9 !important;
}

.card-latest_interview {
  height: 390px;
}
.card-latest_interview .table > tbody > tr:first-child > td, .card-latest_interview .custom-datatables > tbody > tr:first-child > td {
  border: 0;
}
.card-latest_interview .table > tbody > tr > td:first-child, .card-latest_interview .custom-datatables > tbody > tr > td:first-child {
  width: 1%;
}
.card-latest_interview .c {
  font-size: 1.15rem;
  color: #147834;
}
.card-latest_interview .body-latest_interview:hover {
  overflow-y: scroll;
}

.card-checkup_expenses {
  height: 390px;
}

.card-checkup_his {
  height: 390px;
}

.bg-footer {
  background-color: #faf5ef;
}
.bg-footer .border-right {
  border-right: 2px solid #ccc !important;
}
.bg-footer ul {
  list-style-type: none;
}

.card_point_details .table-danger td {
  border-color: #dee2e6 !important;
  background-color: #ffebfa !important;
}
.card_point_details .table-danger td:last-child {
  color: #ff6c5b;
}

.toggle-btn {
  cursor: pointer;
  color: gray;
  font-size: 1.25em;
  display: table-cell;
  vertical-align: middle;
}
.toggle-btn:hover {
  color: #303030;
}

#card_award .rank-total {
  position: absolute;
  top: -6px;
  right: 11px;
  width: 36px;
  height: 45px;
}
#card_award .rank-total::before {
  position: absolute;
  top: 0;
  left: -6px;
  content: "";
  border-top: 3px solid transparent;
  border-left: 3px solid transparent;
}
#card_award .rank-total::after {
  position: absolute;
  bottom: -28px;
  left: 0;
  content: "";
  border-right: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 18px solid transparent;
}

#card_parent_first {
  background-color: #eee;
}
#card_parent_first .message_top_first {
  font-size: 13px;
  font-weight: 500;
  position: relative;
  display: block;
  width: 36%;
  margin: 0 auto;
  padding: 1px 5px 5px;
  text-align: center;
  border-radius: 4px;
  background-color: #fff;
}
#card_parent_first .message_top_first::after {
  position: absolute;
  top: 24px;
  left: 50%;
  content: "";
  border-right: 5px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 6px solid transparent;
  border-top: 10px solid white;
}
#card_parent_first .card_first {
  border-color: #a0c8f0;
}
#card_parent_first .card_first .width_parent {
  justify-content: center;
  width: 80%;
  margin: 0 auto;
}
#card_parent_first .card_first .width_parent .width_half_left {
  font-size: 22px;
  font-weight: 700;
  margin-right: 0.25rem;
}
#card_parent_first .card_first .width_parent .width_half_right {
  font-size: 11px;
}

#card_parent_second .message_top_second {
  font-size: 13px;
  font-weight: 500;
  position: relative;
  display: block;
  width: 36%;
  margin: 0 auto;
  padding: 1px 5px 5px;
  text-align: center;
  border-radius: 4px;
  color: white;
  background-color: #ff9386;
}
#card_parent_second .message_top_second::after {
  position: absolute;
  top: 24px;
  left: 50%;
  content: "";
  border-right: 5px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 6px solid transparent;
  border-top: 10px solid #ff9386;
}
#card_parent_second .card_second {
  border-color: #7ad1cb;
}
#card_parent_second .card_second .p_second {
  font-size: 23px;
  font-weight: 700;
  width: 80%;
  margin: 0 auto;
}
#card_parent_second .card_second .p_third .span_left {
  letter-spacing: 2px;
}

#card_parent_third {
  background-color: #eee;
}
#card_parent_third .message_top_third {
  font-size: 13px;
  font-weight: 500;
  position: relative;
  display: block;
  width: 36%;
  margin: 0 auto;
  padding: 1px 5px 5px;
  text-align: center;
  border-radius: 4px;
  background-color: #fff;
}
#card_parent_third .message_top_third::after {
  position: absolute;
  top: 24px;
  left: 50%;
  content: "";
  border-right: 5px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 6px solid transparent;
  border-top: 10px solid white;
}
#card_parent_third .card_third {
  border-color: #a0d28c;
}
#card_parent_third .card_third .width_parent {
  justify-content: center;
  width: 80%;
  margin: 0 auto;
}
#card_parent_third .card_third .width_parent .width_half_left {
  font-size: 22px;
  font-weight: 700;
  margin-right: 0.25rem;
}
#card_parent_third .card_third .width_parent .width_half_right {
  font-size: 11px;
}

#registration_modal .header_modal {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  white-space: nowrap;
  padding: 5px 20px;
  margin: 0;
  background-color: #e6fae6;
}
#registration_modal .header_modal .width_first {
  width: 8.5%;
}
#registration_modal .header_modal .width_second {
  width: 41%;
}
#registration_modal .header_modal .width_third {
  width: 28.25%;
}
#registration_modal .header_modal .width_fourth {
  width: 22.25%;
  text-align: right;
}
#registration_modal .modal-body {
  background-color: #aaa;
}
#registration_modal .modal-body .bg {
  position: relative;
}
#registration_modal .modal-body .bg .current_user {
  font-weight: 700;
  line-height: 24px;
  position: absolute;
  top: 20px;
  left: -101px;
  width: 90px;
  height: 26px;
  text-align: center;
  color: white;
  border-radius: 4px;
  background-color: #ff9386;
}
#registration_modal .modal-body .bg .current_user::before {
  position: absolute;
  bottom: 7px;
  left: 89px;
  content: "";
  border-top: 6px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 12px solid #ff9386;
}
#registration_modal .modal-body .bg .article {
  position: relative;
  border-radius: 4px;
}
#registration_modal .modal-body .bg .article .d-flex {
  flex-wrap: wrap;
}
#registration_modal .modal-body .bg .article .d-flex .col_first {
  width: 8.5%;
  text-align: center;
}
#registration_modal .modal-body .bg .article .d-flex .col_second {
  width: 41%;
  margin-left: 12px;
  text-align: center;
}
#registration_modal .modal-body .bg .article .d-flex .col_second .color-text-new {
  font-weight: 700;
  letter-spacing: 2px;
  color: white;
}
#registration_modal .modal-body .bg .article .d-flex .col_third {
  width: 28.25%;
  font-size: 13.75px;
  text-align: center;
}
#registration_modal .modal-body .bg .box_icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 62px;
  height: 100%;
  text-align: center;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
#registration_modal .modal-body .bg .box_icon .secret {
  font-size: 12.8px;
  line-height: 36.5px;
  font-weight: 700;
  color: white;
}
#registration_modal .modal-body .bg .box_icon .icon-box {
  font-size: 22px;
  line-height: 36.5px;
}
#registration_modal .modal-body .bg .image_arrow {
  position: absolute;
  top: 0;
  left: 63px;
  height: 100%;
}
#registration_modal .modal-body .bg .box_icon_top {
  top: 0;
}

@media only screen and (min-width: 320px) {
  .card-lifelog_ranking .card-body {
    padding-left: 0.25rem !important;
  }
  .card-lifelog_ranking .card-body .con {
    justify-content: flex-start;
  }
  .card-latest_interview .table > tbody > tr > td, .card-latest_interview .custom-datatables > tbody > tr > td {
    padding: 0.45rem !important;
  }
  .bg-footer table > tbody > tr > td:nth-child(1) {
    padding-right: 7px !important;
    padding-left: 8px !important;
  }
  .bg-footer table > tbody > tr > td:nth-child(1) .cs {
    width: 100%;
    padding-right: 4px !important;
  }
  #card_award .icon-c_prev,
  #card_award .icon-c_current,
  #card_award .icon-c_next,
  #card_award .icon-image {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 320px) {
  .card-lifelog_ranking .btn-line-three label {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  #card_award .message_top_first,
  #card_award .message_top_second,
  #card_award .message_top_third {
    width: 55% !important;
  }
}
@media only screen and (min-width: 768px) {
  .card-lifelog_ranking .card-body {
    padding-left: 1.25rem !important;
  }
  .card-lifelog_ranking .card-body .con {
    justify-content: center;
  }
  .bg-footer table > tbody > tr > td:nth-child(1) {
    padding-right: 1.5rem !important;
    padding-left: 3rem !important;
  }
  .bg-footer table > tbody > tr > td:nth-child(1) .cs {
    width: 100%;
    padding-right: 3rem !important;
  }
}
@media only screen and (min-width: 834px) {
  #card_award .message_top_first,
  #card_award .message_top_second,
  #card_award .message_top_third {
    width: 35% !important;
  }
}
@media only screen and (min-width: 992px) {
  .total-chart-w .info-todo-lifelog-section {
    max-width: calc(100% - 400px);
    flex-grow: 1;
  }
  .total-chart-w .col-change {
    padding-right: 0 !important;
    padding-left: 0 !important;
    width: 400px;
  }
  .card-latest_interview .table > tbody > tr > td, .card-latest_interview .custom-datatables > tbody > tr > td {
    font-size: 0.8rem !important;
  }
  #card_award .rank {
    right: 12px;
    width: 31px;
    height: 36px;
  }
  #card_award .rank .icon-c_prev,
  #card_award .rank .icon-c_current,
  #card_award .rank .icon-c_next,
  #card_award .rank .icon-image {
    margin-top: 10px;
  }
  #card_award .rank::after {
    bottom: -27px;
    left: 0;
    border-top: 10px solid #ede4e4;
    border-right: 15px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 16px solid transparent;
  }
  #card_award .message_top_first,
  #card_award .message_top_second,
  #card_award .message_top_third {
    width: 55% !important;
  }
}
@media only screen and (max-width: 1024px) {
  .card-latest_interview .table > tbody > tr > td:nth-child(3), .card-latest_interview .custom-datatables > tbody > tr > td:nth-child(3) {
    width: 26% !important;
  }
}
@media only screen and (min-width: 1183px) {
  .total-chart-w .col-change {
    padding-right: 0 !important;
    padding-left: 5px !important;
  }
  .card-latest_interview .table > tbody > tr > td:nth-child(2), .card-latest_interview .custom-datatables > tbody > tr > td:nth-child(2) {
    font-size: 0.9rem !important;
  }
  .card-latest_interview .table > tbody > tr > td:nth-child(3), .card-latest_interview .custom-datatables > tbody > tr > td:nth-child(3) {
    font-size: 0.8rem !important;
  }
  #card_award .rank {
    top: -6px;
    right: 10px;
    width: 36px;
    height: 45px;
  }
  #card_award .rank .icon-c_prev,
  #card_award .rank .icon-c_current,
  #card_award .rank .icon-c_next {
    font-size: 1.35rem;
    margin-top: 16px !important;
  }
  #card_award .rank::after {
    bottom: -28px;
    left: 0;
    border-top: 10px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 18px solid transparent;
  }
}
@media only screen and (min-width: 1347px) {
  .card-latest_interview .table > tbody > tr > td:nth-child(2), .card-latest_interview .custom-datatables > tbody > tr > td:nth-child(2) {
    font-size: 0.85rem !important;
  }
  .card-latest_interview .table > tbody > tr > td:nth-child(3), .card-latest_interview .custom-datatables > tbody > tr > td:nth-child(3) {
    font-size: 0.8rem !important;
  }
  #card_award .rank {
    top: -6px;
    right: 10px;
    width: 36px;
    height: 45px;
  }
  #card_award .rank .icon-c_prev,
  #card_award .rank .icon-c_current,
  #card_award .rank .icon-c_next {
    font-size: 1.35rem;
    margin-top: 16px !important;
  }
  #card_award .rank::after {
    bottom: -28px;
    left: 0;
    border-top: 10px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 18px solid transparent;
  }
  #card_award .message_top_first,
  #card_award .message_top_second,
  #card_award .message_top_third {
    width: 36% !important;
  }
}
@keyframes blinkAnime {
  0% {
    color: black;
    background: white;
  }
  100% {
    color: red;
    background: pink;
  }
}
@keyframes blinking {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
div#modalInfo {
  overflow: hidden;
}

#checkup_result_header {
  position: sticky;
  z-index: 2;
  top: 54px;
}
#checkup_result_header tr {
  border-width: inherit;
}
#checkup_result_header th {
  border: 0.5px lightgray solid !important;
}

tr#checkup_result_rating_header {
  background-color: white;
  color: black;
  text-align: unset !important;
}
tr#checkup_result_rating_header th {
  font-weight: 400;
  font-size: 0.8rem;
}

.line-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}

.overtime_work th.sorting_asc::after,
.overtime_work th.sorting_desc::after,
.overtime_work th.sorting_asc::before,
.overtime_work th.sorting_desc::before {
  display: none !important;
}
.overtime_work th.sorting::after,
.overtime_work th.sorting::after,
.overtime_work th.sorting::before,
.overtime_work th.sorting::before {
  display: none !important;
}
.overtime_work table.dataTable thead > tr > th.sorting_asc,
.overtime_work table.dataTable thead > tr > th.sorting_desc,
.overtime_work table.dataTable thead > tr > th.sorting,
.overtime_work table.dataTable thead > tr > td.sorting_asc,
.overtime_work table.dataTable thead > tr > td.sorting_desc,
.overtime_work table.dataTable thead > tr > td.sorting {
  padding-right: inherit;
  padding-left: inherit;
}
.overtime_work .page-item.active .page-link:hover {
  color: white !important;
}

.card_question,
.card_answer {
  border: 3px solid #ffb280 !important;
  border-radius: 0.5rem !important;
}
.card_question .header-answer,
.card_answer .header-answer {
  color: white;
  background-color: #ffb280;
}
.card_question .card-body .as-btn,
.card_answer .card-body .as-btn {
  position: relative;
  padding: 3px 3rem !important;
  border-color: #1ba447 !important;
  border-radius: 2rem;
  background: #1ba447 !important;
}
.card_question .card-body .as-btn .icon-btn,
.card_answer .card-body .as-btn .icon-btn {
  position: absolute;
  top: 9px;
  right: 9px;
}
.card_question .card-body .span-category,
.card_answer .card-body .span-category {
  padding: 1px 10px;
  text-align: center;
  border-radius: 15px;
  background: white;
}
.card_question .card-body .dot,
.card_answer .card-body .dot {
  font-weight: 500;
  line-height: 1.5rem;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  text-align: center;
  color: white;
  border-radius: 50%;
  background-color: #1ba447;
}
.card_question .card-body .table > tbody > tr:first-child > td, .card_question .card-body .custom-datatables > tbody > tr:first-child > td,
.card_answer .card-body .table > tbody > tr:first-child > td,
.card_answer .card-body .custom-datatables > tbody > tr:first-child > td {
  border: 0;
}

.card_answer .question .td-title {
  width: 65px;
  vertical-align: middle;
  background-color: #1ba447;
}
.card_answer .question .td-title .span-td-title {
  font-size: 0.95rem;
  font-weight: 500;
}
.card_answer .question .td-answer {
  vertical-align: middle;
  background: #e6fae6;
}
.card_answer .question .td-answer .div-td-answer {
  font-size: 0.82rem;
  font-weight: 500;
}
.card_answer .question .note {
  font-weight: 400;
}
.card_answer .result .circle,
.card_answer .result .cross {
  width: 120px;
  height: 120px;
}
.card_answer .result .circle {
  border: 12px solid rgb(112, 199, 139);
  border-radius: 50%;
}
.card_answer .result .cross {
  position: relative;
}
.card_answer .result .cross .line.top,
.card_answer .result .cross .line.middle {
  position: absolute;
  width: 100%;
  height: 12px;
  transition: all;
  background: #ff6c5b;
}
.card_answer .result .cross .line.top {
  top: 48%;
  transform: rotate(45deg);
}
.card_answer .result .cross .line.middle {
  top: 48%;
  transform: rotate(-45deg);
}
.card_answer .result .h5-icon {
  font-weight: 900;
}
.card_answer .result .h1-noti {
  font-weight: 800;
}

#quiz_question_table tbody tr {
  border-style: hidden !important;
}

@media only screen and (min-width: 320px) {
  .card_answer .question-padding,
  .card_question .question-padding {
    padding: 1rem;
  }
  .card_answer .answer-padding,
  .card_question .answer-padding {
    margin-left: 0.25rem;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .card_answer .span-header-quiz,
  .card_question .span-header-quiz {
    font-size: 0.9rem !important;
  }
  .card_answer #question_block .category-question,
  .card_question #question_block .category-question {
    width: 100%;
  }
  .card_answer .question {
    width: 99%;
  }
  .card_answer .result {
    width: 99%;
  }
  .card_answer .note-question {
    width: 99%;
    margin: 1em;
  }
  .card_answer .note-question .col_article_title {
    width: 95%;
  }
  .card_answer .note-question .col_article_image {
    width: 100%;
  }
  .card_answer .note-question .col_article_image .article_image {
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .card_answer .question-padding,
  .card_question .question-padding {
    padding: 1rem;
  }
  .card_answer .answer-padding,
  .card_question .answer-padding {
    margin-left: 0.25rem;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .card_answer .span-header-quiz,
  .card_question .span-header-quiz {
    font-size: 0.78rem !important;
  }
  .card_answer .question {
    width: 99%;
  }
  .card_answer .result {
    width: 99%;
  }
  .card_answer .note-question {
    width: 99%;
  }
  .card_answer .note-question .col_article_title {
    width: 95%;
  }
  .card_answer .note-question .col_article_image {
    width: 100%;
  }
  .card_answer .note-question .col_article_image .article_image {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .card_answer .question-padding,
  .card_question .question-padding {
    padding: 1.5rem;
  }
  .card_answer .answer-padding,
  .card_question .answer-padding {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
    padding-top: 1.5rem;
    padding-left: 1.5rem;
  }
  .card_answer .span-header-quiz,
  .card_question .span-header-quiz {
    font-size: 1.05rem !important;
  }
  .card_answer .note-question .col_article_title {
    width: 52%;
  }
  .card_answer .note-question .col_article_image {
    width: 48%;
  }
  .card_answer .note-question .col_article_image .article_image {
    width: 250px;
  }
}
@media only screen and (min-width: 1183px) {
  .card_answer #question_block .category-question,
  .card_question #question_block .category-question {
    width: 65%;
    margin-left: 0.5rem;
  }
  .card_answer .question {
    width: 58%;
  }
  .card_answer .result {
    width: 40%;
  }
  .card_answer .note-question {
    width: 58%;
  }
}
.text-recommend {
  color: #0050af;
}

.article_image {
  width: 250px;
  object-fit: contain;
}

@media only screen and (max-width: 340px) {
  .article_image {
    width: 210px;
    object-fit: contain;
  }
}
.roukisho_reports .m_150 {
  max-width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.roukisho_reports .m_200 {
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.roukisho_reports .m_500 {
  max-width: 500px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.modal-content .form-container {
  height: 570px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  overflow-y: scroll;
}

.num_font {
  font-size: 30px;
  letter-spacing: 0.4em;
}

.num_font_right {
  font-size: 30px;
  letter-spacing: 0.4em;
  margin-right: -0.3em;
}

.text_font {
  font-size: 20px;
  font-family: serif;
}

.middle_item {
  display: table-cell;
  vertical-align: middle;
}

.periodic_checkup_stats_modal .roukisho_pdf_img {
  width: 1000px;
  height: 1400px;
  background-image: url(/wellgo/assets/roukisho_report/roukisho-b13bae364193ffcca3604d464236928ea02393248740657e8bf53b1b06394479.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.periodic_checkup_stats_modal .roukisho_pdf_img2 {
  width: 1000px;
  height: 1400px;
  background-image: url(/wellgo/assets/roukisho_report/roukisho2-2900a90dcf993e8910087bca412572f258f17c988899744f2d97d0ceed75140a.png);
  background-position: 10px 60px;
  background-size: contain;
  background-repeat: no-repeat;
}
.periodic_checkup_stats_modal .labor_num_1_2 {
  position: absolute;
  top: 106px;
  left: 423px;
}
.periodic_checkup_stats_modal .labor_num_3 {
  position: absolute;
  top: 106px;
  left: 480px;
}
.periodic_checkup_stats_modal .labor_num_4_5 {
  position: absolute;
  top: 106px;
  left: 508px;
}
.periodic_checkup_stats_modal .labor_num_6_11 {
  position: absolute;
  top: 106px;
  left: 563px;
}
.periodic_checkup_stats_modal .labor_num_12_14 {
  position: absolute;
  top: 106px;
  left: 733px;
}
.periodic_checkup_stats_modal .labor_num_15_18 {
  position: absolute;
  top: 106px;
  left: 818px;
}
.periodic_checkup_stats_modal .era_num {
  position: absolute;
  top: 168px;
  left: 235px;
  height: 40px;
  width: 20px;
}
.periodic_checkup_stats_modal .era_year {
  position: absolute;
  top: 168px;
  left: 250px;
  height: 40px;
  width: 60px;
  text-align: right;
}
.periodic_checkup_stats_modal .era_year2 {
  position: absolute;
  top: 168px;
  left: 242px;
  height: 40px;
  width: 60px;
  text-align: right;
}
.periodic_checkup_stats_modal .from_month {
  position: absolute;
  font-size: 16px;
  top: 182px;
  left: 330px;
  letter-spacing: 0;
}
.periodic_checkup_stats_modal .to_month {
  position: absolute;
  font-size: 16px;
  top: 182px;
  left: 375px;
  letter-spacing: 0;
}
.periodic_checkup_stats_modal .report_times {
  position: absolute;
  font-size: 16px;
  top: 182px;
  left: 483px;
}
.periodic_checkup_stats_modal .last_checkup_era_num {
  position: absolute;
  top: 168px;
  left: 749px;
  height: 40px;
  width: 20px;
}
.periodic_checkup_stats_modal .last_checkup_era_year {
  position: absolute;
  top: 168px;
  left: 775px;
  height: 40px;
  width: 50px;
  text-align: right;
}
.periodic_checkup_stats_modal .last_checkup_month {
  position: absolute;
  top: 168px;
  left: 833px;
  width: 50px;
  text-align: right;
}
.periodic_checkup_stats_modal .last_checkup_date {
  position: absolute;
  top: 168px;
  left: 887px;
  width: 50px;
  text-align: right;
}
.periodic_checkup_stats_modal .business_type {
  position: absolute;
  font-size: 16px;
  top: 242px;
  left: 133px;
}
.periodic_checkup_stats_modal .workplace_full_name {
  position: absolute;
  font-size: 14px;
  top: 225px;
  left: 636px;
  height: 64px;
  width: 310px;
  display: table;
}
.periodic_checkup_stats_modal .postcode {
  position: absolute;
  font-size: 16px;
  top: 293px;
  left: 220px;
}
.periodic_checkup_stats_modal .workplace_address {
  position: absolute;
  font-size: 14px;
  top: 313px;
  left: 135px;
  height: 38px;
  width: 790px;
}
.periodic_checkup_stats_modal .phone_num1 {
  position: absolute;
  font-size: 16px;
  top: 328px;
  left: 695px;
  width: 43px;
}
.periodic_checkup_stats_modal .phone_num2 {
  position: absolute;
  font-size: 16px;
  top: 328px;
  left: 755px;
  width: 43px;
}
.periodic_checkup_stats_modal .phone_num3 {
  position: absolute;
  font-size: 16px;
  top: 328px;
  left: 810px;
  width: 43px;
}
.periodic_checkup_stats_modal .checkup_institution_name {
  position: absolute;
  font-size: 16px;
  top: 363px;
  left: 188px;
  height: 63px;
  width: 448px;
  display: table;
}
.periodic_checkup_stats_modal .checkup_institution_address {
  position: absolute;
  font-size: 14px;
  top: 428px;
  left: 188px;
  height: 63px;
  width: 448px;
  display: table;
}
.periodic_checkup_stats_modal .num_employees {
  position: absolute;
  text-align: right;
  top: 365px;
  left: 780px;
  height: 40px;
  width: 150px;
}
.periodic_checkup_stats_modal .num_checkup_taken {
  position: absolute;
  text-align: right;
  top: 423px;
  left: 790px;
  height: 40px;
  width: 140px;
}
.periodic_checkup_stats_modal .special_checkup_num_1 {
  position: absolute;
  text-align: right;
  top: 495px;
  left: 79px;
  height: 40px;
  width: 110px;
}
.periodic_checkup_stats_modal .special_checkup_num_2 {
  position: absolute;
  text-align: right;
  top: 495px;
  left: 210px;
  height: 40px;
  width: 110px;
}
.periodic_checkup_stats_modal .special_checkup_num_3 {
  position: absolute;
  text-align: right;
  top: 495px;
  left: 343px;
  height: 40px;
  width: 110px;
}
.periodic_checkup_stats_modal .special_checkup_num_4 {
  position: absolute;
  text-align: right;
  top: 495px;
  left: 474px;
  height: 40px;
  width: 110px;
}
.periodic_checkup_stats_modal .special_checkup_num_5 {
  position: absolute;
  text-align: right;
  top: 495px;
  left: 605px;
  height: 40px;
  width: 110px;
}
.periodic_checkup_stats_modal .special_checkup_num_6 {
  position: absolute;
  text-align: right;
  top: 546px;
  left: 79px;
  height: 40px;
  width: 110px;
}
.periodic_checkup_stats_modal .special_checkup_num_7 {
  position: absolute;
  text-align: right;
  top: 546px;
  left: 210px;
  height: 40px;
  width: 110px;
}
.periodic_checkup_stats_modal .special_checkup_num_8 {
  position: absolute;
  text-align: right;
  top: 546px;
  left: 343px;
  height: 40px;
  width: 110px;
}
.periodic_checkup_stats_modal .special_checkup_num_9 {
  position: absolute;
  text-align: right;
  top: 546px;
  left: 474px;
  height: 40px;
  width: 110px;
}
.periodic_checkup_stats_modal .special_checkup_num_10 {
  position: absolute;
  text-align: right;
  top: 546px;
  left: 605px;
  height: 40px;
  width: 110px;
}
.periodic_checkup_stats_modal .special_checkup_num_11 {
  position: absolute;
  text-align: right;
  top: 597px;
  left: 79px;
  height: 40px;
  width: 110px;
}
.periodic_checkup_stats_modal .special_checkup_num_12 {
  position: absolute;
  text-align: right;
  top: 597px;
  left: 210px;
  height: 40px;
  width: 110px;
}
.periodic_checkup_stats_modal .special_checkup_num_13 {
  position: absolute;
  text-align: right;
  top: 597px;
  left: 343px;
  height: 40px;
  width: 110px;
}
.periodic_checkup_stats_modal .special_checkup_num_14 {
  position: absolute;
  text-align: right;
  top: 597px;
  left: 474px;
  height: 40px;
  width: 110px;
}
.periodic_checkup_stats_modal .special_checkup_num_total {
  position: absolute;
  text-align: right;
  top: 597px;
  left: 805px;
  height: 40px;
  width: 138px;
}
.periodic_checkup_stats_modal .hearing_1000 {
  position: absolute;
  text-align: right;
  top: 669px;
  left: 242px;
  height: 40px;
  width: 140px;
}
.periodic_checkup_stats_modal .hearing_1000_findings {
  position: absolute;
  text-align: right;
  top: 669px;
  left: 403px;
  height: 40px;
  width: 111px;
}
.periodic_checkup_stats_modal .hearing_4000 {
  position: absolute;
  text-align: right;
  top: 720px;
  left: 242px;
  height: 40px;
  width: 140px;
}
.periodic_checkup_stats_modal .hearing_4000_findings {
  position: absolute;
  text-align: right;
  top: 720px;
  left: 403px;
  height: 40px;
  width: 111px;
}
.periodic_checkup_stats_modal .hearing_other {
  position: absolute;
  text-align: right;
  top: 771px;
  left: 242px;
  height: 40px;
  width: 140px;
}
.periodic_checkup_stats_modal .hearing_other_findings {
  position: absolute;
  text-align: right;
  top: 771px;
  left: 403px;
  height: 40px;
  width: 111px;
}
.periodic_checkup_stats_modal .chest_x_ray {
  position: absolute;
  text-align: right;
  top: 823px;
  left: 242px;
  height: 40px;
  width: 140px;
}
.periodic_checkup_stats_modal .chest_x_ray_findings {
  position: absolute;
  text-align: right;
  top: 823px;
  left: 403px;
  height: 40px;
  width: 111px;
}
.periodic_checkup_stats_modal .cytology {
  position: absolute;
  text-align: right;
  top: 875px;
  left: 242px;
  height: 40px;
  width: 140px;
}
.periodic_checkup_stats_modal .cytology_findings {
  position: absolute;
  text-align: right;
  top: 875px;
  left: 403px;
  height: 40px;
  width: 111px;
}
.periodic_checkup_stats_modal .bp {
  position: absolute;
  text-align: right;
  top: 927px;
  left: 242px;
  height: 40px;
  width: 140px;
}
.periodic_checkup_stats_modal .bp_findings {
  position: absolute;
  text-align: right;
  top: 927px;
  left: 403px;
  height: 40px;
  width: 111px;
}
.periodic_checkup_stats_modal .anemia {
  position: absolute;
  text-align: right;
  top: 979px;
  left: 242px;
  height: 40px;
  width: 140px;
}
.periodic_checkup_stats_modal .anemia_findings {
  position: absolute;
  text-align: right;
  top: 979px;
  left: 403px;
  height: 40px;
  width: 111px;
}
.periodic_checkup_stats_modal .liver_function {
  position: absolute;
  text-align: right;
  top: 669px;
  left: 666px;
  height: 40px;
  width: 140px;
}
.periodic_checkup_stats_modal .liver_function_findings {
  position: absolute;
  text-align: right;
  top: 669px;
  left: 827px;
  height: 40px;
  width: 111px;
}
.periodic_checkup_stats_modal .lipid {
  position: absolute;
  text-align: right;
  top: 720px;
  left: 666px;
  height: 40px;
  width: 140px;
}
.periodic_checkup_stats_modal .lipid_findings {
  position: absolute;
  text-align: right;
  top: 720px;
  left: 827px;
  height: 40px;
  width: 111px;
}
.periodic_checkup_stats_modal .sugar_metabolism {
  position: absolute;
  text-align: right;
  top: 771px;
  left: 666px;
  height: 40px;
  width: 140px;
}
.periodic_checkup_stats_modal .sugar_metabolism_findings {
  position: absolute;
  text-align: right;
  top: 771px;
  left: 827px;
  height: 40px;
  width: 111px;
}
.periodic_checkup_stats_modal .urine_sugar {
  position: absolute;
  text-align: right;
  top: 823px;
  left: 666px;
  height: 40px;
  width: 140px;
}
.periodic_checkup_stats_modal .urine_sugar_findings {
  position: absolute;
  text-align: right;
  top: 823px;
  left: 827px;
  height: 40px;
  width: 111px;
}
.periodic_checkup_stats_modal .urinary_protein {
  position: absolute;
  text-align: right;
  top: 875px;
  left: 666px;
  height: 40px;
  width: 140px;
}
.periodic_checkup_stats_modal .urinary_protein_findings {
  position: absolute;
  text-align: right;
  top: 875px;
  left: 827px;
  height: 40px;
  width: 111px;
}
.periodic_checkup_stats_modal .electrocardiogram {
  position: absolute;
  text-align: right;
  top: 927px;
  left: 666px;
  height: 40px;
  width: 140px;
}
.periodic_checkup_stats_modal .electrocardiogram_findings {
  position: absolute;
  text-align: right;
  top: 927px;
  left: 827px;
  height: 40px;
  width: 111px;
}
.periodic_checkup_stats_modal .num_checkup_findings {
  position: absolute;
  text-align: right;
  top: 1038px;
  left: 185px;
  height: 40px;
  width: 111px;
}
.periodic_checkup_stats_modal .num_consulted {
  position: absolute;
  text-align: right;
  top: 1038px;
  left: 403px;
  height: 40px;
  width: 111px;
}
.periodic_checkup_stats_modal .doctor_name {
  position: absolute;
  font-size: 20px;
  top: 1125px;
  left: 175px;
  height: 38px;
  width: 740px;
}
.periodic_checkup_stats_modal .doctor_checkup_institution {
  position: absolute;
  font-size: 16px;
  top: 1165px;
  left: 200px;
  height: 60px;
  width: 740px;
}
.periodic_checkup_stats_modal .signature_year {
  position: absolute;
  font-size: 16px;
  letter-spacing: 0;
  top: 1246px;
  left: 150px;
  height: 40px;
  width: 50px;
}
.periodic_checkup_stats_modal .signature_month {
  position: absolute;
  font-size: 16px;
  letter-spacing: 0;
  top: 1246px;
  left: 225px;
  height: 40px;
  width: 50px;
}
.periodic_checkup_stats_modal .signature_day {
  position: absolute;
  font-size: 16px;
  letter-spacing: 0;
  top: 1246px;
  left: 260px;
  height: 40px;
  width: 50px;
}
.periodic_checkup_stats_modal .signature {
  position: absolute;
  font-weight: bold;
  font-size: 14px;
  top: 1248px;
  left: 445px;
  height: 120px;
  width: 310px;
}
.periodic_checkup_stats_modal .district {
  position: absolute;
  text-align: center;
  font-size: 16px;
  top: 1310px;
  left: 70px;
  height: 30px;
  width: 80px;
}

.sc_stats .roukisho_sc_img {
  width: 1000px;
  height: 1400px;
  background-image: url(/wellgo/assets/roukisho_report/roukisho_sc-25a144dd3b25dd40035b6580d6918f155fc4f84463ce555eaf4c0975746869bc.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.sc_stats .roukisho_sc_img2 {
  width: 1000px;
  height: 1400px;
  background-image: url(/wellgo/assets/roukisho_report/roukisho_sc2-0919883e1cc324c585971413157dbce9f8fad8c5f953104a51677dff6ebee7f4.png);
  background-position: 10px 60px;
  background-size: contain;
  background-repeat: no-repeat;
}
.sc_stats .labor_num_1_2 {
  position: absolute;
  top: 106px;
  left: 423px;
}
.sc_stats .labor_num_3 {
  position: absolute;
  top: 106px;
  left: 480px;
}
.sc_stats .labor_num_4_5 {
  position: absolute;
  top: 106px;
  left: 508px;
}
.sc_stats .labor_num_6_11 {
  position: absolute;
  top: 106px;
  left: 563px;
}
.sc_stats .labor_num_12_14 {
  position: absolute;
  top: 106px;
  left: 733px;
}
.sc_stats .labor_num_15_18 {
  position: absolute;
  top: 106px;
  left: 818px;
}
.sc_stats .era_num {
  position: absolute;
  top: 169px;
  left: 235px;
  height: 40px;
  width: 20px;
}
.sc_stats .era_year {
  position: absolute;
  top: 169px;
  left: 250px;
  height: 40px;
  width: 60px;
  text-align: right;
}
.sc_stats .last_sc_era_num {
  position: absolute;
  top: 169px;
  left: 749px;
  height: 40px;
  width: 20px;
}
.sc_stats .last_sc_era_year {
  position: absolute;
  top: 169px;
  left: 775px;
  height: 40px;
  width: 50px;
  text-align: right;
}
.sc_stats .last_sc_month {
  position: absolute;
  top: 169px;
  left: 833px;
  width: 50px;
  text-align: right;
}
.sc_stats .business_type {
  position: absolute;
  font-size: 16px;
  top: 258px;
  left: 134px;
}
.sc_stats .workplace_full_name {
  position: absolute;
  font-size: 16px;
  top: 234px;
  left: 653px;
  height: 68px;
  width: 294px;
  display: table;
}
.sc_stats .postcode {
  position: absolute;
  font-size: 16px;
  top: 302px;
  left: 220px;
}
.sc_stats .workplace_address {
  position: absolute;
  font-size: 14px;
  top: 324px;
  left: 135px;
  height: 38px;
  width: 790px;
}
.sc_stats .phone_num1 {
  position: absolute;
  font-size: 16px;
  top: 340px;
  left: 695px;
  width: 43px;
}
.sc_stats .phone_num2 {
  position: absolute;
  font-size: 16px;
  top: 340px;
  left: 755px;
  width: 43px;
}
.sc_stats .phone_num3 {
  position: absolute;
  font-size: 16px;
  top: 340px;
  left: 810px;
  width: 43px;
}
.sc_stats .num_employees {
  position: absolute;
  text-align: right;
  top: 483px;
  left: 750px;
  height: 40px;
  width: 150px;
}
.sc_stats .num_sc {
  position: absolute;
  text-align: right;
  top: 589px;
  left: 750px;
  height: 40px;
  width: 150px;
}
.sc_stats .num_sc_consulted {
  position: absolute;
  text-align: right;
  top: 702px;
  left: 750px;
  height: 40px;
  width: 150px;
}
.sc_stats .sc_conductor {
  position: absolute;
  top: 589px;
  left: 263px;
  height: 40px;
  width: 150px;
}
.sc_stats .sc_consulted_doctor {
  position: absolute;
  top: 701px;
  left: 263px;
  height: 40px;
  width: 150px;
}
.sc_stats .is_population_analysis {
  position: absolute;
  top: 795px;
  left: 263px;
  height: 40px;
  width: 150px;
}
.sc_stats .doctor_name {
  position: absolute;
  font-size: 20px;
  top: 995px;
  left: 180px;
}
.sc_stats .doctor_checkup_institution {
  position: absolute;
  font-size: 14px;
  top: 1034px;
  left: 216px;
  height: 50px;
  width: 730px;
}
.sc_stats .signature_year {
  position: absolute;
  font-size: 16px;
  letter-spacing: 0;
  top: 1200px;
  left: 146px;
  height: 40px;
  width: 50px;
}
.sc_stats .signature_month {
  position: absolute;
  font-size: 16px;
  letter-spacing: 0;
  top: 1200px;
  left: 231px;
  height: 40px;
  width: 50px;
}
.sc_stats .signature_day {
  position: absolute;
  font-size: 16px;
  letter-spacing: 0;
  top: 1200px;
  left: 297px;
  height: 40px;
  width: 50px;
}
.sc_stats .signature {
  position: absolute;
  font-weight: bold;
  font-size: 16px;
  top: 1210px;
  left: 455px;
  width: 280px;
}
.sc_stats .district {
  position: absolute;
  text-align: center;
  font-size: 16px;
  top: 1255px;
  left: 106px;
  height: 30px;
  width: 80px;
}

.specific .roukisho_specific_pdf_img {
  width: 1000px;
  height: 1400px;
  background-image: url(/wellgo/assets/roukisho_report/specific-a6c3b51b5c77bc01741ffd4677a9dc954107e771a742ee55a03daada4ba54ab7.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.specific .roukisho_specific_pdf_img2 {
  width: 1000px;
  height: 1400px;
  background-image: url(/wellgo/assets/roukisho_report/specific2-76383a55e3285cdd3032ce28b784f47242d497856ca0b853bc239c7f1fd2ae97.png);
  background-position: 10px 60px;
  background-size: contain;
  background-repeat: no-repeat;
}
.specific .labor_num_1_2 {
  position: absolute;
  top: 106px;
  left: 294px;
}
.specific .labor_num_3 {
  position: absolute;
  top: 106px;
  left: 351px;
}
.specific .labor_num_4_5 {
  position: absolute;
  top: 106px;
  left: 380px;
}
.specific .labor_num_6_11 {
  position: absolute;
  top: 106px;
  left: 437px;
}
.specific .labor_num_12_14 {
  position: absolute;
  top: 106px;
  left: 605px;
}
.specific .labor_num_15_18 {
  position: absolute;
  top: 106px;
  left: 690px;
}
.specific .era_num {
  position: absolute;
  top: 171px;
  left: 150px;
  height: 40px;
  width: 20px;
}
.specific .era_year {
  position: absolute;
  top: 171px;
  left: 166px;
  height: 40px;
  width: 60px;
  text-align: right;
}
.specific .from_month {
  position: absolute;
  font-size: 14px;
  top: 237px;
  left: 270px;
  letter-spacing: 0;
}
.specific .to_month {
  position: absolute;
  font-size: 14px;
  top: 237px;
  left: 312px;
  letter-spacing: 0;
}
.specific .report_times {
  position: absolute;
  font-size: 14px;
  top: 237px;
  left: 415px;
}
.specific .last_checkup_era_num {
  position: absolute;
  top: 171px;
  left: 695px;
  height: 40px;
  width: 20px;
}
.specific .last_checkup_era_year {
  position: absolute;
  top: 171px;
  left: 720px;
  height: 40px;
  width: 50px;
  text-align: right;
}
.specific .last_checkup_month {
  position: absolute;
  top: 171px;
  left: 778px;
  width: 50px;
  text-align: right;
}
.specific .last_checkup_date {
  position: absolute;
  top: 171px;
  left: 835px;
  width: 50px;
  text-align: right;
}
.specific .second_last_checkup_year {
  position: absolute;
  font-size: 16px;
  top: 247px;
  left: 698px;
  height: 40px;
  width: 50px;
  text-align: right;
}
.specific .second_last_checkup_month {
  position: absolute;
  font-size: 16px;
  top: 247px;
  left: 758px;
  width: 50px;
  text-align: right;
}
.specific .second_last_checkup_date {
  position: absolute;
  font-size: 16px;
  top: 247px;
  left: 810px;
  width: 50px;
  text-align: right;
}
.specific .business_type {
  position: absolute;
  font-size: 16px;
  top: 296px;
  left: 160px;
}
.specific .workplace_full_name {
  position: absolute;
  font-size: 14px;
  top: 281px;
  left: 640px;
  height: 40px;
  width: 308px;
  display: table;
}
.specific .postcode {
  position: absolute;
  font-size: 16px;
  top: 330px;
  left: 240px;
}
.specific .workplace_address {
  position: absolute;
  font-size: 12px;
  top: 350px;
  left: 160px;
  height: 23px;
  width: 518px;
}
.specific .phone_num1 {
  position: absolute;
  font-size: 16px;
  top: 348px;
  left: 730px;
  width: 43px;
}
.specific .phone_num2 {
  position: absolute;
  font-size: 16px;
  top: 348px;
  left: 785px;
  width: 43px;
}
.specific .phone_num3 {
  position: absolute;
  font-size: 16px;
  top: 348px;
  left: 825px;
  width: 43px;
}
.specific .checkup_institution_name {
  position: absolute;
  font-size: 11px;
  top: 394px;
  left: 158px;
  height: 30px;
  width: 358px;
  display: table;
}
.specific .checkup_institution_address {
  position: absolute;
  font-size: 11px;
  top: 412px;
  left: 158px;
  height: 30px;
  width: 358px;
  display: table;
}
.specific .num_employees {
  position: absolute;
  text-align: right;
  font-size: 30px;
  top: 388px;
  left: 730px;
  height: 40px;
  width: 150px;
}
.specific .code_0 {
  position: absolute;
  text-align: right;
  top: 477px;
  left: 174px;
  height: 40px;
  width: 150px;
}
.specific .content_name_0 {
  position: absolute;
  text-align: left;
  font-size: 12px;
  top: 563px;
  left: 234px;
  height: 40px;
  width: 192px;
}
.specific .code_total_0 {
  position: absolute;
  text-align: right;
  top: 643px;
  left: 244px;
  height: 40px;
  width: 150px;
}
.specific .checkup_total_0 {
  position: absolute;
  text-align: right;
  top: 715px;
  left: 244px;
  height: 40px;
  width: 150px;
}
.specific .need_second_checkup_0 {
  position: absolute;
  text-align: right;
  top: 810px;
  left: 244px;
  height: 40px;
  width: 150px;
}
.specific .second_checkup_taken_0 {
  position: absolute;
  text-align: right;
  top: 900px;
  left: 244px;
  height: 40px;
  width: 150px;
}
.specific .findings_0 {
  position: absolute;
  text-align: right;
  top: 1022px;
  left: 244px;
  height: 40px;
  width: 150px;
}
.specific .disease_conditions_0 {
  position: absolute;
  text-align: right;
  top: 1090px;
  left: 244px;
  height: 40px;
  width: 150px;
}
.specific .code_1 {
  position: absolute;
  text-align: right;
  top: 477px;
  left: 419px;
  height: 40px;
  width: 150px;
}
.specific .content_name_1 {
  position: absolute;
  text-align: left;
  font-size: 12px;
  top: 563px;
  left: 479px;
  height: 40px;
  width: 192px;
}
.specific .code_total_1 {
  position: absolute;
  text-align: right;
  top: 643px;
  left: 490px;
  height: 40px;
  width: 150px;
}
.specific .checkup_total_1 {
  position: absolute;
  text-align: right;
  top: 715px;
  left: 490px;
  height: 40px;
  width: 150px;
}
.specific .need_second_checkup_1 {
  position: absolute;
  text-align: right;
  top: 810px;
  left: 490px;
  height: 40px;
  width: 150px;
}
.specific .second_checkup_taken_1 {
  position: absolute;
  text-align: right;
  top: 900px;
  left: 490px;
  height: 40px;
  width: 150px;
}
.specific .findings_1 {
  position: absolute;
  text-align: right;
  top: 1022px;
  left: 490px;
  height: 40px;
  width: 150px;
}
.specific .disease_conditions_1 {
  position: absolute;
  text-align: right;
  top: 1090px;
  left: 490px;
  height: 40px;
  width: 150px;
}
.specific .code_2 {
  position: absolute;
  text-align: right;
  top: 477px;
  left: 665px;
  height: 40px;
  width: 150px;
}
.specific .content_name_2 {
  position: absolute;
  text-align: left;
  font-size: 12px;
  top: 563px;
  left: 722px;
  height: 40px;
  width: 192px;
}
.specific .code_total_2 {
  position: absolute;
  text-align: right;
  top: 643px;
  left: 735px;
  height: 40px;
  width: 150px;
}
.specific .checkup_total_2 {
  position: absolute;
  text-align: right;
  top: 715px;
  left: 735px;
  height: 40px;
  width: 150px;
}
.specific .need_second_checkup_2 {
  position: absolute;
  text-align: right;
  top: 810px;
  left: 735px;
  height: 40px;
  width: 150px;
}
.specific .second_checkup_taken_2 {
  position: absolute;
  text-align: right;
  top: 900px;
  left: 735px;
  height: 40px;
  width: 150px;
}
.specific .findings_2 {
  position: absolute;
  text-align: right;
  top: 1022px;
  left: 735px;
  height: 40px;
  width: 150px;
}
.specific .disease_conditions_2 {
  position: absolute;
  text-align: right;
  top: 1090px;
  left: 735px;
  height: 40px;
  width: 150px;
}
.specific .doctor_name {
  position: absolute;
  font-size: 16px;
  top: 1217px;
  left: 390px;
  height: 30px;
  width: 350px;
}
.specific .doctor_checkup_institution {
  position: absolute;
  font-size: 8px;
  top: 1253px;
  left: 476px;
  height: 35px;
  width: 270px;
}
.specific .signature_year {
  position: absolute;
  font-size: 14px;
  letter-spacing: 0;
  top: 1296px;
  left: 43px;
  height: 40px;
  width: 50px;
}
.specific .signature_month {
  position: absolute;
  font-size: 14px;
  letter-spacing: 0;
  top: 1296px;
  left: 99px;
  height: 40px;
  width: 50px;
}
.specific .signature_day {
  position: absolute;
  font-size: 14px;
  letter-spacing: 0;
  top: 1296px;
  left: 140px;
  height: 40px;
  width: 50px;
}
.specific .signature {
  position: absolute;
  font-weight: bold;
  font-size: 14px;
  top: 1296px;
  left: 544px;
  height: 80px;
  width: 204px;
}
.specific .district {
  position: absolute;
  text-align: center;
  font-size: 16px;
  top: 1334px;
  left: 71px;
  height: 30px;
  width: 80px;
}

#modal_save_target_filter .modal-body {
  min-height: 450px !important;
  overflow: auto;
}
#modal_save_target_filter .filter_name_col {
  max-width: 200px;
  overflow-wrap: break-word;
}

.organic_solvent .img1 {
  width: 1000px;
  height: 1400px;
  background-image: url(/wellgo/assets/roukisho_report/organic_solvent-697f36487df831c8c904108d7d7c29b383b19e4132c75befa5ddabf15fbbd677.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.organic_solvent .img2 {
  width: 1000px;
  height: 1400px;
  background-image: url(/wellgo/assets/roukisho_report/organic_solvent2-ab36374138cf8b97a20a77aa9524e06ffde96f242dc2a1c2d66e6383461ac76f.png);
  background-position: 10px 60px;
  background-size: contain;
  background-repeat: no-repeat;
}
.organic_solvent .labor_num_1_2 {
  position: absolute;
  top: 204px;
  left: 171px;
}
.organic_solvent .labor_num_3 {
  position: absolute;
  top: 204px;
  left: 229px;
}
.organic_solvent .labor_num_4_5 {
  position: absolute;
  top: 204px;
  left: 258px;
}
.organic_solvent .labor_num_6_11 {
  position: absolute;
  top: 204px;
  left: 314px;
}
.organic_solvent .labor_num_12_14 {
  position: absolute;
  top: 204px;
  left: 485px;
}
.organic_solvent .labor_num_15_18 {
  position: absolute;
  top: 204px;
  left: 569px;
}
.organic_solvent .era_num {
  position: absolute;
  top: 428px;
  left: 235px;
  height: 40px;
  width: 20px;
}
.organic_solvent .era_year {
  position: absolute;
  top: 428px;
  left: 252px;
  height: 40px;
  width: 60px;
  text-align: right;
}
.organic_solvent .report_times {
  position: absolute;
  font-size: 14px;
  top: 237px;
  left: 415px;
}
.organic_solvent .last_checkup_era_num {
  position: absolute;
  top: 428px;
  left: 750px;
  height: 40px;
  width: 20px;
}
.organic_solvent .last_checkup_era_year {
  position: absolute;
  top: 171px;
  left: 720px;
  height: 40px;
  width: 50px;
  text-align: right;
}
.organic_solvent .last_checkup_month {
  position: absolute;
  top: 428px;
  left: 831px;
  width: 50px;
  text-align: right;
}
.organic_solvent .last_checkup_date {
  position: absolute;
  top: 428px;
  left: 887px;
  width: 50px;
  text-align: right;
}
.organic_solvent .business_type {
  position: absolute;
  font-size: 16px;
  top: 281px;
  left: 680px;
}
.organic_solvent .workplace_full_name {
  position: absolute;
  font-size: 14px;
  top: 281px;
  left: 170px;
  height: 40px;
  width: 308px;
  display: table;
}
.organic_solvent .postcode {
  position: absolute;
  font-size: 16px;
  top: 325px;
  left: 245px;
}
.organic_solvent .workplace_address {
  position: absolute;
  font-size: 12px;
  top: 349px;
  left: 165px;
  height: 23px;
  width: 518px;
}
.organic_solvent .phone_num1 {
  position: absolute;
  font-size: 16px;
  top: 384px;
  left: 769px;
  width: 43px;
}
.organic_solvent .phone_num2 {
  position: absolute;
  font-size: 16px;
  top: 384px;
  left: 820px;
  width: 43px;
}
.organic_solvent .phone_num3 {
  position: absolute;
  font-size: 16px;
  top: 384px;
  left: 860px;
  width: 43px;
}
.organic_solvent .checkup_institution_name {
  position: absolute;
  font-size: 11px;
  top: 494px;
  left: 220px;
  height: 30px;
  width: 358px;
  display: table;
}
.organic_solvent .checkup_institution_address {
  position: absolute;
  font-size: 11px;
  top: 550px;
  left: 220px;
  height: 30px;
  width: 358px;
  display: table;
}
.organic_solvent .checkup_people1 {
  position: absolute;
  text-align: right;
  top: 544px;
  left: 828px;
}
.organic_solvent .checkup_people2 {
  position: absolute;
  text-align: right;
  top: 544px;
  left: 858px;
}
.organic_solvent .checkup_people3 {
  position: absolute;
  text-align: right;
  top: 544px;
  left: 885px;
}
.organic_solvent .checkup_people4 {
  position: absolute;
  text-align: right;
  top: 544px;
  left: 913px;
}
.organic_solvent .business_name_code1 {
  position: absolute;
  top: 614px;
  left: 238px;
}
.organic_solvent .business_name_code2 {
  position: absolute;
  top: 614px;
  left: 266px;
}
.organic_solvent .business_name_code3 {
  position: absolute;
  top: 614px;
  left: 327px;
}
.organic_solvent .business_name_code4 {
  position: absolute;
  top: 614px;
  left: 356px;
}
.organic_solvent .business_name_code5 {
  position: absolute;
  top: 614px;
  left: 418px;
}
.organic_solvent .business_name_code6 {
  position: absolute;
  top: 614px;
  left: 446px;
}
.organic_solvent .organic_solvent_num1 {
  position: absolute;
  text-align: right;
  top: 615px;
  left: 828px;
}
.organic_solvent .organic_solvent_num2 {
  position: absolute;
  text-align: right;
  top: 615px;
  left: 858px;
}
.organic_solvent .organic_solvent_num3 {
  position: absolute;
  text-align: right;
  top: 615px;
  left: 885px;
}
.organic_solvent .organic_solvent_num4 {
  position: absolute;
  text-align: right;
  top: 615px;
  left: 913px;
}
.organic_solvent .num_employees {
  position: absolute;
  text-align: right;
  font-size: 30px;
  top: 204px;
  left: 740px;
  height: 40px;
  width: 150px;
}
.organic_solvent .code_0 {
  position: absolute;
  left: 184px;
}
.organic_solvent .content_name_0 {
  position: absolute;
  text-align: left;
  font-size: 12px;
  top: 563px;
  left: 234px;
  height: 40px;
  width: 192px;
}
.organic_solvent .code_total_0 {
  position: absolute;
  text-align: right;
  top: 643px;
  left: 244px;
  height: 40px;
  width: 150px;
}
.organic_solvent .checkup_total_0 {
  position: absolute;
  text-align: right;
  top: 715px;
  left: 244px;
  height: 40px;
  width: 150px;
}
.organic_solvent .need_second_checkup_0 {
  position: absolute;
  text-align: right;
  top: 810px;
  left: 244px;
  height: 40px;
  width: 150px;
}
.organic_solvent .second_checkup_taken_0 {
  position: absolute;
  text-align: right;
  top: 900px;
  left: 244px;
  height: 40px;
  width: 150px;
}
.organic_solvent .findings_0 {
  position: absolute;
  text-align: right;
  top: 1022px;
  left: 244px;
  height: 40px;
  width: 150px;
}
.organic_solvent .disease_conditions_0 {
  position: absolute;
  text-align: right;
  top: 1090px;
  left: 244px;
  height: 40px;
  width: 150px;
}
.organic_solvent .total_1_0 {
  position: absolute;
  left: 154px;
}
.organic_solvent .total_1_1 {
  position: absolute;
  left: 180px;
}
.organic_solvent .total_1_2 {
  position: absolute;
  left: 212px;
}
.organic_solvent .total_1_3 {
  position: absolute;
  left: 237px;
}
.organic_solvent .participants_1_0 {
  position: absolute;
  left: 286px;
}
.organic_solvent .participants_1_1 {
  position: absolute;
  left: 315px;
}
.organic_solvent .participants_1_2 {
  position: absolute;
  left: 344px;
}
.organic_solvent .participants_1_3 {
  position: absolute;
  left: 372px;
}
.organic_solvent .total_2_0 {
  position: absolute;
  left: 479px;
}
.organic_solvent .total_2_1 {
  position: absolute;
  left: 509px;
}
.organic_solvent .total_2_2 {
  position: absolute;
  left: 538px;
}
.organic_solvent .total_2_3 {
  position: absolute;
  left: 564px;
}
.organic_solvent .participants_2_0 {
  position: absolute;
  left: 607px;
}
.organic_solvent .participants_2_1 {
  position: absolute;
  left: 640px;
}
.organic_solvent .participants_2_2 {
  position: absolute;
  left: 665px;
}
.organic_solvent .participants_2_3 {
  position: absolute;
  left: 694px;
}
.organic_solvent .surveyed_num_0 {
  position: absolute;
  left: 832px;
}
.organic_solvent .surveyed_num_1 {
  position: absolute;
  left: 861px;
}
.organic_solvent .surveyed_num_2 {
  position: absolute;
  left: 889px;
}
.organic_solvent .surveyed_num_3 {
  position: absolute;
  left: 918px;
}
.organic_solvent .organic_solvent_name_0_0 {
  position: absolute;
  left: 232px;
}
.organic_solvent .organic_solvent_name_0_1 {
  position: absolute;
  left: 264px;
}
.organic_solvent .organic_solvent_name_0_2 {
  position: absolute;
  left: 319px;
}
.organic_solvent .organic_solvent_name_1_0 {
  position: absolute;
  left: 423px;
}
.organic_solvent .organic_solvent_name_1_1 {
  position: absolute;
  left: 452px;
}
.organic_solvent .organic_solvent_name_1_2 {
  position: absolute;
  left: 508px;
}
.organic_solvent .organic_solvent_name_2_0 {
  position: absolute;
  left: 610px;
}
.organic_solvent .organic_solvent_name_2_1 {
  position: absolute;
  left: 640px;
}
.organic_solvent .organic_solvent_name_2_2 {
  position: absolute;
  left: 698px;
}
.organic_solvent .organic_solvent_name_3_0 {
  position: absolute;
  left: 798px;
}
.organic_solvent .organic_solvent_name_3_1 {
  position: absolute;
  left: 830px;
}
.organic_solvent .organic_solvent_name_3_2 {
  position: absolute;
  left: 885px;
}
.organic_solvent .participant_num_0_0 {
  position: absolute;
  left: 232px;
}
.organic_solvent .participant_num_0_1 {
  position: absolute;
  left: 264px;
}
.organic_solvent .participant_num_0_2 {
  position: absolute;
  left: 291px;
}
.organic_solvent .participant_num_0_3 {
  position: absolute;
  left: 319px;
}
.organic_solvent .participant_num_1_0 {
  position: absolute;
  left: 423px;
}
.organic_solvent .participant_num_1_1 {
  position: absolute;
  left: 452px;
}
.organic_solvent .participant_num_1_2 {
  position: absolute;
  left: 480px;
}
.organic_solvent .participant_num_1_3 {
  position: absolute;
  left: 508px;
}
.organic_solvent .participant_num_2_0 {
  position: absolute;
  left: 610px;
}
.organic_solvent .participant_num_2_1 {
  position: absolute;
  left: 640px;
}
.organic_solvent .participant_num_2_2 {
  position: absolute;
  left: 668px;
}
.organic_solvent .participant_num_2_3 {
  position: absolute;
  left: 696px;
}
.organic_solvent .participant_num_3_0 {
  position: absolute;
  left: 798px;
}
.organic_solvent .participant_num_3_1 {
  position: absolute;
  left: 830px;
}
.organic_solvent .participant_num_3_2 {
  position: absolute;
  left: 858px;
}
.organic_solvent .participant_num_3_3 {
  position: absolute;
  left: 886px;
}
.organic_solvent .checkup_total_3 {
  position: absolute;
  text-align: right;
  top: 715px;
  left: 735px;
  height: 40px;
  width: 150px;
}
.organic_solvent .doctor_name {
  position: absolute;
  font-size: 16px;
  top: 1154px;
  left: 139px;
  height: 30px;
  width: 350px;
}
.organic_solvent .doctor_checkup_institution {
  position: absolute;
  font-size: 8px;
  top: 1179px;
  left: 219px;
  height: 35px;
  width: 270px;
}
.organic_solvent .signature_year {
  position: absolute;
  font-size: 14px;
  letter-spacing: 0;
  top: 1245px;
  left: 167px;
  height: 40px;
  width: 50px;
}
.organic_solvent .signature_month {
  position: absolute;
  font-size: 14px;
  letter-spacing: 0;
  top: 1245px;
  left: 227px;
  height: 40px;
  width: 50px;
}
.organic_solvent .signature_day {
  position: absolute;
  font-size: 14px;
  letter-spacing: 0;
  top: 1245px;
  left: 277px;
  height: 40px;
  width: 50px;
}
.organic_solvent .signature {
  position: absolute;
  font-weight: bold;
  font-size: 14px;
  top: 1277px;
  left: 471px;
  height: 80px;
  width: 204px;
}
.organic_solvent .district {
  position: absolute;
  text-align: center;
  font-size: 16px;
  top: 1315px;
  left: 92px;
  height: 30px;
  width: 80px;
}

.pneumoconiosis .img1 {
  width: 1000px;
  height: 1400px;
  background-image: url(/wellgo/assets/roukisho_report/pneumoconiosis-342eae5aedf7daf1f2aeac930354a7c14ace5534c609ef63e48492f70f878aec.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.pneumoconiosis .img2 {
  width: 1000px;
  height: 1400px;
  background-image: url(/wellgo/assets/roukisho_report/pneumoconiosis2-3f9187e4b26b53fd72ae8bc6d3603517100a072ee622ac597d28c1ae5cc5af5c.png);
  background-position: 10px 60px;
  background-size: contain;
  background-repeat: no-repeat;
}
.pneumoconiosis .labor_num_1_2 {
  position: absolute;
  top: 200px;
  left: 171px;
}
.pneumoconiosis .labor_num_3 {
  position: absolute;
  top: 200px;
  left: 229px;
}
.pneumoconiosis .labor_num_4_5 {
  position: absolute;
  top: 200px;
  left: 258px;
}
.pneumoconiosis .labor_num_6_11 {
  position: absolute;
  top: 200px;
  left: 314px;
}
.pneumoconiosis .labor_num_12_14 {
  position: absolute;
  top: 200px;
  left: 485px;
}
.pneumoconiosis .labor_num_15_18 {
  position: absolute;
  top: 200px;
  left: 569px;
}
.pneumoconiosis .era_num {
  position: absolute;
  top: 428px;
  left: 235px;
  height: 40px;
  width: 20px;
}
.pneumoconiosis .era_year {
  position: absolute;
  top: 428px;
  left: 252px;
  height: 40px;
  width: 60px;
  text-align: right;
}
.pneumoconiosis .last_checkup_era_num {
  position: absolute;
  top: 428px;
  left: 750px;
  height: 40px;
  width: 20px;
}
.pneumoconiosis .last_checkup_era_year {
  position: absolute;
  top: 171px;
  left: 720px;
  height: 40px;
  width: 50px;
  text-align: right;
}
.pneumoconiosis .last_checkup_month {
  position: absolute;
  top: 428px;
  left: 831px;
  width: 50px;
  text-align: right;
}
.pneumoconiosis .last_checkup_date {
  position: absolute;
  top: 428px;
  left: 887px;
  width: 50px;
  text-align: right;
}
.pneumoconiosis .business_type {
  position: absolute;
  font-size: 16px;
  top: 281px;
  left: 680px;
}
.pneumoconiosis .workplace_full_name {
  position: absolute;
  font-size: 14px;
  top: 281px;
  left: 170px;
  height: 40px;
  width: 308px;
  display: table;
}
.pneumoconiosis .postcode {
  position: absolute;
  font-size: 16px;
  top: 323px;
  left: 254px;
}
.pneumoconiosis .workplace_address {
  position: absolute;
  font-size: 12px;
  top: 349px;
  left: 165px;
  height: 23px;
  width: 518px;
}
.pneumoconiosis .phone_num1 {
  position: absolute;
  font-size: 16px;
  top: 387px;
  left: 769px;
  width: 43px;
}
.pneumoconiosis .phone_num2 {
  position: absolute;
  font-size: 16px;
  top: 387px;
  left: 820px;
  width: 43px;
}
.pneumoconiosis .phone_num3 {
  position: absolute;
  font-size: 16px;
  top: 387px;
  left: 860px;
  width: 43px;
}
.pneumoconiosis .checkup_institution_name {
  position: absolute;
  font-size: 11px;
  top: 494px;
  left: 235px;
  height: 30px;
  width: 358px;
  display: table;
}
.pneumoconiosis .checkup_institution_address {
  position: absolute;
  font-size: 11px;
  top: 550px;
  left: 235px;
  height: 30px;
  width: 358px;
  display: table;
}
.pneumoconiosis .num_employees {
  position: absolute;
  text-align: right;
  font-size: 30px;
  top: 213px;
  left: 755px;
  height: 40px;
  width: 150px;
}
.pneumoconiosis .dust_code_0_0 {
  position: absolute;
  left: 195px;
}
.pneumoconiosis .dust_code_0_1 {
  position: absolute;
  left: 225px;
}
.pneumoconiosis .dust_code_0_2 {
  position: absolute;
  left: 254px;
}
.pneumoconiosis .dust_code_1_0 {
  position: absolute;
  left: 412px;
}
.pneumoconiosis .dust_code_1_1 {
  position: absolute;
  left: 442px;
}
.pneumoconiosis .dust_code_1_2 {
  position: absolute;
  left: 471px;
}
.pneumoconiosis .dust_code_2_0 {
  position: absolute;
  left: 635px;
}
.pneumoconiosis .dust_code_2_1 {
  position: absolute;
  left: 664px;
}
.pneumoconiosis .dust_code_2_2 {
  position: absolute;
  left: 692px;
}
.pneumoconiosis .dust_code_3_0 {
  position: absolute;
  left: 846px;
}
.pneumoconiosis .dust_code_3_1 {
  position: absolute;
  left: 875px;
}
.pneumoconiosis .dust_code_3_2 {
  position: absolute;
  left: 904px;
}
.pneumoconiosis .dust_num_0_0 {
  position: absolute;
  left: 175px;
}
.pneumoconiosis .dust_num_0_1 {
  position: absolute;
  left: 205px;
}
.pneumoconiosis .dust_num_0_2 {
  position: absolute;
  left: 234px;
}
.pneumoconiosis .dust_num_0_3 {
  position: absolute;
  left: 263px;
}
.pneumoconiosis .dust_num_1_0 {
  position: absolute;
  left: 398px;
}
.pneumoconiosis .dust_num_1_1 {
  position: absolute;
  left: 427px;
}
.pneumoconiosis .dust_num_1_2 {
  position: absolute;
  left: 456px;
}
.pneumoconiosis .dust_num_1_3 {
  position: absolute;
  left: 485px;
}
.pneumoconiosis .dust_num_2_0 {
  position: absolute;
  left: 619px;
}
.pneumoconiosis .dust_num_2_1 {
  position: absolute;
  left: 648px;
}
.pneumoconiosis .dust_num_2_2 {
  position: absolute;
  left: 677px;
}
.pneumoconiosis .dust_num_2_3 {
  position: absolute;
  left: 706px;
}
.pneumoconiosis .dust_num_3_0 {
  position: absolute;
  left: 831px;
}
.pneumoconiosis .dust_num_3_1 {
  position: absolute;
  left: 860px;
}
.pneumoconiosis .dust_num_3_2 {
  position: absolute;
  left: 889px;
}
.pneumoconiosis .dust_num_3_3 {
  position: absolute;
  left: 917px;
}
.pneumoconiosis .dust_checkup_people_0_0 {
  position: absolute;
  left: 92px;
}
.pneumoconiosis .dust_checkup_people_0_1 {
  position: absolute;
  left: 121px;
}
.pneumoconiosis .dust_checkup_people_0_2 {
  position: absolute;
  left: 149px;
}
.pneumoconiosis .dust_checkup_people_1_0 {
  position: absolute;
  left: 277px;
}
.pneumoconiosis .dust_checkup_people_1_1 {
  position: absolute;
  left: 305px;
}
.pneumoconiosis .dust_checkup_people_1_2 {
  position: absolute;
  left: 334px;
}
.pneumoconiosis .dust_checkup_people_2_0 {
  position: absolute;
  left: 370px;
}
.pneumoconiosis .dust_checkup_people_2_1 {
  position: absolute;
  left: 399px;
}
.pneumoconiosis .dust_checkup_people_2_2 {
  position: absolute;
  left: 428px;
}
.pneumoconiosis .dust_checkup_people_3_0 {
  position: absolute;
  left: 465px;
}
.pneumoconiosis .dust_checkup_people_3_1 {
  position: absolute;
  left: 493px;
}
.pneumoconiosis .dust_checkup_people_3_2 {
  position: absolute;
  left: 522px;
}
.pneumoconiosis .dust_checkup_people_4_0 {
  position: absolute;
  left: 560px;
}
.pneumoconiosis .dust_checkup_people_4_1 {
  position: absolute;
  left: 588px;
}
.pneumoconiosis .dust_checkup_people_4_2 {
  position: absolute;
  left: 617px;
}
.pneumoconiosis .dust_checkup_people_5_0 {
  position: absolute;
  left: 653px;
}
.pneumoconiosis .dust_checkup_people_5_1 {
  position: absolute;
  left: 682px;
}
.pneumoconiosis .dust_checkup_people_5_2 {
  position: absolute;
  left: 710px;
}
.pneumoconiosis .dust_checkup_people_6_0 {
  position: absolute;
  left: 754px;
}
.pneumoconiosis .dust_checkup_people_6_1 {
  position: absolute;
  left: 785px;
}
.pneumoconiosis .dust_checkup_people_6_2 {
  position: absolute;
  left: 813px;
}
.pneumoconiosis .dust_checkup_people_7_0 {
  position: absolute;
  left: 861px;
}
.pneumoconiosis .dust_checkup_people_7_1 {
  position: absolute;
  left: 890px;
}
.pneumoconiosis .dust_checkup_people_7_2 {
  position: absolute;
  left: 918px;
}
.pneumoconiosis .pneumoconiosis_management_0_0 {
  position: absolute;
  left: 375px;
}
.pneumoconiosis .pneumoconiosis_management_0_1 {
  position: absolute;
  left: 404px;
}
.pneumoconiosis .pneumoconiosis_management_0_2 {
  position: absolute;
  left: 433px;
}
.pneumoconiosis .pneumoconiosis_management_0_3 {
  position: absolute;
  left: 461px;
}
.pneumoconiosis .pneumoconiosis_management_1_0 {
  position: absolute;
  left: 504px;
}
.pneumoconiosis .pneumoconiosis_management_1_1 {
  position: absolute;
  left: 532px;
}
.pneumoconiosis .pneumoconiosis_management_1_2 {
  position: absolute;
  left: 560px;
}
.pneumoconiosis .pneumoconiosis_management_2_0 {
  position: absolute;
  left: 605px;
}
.pneumoconiosis .pneumoconiosis_management_2_1 {
  position: absolute;
  left: 634px;
}
.pneumoconiosis .pneumoconiosis_management_3_0 {
  position: absolute;
  left: 676px;
}
.pneumoconiosis .pneumoconiosis_management_3_1 {
  position: absolute;
  left: 705px;
}
.pneumoconiosis .pneumoconiosis_management_4_0 {
  position: absolute;
  left: 749px;
}
.pneumoconiosis .pneumoconiosis_management_4_1 {
  position: absolute;
  left: 779px;
}
.pneumoconiosis .pneumoconiosis_management_5_0 {
  position: absolute;
  left: 820px;
}
.pneumoconiosis .pneumoconiosis_management_5_1 {
  position: absolute;
  left: 849px;
}
.pneumoconiosis .current_pneumoconiosis_checkup_0_0 {
  position: absolute;
  left: 275px;
}
.pneumoconiosis .current_pneumoconiosis_checkup_0_1 {
  position: absolute;
  left: 304px;
}
.pneumoconiosis .current_pneumoconiosis_checkup_0_2 {
  position: absolute;
  left: 333px;
}
.pneumoconiosis .current_pneumoconiosis_checkup_1_0 {
  position: absolute;
  left: 690px;
}
.pneumoconiosis .current_pneumoconiosis_checkup_1_1 {
  position: absolute;
  left: 720px;
}
.pneumoconiosis .current_pneumoconiosis_checkup_2_0 {
  position: absolute;
  left: 781px;
}
.pneumoconiosis .current_pneumoconiosis_checkup_2_1 {
  position: absolute;
  left: 811px;
}
.pneumoconiosis .current_pneumoconiosis_checkup_3_0 {
  position: absolute;
  left: 877px;
}
.pneumoconiosis .current_pneumoconiosis_checkup_3_1 {
  position: absolute;
  left: 906px;
}
.pneumoconiosis .pneumoconiosis_detail_0_0 {
  position: absolute;
  left: 142px;
}
.pneumoconiosis .pneumoconiosis_detail_0_1 {
  position: absolute;
  left: 171px;
}
.pneumoconiosis .pneumoconiosis_detail_0_2 {
  position: absolute;
  left: 199px;
}
.pneumoconiosis .pneumoconiosis_detail_0_3 {
  position: absolute;
  left: 227px;
}
.pneumoconiosis .pneumoconiosis_detail_1_0 {
  position: absolute;
  left: 422px;
}
.pneumoconiosis .pneumoconiosis_detail_1_1 {
  position: absolute;
  left: 451px;
}
.pneumoconiosis .pneumoconiosis_detail_2_0 {
  position: absolute;
  left: 518px;
}
.pneumoconiosis .pneumoconiosis_detail_2_1 {
  position: absolute;
  left: 546px;
}
.pneumoconiosis .pneumoconiosis_detail_3_0 {
  position: absolute;
  left: 610px;
}
.pneumoconiosis .pneumoconiosis_detail_3_1 {
  position: absolute;
  left: 639px;
}
.pneumoconiosis .pneumoconiosis_detail_4_0 {
  position: absolute;
  left: 704px;
}
.pneumoconiosis .pneumoconiosis_detail_4_1 {
  position: absolute;
  left: 733px;
}
.pneumoconiosis .pneumoconiosis_detail_5_0 {
  position: absolute;
  left: 799px;
}
.pneumoconiosis .pneumoconiosis_detail_5_1 {
  position: absolute;
  left: 828px;
}
.pneumoconiosis .pneumoconiosis_detail_6_0 {
  position: absolute;
  left: 894px;
}
.pneumoconiosis .pneumoconiosis_detail_6_1 {
  position: absolute;
  left: 923px;
}
.pneumoconiosis .doctor_name {
  position: absolute;
  font-size: 16px;
  top: 1154px;
  left: 139px;
  height: 30px;
  width: 350px;
}
.pneumoconiosis .doctor_checkup_institution {
  position: absolute;
  font-size: 8px;
  top: 1179px;
  left: 219px;
  height: 35px;
  width: 270px;
}
.pneumoconiosis .signature_year {
  position: absolute;
  font-size: 14px;
  letter-spacing: 0;
  top: 1235px;
  left: 165px;
  height: 40px;
  width: 50px;
}
.pneumoconiosis .signature_month {
  position: absolute;
  font-size: 14px;
  letter-spacing: 0;
  top: 1235px;
  left: 222px;
  height: 40px;
  width: 50px;
}
.pneumoconiosis .signature_day {
  position: absolute;
  font-size: 14px;
  letter-spacing: 0;
  top: 1235px;
  left: 266px;
  height: 40px;
  width: 50px;
}
.pneumoconiosis .signature {
  position: absolute;
  font-weight: bold;
  font-size: 14px;
  top: 1266px;
  left: 502px;
  height: 80px;
  width: 204px;
}
.pneumoconiosis .district {
  position: absolute;
  text-align: center;
  font-size: 16px;
  top: 1315px;
  left: 92px;
  height: 30px;
  width: 80px;
}

.ionizing_radiation .img1 {
  width: 1000px;
  height: 1400px;
  background-image: url(/wellgo/assets/roukisho_report/ionizing_radiation-eae8b17f102f76ff1883d07448cae94ab1e79d3ea0530f91160331d638d76412.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.ionizing_radiation .img2 {
  width: 1000px;
  height: 1400px;
  background-image: url(/wellgo/assets/roukisho_report/ionizing_radiation2-d3af3764d62b2d0685e6e544ad5212726b89cf57871543cd03b6e8e7081ca3a8.png);
  background-position: 10px 60px;
  background-size: contain;
  background-repeat: no-repeat;
}
.ionizing_radiation .labor_num_1_2 {
  position: absolute;
  top: 105px;
  left: 427px;
}
.ionizing_radiation .labor_num_3 {
  position: absolute;
  top: 105px;
  left: 485px;
}
.ionizing_radiation .labor_num_4_5 {
  position: absolute;
  top: 105px;
  left: 514px;
}
.ionizing_radiation .labor_num_6_11 {
  position: absolute;
  top: 105px;
  left: 569px;
}
.ionizing_radiation .labor_num_12_14 {
  position: absolute;
  top: 105px;
  left: 739px;
}
.ionizing_radiation .labor_num_15_18 {
  position: absolute;
  top: 105px;
  left: 823px;
}
.ionizing_radiation .era_num {
  position: absolute;
  top: 164px;
  left: 160px;
  height: 40px;
  width: 20px;
}
.ionizing_radiation .era_year {
  position: absolute;
  top: 164px;
  left: 176px;
  height: 40px;
  width: 60px;
  text-align: right;
}
.ionizing_radiation .last_checkup_era_num {
  position: absolute;
  top: 164px;
  left: 739px;
  height: 40px;
  width: 20px;
}
.ionizing_radiation .last_checkup_era_year {
  position: absolute;
  top: 164px;
  left: 712px;
  height: 40px;
  width: 50px;
  text-align: right;
}
.ionizing_radiation .last_checkup_month {
  position: absolute;
  top: 164px;
  left: 822px;
  width: 50px;
  text-align: right;
}
.ionizing_radiation .last_checkup_date {
  position: absolute;
  top: 164px;
  left: 878px;
  width: 50px;
  text-align: right;
}
.ionizing_radiation .business_type {
  position: absolute;
  font-size: 16px;
  top: 239px;
  left: 170px;
}
.ionizing_radiation .workplace_full_name {
  position: absolute;
  font-size: 14px;
  top: 238px;
  left: 672px;
  height: 40px;
  width: 308px;
  display: table;
}
.ionizing_radiation .workplace_address {
  position: absolute;
  font-size: 12px;
  top: 302px;
  left: 160px;
  height: 23px;
  width: 518px;
}
.ionizing_radiation .postcode {
  position: absolute;
  font-size: 16px;
  top: 278px;
  left: 234px;
}
.ionizing_radiation .phone_num1 {
  position: absolute;
  font-size: 16px;
  top: 332px;
  left: 810px;
  width: 43px;
}
.ionizing_radiation .phone_num2 {
  position: absolute;
  font-size: 16px;
  top: 332px;
  left: 860px;
  width: 43px;
}
.ionizing_radiation .phone_num3 {
  position: absolute;
  font-size: 16px;
  top: 332px;
  left: 900px;
  width: 43px;
}
.ionizing_radiation .checkup_institution_name {
  position: absolute;
  font-size: 11px;
  top: 365px;
  left: 180px;
  height: 30px;
  width: 358px;
  display: table;
}
.ionizing_radiation .checkup_institution_address {
  position: absolute;
  font-size: 11px;
  top: 390px;
  left: 180px;
  height: 30px;
  width: 358px;
  display: table;
}
.ionizing_radiation .num_employees {
  position: absolute;
  text-align: right;
  font-size: 30px;
  top: 373px;
  left: 718px;
  height: 40px;
  width: 150px;
}
.ionizing_radiation .gender_total_code_0 {
  position: absolute;
  top: 493px;
  left: 180px;
}
.ionizing_radiation .gender_total_code_1 {
  position: absolute;
  top: 493px;
  left: 272px;
}
.ionizing_radiation .gender_total_code_2 {
  position: absolute;
  top: 562px;
  left: 180px;
}
.ionizing_radiation .gender_total_code_3 {
  position: absolute;
  top: 562px;
  left: 272px;
}
.ionizing_radiation .participar_0_0 {
  position: absolute;
  top: 471px;
  left: 379px;
}
.ionizing_radiation .participar_0_1 {
  position: absolute;
  top: 471px;
  left: 408px;
}
.ionizing_radiation .participar_0_2 {
  position: absolute;
  top: 471px;
  left: 436px;
}
.ionizing_radiation .participar_0_3 {
  position: absolute;
  top: 471px;
  left: 465px;
}
.ionizing_radiation .participar_1_0 {
  position: absolute;
  top: 543px;
  left: 379px;
}
.ionizing_radiation .participar_1_1 {
  position: absolute;
  top: 543px;
  left: 408px;
}
.ionizing_radiation .participar_1_2 {
  position: absolute;
  top: 543px;
  left: 436px;
}
.ionizing_radiation .participar_1_3 {
  position: absolute;
  top: 543px;
  left: 465px;
}
.ionizing_radiation .item_name {
  position: absolute;
  top: 552px;
  left: 610px;
}
.ionizing_radiation .source_0_0 {
  position: absolute;
  left: 607px;
}
.ionizing_radiation .source_0_1 {
  position: absolute;
  left: 635px;
}
.ionizing_radiation .source_1_0 {
  position: absolute;
  left: 705px;
}
.ionizing_radiation .source_1_1 {
  position: absolute;
  left: 733px;
}
.ionizing_radiation .source_2_0 {
  position: absolute;
  left: 805px;
}
.ionizing_radiation .source_2_1 {
  position: absolute;
  left: 833px;
}
.ionizing_radiation .effective_dose_male {
  position: absolute;
  left: 234px;
}
.ionizing_radiation .effective_dose_female {
  position: absolute;
  left: 327px;
}
.ionizing_radiation .effective_dose_total_0 {
  position: absolute;
  left: 239px;
}
.ionizing_radiation .effective_dose_total_1 {
  position: absolute;
  left: 267px;
}
.ionizing_radiation .effective_dose_total_2 {
  position: absolute;
  left: 295px;
}
.ionizing_radiation .effective_dose_total_3 {
  position: absolute;
  left: 323px;
}
.ionizing_radiation .effective_lens_male {
  position: absolute;
  left: 522px;
}
.ionizing_radiation .effective_lens_female {
  position: absolute;
  left: 606px;
}
.ionizing_radiation .effective_lens_total_0 {
  position: absolute;
  left: 522px;
}
.ionizing_radiation .effective_lens_total_1 {
  position: absolute;
  left: 551px;
}
.ionizing_radiation .effective_lens_total_2 {
  position: absolute;
  left: 578px;
}
.ionizing_radiation .effective_lens_total_3 {
  position: absolute;
  left: 607px;
}
.ionizing_radiation .effective_dose_skin_male {
  position: absolute;
  left: 803px;
}
.ionizing_radiation .effective_dose_skin_female {
  position: absolute;
  left: 887px;
}
.ionizing_radiation .effective_dose_skin_total_0 {
  position: absolute;
  left: 804px;
}
.ionizing_radiation .effective_dose_skin_total_1 {
  position: absolute;
  left: 833px;
}
.ionizing_radiation .effective_dose_skin_total_2 {
  position: absolute;
  left: 860px;
}
.ionizing_radiation .effective_dose_skin_total_3 {
  position: absolute;
  left: 889px;
}
.ionizing_radiation .doctor_name {
  position: absolute;
  font-size: 16px;
  top: 1092px;
  left: 256px;
  height: 30px;
  width: 350px;
}
.ionizing_radiation .doctor_checkup_institution {
  position: absolute;
  font-size: 8px;
  top: 1119px;
  left: 359px;
  height: 35px;
  width: 270px;
}
.ionizing_radiation .signature_year {
  position: absolute;
  font-size: 14px;
  letter-spacing: 0;
  top: 1184px;
  left: 107px;
  height: 40px;
  width: 50px;
}
.ionizing_radiation .signature_month {
  position: absolute;
  font-size: 14px;
  letter-spacing: 0;
  top: 1184px;
  left: 172px;
  height: 40px;
  width: 50px;
}
.ionizing_radiation .signature_day {
  position: absolute;
  font-size: 14px;
  letter-spacing: 0;
  top: 1184px;
  left: 233px;
  height: 40px;
  width: 50px;
}
.ionizing_radiation .signature {
  position: absolute;
  font-weight: bold;
  font-size: 14px;
  top: 1184px;
  left: 508px;
  height: 80px;
  width: 204px;
}
.ionizing_radiation .district {
  position: absolute;
  text-align: center;
  font-size: 16px;
  top: 1269px;
  left: 40px;
  height: 30px;
  width: 80px;
}

.asbestos .img1 {
  width: 1000px;
  height: 1400px;
  background-image: url(/wellgo/assets/roukisho_report/asbestos-dead37f1bc9f08ec80f738a42c60218fab3b60bab6174e379cb5c2d77af33eb4.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.asbestos .img2 {
  width: 1000px;
  height: 1400px;
  background-image: url(/wellgo/assets/roukisho_report/asbestos2-ab69d7d1d25c4526e1cac03c0a2054af5393e2cfcb19092e400403855b11f735.png);
  background-position: 10px 60px;
  background-size: contain;
  background-repeat: no-repeat;
}
.asbestos .labor_num_1_2 {
  position: absolute;
  top: 207px;
  left: 173px;
}
.asbestos .labor_num_3 {
  position: absolute;
  top: 207px;
  left: 229px;
}
.asbestos .labor_num_4_5 {
  position: absolute;
  top: 207px;
  left: 256px;
}
.asbestos .labor_num_6_11 {
  position: absolute;
  top: 207px;
  left: 315px;
}
.asbestos .labor_num_12_14 {
  position: absolute;
  top: 207px;
  left: 483px;
}
.asbestos .labor_num_15_18 {
  position: absolute;
  top: 207px;
  left: 569px;
}
.asbestos .era_num {
  position: absolute;
  top: 431px;
  left: 234px;
  height: 40px;
  width: 20px;
}
.asbestos .era_year {
  position: absolute;
  top: 431px;
  left: 250px;
  height: 40px;
  width: 60px;
  text-align: right;
}
.asbestos .last_checkup_era_num {
  position: absolute;
  top: 431px;
  left: 747px;
  height: 40px;
  width: 20px;
}
.asbestos .last_checkup_era_year {
  position: absolute;
  top: 431px;
  left: 712px;
  height: 40px;
  width: 50px;
  text-align: right;
}
.asbestos .last_checkup_month {
  position: absolute;
  top: 431px;
  left: 831px;
  width: 50px;
  text-align: right;
}
.asbestos .last_checkup_date {
  position: absolute;
  top: 431px;
  left: 887px;
  width: 50px;
  text-align: right;
}
.asbestos .business_type {
  position: absolute;
  font-size: 16px;
  top: 280px;
  left: 683px;
}
.asbestos .workplace_full_name {
  position: absolute;
  font-size: 14px;
  top: 280px;
  left: 173px;
  height: 40px;
  width: 308px;
  display: table;
}
.asbestos .workplace_address {
  position: absolute;
  font-size: 12px;
  top: 344px;
  left: 163px;
  height: 23px;
  width: 518px;
}
.asbestos .postcode {
  position: absolute;
  font-size: 16px;
  top: 322px;
  left: 254px;
}
.asbestos .phone_num1 {
  position: absolute;
  font-size: 16px;
  top: 387px;
  left: 767px;
  width: 43px;
}
.asbestos .phone_num2 {
  position: absolute;
  font-size: 16px;
  top: 387px;
  left: 820px;
  width: 43px;
}
.asbestos .phone_num3 {
  position: absolute;
  font-size: 16px;
  top: 387px;
  left: 860px;
  width: 43px;
}
.asbestos .checkup_institution_name {
  position: absolute;
  font-size: 11px;
  top: 494px;
  left: 230px;
  height: 30px;
  width: 358px;
  display: table;
}
.asbestos .checkup_institution_address {
  position: absolute;
  font-size: 11px;
  top: 545px;
  left: 230px;
  height: 30px;
  width: 358px;
  display: table;
}
.asbestos .num_employees {
  position: absolute;
  text-align: right;
  font-size: 30px;
  top: 200px;
  left: 738px;
  height: 40px;
  width: 150px;
}
.asbestos .participar_0_0 {
  position: absolute;
  top: 471px;
  left: 379px;
}
.asbestos .participar_0_1 {
  position: absolute;
  top: 471px;
  left: 408px;
}
.asbestos .participar_0_2 {
  position: absolute;
  top: 471px;
  left: 436px;
}
.asbestos .participar_0_3 {
  position: absolute;
  top: 471px;
  left: 465px;
}
.asbestos .participar_1_0 {
  position: absolute;
  top: 543px;
  left: 379px;
}
.asbestos .participar_1_1 {
  position: absolute;
  top: 543px;
  left: 408px;
}
.asbestos .participar_1_2 {
  position: absolute;
  top: 543px;
  left: 436px;
}
.asbestos .participar_1_3 {
  position: absolute;
  top: 543px;
  left: 465px;
}
.asbestos .source_0_0 {
  position: absolute;
  left: 607px;
}
.asbestos .source_0_1 {
  position: absolute;
  left: 635px;
}
.asbestos .source_1_0 {
  position: absolute;
  left: 705px;
}
.asbestos .source_1_1 {
  position: absolute;
  left: 733px;
}
.asbestos .source_2_0 {
  position: absolute;
  left: 805px;
}
.asbestos .source_2_1 {
  position: absolute;
  left: 833px;
}
.asbestos .ionizing_radiation_0_0 {
  position: absolute;
  left: 239px;
}
.asbestos .ionizing_radiation_0_1 {
  position: absolute;
  left: 267px;
}
.asbestos .ionizing_radiation_0_2 {
  position: absolute;
  left: 295px;
}
.asbestos .ionizing_radiation_0_3 {
  position: absolute;
  left: 323px;
}
.asbestos .ionizing_radiation_1_0 {
  position: absolute;
  left: 521px;
}
.asbestos .ionizing_radiation_1_1 {
  position: absolute;
  left: 550px;
}
.asbestos .ionizing_radiation_1_2 {
  position: absolute;
  left: 578px;
}
.asbestos .ionizing_radiation_1_3 {
  position: absolute;
  left: 606px;
}
.asbestos .ionizing_radiation_2_0 {
  position: absolute;
  left: 803px;
}
.asbestos .ionizing_radiation_2_1 {
  position: absolute;
  left: 832px;
}
.asbestos .ionizing_radiation_2_2 {
  position: absolute;
  left: 860px;
}
.asbestos .ionizing_radiation_2_3 {
  position: absolute;
  left: 888px;
}
.asbestos .asbestos_code_0_0 {
  position: absolute;
  left: 465px;
}
.asbestos .asbestos_code_0_1 {
  position: absolute;
  left: 494px;
}
.asbestos .asbestos_code_1_0 {
  position: absolute;
  left: 676px;
}
.asbestos .asbestos_code_1_1 {
  position: absolute;
  left: 705px;
}
.asbestos .asbestos_code_2_0 {
  position: absolute;
  left: 888px;
}
.asbestos .asbestos_code_2_1 {
  position: absolute;
  left: 918px;
}
.asbestos .asbestos_description_0 {
  position: absolute;
  left: 378px;
}
.asbestos .asbestos_description_1 {
  position: absolute;
  left: 582px;
}
.asbestos .asbestos_description_2 {
  position: absolute;
  left: 793px;
}
.asbestos .asbestos_total_num_0_0 {
  position: absolute;
  left: 375px;
}
.asbestos .asbestos_total_num_0_1 {
  position: absolute;
  left: 404px;
}
.asbestos .asbestos_total_num_0_2 {
  position: absolute;
  left: 432px;
}
.asbestos .asbestos_total_num_0_3 {
  position: absolute;
  left: 460px;
}
.asbestos .asbestos_total_num_1_0 {
  position: absolute;
  left: 587px;
}
.asbestos .asbestos_total_num_1_1 {
  position: absolute;
  left: 615px;
}
.asbestos .asbestos_total_num_1_2 {
  position: absolute;
  left: 644px;
}
.asbestos .asbestos_total_num_1_3 {
  position: absolute;
  left: 672px;
}
.asbestos .asbestos_total_num_2_0 {
  position: absolute;
  left: 794px;
}
.asbestos .asbestos_total_num_2_1 {
  position: absolute;
  left: 823px;
}
.asbestos .asbestos_total_num_2_2 {
  position: absolute;
  left: 851px;
}
.asbestos .asbestos_total_num_2_3 {
  position: absolute;
  left: 879px;
}
.asbestos .doctor_name {
  position: absolute;
  font-size: 16px;
  top: 1146px;
  left: 307px;
  height: 30px;
  width: 350px;
}
.asbestos .doctor_checkup_institution {
  position: absolute;
  font-size: 8px;
  top: 1174px;
  left: 399px;
  height: 35px;
  width: 270px;
}
.asbestos .signature_year {
  position: absolute;
  font-size: 14px;
  letter-spacing: 0;
  top: 1254px;
  left: 167px;
  height: 40px;
  width: 50px;
}
.asbestos .signature_month {
  position: absolute;
  font-size: 14px;
  letter-spacing: 0;
  top: 1254px;
  left: 230px;
  height: 40px;
  width: 50px;
}
.asbestos .signature_day {
  position: absolute;
  font-size: 14px;
  letter-spacing: 0;
  top: 1254px;
  left: 275px;
  height: 40px;
  width: 50px;
}
.asbestos .signature {
  position: absolute;
  font-weight: bold;
  font-size: 14px;
  top: 1283px;
  left: 496px;
  height: 80px;
  width: 204px;
}
.asbestos .district {
  position: absolute;
  text-align: center;
  font-size: 16px;
  top: 1322px;
  left: 65px;
  height: 30px;
  width: 80px;
}

.optional .img1 {
  width: 1000px;
  height: 1400px;
  background-image: url(/wellgo/assets/roukisho_report/optional-8680fe37744ce16e86df14d93c63ef2b97d645688c59a3c869774067ac9b327f.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.optional .img2 {
  width: 1000px;
  height: 1400px;
  background-image: url(/wellgo/assets/roukisho_report/optional2-87d60e3d6c9f68a0a65fb3298b3c7824268161dd228e83d5c6d30fcc46fb4bb7.png);
  background-position: 10px 60px;
  background-size: contain;
  background-repeat: no-repeat;
}
.optional .labor_num_1_2 {
  position: absolute;
  top: 180px;
  left: 171px;
}
.optional .labor_num_3 {
  position: absolute;
  top: 180px;
  left: 229px;
}
.optional .labor_num_4_5 {
  position: absolute;
  top: 180px;
  left: 258px;
}
.optional .labor_num_6_11 {
  position: absolute;
  top: 180px;
  left: 314px;
}
.optional .labor_num_12_14 {
  position: absolute;
  top: 180px;
  left: 484px;
}
.optional .labor_num_15_18 {
  position: absolute;
  top: 180px;
  left: 568px;
}
.optional .era_num {
  position: absolute;
  top: 412px;
  left: 235px;
  height: 40px;
  width: 20px;
}
.optional .era_year {
  position: absolute;
  top: 412px;
  left: 251px;
  height: 40px;
  width: 60px;
  text-align: right;
}
.optional .last_checkup_era_num {
  position: absolute;
  top: 412px;
  left: 749px;
  height: 40px;
  width: 20px;
}
.optional .last_checkup_era_year {
  position: absolute;
  top: 412px;
  left: 720px;
  height: 40px;
  width: 50px;
  text-align: right;
}
.optional .last_checkup_month {
  position: absolute;
  top: 412px;
  left: 831px;
  width: 50px;
  text-align: right;
}
.optional .last_checkup_date {
  position: absolute;
  top: 412px;
  left: 887px;
  width: 50px;
  text-align: right;
}
.optional .business_type {
  position: absolute;
  font-size: 16px;
  top: 263px;
  left: 690px;
}
.optional .workplace_full_name {
  position: absolute;
  font-size: 14px;
  top: 263px;
  left: 179px;
  height: 40px;
  width: 308px;
  display: table;
}
.optional .postcode {
  position: absolute;
  font-size: 16px;
  top: 308px;
  left: 256px;
}
.optional .workplace_address {
  position: absolute;
  font-size: 12px;
  top: 332px;
  left: 165px;
  height: 23px;
  width: 518px;
}
.optional .phone_num1 {
  position: absolute;
  font-size: 16px;
  top: 367px;
  left: 769px;
  width: 43px;
}
.optional .phone_num2 {
  position: absolute;
  font-size: 16px;
  top: 367px;
  left: 820px;
  width: 43px;
}
.optional .phone_num3 {
  position: absolute;
  font-size: 16px;
  top: 367px;
  left: 860px;
  width: 43px;
}
.optional .checkup_institution_name {
  position: absolute;
  font-size: 11px;
  top: 479px;
  left: 235px;
  height: 30px;
  width: 358px;
  display: table;
}
.optional .checkup_institution_address {
  position: absolute;
  font-size: 11px;
  top: 535px;
  left: 235px;
  height: 30px;
  width: 358px;
  display: table;
}
.optional .num_employees {
  position: absolute;
  text-align: right;
  font-size: 30px;
  top: 185px;
  left: 750px;
  height: 40px;
  width: 150px;
}
.optional .business_code_0_0 {
  position: absolute;
  left: 471px;
}
.optional .business_code_0_1 {
  position: absolute;
  left: 499px;
}
.optional .business_code_1_0 {
  position: absolute;
  left: 676px;
}
.optional .business_code_1_1 {
  position: absolute;
  left: 706px;
}
.optional .business_code_2_0 {
  position: absolute;
  left: 885px;
}
.optional .business_code_2_1 {
  position: absolute;
  left: 914px;
}
.optional .description_0 {
  position: absolute;
  left: 378px;
}
.optional .description_1 {
  position: absolute;
  left: 584px;
}
.optional .description_2 {
  position: absolute;
  left: 793px;
}
.optional .total_num_0_0 {
  position: absolute;
  left: 379px;
}
.optional .total_num_0_1 {
  position: absolute;
  left: 408px;
}
.optional .total_num_0_2 {
  position: absolute;
  left: 436px;
}
.optional .total_num_0_3 {
  position: absolute;
  left: 464px;
}
.optional .total_num_1_0 {
  position: absolute;
  left: 587px;
}
.optional .total_num_1_1 {
  position: absolute;
  left: 616px;
}
.optional .total_num_1_2 {
  position: absolute;
  left: 645px;
}
.optional .total_num_1_3 {
  position: absolute;
  left: 672px;
}
.optional .total_num_2_0 {
  position: absolute;
  left: 794px;
}
.optional .total_num_2_1 {
  position: absolute;
  left: 824px;
}
.optional .total_num_2_2 {
  position: absolute;
  left: 854px;
}
.optional .total_num_2_3 {
  position: absolute;
  left: 880px;
}
.optional .doctor_name {
  position: absolute;
  font-size: 16px;
  top: 1156px;
  left: 133px;
  height: 30px;
  width: 350px;
}
.optional .doctor_checkup_institution {
  position: absolute;
  font-size: 8px;
  top: 1184px;
  left: 230px;
  height: 35px;
  width: 270px;
}
.optional .signature_year {
  position: absolute;
  font-size: 14px;
  letter-spacing: 0;
  top: 1263px;
  left: 165px;
  height: 40px;
  width: 50px;
}
.optional .signature_month {
  position: absolute;
  font-size: 14px;
  letter-spacing: 0;
  top: 1263px;
  left: 225px;
  height: 40px;
  width: 50px;
}
.optional .signature_day {
  position: absolute;
  font-size: 14px;
  letter-spacing: 0;
  top: 1263px;
  left: 273px;
  height: 40px;
  width: 50px;
}
.optional .signature {
  position: absolute;
  font-weight: bold;
  font-size: 14px;
  top: 1293px;
  left: 474px;
  height: 80px;
  width: 204px;
}
.optional .district {
  position: absolute;
  text-align: center;
  font-size: 16px;
  top: 1325px;
  left: 92px;
  height: 30px;
  width: 80px;
}

.dental .img1 {
  width: 1000px;
  height: 1400px;
  background-image: url(/wellgo/assets/roukisho_report/dental-3efbbb7824dcd92b05fe96e7f00f72588c339150f578bb32912bdbaa7ce99451.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.dental .img2 {
  width: 1000px;
  height: 1400px;
  background-image: url(/wellgo/assets/roukisho_report/dental2-09936a893a0398313aae4c4ccd8a2fe5f02760a769efcffc3c3859255e6e6fc6.png);
  background-position: 10px 60px;
  background-size: contain;
  background-repeat: no-repeat;
}
.dental .labor_num_1_2 {
  position: absolute;
  top: 185px;
  left: 145px;
}
.dental .labor_num_3 {
  position: absolute;
  top: 185px;
  left: 203px;
}
.dental .labor_num_4_5 {
  position: absolute;
  top: 185px;
  left: 232px;
}
.dental .labor_num_6_11 {
  position: absolute;
  top: 185px;
  left: 289px;
}
.dental .labor_num_12_14 {
  position: absolute;
  top: 185px;
  left: 457px;
}
.dental .labor_num_15_18 {
  position: absolute;
  top: 185px;
  left: 543px;
}
.dental .era_num {
  position: absolute;
  top: 253px;
  left: 242px;
  height: 40px;
  width: 20px;
}
.dental .era_year {
  position: absolute;
  top: 253px;
  left: 258px;
  height: 40px;
  width: 60px;
  text-align: right;
}
.dental .last_checkup_era_num {
  position: absolute;
  top: 253px;
  left: 726px;
  height: 40px;
  width: 20px;
}
.dental .last_checkup_era_year {
  position: absolute;
  top: 253px;
  left: 710px;
  height: 40px;
  width: 50px;
  text-align: right;
}
.dental .last_checkup_month {
  position: absolute;
  top: 253px;
  left: 810px;
  width: 50px;
  text-align: right;
}
.dental .last_checkup_date {
  position: absolute;
  top: 253px;
  left: 866px;
  width: 50px;
  text-align: right;
}
.dental .business_type {
  position: absolute;
  font-size: 16px;
  top: 330px;
  left: 165px;
}
.dental .workplace_full_name {
  position: absolute;
  font-size: 14px;
  top: 330px;
  left: 675px;
  height: 40px;
  width: 308px;
  display: table;
}
.dental .postcode {
  position: absolute;
  font-size: 16px;
  top: 374px;
  left: 242px;
}
.dental .workplace_address {
  position: absolute;
  font-size: 12px;
  top: 395px;
  left: 149px;
  height: 23px;
  width: 518px;
}
.dental .phone_num1 {
  position: absolute;
  font-size: 16px;
  top: 397px;
  left: 752px;
  width: 43px;
}
.dental .phone_num2 {
  position: absolute;
  font-size: 16px;
  top: 397px;
  left: 806px;
  width: 43px;
}
.dental .phone_num3 {
  position: absolute;
  font-size: 16px;
  top: 397px;
  left: 846px;
  width: 43px;
}
.dental .checkup_institution_name {
  position: absolute;
  font-size: 11px;
  top: 452px;
  left: 213px;
  height: 30px;
  width: 358px;
  display: table;
}
.dental .checkup_institution_address {
  position: absolute;
  font-size: 11px;
  top: 503px;
  left: 213px;
  height: 30px;
  width: 358px;
  display: table;
}
.dental .num_employees_0 {
  position: absolute;
  text-align: right;
  font-size: 30px;
  left: 632px;
  height: 40px;
  width: 150px;
}
.dental .num_employees_1 {
  position: absolute;
  text-align: right;
  font-size: 30px;
  left: 661px;
  height: 40px;
  width: 150px;
}
.dental .num_employees_2 {
  position: absolute;
  text-align: right;
  font-size: 30px;
  left: 690px;
  height: 40px;
  width: 150px;
}
.dental .num_employees_3 {
  position: absolute;
  text-align: right;
  font-size: 30px;
  left: 719px;
  height: 40px;
  width: 150px;
}
.dental .num_employees_4 {
  position: absolute;
  text-align: right;
  font-size: 30px;
  left: 747px;
  height: 40px;
  width: 150px;
}
.dental .dental_employees_0 {
  position: absolute;
  left: 546px;
}
.dental .dental_employees_1 {
  position: absolute;
  left: 574px;
}
.dental .dental_employees_2 {
  position: absolute;
  left: 602px;
}
.dental .dental_employees_3 {
  position: absolute;
  left: 630px;
}
.dental .dental_employees_4 {
  position: absolute;
  left: 658px;
}
.dental .doctor_name {
  position: absolute;
  font-size: 16px;
  top: 993px;
  left: 116px;
  height: 30px;
  width: 350px;
}
.dental .doctor_checkup_institution {
  position: absolute;
  font-size: 8px;
  top: 1024px;
  left: 218px;
  height: 35px;
  width: 270px;
}
.dental .signature_year {
  position: absolute;
  font-size: 14px;
  letter-spacing: 0;
  top: 1138px;
  left: 144px;
  height: 40px;
  width: 50px;
}
.dental .signature_month {
  position: absolute;
  font-size: 14px;
  letter-spacing: 0;
  top: 1138px;
  left: 209px;
  height: 40px;
  width: 50px;
}
.dental .signature_day {
  position: absolute;
  font-size: 14px;
  letter-spacing: 0;
  top: 1138px;
  left: 254px;
  height: 40px;
  width: 50px;
}
.dental .signature {
  position: absolute;
  font-weight: bold;
  font-size: 14px;
  top: 1165px;
  left: 454px;
  height: 80px;
  width: 204px;
}
.dental .district {
  position: absolute;
  text-align: center;
  font-size: 16px;
  top: 1200px;
  left: 83px;
  height: 30px;
  width: 80px;
}

#reward-points-ref th:first-child {
  width: 150px;
}

#preview-user-list .m_200 {
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#preview-user-list .m_500 {
  max-width: 500px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* mypage */
/* stress_check_stats */
.nav-tabs, #scenes {
  font-size: 16px;
}
.nav-tabs .border-radius-start, #scenes .border-radius-start {
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
}
.nav-tabs .border-radius-start .border-radius-item-start, #scenes .border-radius-start .border-radius-item-start {
  border-top-left-radius: 7px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 0;
}
.nav-tabs .border-radius-mid .border-radius-item-mid, #scenes .border-radius-mid .border-radius-item-mid {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.nav-tabs .border-radius-end, #scenes .border-radius-end {
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
}
.nav-tabs .border-radius-end .border-radius-item-end, #scenes .border-radius-end .border-radius-item-end {
  border-top-right-radius: 7px;
  border-top-left-radius: 0;
  border-bottom-right-radius: 7px;
}
.nav-tabs .item-tab-not-active, #scenes .item-tab-not-active {
  background-color: white;
  border: #71c78c 1px solid;
}
.nav-tabs .item-tab-not-active .nav-link-scene.active, #scenes .item-tab-not-active .nav-link-scene.active {
  background-color: #71c78c !important;
}

.circle-loader {
  margin-bottom: 3.5em;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-left-color: #5cb85c;
  animation: loader-spin 1.2s infinite linear;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  width: 7em;
  height: 7em;
}

.load-complete {
  -webkit-animation: none;
  animation: none;
  border-color: #5cb85c;
  border-width: 2px;
  transition: border 500ms ease-out;
}

.checkmark {
  display: none;
}
.checkmark.draw::after {
  animation-duration: 800ms;
  animation-timing-function: ease;
  animation-name: checkmark;
  transform: scaleX(-1) rotate(135deg);
}
.checkmark::after {
  opacity: 1;
  height: 3.5em;
  width: 1.75em;
  transform-origin: left top;
  border-right: 4px solid #5cb85c;
  border-top: 4px solid #5cb85c;
  content: "";
  left: 1.75em;
  top: 3.5em;
  position: absolute;
}

@keyframes loader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 1.75em;
    opacity: 1;
  }
  40% {
    height: 3.5em;
    width: 1.75em;
    opacity: 1;
  }
  100% {
    height: 3.5em;
    width: 1.75em;
    opacity: 1;
  }
}
#scene_group .btn-outline-success:hover {
  background: #147834;
  border-color: #147834;
}
#scene_group .btn-success {
  background: #1ba447;
  border-color: #1ba447;
}
#scene_group .input-name-group {
  background-color: #f7f8fa;
  padding: 2px 15px;
}
#scene_group .padding-btn-scene-group {
  padding: 2px 36px;
}
#scene_group span.select2.select2-container.select2-container--bootstrap {
  width: 300px !important;
}

.input-material {
  outline: 0;
  border: 0;
  border-bottom: 2px #9ea5a1 solid;
  display: block;
  width: 100%;
  font-size: 15px;
  color: #000;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.input-group input:focus,
.input-group input:valid,
.input-group textarea:focus,
.input-group textarea:valid {
  outline: 0;
  border-bottom-color: #9ea5a1;
}

#scenes .select__tab {
  display: block;
  width: 100%;
  font-size: 17px;
  border: 1px solid #70c88c;
  border-radius: 7px;
  color: #70c88c;
  outline: 0;
  padding: 3px 10px;
}
#scenes .scene-input {
  outline: 0;
  border: 0;
  border-bottom: 2px #000 solid;
  display: block;
  width: 100%;
  font-size: 18px;
  padding: 5px 15px;
  color: #000;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-color: #9ea5a1;
}
#scenes .btn-media {
  width: 28%;
  padding: 2px 7px;
  border: #000 1px solid;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#scenes .input-media {
  background-color: #e1f3e7;
}
#scenes .text-area-material {
  padding: 10px 15px !important;
}
#scenes .input-scene-name {
  padding: 2px 15px;
}
#scenes .btn-move {
  font-size: 30px;
  color: #727272;
}
#scenes .remove-scene {
  font-size: 32px;
  color: #fc7e71;
}
#scenes textarea {
  height: 120px;
}
#scenes .comment_en_area {
  height: 134px;
}
#scenes .contents-photo-image .image-character {
  border-style: solid;
  border-color: #70c88c;
  border-width: 1px;
  border-radius: 15px;
  display: inline-block;
  height: 143px;
  width: 175px;
  margin-bottom: 50px;
  z-index: 1;
  position: absolute;
  top: -23px;
  left: 0;
}
#scenes .contents-photo-image .image-character .label-contents-photo-img {
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: absolute;
}
#scenes .contents-photo-image .image-character .thumbnail_label {
  position: absolute;
  top: -24px;
}
#scenes .contents-photo-image .image-character .image-border {
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}
#scenes .contents-photo-image .image-character .image-border img {
  height: 100%;
  width: 100%;
}
#scenes .character-image {
  position: relative;
  height: 166px;
}
#scenes .character-image .icon-character {
  position: absolute;
  color: white;
  right: 16px;
  top: 66%;
  font-size: 17px;
}
#scenes .character-image .image-character {
  display: inline-block;
  height: 143px;
  width: 175px;
  margin-bottom: 50px;
  z-index: 1;
  position: relative;
}
#scenes .character-image .image-character .image-border {
  height: 100%;
  width: 92%;
  border-style: solid;
  border-color: #70c88c;
  border-width: 1px;
  border-right-width: 20px;
  border-radius: 15px;
  overflow: hidden;
}
#scenes .character-image .image-character .image-border img {
  width: 100%;
  height: 100%;
}
#scenes .character-image .image-character .label-imgInp {
  position: absolute;
  background-color: transparent;
  color: white;
  font-family: sans-serif;
  border-radius: 0.3rem;
  cursor: pointer;
  z-index: 100;
  width: 100%;
  height: 100%;
  top: 23px;
}

#quest-arrow {
  margin-left: 1px;
  display: inline-block;
  position: relative;
  color: #75c98f;
  text-decoration: none;
  border: solid 2px #75c98f;
  border-left: aliceblue;
  box-sizing: border-box;
  padding: 5px 15px;
  letter-spacing: 0.5px;
  border-radius: 0;
  font-size: 16px;
  width: auto;
  white-space: nowrap;
}

#quest-arrow::before {
  content: "";
  position: absolute;
  left: -10px;
  top: -2px;
  bottom: 50%;
  border-left: solid 3px #75c98f;
  transform: skewX(317deg);
  width: 15px;
  background: inherit;
}

#quest-arrow::after {
  content: "";
  position: absolute;
  left: -25px;
  bottom: -1px;
  top: 50%;
  border-right: solid 3px #75c98f;
  transform: skewX(43deg);
  width: 18px;
  background: inherit;
}

.mt-32 {
  margin-top: 32px;
}

.cursor-pointer-scenes {
  cursor: pointer;
}

.checkbox-rating {
  border-radius: 2px;
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  line-height: initial;
  border-width: 2px;
  border-style: solid;
  outline: 0;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  -webkit-appearance: none;
}

.checkbox-rating::before {
  width: 10px;
  height: 10px;
  font-size: 10px;
  line-height: 1;
  -webkit-transform: scale(0) translate(-50%, -50%);
  -ms-transform: scale(0) translate(-50%, -50%);
  transform: scale(0) translate(-50%, -50%);
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "\e118";
  font-family: "WebComponentsIcons", monospace;
}

.checkbox-rating:checked {
  border: 1px solid #1ba447;
  background-color: #1ba447;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='white' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
  background-size: cover;
}

.navbar {
  padding: 15px 10px;
  background: #fff;
  border: 0;
  border-radius: 0;
  margin-bottom: 40px;
}

.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: 0;
}

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0;
}

.wrapper {
  display: flex;
  width: 100%;
}

/* ---------------------------------------------------
  TOPBAR STYLE
----------------------------------------------------- */
#navbar {
  height: 55px;
  width: 100%;
  position: fixed;
  top: 0;
  padding: 0 0 0 7px;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.top-bar {
  margin-left: 2em;
}
.top-bar .top-icon {
  width: 6em;
}
.top-bar .notification {
  position: relative;
  display: inline-block;
}
.top-bar .notification .badge-corner {
  position: absolute;
  top: -5px;
  right: -12px;
  padding: 3px 5px;
  color: white;
  border-radius: 50%;
  background: #ff7f70;
}

/* ---------------------------------------------------
  SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
  width: 200px;
  position: fixed;
  top: 55px;
  left: 0;
  height: 100vh;
  z-index: 999;
  background: linear-gradient(#478623, #147834);
  color: #fff;
  transition: all 0.3s;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  padding-bottom: 5em;
  /* collapse */
}
#sidebar.active {
  margin-left: -200px;
}
#sidebar .active {
  background: #fcfffa;
  color: #147834;
}
#sidebar .sidebar-header {
  padding: 20px;
  background: #5a9f6f;
}
#sidebar ul.components {
  padding: 15px 0;
}
#sidebar ul p {
  color: #fff;
  padding: 10px;
}
#sidebar ul li i {
  margin-left: 0.5em;
}
#sidebar ul li a {
  color: #fff;
  padding: 0.7em;
  font-size: 1.3em;
  display: block;
}
#sidebar ul li a:hover {
  color: #fff;
  background: #5a9f6f;
}
#sidebar ul li.active > a,
#sidebar a[aria-expanded=true] {
  color: #5a9f6f;
  background: #fff;
}
#sidebar ul li span.badge {
  font-size: 0.5em;
}
#sidebar ul li span.menu-text {
  margin-left: 0.5em;
  font-size: 0.75rem;
  font-weight: 500;
}
#sidebar ul li div.survey-submenu-text {
  margin-left: 0.5em;
  font-size: 0.75rem;
  font-weight: 500;
}
#sidebar ul ul li a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #5a9f6f;
}
#sidebar ul ul li a:hover {
  background: #368a50;
}

a[data-bs-toggle=collapse] {
  position: relative;
}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

ul.CTAs {
  padding: 20px;
}
ul.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px;
}

a.download {
  background: #fff;
  color: #7386d5;
}

a.article,
a.article:hover {
  background: #5a9f6f !important;
  color: #fff !important;
}

/* ---------------------------------------------------
  CONTENT STYLE
----------------------------------------------------- */
#content {
  width: calc(100% - 200px);
  min-height: 100vh;
  transition: all 0.3s;
  position: absolute;
  padding-top: 55px;
  right: 0;
}
#content.active {
  width: 100%;
}

/* ---------------------------------------------------
  MEDIAQUERIES
----------------------------------------------------- */
@media screen and (max-width: 768px) {
  .top-bar {
    display: none !important;
  }
  #sidebar {
    margin-left: -200px;
  }
  #sidebar.active {
    margin-left: 0;
  }
  #content {
    width: 100%;
  }
  #content.active {
    width: 100%;
  }
}
@media print {
  #sidebar {
    margin-left: -200px;
  }
  #content {
    width: 100%;
    top: 0;
  }
}
/* mypage */
/* stress_check_stats */
.nav-tabs, #scenes {
  font-size: 16px;
}
.nav-tabs .border-radius-start, #scenes .border-radius-start {
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
}
.nav-tabs .border-radius-start .border-radius-item-start, #scenes .border-radius-start .border-radius-item-start {
  border-top-left-radius: 7px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 0;
}
.nav-tabs .border-radius-mid .border-radius-item-mid, #scenes .border-radius-mid .border-radius-item-mid {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.nav-tabs .border-radius-end, #scenes .border-radius-end {
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
}
.nav-tabs .border-radius-end .border-radius-item-end, #scenes .border-radius-end .border-radius-item-end {
  border-top-right-radius: 7px;
  border-top-left-radius: 0;
  border-bottom-right-radius: 7px;
}
.nav-tabs .item-tab-not-active, #scenes .item-tab-not-active {
  background-color: white;
  border: #71c78c 1px solid;
}
.nav-tabs .item-tab-not-active .nav-link-scene.active, #scenes .item-tab-not-active .nav-link-scene.active {
  background-color: #71c78c !important;
}

#special_checkup_interview h5.card-title::before, #special_checkup_interview .card-title.h5::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f111";
  margin-right: 0.5em;
}
#special_checkup_interview .icon-size {
  font-size: 1.5em;
}
#special_checkup_interview .select2-results__options--nested li {
  text-indent: 1.5em;
}
#special_checkup_interview .dt-button-left-radius {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
#special_checkup_interview .dt-button-right-radius {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* Ratings widget */
.star-rating {
  display: inline-block;
  border: 0;
  color: #ddd;
  vertical-align: bottom;
  /* Hide radio */
  /* Order correctly by floating highest to the right */
  /* The star of the show */
  /* Half star trick */
  /* Click + hover color */
  /* color previous stars on hover */
  /* Hover highlights */
}
.star-rating > input {
  display: none;
}
.star-rating > label {
  float: right;
  margin: 0;
  padding: 0;
}
.star-rating > label::before {
  display: inline-block;
  font-size: 1.5rem;
  padding: 0 0.1rem;
  cursor: pointer;
  line-height: 1.5rem;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f005"; /* full star */
}
.star-rating .half::before {
  content: "\f089"; /* half star no outline */
  position: absolute;
  padding-right: 0;
}
.star-rating > input:checked ~ label {
  color: orange;
}
.star-rating > input:enabled + label:hover,
.star-rating input:enabled + label:hover ~ label {
  color: gold;
}
.star-rating > input:enabled:checked + label:hover,
.star-rating input:enabled:checked ~ label:hover,
.star-rating input:enabled:checked ~ label:hover ~ label,
.star-rating input:enabled + label:hover ~ input:checked ~ label {
  color: gold;
}

.stress_check_admin .chart_text {
  color: #1ba447;
  font-size: 26px;
  font-weight: 500;
}
.stress_check_admin .chart_normal_text {
  font-size: 18px;
}
.stress_check_admin .cicle_chart_text {
  position: absolute;
  margin-top: 65px;
  width: 40%;
  z-index: 1;
}
.stress_check_admin .cicle_chart {
  margin-left: 195px;
  margin-top: 10px;
}
.stress_check_admin .cr_notes {
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sc_text-danger {
  font-weight: 500;
  font-size: 1.2rem;
}

.sc_print {
  width: 100%;
  /* DL追記　*/
}
.sc_print.sc_background {
  background: #c9e6f3;
  background-image: url(/wellgo/assets/sc_bg-bd216054600a4fe827e61fa5015f881ae78acdcc27b9fda10ec3d3a89e3a95dd.jpg);
  background-size: contain;
  background-repeat: repeat-x;
  background-position: top;
}
.sc_print.sc_background_result {
  background-color: #f6f5ed;
}
.sc_print.sc_background_result .app-body {
  height: calc(100vh - 55px);
}
.sc_print .sc_contents {
  margin: 10px 20px 30px;
  padding: 20px 25px;
  background-color: #ffffff;
  border-radius: 15px;
}
.sc_print .sc_contents_result {
  margin: 0;
  padding: 0;
}
.sc_print .agreement_box {
  width: 70%;
  height: 150px;
  overflow: auto;
  margin: auto;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.8);
  background-color: rgba(255, 255, 255, 0);
  color: black;
  text-align: left;
  font-size: small;
  font-family: sans-serif;
}
.sc_print .wrapper {
  text-align: left;
}
.sc_print .sc_main {
  zoom: 1.25;
  width: 595px;
  height: auto;
  margin: 0 auto;
}
.sc_print .sc_pdf_spacer {
  height: 100px;
}
.sc_print #sc_pdf_margin_top {
  line-height: 72px;
}
.sc_print .sc_pdf_header {
  position: relative;
}
.sc_print .sc_check_datetime {
  white-space: nowrap;
}
.sc_print .sc_underline_red {
  border-bottom: Solid;
  border-color: #c30d23;
  border-width: 2px;
}
.sc_print .sc_underline_white {
  border-bottom: Solid;
  border-color: white;
  border-width: 2px;
}
.sc_print .sc_deviation_table {
  border-spacing: 0;
  font-size: 9px;
  line-height: 13px;
  vertical-align: middle;
}
.sc_print .sc_deviation_table thead,
.sc_print .sc_deviation_table th,
.sc_print .sc_deviation_table tbody,
.sc_print .sc_deviation_table tr {
  border: 0;
}
.sc_print .sc_header {
  padding: 0 1px;
  text-align: center;
  vertical-align: middle;
  min-width: 40px;
}
.sc_print .sc_factor_name {
  padding: 0 3px 0 1px;
  text-align: right;
  vertical-align: middle;
  width: 155px;
  border: 0;
}
.sc_print .sc_points {
  padding: 0 1px;
  border: Solid;
  border-color: #daa257;
  border-width: 1px;
  text-align: center;
  vertical-align: middle;
  width: 50px;
}
.sc_print .sc_deviation {
  padding: 0 1px;
  border: Solid;
  border-color: #daa257;
  border-width: 1px;
  text-align: center;
  vertical-align: middle;
  width: 35px;
}
.sc_print .sc_bottom_email {
  font-size: 10px;
  text-align: right;
  margin-top: 10px;
}
.sc_print #sc_pdf_counseling_period {
  position: relative;
  font-size: 13px;
  font-family: sans-serif;
  text-align: start;
  vertical-align: middle;
  color: #604c3f;
  left: 125px;
  top: 505px;
  width: 380px;
  height: 50px;
}
.sc_print #sc_profile {
  position: relative;
  width: 546px;
  height: 110px;
}
.sc_print #sc_profile_bg_23_ja {
  background-image: url(/wellgo/assets/sc_prof_bg_23_ja-51c6c5a47c6caf6783ae5f2c6ed45b8e8ccdd6296f2b6242fc61e63b19673d90.svg);
  background-size: cover;
  width: 100%;
  height: 150px;
  filter: alpha(opacity=70) progid:DXImageTransform.Microsoft.Alpha(opacity = 70);
}
.sc_print #sc_profile_bg_23_en {
  background-image: url(/wellgo/assets/sc_prof_bg_23_en-ce772367089436964af72ff9a17eaf4fdeab2e2a0a60ea72a52d65ab1e9c5023.svg);
  background-size: cover;
  width: 100%;
  height: 150px;
  filter: alpha(opacity=70) progid:DXImageTransform.Microsoft.Alpha(opacity = 70);
}
.sc_print #sc_profile_bg_57_ja {
  background-image: url(/wellgo/assets/sc_prof_bg_57_ja-ed1939a72d55bb94d88eb7b0e79aa0fd92d906a953e6611cb3118dbed994ea6b.svg);
  background-size: contain;
  position: absolute;
  left: 22px;
  top: 0;
  width: 546px;
  height: 110px;
  filter: alpha(opacity=70) progid:DXImageTransform.Microsoft.Alpha(opacity = 70);
}
.sc_print #sc_profile_bg_57_en {
  background-image: url(/wellgo/assets/sc_prof_bg_57_en-5bbb83acc2eaf30ade13d128a548518f81d06a28402cd82799a781af72d4f7fe.svg);
  background-size: contain;
  position: absolute;
  left: 22px;
  top: 0;
  width: 546px;
  height: 110px;
  filter: alpha(opacity=70) progid:DXImageTransform.Microsoft.Alpha(opacity = 70);
}
.sc_print #sc_profile_bg_80_ja {
  background-image: url(/wellgo/assets/sc_prof_bg_80_ja-1525933295e6fcd12aaa648706991ae59468aeaea234dd954ad50fb85f7dc253.svg);
  background-size: contain;
  position: absolute;
  left: 22px;
  top: 0;
  width: 546px;
  height: 110px;
  filter: alpha(opacity=70) progid:DXImageTransform.Microsoft.Alpha(opacity = 70);
}
.sc_print #sc_profile_bg_80_en {
  background-image: url(/wellgo/assets/sc_prof_bg_80_en-8d23ed613b22a9f9c93ca4bc0465578cf324bb5ceb35568f491d7a6842b6d721.svg);
  background-size: contain;
  position: absolute;
  left: 22px;
  top: 0;
  width: 546px;
  height: 110px;
  filter: alpha(opacity=70) progid:DXImageTransform.Microsoft.Alpha(opacity = 70);
}
.sc_print #sc_profile_circle {
  background: #ffffff;
  position: absolute;
  left: 86px;
  top: 77px;
  width: 59px;
  height: 22px;
  border-radius: 11px;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
}
.sc_print #sc_profile_qnum80 {
  background-image: url(/wellgo/assets/sc_qnum80-a8f5777a415c4bcbe03e034474cdb2e3905ca872e8faebce9550b30c7df5ae87.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 99px;
  top: 82px;
  width: 36px;
  height: 14px;
}
.sc_print #sc_profile_bgimg {
  background-image: url(/wellgo/assets/sc_profile_bg-83294c0a22730ce98a94c4dacda5a4d20a78f7a136dec0fd5b3d5773fc535671.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 29px;
  top: 8px;
  width: 531px;
  height: 94px;
}
.sc_print #sc_profile_underline {
  border-style: Solid;
  border-color: #c30d23;
  border-width: 1px;
  position: absolute;
  left: 203px;
  top: 68px;
  width: 150px;
  height: 0;
}
.sc_print #sc_profile_title {
  font-family: KozGoPr6N Heavy-90ms-RKSJ-H;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
  letter-spacing: -1px;
  color: #ffffff;
  position: absolute;
  left: 53px;
  top: 31px;
  width: 120px;
  height: 30px;
}
.sc_print #sc_profile_level {
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.75px;
  color: #231815;
  position: absolute;
  left: 200px;
  top: 26px;
  width: 340px;
}
.sc_print #sc_profile_level23 {
  font-size: 20px;
  line-height: 30px;
  color: #231815;
  position: absolute;
  left: 300px;
  top: 115px;
  width: 500px;
}
.sc_print #sc_profile_level23_without_header {
  font-size: 23px;
  line-height: 30px;
  color: #231815;
  position: absolute;
  left: 300px;
  top: 45px;
  width: 500px;
}
.sc_print #sc_profile_comment {
  font-size: 12.5px;
  line-height: 22.58px;
  color: #231815;
  position: absolute;
  left: 200px;
  top: 76px;
  width: 340px;
}
.sc_print #sc_profile_comment23 {
  font-size: 15px;
  line-height: 22.58px;
  color: #231815;
  position: absolute;
  left: 300px;
  top: 180px;
  width: 400px;
}
.sc_print #sc_profile_comment23_without_header {
  font-size: 15px;
  line-height: 22.58px;
  color: #231815;
  position: absolute;
  left: 300px;
  top: 110px;
  width: 400px;
}
.sc_print #sc_result {
  position: relative;
  width: 552px;
  height: 265px;
}
.sc_print #sc_result_title_bar {
  background: #c9bc9c;
  position: absolute;
  left: 21px;
  top: 0;
  width: 552px;
  height: 30px;
}
.sc_print #sc_result_title {
  font-family: KozGoPr6N Bold-90ms-RKSJ-H;
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 2.2px;
  color: #ffffff;
  position: absolute;
  left: 21px;
  top: 2px;
  width: 552px;
  height: 30px;
}
.sc_print #sc_result_border {
  background: #ffffff;
  border-style: Solid;
  border-color: #c9bc9c;
  border-width: 1px;
  position: absolute;
  left: 21px;
  top: 30px;
  width: 552px;
  height: 240px;
}
.sc_print #sc_result_rader_border {
  border-style: Solid;
  border-color: #c9bc9c;
  border-width: 1px;
  position: absolute;
  left: 30px;
  top: 42px;
  width: 255px;
  height: 218px;
}
.sc_print #sc_result_rader {
  position: absolute;
  left: 35px;
  top: 49px;
  width: 245px;
  height: 199px;
}
.sc_print #sc_result_rader_hint_title_bar {
  background: #a8d1f0;
  opacity: 0.7;
  position: absolute;
  left: 202px;
  top: 94px;
  width: 78px;
  height: 17px;
  filter: alpha(opacity=70) progid:DXImageTransform.Microsoft.Alpha(opacity = 70);
}
.sc_print #sc_result_rader_hint_title {
  padding-left: 4px;
  font-size: 8px;
  line-height: 17px;
  color: #231815;
  position: absolute;
  left: 202px;
  top: 94px;
  width: 73px;
  height: 17px;
}
.sc_print #sc_result_rader_hint_border {
  border-style: Solid;
  border-color: #91c8ea;
  border-width: 1px;
  position: absolute;
  left: 202px;
  top: 93px;
  width: 78px;
  height: 60px;
}
.sc_print #sc_result_rader_hint_body, .sc_print #sc_result_rader_hint_body_en {
  padding: 2px;
  font-size: 8px;
  line-height: 11px;
  color: #231815;
  position: absolute;
  left: 205px;
  top: 113px;
  width: 71px;
  height: 42px;
}
.sc_print #sc_result_rader_hint_body_en {
  left: 203px;
  top: 109px;
  width: 77px;
}
.sc_print #sc_result_rader_green_label {
  padding: 2px;
  margin-top: 2px;
  background: #c4d68c;
  border-style: Solid;
  border-color: #b6ca64;
  border-width: 1px;
}
.sc_print #sc_result_rader_yellow_label {
  padding: 2px;
  margin-top: 2px;
  background: #eed393;
  border-style: Solid;
  border-color: #cb9d66;
  border-width: 1px;
}
.sc_print #sc_result_rader_pink_label {
  padding: 2px;
  margin-top: 2px;
  background: #f2d0d4;
  border-style: Solid;
  border-color: #d99d98;
  border-width: 1px;
}
.sc_print #sc_result_level_border {
  border-style: Solid;
  border-color: #c9bc9c;
  border-width: 1px;
  position: absolute;
  left: 294px;
  top: 42px;
  width: 72px;
  height: 86px;
}
.sc_print #sc_result_level_title {
  font-size: 11px;
  line-height: 11px;
  text-align: center;
  vertical-align: middle;
  color: #7a6a56;
  position: absolute;
  left: 306px;
  top: 56px;
  width: 50px;
  height: 42px;
}
.sc_print #sc_result_level {
  font-family: YuGothic Bold;
  font-weight: bold;
  font-size: 45px;
  line-height: 45px;
  text-align: center;
  vertical-align: middle;
  color: #7a6a56;
  position: absolute;
  left: 294px;
  top: 77px;
  width: 72px;
  height: 62px;
}
.sc_print #sc_result_level_border23 {
  border-style: Solid;
  border-color: #c9bc9c;
  border-width: 1px;
  position: absolute;
  left: 90px;
  top: 420px;
  width: 100px;
  height: 86px;
}
.sc_print #sc_result_level_border23_without_header {
  border-style: Solid;
  border-color: #c9bc9c;
  border-width: 1px;
  position: absolute;
  left: 90px;
  top: 350px;
  width: 100px;
  height: 86px;
}
.sc_print #sc_result_level_title23 {
  font-size: 11px;
  line-height: 11px;
  text-align: center;
  vertical-align: middle;
  color: #7a6a56;
  position: absolute;
  left: 114px;
  top: 400px;
  width: 50px;
  height: 42px;
}
.sc_print #sc_result_level_title23_without_header {
  font-size: 11px;
  line-height: 11px;
  text-align: center;
  vertical-align: middle;
  color: #7a6a56;
  position: absolute;
  left: 114px;
  top: 330px;
  width: 50px;
  height: 42px;
}
.sc_print #sc_result_level23 {
  font-family: YuGothic Bold;
  font-weight: bold;
  font-size: 45px;
  line-height: 45px;
  text-align: center;
  vertical-align: middle;
  color: #7a6a56;
  position: absolute;
  left: 104px;
  top: 437px;
  width: 72px;
  height: 62px;
}
.sc_print #sc_result_level23_without_header {
  font-family: YuGothic Bold;
  font-weight: bold;
  font-size: 45px;
  line-height: 45px;
  text-align: center;
  vertical-align: middle;
  color: #7a6a56;
  position: absolute;
  left: 104px;
  top: 367px;
  width: 72px;
  height: 62px;
}
.sc_print #sc_result_advice_title {
  font-family: KozGoPr6N Bold-90ms-RKSJ-H;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1.2px;
  color: #7a6a56;
  position: absolute;
  left: 374px;
  top: 45px;
  width: 193px;
}
.sc_print #sc_result_advice_underline {
  border-style: Solid;
  border-color: #7a6a56;
  border-width: 1px;
  position: absolute;
  left: 374px;
  top: 59px;
  width: 193px;
  height: 0;
}
.sc_print #sc_result_advice_comment, .sc_print #sc_result_advice_comment_en {
  font-size: 9px;
  line-height: 10px;
  color: #231815;
  position: absolute;
  left: 375px;
  top: 72px;
  width: 193px;
  height: 50px;
}
.sc_print #sc_result_advice_comment_en {
  top: 63px;
}
.sc_print #sc_result_dist_title {
  font-size: 12px;
  text-align: center;
  line-height: 12px;
  letter-spacing: 0;
  color: #7a6a56;
  position: absolute;
  left: 294px;
  top: 135px;
  width: 273px;
  height: 0;
}
.sc_print #sc_result_dist_arrowhead {
  width: 12px;
  height: 12px;
}
.sc_print #sc_result_dist_underline {
  border-style: Solid;
  border-color: #7a6a56;
  border-width: 1px;
  position: absolute;
  left: 294px;
  top: 151px;
  width: 273px;
  height: 0;
}
.sc_print #sc_result_dist {
  position: absolute;
  left: 300px;
  top: 162px;
  width: 257px;
  height: 105px;
}
.sc_print #sc_work {
  position: relative;
  margin-top: 10px;
  width: 546px;
  height: 236px;
}
.sc_print #sc_work_border {
  background: #ffffff;
  border-style: Solid;
  border-color: #b6ca64;
  border-width: 1px;
  position: absolute;
  left: 21px;
  top: 0;
  width: 552px;
  height: 236px;
}
.sc_print #sc_work_icon {
  background-image: url(/wellgo/assets/sc_work_icon-5b529be933b0152866c480b407480fed904b455cb49535cf099357a4299d076c.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 35px;
  top: 10px;
  width: 27px;
  height: 22px;
}
.sc_print #sc_work_title, .sc_print #sc_work_title_en {
  font-family: KozGoPr6N Bold-90ms-RKSJ-H;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 1.8px;
  color: #7a6a56;
  position: absolute;
  left: 70px;
  top: 15px;
  width: 284px;
}
.sc_print #sc_work_title_en {
  font-size: 15px;
}
.sc_print #sc_work_title_underline {
  background: #d5e596;
  position: absolute;
  left: 33px;
  top: 39px;
  width: 284px;
  height: 2px;
}
.sc_print #sc_work_level_box {
  background: #d5e596;
  position: absolute;
  left: 327px;
  top: 7px;
  width: 239px;
  height: 42px;
}
.sc_print #sc_work_level_title {
  font-size: 9px;
  line-height: 9px;
  letter-spacing: 1.8px;
  text-align: center;
  color: #7a6a56;
  position: absolute;
  left: -2px;
  top: 6px;
  width: 50px;
  height: 42px;
}
.sc_print #sc_work_level {
  font-family: YuGothic Bold;
  font-weight: bold;
  font-size: 23px;
  text-align: center;
  color: #7a6a56;
  position: absolute;
  left: -1px;
  top: 11px;
  width: 50px;
  height: 44px;
}
.sc_print #sc_work_deviation_this_time_title {
  font-size: 9px;
  text-align: center;
  color: #7a6a56;
  position: absolute;
  left: 51px;
  top: 3px;
  width: 60px;
  height: 42px;
}
.sc_print #sc_work_deviation_this_time {
  font-family: KozGoPr6N Bold-90ms-RKSJ-H;
  font-weight: bold;
  font-size: 23px;
  text-align: center;
  color: #7a6a56;
  position: absolute;
  left: 56px;
  top: 12px;
  width: 50px;
  height: 42px;
}
.sc_print #sc_work_deviation_last_time_title {
  font-size: 9px;
  text-align: center;
  color: #7a6a56;
  position: absolute;
  left: 112px;
  top: 4px;
  width: 60px;
  height: 34px;
}
.sc_print #sc_work_deviation_last_time {
  font-family: KozGoPr6N Bold-90ms-RKSJ-H;
  font-size: 16px;
  text-align: center;
  color: #7a6a56;
  position: absolute;
  left: 117px;
  top: 16px;
  width: 50px;
  height: 42px;
}
.sc_print #sc_work_deviation_last_last_title {
  font-size: 9px;
  text-align: center;
  color: #7a6a56;
  position: absolute;
  left: 172px;
  top: 4px;
  width: 60px;
  height: 42px;
}
.sc_print #sc_work_deviation_last_last {
  font-family: KozGoPr6N Bold-90ms-RKSJ-H;
  font-size: 16px;
  text-align: center;
  color: #7a6a56;
  position: absolute;
  left: 176px;
  top: 17px;
  width: 50px;
  height: 42px;
}
.sc_print #sc_work_table {
  position: absolute;
  left: 31px;
  top: 57px;
  width: 240px;
  height: 138px;
}
.sc_print #sc_work_bar {
  position: absolute;
  left: 270px;
  top: 57px;
  width: 295px;
  height: 146px;
}
.sc_print #sc_work_stress_arrow_ja {
  background-image: url(/wellgo/assets/sc_stress_arrow_ja-17f92d8def1acee7b1ac99c415cec8c90efc3fcbcf985209dbbe4fe3abb81ad5.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 280px;
  top: 208px;
  width: 286px;
  height: 11px;
}
.sc_print #sc_work_stress_arrow_en {
  background-image: url(/wellgo/assets/sc_stress_arrow_en-216a960887e1af3cc46d919d4869e9729976d6c0b070c7de936c55a8989c3191.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 280px;
  top: 208px;
  width: 286px;
  height: 11px;
}
.sc_print #sc_work_stress_arrow_text_high {
  font-family: KozGoPr6N Bold-83pv-RKSJ-H;
  font-weight: bold;
  font-size: 8px;
  text-align: left;
  line-height: 11px;
  color: #ffffff;
  position: absolute;
  left: 288px;
  top: 215px;
  width: 267px;
  height: 11px;
}
.sc_print #sc_work_stress_arrow_text_stress {
  font-family: KozGoPr6N Bold-83pv-RKSJ-H;
  font-weight: bold;
  font-size: 8px;
  text-align: center;
  line-height: 11px;
  color: #ffffff;
  position: absolute;
  left: 288px;
  top: 215px;
  width: 267px;
  height: 11px;
}
.sc_print #sc_work_stress_arrow_text_low {
  font-family: KozGoPr6N Bold-83pv-RKSJ-H;
  font-weight: bold;
  font-size: 8px;
  text-align: right;
  line-height: 11px;
  color: #ffffff;
  position: absolute;
  left: 288px;
  top: 215px;
  width: 267px;
  height: 11px;
}
.sc_print #sc_explanation {
  position: relative;
  margin-top: 10px;
  width: 546px;
  height: 120px;
}
.sc_print .sc_explanation_red {
  color: red;
}
.sc_print #sc_explanation_border {
  background: #ffffff;
  border-style: Solid;
  border-color: #c9bc9c;
  border-width: 1px;
  position: absolute;
  left: 21px;
  top: 0;
  width: 552px;
  height: 120px;
}
.sc_print #sc_explanation_howto_box {
  background: #d5e596;
  position: absolute;
  left: 9px;
  top: 9px;
  width: 70px;
  height: 34px;
}
.sc_print #sc_explanation_howto, .sc_print #sc_explanation_howto_en {
  font-size: 10px;
  text-align: center;
  vertical-align: middle;
  line-height: 10px;
  letter-spacing: 2px;
  color: #7a6a56;
  position: absolute;
  left: 0;
  top: 7px;
  width: 70px;
  height: 34px;
}
.sc_print #sc_explanation_howto_en {
  font-size: 8px;
}
.sc_print #sc_explanation_bar_title {
  font-size: 8px;
  line-height: 16px;
  color: #231815;
  position: absolute;
  left: 99px;
  top: 10px;
  width: 68px;
}
.sc_print #sc_explanation_bar_axis {
  background-image: url(/wellgo/assets/sc_explanation_bar_axis-2c821da6e96da32664a346359596272a6ef85a87430e42cb902081337f59e584.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 89px;
  top: 24px;
  width: 4.5px;
  height: 35px;
}
.sc_print #sc_explanation_bar_green {
  background: #c4d68c;
  position: absolute;
  left: 94px;
  top: 27px;
  width: 66px;
  height: 8px;
}
.sc_print #sc_explanation_bar_red {
  background: #c30d23;
  position: absolute;
  left: 94px;
  top: 42px;
  width: 25px;
  height: 8px;
}
.sc_print #sc_explanation_bar_desc_mark {
  font-size: 8px;
  line-height: 9px;
  color: #7a6a56;
  position: absolute;
  left: 169px;
  top: 14px;
  width: 10px;
  height: 10px;
}
.sc_print #sc_explanation_bar_desc {
  font-size: 8px;
  line-height: 9px;
  color: #7a6a56;
  position: absolute;
  left: 179px;
  top: 14px;
  width: 50px;
  height: 40px;
}
.sc_print #sc_explanation_deviation_last_time {
  font-size: 8px;
  text-align: center;
  line-height: 8px;
  color: #231815;
  position: absolute;
  left: 238px;
  top: 9px;
  width: 60px;
  height: 4px;
}
.sc_print #sc_explanation_deviation_last_last {
  font-size: 8px;
  text-align: center;
  line-height: 8px;
  color: #231815;
  position: absolute;
  left: 238px;
  top: 33px;
  width: 60px;
  height: 4px;
}
.sc_print #sc_explanation_line_last {
  background-image: url(/wellgo/assets/sc_line_last-3dd22b0ce62609c37c1e85f9519519f0d84a626d568a527c59ee617822655f42.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 253px;
  top: 18px;
  width: 150px;
  height: 10px;
}
.sc_print #sc_explanation_line_before_last {
  background-image: url(/wellgo/assets/sc_line_before_last-3b2cda15d08c4df1eb69f228cfc8eb44d02e2507e392d2095b30b14d37d0e381.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 253px;
  top: 42px;
  width: 150px;
  height: 10px;
}
.sc_print #sc_explanation_whats_dev_box, .sc_print #sc_explanation_whats_dev_box_en {
  background: #d5e596;
  position: absolute;
  left: 298px;
  top: 12px;
  width: 60px;
  height: 34px;
}
.sc_print #sc_explanation_whats_dev_box_en {
  width: 62px;
  height: 41px;
}
.sc_print #sc_explanation_whats_dev {
  font-size: 10px;
  text-align: center;
  vertical-align: middle;
  line-height: 10px;
  letter-spacing: 2px;
  color: #7a6a56;
  position: absolute;
  left: 1px;
  top: 7px;
  width: 60px;
  height: 34px;
}
.sc_print #sc_explanation_whats_dev_desc {
  font-size: 8px;
  line-height: 10px;
  color: #7a6a56;
  position: absolute;
  left: 368px;
  top: 9px;
  width: 175px;
  height: 49px;
}
.sc_print #sc_explanation_level_box {
  background: #d5e596;
  position: absolute;
  left: 10px;
  top: 62px;
  width: 70px;
  height: 17px;
}
.sc_print #sc_explanation_level {
  font-size: 10px;
  text-align: center;
  vertical-align: middle;
  line-height: 10px;
  letter-spacing: 2px;
  color: #7a6a56;
  position: absolute;
  left: 9px;
  top: 66px;
  width: 70px;
  height: 17px;
}
.sc_print #sc_explanation_level_desc {
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 2px;
  color: #7a6a56;
  position: absolute;
  left: 89px;
  top: 66px;
  width: 377px;
  height: 17px;
}
.sc_print #sc_explanation_value_box, .sc_print #sc_explanation_value_box_en {
  background: #d5e596;
  position: absolute;
  left: 10px;
  top: 90px;
  width: 70px;
  height: 17px;
}
.sc_print #sc_explanation_value_box_en {
  height: 26px;
}
.sc_print #sc_explanation_value {
  font-size: 10px;
  text-align: center;
  vertical-align: middle;
  line-height: 10px;
  letter-spacing: 2px;
  color: #7a6a56;
  position: absolute;
  left: 9px;
  top: 94px;
  width: 70px;
  height: 17px;
}
.sc_print #sc_explanation_value_desc {
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 2px;
  color: #7a6a56;
  position: absolute;
  left: 89px;
  top: 94px;
  width: 400px;
  height: 17px;
}
.sc_print #sc_mindbody {
  position: relative;
  margin-top: 10px;
  width: 552px;
  height: 243px;
}
.sc_print #sc_mindbody_border {
  background: #ffffff;
  border-style: Solid;
  border-color: #d99d98;
  border-width: 1px;
  position: absolute;
  left: 21px;
  top: 0;
  width: 552px;
  height: 243px;
}
.sc_print #sc_mindbody_icon {
  background-image: url(/wellgo/assets/sc_mindbody_icon-1406567bb8be51e07d962953eb892389e1298b70c8823349e703d162b2c09092.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 40px;
  top: 11px;
  width: 24px;
  height: 18px;
}
.sc_print #sc_mindbody_title, .sc_print #sc_mindbody_title_en {
  font-family: KozGoPr6N Bold-83pv-RKSJ-H;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 1.8px;
  color: #7a6a56;
  position: absolute;
  left: 70px;
  top: 15px;
  width: 284px;
}
.sc_print #sc_mindbody_title_en {
  font-size: 10px;
  top: 14px;
}
.sc_print #sc_mindbody_title_underline {
  background: #f7c8d1;
  position: absolute;
  left: 33px;
  top: 39px;
  width: 284px;
  height: 2px;
}
.sc_print #sc_mindbody_level_box {
  background: #f7c8d1;
  position: absolute;
  left: 327px;
  top: 7px;
  width: 239px;
  height: 42px;
}
.sc_print #sc_mindbody_level_title {
  font-size: 9px;
  line-height: 9px;
  letter-spacing: 1.8px;
  text-align: center;
  color: #7a6a56;
  position: absolute;
  left: -2px;
  top: 6px;
  width: 50px;
  height: 42px;
}
.sc_print #sc_mindbody_level {
  font-family: YuGothic Bold;
  font-weight: bold;
  font-size: 23px;
  text-align: center;
  color: #7a6a56;
  position: absolute;
  left: -1px;
  top: 11px;
  width: 50px;
  height: 44px;
}
.sc_print #sc_mindbody_deviation_this_time_title {
  font-size: 9px;
  text-align: center;
  color: #7a6a56;
  position: absolute;
  left: 51px;
  top: 3px;
  width: 60px;
  height: 42px;
}
.sc_print #sc_mindbody_deviation_this_time {
  font-family: KozGoPr6N Bold-90ms-RKSJ-H;
  font-weight: bold;
  font-size: 23px;
  text-align: center;
  color: #7a6a56;
  position: absolute;
  left: 56px;
  top: 12px;
  width: 50px;
  height: 42px;
}
.sc_print #sc_mindbody_deviation_last_time_title {
  font-size: 9px;
  text-align: center;
  color: #7a6a56;
  position: absolute;
  left: 112px;
  top: 4px;
  width: 60px;
  height: 34px;
}
.sc_print #sc_mindbody_deviation_last_time {
  font-family: KozGoPr6N Bold-90ms-RKSJ-H;
  font-size: 16px;
  text-align: center;
  color: #7a6a56;
  position: absolute;
  left: 117px;
  top: 16px;
  width: 50px;
  height: 42px;
}
.sc_print #sc_mindbody_deviation_last_last_title {
  font-size: 9px;
  text-align: center;
  color: #7a6a56;
  position: absolute;
  left: 172px;
  top: 4px;
  width: 60px;
  height: 42px;
}
.sc_print #sc_mindbody_deviation_last_last {
  font-family: KozGoPr6N Bold-90ms-RKSJ-H;
  font-size: 16px;
  text-align: center;
  color: #7a6a56;
  position: absolute;
  left: 176px;
  top: 17px;
  width: 50px;
  height: 42px;
}
.sc_print #sc_mindbody_table {
  position: absolute;
  left: 27px;
  top: 55px;
  width: 240px;
  height: 95px;
}
.sc_print #sc_mindbody_bar {
  position: absolute;
  left: 270px;
  top: 55px;
  width: 295px;
  height: 105px;
}
.sc_print #sc_mindbody_stress_arrow_ja {
  background-image: url(/wellgo/assets/sc_stress_arrow_ja-17f92d8def1acee7b1ac99c415cec8c90efc3fcbcf985209dbbe4fe3abb81ad5.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 278px;
  top: 158px;
  width: 286px;
  height: 11px;
}
.sc_print #sc_mindbody_stress_arrow_en {
  background-image: url(/wellgo/assets/sc_stress_arrow_en-216a960887e1af3cc46d919d4869e9729976d6c0b070c7de936c55a8989c3191.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 278px;
  top: 158px;
  width: 286px;
  height: 11px;
}
.sc_print #sc_mindbody_stress_arrow_text_high {
  font-family: KozGoPr6N Bold-83pv-RKSJ-H;
  font-weight: bold;
  font-size: 8px;
  text-align: left;
  line-height: 11px;
  color: #ffffff;
  position: absolute;
  left: 288px;
  top: 158px;
  width: 267px;
  height: 11px;
}
.sc_print #sc_mindbody_stress_arrow_text_stress {
  font-family: KozGoPr6N Bold-83pv-RKSJ-H;
  font-weight: bold;
  font-size: 8px;
  text-align: center;
  line-height: 11px;
  color: #ffffff;
  position: absolute;
  left: 288px;
  top: 158px;
  width: 267px;
  height: 11px;
}
.sc_print #sc_mindbody_stress_arrow_text_low {
  font-family: KozGoPr6N Bold-83pv-RKSJ-H;
  font-weight: bold;
  font-size: 8px;
  text-align: right;
  line-height: 11px;
  color: #ffffff;
  position: absolute;
  left: 288px;
  top: 158px;
  width: 267px;
  height: 11px;
}
.sc_print #sc_mindbody_line {
  background: #ffffff;
  border-style: Solid;
  border-color: #d99d98;
  border-width: 1px;
  position: absolute;
  left: 32px;
  top: 178px;
  width: 532px;
  height: 0;
}
.sc_print #sc_mindbody_stress_type_box {
  background-image: url(/wellgo/assets/sc_mindbody_stress_type-341518b8d5e7ed05bd18331ac4ae74e9fce889e9c4532f6bb1a87419864e6892.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 35px;
  top: 194px;
  width: 128px;
  height: 39px;
}
.sc_print #sc_mindbody_stress_type {
  font-family: KozGoPr6N Heavy-83pv-RKSJ-H;
  font-size: 10px;
  text-align: center;
  line-height: 13px;
  letter-spacing: 2px;
  color: #ffffff;
  position: absolute;
  left: 30px;
  top: 203px;
  width: 126px;
  height: 39px;
}
.sc_print #sc_mindbody_type_desc_pre, .sc_print #sc_mindbody_type_desc_pre_en {
  font-size: 8px;
  line-height: 8px;
  text-align: center;
  color: #7a6a56;
  position: absolute;
  left: 201px;
  top: 195px;
  width: 120px;
  height: 36px;
}
.sc_print #sc_mindbody_type_desc_pre_en {
  left: 180px;
  width: 160px;
}
.sc_print #sc_mindbody_type_desc_main {
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #7a6a56;
  position: absolute;
  left: 200px;
  top: 206px;
  width: 120px;
  height: 36px;
}
.sc_print #sc_mindbody_type_desc_mind {
  color: #d99d98;
}
.sc_print #sc_mindbody_type_desc_and {
  font-size: 8px;
  line-height: 8px;
}
.sc_print #sc_mindbody_type_desc_body {
  color: #eed393;
}
.sc_print #sc_mindbody_type_desc_post {
  font-size: 8px;
  line-height: 8px;
  text-align: center;
  color: #7a6a56;
  position: absolute;
  left: 201px;
  top: 226px;
  width: 120px;
  height: 36px;
}
.sc_print #sc_mindbody_mind {
  background-image: url(/wellgo/assets/sc_mindbody_mind-12e9d7f07b40227b9c2a080df7c3f6b9bdc75c07924d49d0da7ea2e6128450b3.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 376px;
  top: 189px;
  width: 43px;
  height: 36px;
}
.sc_print #sc_mindbody_mind_title {
  font-size: 9px;
  line-height: 9px;
  text-align: center;
  color: #604c3f;
  position: absolute;
  left: 374px;
  top: 206px;
  width: 50px;
  height: 36px;
}
.sc_print #sc_mindbody_mind_ratio {
  font-size: 9px;
  line-height: 9px;
  text-align: center;
  color: #604c3f;
  position: absolute;
  left: 373px;
  top: 232px;
  width: 50px;
  height: 36px;
}
.sc_print #sc_mindbody_operator {
  font-size: 36px;
  line-height: 36px;
  text-align: center;
  color: #a48b78;
  position: absolute;
  left: 437px;
  top: 198px;
  width: 36px;
  height: 36px;
}
.sc_print #sc_mindbody_body {
  background-image: url(/wellgo/assets/sc_mindbody_body-6a340f25c434b87c8fd919fde86a36c2b757b55ae9cf5e7360779091759f25cd.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 493px;
  top: 191px;
  width: 12px;
  height: 34px;
}
.sc_print #sc_mindbody_body_title {
  font-size: 9px;
  line-height: 9px;
  text-align: center;
  color: #604c3f;
  position: absolute;
  left: 476px;
  top: 206px;
  width: 50px;
  height: 34px;
}
.sc_print #sc_mindbody_body_ratio {
  font-size: 9px;
  line-height: 9px;
  text-align: center;
  color: #604c3f;
  position: absolute;
  left: 475px;
  top: 232px;
  width: 50px;
  height: 34px;
}
.sc_print #sc_support {
  position: relative;
  margin-top: 10px;
  width: 552px;
  height: 155px;
}
.sc_print #sc_support_border {
  background: #ffffff;
  border-style: Solid;
  border-color: #fadc9d;
  border-width: 1px;
  position: absolute;
  left: 21px;
  top: 0;
  width: 552px;
  height: 155px;
}
.sc_print #sc_support_icon {
  background-image: url(/wellgo/assets/sc_support_icon-d675b543bdae4e5c41026f479617e7acfc663198c474d65a209f3655b84eca63.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 41px;
  top: 9px;
  width: 20px;
  height: 25px;
}
.sc_print #sc_support_title {
  font-family: KozGoPr6N Bold-83pv-RKSJ-H;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 1.8px;
  color: #7a6a56;
  position: absolute;
  left: 70px;
  top: 15px;
  width: 284px;
}
.sc_print #sc_support_title_underline {
  background: #fadc9d;
  position: absolute;
  left: 33px;
  top: 39px;
  width: 284px;
  height: 2px;
}
.sc_print #sc_support_level_box {
  background: #fadc9d;
  position: absolute;
  left: 327px;
  top: 7px;
  width: 239px;
  height: 42px;
}
.sc_print #sc_support_level_title {
  font-size: 9px;
  line-height: 9px;
  letter-spacing: 1.8px;
  text-align: center;
  color: #7a6a56;
  position: absolute;
  left: -2px;
  top: 6px;
  width: 50px;
  height: 42px;
}
.sc_print #sc_support_level {
  font-family: YuGothic Bold;
  font-weight: bold;
  font-size: 23px;
  text-align: center;
  color: #7a6a56;
  position: absolute;
  left: -1px;
  top: 11px;
  width: 50px;
  height: 44px;
}
.sc_print #sc_support_deviation_this_time_title {
  font-size: 9px;
  text-align: center;
  color: #7a6a56;
  position: absolute;
  left: 51px;
  top: 3px;
  width: 60px;
  height: 42px;
}
.sc_print #sc_support_deviation_this_time {
  font-family: KozGoPr6N Bold-90ms-RKSJ-H;
  font-weight: bold;
  font-size: 23px;
  text-align: center;
  color: #7a6a56;
  position: absolute;
  left: 56px;
  top: 12px;
  width: 50px;
  height: 42px;
}
.sc_print #sc_support_deviation_last_time_title {
  font-size: 9px;
  text-align: center;
  color: #7a6a56;
  position: absolute;
  left: 112px;
  top: 4px;
  width: 60px;
  height: 34px;
}
.sc_print #sc_support_deviation_last_time {
  font-family: KozGoPr6N Bold-90ms-RKSJ-H;
  font-size: 16px;
  text-align: center;
  color: #7a6a56;
  position: absolute;
  left: 117px;
  top: 16px;
  width: 50px;
  height: 42px;
}
.sc_print #sc_support_deviation_last_last_title {
  font-size: 9px;
  text-align: center;
  color: #7a6a56;
  position: absolute;
  left: 172px;
  top: 4px;
  width: 60px;
  height: 42px;
}
.sc_print #sc_support_deviation_last_last {
  font-family: KozGoPr6N Bold-90ms-RKSJ-H;
  font-size: 16px;
  text-align: center;
  color: #7a6a56;
  position: absolute;
  left: 176px;
  top: 17px;
  width: 50px;
  height: 42px;
}
.sc_print #sc_support_table {
  position: absolute;
  left: 31px;
  top: 59px;
  width: 240px;
  height: 70px;
}
.sc_print #sc_support_bar {
  position: absolute;
  left: 270px;
  top: 59px;
  width: 295px;
  height: 80px;
}
.sc_print #sc_support_stress_arrow_ja {
  background-image: url(/wellgo/assets/sc_stress_arrow_ja-17f92d8def1acee7b1ac99c415cec8c90efc3fcbcf985209dbbe4fe3abb81ad5.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 278px;
  top: 138px;
  width: 286px;
  height: 11px;
}
.sc_print #sc_support_stress_arrow_en {
  background-image: url(/wellgo/assets/sc_stress_arrow_en-216a960887e1af3cc46d919d4869e9729976d6c0b070c7de936c55a8989c3191.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 278px;
  top: 138px;
  width: 286px;
  height: 11px;
}
.sc_print #sc_support_stress_arrow_text_high {
  font-family: KozGoPr6N Bold-83pv-RKSJ-H;
  font-weight: bold;
  font-size: 8px;
  text-align: left;
  line-height: 11px;
  color: #ffffff;
  position: absolute;
  left: 288px;
  top: 138px;
  width: 267px;
  height: 11px;
}
.sc_print #sc_support_stress_arrow_text_stress {
  font-family: KozGoPr6N Bold-83pv-RKSJ-H;
  font-weight: bold;
  font-size: 8px;
  text-align: center;
  line-height: 11px;
  color: #ffffff;
  position: absolute;
  left: 288px;
  top: 138px;
  width: 267px;
  height: 11px;
}
.sc_print #sc_support_stress_arrow_text_low {
  font-family: KozGoPr6N Bold-83pv-RKSJ-H;
  font-weight: bold;
  font-size: 8px;
  text-align: right;
  line-height: 11px;
  color: #ffffff;
  position: absolute;
  left: 288px;
  top: 138px;
  width: 267px;
  height: 11px;
}
.sc_print #sc_we {
  position: relative;
  margin-top: 10px;
  width: 552px;
  height: 382px;
}
.sc_print #sc_we_border {
  background: #ffffff;
  border-style: Solid;
  border-color: #a8d1f0;
  border-width: 1px;
  position: absolute;
  left: 21px;
  top: 0;
  width: 552px;
  height: 382px;
}
.sc_print #sc_we_icon {
  background-image: url(/wellgo/assets/sc_we_icon-d5519dddabe421082e038eba31d708c8a4593c74b5670a23fc178e8be0a6f48b.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 41px;
  top: 14px;
  width: 16px;
  height: 27px;
}
.sc_print #sc_we_title_box {
  width: 552px;
  height: 61px;
  padding-left: 23px;
  padding-top: 5px;
  text-align: left;
  margin-bottom: 10px;
}
.sc_print #sc_we_title {
  font-family: KozGoPr6N Bold-83pv-RKSJ-H;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 1.8px;
  color: #7a6a56;
  position: absolute;
  left: 72px;
  top: 20px;
  width: 500px;
  height: 27px;
}
.sc_print #sc_we_title_57 {
  float: left;
  font-family: KozGoPr6N Bold-83pv-RKSJ-H;
  font-weight: bold;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: 2.9px;
  color: #7a6a56;
  position: absolute;
  top: 14px;
  left: 72px;
  width: 400px;
}
.sc_print #sc_we_title_underline, .sc_print #sc_we_title_underline_57 {
  background: #a8d1f0;
  opacity: 0.5;
  position: absolute;
  left: 28px;
  top: 41px;
  width: 538px;
  height: 2px;
  filter: alpha(opacity=50) progid:DXImageTransform.Microsoft.Alpha(opacity = 50);
}
.sc_print #sc_we_title_underline_57 {
  top: 45px;
}
.sc_print #sc_we_zone_green {
  background-image: url(/wellgo/assets/sc_we_zone_green-b9c361b9d5fa9266828f161ae35db28834202fdc0617ec9f5e6a0d116ed8f0fb.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.4;
  position: absolute;
  left: 63px;
  top: 57px;
  width: 87px;
  height: 131px;
  filter: alpha(opacity=40) progid:DXImageTransform.Microsoft.Alpha(opacity = 40);
}
.sc_print #sc_we_zone_green_name {
  font-family: KozGoPr6N Heavy-83pv-RKSJ-H;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 2.4px;
  color: #5b9e33;
  opacity: 0.8;
  position: absolute;
  left: 80px;
  top: 94px;
  width: 87px;
  height: 88px;
  filter: alpha(opacity=80) progid:DXImageTransform.Microsoft.Alpha(opacity = 80);
}
.sc_print #sc_we_zone_gray {
  background-image: url(/wellgo/assets/sc_we_zone_gray-49ad6bd474e31d670afd3d18152a40144ebd8908e681b5dab2e19bc54de8d3c1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.4;
  position: absolute;
  left: 63px;
  top: 195px;
  width: 87px;
  height: 87px;
  filter: alpha(opacity=40) progid:DXImageTransform.Microsoft.Alpha(opacity = 40);
}
.sc_print #sc_we_zone_gray_name {
  font-family: KozGoPr6N Heavy-83pv-RKSJ-H;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 2.4px;
  color: #727171;
  opacity: 0.8;
  position: absolute;
  left: 80px;
  top: 232px;
  width: 87px;
  height: 88px;
  filter: alpha(opacity=80) progid:DXImageTransform.Microsoft.Alpha(opacity = 80);
}
.sc_print #sc_we_zone_yellow {
  background-image: url(/wellgo/assets/sc_we_zone_yellow-b23aa6c6e878ec24a701e5d1c33d0e0c3ebc75ed4e5f9da6a4be2f367b9e0895.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.4;
  position: absolute;
  left: 156px;
  top: 57px;
  width: 131px;
  height: 131px;
  filter: alpha(opacity=40) progid:DXImageTransform.Microsoft.Alpha(opacity = 40);
}
.sc_print #sc_we_zone_yellow_name {
  font-family: KozGoPr6N Heavy-83pv-RKSJ-H;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 2.4px;
  color: #b28247;
  opacity: 0.8;
  position: absolute;
  left: 200px;
  top: 94px;
  width: 87px;
  height: 88px;
  filter: alpha(opacity=80) progid:DXImageTransform.Microsoft.Alpha(opacity = 80);
}
.sc_print #sc_we_zone_blue {
  background-image: url(/wellgo/assets/sc_we_zone_blue-9f7c51485dcc148e785f515c187c315f3ef6216781dd0528ce41eec717800c44.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.3;
  position: absolute;
  left: 156px;
  top: 195px;
  width: 131px;
  height: 87px;
  filter: alpha(opacity=30) progid:DXImageTransform.Microsoft.Alpha(opacity = 30);
}
.sc_print #sc_we_zone_blue_name, .sc_print #sc_we_zone_blue_name_en {
  font-family: KozGoPr6N Heavy-83pv-RKSJ-H;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 2.4px;
  color: #49869e;
  opacity: 0.8;
  position: absolute;
  left: 200px;
  top: 232px;
  width: 87px;
  height: 88px;
  filter: alpha(opacity=80) progid:DXImageTransform.Microsoft.Alpha(opacity = 80);
}
.sc_print #sc_we_zone_blue_name_en {
  left: 190px;
}
.sc_print #sc_we_star {
  background-image: url(/wellgo/assets/sc_we_star-cd4d6753e13b0cf9c0f1033d469dc0e3c84b0a375ecfc48fd0632e7817748a40.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 14px;
  height: 14px;
}
.sc_print #sc_we_zone_yaxis, .sc_print #sc_we_zone_yaxis_en {
  background-image: url(/wellgo/assets/sc_we_zone_yaxis-5e20ce58505eb0341563c7badcb5651711da585741fd67100bc32d07b545f657.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 41px;
  top: 60px;
  width: 19.5px;
  height: 218px;
}
.sc_print #sc_we_zone_yaxis_en {
  background-image: url(/wellgo/assets/sc_we_zone_yaxis_en-c20e2fe5cdaddd5824549d1b0d7266cc981e2e02fc111b7ddd202c86cc19d48f.svg);
}
.sc_print #sc_we_zone_xaxis, .sc_print #sc_we_zone_xaxis_en {
  background-image: url(/wellgo/assets/sc_we_zone_xaxis-628926655809e68fcf506268918f321f18faa24428cc359845bf6057505e06dc.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 65px;
  top: 286px;
  width: 222px;
  height: 19.5px;
}
.sc_print #sc_we_zone_xaxis_en {
  background-image: url(/wellgo/assets/sc_we_zone_xaxis_en-dc4ab241bbe2bc712ac1e830d043890ce99e2e3d368bffd45700fd8150e32e20.svg);
}
.sc_print #sc_we_satisfaction_box {
  background-image: url(/wellgo/assets/sc_we_satisfaction_box-d92d8a110621cb301cdf6ba25dcd5eb05dcc647a5b6403bcf69c5ebaf0ed4f48.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 302px;
  top: 59px;
  width: 126px;
  height: 39px;
}
.sc_print #sc_we_satisfaction_title {
  font-family: KozGoPr6N Heavy-83pv-RKSJ-H;
  font-size: 10px;
  text-align: center;
  line-height: 10px;
  letter-spacing: 2px;
  color: #ffffff;
  position: absolute;
  left: 295px;
  top: 69px;
  width: 126px;
  height: 39px;
}
.sc_print #sc_we_satisfaction_shine {
  background-image: url(/wellgo/assets/sc_we_satisfaction_shine-a4b901b3e4803124f9a6accca536cc1c05515e05e644eb8441d63553ea8d721c.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.5;
  position: absolute;
  left: 445px;
  top: 71px;
  width: 13px;
  height: 12px;
  filter: alpha(opacity=50) progid:DXImageTransform.Microsoft.Alpha(opacity = 50);
}
.sc_print #sc_we_satisfaction_icon {
  background-image: url(/wellgo/assets/sc_we_icon-d5519dddabe421082e038eba31d708c8a4593c74b5670a23fc178e8be0a6f48b.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.5;
  position: absolute;
  left: 458px;
  top: 60px;
  width: 23px;
  height: 38px;
  filter: alpha(opacity=50) progid:DXImageTransform.Microsoft.Alpha(opacity = 50);
}
.sc_print #sc_we_satisfaction_icon_title {
  font-size: 9px;
  line-height: 9px;
  color: #7a6a56;
  position: absolute;
  left: 462px;
  top: 64px;
  width: 110px;
  height: 38px;
}
.sc_print #sc_we_satisfaction_ratio {
  font-size: 23px;
  line-height: 23px;
  text-align: right;
  color: #7a6a56;
  position: absolute;
  left: 480px;
  top: 73px;
  width: 46px;
  height: 38px;
}
.sc_print #sc_we_satisfaction_ratio_unit {
  font-size: 9px;
  line-height: 9px;
  color: #7a6a56;
  position: absolute;
  left: 527px;
  top: 91px;
  width: 38px;
  height: 26px;
}
.sc_print #sc_we_advice_title {
  font-family: KozGoPr6N Bold-90ms-RKSJ-H;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1.2px;
  color: #7a6a56;
  position: absolute;
  left: 303px;
  top: 126px;
  width: 243px;
  height: 12px;
}
.sc_print #sc_we_advice_underline {
  border-style: Solid;
  border-color: #7a6a56;
  border-width: 1px;
  position: absolute;
  left: 303px;
  top: 138px;
  width: 243px;
  height: 0;
}
.sc_print #sc_we_advice_comment {
  font-size: 9px;
  line-height: 12px;
  color: #231815;
  position: absolute;
  left: 303px;
  top: 149px;
  width: 243px;
  height: 46px;
}
.sc_print #sc_we_whats_border {
  border-style: Solid;
  border-color: #c9bc9c;
  border-width: 1px;
  position: absolute;
  left: 303px;
  top: 227px;
  width: 241px;
  height: 26px;
}
.sc_print #sc_we_whats_title {
  font-family: KozGoPr6N Heavy-83pv-RKSJ-H;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  line-height: 12px;
  letter-spacing: 2.4px;
  color: #c9bc9c;
  position: absolute;
  left: 303px;
  top: 234px;
  width: 241px;
  height: 26px;
}
.sc_print #sc_we_whats_comment {
  font-size: 9px;
  line-height: 12px;
  color: #7a6a56;
  position: absolute;
  left: 305px;
  top: 268px;
  width: 243px;
  height: 26px;
}
.sc_print #sc_we_guide_box {
  background: #e7e7bf;
  position: absolute;
  left: 34px;
  top: 314px;
  width: 521px;
  height: 62px;
  border-radius: 15px;
}
.sc_print #sc_we_guide_icon_ja {
  background-image: url(/wellgo/assets/sc_we_guide_icon-7165c767b0383a73d7bffc618c9f022241bad7fe15e8da01d12502d4af264e4e.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 100px;
  top: 324px;
  width: 40px;
  height: 40px;
}
.sc_print #sc_we_guide_desc1_ja {
  font-size: 9px;
  line-height: 12px;
  color: #231815;
  position: absolute;
  left: 150px;
  top: 330px;
  height: 62px;
}
.sc_print #sc_we_guide_desc2_ja {
  font-size: 9px;
  line-height: 12px;
  color: #231815;
  position: absolute;
  left: 150px;
  top: 345px;
  height: 62px;
}
.sc_print #sc_we_guide_icon_en {
  background-image: url(/wellgo/assets/sc_we_guide_icon-7165c767b0383a73d7bffc618c9f022241bad7fe15e8da01d12502d4af264e4e.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 70px;
  top: 324px;
  width: 40px;
  height: 40px;
}
.sc_print #sc_we_guide_desc1_en {
  white-space: nowrap;
  font-size: 9px;
  line-height: 12px;
  color: #231815;
  position: absolute;
  left: 120px;
  top: 330px;
  height: 62px;
}
.sc_print #sc_we_guide_desc2_en {
  white-space: nowrap;
  font-size: 9px;
  line-height: 12px;
  color: #231815;
  position: absolute;
  left: 120px;
  top: 345px;
  height: 62px;
}
.sc_print #sc_test {
  border: solid 2px #6cf;
  position: absolute;
  left: 148px;
  color: #337ab7;
  width: 300px;
  height: 30px;
  top: 342px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.2em;
  text-align: center;
}
.sc_print #sc_test:hover {
  background: #bbf3fd;
  color: #337ab7;
  text-decoration: none;
}
.sc_print .sc_we_guide_bottombox {
  width: 530px;
  height: auto;
  margin: 0.2em 0;
  position: absolute;
  top: 235px;
  left: 23px;
}
.sc_print .sc_DL_button_box {
  margin-top: 10px;
}
.sc_print .sc_moushide_DL_box {
  padding: 5px 22px;
  width: 546px;
  height: 50px;
  border-bottom: 1px #8c8b8b;
}
.sc_print .sc_moushide_DL_text {
  float: left;
  font-size: 12px;
  margin: 5px 5px 5px 22px;
  width: 288px;
}
.sc_print .sc_moushide_DL_text_r {
  float: left;
  font-size: 12px;
  margin: 5px 5px 5px 10px;
}
.sc_print .sc_moushide_DL_button {
  float: left;
  text-align: center;
  width: 150px;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #668ad8;
  /*ボタン色*/
  color: #fff;
  border-bottom: solid 4px #627295;
  border-radius: 3px;
}
.sc_print .sc_moushide_DL_button:active {
  /*ボタンを押したとき*/
  -ms-transform: translateY(4px);
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  /*下に動く*/
  border-bottom: 0;
  /*線を消す*/
}
.sc_print .sc_kekka_DL_box {
  position: relative;
  margin-top: 16px;
  padding: 5px 22px;
  width: 546px;
  height: 50px;
}
.sc_print .sc_kekka_DL_text {
  float: left;
  font-size: 12px;
  margin: 5px 5px 5px 22px;
  width: 288px;
}
.sc_print .sc_kekka_DL_text_r {
  float: left;
  font-size: 12px;
  margin: 5px 5px 5px 10px;
}
.sc_print .sc_kekka_DL_button {
  float: left;
  text-align: center;
  width: 150px;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #96b459;
  /*ボタン色*/
  color: #fff;
  border-bottom: solid 4px #7c8e46;
  border-radius: 3px;
}
.sc_print .sc_kekka_DL_button:active {
  /*ボタンを押したとき*/
  -ms-transform: translateY(4px);
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  /*下に動く*/
  border-bottom: 0;
  /*線を消す*/
}
.sc_print hr.sc_border_line {
  position: absolute;
  border-bottom: 0.5px #8c8b8b;
  left: 22px;
  width: 542px;
}
.sc_print #sc_occupational_stress_model {
  background: #ffffff;
  position: absolute;
  left: 78px;
  top: 50px;
  width: 432px;
  height: 178px;
}
.sc_print #sc_stress_youin {
  clear: both;
  width: 530px;
  height: 150px;
  font-size: 13px;
  padding: 0.6em 1.2em;
  margin-left: 1em;
  line-height: 1.4em;
  border: 1px solid #c90;
  text-align: left;
  position: absolute;
  top: 229px;
  left: 19px;
}
.sc_print .sc_kred {
  color: #f00;
}
.sc_print #explain_stress_ja, .sc_print #explain_stress_en {
  position: absolute;
  top: 235px;
  left: 43px;
  font-size: 10px;
  width: 516px;
}
.sc_print #explain_stress_en {
  font-size: 11px;
}
.sc_print #sc_soudan {
  position: relative;
  margin-top: 10px;
  width: 552px;
  height: 250px;
  color: #796a55;
}
.sc_print .sc_soudan_border {
  position: absolute;
  background: #fff;
  border: solid 1px #dde8b2;
  border-radius: 10px;
  height: auto;
  width: 552px;
  left: 21px;
  margin-bottom: 30px;
}
.sc_print .sc_soudan_title {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin: 20px 20px 0;
}
.sc_print .sc_soudan_p {
  font-size: 9px;
  line-height: 12px;
  margin: 0 20px;
  color: #7a6a56;
}
.sc_print #sc_soudan_box {
  margin: 20px 20px 0;
  height: 70px;
}
.sc_print .sc_soudan_aicon, .sc_print .sc_result_page .sc_soudan_aicon_email_en, .sc_result_page .sc_print .sc_soudan_aicon_email_en, .sc_print .sc_page .sc_soudan_aicon_email_en, .sc_page .sc_print .sc_soudan_aicon_email_en, .sc_print .sc_soudan_aicon_email_en {
  float: left;
  width: 100px;
  height: 20px;
  margin: 5px 5px 0 10px;
  text-align: center;
  color: #fff;
  background-color: #659d53;
}
.sc_print .sc_soudan_aicon_email_en {
  margin: 9px 5px 0 10px;
}
.sc_print .sc_soudan_text, .sc_print .sc_result_page .sc_soudan_text_2_en, .sc_result_page .sc_print .sc_soudan_text_2_en, .sc_print .sc_result_page .sc_soudan_text_1_en, .sc_result_page .sc_print .sc_soudan_text_1_en, .sc_print .sc_page .sc_soudan_text_2_en, .sc_page .sc_print .sc_soudan_text_2_en, .sc_print .sc_page .sc_soudan_text_1_en, .sc_page .sc_print .sc_soudan_text_1_en, .sc_print .sc_soudan_text_2_en, .sc_print .sc_soudan_text_1_en {
  font-size: 13px;
  float: left;
  width: 350px;
  height: 20px;
  margin: 5px;
}
.sc_print .sc_soudan_text_1_en {
  font-size: 10px;
  height: 30px;
}
.sc_print .sc_soudan_text_2_en {
  margin: 9px;
}

.page-break {
  page-break-after: always;
}

#stress_check_stats_pdf .full_width_chart {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  width: 1393px;
  height: 400px;
  text-align: left;
  line-height: normal;
}
#stress_check_stats_pdf .full_width_chart_top {
  position: relative;
  overflow: hidden;
  width: 1393px;
  height: 400px;
  text-align: left;
  line-height: normal;
}

.wst_card_body {
  width: 1393px;
  height: 2830px;
}

.work_stress_chart {
  float: left;
  width: 680px;
  height: 800px;
  margin-top: 115px;
  background-image: url(/wellgo/assets/sc_stats_work_bg-d4d66724508648dafa2f0ca9a030b3b99324bf6ea6ae7d2ed6768e83c7dea6f3.png);
  background-size: 607px 537px;
  background-position: 62px 49px;
  background-repeat: no-repeat;
}

.work_support_chart {
  float: right;
  width: 680px;
  height: 800px;
  margin-top: 115px;
  background-image: url(/wellgo/assets/sc_stats_support_bg-04ee80a60da81464b6cf9d0d10373bf89d704080205692f89c9d9363e8bd08a8.png);
  background-size: 607px 537px;
  background-position: 60px 50px;
  background-repeat: no-repeat;
}

.work_stress_chart_women {
  float: left;
  width: 680px;
  height: 800px;
  margin-top: 115px;
  background-image: url(/wellgo/assets/sc_stats_work_women_bg-807a42a76d91a9e9b56a8de6d83983ad9ea56df100dcdd23cbd676e010d362e9.png);
  background-size: 607px 537px;
  background-position: 62px 49px;
  background-repeat: no-repeat;
}

.work_support_chart_women {
  float: right;
  width: 680px;
  height: 800px;
  margin-top: 115px;
  background-image: url(/wellgo/assets/sc_stats_support_woman_bg-f9d36c4eceadd82efe20a663a3baab4e21b94fdf0d54874e3d36860f29782929.png);
  background-size: 610px 534px;
  background-position: 62px 52px;
  background-repeat: no-repeat;
}

.px-screen {
  max-width: 850px;
}

.sc_text-danger {
  font-weight: 500;
  font-size: 1.2rem;
}

.sc_background {
  background: #c9e6f3;
  background-image: url(/wellgo/assets/sc_bg-bd216054600a4fe827e61fa5015f881ae78acdcc27b9fda10ec3d3a89e3a95dd.jpg);
  background-size: contain;
  background-repeat: repeat-x;
  background-position: top;
}

.sc_background_result {
  background-color: #f6f5ed;
}
.sc_background_result .app-body {
  height: calc(100vh - 55px);
}

.sc_kekka_DL_button {
  float: left;
  text-align: center;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #96b459; /*ボタン色*/
  width: 170px;
  color: #fff;
  border-bottom: solid 4px #7c8e46;
  border-radius: 3px;
  min-width: 100px;
}

.sc_kekka_DL_button:active {
  /*ボタンを押したとき*/
  -ms-transform: translateY(4px);
  -webkit-transform: translateY(4px);
  transform: translateY(4px); /*下に動く*/
  border-bottom: 0; /*線を消す*/
}

.sc_page {
  /* DL追記　*/
}
.sc_page .sc_contents {
  margin: 10px 20px 30px;
  padding: 20px 25px;
  background-color: #ffffff;
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  .sc_page .sc_contents {
    margin: 10px 0 30px;
    padding: 20px 13px;
  }
}
.sc_page .sc_contents_result {
  margin: 0;
  padding: 0;
}
.sc_page .agreement_box {
  width: 80%;
  height: 300px;
  overflow: auto;
  margin: auto;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.8);
  background-color: rgba(255, 255, 255, 0);
  color: black;
  text-align: left;
  font-size: small;
  font-family: sans-serif;
}
@media only screen and (max-width: 767px) {
  .sc_page .agreement_box {
    width: 100%;
  }
}
.sc_page .wrapper {
  text-align: left;
}
.sc_page .sc_main {
  zoom: 1.25;
  height: auto;
  margin: 0 auto;
}
.sc_page .sc_pdf_spacer {
  height: 100px;
}
.sc_page #sc_pdf_margin_top {
  line-height: 72px;
}
.sc_page .sc_pdf_header {
  position: relative;
}
.sc_page .sc_underline_red {
  border-bottom: Solid;
  border-color: #c30d23;
  border-width: 2px;
}
.sc_page .sc_underline_white {
  border-bottom: Solid;
  border-color: white;
  border-width: 2px;
}
.sc_page .sc_deviation_table {
  border-spacing: 0;
  font-size: 9px;
  line-height: 13px;
  vertical-align: middle;
}
.sc_page .sc_header {
  padding: 0 1px;
  text-align: center;
  vertical-align: middle;
}
.sc_page .sc_factor_name {
  padding: 0 3px 0 1px;
  text-align: right;
  vertical-align: middle;
  width: 155px;
}
.sc_page .sc_points {
  padding: 0 1px;
  border: Solid;
  border-color: #daa257;
  border-width: 1px;
  text-align: center;
  vertical-align: middle;
  width: 50px;
}
.sc_page .sc_deviation {
  padding: 0 1px;
  border: Solid;
  border-color: #daa257;
  border-width: 1px;
  text-align: center;
  vertical-align: middle;
  width: 35px;
}
.sc_page .sc_bottom_email {
  font-size: 10px;
  text-align: right;
  margin-top: 10px;
}
.sc_page #sc_pdf_counseling_period {
  position: relative;
  font-size: 13px;
  font-family: sans-serif;
  text-align: center;
  vertical-align: middle;
  color: #604c3f;
  left: 110px;
  top: 505px;
  width: 380px;
  height: 50px;
}
.sc_page #sc_profile {
  position: relative;
  width: 546px;
  height: 110px;
}
.sc_page #sc_profile_bg_23_ja {
  background-image: url(/wellgo/assets/sc_prof_bg_23_ja-51c6c5a47c6caf6783ae5f2c6ed45b8e8ccdd6296f2b6242fc61e63b19673d90.svg);
  background-size: contain;
  position: absolute;
  left: 22px;
  top: 0;
  width: 546px;
  height: 110px;
  filter: alpha(opacity=70) progid:DXImageTransform.Microsoft.Alpha(opacity = 70);
}
.sc_page #sc_profile_bg_23_en {
  background-image: url(/wellgo/assets/sc_prof_bg_23_en-ce772367089436964af72ff9a17eaf4fdeab2e2a0a60ea72a52d65ab1e9c5023.svg);
  background-size: contain;
  position: absolute;
  left: 22px;
  top: 0;
  width: 546px;
  height: 110px;
  filter: alpha(opacity=70) progid:DXImageTransform.Microsoft.Alpha(opacity = 70);
}
.sc_page #sc_profile_bg_57_ja {
  background-image: url(/wellgo/assets/sc_prof_bg_57_ja-ed1939a72d55bb94d88eb7b0e79aa0fd92d906a953e6611cb3118dbed994ea6b.svg);
  background-size: contain;
  position: absolute;
  left: 22px;
  top: 0;
  width: 546px;
  height: 110px;
  filter: alpha(opacity=70) progid:DXImageTransform.Microsoft.Alpha(opacity = 70);
}
.sc_page #sc_profile_bg_80_ja {
  background-image: url(/wellgo/assets/sc_prof_bg_80_ja-1525933295e6fcd12aaa648706991ae59468aeaea234dd954ad50fb85f7dc253.svg);
  background-size: contain;
  position: absolute;
  left: 22px;
  top: 0;
  width: 546px;
  height: 110px;
  filter: alpha(opacity=70) progid:DXImageTransform.Microsoft.Alpha(opacity = 70);
}
.sc_page #sc_profile_bg_80_en {
  background-image: url(/wellgo/assets/sc_prof_bg_80_en-8d23ed613b22a9f9c93ca4bc0465578cf324bb5ceb35568f491d7a6842b6d721.svg);
  background-size: contain;
  position: absolute;
  left: 22px;
  top: 0;
  width: 546px;
  height: 110px;
  filter: alpha(opacity=70) progid:DXImageTransform.Microsoft.Alpha(opacity = 70);
}
.sc_page #sc_profile_circle {
  background: #ffffff;
  position: absolute;
  left: 86px;
  top: 77px;
  width: 59px;
  height: 22px;
  border-radius: 11px;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
}
.sc_page #sc_profile_qnum80 {
  background-image: url(/wellgo/assets/sc_qnum80-a8f5777a415c4bcbe03e034474cdb2e3905ca872e8faebce9550b30c7df5ae87.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 99px;
  top: 82px;
  width: 36px;
  height: 14px;
}
.sc_page #sc_profile_bgimg {
  background-image: url(/wellgo/assets/sc_profile_bg-83294c0a22730ce98a94c4dacda5a4d20a78f7a136dec0fd5b3d5773fc535671.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 29px;
  top: 8px;
  width: 531px;
  height: 94px;
}
.sc_page #sc_profile_underline {
  border-style: Solid;
  border-color: #c30d23;
  border-width: 1px;
  position: absolute;
  left: 203px;
  top: 68px;
  width: 150px;
  height: 0;
}
.sc_page #sc_profile_title {
  font-family: KozGoPr6N Heavy-90ms-RKSJ-H;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
  letter-spacing: -1px;
  color: #ffffff;
  position: absolute;
  left: 53px;
  top: 31px;
  width: 120px;
  height: 30px;
}
.sc_page #sc_profile_level {
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.75px;
  color: #231815;
  position: absolute;
  left: 200px;
  top: 26px;
  width: 340px;
}
.sc_page #sc_profile_comment {
  font-size: 12.5px;
  line-height: 22.58px;
  color: #231815;
  position: absolute;
  left: 200px;
  top: 76px;
  width: 340px;
}
.sc_page #sc_dr_wellgo {
  position: relative;
  margin-top: 10px;
  width: 546px;
  height: 53px;
}
.sc_page #sc_result {
  position: relative;
  margin-top: 10px;
  width: 552px;
  height: 270px;
}
.sc_page #sc_result_title_bar {
  background: #c9bc9c;
  position: absolute;
  left: 21px;
  top: 0;
  width: 552px;
  height: 30px;
}
.sc_page #sc_result_title {
  font-family: KozGoPr6N Bold-90ms-RKSJ-H;
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 2.2px;
  color: #ffffff;
  position: absolute;
  left: 21px;
  top: 2px;
  width: 552px;
  height: 30px;
}
.sc_page #sc_result_border {
  background: #ffffff;
  border-style: Solid;
  border-color: #c9bc9c;
  border-width: 1px;
  position: absolute;
  left: 21px;
  top: 30px;
  width: 552px;
  height: 240px;
}
.sc_page #sc_result_rader_border {
  border-style: Solid;
  border-color: #c9bc9c;
  border-width: 1px;
  position: absolute;
  left: 30px;
  top: 42px;
  width: 255px;
  height: 218px;
}
.sc_page #sc_result_rader {
  position: absolute;
  left: 35px;
  top: 49px;
  width: 245px;
  height: 199px;
}
.sc_page #sc_result_rader_hint_title_bar {
  background: #a8d1f0;
  opacity: 0.7;
  position: absolute;
  left: 202px;
  top: 94px;
  width: 78px;
  height: 17px;
  filter: alpha(opacity=70) progid:DXImageTransform.Microsoft.Alpha(opacity = 70);
}
.sc_page #sc_result_rader_hint_title {
  padding-left: 4px;
  font-size: 8px;
  line-height: 17px;
  color: #231815;
  position: absolute;
  left: 202px;
  top: 94px;
  width: 73px;
  height: 17px;
}
.sc_page #sc_result_rader_hint_border {
  border-style: Solid;
  border-color: #91c8ea;
  border-width: 1px;
  position: absolute;
  left: 202px;
  top: 93px;
  width: 78px;
  height: 60px;
}
.sc_page #sc_result_rader_hint_body, .sc_page #sc_result_rader_hint_body_en {
  padding: 2px;
  font-size: 8px;
  line-height: 11px;
  color: #231815;
  position: absolute;
  left: 205px;
  top: 113px;
  width: 71px;
  height: 42px;
}
.sc_page #sc_result_rader_hint_body_en {
  left: 203px;
  top: 109px;
  width: 77px;
}
.sc_page #sc_result_rader_green_label {
  padding: 2px;
  margin-top: 2px;
  background: #c4d68c;
  border-style: Solid;
  border-color: #b6ca64;
  border-width: 1px;
}
.sc_page #sc_result_rader_yellow_label {
  padding: 2px;
  margin-top: 2px;
  background: #eed393;
  border-style: Solid;
  border-color: #cb9d66;
  border-width: 1px;
}
.sc_page #sc_result_rader_pink_label {
  padding: 2px;
  margin-top: 2px;
  background: #f2d0d4;
  border-style: Solid;
  border-color: #d99d98;
  border-width: 1px;
}
.sc_page #sc_result_level_border {
  border-style: Solid;
  border-color: #c9bc9c;
  border-width: 1px;
  position: absolute;
  left: 294px;
  top: 42px;
  width: 72px;
  height: 86px;
}
.sc_page #sc_result_level_title {
  font-size: 11px;
  line-height: 11px;
  text-align: center;
  vertical-align: middle;
  color: #7a6a56;
  position: absolute;
  left: 306px;
  top: 56px;
  width: 50px;
  height: 42px;
}
.sc_page #sc_result_level {
  font-family: YuGothic Bold;
  font-weight: bold;
  font-size: 45px;
  line-height: 45px;
  text-align: center;
  vertical-align: middle;
  color: #7a6a56;
  position: absolute;
  left: 294px;
  top: 77px;
  width: 72px;
  height: 62px;
}
.sc_page #sc_result_advice_title {
  font-family: KozGoPr6N Bold-90ms-RKSJ-H;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1.2px;
  color: #7a6a56;
  position: absolute;
  left: 374px;
  top: 45px;
  width: 193px;
}
.sc_page #sc_result_advice_underline {
  border-style: Solid;
  border-color: #7a6a56;
  border-width: 1px;
  position: absolute;
  left: 374px;
  top: 59px;
  width: 193px;
  height: 0;
}
.sc_page #sc_result_advice_comment, .sc_page #sc_result_advice_comment_en {
  font-size: 9px;
  line-height: 10px;
  color: #231815;
  position: absolute;
  left: 375px;
  top: 72px;
  width: 193px;
  height: 50px;
}
.sc_page #sc_result_advice_comment_en {
  top: 63px;
}
.sc_page #sc_result_dist_title {
  font-size: 12px;
  text-align: center;
  line-height: 12px;
  letter-spacing: 0;
  color: #7a6a56;
  position: absolute;
  left: 294px;
  top: 135px;
  width: 273px;
  height: 0;
}
.sc_page #sc_result_dist_arrowhead {
  width: 12px;
  height: 12px;
}
.sc_page #sc_result_dist_underline {
  border-style: Solid;
  border-color: #7a6a56;
  border-width: 1px;
  position: absolute;
  left: 294px;
  top: 151px;
  width: 273px;
  height: 0;
}
.sc_page #sc_result_dist {
  position: absolute;
  left: 300px;
  top: 162px;
  width: 257px;
  height: 105px;
}
.sc_page #sc_work {
  position: relative;
  margin-top: 10px;
  width: 546px;
  height: 236px;
}
.sc_page #sc_work_border {
  background: #ffffff;
  border-style: Solid;
  border-color: #b6ca64;
  border-width: 1px;
  position: absolute;
  left: 21px;
  top: 0;
  width: 552px;
  height: 236px;
}
.sc_page #sc_work_icon {
  background-image: url(/wellgo/assets/sc_work_icon-5b529be933b0152866c480b407480fed904b455cb49535cf099357a4299d076c.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 35px;
  top: 10px;
  width: 27px;
  height: 22px;
}
.sc_page #sc_work_title, .sc_page #sc_work_title_en {
  font-family: KozGoPr6N Bold-90ms-RKSJ-H;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 1.8px;
  color: #7a6a56;
  position: absolute;
  left: 70px;
  top: 15px;
  width: 284px;
}
.sc_page #sc_work_title_en {
  font-size: 15px;
}
.sc_page #sc_work_title_underline {
  background: #d5e596;
  position: absolute;
  left: 33px;
  top: 39px;
  width: 284px;
  height: 2px;
}
.sc_page #sc_work_level_box {
  background: #d5e596;
  position: absolute;
  left: 327px;
  top: 7px;
  width: 239px;
  height: 42px;
}
.sc_page #sc_work_level_title {
  font-size: 9px;
  line-height: 9px;
  letter-spacing: 1.8px;
  text-align: center;
  color: #7a6a56;
  position: absolute;
  left: -2px;
  top: 6px;
  width: 50px;
  height: 42px;
}
.sc_page #sc_work_level {
  font-family: YuGothic Bold;
  font-weight: bold;
  font-size: 23px;
  text-align: center;
  color: #7a6a56;
  position: absolute;
  left: -1px;
  top: 11px;
  width: 50px;
  height: 44px;
}
.sc_page #sc_work_deviation_this_time_title {
  font-size: 9px;
  text-align: center;
  color: #7a6a56;
  position: absolute;
  left: 51px;
  top: 3px;
  width: 60px;
  height: 42px;
}
.sc_page #sc_work_deviation_this_time {
  font-family: KozGoPr6N Bold-90ms-RKSJ-H;
  font-weight: bold;
  font-size: 23px;
  text-align: center;
  color: #7a6a56;
  position: absolute;
  left: 56px;
  top: 12px;
  width: 50px;
  height: 42px;
}
.sc_page #sc_work_deviation_last_time_title {
  font-size: 9px;
  text-align: center;
  color: #7a6a56;
  position: absolute;
  left: 112px;
  top: 4px;
  width: 60px;
  height: 34px;
}
.sc_page #sc_work_deviation_last_time {
  font-family: KozGoPr6N Bold-90ms-RKSJ-H;
  font-size: 16px;
  text-align: center;
  color: #7a6a56;
  position: absolute;
  left: 117px;
  top: 16px;
  width: 50px;
  height: 42px;
}
.sc_page #sc_work_deviation_last_last_title {
  font-size: 9px;
  text-align: center;
  color: #7a6a56;
  position: absolute;
  left: 172px;
  top: 4px;
  width: 60px;
  height: 42px;
}
.sc_page #sc_work_deviation_last_last {
  font-family: KozGoPr6N Bold-90ms-RKSJ-H;
  font-size: 16px;
  text-align: center;
  color: #7a6a56;
  position: absolute;
  left: 176px;
  top: 17px;
  width: 50px;
  height: 42px;
}
.sc_page #sc_work_table {
  position: absolute;
  left: 31px;
  top: 57px;
  width: 240px;
  height: 138px;
}
.sc_page #sc_work_bar {
  position: absolute;
  left: 270px;
  top: 57px;
  width: 295px;
  height: 146px;
}
.sc_page #sc_work_stress_arrow_ja {
  background-image: url(/wellgo/assets/sc_stress_arrow_ja-17f92d8def1acee7b1ac99c415cec8c90efc3fcbcf985209dbbe4fe3abb81ad5.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 280px;
  top: 208px;
  width: 286px;
  height: 11px;
}
.sc_page #sc_work_stress_arrow_en {
  background-image: url(/wellgo/assets/sc_stress_arrow_en-216a960887e1af3cc46d919d4869e9729976d6c0b070c7de936c55a8989c3191.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 280px;
  top: 208px;
  width: 286px;
  height: 11px;
}
.sc_page #sc_work_stress_arrow_text_high {
  font-family: KozGoPr6N Bold-83pv-RKSJ-H;
  font-weight: bold;
  font-size: 8px;
  text-align: left;
  line-height: 11px;
  color: #ffffff;
  position: absolute;
  left: 288px;
  top: 215px;
  width: 267px;
  height: 11px;
}
.sc_page #sc_work_stress_arrow_text_stress {
  font-family: KozGoPr6N Bold-83pv-RKSJ-H;
  font-weight: bold;
  font-size: 8px;
  text-align: center;
  line-height: 11px;
  color: #ffffff;
  position: absolute;
  left: 288px;
  top: 215px;
  width: 267px;
  height: 11px;
}
.sc_page #sc_work_stress_arrow_text_low {
  font-family: KozGoPr6N Bold-83pv-RKSJ-H;
  font-weight: bold;
  font-size: 8px;
  text-align: right;
  line-height: 11px;
  color: #ffffff;
  position: absolute;
  left: 288px;
  top: 215px;
  width: 267px;
  height: 11px;
}
.sc_page #sc_explanation {
  position: relative;
  margin-top: 10px;
  width: 546px;
  height: 120px;
}
.sc_page .sc_explanation_red {
  color: red;
}
.sc_page #sc_explanation_border {
  background: #ffffff;
  border-style: Solid;
  border-color: #c9bc9c;
  border-width: 1px;
  position: absolute;
  left: 21px;
  top: 0;
  width: 552px;
  height: 120px;
}
.sc_page #sc_explanation_howto_box {
  background: #d5e596;
  position: absolute;
  left: 9px;
  top: 9px;
  width: 70px;
  height: 34px;
}
.sc_page #sc_explanation_howto, .sc_page #sc_explanation_howto_en {
  font-size: 10px;
  text-align: center;
  vertical-align: middle;
  line-height: 10px;
  letter-spacing: 2px;
  color: #7a6a56;
  position: absolute;
  left: 0;
  top: 7px;
  width: 70px;
  height: 34px;
}
.sc_page #sc_explanation_howto_en {
  font-size: 8px;
}
.sc_page #sc_explanation_bar_title {
  font-size: 8px;
  line-height: 16px;
  color: #231815;
  position: absolute;
  left: 99px;
  top: 10px;
  width: 68px;
}
.sc_page #sc_explanation_bar_axis {
  background-image: url(/wellgo/assets/sc_explanation_bar_axis-2c821da6e96da32664a346359596272a6ef85a87430e42cb902081337f59e584.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 89px;
  top: 24px;
  width: 4.5px;
  height: 35px;
}
.sc_page #sc_explanation_bar_green {
  background: #c4d68c;
  position: absolute;
  left: 94px;
  top: 27px;
  width: 66px;
  height: 8px;
}
.sc_page #sc_explanation_bar_red {
  background: #c30d23;
  position: absolute;
  left: 94px;
  top: 42px;
  width: 25px;
  height: 8px;
}
.sc_page #sc_explanation_bar_desc_mark {
  font-size: 8px;
  line-height: 9px;
  color: #7a6a56;
  position: absolute;
  left: 169px;
  top: 14px;
  width: 10px;
  height: 10px;
}
.sc_page #sc_explanation_bar_desc {
  font-size: 8px;
  line-height: 9px;
  color: #7a6a56;
  position: absolute;
  left: 179px;
  top: 14px;
  width: 50px;
  height: 40px;
}
.sc_page #sc_explanation_deviation_last_time {
  font-size: 8px;
  text-align: center;
  line-height: 8px;
  color: #231815;
  position: absolute;
  left: 238px;
  top: 9px;
  width: 60px;
  height: 4px;
}
.sc_page #sc_explanation_deviation_last_last {
  font-size: 8px;
  text-align: center;
  line-height: 8px;
  color: #231815;
  position: absolute;
  left: 238px;
  top: 33px;
  width: 60px;
  height: 4px;
}
.sc_page #sc_explanation_line_last {
  background-image: url(/wellgo/assets/sc_line_last-3dd22b0ce62609c37c1e85f9519519f0d84a626d568a527c59ee617822655f42.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 253px;
  top: 18px;
  width: 32px;
  height: 4px;
}
.sc_page #sc_explanation_line_before_last {
  background-image: url(/wellgo/assets/sc_line_green-ef202a4bfe2239747bc3816f08553d689e778b7521e2e18ca5599042c0f862fb.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 253px;
  top: 42px;
  width: 32px;
  height: 4px;
}
.sc_page #sc_explanation_whats_dev_box, .sc_page #sc_explanation_whats_dev_box_en {
  background: #d5e596;
  position: absolute;
  left: 298px;
  top: 12px;
  width: 60px;
  height: 34px;
}
.sc_page #sc_explanation_whats_dev_box_en {
  width: 62px;
  height: 41px;
}
.sc_page #sc_explanation_whats_dev {
  font-size: 10px;
  text-align: center;
  vertical-align: middle;
  line-height: 10px;
  letter-spacing: 2px;
  color: #7a6a56;
  position: absolute;
  left: 1px;
  top: 7px;
  width: 60px;
  height: 34px;
}
.sc_page #sc_explanation_whats_dev_desc {
  font-size: 8px;
  line-height: 10px;
  color: #7a6a56;
  position: absolute;
  left: 368px;
  top: 9px;
  width: 175px;
  height: 49px;
}
.sc_page #sc_explanation_level_box {
  background: #d5e596;
  position: absolute;
  left: 10px;
  top: 62px;
  width: 70px;
  height: 17px;
}
.sc_page #sc_explanation_level {
  font-size: 10px;
  text-align: center;
  vertical-align: middle;
  line-height: 10px;
  letter-spacing: 2px;
  color: #7a6a56;
  position: absolute;
  left: 9px;
  top: 66px;
  width: 70px;
  height: 17px;
}
.sc_page #sc_explanation_level_desc {
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 2px;
  color: #7a6a56;
  position: absolute;
  left: 89px;
  top: 66px;
  width: 377px;
  height: 17px;
}
.sc_page #sc_explanation_value_box, .sc_page #sc_explanation_value_box_en {
  background: #d5e596;
  position: absolute;
  left: 10px;
  top: 90px;
  width: 70px;
  height: 17px;
}
.sc_page #sc_explanation_value_box_en {
  height: 26px;
}
.sc_page #sc_explanation_value {
  font-size: 10px;
  text-align: center;
  vertical-align: middle;
  line-height: 10px;
  letter-spacing: 2px;
  color: #7a6a56;
  position: absolute;
  left: 9px;
  top: 94px;
  width: 70px;
  height: 17px;
}
.sc_page #sc_explanation_value_desc {
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 2px;
  color: #7a6a56;
  position: absolute;
  left: 89px;
  top: 94px;
  width: 400px;
  height: 17px;
}
.sc_page #sc_mindbody {
  position: relative;
  margin-top: 10px;
  width: 552px;
  height: 243px;
}
.sc_page #sc_mindbody_border {
  background: #ffffff;
  border-style: Solid;
  border-color: #d99d98;
  border-width: 1px;
  position: absolute;
  left: 21px;
  top: 0;
  width: 552px;
  height: 243px;
}
.sc_page #sc_mindbody_icon {
  background-image: url(/wellgo/assets/sc_mindbody_icon-1406567bb8be51e07d962953eb892389e1298b70c8823349e703d162b2c09092.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 40px;
  top: 11px;
  width: 24px;
  height: 18px;
}
.sc_page #sc_mindbody_title, .sc_page #sc_mindbody_title_en {
  font-family: KozGoPr6N Bold-83pv-RKSJ-H;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 1.8px;
  color: #7a6a56;
  position: absolute;
  left: 70px;
  top: 15px;
  width: 284px;
}
.sc_page #sc_mindbody_title_en {
  font-size: 10px;
  top: 14px;
}
.sc_page #sc_mindbody_title_underline {
  background: #f7c8d1;
  position: absolute;
  left: 33px;
  top: 39px;
  width: 284px;
  height: 2px;
}
.sc_page #sc_mindbody_level_box {
  background: #f7c8d1;
  position: absolute;
  left: 327px;
  top: 7px;
  width: 239px;
  height: 42px;
}
.sc_page #sc_mindbody_level_title {
  font-size: 9px;
  line-height: 9px;
  letter-spacing: 1.8px;
  text-align: center;
  color: #7a6a56;
  position: absolute;
  left: -2px;
  top: 6px;
  width: 50px;
  height: 42px;
}
.sc_page #sc_mindbody_level {
  font-family: YuGothic Bold;
  font-weight: bold;
  font-size: 23px;
  text-align: center;
  color: #7a6a56;
  position: absolute;
  left: -1px;
  top: 11px;
  width: 50px;
  height: 44px;
}
.sc_page #sc_mindbody_deviation_this_time_title {
  font-size: 9px;
  text-align: center;
  color: #7a6a56;
  position: absolute;
  left: 51px;
  top: 3px;
  width: 60px;
  height: 42px;
}
.sc_page #sc_mindbody_deviation_this_time {
  font-family: KozGoPr6N Bold-90ms-RKSJ-H;
  font-weight: bold;
  font-size: 23px;
  text-align: center;
  color: #7a6a56;
  position: absolute;
  left: 56px;
  top: 12px;
  width: 50px;
  height: 42px;
}
.sc_page #sc_mindbody_deviation_last_time_title {
  font-size: 9px;
  text-align: center;
  color: #7a6a56;
  position: absolute;
  left: 112px;
  top: 4px;
  width: 60px;
  height: 34px;
}
.sc_page #sc_mindbody_deviation_last_time {
  font-family: KozGoPr6N Bold-90ms-RKSJ-H;
  font-size: 16px;
  text-align: center;
  color: #7a6a56;
  position: absolute;
  left: 117px;
  top: 16px;
  width: 50px;
  height: 42px;
}
.sc_page #sc_mindbody_deviation_last_last_title {
  font-size: 9px;
  text-align: center;
  color: #7a6a56;
  position: absolute;
  left: 172px;
  top: 4px;
  width: 60px;
  height: 42px;
}
.sc_page #sc_mindbody_deviation_last_last {
  font-family: KozGoPr6N Bold-90ms-RKSJ-H;
  font-size: 16px;
  text-align: center;
  color: #7a6a56;
  position: absolute;
  left: 176px;
  top: 17px;
  width: 50px;
  height: 42px;
}
.sc_page #sc_mindbody_table {
  position: absolute;
  left: 27px;
  top: 55px;
  width: 240px;
  height: 95px;
}
.sc_page #sc_mindbody_bar {
  position: absolute;
  left: 270px;
  top: 55px;
  width: 295px;
  height: 105px;
}
.sc_page #sc_mindbody_stress_arrow_ja {
  background-image: url(/wellgo/assets/sc_stress_arrow_ja-17f92d8def1acee7b1ac99c415cec8c90efc3fcbcf985209dbbe4fe3abb81ad5.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 278px;
  top: 158px;
  width: 286px;
  height: 11px;
}
.sc_page #sc_mindbody_stress_arrow_en {
  background-image: url(/wellgo/assets/sc_stress_arrow_en-216a960887e1af3cc46d919d4869e9729976d6c0b070c7de936c55a8989c3191.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 278px;
  top: 158px;
  width: 286px;
  height: 11px;
}
.sc_page #sc_mindbody_stress_arrow_text_high {
  font-family: KozGoPr6N Bold-83pv-RKSJ-H;
  font-weight: bold;
  font-size: 8px;
  text-align: left;
  line-height: 11px;
  color: #ffffff;
  position: absolute;
  left: 288px;
  top: 158px;
  width: 267px;
  height: 11px;
}
.sc_page #sc_mindbody_stress_arrow_text_stress {
  font-family: KozGoPr6N Bold-83pv-RKSJ-H;
  font-weight: bold;
  font-size: 8px;
  text-align: center;
  line-height: 11px;
  color: #ffffff;
  position: absolute;
  left: 288px;
  top: 158px;
  width: 267px;
  height: 11px;
}
.sc_page #sc_mindbody_stress_arrow_text_low {
  font-family: KozGoPr6N Bold-83pv-RKSJ-H;
  font-weight: bold;
  font-size: 8px;
  text-align: right;
  line-height: 11px;
  color: #ffffff;
  position: absolute;
  left: 288px;
  top: 158px;
  width: 267px;
  height: 11px;
}
.sc_page #sc_mindbody_line {
  background: #ffffff;
  border-style: Solid;
  border-color: #d99d98;
  border-width: 1px;
  position: absolute;
  left: 32px;
  top: 178px;
  width: 532px;
  height: 0;
}
.sc_page #sc_mindbody_stress_type_box {
  background-image: url(/wellgo/assets/sc_mindbody_stress_type-341518b8d5e7ed05bd18331ac4ae74e9fce889e9c4532f6bb1a87419864e6892.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 35px;
  top: 194px;
  width: 128px;
  height: 39px;
}
.sc_page #sc_mindbody_stress_type {
  font-family: KozGoPr6N Heavy-83pv-RKSJ-H;
  font-size: 10px;
  text-align: center;
  line-height: 13px;
  letter-spacing: 2px;
  color: #ffffff;
  position: absolute;
  left: 30px;
  top: 203px;
  width: 126px;
  height: 39px;
}
.sc_page #sc_mindbody_type_desc_pre, .sc_page #sc_mindbody_type_desc_pre_en {
  font-size: 8px;
  line-height: 8px;
  text-align: center;
  color: #7a6a56;
  position: absolute;
  left: 201px;
  top: 195px;
  width: 120px;
  height: 36px;
}
.sc_page #sc_mindbody_type_desc_pre_en {
  left: 180px;
  width: 160px;
}
.sc_page #sc_mindbody_type_desc_main {
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #7a6a56;
  position: absolute;
  left: 200px;
  top: 206px;
  width: 120px;
  height: 36px;
}
.sc_page #sc_mindbody_type_desc_mind {
  color: #d99d98;
}
.sc_page #sc_mindbody_type_desc_and {
  font-size: 8px;
  line-height: 8px;
}
.sc_page #sc_mindbody_type_desc_body {
  color: #eed393;
}
.sc_page #sc_mindbody_type_desc_post {
  font-size: 8px;
  line-height: 8px;
  text-align: center;
  color: #7a6a56;
  position: absolute;
  left: 201px;
  top: 226px;
  width: 120px;
  height: 36px;
}
.sc_page #sc_mindbody_mind {
  background-image: url(/wellgo/assets/sc_mindbody_mind-12e9d7f07b40227b9c2a080df7c3f6b9bdc75c07924d49d0da7ea2e6128450b3.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 376px;
  top: 189px;
  width: 43px;
  height: 36px;
}
.sc_page #sc_mindbody_mind_title {
  font-size: 9px;
  line-height: 9px;
  text-align: center;
  color: #604c3f;
  position: absolute;
  left: 374px;
  top: 206px;
  width: 50px;
  height: 36px;
}
.sc_page #sc_mindbody_mind_ratio {
  font-size: 9px;
  line-height: 9px;
  text-align: center;
  color: #604c3f;
  position: absolute;
  left: 373px;
  top: 232px;
  width: 50px;
  height: 36px;
}
.sc_page #sc_mindbody_operator {
  font-size: 36px;
  line-height: 36px;
  text-align: center;
  color: #a48b78;
  position: absolute;
  left: 437px;
  top: 198px;
  width: 36px;
  height: 36px;
}
.sc_page #sc_mindbody_body {
  background-image: url(/wellgo/assets/sc_mindbody_body-6a340f25c434b87c8fd919fde86a36c2b757b55ae9cf5e7360779091759f25cd.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 493px;
  top: 191px;
  width: 12px;
  height: 34px;
}
.sc_page #sc_mindbody_body_title {
  font-size: 9px;
  line-height: 9px;
  text-align: center;
  color: #604c3f;
  position: absolute;
  left: 476px;
  top: 206px;
  width: 50px;
  height: 34px;
}
.sc_page #sc_mindbody_body_ratio {
  font-size: 9px;
  line-height: 9px;
  text-align: center;
  color: #604c3f;
  position: absolute;
  left: 475px;
  top: 232px;
  width: 50px;
  height: 34px;
}
.sc_page #sc_support {
  position: relative;
  margin-top: 10px;
  width: 552px;
  height: 155px;
}
.sc_page #sc_support_border {
  background: #ffffff;
  border-style: Solid;
  border-color: #fadc9d;
  border-width: 1px;
  position: absolute;
  left: 21px;
  top: 0;
  width: 552px;
  height: 155px;
}
.sc_page #sc_support_icon {
  background-image: url(/wellgo/assets/sc_support_icon-d675b543bdae4e5c41026f479617e7acfc663198c474d65a209f3655b84eca63.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 41px;
  top: 9px;
  width: 20px;
  height: 25px;
}
.sc_page #sc_support_title {
  font-family: KozGoPr6N Bold-83pv-RKSJ-H;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 1.8px;
  color: #7a6a56;
  position: absolute;
  left: 70px;
  top: 15px;
  width: 284px;
}
.sc_page #sc_support_title_underline {
  background: #fadc9d;
  position: absolute;
  left: 33px;
  top: 39px;
  width: 284px;
  height: 2px;
}
.sc_page #sc_support_level_box {
  background: #fadc9d;
  position: absolute;
  left: 327px;
  top: 7px;
  width: 239px;
  height: 42px;
}
.sc_page #sc_support_level_title {
  font-size: 9px;
  line-height: 9px;
  letter-spacing: 1.8px;
  text-align: center;
  color: #7a6a56;
  position: absolute;
  left: -2px;
  top: 6px;
  width: 50px;
  height: 42px;
}
.sc_page #sc_support_level {
  font-family: YuGothic Bold;
  font-weight: bold;
  font-size: 23px;
  text-align: center;
  color: #7a6a56;
  position: absolute;
  left: -1px;
  top: 11px;
  width: 50px;
  height: 44px;
}
.sc_page #sc_support_deviation_this_time_title {
  font-size: 9px;
  text-align: center;
  color: #7a6a56;
  position: absolute;
  left: 51px;
  top: 3px;
  width: 60px;
  height: 42px;
}
.sc_page #sc_support_deviation_this_time {
  font-family: KozGoPr6N Bold-90ms-RKSJ-H;
  font-weight: bold;
  font-size: 23px;
  text-align: center;
  color: #7a6a56;
  position: absolute;
  left: 56px;
  top: 12px;
  width: 50px;
  height: 42px;
}
.sc_page #sc_support_deviation_last_time_title {
  font-size: 9px;
  text-align: center;
  color: #7a6a56;
  position: absolute;
  left: 112px;
  top: 4px;
  width: 60px;
  height: 34px;
}
.sc_page #sc_support_deviation_last_time {
  font-family: KozGoPr6N Bold-90ms-RKSJ-H;
  font-size: 16px;
  text-align: center;
  color: #7a6a56;
  position: absolute;
  left: 117px;
  top: 16px;
  width: 50px;
  height: 42px;
}
.sc_page #sc_support_deviation_last_last_title {
  font-size: 9px;
  text-align: center;
  color: #7a6a56;
  position: absolute;
  left: 172px;
  top: 4px;
  width: 60px;
  height: 42px;
}
.sc_page #sc_support_deviation_last_last {
  font-family: KozGoPr6N Bold-90ms-RKSJ-H;
  font-size: 16px;
  text-align: center;
  color: #7a6a56;
  position: absolute;
  left: 176px;
  top: 17px;
  width: 50px;
  height: 42px;
}
.sc_page #sc_support_table {
  position: absolute;
  left: 31px;
  top: 59px;
  width: 240px;
  height: 70px;
}
.sc_page #sc_support_bar {
  position: absolute;
  left: 270px;
  top: 59px;
  width: 295px;
  height: 80px;
}
.sc_page #sc_support_stress_arrow_ja {
  background-image: url(/wellgo/assets/sc_stress_arrow_ja-17f92d8def1acee7b1ac99c415cec8c90efc3fcbcf985209dbbe4fe3abb81ad5.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 278px;
  top: 138px;
  width: 286px;
  height: 11px;
}
.sc_page #sc_support_stress_arrow_en {
  background-image: url(/wellgo/assets/sc_stress_arrow_en-216a960887e1af3cc46d919d4869e9729976d6c0b070c7de936c55a8989c3191.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 278px;
  top: 138px;
  width: 286px;
  height: 11px;
}
.sc_page #sc_support_stress_arrow_text_high {
  font-family: KozGoPr6N Bold-83pv-RKSJ-H;
  font-weight: bold;
  font-size: 8px;
  text-align: left;
  line-height: 11px;
  color: #ffffff;
  position: absolute;
  left: 288px;
  top: 138px;
  width: 267px;
  height: 11px;
}
.sc_page #sc_support_stress_arrow_text_stress {
  font-family: KozGoPr6N Bold-83pv-RKSJ-H;
  font-weight: bold;
  font-size: 8px;
  text-align: center;
  line-height: 11px;
  color: #ffffff;
  position: absolute;
  left: 288px;
  top: 138px;
  width: 267px;
  height: 11px;
}
.sc_page #sc_support_stress_arrow_text_low {
  font-family: KozGoPr6N Bold-83pv-RKSJ-H;
  font-weight: bold;
  font-size: 8px;
  text-align: right;
  line-height: 11px;
  color: #ffffff;
  position: absolute;
  left: 288px;
  top: 138px;
  width: 267px;
  height: 11px;
}
.sc_page #sc_we {
  position: relative;
  margin-top: 10px;
  width: 552px;
  height: 382px;
}
.sc_page #sc_we_border {
  background: #ffffff;
  border-style: Solid;
  border-color: #a8d1f0;
  border-width: 1px;
  position: absolute;
  left: 21px;
  top: 0;
  width: 552px;
  height: 382px;
}
.sc_page #sc_we_icon {
  background-image: url(/wellgo/assets/sc_we_icon-d5519dddabe421082e038eba31d708c8a4593c74b5670a23fc178e8be0a6f48b.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 41px;
  top: 14px;
  width: 16px;
  height: 27px;
}
.sc_page #sc_we_title_box {
  width: 552px;
  height: 61px;
  padding-left: 23px;
  padding-top: 5px;
  text-align: left;
  margin-bottom: 10px;
}
.sc_page #sc_we_title {
  font-family: KozGoPr6N Bold-83pv-RKSJ-H;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 1.8px;
  color: #7a6a56;
  position: absolute;
  left: 72px;
  top: 20px;
  width: 500px;
  height: 27px;
}
.sc_page #sc_we_title_57 {
  float: left;
  font-family: KozGoPr6N Bold-83pv-RKSJ-H;
  font-weight: bold;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: 2.9px;
  color: #7a6a56;
  position: absolute;
  top: 14px;
  left: 72px;
  width: 400px;
}
.sc_page #sc_we_title_underline, .sc_page #sc_we_title_underline_57 {
  background: #a8d1f0;
  opacity: 0.5;
  position: absolute;
  left: 28px;
  top: 41px;
  width: 538px;
  height: 2px;
  filter: alpha(opacity=50) progid:DXImageTransform.Microsoft.Alpha(opacity = 50);
}
.sc_page #sc_we_title_underline_57 {
  top: 45px;
}
.sc_page #sc_we_zone_green {
  background-image: url(/wellgo/assets/sc_we_zone_green-b9c361b9d5fa9266828f161ae35db28834202fdc0617ec9f5e6a0d116ed8f0fb.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.4;
  position: absolute;
  left: 63px;
  top: 57px;
  width: 87px;
  height: 131px;
  filter: alpha(opacity=40) progid:DXImageTransform.Microsoft.Alpha(opacity = 40);
}
.sc_page #sc_we_zone_green_name {
  font-family: KozGoPr6N Heavy-83pv-RKSJ-H;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 2.4px;
  color: #5b9e33;
  opacity: 0.8;
  position: absolute;
  left: 80px;
  top: 94px;
  width: 87px;
  height: 88px;
  filter: alpha(opacity=80) progid:DXImageTransform.Microsoft.Alpha(opacity = 80);
}
.sc_page #sc_we_zone_gray {
  background-image: url(/wellgo/assets/sc_we_zone_gray-49ad6bd474e31d670afd3d18152a40144ebd8908e681b5dab2e19bc54de8d3c1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.4;
  position: absolute;
  left: 63px;
  top: 195px;
  width: 87px;
  height: 87px;
  filter: alpha(opacity=40) progid:DXImageTransform.Microsoft.Alpha(opacity = 40);
}
.sc_page #sc_we_zone_gray_name {
  font-family: KozGoPr6N Heavy-83pv-RKSJ-H;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 2.4px;
  color: #727171;
  opacity: 0.8;
  position: absolute;
  left: 80px;
  top: 232px;
  width: 87px;
  height: 88px;
  filter: alpha(opacity=80) progid:DXImageTransform.Microsoft.Alpha(opacity = 80);
}
.sc_page #sc_we_zone_yellow {
  background-image: url(/wellgo/assets/sc_we_zone_yellow-b23aa6c6e878ec24a701e5d1c33d0e0c3ebc75ed4e5f9da6a4be2f367b9e0895.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.4;
  position: absolute;
  left: 156px;
  top: 57px;
  width: 131px;
  height: 131px;
  filter: alpha(opacity=40) progid:DXImageTransform.Microsoft.Alpha(opacity = 40);
}
.sc_page #sc_we_zone_yellow_name {
  font-family: KozGoPr6N Heavy-83pv-RKSJ-H;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 2.4px;
  color: #b28247;
  opacity: 0.8;
  position: absolute;
  left: 200px;
  top: 94px;
  width: 87px;
  height: 88px;
  filter: alpha(opacity=80) progid:DXImageTransform.Microsoft.Alpha(opacity = 80);
}
.sc_page #sc_we_zone_blue {
  background-image: url(/wellgo/assets/sc_we_zone_blue-9f7c51485dcc148e785f515c187c315f3ef6216781dd0528ce41eec717800c44.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.3;
  position: absolute;
  left: 156px;
  top: 195px;
  width: 131px;
  height: 87px;
  filter: alpha(opacity=30) progid:DXImageTransform.Microsoft.Alpha(opacity = 30);
}
.sc_page #sc_we_zone_blue_name, .sc_page #sc_we_zone_blue_name_en {
  font-family: KozGoPr6N Heavy-83pv-RKSJ-H;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 2.4px;
  color: #49869e;
  opacity: 0.8;
  position: absolute;
  left: 200px;
  top: 232px;
  width: 87px;
  height: 88px;
  filter: alpha(opacity=80) progid:DXImageTransform.Microsoft.Alpha(opacity = 80);
}
.sc_page #sc_we_zone_blue_name_en {
  left: 190px;
}
.sc_page #sc_we_star {
  background-image: url(/wellgo/assets/sc_we_star-cd4d6753e13b0cf9c0f1033d469dc0e3c84b0a375ecfc48fd0632e7817748a40.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 14px;
  height: 14px;
}
.sc_page #sc_we_zone_yaxis, .sc_page #sc_we_zone_yaxis_en {
  background-image: url(/wellgo/assets/sc_we_zone_yaxis-5e20ce58505eb0341563c7badcb5651711da585741fd67100bc32d07b545f657.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 41px;
  top: 60px;
  width: 19.5px;
  height: 218px;
}
.sc_page #sc_we_zone_yaxis_en {
  background-image: url(/wellgo/assets/sc_we_zone_yaxis_en-c20e2fe5cdaddd5824549d1b0d7266cc981e2e02fc111b7ddd202c86cc19d48f.svg);
}
.sc_page #sc_we_zone_xaxis, .sc_page #sc_we_zone_xaxis_en {
  background-image: url(/wellgo/assets/sc_we_zone_xaxis-628926655809e68fcf506268918f321f18faa24428cc359845bf6057505e06dc.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 65px;
  top: 286px;
  width: 222px;
  height: 19.5px;
}
.sc_page #sc_we_zone_xaxis_en {
  background-image: url(/wellgo/assets/sc_we_zone_xaxis_en-dc4ab241bbe2bc712ac1e830d043890ce99e2e3d368bffd45700fd8150e32e20.svg);
}
.sc_page #sc_we_satisfaction_box {
  background-image: url(/wellgo/assets/sc_we_satisfaction_box-d92d8a110621cb301cdf6ba25dcd5eb05dcc647a5b6403bcf69c5ebaf0ed4f48.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 302px;
  top: 59px;
  width: 126px;
  height: 39px;
}
.sc_page #sc_we_satisfaction_title {
  font-family: KozGoPr6N Heavy-83pv-RKSJ-H;
  font-size: 10px;
  text-align: center;
  line-height: 10px;
  letter-spacing: 2px;
  color: #ffffff;
  position: absolute;
  left: 295px;
  top: 69px;
  width: 126px;
  height: 39px;
}
.sc_page #sc_we_satisfaction_shine {
  background-image: url(/wellgo/assets/sc_we_satisfaction_shine-a4b901b3e4803124f9a6accca536cc1c05515e05e644eb8441d63553ea8d721c.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.5;
  position: absolute;
  left: 445px;
  top: 71px;
  width: 13px;
  height: 12px;
  filter: alpha(opacity=50) progid:DXImageTransform.Microsoft.Alpha(opacity = 50);
}
.sc_page #sc_we_satisfaction_icon {
  background-image: url(/wellgo/assets/sc_we_icon-d5519dddabe421082e038eba31d708c8a4593c74b5670a23fc178e8be0a6f48b.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.5;
  position: absolute;
  left: 458px;
  top: 60px;
  width: 23px;
  height: 38px;
  filter: alpha(opacity=50) progid:DXImageTransform.Microsoft.Alpha(opacity = 50);
}
.sc_page #sc_we_satisfaction_icon_title {
  font-size: 9px;
  line-height: 9px;
  color: #7a6a56;
  position: absolute;
  left: 462px;
  top: 64px;
  width: 110px;
  height: 38px;
}
.sc_page #sc_we_satisfaction_ratio {
  font-size: 23px;
  line-height: 23px;
  text-align: right;
  color: #7a6a56;
  position: absolute;
  left: 480px;
  top: 73px;
  width: 46px;
  height: 38px;
}
.sc_page #sc_we_satisfaction_ratio_unit {
  font-size: 9px;
  line-height: 9px;
  color: #7a6a56;
  position: absolute;
  left: 527px;
  top: 91px;
  width: 38px;
  height: 26px;
}
.sc_page #sc_we_advice_title {
  font-family: KozGoPr6N Bold-90ms-RKSJ-H;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1.2px;
  color: #7a6a56;
  position: absolute;
  left: 303px;
  top: 126px;
  width: 243px;
  height: 12px;
}
.sc_page #sc_we_advice_underline {
  border-style: Solid;
  border-color: #7a6a56;
  border-width: 1px;
  position: absolute;
  left: 303px;
  top: 138px;
  width: 243px;
  height: 0;
}
.sc_page #sc_we_advice_comment {
  font-size: 9px;
  line-height: 12px;
  color: #231815;
  position: absolute;
  left: 303px;
  top: 149px;
  width: 243px;
  height: 46px;
}
.sc_page #sc_we_whats_border {
  border-style: Solid;
  border-color: #c9bc9c;
  border-width: 1px;
  position: absolute;
  left: 303px;
  top: 227px;
  width: 241px;
  height: 26px;
}
.sc_page #sc_we_whats_title {
  font-family: KozGoPr6N Heavy-83pv-RKSJ-H;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  line-height: 12px;
  letter-spacing: 2.4px;
  color: #c9bc9c;
  position: absolute;
  left: 303px;
  top: 234px;
  width: 241px;
  height: 26px;
}
.sc_page #sc_we_whats_comment {
  font-size: 9px;
  line-height: 12px;
  color: #7a6a56;
  position: absolute;
  left: 305px;
  top: 268px;
  width: 243px;
  height: 26px;
}
.sc_page #sc_test {
  color: #6cf;
  border: solid 2px #6cf;
  position: absolute;
  width: 300px;
  height: 30px;
  top: 342px;
  left: 148px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.2em;
  text-align: center;
}
.sc_page #sc_test:hover {
  background: #bbf3fd;
  color: #337ab7;
  text-decoration: none;
}
.sc_page .sc_we_guide_bottombox {
  width: 530px;
  height: auto;
  margin: 0.2em 0;
  position: absolute;
  top: 235px;
  left: 23px;
}
.sc_page .sc_DL_button_box {
  margin-top: 10px;
}
.sc_page .sc_moushide_DL_box {
  padding: 5px 22px;
  width: 546px;
  height: 50px;
  border-bottom: 1px #8c8b8b;
}
.sc_page .sc_moushide_DL_text {
  float: left;
  font-size: 12px;
  margin: 5px 5px 5px 22px;
  width: 288px;
}
.sc_page .sc_moushide_DL_text_r {
  float: left;
  font-size: 12px;
  margin: 5px 5px 5px 10px;
}
.sc_page .sc_moushide_DL_button {
  float: left;
  text-align: center;
  width: 150px;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #668ad8; /*ボタン色*/
  color: #fff;
  border-bottom: solid 4px #627295;
  border-radius: 3px;
}
.sc_page .sc_moushide_DL_button:active {
  /*ボタンを押したとき*/
  -ms-transform: translateY(4px);
  -webkit-transform: translateY(4px);
  transform: translateY(4px); /*下に動く*/
  border-bottom: 0; /*線を消す*/
}
.sc_page .sc_kekka_DL_box {
  position: relative;
  margin-top: 16px;
  padding: 5px 22px;
  width: 546px;
  height: 50px;
}
.sc_page .sc_kekka_DL_text {
  float: left;
  font-size: 12px;
  margin: 5px 5px 5px 22px;
  width: 288px;
}
.sc_page .sc_kekka_DL_text_r {
  float: left;
  font-size: 12px;
  margin: 5px 5px 5px 10px;
}
.sc_page .sc_kekka_DL_button {
  float: left;
  text-align: center;
  width: 150px;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #96b459; /*ボタン色*/
  color: #fff;
  border-bottom: solid 4px #7c8e46;
  border-radius: 3px;
}
.sc_page .sc_kekka_DL_button:active {
  /*ボタンを押したとき*/
  -ms-transform: translateY(4px);
  -webkit-transform: translateY(4px);
  transform: translateY(4px); /*下に動く*/
  border-bottom: 0; /*線を消す*/
}
.sc_page hr.sc_border_line {
  position: absolute;
  border-bottom: 0.5px #8c8b8b;
  left: 22px;
  width: 542px;
}
.sc_page #sc_occupational_stress_model {
  background: #ffffff;
  position: absolute;
  left: 78px;
  top: 50px;
  width: 432px;
  height: 178px;
}
.sc_page #sc_stress_youin {
  clear: both;
  width: 530px;
  height: 150px;
  font-size: 13px;
  padding: 0.6em 1.2em;
  margin-left: 1em;
  line-height: 1.4em;
  border: 1px solid #c90;
  text-align: left;
  position: absolute;
  top: 229px;
  left: 19px;
}
.sc_page .sc_kred {
  color: #f00;
}
.sc_page #explain_stress_ja, .sc_page #explain_stress_en {
  position: absolute;
  top: 235px;
  left: 43px;
  font-size: 10px;
  width: 516px;
}
.sc_page #explain_stress_en {
  font-size: 11px;
}
.sc_page #sc_soudan {
  position: relative;
  margin-top: 10px;
  width: 552px;
  height: 250px;
  color: #796a55;
}
.sc_page .sc_soudan_border {
  position: absolute;
  background: #fff;
  border: solid 1px #dde8b2;
  border-radius: 10px;
  height: auto;
  width: 552px;
  left: 21px;
  margin-bottom: 30px;
}
.sc_page .sc_soudan_title {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin: 20px 20px 0;
}
.sc_page .sc_soudan_p {
  font-size: 9px;
  line-height: 12px;
  margin: 0 20px;
  color: #7a6a56;
}
.sc_page #sc_soudan_box {
  margin: 20px 20px 0;
  height: 70px;
}
.sc_page .sc_soudan_aicon, .sc_page .sc_result_page .sc_soudan_aicon_email_en, .sc_result_page .sc_page .sc_soudan_aicon_email_en, .sc_page .sc_soudan_aicon_email_en, .sc_page .sc_print .sc_soudan_aicon_email_en, .sc_print .sc_page .sc_soudan_aicon_email_en {
  float: left;
  width: 100px;
  height: 20px;
  margin: 5px 5px 0 10px;
  text-align: center;
  color: #fff;
  background-color: #659d53;
}
.sc_page .sc_soudan_aicon_email_en {
  margin: 9px 5px 0 10px;
}
.sc_page .sc_soudan_text, .sc_page .sc_result_page .sc_soudan_text_2_en, .sc_result_page .sc_page .sc_soudan_text_2_en, .sc_page .sc_result_page .sc_soudan_text_1_en, .sc_result_page .sc_page .sc_soudan_text_1_en, .sc_page .sc_soudan_text_2_en, .sc_page .sc_soudan_text_1_en, .sc_page .sc_print .sc_soudan_text_1_en, .sc_print .sc_page .sc_soudan_text_1_en, .sc_page .sc_print .sc_soudan_text_2_en, .sc_print .sc_page .sc_soudan_text_2_en {
  font-size: 13px;
  float: left;
  width: 350px;
  height: 20px;
  margin: 5px;
}
.sc_page .sc_soudan_text_1_en {
  font-size: 10px;
  height: 30px;
}
.sc_page .sc_soudan_text_2_en {
  margin: 9px;
}

.sc_result_page .sc_contents {
  margin: 10px 20px 30px;
  padding: 20px 25px;
  background-color: #ffffff;
  border-radius: 15px;
}
.sc_result_page .sc_contents_result {
  margin: 0;
  padding: 0;
}
.sc_result_page .agreement_box {
  width: 70%;
  height: 150px;
  overflow: auto;
  margin: auto;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.8);
  background-color: rgba(255, 255, 255, 0);
  color: black;
  text-align: left;
  font-size: small;
  font-family: sans-serif;
}
@media only screen and (max-width: 650px) {
  .sc_result_page .agreement_box {
    width: 100%;
    height: auto;
  }
}
.sc_result_page .wrapper {
  text-align: left;
}
.sc_result_page .sc_pdf_spacer {
  height: 100px;
}
.sc_result_page #sc_pdf_margin_top {
  line-height: 72px;
}
.sc_result_page .sc_pdf_header {
  position: relative;
}
.sc_result_page .sc_underline_red {
  border-bottom: Solid;
  border-color: #c30d23;
  border-width: 2px;
}
.sc_result_page .sc_underline_white {
  border-bottom: Solid;
  border-color: white;
  border-width: 2px;
}
.sc_result_page .sc_deviation_table {
  border-spacing: 0;
  font-size: 12px;
  line-height: 16px;
  vertical-align: middle;
}
.sc_result_page .sc_header {
  padding: 0 1px;
  text-align: center;
  vertical-align: middle;
  min-width: 40px;
}
.sc_result_page .sc_factor_name {
  padding: 0 3px 0 1px;
  text-align: right;
  vertical-align: middle;
  width: 155px;
}
.sc_result_page .sc_factor_name,
.sc_result_page .sc_points,
.sc_result_page .sc_deviation {
  font-size: 11px;
}
.sc_result_page .sc_points,
.sc_result_page .sc_deviation {
  width: 40px;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .sc_result_page .sc_factor_name {
    font-size: 10px;
  }
}
.sc_result_page .sc_points {
  padding: 0 1px;
  border: Solid;
  border-color: #daa257;
  border-width: 1px;
  text-align: center;
  vertical-align: middle;
  width: 50px;
}
.sc_result_page .sc_deviation {
  padding: 0 1px;
  border: Solid;
  border-color: #daa257;
  border-width: 1px;
  text-align: center;
  vertical-align: middle;
  width: 35px;
}
.sc_result_page .sc_bottom_email {
  font-size: 13px;
  text-align: right;
  margin-top: 10px;
}
.sc_result_page #sc_pdf_counseling_period {
  position: relative;
  font-size: 16px;
  font-family: sans-serif;
  text-align: center;
  vertical-align: middle;
  color: #604c3f;
  left: 110px;
  top: 505px;
  width: 380px;
  height: 50px;
}
.sc_result_page #sc_profile_bg_23_ja {
  background-image: url(/wellgo/assets/sc_prof_bg_23_ja-51c6c5a47c6caf6783ae5f2c6ed45b8e8ccdd6296f2b6242fc61e63b19673d90.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 140px;
  align-items: center;
  display: flex;
  filter: alpha(opacity=70) progid:DXImageTransform.Microsoft.Alpha(opacity = 70);
}
.sc_result_page #sc_profile_bg_23_en {
  background-image: url(/wellgo/assets/sc_prof_bg_23_en-ce772367089436964af72ff9a17eaf4fdeab2e2a0a60ea72a52d65ab1e9c5023.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 140px;
  align-items: center;
  display: flex;
  filter: alpha(opacity=70) progid:DXImageTransform.Microsoft.Alpha(opacity = 70);
}
.sc_result_page #sc_profile_bg_57_ja {
  background-image: url(/wellgo/assets/sc_prof_bg_57_ja-ed1939a72d55bb94d88eb7b0e79aa0fd92d906a953e6611cb3118dbed994ea6b.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 140px;
  align-items: center;
  display: flex;
  filter: alpha(opacity=70) progid:DXImageTransform.Microsoft.Alpha(opacity = 70);
}
.sc_result_page #sc_profile_bg_57_en {
  background-image: url(/wellgo/assets/sc_prof_bg_57_en-5bbb83acc2eaf30ade13d128a548518f81d06a28402cd82799a781af72d4f7fe.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 140px;
  align-items: center;
  display: flex;
  filter: alpha(opacity=70) progid:DXImageTransform.Microsoft.Alpha(opacity = 70);
}
.sc_result_page #sc_profile_bg_57_en #sc_profile_text {
  margin-left: 2%;
}
.sc_result_page #sc_profile_bg_80_ja {
  background-image: url(/wellgo/assets/sc_prof_bg_80_ja-1525933295e6fcd12aaa648706991ae59468aeaea234dd954ad50fb85f7dc253.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 140px;
  align-items: center;
  display: flex;
  filter: alpha(opacity=70) progid:DXImageTransform.Microsoft.Alpha(opacity = 70);
}
.sc_result_page #sc_profile_bg_80_en {
  background-image: url(/wellgo/assets/sc_prof_bg_80_en-8d23ed613b22a9f9c93ca4bc0465578cf324bb5ceb35568f491d7a6842b6d721.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 140px;
  align-items: center;
  display: flex;
  filter: alpha(opacity=70) progid:DXImageTransform.Microsoft.Alpha(opacity = 70);
}
@media only screen and (max-width: 650px) {
  .sc_result_page #sc_profile_bg_80_en,
  .sc_result_page #sc_profile_bg_80_ja,
  .sc_result_page #sc_profile_bg_57_en,
  .sc_result_page #sc_profile_bg_57_ja,
  .sc_result_page #sc_profile_bg_23_en,
  .sc_result_page #sc_profile_bg_23_ja {
    height: 110px;
  }
}
@media only screen and (max-width: 500px) {
  .sc_result_page #sc_profile_bg_80_en,
  .sc_result_page #sc_profile_bg_80_ja,
  .sc_result_page #sc_profile_bg_57_en,
  .sc_result_page #sc_profile_bg_57_ja,
  .sc_result_page #sc_profile_bg_23_en,
  .sc_result_page #sc_profile_bg_23_ja {
    height: 90px;
  }
}
@media only screen and (max-width: 414px) {
  .sc_result_page #sc_profile_bg_80_en,
  .sc_result_page #sc_profile_bg_80_ja,
  .sc_result_page #sc_profile_bg_57_en,
  .sc_result_page #sc_profile_bg_57_ja,
  .sc_result_page #sc_profile_bg_23_en,
  .sc_result_page #sc_profile_bg_23_ja {
    height: 80px;
  }
}
@media only screen and (max-width: 375px) {
  .sc_result_page #sc_profile_bg_80_en,
  .sc_result_page #sc_profile_bg_80_ja,
  .sc_result_page #sc_profile_bg_57_en,
  .sc_result_page #sc_profile_bg_57_ja,
  .sc_result_page #sc_profile_bg_23_en,
  .sc_result_page #sc_profile_bg_23_ja {
    height: 70px;
  }
}
@media only screen and (max-width: 320px) {
  .sc_result_page #sc_profile_bg_80_en,
  .sc_result_page #sc_profile_bg_80_ja,
  .sc_result_page #sc_profile_bg_57_en,
  .sc_result_page #sc_profile_bg_57_ja,
  .sc_result_page #sc_profile_bg_23_en,
  .sc_result_page #sc_profile_bg_23_ja {
    height: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .sc_result_page #sc_profile_bg_80_en,
  .sc_result_page #sc_profile_bg_80_ja,
  .sc_result_page #sc_profile_bg_57_en,
  .sc_result_page #sc_profile_bg_57_ja,
  .sc_result_page #sc_profile_bg_23_en,
  .sc_result_page #sc_profile_bg_23_ja {
    margin-left: calc(50% - 350px);
  }
}
.sc_result_page #sc_profile_circle {
  background: #ffffff;
  position: absolute;
  left: 86px;
  top: 77px;
  width: 59px;
  height: 22px;
  border-radius: 11px;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
}
.sc_result_page #sc_profile_qnum80 {
  background-image: url(/wellgo/assets/sc_qnum80-a8f5777a415c4bcbe03e034474cdb2e3905ca872e8faebce9550b30c7df5ae87.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 99px;
  top: 82px;
  width: 36px;
  height: 14px;
}
.sc_result_page #sc_profile_bgimg {
  background-image: url(/wellgo/assets/sc_profile_bg-83294c0a22730ce98a94c4dacda5a4d20a78f7a136dec0fd5b3d5773fc535671.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 29px;
  top: 8px;
  width: 531px;
  height: 94px;
}
.sc_result_page #sc_profile_underline {
  border-style: Solid;
  border-color: #c30d23;
  border-width: 1px;
  position: absolute;
  left: 203px;
  top: 68px;
  width: 150px;
  height: 0;
}
.sc_result_page #sc_profile_title {
  font-family: KozGoPr6N Heavy-90ms-RKSJ-H;
  font-size: 22px;
  text-align: center;
  line-height: 25px;
  letter-spacing: -1px;
  color: #ffffff;
  position: absolute;
  left: 53px;
  top: 31px;
  width: 120px;
  height: 30px;
}
.sc_result_page #sc_profile_level {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.75px;
  color: #231815;
}
.sc_result_page #sc_profile_comment {
  font-size: 15px;
  line-height: 28px;
  color: #231815;
}
@media only screen and (min-width: 992px) {
  .sc_result_page #sc_profile_text {
    padding-left: 240px;
  }
}
@media only screen and (max-width: 992px) {
  .sc_result_page #sc_profile_text {
    padding-left: 33%;
  }
}
@media only screen and (max-width: 650px) {
  .sc_result_page #sc_profile_level {
    font-size: 20px;
    line-height: 18px;
  }
  .sc_result_page #sc_profile_comment {
    font-size: 12px;
  }
}
@media only screen and (max-width: 550px) {
  .sc_result_page #sc_profile_comment {
    font-size: 11px;
  }
}
@media only screen and (max-width: 500px) {
  .sc_result_page #sc_profile_level {
    font-size: 13px;
    line-height: 15px;
  }
  .sc_result_page #sc_profile_comment {
    font-size: 10px;
  }
}
@media only screen and (max-width: 450px) {
  .sc_result_page #sc_profile_comment {
    font-size: 9px;
  }
}
@media only screen and (max-width: 414px) {
  .sc_result_page #sc_profile_level {
    font-size: 11px;
    line-height: 13px;
  }
  .sc_result_page #sc_profile_comment {
    font-size: 8px;
  }
}
@media only screen and (max-width: 375px) {
  .sc_result_page #sc_profile_level {
    font-size: 10px;
    line-height: 11px;
  }
  .sc_result_page #sc_profile_comment {
    line-height: 10px;
    padding-right: 5px;
    padding-top: 5px;
  }
}
@media only screen and (max-width: 320px) {
  .sc_result_page #sc_profile_level {
    font-size: 10px;
    line-height: 11px;
  }
  .sc_result_page #sc_profile_comment {
    padding-top: 5px;
    line-height: 10px;
  }
}
.sc_result_page #sc_profile_bottom {
  width: 80%;
  margin-left: 10%;
}
.sc_result_page #sc_profile_bottom_buttons {
  width: 90%;
  margin-left: 5%;
}
@media only screen and (max-width: 768px) {
  .sc_result_page #sc_profile_bottom {
    width: 90%;
    margin-left: 5%;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .sc_result_page #sc_profile_bottom {
    width: 100%;
    margin-left: 0;
  }
  .sc_result_page #sc_profile_bottom_buttons {
    width: 100%;
    margin-left: 0;
  }
}
.sc_result_page #sc_dr_wellgo_img {
  background-image: url(/wellgo/assets/Dr_Wellgo-4678dd34908c8d4b47f127c45c814a5daeff29fe3774906ca9f0e9e45501b1c8.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px;
  max-height: 64px;
}
.sc_result_page #sc_dr_wellgo_comment {
  line-height: 22px;
  color: #231815;
  font-size: 0.7rem;
}
.sc_result_page #sc_result {
  margin-top: 10px;
  border-style: Solid;
  border-color: #c9bc9c;
  border-width: 1px;
}
.sc_result_page .sc_result_title {
  background: #c9bc9c;
}
.sc_result_page #sc_result_title {
  font-family: KozGoPr6N Bold-90ms-RKSJ-H;
  font-weight: bold;
  font-size: 28px;
  line-height: 38px;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 2.2px;
  color: #ffffff;
}
.sc_result_page #sc_result_border {
  background: #ffffff;
  border-style: Solid;
  border-color: #c9bc9c;
  border-width: 1px;
  position: absolute;
  left: 21px;
  top: 30px;
  width: 552px;
  height: 240px;
}
.sc_result_page #sc_result_rader {
  position: relative;
  background: #ffffff;
  border-style: Solid;
  border-color: #c9bc9c;
  border-width: 1px;
}
.sc_result_page #sc_result_rader_border {
  border-style: Solid;
  border-color: #c9bc9c;
  border-width: 1px;
  position: absolute;
  left: 30px;
  top: 42px;
  width: 255px;
  height: 218px;
}
.sc_result_page .sc_result_rader_hint {
  border-style: Solid;
  border-color: #91c8ea;
  border-width: 1px;
  position: absolute;
  right: 10px;
  top: 20%;
  width: 100px;
}
.sc_result_page .sc_result_rader_hint23 {
  border-style: Solid;
  border-color: #91c8ea;
  border-width: 1px;
  position: absolute;
  right: 10px;
  top: 50px;
  width: 90px;
}
@media only screen and (max-width: 414px) {
  .sc_result_page .sc_result_rader_hint {
    width: 80px;
  }
}
.sc_result_page #sc_result_rader_hint_title_bar {
  background: #a8d1f0;
  opacity: 0.7;
  margin-bottom: 0;
  filter: alpha(opacity=70) progid:DXImageTransform.Microsoft.Alpha(opacity = 70);
}
.sc_result_page #sc_result_rader_hint_title {
  padding-left: 4px;
  font-size: 10px;
  line-height: 21px;
  color: #231815;
  position: absolute;
  left: 202px;
  top: 94px;
  width: 73px;
  height: 17px;
}
.sc_result_page #sc_result_rader_hint_body, .sc_result_page #sc_result_rader_hint_body_en {
  padding: 2px;
  font-size: 10px;
  line-height: 14px;
  color: #231815;
  margin-bottom: 0;
}
.sc_result_page #sc_result_rader_green_label {
  padding: 2px;
  margin-top: 2px;
  background: #c4d68c;
  border-style: Solid;
  border-color: #b6ca64;
  border-width: 1px;
}
.sc_result_page #sc_result_rader_yellow_label {
  padding: 2px;
  margin-top: 2px;
  background: #eed393;
  border-style: Solid;
  border-color: #cb9d66;
  border-width: 1px;
}
.sc_result_page #sc_result_rader_pink_label {
  padding: 2px;
  margin-top: 2px;
  background: #f2d0d4;
  border-style: Solid;
  border-color: #d99d98;
  border-width: 1px;
}
.sc_result_page div[id^=graph-total_] {
  height: 300px;
  zoom: 1.05;
  max-width: 95%;
}
.sc_result_page div[id^=graph-total_] svg {
  margin-top: 50px;
}
.sc_result_page div[id^=graph-total_] .text-center, .sc_result_page div[id^=graph-total_] .custom-datatables-thead, .sc_result_page div[id^=graph-total_] .custom-datatables {
  margin-top: 60px;
}
.sc_result_page div[id^=graph-total_] .highcharts-container .highcharts-axis-labels span {
  opacity: 1 !important;
}
@media only screen and (max-width: 768px) {
  .sc_result_page div[id^=graph-total_] svg {
    margin-top: 40px;
  }
  .sc_result_page div[id^=graph-total_] .text-center, .sc_result_page div[id^=graph-total_] .custom-datatables-thead, .sc_result_page div[id^=graph-total_] .custom-datatables {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 414px) {
  .sc_result_page div[id^=graph-total_] {
    zoom: 1;
    max-width: 100%;
  }
}
@media only screen and (max-width: 375px) {
  .sc_result_page div[id^=graph-total_] {
    zoom: 0.9;
  }
}
@media only screen and (max-width: 320px) {
  .sc_result_page div[id^=graph-total_] {
    zoom: 0.8;
  }
  .sc_result_page div[id^=graph-total_] * {
    font-size: 12px;
  }
  .sc_result_page div[id^=graph-total_] svg {
    margin-top: 20px;
  }
  .sc_result_page div[id^=graph-total_] .text-center, .sc_result_page div[id^=graph-total_] .custom-datatables-thead, .sc_result_page div[id^=graph-total_] .custom-datatables {
    margin-top: 20px;
  }
  .sc_result_page .sc_result_rader_hint {
    top: 5%;
  }
}
.sc_result_page #sc_result_level_border {
  border-style: Solid;
  border-color: #c9bc9c;
  border-width: 1px;
  position: absolute;
  left: 294px;
  top: 42px;
  width: 72px;
  height: 86px;
}
.sc_result_page .sc_your_result_box {
  border-style: Solid;
  border-color: #c9bc9c;
  border-width: 1px;
}
.sc_result_page #sc_result_level_title {
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  vertical-align: middle;
  color: #7a6a56;
}
.sc_result_page #sc_result_level {
  font-family: YuGothic Bold;
  font-weight: bold;
  font-size: 58px;
  line-height: 58px;
  text-align: center;
  vertical-align: middle;
  color: #7a6a56;
}
.sc_result_page #sc_result_advice .col-md-2 {
  border-style: Solid;
  border-color: #c9bc9c;
  border-width: 1px;
}
.sc_result_page #sc_result_advice_title {
  font-family: KozGoPr6N Bold-90ms-RKSJ-H;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 1.2px;
  color: #7a6a56;
}
.sc_result_page #sc_result_advice_underline {
  border-style: Solid;
  border-color: #7a6a56;
  border-width: 1px;
  height: 0;
}
.sc_result_page #sc_result_advice_comment, .sc_result_page #sc_result_advice_comment_en {
  font-size: 12px;
  line-height: 13px;
  color: #231815;
  text-align: justify;
}
.sc_result_page #sc_result_dist_title {
  font-size: 15px;
  text-align: center;
  line-height: 15px;
  letter-spacing: 0;
  color: #7a6a56;
}
.sc_result_page #sc_result_dist_arrowhead {
  width: 12px;
  height: 12px;
}
.sc_result_page #sc_result_dist_underline {
  border-style: Solid;
  border-color: #7a6a56;
  border-width: 1px;
}
.sc_result_page #sc_work {
  position: relative;
  margin-top: 10px;
  background: #ffffff;
  border-style: Solid;
  border-color: #b6ca64;
  border-width: 1px;
}
.sc_result_page #sc_work_icon {
  background-image: url(/wellgo/assets/sc_work_icon-5b529be933b0152866c480b407480fed904b455cb49535cf099357a4299d076c.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 27px;
  height: 22px;
}
.sc_result_page #sc_work_title, .sc_result_page #sc_work_title_en {
  font-family: KozGoPr6N Bold-90ms-RKSJ-H;
  font-weight: bold;
  font-size: 23px;
  line-height: 23px;
  letter-spacing: 1.8px;
  color: #7a6a56;
}
.sc_result_page #sc_work_table {
  margin-bottom: 60px;
}
.sc_result_page #sc_work_title_underline {
  background: #d5e596;
  height: 2px;
}
.sc_result_page #sc_work_level_box {
  background: #d5e596;
}
.sc_result_page #sc_work_level_title {
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 1.8px;
  text-align: center;
  color: #7a6a56;
}
.sc_result_page #sc_work_level {
  font-family: YuGothic Bold;
  font-weight: bold;
  font-size: 29px;
  text-align: center;
  color: #7a6a56;
}
.sc_result_page #sc_work_deviation_this_time_title {
  font-size: 12px;
  line-height: 13px;
  text-align: center;
  color: #7a6a56;
}
.sc_result_page #sc_work_deviation_this_time {
  font-family: KozGoPr6N Bold-90ms-RKSJ-H;
  font-weight: bold;
  font-size: 29px;
  text-align: center;
  color: #7a6a56;
}
.sc_result_page #sc_work_deviation_last_time_title {
  font-size: 12px;
  line-height: 13px;
  text-align: center;
  color: #7a6a56;
}
.sc_result_page #sc_work_deviation_last_time {
  font-family: KozGoPr6N Bold-90ms-RKSJ-H;
  font-size: 20px;
  text-align: center;
  color: #7a6a56;
}
.sc_result_page #sc_work_deviation_last_last_title {
  font-size: 12px;
  line-height: 13px;
  text-align: center;
  color: #7a6a56;
}
.sc_result_page #sc_work_deviation_last_last {
  font-family: KozGoPr6N Bold-90ms-RKSJ-H;
  font-size: 20px;
  text-align: center;
  color: #7a6a56;
}
.sc_result_page #sc_work_stress_arrow_ja {
  background-image: url(/wellgo/assets/sc_stress_arrow_ja-17f92d8def1acee7b1ac99c415cec8c90efc3fcbcf985209dbbe4fe3abb81ad5.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 36px;
}
.sc_result_page #sc_work_stress_arrow_en {
  background-image: url(/wellgo/assets/sc_stress_arrow_en-216a960887e1af3cc46d919d4869e9729976d6c0b070c7de936c55a8989c3191.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 36px;
}
.sc_result_page #sc_work_stress_arrow_text_high {
  font-family: KozGoPr6N Bold-83pv-RKSJ-H;
  font-weight: bold;
  font-size: 10px;
  text-align: left;
  line-height: 14px;
  color: #ffffff;
  position: absolute;
  left: 288px;
  top: 215px;
  width: 267px;
  height: 11px;
}
.sc_result_page #sc_work_stress_arrow_text_stress {
  font-family: KozGoPr6N Bold-83pv-RKSJ-H;
  font-weight: bold;
  font-size: 10px;
  text-align: center;
  line-height: 14px;
  color: #ffffff;
  position: absolute;
  left: 288px;
  top: 215px;
  width: 267px;
  height: 11px;
}
.sc_result_page #sc_work_stress_arrow_text_low {
  font-family: KozGoPr6N Bold-83pv-RKSJ-H;
  font-weight: bold;
  font-size: 10px;
  text-align: right;
  line-height: 14px;
  color: #ffffff;
  position: absolute;
  left: 288px;
  top: 215px;
  width: 267px;
  height: 11px;
}
.sc_result_page #sc_explanation {
  background: #ffffff;
  border-style: Solid;
  border-color: #c9bc9c;
  border-width: 1px;
  margin-top: 10px;
}
.sc_result_page .sc_explanation_red {
  color: red;
}
.sc_result_page #sc_explanation_howto_box {
  background: #d5e596;
  width: 13%;
  height: fit-content;
}
@media only screen and (max-width: 1024px) {
  .sc_result_page #sc_explanation_howto_box {
    width: 80px;
  }
}
.sc_result_page #sc_explanation_howto, .sc_result_page #sc_explanation_howto_en {
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 2px;
  color: #7a6a56;
}
.sc_result_page #sc_explanation_bar_text {
  width: 17%;
}
@media only screen and (max-width: 411px) {
  .sc_result_page #sc_explanation_bar_text {
    width: 30%;
  }
}
.sc_result_page #sc_explanation_bar_title {
  font-size: 12px;
  line-height: 20px;
  color: #231815;
  width: 14%;
}
.sc_result_page #sc_explanation_bar_axis {
  background-image: url(/wellgo/assets/sc_explanation_bar_axis-2c821da6e96da32664a346359596272a6ef85a87430e42cb902081337f59e584.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 7px;
  height: 45px;
}
.sc_result_page #sc_explanation_bar_green {
  background: #c4d68c;
  height: 12px;
}
.sc_result_page #sc_explanation_bar_red {
  background: #c30d23;
  width: 30%;
  height: 12px;
}
.sc_result_page #sc_explanation_bar_desc_mark {
  font-size: 10px;
  line-height: 11px;
  color: #7a6a56;
  width: 10px;
  height: 10px;
}
.sc_result_page #sc_explanation_bar_desc {
  font-size: 12px;
  color: #7a6a56;
  height: 40px;
}
.sc_result_page #sc_explanation_deviation_section {
  width: 14%;
}
.sc_result_page #sc_explanation_deviation_last_time {
  font-size: 12px;
  line-height: 12px;
  color: #231815;
  margin-bottom: 0;
}
.sc_result_page #sc_explanation_deviation_last_last {
  font-size: 12px;
  line-height: 12px;
  color: #231815;
  margin-top: 15px;
  margin-bottom: 0;
}
.sc_result_page #sc_explanation_line_last {
  width: 80%;
  margin: 0 10%;
}
.sc_result_page #sc_explanation_line_before_last {
  width: 80%;
  margin: 0 10%;
}
.sc_result_page #sc_explanation_whats_dev_box, .sc_result_page #sc_explanation_whats_dev_box_en {
  background: #d5e596;
  width: 12%;
  height: fit-content;
}
.sc_result_page #sc_explanation_whats_dev_desc_section {
  width: 27%;
}
.sc_result_page #sc_explanation_whats_dev {
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 2px;
  color: #7a6a56;
}
.sc_result_page #sc_explanation_whats_dev_desc {
  font-size: 11px;
  color: #7a6a56;
}
.sc_result_page #sc_explanation_level_box {
  background: #d5e596;
  width: 15%;
  height: 30px;
}
.sc_result_page #sc_explanation_level {
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 2px;
  color: #7a6a56;
}
.sc_result_page #sc_explanation_level_desc {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 2px;
  color: #7a6a56;
  width: 85%;
  margin-top: 10px;
}
.sc_result_page #sc_explanation_value_box, .sc_result_page #sc_explanation_value_box_en {
  background: #d5e596;
  width: 15%;
  height: 30px;
}
.sc_result_page #sc_explanation_value {
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 2px;
  color: #7a6a56;
}
.sc_result_page #sc_explanation_value_desc {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 2px;
  color: #7a6a56;
  margin-bottom: 0;
  margin-top: 10px;
  width: 85%;
}
@media only screen and (max-width: 1024px) {
  .sc_result_page #sc_explanation_level_box,
  .sc_result_page #sc_explanation_value_box,
  .sc_result_page #sc_explanation_value_box_en,
  .sc_result_page #sc_explanation_whats_dev_box,
  .sc_result_page #sc_explanation_whats_dev_box_en {
    width: 80px;
  }
  .sc_result_page #sc_explanation_level_desc,
  .sc_result_page #sc_explanation_value_desc {
    margin-top: 0;
    width: calc(100% - 80px);
  }
  .sc_result_page #sc_explanation_bar_text {
    width: calc(30% - 80px);
  }
  .sc_result_page #sc_explanation_whats_dev_desc_section {
    width: calc(40% - 80px);
  }
}
@media only screen and (max-width: 768px) {
  .sc_result_page #sc_explanation_howto_box,
  .sc_result_page #sc_explanation_whats_dev_box,
  .sc_result_page #sc_explanation_whats_dev_box_en,
  .sc_result_page #sc_explanation_whats_dev_desc_section {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0;
  }
  .sc_result_page #sc_explanation_howto_box br,
  .sc_result_page #sc_explanation_whats_dev_box br,
  .sc_result_page #sc_explanation_whats_dev_box_en br,
  .sc_result_page #sc_explanation_whats_dev_desc_section br {
    display: none;
  }
  .sc_result_page #sc_explanation_bar_title,
  .sc_result_page #sc_explanation_bar_text,
  .sc_result_page #sc_explanation_deviation_section {
    width: 33.3%;
  }
  .sc_result_page #sc_explanation_line_last,
  .sc_result_page #sc_explanation_line_before_last {
    width: 40%;
    margin: 0 30%;
  }
}
.sc_result_page #sc_mindbody {
  position: relative;
  margin-top: 10px;
  background: #ffffff;
  border-style: Solid;
  border-color: #d99d98;
  border-width: 1px;
}
.sc_result_page #sc_mindbody_icon {
  background-image: url(/wellgo/assets/sc_mindbody_icon-1406567bb8be51e07d962953eb892389e1298b70c8823349e703d162b2c09092.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 27px;
  height: 27px;
}
.sc_result_page #sc_mindbody_title, .sc_result_page #sc_mindbody_title_en {
  font-family: KozGoPr6N Bold-83pv-RKSJ-H;
  font-weight: bold;
  font-size: 23px;
  line-height: 23px;
  color: #7a6a56;
}
.sc_result_page #sc_mindbody_title_underline {
  background: #f7c8d1;
  height: 2px;
}
.sc_result_page #sc_mindbody_level_box {
  background: #f7c8d1;
}
.sc_result_page #sc_mindbody_level_title {
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 1.8px;
  text-align: center;
  color: #7a6a56;
}
.sc_result_page #sc_mindbody_level {
  font-family: YuGothic Bold;
  font-weight: bold;
  font-size: 29px;
  text-align: center;
  color: #7a6a56;
}
.sc_result_page #sc_mindbody_table {
  margin-bottom: 45px;
}
.sc_result_page #sc_mindbody_deviation_this_time_title {
  font-size: 12px;
  line-height: 13px;
  text-align: center;
  color: #7a6a56;
}
.sc_result_page #sc_mindbody_deviation_this_time {
  font-family: KozGoPr6N Bold-90ms-RKSJ-H;
  font-weight: bold;
  font-size: 29px;
  text-align: center;
  color: #7a6a56;
}
.sc_result_page #sc_mindbody_deviation_last_time_title {
  font-size: 12px;
  line-height: 13px;
  text-align: center;
  color: #7a6a56;
}
.sc_result_page #sc_mindbody_deviation_last_time {
  font-family: KozGoPr6N Bold-90ms-RKSJ-H;
  font-size: 20px;
  text-align: center;
  color: #7a6a56;
}
.sc_result_page #sc_mindbody_deviation_last_last_title {
  font-size: 12px;
  line-height: 13px;
  text-align: center;
  color: #7a6a56;
}
.sc_result_page #sc_mindbody_deviation_last_last {
  font-family: KozGoPr6N Bold-90ms-RKSJ-H;
  font-size: 20px;
  text-align: center;
  color: #7a6a56;
}
.sc_result_page #sc_mindbody_stress_arrow_ja {
  background-image: url(/wellgo/assets/sc_stress_arrow_ja-17f92d8def1acee7b1ac99c415cec8c90efc3fcbcf985209dbbe4fe3abb81ad5.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 36px;
}
.sc_result_page #sc_mindbody_stress_arrow_en {
  background-image: url(/wellgo/assets/sc_stress_arrow_en-216a960887e1af3cc46d919d4869e9729976d6c0b070c7de936c55a8989c3191.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 36px;
}
.sc_result_page #sc_mindbody_stress_arrow_text_high {
  font-family: KozGoPr6N Bold-83pv-RKSJ-H;
  font-weight: bold;
  font-size: 11px;
  text-align: left;
  line-height: 14px;
  color: #ffffff;
  position: absolute;
  left: 288px;
  top: 158px;
  width: 267px;
  height: 11px;
}
.sc_result_page #sc_mindbody_stress_arrow_text_stress {
  font-family: KozGoPr6N Bold-83pv-RKSJ-H;
  font-weight: bold;
  font-size: 10px;
  text-align: center;
  line-height: 14px;
  color: #ffffff;
  position: absolute;
  left: 288px;
  top: 158px;
  width: 267px;
  height: 11px;
}
.sc_result_page #sc_mindbody_stress_arrow_text_low {
  font-family: KozGoPr6N Bold-83pv-RKSJ-H;
  font-weight: bold;
  font-size: 10px;
  text-align: right;
  line-height: 14px;
  color: #ffffff;
  position: absolute;
  left: 288px;
  top: 158px;
  width: 267px;
  height: 11px;
}
.sc_result_page #sc_mindbody_line {
  background: #ffffff;
  border-style: Solid;
  border-color: #d99d98;
  border-width: 1px;
  height: 0;
}
.sc_result_page #sc_mindbody_stress_type_box {
  position: relative;
  max-height: 60px;
  margin-left: 16px;
}
.sc_result_page #sc_mindbody_stress_type_box img {
  height: 100%;
  width: auto;
  max-width: 90%;
}
.sc_result_page #sc_mindbody_stress_type {
  font-family: KozGoPr6N Heavy-83pv-RKSJ-H;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 2px;
  color: #ffffff;
  position: absolute;
  top: 10px;
  left: calc(10% + 10px);
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .sc_result_page #sc_mindbody_stress_type {
    left: calc(10% + 20px);
  }
}
@media only screen and (max-width: 576px) {
  .sc_result_page #sc_mindbody_stress_type {
    left: calc(10% + 20px);
  }
}
.sc_result_page #sc_mindbody_type_desc_pre, .sc_result_page #sc_mindbody_type_desc_pre_en {
  font-size: 10px;
  line-height: 19px;
  text-align: center;
  color: #7a6a56;
}
.sc_result_page #sc_mindbody_type_desc_main {
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #7a6a56;
}
.sc_result_page #sc_mindbody_type_desc_mind {
  color: #d99d98;
}
.sc_result_page #sc_mindbody_type_desc_and {
  font-size: 10px;
  line-height: 10px;
}
.sc_result_page #sc_mindbody_type_desc_body {
  color: #eed393;
}
.sc_result_page #sc_mindbody_type_desc_post {
  font-size: 10px;
  line-height: 19px;
  text-align: center;
  color: #7a6a56;
}
.sc_result_page #sc_mindbody_mind {
  background-image: url(/wellgo/assets/sc_mindbody_mind-12e9d7f07b40227b9c2a080df7c3f6b9bdc75c07924d49d0da7ea2e6128450b3.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.sc_result_page #sc_mindbody_mind_title {
  font-size: 13px;
  line-height: 13px;
  text-align: center;
  color: #604c3f;
}
.sc_result_page #sc_mindbody_mind_ratio {
  font-size: 13px;
  line-height: 13px;
  text-align: center;
  color: #604c3f;
}
.sc_result_page #sc_mindbody_operator {
  font-size: 64px;
  line-height: 64px;
  text-align: center;
  color: #a48b78;
  height: 36px;
}
.sc_result_page #sc_mindbody_body {
  background-image: url(/wellgo/assets/sc_mindbody_body-6a340f25c434b87c8fd919fde86a36c2b757b55ae9cf5e7360779091759f25cd.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.sc_result_page #sc_mindbody_body_title {
  font-size: 13px;
  line-height: 13px;
  text-align: center;
  color: #604c3f;
}
.sc_result_page #sc_mindbody_body_ratio {
  font-size: 13px;
  line-height: 13px;
  text-align: center;
  color: #604c3f;
}
@media only screen and (min-width: 576px) {
  .sc_result_page #sc_mindbody_bottom {
    width: 80%;
    padding-left: 25%;
  }
}
.sc_result_page #sc_mindbody_mentally {
  width: 40%;
}
.sc_result_page #sc_mindbody_compare {
  width: 20%;
}
.sc_result_page #sc_mindbody_physically {
  width: 40%;
}
.sc_result_page #sc_support {
  position: relative;
  margin-top: 10px;
  background: #ffffff;
  border-style: Solid;
  border-color: #fadc9d;
  border-width: 1px;
}
.sc_result_page #sc_support_icon {
  background-image: url(/wellgo/assets/sc_support_icon-d675b543bdae4e5c41026f479617e7acfc663198c474d65a209f3655b84eca63.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 25px;
}
.sc_result_page #sc_support_title {
  font-family: KozGoPr6N Bold-83pv-RKSJ-H;
  font-weight: bold;
  font-size: 23px;
  line-height: 23px;
  letter-spacing: 1.8px;
  color: #7a6a56;
}
.sc_result_page #sc_support_title_underline {
  background: #fadc9d;
  height: 2px;
}
.sc_result_page #sc_support_level_box {
  background: #fadc9d;
}
.sc_result_page #sc_support_level_title {
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 1.8px;
  text-align: center;
  color: #7a6a56;
}
.sc_result_page #sc_support_level {
  font-family: YuGothic Bold;
  font-weight: bold;
  font-size: 29px;
  text-align: center;
  color: #7a6a56;
}
.sc_result_page #sc_support_table {
  margin-bottom: 65px;
}
@media only screen and (max-width: 767px) {
  .sc_result_page #sc_work_table,
  .sc_result_page #sc_mindbody_table,
  .sc_result_page #sc_deviation_table,
  .sc_result_page #sc_support_table {
    margin-bottom: 0;
  }
}
.sc_result_page #sc_support_deviation_this_time_title {
  font-size: 12px;
  line-height: 13px;
  text-align: center;
  color: #7a6a56;
}
.sc_result_page #sc_support_deviation_this_time {
  font-family: KozGoPr6N Bold-90ms-RKSJ-H;
  font-weight: bold;
  font-size: 29px;
  text-align: center;
  color: #7a6a56;
}
.sc_result_page #sc_support_deviation_last_time_title {
  font-size: 12px;
  line-height: 13px;
  text-align: center;
  color: #7a6a56;
}
.sc_result_page #sc_support_deviation_last_time {
  font-family: KozGoPr6N Bold-90ms-RKSJ-H;
  font-size: 20px;
  text-align: center;
  color: #7a6a56;
}
.sc_result_page #sc_support_deviation_last_last_title {
  font-size: 12px;
  line-height: 13px;
  text-align: center;
  color: #7a6a56;
}
.sc_result_page #sc_support_deviation_last_last {
  font-family: KozGoPr6N Bold-90ms-RKSJ-H;
  font-size: 20px;
  text-align: center;
  color: #7a6a56;
}
.sc_result_page #sc_support_stress_arrow_ja {
  background-image: url(/wellgo/assets/sc_stress_arrow_ja-17f92d8def1acee7b1ac99c415cec8c90efc3fcbcf985209dbbe4fe3abb81ad5.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 36px;
}
.sc_result_page #sc_support_stress_arrow_en {
  background-image: url(/wellgo/assets/sc_stress_arrow_en-216a960887e1af3cc46d919d4869e9729976d6c0b070c7de936c55a8989c3191.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 36px;
}
.sc_result_page #sc_support_stress_arrow_text_high {
  font-family: KozGoPr6N Bold-83pv-RKSJ-H;
  font-weight: bold;
  font-size: 11px;
  text-align: left;
  line-height: 14px;
  color: #ffffff;
  position: absolute;
  left: 288px;
  top: 138px;
  width: 267px;
  height: 11px;
}
.sc_result_page #sc_support_stress_arrow_text_stress {
  font-family: KozGoPr6N Bold-83pv-RKSJ-H;
  font-weight: bold;
  font-size: 11px;
  text-align: center;
  line-height: 14px;
  color: #ffffff;
  position: absolute;
  left: 288px;
  top: 138px;
  width: 267px;
  height: 11px;
}
.sc_result_page #sc_support_stress_arrow_text_low {
  font-family: KozGoPr6N Bold-83pv-RKSJ-H;
  font-weight: bold;
  font-size: 10px;
  text-align: right;
  line-height: 14px;
  color: #ffffff;
  position: absolute;
  left: 288px;
  top: 138px;
  width: 267px;
  height: 11px;
}
.sc_result_page #sc_we {
  position: relative;
  margin-top: 10px;
  background: #ffffff;
  border-style: Solid;
  border-color: #a8d1f0;
  border-width: 1px;
}
.sc_result_page #sc_we_icon {
  background-image: url(/wellgo/assets/sc_we_icon-d5519dddabe421082e038eba31d708c8a4593c74b5670a23fc178e8be0a6f48b.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 25px;
}
.sc_result_page #sc_we_title_box {
  width: 552px;
  height: 61px;
  padding-left: 23px;
  padding-top: 5px;
  text-align: left;
  margin-bottom: 10px;
}
.sc_result_page #sc_we_title {
  font-family: KozGoPr6N Bold-83pv-RKSJ-H;
  font-weight: bold;
  font-size: 23px;
  line-height: 23px;
  letter-spacing: 1.8px;
  color: #7a6a56;
}
.sc_result_page #sc_we_title_57 {
  float: left;
  font-family: KozGoPr6N Bold-83pv-RKSJ-H;
  font-weight: bold;
  font-size: 23px;
  line-height: 36px;
  letter-spacing: 2.9px;
  color: #7a6a56;
}
@media only screen and (max-width: 414px) {
  .sc_result_page #sc_work_title, .sc_result_page #sc_work_title_en,
  .sc_result_page #sc_mindbody_title,
  .sc_result_page #sc_mindbody_title_en,
  .sc_result_page #sc_support_title,
  .sc_result_page #sc_we_title,
  .sc_result_page #sc_we_title_57 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 375px) {
  .sc_result_page #sc_work_title, .sc_result_page #sc_work_title_en,
  .sc_result_page #sc_mindbody_title,
  .sc_result_page #sc_mindbody_title_en,
  .sc_result_page #sc_support_title,
  .sc_result_page #sc_we_title,
  .sc_result_page #sc_we_title_57 {
    font-size: 16px;
  }
  .sc_result_page #sc_work_level_box .mt-2,
  .sc_result_page #sc_mindbody_level_box .mt-2,
  .sc_result_page #sc_support_level_box .mt-2 {
    font-size: 11px;
  }
}
@media only screen and (max-width: 320px) {
  .sc_result_page #sc_work_title, .sc_result_page #sc_work_title_en,
  .sc_result_page #sc_mindbody_title,
  .sc_result_page #sc_mindbody_title_en,
  .sc_result_page #sc_support_title,
  .sc_result_page #sc_we_title,
  .sc_result_page #sc_we_title_57 {
    font-size: 14px;
  }
  .sc_result_page #sc_work_level_box .mt-2,
  .sc_result_page #sc_mindbody_level_box .mt-2,
  .sc_result_page #sc_support_level_box .mt-2 {
    font-size: 10px;
  }
}
.sc_result_page #sc_we_title_underline, .sc_result_page #sc_we_title_underline_57 {
  background: #a8d1f0;
  opacity: 0.5;
  height: 2px;
  filter: alpha(opacity=50) progid:DXImageTransform.Microsoft.Alpha(opacity = 50);
}
.sc_result_page #sc_we_title_underline_57 {
  top: 45px;
}
.sc_result_page #sc_occupational_stress_model_img {
  width: 75%;
  max-width: 100%;
}
@media only screen and (max-width: 600px) {
  .sc_result_page #sc_occupational_stress_model_img {
    width: 100%;
  }
}
.sc_result_page #sc_we_zone_green {
  background-image: url(/wellgo/assets/sc_we_zone_green-b9c361b9d5fa9266828f161ae35db28834202fdc0617ec9f5e6a0d116ed8f0fb.svg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.8;
  vertical-align: middle;
  display: flex;
  filter: alpha(opacity=40) progid:DXImageTransform.Microsoft.Alpha(opacity = 40);
}
.sc_result_page #sc_we_zone_green_name {
  font-family: KozGoPr6N Heavy-83pv-RKSJ-H;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 2.4px;
  color: #5b9e33;
  opacity: 1;
  margin: auto;
  text-align: justify;
  width: fit-content;
  filter: alpha(opacity=80) progid:DXImageTransform.Microsoft.Alpha(opacity = 80);
}
.sc_result_page #sc_we_zone_gray {
  background-image: url(/wellgo/assets/sc_we_zone_gray-49ad6bd474e31d670afd3d18152a40144ebd8908e681b5dab2e19bc54de8d3c1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.8;
  vertical-align: middle;
  display: flex;
  filter: alpha(opacity=40) progid:DXImageTransform.Microsoft.Alpha(opacity = 40);
}
.sc_result_page #sc_we_zone_gray_name {
  font-family: KozGoPr6N Heavy-83pv-RKSJ-H;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 2.4px;
  color: #727171;
  opacity: 1;
  margin: auto;
  text-align: justify;
  width: fit-content;
  filter: alpha(opacity=80) progid:DXImageTransform.Microsoft.Alpha(opacity = 80);
}
.sc_result_page #sc_we_zone_yellow {
  background-image: url(/wellgo/assets/sc_we_zone_yellow-b23aa6c6e878ec24a701e5d1c33d0e0c3ebc75ed4e5f9da6a4be2f367b9e0895.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.8;
  vertical-align: middle;
  display: flex;
  filter: alpha(opacity=40) progid:DXImageTransform.Microsoft.Alpha(opacity = 40);
}
.sc_result_page #sc_we_zone_yellow_name {
  font-family: KozGoPr6N Heavy-83pv-RKSJ-H;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 2.4px;
  color: #b28247;
  opacity: 1;
  margin: auto;
  text-align: justify;
  width: fit-content;
  filter: alpha(opacity=80) progid:DXImageTransform.Microsoft.Alpha(opacity = 80);
}
.sc_result_page #sc_we_zone_blue {
  background-image: url(/wellgo/assets/sc_we_zone_blue-9f7c51485dcc148e785f515c187c315f3ef6216781dd0528ce41eec717800c44.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.8;
  vertical-align: middle;
  display: flex;
  filter: alpha(opacity=30) progid:DXImageTransform.Microsoft.Alpha(opacity = 30);
}
.sc_result_page #sc_we_zone_blue_name, .sc_result_page #sc_we_zone_blue_name_en {
  font-family: KozGoPr6N Heavy-83pv-RKSJ-H;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 2.4px;
  color: #49869e;
  opacity: 1;
  margin: auto;
  text-align: justify;
  width: fit-content;
  filter: alpha(opacity=80) progid:DXImageTransform.Microsoft.Alpha(opacity = 80);
}
.sc_result_page #sc_we_zone_blue_name_en {
  left: 190px;
}
.sc_result_page #sc_we_star {
  background-image: url(/wellgo/assets/sc_we_star-cd4d6753e13b0cf9c0f1033d469dc0e3c84b0a375ecfc48fd0632e7817748a40.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
}
@media only screen and (max-width: 414px) {
  .sc_result_page #sc_we_zone_green_name,
  .sc_result_page #sc_we_zone_gray_name,
  .sc_result_page #sc_we_zone_yellow_name,
  .sc_result_page #sc_we_zone_blue_name,
  .sc_result_page #sc_we_zone_blue_name_en {
    padding-top: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 320px) {
  .sc_result_page #sc_we_zone_green_name,
  .sc_result_page #sc_we_zone_gray_name,
  .sc_result_page #sc_we_zone_yellow_name,
  .sc_result_page #sc_we_zone_blue_name,
  .sc_result_page #sc_we_zone_blue_name_en {
    font-size: 10px;
  }
}
@media all and (-ms-high-contrast: none) {
  .sc_result_page #sc_we_zone_green_name {
    padding-top: 60%;
  }
  .sc_result_page #sc_we_zone_yellow_name {
    padding-top: 40%;
  }
  .sc_result_page #sc_we_zone_gray_name {
    padding-top: 30%;
  }
  .sc_result_page #sc_we_zone_blue_name, .sc_result_page #sc_we_zone_blue_name_en {
    padding-top: 20%;
  }
}
.sc_result_page #sc_we_y_axis {
  margin-top: 5%;
  margin-bottom: 5%;
}
.sc_result_page #sc_we_zones {
  position: relative;
  width: calc(100% - 60px);
}
@media only screen and (max-width: 414px) {
  .sc_result_page #sc_we_zones {
    width: calc(100% - 30px);
  }
  .sc_result_page #sc_we_zone_xaxis, .sc_result_page #sc_we_zone_xaxis_en {
    margin-bottom: 0;
  }
}
.sc_result_page #sc_we_zone_yaxis, .sc_result_page #sc_we_zone_yaxis_en {
  background-image: url(/wellgo/assets/sc_we_zone_yaxis-5e20ce58505eb0341563c7badcb5651711da585741fd67100bc32d07b545f657.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 45px;
}
.sc_result_page #sc_we_zone_yaxis_en {
  background-image: url(/wellgo/assets/sc_we_zone_yaxis_en-c20e2fe5cdaddd5824549d1b0d7266cc981e2e02fc111b7ddd202c86cc19d48f.svg);
}
@media only screen and (max-width: 414px) {
  .sc_result_page #sc_we_zone_yaxis, .sc_result_page #sc_we_zone_yaxis_en {
    width: 30px;
  }
}
.sc_result_page #sc_we_zone_xaxis, .sc_result_page #sc_we_zone_xaxis_en {
  background-image: url(/wellgo/assets/sc_we_zone_xaxis-628926655809e68fcf506268918f321f18faa24428cc359845bf6057505e06dc.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 85%;
  height: 40px;
  margin-left: 10%;
  margin-top: 10px;
}
.sc_result_page #sc_we_zone_xaxis_en {
  background-image: url(/wellgo/assets/sc_we_zone_xaxis_en-dc4ab241bbe2bc712ac1e830d043890ce99e2e3d368bffd45700fd8150e32e20.svg);
}
.sc_result_page #sc_we_satisfaction_box {
  background-image: url(/wellgo/assets/sc_we_satisfaction_box-d92d8a110621cb301cdf6ba25dcd5eb05dcc647a5b6403bcf69c5ebaf0ed4f48.svg);
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 200px;
  padding: 10px 5px;
  min-height: 50px;
}
.sc_result_page #sc_we_satisfaction_title {
  font-family: KozGoPr6N Heavy-83pv-RKSJ-H;
  font-size: 13px;
  text-align: center;
  letter-spacing: 2px;
  color: #ffffff;
}
.sc_result_page #sc_we_satisfaction_shine {
  background-image: url(/wellgo/assets/sc_we_satisfaction_shine-a4b901b3e4803124f9a6accca536cc1c05515e05e644eb8441d63553ea8d721c.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.5;
  width: 32px;
  height: 32px;
  margin-top: 15px;
  filter: alpha(opacity=50) progid:DXImageTransform.Microsoft.Alpha(opacity = 50);
}
.sc_result_page #sc_we_satisfaction_icon {
  background-image: url(/wellgo/assets/sc_we_icon-d5519dddabe421082e038eba31d708c8a4593c74b5670a23fc178e8be0a6f48b.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.5;
  width: 40px;
  height: 80px;
  filter: alpha(opacity=50) progid:DXImageTransform.Microsoft.Alpha(opacity = 50);
}
.sc_result_page #sc_we_satisfaction_icon_title {
  font-size: 11px;
  line-height: 11px;
  color: #7a6a56;
  width: 110px;
  height: 38px;
}
.sc_result_page #sc_we_satisfaction_ratio {
  font-size: 40px;
  line-height: 18px;
  text-align: right;
  color: #7a6a56;
  width: 50px;
  height: 50px;
}
.sc_result_page #sc_we_satisfaction_ratio_unit {
  font-size: 15px;
  line-height: 9px;
  color: #7a6a56;
  width: 38px;
  height: 26px;
  margin-top: 25px;
}
@media only screen and (max-width: 414px) {
  .sc_result_page #sc_we_satisfaction_box {
    padding: 0;
  }
  .sc_result_page #sc_we_satisfaction_title {
    margin-left: -10px;
  }
  .sc_result_page #sc_we_satisfaction_icon {
    height: 50px;
  }
}
@media all and (-ms-high-contrast: none) {
  .sc_result_page #sc_we_satisfaction_ratio,
  .sc_result_page #sc_we_satisfaction_ratio_unit {
    margin-top: 20px !important;
  }
}
.sc_result_page #sc_we_advice_title {
  font-family: KozGoPr6N Bold-90ms-RKSJ-H;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 1.2px;
  color: #7a6a56;
  height: 12px;
}
.sc_result_page #sc_we_advice_underline {
  border-style: Solid;
  border-color: #7a6a56;
  border-width: 1px;
  height: 0;
}
.sc_result_page #sc_we_advice_comment {
  font-size: 12px;
  line-height: 15px;
  color: #231815;
}
.sc_result_page #sc_we_whats_border {
  border-style: Solid;
  border-color: #c9bc9c;
  border-width: 1px;
  height: 26px;
}
.sc_result_page #sc_we_whats_title {
  font-family: KozGoPr6N Heavy-83pv-RKSJ-H;
  font-size: 15px;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 2.4px;
  color: #c9bc9c;
}
.sc_result_page #sc_we_whats_comment {
  font-size: 12px;
  line-height: 15px;
  color: #7a6a56;
}
.sc_result_page #sc_test {
  color: #6cf;
  border: solid 2px #6cf;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2em;
  text-align: center;
  height: fit-content;
  margin-left: calc(50% - 150px);
  margin-top: 5px;
}
@media only screen and (max-width: 414px) {
  .sc_result_page #sc_test {
    margin-left: 0;
    margin-top: 0;
  }
}
.sc_result_page #sc_test:hover {
  background: #bbf3fd;
  color: #337ab7;
  text-decoration: none;
}
.sc_result_page .sc_we_guide_bottombox {
  width: 530px;
  height: auto;
  margin: 0.2em 0;
}
@media only screen and (max-width: 600px) {
  .sc_result_page #sc_test {
    padding: 5px;
  }
}
@media only screen and (max-width: 500px) {
  .sc_result_page #sc_test {
    max-width: 150px;
  }
}
.sc_result_page .sc_moushide_DL_box {
  border-bottom: 1px #8c8b8b;
}
.sc_result_page .sc_moushide_DL_text {
  font-size: 15px;
}
.sc_result_page .sc_moushide_DL_text_r {
  font-size: 15px;
}
.sc_result_page .sc_moushide_DL_button {
  float: left;
  text-align: center;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #668ad8; /*ボタン色*/
  color: #fff;
  border-bottom: solid 4px #627295;
  border-radius: 3px;
  width: 170px;
  min-width: 100px;
}
.sc_result_page .sc_moushide_DL_button:active {
  /*ボタンを押したとき*/
  -ms-transform: translateY(4px);
  -webkit-transform: translateY(4px);
  transform: translateY(4px); /*下に動く*/
  border-bottom: 0; /*線を消す*/
}
@media only screen and (max-width: 500px) {
  .sc_result_page .sc_moushide_DL_button,
  .sc_result_page .sc_kekka_DL_button {
    width: unset;
  }
}
.sc_result_page .sc_kekka_DL_text {
  font-size: 15px;
}
.sc_result_page .sc_kekka_DL_text_r {
  font-size: 15px;
}
.sc_result_page hr.sc_border_line {
  position: absolute;
  border-bottom: 0.5px #8c8b8b;
  left: 22px;
  width: 542px;
}
.sc_result_page #sc_stress_youin {
  clear: both;
  font-size: 16px;
  padding: 0.6em 1.2em;
  line-height: 1.4em;
  border: 1px solid #c90;
  text-align: left;
  margin: 0 16px;
}
.sc_result_page .sc_kred {
  color: #f00;
}
.sc_result_page #explain_stress_ja, .sc_result_page #explain_stress_en {
  font-size: 13px;
}
.sc_result_page #explain_stress_en {
  font-size: 13px;
}
.sc_result_page #sc_soudan {
  position: relative;
  margin-top: 10px;
  color: #796a55;
}
.sc_result_page .sc_soudan_border {
  background: #fff;
  border: solid 1px #dde8b2;
  border-radius: 10px;
  height: auto;
  margin-bottom: 30px;
}
.sc_result_page .sc_soudan_title {
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  margin: 16px 16px 0;
}
.sc_result_page .sc_soudan_p {
  line-height: 20px;
  margin: 0 16px;
  color: #7a6a56;
}
.sc_result_page #sc_soudan_box {
  margin: 16px 16px 0;
}
.sc_result_page .sc_soudan_aicon, .sc_result_page .sc_soudan_aicon_email_en, .sc_result_page .sc_print .sc_soudan_aicon_email_en, .sc_print .sc_result_page .sc_soudan_aicon_email_en, .sc_result_page .sc_page .sc_soudan_aicon_email_en, .sc_page .sc_result_page .sc_soudan_aicon_email_en {
  float: left;
  width: 100px;
  height: 30px;
  margin: 5px 5px 0 16px;
  text-align: center;
  color: #fff;
  background-color: #659d53;
  font-size: 16px;
}
.sc_result_page .sc_soudan_aicon_email_en {
  margin: 5px 5px 0 16px;
}
.sc_result_page .sc_soudan_text, .sc_result_page .sc_soudan_text_2_en, .sc_result_page .sc_soudan_text_1_en, .sc_result_page .sc_print .sc_soudan_text_1_en, .sc_print .sc_result_page .sc_soudan_text_1_en, .sc_result_page .sc_print .sc_soudan_text_2_en, .sc_print .sc_result_page .sc_soudan_text_2_en, .sc_result_page .sc_page .sc_soudan_text_1_en, .sc_page .sc_result_page .sc_soudan_text_1_en, .sc_result_page .sc_page .sc_soudan_text_2_en, .sc_page .sc_result_page .sc_soudan_text_2_en {
  font-size: 16px;
  float: left;
  margin: 5px;
}
.sc_result_page .sc_soudan_text_1_en {
  font-size: 13px;
}
.sc_result_page .sc_soudan_text_2_en {
  margin: 9px;
}
.sc_result_page .w-70 {
  width: 70% !important;
}
.sc_result_page .w-30 {
  width: 30% !important;
}

/* mypage */
/* stress_check_stats */
.nav-tabs, #scenes {
  font-size: 16px;
}
.nav-tabs .border-radius-start, #scenes .border-radius-start {
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
}
.nav-tabs .border-radius-start .border-radius-item-start, #scenes .border-radius-start .border-radius-item-start {
  border-top-left-radius: 7px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 0;
}
.nav-tabs .border-radius-mid .border-radius-item-mid, #scenes .border-radius-mid .border-radius-item-mid {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.nav-tabs .border-radius-end, #scenes .border-radius-end {
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
}
.nav-tabs .border-radius-end .border-radius-item-end, #scenes .border-radius-end .border-radius-item-end {
  border-top-right-radius: 7px;
  border-top-left-radius: 0;
  border-bottom-right-radius: 7px;
}
.nav-tabs .item-tab-not-active, #scenes .item-tab-not-active {
  background-color: white;
  border: #71c78c 1px solid;
}
.nav-tabs .item-tab-not-active .nav-link-scene.active, #scenes .item-tab-not-active .nav-link-scene.active {
  background-color: #71c78c !important;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-style: normal;
  src: local("Noto Sans Japanese Regular"), local("NotoSansJapanese-Regular"), url(/wellgo/assets/NotoSansJP-Regular-46baaa8781704495e12641d574b034ba3063e7fe79d97cebcf9ec690a362e64a.woff) format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-style: normal;
  src: local("Noto Sans Japanese Medium"), local("NotoSansJapanese-Medium"), url(/wellgo/assets/NotoSansJP-Medium-cedeb5696348cb2f77dc2d15522fc575a8176f68024e800f8c45fb28df694073.woff) format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-style: normal;
  src: local("Noto Sans Japanese Bold"), local("NotoSansJapanese-Bold"), url(/wellgo/assets/NotoSansJP-Bold-1786359543a19d530ec52f2450e17a30982f3d084745bca27047f7f776a0d941.woff) format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 900;
  font-style: normal;
  src: local("Noto Sans Japanese Black"), local("NotoSansJapanese-Black"), url(/wellgo/assets/NotoSansJP-Black-03c4616ac8536c6c91e009f96c9facdd7f02f65b50533eff700c47259d827312.woff) format("woff");
}
.sc_stats {
  font-family: "Noto Sans JP", sans-serif;
}

.sc_stats_red {
  color: rgb(241, 95, 70);
}

.sc_stats_summary_outline .card-child {
  border: 2px solid #a7d2b1;
  border-radius: 0;
}
.sc_stats_summary_outline .card-child .cs-header-card-child {
  border-radius: 0;
  background-color: #e4f1e7;
}
.sc_stats_summary_outline .card-child .p-second {
  font-size: 16px;
  font-weight: 700;
  padding: 1px 4px;
  color: #8e8584;
  border-radius: 15px;
  background: white;
}
.sc_stats_summary_outline .table-margin {
  margin-top: 48px;
}
.sc_stats_summary_outline table.table-bordered > tbody > tr > td, .sc_stats_summary_outline table.custom-datatables > tbody > tr > td,
.sc_stats_summary_outline table.table > tbody > tr > td {
  border: 5px solid white;
  background-color: #f3f3f3;
}

.sc_stats_summary_deviation_values .dev_val_header {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
.sc_stats_summary_deviation_values .td_idx_80 {
  padding: 0 0.6em 0 1.2em;
  width: 2em;
}
.sc_stats_summary_deviation_values .td_idx_57 {
  padding: 0 0.6em 0 5.2em;
  width: 2em;
}
.sc_stats_summary_deviation_values .table_size_80 {
  width: 28em;
}
.sc_stats_summary_deviation_values .table_size_57 {
  width: 39em;
}

.sc_stats_blue {
  color: #3b5a9d;
  margin-right: 8px;
  font-weight: 500;
}

#stress_check_stats_table tbody th {
  font-weight: normal;
}

.datatable-full-width .dataTables_wrapper .dataTables_scrollHead > .dataTables_scrollHeadInner,
.datatable-full-width .dataTables_wrapper .dataTables_scrollBody {
  width: 100% !important;
}
.datatable-full-width .dataTables_wrapper .table, .datatable-full-width .dataTables_wrapper .custom-datatables {
  width: 100% !important;
}

.datatable-filter-right .dataTables_filter {
  float: right;
}

.custom-datatables {
  word-wrap: break-word;
}
.custom-datatables-thead th {
  text-align: center !important;
}

.table thead.bg-success, .custom-datatables thead.bg-success, .table thead.custom-datatables-thead, .custom-datatables thead.custom-datatables-thead {
  color: white;
}
.table thead > tr > th, .custom-datatables thead > tr > th {
  border-top: 0 !important;
  border-bottom: 1px solid transparent !important;
}

.thead > tr {
  text-align: center !important;
}

.table tbody tr > th.bg-success, .custom-datatables tbody tr > th.bg-success, .table tbody tr > th.custom-datatables-thead, .custom-datatables tbody tr > th.custom-datatables-thead {
  color: white;
}

.table-bordered, .custom-datatables {
  border: 0;
}

.table tr > th:last-child, .custom-datatables tr > th:last-child {
  border-right: 0;
}

.table tr > th:first-child, .custom-datatables tr > th:first-child {
  border-left: 0;
}

.table tr > td:first-child, .custom-datatables tr > td:first-child {
  border-left: 0;
}

.table tr > td:last-child, .custom-datatables tr > td:last-child {
  border-right: 0;
}

table.dataTable.table-striped > tbody > tr.odd > * {
  box-shadow: initial;
}
table.dataTable.table-striped > tbody > tr:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.1);
}
table.dataTable.table-striped > tbody > tr.selected:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected, 1)) !important;
}

.table-striped > tbody > tr:nth-child(odd) > * {
  --bs-table-striped-bg: #fafafa;
}

table.dataTable > tbody > tr.selected > * {
  color: white;
  box-shadow: inset 0 0 0 9999px #1ba447 !important;
}
table.dataTable > tbody > tr.selected > * a {
  color: white;
}

.ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu {
  position: relative;
  padding-left: 0;
}

.ui-menu-item {
  list-style: none;
}

.ui-widget-content {
  border: 1px solid #c5c5c5;
  background: #ffffff;
  color: #333333;
}

.ui-state-active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.personal_info table.table.table-sm.table-bordered, .personal_info table.custom-datatables {
  position: relative;
  border-collapse: collapse;
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgb(222, 226, 230);
  border-style: inherit !important;
  border-top-color: white !important;
  border-bottom-color: white !important;
  vertical-align: middle;
}
.personal_info table.table.table-sm.table-bordered::before, .personal_info table.custom-datatables::before {
  content: "";
  width: 25px;
  height: 100%;
  display: block;
  position: absolute;
  border: 1px solid rgb(222, 226, 230);
  border-radius: 10px 0 0 10px;
}
.personal_info td {
  border: 1px solid #ccc;
}
.personal_info .dot {
  height: 12px;
  width: 12px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}
.personal_info li.nav-item {
  background-color: #dee2e6;
  min-width: 170px;
  height: 45px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.personal_info ul.nav.nav-tabs, .personal_info ul.nav#scenes {
  border-bottom: 0;
}
.personal_info a.text-dark.nav-link.active {
  border: none !important;
}

.checkup_result label.btn.btn-outline-primary.ms-2 {
  border-radius: 25px !important;
  color: #454545;
  border-color: #454545;
}
.checkup_result label.btn.btn-outline-primary.ms-2:hover {
  background-color: #147834 !important;
  color: white;
}
.checkup_result .active {
  background-color: #147834 !important;
  color: white !important;
}
.checkup_result .btn-group.btn-group-toggle.course_btn {
  display: -webkit-inline-box;
}

.consultation_record .split_th {
  position: relative;
  justify-content: space-between;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><line x1='0' y1='0' x2='100' y2='100' stroke='white' vector-effect='non-scaling-stroke'/></svg>");
  background-size: 100% 100%;
  margin-bottom: 1rem;
  min-width: 55px;
}
.consultation_record .bottom_left {
  position: absolute;
  grid-column-start: 1;
  bottom: 2px;
  left: 5px;
}
.consultation_record .top_right {
  position: absolute;
  grid-column-start: 2;
  top: 1px;
  right: 5px;
}

.stress_check .date-border-bottom {
  border-bottom: 3px solid #1ba447;
}
.stress_check .date-button {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 15px;
  background-color: #e5e5e5;
  color: gray;
}
.stress_check .date-button:hover {
  background-color: #f3f3f3;
  color: #aaaaaa;
}
.stress_check .date-button.active {
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  background-color: #1ba447;
  color: #fff;
}

.factor-group-names-background-color {
  background-color: #d4edda !important;
}

a.btn.btn-outline-success.add-btn {
  width: 210px;
  border-radius: 40px;
}
a.btn.btn-outline-success.add-btn:hover {
  background: #69bb82 !important;
}

a.btn.btn-outline-success.detail-btn:hover {
  background: #69bb82 !important;
}

.lifelog label.btn.btn-secondary:hover {
  background: #1ba447 !important;
  color: white;
  border-color: #1ba447;
}
.lifelog .active {
  background-color: #1ba447 !important;
  color: white;
  border-color: #1ba447 !important;
  box-shadow: none;
}
.lifelog #target_extraction_lifelog_sleep_chart {
  height: 100%;
  width: 100%;
  position: absolute;
}

.overtime .time_label {
  font-size: 28px;
  color: #69bb82;
  font-weight: 700;
}

.select2-container--bootstrap .select2-results__option .select2-results__option {
  padding: 6px 12px 6px 20px !important;
}

@media print {
  @page {
    size: 10mm 20mm;
  }
  .alert.show {
    display: none;
  }
  div {
    border: 1px solid rgba(0, 0, 0, 0);
  }
  th {
    color: black;
  }
  thead {
    display: table-row-group;
    background-color: white !important;
  }
  tbody .alert-warning {
    color: #856404 !important;
  }
}
.select-loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.list-team {
  overflow: hidden;
}

.image-size {
  max-width: 35% !important;
  max-height: auto !important;
}

.img.img-fluid.rounded.shadow-sm.rounded-circle {
  max-width: 65px;
  height: auto;
}

.image-members {
  position: relative;
  flex: 1;
  width: 57px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.team_btn {
  width: 35%;
  height: auto;
}

.detail-btn {
  border: 0;
  outline: 0 !important;
  background-color: white;
  box-shadow: none;
}

.card-body {
  min-height: 0.1px;
}
.card-body.team-item {
  height: 350px;
}

.card-header.how_to_use {
  position: relative;
  border-bottom: 3px solid #dee2e6 !important;
}

.card-header.how_to_use::before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 30%; /* or 100px */
  height: 1px;
  content: "";
  border-bottom: 3px solid #147834;
}

.card-header.ur_team_leader {
  position: relative;
  border-bottom: 3px solid #dee2e6 !important;
}

.card-header.ur_team_leader::before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 50%; /* or 100px */
  height: 1px;
  content: "";
  border-bottom: 3px solid #147834;
}

.btn-primary {
  border-color: #1ba447 !important;
  background: #1ba447 !important;
}

.tp-list {
  overflow-y: auto;
  height: calc(100vh - 250px);
  border-right: 1px solid #e5e5e5;
}

.tp-msg-list {
  background-color: #fffbf5;
  position: absolute;
  z-index: 20;
}

.tp-msg:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.team-member {
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.goal_distance {
  text-align: left;
}
.goal_distance .user {
  margin-left: 10px;
}
.goal_distance .message {
  margin-left: 10px;
  padding: 5px 10px;
  border-radius: 10px;
  background: #17a2b8;
  margin-bottom: 10px;
}
.goal_distance .message p {
  margin-bottom: 5px;
}

.select2-dropdown {
  z-index: 1060;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  grid-gap: 30px;
  justify-items: center;
}

@media only screen and (min-width: 320px) {
  .btn-team {
    display: grid;
  }
}
@media only screen and (min-width: 1183px) {
  .btn-team {
    display: flex;
  }
}
.scroll-bottom-team {
  position: relative;
}

#scrollToBottomTeam {
  position: absolute;
  bottom: 25px;
  right: 30px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #147834;
  border: 1px solid #147834;
  font-size: 16px;
  cursor: pointer;
  z-index: 999;
}

#roles_access_list_modal .w-15 {
  width: 15% !important;
}

.row a:link {
  text-decoration: none;
}

#tfl_roles_header {
  position: sticky;
  z-index: 2;
  top: 54px;
}

#permitted_roles_modal_header {
  position: sticky;
  z-index: 2;
  top: -1px;
}

.work_environment_setting .btn-file {
  position: relative;
  overflow: hidden;
  margin: 10;
}
.work_environment_setting .btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.work_environment_setting .ul-daily-activities {
  letter-spacing: 0 !important;
}
.work_environment_setting .ul-daily-activities li.nav-item.li-activies {
  width: auto !important;
  margin-top: 2px;
}
.work_environment_setting select {
  min-width: 300px;
}
.work_environment_setting table {
  vertical-align: middle;
}
.work_environment_setting table thead tr th {
  text-align: center;
}
.work_environment_setting table tbody tr {
  text-align: center;
}

.working_environment_measurement .btn-file {
  position: relative;
  overflow: hidden;
  margin: 10;
}
.working_environment_measurement .btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.working_environment_measurement .ul-daily-activities {
  letter-spacing: 0 !important;
}
.working_environment_measurement .ul-daily-activities li.nav-item.li-activies {
  width: auto !important;
  margin-top: 2px;
}
.working_environment_measurement select {
  min-width: 300px;
}
.working_environment_measurement table {
  vertical-align: middle;
}
.working_environment_measurement table thead tr th {
  text-align: center;
}
.working_environment_measurement table tbody tr {
  text-align: center;
}
.working_environment_measurement #substance_list_header {
  position: sticky;
  z-index: 1000;
  top: 0;
}

.work_records .btn-file {
  position: relative;
  overflow: hidden;
  margin: 10;
}
.work_records .btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
  -webkit-filter: alpha(opacity=0);
}
.work_records .ul-daily-activities {
  letter-spacing: 0 !important;
}
.work_records .ul-daily-activities li.nav-item.li-activies {
  width: auto !important;
  margin-top: 2px;
}
.work_records select {
  min-width: 300px;
}
.work_records table {
  vertical-align: middle;
}
.work_records table thead tr th {
  text-align: center;
}
.work_records table tbody tr {
  text-align: center;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8rem;
  background-color: white;
}
body #content {
  background-color: #fcfffa;
}
body .color-grey {
  color: #414141;
}
body .badge.bg-primary {
  background-color: #2260cb !important;
  background-image: none;
}
body .badge.bg-secondary {
  background-color: #7f878e !important;
  color: white !important;
  background-image: none;
}
body .badge.bg-white {
  background-color: #ffffff !important;
  color: black !important;
  background-image: none;
}
body #alert,
body #ui-view {
  padding: 0 30px;
}
body select#company_code {
  width: auto !important;
}
body .table.table-bordered thead tr:hover, body .custom-datatables thead tr:hover {
  background-color: none !important;
}
body .table.table-bordered tbody tr:hover, body .custom-datatables tbody tr:hover {
  background-color: #fafafa !important;
}
body .table.table-bordered.no-hover tbody tr:first-child:hover, body .no-hover.custom-datatables tbody tr:first-child:hover {
  background-color: #147834 !important;
}
body .table.table-bordered.no-hover tbody tr:not(first-child):hover, body .no-hover.custom-datatables tbody tr:not(first-child):hover {
  background-color: initial !important;
}
body .rating_color .bg-danger {
  background-color: #dc3545 !important;
}
body .rating_color .bg-success, body .rating_color .custom-datatables-thead {
  color: white;
  background-color: #28a745 !important;
}
body .rating_color .bg-warning {
  color: black !important;
  background-color: #ffc107 !important;
}
body .rating_color .bg-info {
  color: black !important;
  background-color: #0dcaf0 !important;
}
body .rating_color .bg-white {
  color: black !important;
  background-color: white !important;
  border-color: black !important;
}
body .rating_color .bg- {
  color: black !important;
}
body .rating_color .table > :not(caption) > * > *, body .rating_color .custom-datatables > :not(caption) > * > * {
  background-color: none;
}
body .rating_color .alert-warning {
  color: #856404 !important;
  background: #fff3cd linear-gradient(180deg, #fff5d5, #fff3cd) repeat-x;
  background-color: #fff3cd !important;
  --bs-table-accent-bg: #fff3cd !important;
}
body .btn-group .btn-check:checked + .btn, body .btn-group .btn-check:hover + .btn {
  color: #fff !important;
  border-color: #147834 !important;
  background: #147834 !important;
}
body .background-base {
  background-color: #fcfffa;
}

.flatpickr-calendar {
  font-size: 13px !important;
}

.jsoneditor {
  border-color: rgb(112, 199, 139) !important;
}
.jsoneditor .jsoneditor-menu {
  background-color: rgb(112, 199, 139) !important;
  border-color: rgb(112, 199, 139) !important;
}
.jsoneditor .jsoneditor-menu ul {
  background-color: inherit !important;
}

.dt-buttons {
  flex-wrap: wrap;
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.dt-buttons .dt-button {
  padding: 0.375rem 0.75rem;
  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;
  color: #fff;
  background: #6c757d linear-gradient(180deg, #7f878e, #6c757d) repeat-x;
  flex: 1 1 auto;
  outline: none;
  border: 0.25px solid #545b62;
}
.dt-buttons .dt-button:hover {
  background: #5a6268 linear-gradient(180deg, #70767c, #5a6268) repeat-x;
}
.dt-buttons .dt-button:active {
  background: #545b62;
}
.dt-buttons .dt-button:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.dt-buttons .dt-button:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.notification-color {
  color: #147834;
}

.infinity-scroll {
  overflow-y: auto;
  max-height: 250px;
}

.p-mb-0 p {
  margin-bottom: 0;
}

.chart-center {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.form-select2 .select2-container--bootstrap {
  width: 100% !important;
}

.select2-search.select2-search--inline,
.select2-search__field {
  width: 100% !important;
}

.cur-pointer {
  cursor: pointer;
}

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

.row .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.no-page-break {
  page-break-inside: avoid;
}

.page-break-before {
  page-break-before: always;
}

.page-break-after {
  page-break-after: always;
}

.nav-menu .card {
  border-radius: 20px;
  background: #fff;
  box-shadow: 5px 5px 20px #c8c9cc, -5px -5px 20px #ffffff;
  margin-bottom: 0;
}
.nav-menu .card-body {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.nav-menu .div-height .card-height i {
  color: #147834 !important;
}
.nav-menu .div-height .card-height .disabled {
  cursor: default;
  pointer-events: none;
}
.nav-menu .div-height .card-height .disabled a {
  color: rgba(21, 120, 52, 0.6) !important;
}
.nav-menu .div-height .card-height .disabled.arrow-left::after {
  border-color: rgba(21, 120, 52, 0.6) !important;
}
.nav-menu .div-height .card-height .disabled .badge-danger {
  background-color: rgb(255, 127, 112) !important;
  color: rgb(255, 255, 255) !important;
}
.nav-menu .hover-mask {
  border-radius: 20px;
  opacity: 0;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.96);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #147834;
  text-align: center;
  transition: all 0.1s ease-in-out;
}
.nav-menu .hover-mask a {
  color: #147834;
}
.nav-menu .hover-mask:hover {
  opacity: 1;
}
.nav-menu .hover-mask .arrow-button {
  display: block;
  padding: 8px;
  position: relative;
}
.nav-menu .hover-mask .arrow-button::after {
  content: "";
  border: 0;
  border-top: solid 3px #147834;
  border-right: solid 3px #147834;
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}
.nav-menu .hover-underline:hover {
  text-decoration: underline;
}
.nav-menu .arrow-left {
  display: block;
  position: relative;
  padding-left: 12px;
}
.nav-menu .arrow-left::after {
  content: "";
  border: 0;
  border-top: solid 2px #147834;
  border-right: solid 2px #147834;
  display: inline-block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(45deg);
}

.bg-success, .custom-datatables-thead {
  background-color: #147834 !important;
}

.unread-mark {
  color: black !important;
  background-color: #ffd24d !important;
  padding: 3px;
  font-weight: 400;
}

.card {
  margin-bottom: 1.5rem;
}
.card .card-header {
  padding: 0.65rem 1.2rem;
  vertical-align: middle;
}
.card .card-header i {
  margin-right: 0.4em;
}
.card .card-header.cs {
  position: relative;
  border-bottom: 3px solid #dee2e6 !important;
}
.card .card-header.cs::before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 30%;
  height: 1px;
  content: "";
  border-bottom: 3px solid #147834;
}

.entry {
  padding: 4px 1.25rem !important;
  border-radius: 2rem;
}

.btn-outline-primary.entry {
  padding: 6px 1.5rem !important;
  color: #1ba447 !important;
  border-color: #1ba447 !important;
  border-radius: 2rem;
}

.btn-outline-primary.entry:hover {
  color: white !important;
  background: #1ba447 !important;
}

.teams {
  border-radius: 2rem;
}

.list-group-item-info {
  font-weight: bold;
  color: white;
  background-color: #147834 !important;
}

.text-primary {
  color: #147834 !important;
}

.btn-danger,
.btn-danger:hover,
.btn-danger:active,
.btn-danger:visited {
  border-color: #f17263 !important;
  background: #f17263 !important;
  color: #ffffff !important;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited {
  border-color: #1ba447 !important;
  background: #1ba447 !important;
  color: #ffffff !important;
}

.text-danger {
  color: #ee5442 !important;
}

.turbo-progress-bar {
  background-color: #147834 !important;
}

.bg-info {
  background-color: #1ba447 !important;
}

.alert-warning {
  color: #856404 !important;
  background: #fff3cd linear-gradient(180deg, #fff5d5, #fff3cd) repeat-x;
  background-color: #fff3cd !important;
  --bs-table-accent-bg: #fff3cd !important;
}

.alert-success {
  background-color: rgba(76, 167, 50, 0.3294117647) !important;
}

.bg-danger {
  color: white !important;
  background-color: #ff7f70 !important;
  --bs-table-accent-bg: #ff7f70 !important;
}

.capslock-password {
  display: none;
}

.vertical_icon_header {
  font-size: 21.6px !important;
}

.ms-15 {
  margin-left: 15px;
}

.custom-control-label::before {
  background-color: #eee;
  left: 1.5rem;
  display: none;
}

.custom-control-label {
  height: 32px;
  width: 32px;
  color: transparent;
  text-indent: -9999px;
}

.custom-control-label::after {
  background-color: #eee;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  border: 1px solid #ccc;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  border: 1px solid #1ba447;
  background-color: #1ba447;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='white' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
  background-size: cover;
}

.icon-color {
  color: #147834 !important;
}

.font-lighter-main-color {
  color: #1ba447 !important;
}

.pulse-container {
  position: absolute;
  top: 45%;
  left: 40%;
  z-index: 1000;
  width: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pulse-bubble {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #1ba447;
}

.pulse-bubble-1 {
  animation: pulse 0.4s ease 0s infinite alternate;
}

.pulse-bubble-2 {
  animation: pulse 0.4s ease 0.2s infinite alternate;
}

.pulse-bubble-3 {
  animation: pulse 0.4s ease 0.4s infinite alternate;
}

@keyframes pulse {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0.25;
    transform: scale(0.75);
  }
}
a {
  text-decoration: none;
}

.hidden {
  display: none;
}

input[type=checkbox]:focus {
  outline: none !important;
  box-shadow: none !important;
}

.breadcrumb {
  display: flex;
  align-items: center;
}
.breadcrumb .breadcrumb-item {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #147834;
}
.breadcrumb .breadcrumb-item a {
  text-decoration: none;
  color: #147834;
}
.breadcrumb .breadcrumb-item a:hover {
  text-decoration: underline;
}

.breadcrumb-hotwire {
  margin-left: -30px;
  margin-right: -30px;
}

.select2-container--bootstrap .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #d0d0d0;
}
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected=true],
.select2-container--default .select2-results__option--highlighted[aria-selected=true] {
  background-color: #337ab7;
}

.password-input {
  position: relative;
}
.password-input i {
  display: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.main-color {
  color: #147834;
}
