@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";


@import url("https://fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Outlined");
/* line 3, Content/ht-theme/base/_base.scss */
html {
  font-family: Montserrat;
  font-size: 14px;
}

/* line 10, Content/ht-theme/base/_base.scss */
select:not([multiple]):not([size]),
select[size="0"], select[size="1"] {
  overflow-x: hidden !important;
}

/* line 50, Content/ht-theme/fonts/_material-icon.scss */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}

/* line 54, Content/ht-theme/fonts/_material-icon.scss */
.material-icons-outlined {
  font-family: 'Material Icons Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}

/* Rules for sizing the icon. based on material design guidelines  http://google.github.io/material-design-icons/ */
/* line 60, Content/ht-theme/fonts/_material-icon.scss */
.material-icons.md-18, .material-icons-outlined.md-18 {
  font-size: 18px;
}

/* line 66, Content/ht-theme/fonts/_material-icon.scss */
.material-icons.md-24, .material-icons-outlined.md-24 {
  font-size: 24px;
}

/* line 72, Content/ht-theme/fonts/_material-icon.scss */
.material-icons.md-36, .material-icons-outlined.md-36 {
  font-size: 36px;
}

/* line 78, Content/ht-theme/fonts/_material-icon.scss */
.material-icons.md-48, .material-icons-outlined.md-48 {
  font-size: 48px;
}

/* Custom rules for sizing the icon. */
/* line 86, Content/ht-theme/fonts/_material-icon.scss */
.material-icons.md-2x, .material-icons-outlined.md-2x {
  font-size: 2rem;
}

/* line 92, Content/ht-theme/fonts/_material-icon.scss */
.material-icons.md-22, .material-icons-outlined.md-22 {
  font-size: 22px;
}

@font-face {
  font-family: "hammertech-svg-icon-font";
  src: url("/Content/ht-theme/fonts/hammertech-svg-icon-font/fonts/hammertech-svg-icon-font.eot?v0duwr");
  src: url("/Content/ht-theme/fonts/hammertech-svg-icon-font/fonts/hammertech-svg-icon-font.eot?v0duwr#iefix") format("embedded-opentype"), url("/Content/ht-theme/fonts/hammertech-svg-icon-font/fonts/hammertech-svg-icon-font.ttf?v0duwr") format("truetype"), url("/Content/ht-theme/fonts/hammertech-svg-icon-font/fonts/hammertech-svg-icon-font.woff?v0duwr") format("woff"), url("/Content/ht-theme/fonts/hammertech-svg-icon-font/fonts/hammertech-svg-icon-font.svg?v0duwr#hammertech-svg-icon-font") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* line 15, Content/ht-theme/fonts/hammertech-svg-icon-font/style.scss */
.ht-icons {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "hammertech-svg-icon-font" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 41, Content/ht-theme/fonts/hammertech-svg-icon-font/style.scss */
.ht-insights:before {
  content: "";
  color: #3e526d;
}

/* line 47, Content/ht-theme/fonts/hammertech-svg-icon-font/style.scss */
.ht-beta:before {
  content: "";
}

/* line 52, Content/ht-theme/fonts/hammertech-svg-icon-font/style.scss */
.ht-status-flagged:before {
  content: "";
}

/* line 57, Content/ht-theme/fonts/hammertech-svg-icon-font/style.scss */
.ht-status-rejected:before {
  content: "";
}

/* line 62, Content/ht-theme/fonts/hammertech-svg-icon-font/style.scss */
.ht-status-approved:before {
  content: "";
}

/* line 67, Content/ht-theme/fonts/hammertech-svg-icon-font/style.scss */
.ht-status-awaiting-approval:before {
  content: "";
}

/* line 72, Content/ht-theme/fonts/hammertech-svg-icon-font/style.scss */
.ht-user-deactivated:before {
  content: "";
}

/* line 77, Content/ht-theme/fonts/hammertech-svg-icon-font/style.scss */
.ht-test-failed:before {
  content: "";
}

/* line 82, Content/ht-theme/fonts/hammertech-svg-icon-font/style.scss */
.ht-test-incomplete:before {
  content: "";
}

/* line 87, Content/ht-theme/fonts/hammertech-svg-icon-font/style.scss */
.ht-test-invalidated:before {
  content: "";
}

/* line 92, Content/ht-theme/fonts/hammertech-svg-icon-font/style.scss */
.ht-test-complete:before {
  content: "";
}

/* line 97, Content/ht-theme/fonts/hammertech-svg-icon-font/style.scss */
.ht-deselect-all:before {
  content: "";
}

/* line 102, Content/ht-theme/fonts/hammertech-svg-icon-font/style.scss */
.ht-plan:before {
  content: "";
}

/* line 107, Content/ht-theme/fonts/hammertech-svg-icon-font/style.scss */
.ht-email:before {
  content: "";
}

/* line 112, Content/ht-theme/fonts/hammertech-svg-icon-font/style.scss */
.ht-company:before {
  content: "";
}

/* line 117, Content/ht-theme/fonts/hammertech-svg-icon-font/style.scss */
.ht-ppe:before {
  content: "";
}

/* line 122, Content/ht-theme/fonts/hammertech-svg-icon-font/style.scss */
.ht-user-add:before {
  content: "";
}

/* line 127, Content/ht-theme/fonts/hammertech-svg-icon-font/style.scss */
.ht-help:before {
  content: "";
}

/* line 132, Content/ht-theme/fonts/hammertech-svg-icon-font/style.scss */
.ht-person:before {
  content: "";
}

/* line 137, Content/ht-theme/fonts/hammertech-svg-icon-font/style.scss */
.ht-logout:before {
  content: "";
}

/* line 142, Content/ht-theme/fonts/hammertech-svg-icon-font/style.scss */
.ht-person-filled:before {
  content: "";
}

/* line 147, Content/ht-theme/fonts/hammertech-svg-icon-font/style.scss */
.ht-card:before {
  content: "";
}

/* line 152, Content/ht-theme/fonts/hammertech-svg-icon-font/style.scss */
.ht-home:before {
  content: "";
}

/* line 157, Content/ht-theme/fonts/hammertech-svg-icon-font/style.scss */
.ht-settings-filled:before {
  content: "";
}

/* line 162, Content/ht-theme/fonts/hammertech-svg-icon-font/style.scss */
.ht-done:before {
  content: "";
}

/* line 167, Content/ht-theme/fonts/hammertech-svg-icon-font/style.scss */
.ht-columns:before {
  content: "";
}

/* line 172, Content/ht-theme/fonts/hammertech-svg-icon-font/style.scss */
.ht-diamond-warning:before {
  content: "";
}

/* line 177, Content/ht-theme/fonts/hammertech-svg-icon-font/style.scss */
.ht-login:before {
  content: "";
}

/* line 182, Content/ht-theme/fonts/hammertech-svg-icon-font/style.scss */
.ht-document:before {
  content: "";
}

/* line 187, Content/ht-theme/fonts/hammertech-svg-icon-font/style.scss */
.ht-profile-setting:before {
  content: "";
}

/* line 192, Content/ht-theme/fonts/hammertech-svg-icon-font/style.scss */
.ht-copy:before {
  content: "";
}

/* line 197, Content/ht-theme/fonts/hammertech-svg-icon-font/style.scss */
.ht-calendar:before {
  content: "";
}

/* line 202, Content/ht-theme/fonts/hammertech-svg-icon-font/style.scss */
.ht-warning:before {
  content: "";
}

/* line 207, Content/ht-theme/fonts/hammertech-svg-icon-font/style.scss */
.ht-checklist:before {
  content: "";
}

/* line 212, Content/ht-theme/fonts/hammertech-svg-icon-font/style.scss */
.ht-bulletins:before {
  content: "";
}

/* line 217, Content/ht-theme/fonts/hammertech-svg-icon-font/style.scss */
.ht-truck:before {
  content: "";
}

/* line 222, Content/ht-theme/fonts/hammertech-svg-icon-font/style.scss */
.ht-siren:before {
  content: "";
}

/* line 227, Content/ht-theme/fonts/hammertech-svg-icon-font/style.scss */
.ht-band-aid:before {
  content: "";
}

/* line 232, Content/ht-theme/fonts/hammertech-svg-icon-font/style.scss */
.ht-group:before {
  content: "";
}

/* line 237, Content/ht-theme/fonts/hammertech-svg-icon-font/style.scss */
.ht-helmet:before {
  content: "";
}

/* line 242, Content/ht-theme/fonts/hammertech-svg-icon-font/style.scss */
.ht-briefcase:before {
  content: "";
}

/* line 247, Content/ht-theme/fonts/hammertech-svg-icon-font/style.scss */
.ht-times-circle:before {
  content: "";
}

/* line 252, Content/ht-theme/fonts/hammertech-svg-icon-font/style.scss */
.ht-notification:before {
  content: "";
}

/* line 257, Content/ht-theme/fonts/hammertech-svg-icon-font/style.scss */
.ht-clear-complete:before {
  content: "";
  color: #3e526e;
}

/* line 263, Content/ht-theme/fonts/hammertech-svg-icon-font/style.scss */
.ht-arrange:before {
  content: "";
}

/* line 268, Content/ht-theme/fonts/hammertech-svg-icon-font/style.scss */
.ht-exit:before {
  content: "";
}

/* line 273, Content/ht-theme/fonts/hammertech-svg-icon-font/style.scss */
.ht-assign-user:before {
  content: "";
}

/* line 278, Content/ht-theme/fonts/hammertech-svg-icon-font/style.scss */
.ht-eye:before {
  content: "";
  color: #3e526e;
}

/* line 284, Content/ht-theme/fonts/hammertech-svg-icon-font/style.scss */
.ht-settings:before {
  content: "";
}

/* line 289, Content/ht-theme/fonts/hammertech-svg-icon-font/style.scss */
.ht-logo:before {
  content: "";
  color: #004970;
}

/* line 295, Content/ht-theme/fonts/hammertech-svg-icon-font/style.scss */
.ht-file-download:before {
  content: "";
}

/* line 300, Content/ht-theme/fonts/hammertech-svg-icon-font/style.scss */
.ht-file:before {
  content: "";
}

/* line 305, Content/ht-theme/fonts/hammertech-svg-icon-font/style.scss */
.ht-file-import:before {
  content: "";
}

/* Rules for sizing the icon. based on material design guidelines  http://google.github.io/material-design-icons/ */
/* line 2, Content/ht-theme/fonts/hammertech-svg-icon-font/_size.scss */
.ht-icons.ht-18 {
  font-size: 18px;
  line-height: 18px;
  width: 18px;
}

/* line 9, Content/ht-theme/fonts/hammertech-svg-icon-font/_size.scss */
.ht-icons.ht-20 {
  font-size: 20px;
  line-height: 20px;
  width: 20px;
}

/* line 15, Content/ht-theme/fonts/hammertech-svg-icon-font/_size.scss */
.ht-icons.ht-24 {
  font-size: 24px;
  line-height: 24px;
  width: 24px;
}

/* line 21, Content/ht-theme/fonts/hammertech-svg-icon-font/_size.scss */
.ht-icons.ht-36 {
  font-size: 36px;
  line-height: 36px;
  width: 36px;
}

/* line 27, Content/ht-theme/fonts/hammertech-svg-icon-font/_size.scss */
.ht-icons.ht-48 {
  font-size: 48px;
  line-height: 48px;
  width: 48px;
}

/* Custom rules for sizing the icon. */
/* line 34, Content/ht-theme/fonts/hammertech-svg-icon-font/_size.scss */
.ht-icons.ht-2x {
  line-height: 2rem;
  font-size: 2rem;
  width: 2rem;
}

/*When ht-icons is wrapped in button .btn-ht-icon helper class can be used*/
/* line 10, Content/ht-theme/fonts/hammertech-svg-icon-font/_index.scss */
.ht-icons {
  white-space: nowrap;
}

/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/* line 1, Content/bootstrap/_root.scss */
:root {
  --blue: #00b4e3;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #ff003c;
  --orange: #fd7e14;
  --yellow: #ff8940;
  --green: #36b37e;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #3e526e;
  --gray-dark: #343a40;
  --primary: #00b4e3;
  --secondary: #3e526e;
  --success: #36b37e;
  --info: #17a2b8;
  --warning: #ff8940;
  --danger: #ff003c;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1400px;
  --font-family-sans-serif: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 19, Content/bootstrap/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 25, Content/bootstrap/_reboot.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 35, Content/bootstrap/_reboot.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 46, Content/bootstrap/_reboot.scss */
body {
  margin: 0;
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #3e526e;
  text-align: left;
  background-color: #f3f7fd;
}

/* line 66, Content/bootstrap/_reboot.scss */
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

/* line 76, Content/bootstrap/_reboot.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 92, Content/bootstrap/_reboot.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 101, Content/bootstrap/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 114, Content/bootstrap/_reboot.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

/* line 123, Content/bootstrap/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 129, Content/bootstrap/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 136, Content/bootstrap/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 143, Content/bootstrap/_reboot.scss */
dt {
  font-weight: 600;
}

/* line 147, Content/bootstrap/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 152, Content/bootstrap/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 156, Content/bootstrap/_reboot.scss */
b,
strong {
  font-weight: bolder;
}

/* line 161, Content/bootstrap/_reboot.scss */
small {
  font-size: 80%;
}

/* line 170, Content/bootstrap/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 178, Content/bootstrap/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 179, Content/bootstrap/_reboot.scss */
sup {
  top: -.5em;
}

/* line 186, Content/bootstrap/_reboot.scss */
a {
  color: #3e526e;
  text-decoration: none;
  background-color: transparent;
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
a:hover {
  color: theme-color("primary");
  text-decoration: underline;
}

/* line 202, Content/bootstrap/_reboot.scss */
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 217, Content/bootstrap/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

/* line 225, Content/bootstrap/_reboot.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

/* line 242, Content/bootstrap/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 252, Content/bootstrap/_reboot.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 257, Content/bootstrap/_reboot.scss */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 269, Content/bootstrap/_reboot.scss */
table {
  border-collapse: collapse;
}

/* line 273, Content/bootstrap/_reboot.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #3e526e;
  text-align: left;
  caption-side: bottom;
}

/* line 285, Content/bootstrap/_reboot.scss */
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

/* line 296, Content/bootstrap/_reboot.scss */
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 305, Content/bootstrap/_reboot.scss */
button {
  border-radius: 0;
}

/* line 315, Content/bootstrap/_reboot.scss */
button:focus:not(:focus-visible) {
  outline: 0;
}

/* line 319, Content/bootstrap/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 330, Content/bootstrap/_reboot.scss */
button,
input {
  overflow: visible;
}

/* line 335, Content/bootstrap/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 343, Content/bootstrap/_reboot.scss */
[role="button"] {
  cursor: pointer;
}

/* line 350, Content/bootstrap/_reboot.scss */
select {
  word-wrap: normal;
}

/* line 358, Content/bootstrap/_reboot.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 371, Content/bootstrap/_reboot.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 378, Content/bootstrap/_reboot.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 386, Content/bootstrap/_reboot.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 393, Content/bootstrap/_reboot.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 399, Content/bootstrap/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 414, Content/bootstrap/_reboot.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 426, Content/bootstrap/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 431, Content/bootstrap/_reboot.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 436, Content/bootstrap/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 449, Content/bootstrap/_reboot.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 458, Content/bootstrap/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 467, Content/bootstrap/_reboot.scss */
output {
  display: inline-block;
}

/* line 471, Content/bootstrap/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 476, Content/bootstrap/_reboot.scss */
template {
  display: none;
}

/* line 482, Content/bootstrap/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 7, Content/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

/* line 16, Content/bootstrap/_type.scss */
h1, .h1 {
  font-size: 2.5rem;
}

/* line 17, Content/bootstrap/_type.scss */
h2, .h2 {
  font-size: 2rem;
}

/* line 18, Content/bootstrap/_type.scss */
h3, .h3 {
  font-size: 1.75rem;
}

/* line 19, Content/bootstrap/_type.scss */
h4, .h4 {
  font-size: 1.5rem;
}

/* line 20, Content/bootstrap/_type.scss */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 21, Content/bootstrap/_type.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 23, Content/bootstrap/_type.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 29, Content/bootstrap/_type.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 34, Content/bootstrap/_type.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 39, Content/bootstrap/_type.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 44, Content/bootstrap/_type.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 55, Content/bootstrap/_type.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 67, Content/bootstrap/_type.scss */
small,
.small {
  font-size: 80%;
  font-weight: 500;
}

/* line 73, Content/bootstrap/_type.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 84, Content/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 89, Content/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 92, Content/bootstrap/_type.scss */
.list-inline-item {
  display: inline-block;
}

/* line 95, Content/bootstrap/_type.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 106, Content/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 112, Content/bootstrap/_type.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 117, Content/bootstrap/_type.scss */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #3e526e;
}

/* line 122, Content/bootstrap/_type.scss */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 8, Content/bootstrap/_images.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 14, Content/bootstrap/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #f3f7fd;
  border: 1px solid #dee2e6;
  border-radius: 0.286rem;
  max-width: 100%;
  height: auto;
}

/* line 29, Content/bootstrap/_images.scss */
.figure {
  display: inline-block;
}

/* line 34, Content/bootstrap/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 39, Content/bootstrap/_images.scss */
.figure-caption {
  font-size: 90%;
  color: #3e526e;
}

/* line 2, Content/bootstrap/_code.scss */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

/* line 8, Content/bootstrap/_code.scss */
a > code {
  color: inherit;
}

/* line 14, Content/bootstrap/_code.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #ffffff;
  background-color: #212529;
  border-radius: 0.2rem;
}

/* line 22, Content/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 600;
}

/* line 31, Content/bootstrap/_code.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

/* line 37, Content/bootstrap/_code.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 45, Content/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 7, Content/bootstrap/_grid.scss */
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 20, Content/bootstrap/_grid.scss */
  .container-sm, .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 20, Content/bootstrap/_grid.scss */
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 20, Content/bootstrap/_grid.scss */
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 20, Content/bootstrap/_grid.scss */
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}

/* line 49, Content/bootstrap/_grid.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 55, Content/bootstrap/_grid.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 59, Content/bootstrap/_grid.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 8, Content/bootstrap/mixins/_grid-framework.scss */
.col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 33, Content/bootstrap/mixins/_grid-framework.scss */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 65, Content/bootstrap/mixins/_grid.scss */
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 65, Content/bootstrap/mixins/_grid.scss */
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 65, Content/bootstrap/mixins/_grid.scss */
.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 65, Content/bootstrap/mixins/_grid.scss */
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 65, Content/bootstrap/mixins/_grid.scss */
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

/* line 65, Content/bootstrap/mixins/_grid.scss */
.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/* line 47, Content/bootstrap/mixins/_grid-framework.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* line 53, Content/bootstrap/mixins/_grid-framework.scss */
.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

/* line 53, Content/bootstrap/mixins/_grid-framework.scss */
.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/* line 53, Content/bootstrap/mixins/_grid-framework.scss */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 53, Content/bootstrap/mixins/_grid-framework.scss */
.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 53, Content/bootstrap/mixins/_grid-framework.scss */
.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

/* line 53, Content/bootstrap/mixins/_grid-framework.scss */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 53, Content/bootstrap/mixins/_grid-framework.scss */
.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

/* line 53, Content/bootstrap/mixins/_grid-framework.scss */
.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

/* line 53, Content/bootstrap/mixins/_grid-framework.scss */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 53, Content/bootstrap/mixins/_grid-framework.scss */
.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

/* line 53, Content/bootstrap/mixins/_grid-framework.scss */
.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

/* line 53, Content/bootstrap/mixins/_grid-framework.scss */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 59, Content/bootstrap/mixins/_grid-framework.scss */
.order-first {
  order: -1;
}

/* line 61, Content/bootstrap/mixins/_grid-framework.scss */
.order-last {
  order: 13;
}

/* line 64, Content/bootstrap/mixins/_grid-framework.scss */
.order-0 {
  order: 0;
}

/* line 64, Content/bootstrap/mixins/_grid-framework.scss */
.order-1 {
  order: 1;
}

/* line 64, Content/bootstrap/mixins/_grid-framework.scss */
.order-2 {
  order: 2;
}

/* line 64, Content/bootstrap/mixins/_grid-framework.scss */
.order-3 {
  order: 3;
}

/* line 64, Content/bootstrap/mixins/_grid-framework.scss */
.order-4 {
  order: 4;
}

/* line 64, Content/bootstrap/mixins/_grid-framework.scss */
.order-5 {
  order: 5;
}

/* line 64, Content/bootstrap/mixins/_grid-framework.scss */
.order-6 {
  order: 6;
}

/* line 64, Content/bootstrap/mixins/_grid-framework.scss */
.order-7 {
  order: 7;
}

/* line 64, Content/bootstrap/mixins/_grid-framework.scss */
.order-8 {
  order: 8;
}

/* line 64, Content/bootstrap/mixins/_grid-framework.scss */
.order-9 {
  order: 9;
}

/* line 64, Content/bootstrap/mixins/_grid-framework.scss */
.order-10 {
  order: 10;
}

/* line 64, Content/bootstrap/mixins/_grid-framework.scss */
.order-11 {
  order: 11;
}

/* line 64, Content/bootstrap/mixins/_grid-framework.scss */
.order-12 {
  order: 12;
}

/* line 71, Content/bootstrap/mixins/_grid-framework.scss */
.offset-1 {
  margin-left: 8.33333%;
}

/* line 71, Content/bootstrap/mixins/_grid-framework.scss */
.offset-2 {
  margin-left: 16.66667%;
}

/* line 71, Content/bootstrap/mixins/_grid-framework.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 71, Content/bootstrap/mixins/_grid-framework.scss */
.offset-4 {
  margin-left: 33.33333%;
}

/* line 71, Content/bootstrap/mixins/_grid-framework.scss */
.offset-5 {
  margin-left: 41.66667%;
}

/* line 71, Content/bootstrap/mixins/_grid-framework.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 71, Content/bootstrap/mixins/_grid-framework.scss */
.offset-7 {
  margin-left: 58.33333%;
}

/* line 71, Content/bootstrap/mixins/_grid-framework.scss */
.offset-8 {
  margin-left: 66.66667%;
}

/* line 71, Content/bootstrap/mixins/_grid-framework.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 71, Content/bootstrap/mixins/_grid-framework.scss */
.offset-10 {
  margin-left: 83.33333%;
}

/* line 71, Content/bootstrap/mixins/_grid-framework.scss */
.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  /* line 33, Content/bootstrap/mixins/_grid-framework.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, Content/bootstrap/mixins/_grid.scss */
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, Content/bootstrap/mixins/_grid.scss */
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, Content/bootstrap/mixins/_grid.scss */
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 65, Content/bootstrap/mixins/_grid.scss */
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, Content/bootstrap/mixins/_grid.scss */
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, Content/bootstrap/mixins/_grid.scss */
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 47, Content/bootstrap/mixins/_grid-framework.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 53, Content/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 53, Content/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 53, Content/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 53, Content/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 53, Content/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 53, Content/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 53, Content/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 53, Content/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 53, Content/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 53, Content/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 53, Content/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 53, Content/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 59, Content/bootstrap/mixins/_grid-framework.scss */
  .order-sm-first {
    order: -1;
  }
  /* line 61, Content/bootstrap/mixins/_grid-framework.scss */
  .order-sm-last {
    order: 13;
  }
  /* line 64, Content/bootstrap/mixins/_grid-framework.scss */
  .order-sm-0 {
    order: 0;
  }
  /* line 64, Content/bootstrap/mixins/_grid-framework.scss */
  .order-sm-1 {
    order: 1;
  }
  /* line 64, Content/bootstrap/mixins/_grid-framework.scss */
  .order-sm-2 {
    order: 2;
  }
  /* line 64, Content/bootstrap/mixins/_grid-framework.scss */
  .order-sm-3 {
    order: 3;
  }
  /* line 64, Content/bootstrap/mixins/_grid-framework.scss */
  .order-sm-4 {
    order: 4;
  }
  /* line 64, Content/bootstrap/mixins/_grid-framework.scss */
  .order-sm-5 {
    order: 5;
  }
  /* line 64, Content/bootstrap/mixins/_grid-framework.scss */
  .order-sm-6 {
    order: 6;
  }
  /* line 64, Content/bootstrap/mixins/_grid-framework.scss */
  .order-sm-7 {
    order: 7;
  }
  /* line 64, Content/bootstrap/mixins/_grid-framework.scss */
  .order-sm-8 {
    order: 8;
  }
  /* line 64, Content/bootstrap/mixins/_grid-framework.scss */
  .order-sm-9 {
    order: 9;
  }
  /* line 64, Content/bootstrap/mixins/_grid-framework.scss */
  .order-sm-10 {
    order: 10;
  }
  /* line 64, Content/bootstrap/mixins/_grid-framework.scss */
  .order-sm-11 {
    order: 11;
  }
  /* line 64, Content/bootstrap/mixins/_grid-framework.scss */
  .order-sm-12 {
    order: 12;
  }
  /* line 71, Content/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 71, Content/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  /* line 71, Content/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  /* line 71, Content/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 71, Content/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  /* line 71, Content/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  /* line 71, Content/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 71, Content/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  /* line 71, Content/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  /* line 71, Content/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 71, Content/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  /* line 71, Content/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  /* line 33, Content/bootstrap/mixins/_grid-framework.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, Content/bootstrap/mixins/_grid.scss */
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, Content/bootstrap/mixins/_grid.scss */
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, Content/bootstrap/mixins/_grid.scss */
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 65, Content/bootstrap/mixins/_grid.scss */
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, Content/bootstrap/mixins/_grid.scss */
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, Content/bootstrap/mixins/_grid.scss */
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 47, Content/bootstrap/mixins/_grid-framework.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 53, Content/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 53, Content/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 53, Content/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 53, Content/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 53, Content/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 53, Content/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 53, Content/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 53, Content/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 53, Content/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 53, Content/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 53, Content/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 53, Content/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 59, Content/bootstrap/mixins/_grid-framework.scss */
  .order-md-first {
    order: -1;
  }
  /* line 61, Content/bootstrap/mixins/_grid-framework.scss */
  .order-md-last {
    order: 13;
  }
  /* line 64, Content/bootstrap/mixins/_grid-framework.scss */
  .order-md-0 {
    order: 0;
  }
  /* line 64, Content/bootstrap/mixins/_grid-framework.scss */
  .order-md-1 {
    order: 1;
  }
  /* line 64, Content/bootstrap/mixins/_grid-framework.scss */
  .order-md-2 {
    order: 2;
  }
  /* line 64, Content/bootstrap/mixins/_grid-framework.scss */
  .order-md-3 {
    order: 3;
  }
  /* line 64, Content/bootstrap/mixins/_grid-framework.scss */
  .order-md-4 {
    order: 4;
  }
  /* line 64, Content/bootstrap/mixins/_grid-framework.scss */
  .order-md-5 {
    order: 5;
  }
  /* line 64, Content/bootstrap/mixins/_grid-framework.scss */
  .order-md-6 {
    order: 6;
  }
  /* line 64, Content/bootstrap/mixins/_grid-framework.scss */
  .order-md-7 {
    order: 7;
  }
  /* line 64, Content/bootstrap/mixins/_grid-framework.scss */
  .order-md-8 {
    order: 8;
  }
  /* line 64, Content/bootstrap/mixins/_grid-framework.scss */
  .order-md-9 {
    order: 9;
  }
  /* line 64, Content/bootstrap/mixins/_grid-framework.scss */
  .order-md-10 {
    order: 10;
  }
  /* line 64, Content/bootstrap/mixins/_grid-framework.scss */
  .order-md-11 {
    order: 11;
  }
  /* line 64, Content/bootstrap/mixins/_grid-framework.scss */
  .order-md-12 {
    order: 12;
  }
  /* line 71, Content/bootstrap/mixins/_grid-framework.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 71, Content/bootstrap/mixins/_grid-framework.scss */
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  /* line 71, Content/bootstrap/mixins/_grid-framework.scss */
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  /* line 71, Content/bootstrap/mixins/_grid-framework.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 71, Content/bootstrap/mixins/_grid-framework.scss */
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  /* line 71, Content/bootstrap/mixins/_grid-framework.scss */
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  /* line 71, Content/bootstrap/mixins/_grid-framework.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 71, Content/bootstrap/mixins/_grid-framework.scss */
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  /* line 71, Content/bootstrap/mixins/_grid-framework.scss */
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  /* line 71, Content/bootstrap/mixins/_grid-framework.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 71, Content/bootstrap/mixins/_grid-framework.scss */
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  /* line 71, Content/bootstrap/mixins/_grid-framework.scss */
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  /* line 33, Content/bootstrap/mixins/_grid-framework.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, Content/bootstrap/mixins/_grid.scss */
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, Content/bootstrap/mixins/_grid.scss */
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, Content/bootstrap/mixins/_grid.scss */
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 65, Content/bootstrap/mixins/_grid.scss */
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, Content/bootstrap/mixins/_grid.scss */
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, Content/bootstrap/mixins/_grid.scss */
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 47, Content/bootstrap/mixins/_grid-framework.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 53, Content/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 53, Content/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 53, Content/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 53, Content/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 53, Content/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 53, Content/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 53, Content/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 53, Content/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 53, Content/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 53, Content/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 53, Content/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 53, Content/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 59, Content/bootstrap/mixins/_grid-framework.scss */
  .order-lg-first {
    order: -1;
  }
  /* line 61, Content/bootstrap/mixins/_grid-framework.scss */
  .order-lg-last {
    order: 13;
  }
  /* line 64, Content/bootstrap/mixins/_grid-framework.scss */
  .order-lg-0 {
    order: 0;
  }
  /* line 64, Content/bootstrap/mixins/_grid-framework.scss */
  .order-lg-1 {
    order: 1;
  }
  /* line 64, Content/bootstrap/mixins/_grid-framework.scss */
  .order-lg-2 {
    order: 2;
  }
  /* line 64, Content/bootstrap/mixins/_grid-framework.scss */
  .order-lg-3 {
    order: 3;
  }
  /* line 64, Content/bootstrap/mixins/_grid-framework.scss */
  .order-lg-4 {
    order: 4;
  }
  /* line 64, Content/bootstrap/mixins/_grid-framework.scss */
  .order-lg-5 {
    order: 5;
  }
  /* line 64, Content/bootstrap/mixins/_grid-framework.scss */
  .order-lg-6 {
    order: 6;
  }
  /* line 64, Content/bootstrap/mixins/_grid-framework.scss */
  .order-lg-7 {
    order: 7;
  }
  /* line 64, Content/bootstrap/mixins/_grid-framework.scss */
  .order-lg-8 {
    order: 8;
  }
  /* line 64, Content/bootstrap/mixins/_grid-framework.scss */
  .order-lg-9 {
    order: 9;
  }
  /* line 64, Content/bootstrap/mixins/_grid-framework.scss */
  .order-lg-10 {
    order: 10;
  }
  /* line 64, Content/bootstrap/mixins/_grid-framework.scss */
  .order-lg-11 {
    order: 11;
  }
  /* line 64, Content/bootstrap/mixins/_grid-framework.scss */
  .order-lg-12 {
    order: 12;
  }
  /* line 71, Content/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 71, Content/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  /* line 71, Content/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  /* line 71, Content/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 71, Content/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  /* line 71, Content/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  /* line 71, Content/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 71, Content/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  /* line 71, Content/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  /* line 71, Content/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 71, Content/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  /* line 71, Content/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  /* line 33, Content/bootstrap/mixins/_grid-framework.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, Content/bootstrap/mixins/_grid.scss */
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, Content/bootstrap/mixins/_grid.scss */
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, Content/bootstrap/mixins/_grid.scss */
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 65, Content/bootstrap/mixins/_grid.scss */
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, Content/bootstrap/mixins/_grid.scss */
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, Content/bootstrap/mixins/_grid.scss */
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 47, Content/bootstrap/mixins/_grid-framework.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 53, Content/bootstrap/mixins/_grid-framework.scss */
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 53, Content/bootstrap/mixins/_grid-framework.scss */
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 53, Content/bootstrap/mixins/_grid-framework.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 53, Content/bootstrap/mixins/_grid-framework.scss */
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 53, Content/bootstrap/mixins/_grid-framework.scss */
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 53, Content/bootstrap/mixins/_grid-framework.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 53, Content/bootstrap/mixins/_grid-framework.scss */
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 53, Content/bootstrap/mixins/_grid-framework.scss */
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 53, Content/bootstrap/mixins/_grid-framework.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 53, Content/bootstrap/mixins/_grid-framework.scss */
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 53, Content/bootstrap/mixins/_grid-framework.scss */
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 53, Content/bootstrap/mixins/_grid-framework.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 59, Content/bootstrap/mixins/_grid-framework.scss */
  .order-xl-first {
    order: -1;
  }
  /* line 61, Content/bootstrap/mixins/_grid-framework.scss */
  .order-xl-last {
    order: 13;
  }
  /* line 64, Content/bootstrap/mixins/_grid-framework.scss */
  .order-xl-0 {
    order: 0;
  }
  /* line 64, Content/bootstrap/mixins/_grid-framework.scss */
  .order-xl-1 {
    order: 1;
  }
  /* line 64, Content/bootstrap/mixins/_grid-framework.scss */
  .order-xl-2 {
    order: 2;
  }
  /* line 64, Content/bootstrap/mixins/_grid-framework.scss */
  .order-xl-3 {
    order: 3;
  }
  /* line 64, Content/bootstrap/mixins/_grid-framework.scss */
  .order-xl-4 {
    order: 4;
  }
  /* line 64, Content/bootstrap/mixins/_grid-framework.scss */
  .order-xl-5 {
    order: 5;
  }
  /* line 64, Content/bootstrap/mixins/_grid-framework.scss */
  .order-xl-6 {
    order: 6;
  }
  /* line 64, Content/bootstrap/mixins/_grid-framework.scss */
  .order-xl-7 {
    order: 7;
  }
  /* line 64, Content/bootstrap/mixins/_grid-framework.scss */
  .order-xl-8 {
    order: 8;
  }
  /* line 64, Content/bootstrap/mixins/_grid-framework.scss */
  .order-xl-9 {
    order: 9;
  }
  /* line 64, Content/bootstrap/mixins/_grid-framework.scss */
  .order-xl-10 {
    order: 10;
  }
  /* line 64, Content/bootstrap/mixins/_grid-framework.scss */
  .order-xl-11 {
    order: 11;
  }
  /* line 64, Content/bootstrap/mixins/_grid-framework.scss */
  .order-xl-12 {
    order: 12;
  }
  /* line 71, Content/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 71, Content/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  /* line 71, Content/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  /* line 71, Content/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 71, Content/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  /* line 71, Content/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  /* line 71, Content/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 71, Content/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  /* line 71, Content/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  /* line 71, Content/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 71, Content/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  /* line 71, Content/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1400px) {
  /* line 33, Content/bootstrap/mixins/_grid-framework.scss */
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, Content/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, Content/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, Content/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 65, Content/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, Content/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, Content/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 47, Content/bootstrap/mixins/_grid-framework.scss */
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 53, Content/bootstrap/mixins/_grid-framework.scss */
  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 53, Content/bootstrap/mixins/_grid-framework.scss */
  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 53, Content/bootstrap/mixins/_grid-framework.scss */
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 53, Content/bootstrap/mixins/_grid-framework.scss */
  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 53, Content/bootstrap/mixins/_grid-framework.scss */
  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 53, Content/bootstrap/mixins/_grid-framework.scss */
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 53, Content/bootstrap/mixins/_grid-framework.scss */
  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 53, Content/bootstrap/mixins/_grid-framework.scss */
  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 53, Content/bootstrap/mixins/_grid-framework.scss */
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 53, Content/bootstrap/mixins/_grid-framework.scss */
  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 53, Content/bootstrap/mixins/_grid-framework.scss */
  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 53, Content/bootstrap/mixins/_grid-framework.scss */
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 59, Content/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-first {
    order: -1;
  }
  /* line 61, Content/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-last {
    order: 13;
  }
  /* line 64, Content/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-0 {
    order: 0;
  }
  /* line 64, Content/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-1 {
    order: 1;
  }
  /* line 64, Content/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-2 {
    order: 2;
  }
  /* line 64, Content/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-3 {
    order: 3;
  }
  /* line 64, Content/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-4 {
    order: 4;
  }
  /* line 64, Content/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-5 {
    order: 5;
  }
  /* line 64, Content/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-6 {
    order: 6;
  }
  /* line 64, Content/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-7 {
    order: 7;
  }
  /* line 64, Content/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-8 {
    order: 8;
  }
  /* line 64, Content/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-9 {
    order: 9;
  }
  /* line 64, Content/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-10 {
    order: 10;
  }
  /* line 64, Content/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-11 {
    order: 11;
  }
  /* line 64, Content/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-12 {
    order: 12;
  }
  /* line 71, Content/bootstrap/mixins/_grid-framework.scss */
  .offset-xxl-0 {
    margin-left: 0;
  }
  /* line 71, Content/bootstrap/mixins/_grid-framework.scss */
  .offset-xxl-1 {
    margin-left: 8.33333%;
  }
  /* line 71, Content/bootstrap/mixins/_grid-framework.scss */
  .offset-xxl-2 {
    margin-left: 16.66667%;
  }
  /* line 71, Content/bootstrap/mixins/_grid-framework.scss */
  .offset-xxl-3 {
    margin-left: 25%;
  }
  /* line 71, Content/bootstrap/mixins/_grid-framework.scss */
  .offset-xxl-4 {
    margin-left: 33.33333%;
  }
  /* line 71, Content/bootstrap/mixins/_grid-framework.scss */
  .offset-xxl-5 {
    margin-left: 41.66667%;
  }
  /* line 71, Content/bootstrap/mixins/_grid-framework.scss */
  .offset-xxl-6 {
    margin-left: 50%;
  }
  /* line 71, Content/bootstrap/mixins/_grid-framework.scss */
  .offset-xxl-7 {
    margin-left: 58.33333%;
  }
  /* line 71, Content/bootstrap/mixins/_grid-framework.scss */
  .offset-xxl-8 {
    margin-left: 66.66667%;
  }
  /* line 71, Content/bootstrap/mixins/_grid-framework.scss */
  .offset-xxl-9 {
    margin-left: 75%;
  }
  /* line 71, Content/bootstrap/mixins/_grid-framework.scss */
  .offset-xxl-10 {
    margin-left: 83.33333%;
  }
  /* line 71, Content/bootstrap/mixins/_grid-framework.scss */
  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
}

/* line 5, Content/bootstrap/_tables.scss */
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #3e526e;
}

/* line 11, Content/bootstrap/_tables.scss */
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

/* line 18, Content/bootstrap/_tables.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

/* line 23, Content/bootstrap/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* line 34, Content/bootstrap/_tables.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 45, Content/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #dee2e6;
}

/* line 48, Content/bootstrap/_tables.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

/* line 54, Content/bootstrap/_tables.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 62, Content/bootstrap/_tables.scss */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

/* line 75, Content/bootstrap/_tables.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.table-hover tbody tr:hover {
  color: #3e526e;
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 7, Content/bootstrap/mixins/_table-row.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8eaf7;
}

/* line 14, Content/bootstrap/mixins/_table-row.scss */
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7ad8f0;
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.table-hover .table-primary:hover {
  background-color: #a1e3f4;
}

/* line 32, Content/bootstrap/mixins/_table-row.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a1e3f4;
}

/* line 7, Content/bootstrap/mixins/_table-row.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #c9cfd6;
}

/* line 14, Content/bootstrap/mixins/_table-row.scss */
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #9ba5b4;
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.table-hover .table-secondary:hover {
  background-color: #bbc2cb;
}

/* line 32, Content/bootstrap/mixins/_table-row.scss */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #bbc2cb;
}

/* line 7, Content/bootstrap/mixins/_table-row.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c7eadb;
}

/* line 14, Content/bootstrap/mixins/_table-row.scss */
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #96d7bc;
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.table-hover .table-success:hover {
  background-color: #b4e3cf;
}

/* line 32, Content/bootstrap/mixins/_table-row.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b4e3cf;
}

/* line 7, Content/bootstrap/mixins/_table-row.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

/* line 14, Content/bootstrap/mixins/_table-row.scss */
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.table-hover .table-info:hover {
  background-color: #abdde5;
}

/* line 32, Content/bootstrap/mixins/_table-row.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

/* line 7, Content/bootstrap/mixins/_table-row.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffdeca;
}

/* line 14, Content/bootstrap/mixins/_table-row.scss */
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffc29c;
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.table-hover .table-warning:hover {
  background-color: #ffceb1;
}

/* line 32, Content/bootstrap/mixins/_table-row.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffceb1;
}

/* line 7, Content/bootstrap/mixins/_table-row.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #ffb8c8;
}

/* line 14, Content/bootstrap/mixins/_table-row.scss */
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ff7a9a;
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.table-hover .table-danger:hover {
  background-color: #ff9fb4;
}

/* line 32, Content/bootstrap/mixins/_table-row.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ff9fb4;
}

/* line 7, Content/bootstrap/mixins/_table-row.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

/* line 14, Content/bootstrap/mixins/_table-row.scss */
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.table-hover .table-light:hover {
  background-color: #ececf6;
}

/* line 32, Content/bootstrap/mixins/_table-row.scss */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

/* line 7, Content/bootstrap/mixins/_table-row.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

/* line 14, Content/bootstrap/mixins/_table-row.scss */
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

/* line 32, Content/bootstrap/mixins/_table-row.scss */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

/* line 7, Content/bootstrap/mixins/_table-row.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 32, Content/bootstrap/mixins/_table-row.scss */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 114, Content/bootstrap/_tables.scss */
.table .thead-dark th {
  color: #ffffff;
  background-color: #343a40;
  border-color: #454d55;
}

/* line 122, Content/bootstrap/_tables.scss */
.table .thead-light th {
  color: #495057;
  background-color: #e1e8f3;
  border-color: #dee2e6;
}

/* line 130, Content/bootstrap/_tables.scss */
.table-dark {
  color: #ffffff;
  background-color: #343a40;
}

/* line 134, Content/bootstrap/_tables.scss */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

/* line 140, Content/bootstrap/_tables.scss */
.table-dark.table-bordered {
  border: 0;
}

/* line 145, Content/bootstrap/_tables.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.table-dark.table-hover tbody tr:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 171, Content/bootstrap/_tables.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, Content/bootstrap/_tables.scss */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 171, Content/bootstrap/_tables.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, Content/bootstrap/_tables.scss */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 171, Content/bootstrap/_tables.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, Content/bootstrap/_tables.scss */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 171, Content/bootstrap/_tables.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, Content/bootstrap/_tables.scss */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1399.98px) {
  /* line 171, Content/bootstrap/_tables.scss */
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, Content/bootstrap/_tables.scss */
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}

/* line 171, Content/bootstrap/_tables.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 179, Content/bootstrap/_tables.scss */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 7, Content/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.9rem + 2px);
  padding: 0.45rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #3e526e;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.214rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 7, Content/bootstrap/_forms.scss */
  .form-control {
    transition: none;
  }
}

/* line 28, Content/bootstrap/_forms.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 34, Content/bootstrap/_forms.scss */
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #3e526e;
}

/* line 14, Content/bootstrap/mixins/_forms.scss */
.form-control:focus {
  color: #3e526e;
  background-color: #ffffff;
  border-color: #64dfff;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0, 180, 227, 0.25);
}

/* line 43, Content/bootstrap/_forms.scss */
.form-control::placeholder {
  color: #3e526e;
  opacity: 1;
}

/* line 54, Content/bootstrap/_forms.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #e1e8f3;
  opacity: 1;
}

/* line 66, Content/bootstrap/_forms.scss */
input.form-control[type="date"],
input.form-control[type="time"],
input.form-control[type="datetime-local"],
input.form-control[type="month"] {
  appearance: none;
}

/* line 72, Content/bootstrap/_forms.scss */
select.form-control:focus::-ms-value {
  color: #3e526e;
  background-color: #ffffff;
}

/* line 84, Content/bootstrap/_forms.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 97, Content/bootstrap/_forms.scss */
.col-form-label, .card.card-plain > span {
  padding-top: calc(0.45rem + 1px);
  padding-bottom: calc(0.45rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 105, Content/bootstrap/_forms.scss */
.col-form-label-lg {
  padding-top: calc(0.71rem + 1px);
  padding-bottom: calc(0.71rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 112, Content/bootstrap/_forms.scss */
.col-form-label-sm {
  padding-top: calc(0.31rem + 1px);
  padding-bottom: calc(0.31rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 125, Content/bootstrap/_forms.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.45rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #3e526e;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 137, Content/bootstrap/_forms.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 152, Content/bootstrap/_forms.scss */
.form-control-sm {
  height: calc(1.5em + 0.62rem + 2px);
  padding: 0.31rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 160, Content/bootstrap/_forms.scss */
.form-control-lg {
  height: calc(1.5em + 1.42rem + 2px);
  padding: 0.71rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 170, Content/bootstrap/_forms.scss */
select.form-control[size], select.form-control[multiple] {
  height: auto;
}

/* line 176, Content/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 185, Content/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 1rem;
}

/* line 189, Content/bootstrap/_forms.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 199, Content/bootstrap/_forms.scss */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 205, Content/bootstrap/_forms.scss */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 217, Content/bootstrap/_forms.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 223, Content/bootstrap/_forms.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

/* line 229, Content/bootstrap/_forms.scss */
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #3e526e;
}

/* line 235, Content/bootstrap/_forms.scss */
.form-check-label {
  margin-bottom: 0;
}

/* line 239, Content/bootstrap/_forms.scss */
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

/* line 246, Content/bootstrap/_forms.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 44, Content/bootstrap/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #36b37e;
}

/* line 52, Content/bootstrap/mixins/_forms.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(54, 179, 126, 0.9);
  border-radius: 0.286rem;
}

/* line 69, Content/bootstrap/mixins/_forms.scss */
.form-row > .col > .valid-tooltip, .form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}

/* line 76, Content/bootstrap/mixins/_forms.scss */
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 33, Content/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #36b37e;
  padding-right: calc(1.5em + 0.9rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2336b37e' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.225rem) center;
  background-size: calc(0.75em + 0.45rem) calc(0.75em + 0.45rem);
}

/* line 93, Content/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #36b37e;
  box-shadow: 0 0 0 0 rgba(54, 179, 126, 0.25);
}

/* line 33, Content/bootstrap/mixins/_forms.scss */
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.9rem);
  background-position: top calc(0.375em + 0.225rem) right calc(0.375em + 0.225rem);
}

/* line 33, Content/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #36b37e;
  padding-right: calc(0.75em + 2.675rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1rem center/8px 10px no-repeat, #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2336b37e' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 2rem/calc(0.75em + 0.45rem) calc(0.75em + 0.45rem) no-repeat;
}

/* line 119, Content/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #36b37e;
  box-shadow: 0 0 0 0 rgba(54, 179, 126, 0.25);
}

/* line 128, Content/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #36b37e;
}

/* line 132, Content/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 140, Content/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #36b37e;
}

/* line 143, Content/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #36b37e;
}

/* line 149, Content/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #51cb97;
  background-color: #51cb97;
}

/* line 156, Content/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 rgba(54, 179, 126, 0.25);
}

/* line 160, Content/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #36b37e;
}

/* line 170, Content/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #36b37e;
}

/* line 175, Content/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #36b37e;
  box-shadow: 0 0 0 0 rgba(54, 179, 126, 0.25);
}

/* line 44, Content/bootstrap/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #ff003c;
}

/* line 52, Content/bootstrap/mixins/_forms.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(255, 0, 60, 0.9);
  border-radius: 0.286rem;
}

/* line 69, Content/bootstrap/mixins/_forms.scss */
.form-row > .col > .invalid-tooltip, .form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}

/* line 76, Content/bootstrap/mixins/_forms.scss */
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 33, Content/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #ff003c;
  padding-right: calc(1.5em + 0.9rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff003c' viewBox='0 0 12 12'%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='%23ff003c' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.225rem) center;
  background-size: calc(0.75em + 0.45rem) calc(0.75em + 0.45rem);
}

/* line 93, Content/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #ff003c;
  box-shadow: 0 0 0 0 rgba(255, 0, 60, 0.25);
}

/* line 33, Content/bootstrap/mixins/_forms.scss */
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.9rem);
  background-position: top calc(0.375em + 0.225rem) right calc(0.375em + 0.225rem);
}

/* line 33, Content/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #ff003c;
  padding-right: calc(0.75em + 2.675rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1rem center/8px 10px no-repeat, #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff003c' viewBox='0 0 12 12'%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='%23ff003c' stroke='none'/%3e%3c/svg%3e") center right 2rem/calc(0.75em + 0.45rem) calc(0.75em + 0.45rem) no-repeat;
}

/* line 119, Content/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #ff003c;
  box-shadow: 0 0 0 0 rgba(255, 0, 60, 0.25);
}

/* line 128, Content/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #ff003c;
}

/* line 132, Content/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 140, Content/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #ff003c;
}

/* line 143, Content/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #ff003c;
}

/* line 149, Content/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ff3363;
  background-color: #ff3363;
}

/* line 156, Content/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 rgba(255, 0, 60, 0.25);
}

/* line 160, Content/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ff003c;
}

/* line 170, Content/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ff003c;
}

/* line 175, Content/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #ff003c;
  box-shadow: 0 0 0 0 rgba(255, 0, 60, 0.25);
}

/* line 275, Content/bootstrap/_forms.scss */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

/* line 283, Content/bootstrap/_forms.scss */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 289, Content/bootstrap/_forms.scss */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 297, Content/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 306, Content/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 313, Content/bootstrap/_forms.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 317, Content/bootstrap/_forms.scss */
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  /* line 324, Content/bootstrap/_forms.scss */
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 331, Content/bootstrap/_forms.scss */
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 339, Content/bootstrap/_forms.scss */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  /* line 343, Content/bootstrap/_forms.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 7, Content/bootstrap/_buttons.scss */
.btn, #tg-dialog-prev-btn, #tg-dialog-next-btn {
  display: inline-block;
  font-weight: 500;
  color: #3e526e;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.45rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.286rem;
  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) {
  /* line 7, Content/bootstrap/_buttons.scss */
  .btn, #tg-dialog-prev-btn, #tg-dialog-next-btn {
    transition: none;
  }
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.btn:hover, #tg-dialog-prev-btn:hover, #tg-dialog-next-btn:hover {
  color: #3e526e;
  text-decoration: none;
}

/* line 27, Content/bootstrap/_buttons.scss */
.btn:focus, #tg-dialog-prev-btn:focus, #tg-dialog-next-btn:focus, .btn.focus, #tg-dialog-prev-btn.focus, #tg-dialog-next-btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0, 180, 227, 0.25);
}

/* line 34, Content/bootstrap/_buttons.scss */
.btn.disabled, #tg-dialog-prev-btn.disabled, #tg-dialog-next-btn.disabled, .btn:disabled, #tg-dialog-prev-btn:disabled, #tg-dialog-next-btn:disabled {
  opacity: 0.65;
}

/* line 40, Content/bootstrap/_buttons.scss */
.btn:not(:disabled):not(.disabled), #tg-dialog-prev-btn:not(:disabled):not(.disabled), #tg-dialog-next-btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 55, Content/bootstrap/_buttons.scss */
a.btn.disabled, a#tg-dialog-prev-btn.disabled, a#tg-dialog-next-btn.disabled,
fieldset:disabled a.btn,
fieldset:disabled a#tg-dialog-prev-btn,
fieldset:disabled a#tg-dialog-next-btn {
  pointer-events: none;
}

/* line 66, Content/bootstrap/_buttons.scss */
.btn-primary, #tg-dialog-next-btn {
  color: #ffffff;
  background-color: #00b4e3;
  border-color: #00b4e3;
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.btn-primary:hover, #tg-dialog-next-btn:hover {
  color: #ffffff;
  background-color: #0096bd;
  border-color: #008cb0;
}

/* line 18, Content/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, #tg-dialog-next-btn:focus, .btn-primary.focus, #tg-dialog-next-btn.focus {
  color: #ffffff;
  background-color: #0096bd;
  border-color: #008cb0;
  box-shadow: 0 0 0 0 rgba(38, 191, 231, 0.5);
}

/* line 32, Content/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled, #tg-dialog-next-btn.disabled, .btn-primary:disabled, #tg-dialog-next-btn:disabled {
  color: #ffffff;
  background-color: #00b4e3;
  border-color: #00b4e3;
}

/* line 43, Content/bootstrap/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active, #tg-dialog-next-btn:not(:disabled):not(.disabled):active, .btn-primary.active:not(:disabled):not(.disabled), #tg-dialog-next-btn.active:not(:disabled):not(.disabled), .show > .btn-primary.dropdown-toggle, .show > #tg-dialog-next-btn.dropdown-toggle {
  color: #ffffff;
  background-color: #008cb0;
  border-color: #0081a3;
}

/* line 53, Content/bootstrap/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active:focus, #tg-dialog-next-btn:not(:disabled):not(.disabled):active:focus, .btn-primary.active:not(:disabled):not(.disabled):focus, #tg-dialog-next-btn.active:not(:disabled):not(.disabled):focus, .show > .btn-primary.dropdown-toggle:focus, .show > #tg-dialog-next-btn.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(38, 191, 231, 0.5);
}

/* line 66, Content/bootstrap/_buttons.scss */
.btn-secondary {
  color: #ffffff;
  background-color: #3e526e;
  border-color: #3e526e;
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.btn-secondary:hover {
  color: #ffffff;
  background-color: #304056;
  border-color: #2c3a4d;
}

/* line 18, Content/bootstrap/mixins/_buttons.scss */
.btn-secondary:focus, .btn-secondary.focus {
  color: #ffffff;
  background-color: #304056;
  border-color: #2c3a4d;
  box-shadow: 0 0 0 0 rgba(91, 108, 132, 0.5);
}

/* line 32, Content/bootstrap/mixins/_buttons.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #ffffff;
  background-color: #3e526e;
  border-color: #3e526e;
}

/* line 43, Content/bootstrap/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary.active:not(:disabled):not(.disabled), .show > .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #2c3a4d;
  border-color: #273445;
}

/* line 53, Content/bootstrap/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(91, 108, 132, 0.5);
}

/* line 66, Content/bootstrap/_buttons.scss */
.btn-success {
  color: #ffffff;
  background-color: #36b37e;
  border-color: #36b37e;
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.btn-success:hover {
  color: #ffffff;
  background-color: #2d9669;
  border-color: #2a8c62;
}

/* line 18, Content/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #ffffff;
  background-color: #2d9669;
  border-color: #2a8c62;
  box-shadow: 0 0 0 0 rgba(84, 190, 145, 0.5);
}

/* line 32, Content/bootstrap/mixins/_buttons.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #ffffff;
  background-color: #36b37e;
  border-color: #36b37e;
}

/* line 43, Content/bootstrap/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active, .btn-success.active:not(:disabled):not(.disabled), .show > .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: #2a8c62;
  border-color: #27825c;
}

/* line 53, Content/bootstrap/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success.active:not(:disabled):not(.disabled):focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(84, 190, 145, 0.5);
}

/* line 66, Content/bootstrap/_buttons.scss */
.btn-info {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.btn-info:hover {
  color: #ffffff;
  background-color: #138496;
  border-color: #117a8b;
}

/* line 18, Content/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #ffffff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0 rgba(58, 176, 195, 0.5);
}

/* line 32, Content/bootstrap/mixins/_buttons.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 43, Content/bootstrap/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active, .btn-info.active:not(:disabled):not(.disabled), .show > .btn-info.dropdown-toggle {
  color: #ffffff;
  background-color: #117a8b;
  border-color: #10707f;
}

/* line 53, Content/bootstrap/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info.active:not(:disabled):not(.disabled):focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(58, 176, 195, 0.5);
}

/* line 66, Content/bootstrap/_buttons.scss */
.btn-warning {
  color: #212529;
  background-color: #ff8940;
  border-color: #ff8940;
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.btn-warning:hover {
  color: #ffffff;
  background-color: #ff711a;
  border-color: #ff690d;
}

/* line 18, Content/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #ffffff;
  background-color: #ff711a;
  border-color: #ff690d;
  box-shadow: 0 0 0 0 rgba(222, 122, 61, 0.5);
}

/* line 32, Content/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ff8940;
  border-color: #ff8940;
}

/* line 43, Content/bootstrap/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning.active:not(:disabled):not(.disabled), .show > .btn-warning.dropdown-toggle {
  color: #ffffff;
  background-color: #ff690d;
  border-color: #ff6200;
}

/* line 53, Content/bootstrap/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(222, 122, 61, 0.5);
}

/* line 66, Content/bootstrap/_buttons.scss */
.btn-danger {
  color: #ffffff;
  background-color: #ff003c;
  border-color: #ff003c;
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.btn-danger:hover {
  color: #ffffff;
  background-color: #d90033;
  border-color: #cc0030;
}

/* line 18, Content/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #ffffff;
  background-color: #d90033;
  border-color: #cc0030;
  box-shadow: 0 0 0 0 rgba(255, 38, 89, 0.5);
}

/* line 32, Content/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #ffffff;
  background-color: #ff003c;
  border-color: #ff003c;
}

/* line 43, Content/bootstrap/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger.active:not(:disabled):not(.disabled), .show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #cc0030;
  border-color: #bf002d;
}

/* line 53, Content/bootstrap/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 38, 89, 0.5);
}

/* line 66, Content/bootstrap/_buttons.scss */
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

/* line 18, Content/bootstrap/mixins/_buttons.scss */
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0 rgba(216, 217, 219, 0.5);
}

/* line 32, Content/bootstrap/mixins/_buttons.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 43, Content/bootstrap/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light.active:not(:disabled):not(.disabled), .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

/* line 53, Content/bootstrap/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light.active:not(:disabled):not(.disabled):focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(216, 217, 219, 0.5);
}

/* line 66, Content/bootstrap/_buttons.scss */
.btn-dark {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.btn-dark:hover {
  color: #ffffff;
  background-color: #23272b;
  border-color: #1d2124;
}

/* line 18, Content/bootstrap/mixins/_buttons.scss */
.btn-dark:focus, .btn-dark.focus {
  color: #ffffff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0 rgba(82, 88, 93, 0.5);
}

/* line 32, Content/bootstrap/mixins/_buttons.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 43, Content/bootstrap/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark.active:not(:disabled):not(.disabled), .show > .btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #1d2124;
  border-color: #171a1d;
}

/* line 53, Content/bootstrap/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(82, 88, 93, 0.5);
}

/* line 72, Content/bootstrap/_buttons.scss */
.btn-outline-primary, #tg-dialog-prev-btn {
  color: #00b4e3;
  border-color: #00b4e3;
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.btn-outline-primary:hover, #tg-dialog-prev-btn:hover {
  color: #ffffff;
  background-color: #00b4e3;
  border-color: #00b4e3;
}

/* line 74, Content/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:focus, #tg-dialog-prev-btn:focus, .btn-outline-primary.focus, #tg-dialog-prev-btn.focus {
  box-shadow: 0 0 0 0 rgba(0, 180, 227, 0.5);
}

/* line 79, Content/bootstrap/mixins/_buttons.scss */
.btn-outline-primary.disabled, #tg-dialog-prev-btn.disabled, .btn-outline-primary:disabled, #tg-dialog-prev-btn:disabled {
  color: #00b4e3;
  background-color: transparent;
}

/* line 85, Content/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active, #tg-dialog-prev-btn:not(:disabled):not(.disabled):active, .btn-outline-primary.active:not(:disabled):not(.disabled), #tg-dialog-prev-btn.active:not(:disabled):not(.disabled), .show > .btn-outline-primary.dropdown-toggle, .show > #tg-dialog-prev-btn.dropdown-toggle {
  color: #ffffff;
  background-color: #00b4e3;
  border-color: #00b4e3;
}

/* line 92, Content/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, #tg-dialog-prev-btn:not(:disabled):not(.disabled):active:focus, .btn-outline-primary.active:not(:disabled):not(.disabled):focus, #tg-dialog-prev-btn.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-primary.dropdown-toggle:focus, .show > #tg-dialog-prev-btn.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(0, 180, 227, 0.5);
}

/* line 72, Content/bootstrap/_buttons.scss */
.btn-outline-secondary {
  color: #3e526e;
  border-color: #3e526e;
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #3e526e;
  border-color: #3e526e;
}

/* line 74, Content/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(62, 82, 110, 0.5);
}

/* line 79, Content/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #3e526e;
  background-color: transparent;
}

/* line 85, Content/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary.active:not(:disabled):not(.disabled), .show > .btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #3e526e;
  border-color: #3e526e;
}

/* line 92, Content/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(62, 82, 110, 0.5);
}

/* line 72, Content/bootstrap/_buttons.scss */
.btn-outline-success {
  color: #36b37e;
  border-color: #36b37e;
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.btn-outline-success:hover {
  color: #ffffff;
  background-color: #36b37e;
  border-color: #36b37e;
}

/* line 74, Content/bootstrap/mixins/_buttons.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(54, 179, 126, 0.5);
}

/* line 79, Content/bootstrap/mixins/_buttons.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #36b37e;
  background-color: transparent;
}

/* line 85, Content/bootstrap/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success.active:not(:disabled):not(.disabled), .show > .btn-outline-success.dropdown-toggle {
  color: #ffffff;
  background-color: #36b37e;
  border-color: #36b37e;
}

/* line 92, Content/bootstrap/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(54, 179, 126, 0.5);
}

/* line 72, Content/bootstrap/_buttons.scss */
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.btn-outline-info:hover {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 74, Content/bootstrap/mixins/_buttons.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}

/* line 79, Content/bootstrap/mixins/_buttons.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

/* line 85, Content/bootstrap/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info.active:not(:disabled):not(.disabled), .show > .btn-outline-info.dropdown-toggle {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 92, Content/bootstrap/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}

/* line 72, Content/bootstrap/_buttons.scss */
.btn-outline-warning {
  color: #ff8940;
  border-color: #ff8940;
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ff8940;
  border-color: #ff8940;
}

/* line 74, Content/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(255, 137, 64, 0.5);
}

/* line 79, Content/bootstrap/mixins/_buttons.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ff8940;
  background-color: transparent;
}

/* line 85, Content/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning.active:not(:disabled):not(.disabled), .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ff8940;
  border-color: #ff8940;
}

/* line 92, Content/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 137, 64, 0.5);
}

/* line 72, Content/bootstrap/_buttons.scss */
.btn-outline-danger {
  color: #ff003c;
  border-color: #ff003c;
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #ff003c;
  border-color: #ff003c;
}

/* line 74, Content/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(255, 0, 60, 0.5);
}

/* line 79, Content/bootstrap/mixins/_buttons.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #ff003c;
  background-color: transparent;
}

/* line 85, Content/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger.active:not(:disabled):not(.disabled), .show > .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #ff003c;
  border-color: #ff003c;
}

/* line 92, Content/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 0, 60, 0.5);
}

/* line 72, Content/bootstrap/_buttons.scss */
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 74, Content/bootstrap/mixins/_buttons.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
}

/* line 79, Content/bootstrap/mixins/_buttons.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

/* line 85, Content/bootstrap/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light.active:not(:disabled):not(.disabled), .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 92, Content/bootstrap/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
}

/* line 72, Content/bootstrap/_buttons.scss */
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 74, Content/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
}

/* line 79, Content/bootstrap/mixins/_buttons.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

/* line 85, Content/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark.active:not(:disabled):not(.disabled), .show > .btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 92, Content/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
}

/* line 83, Content/bootstrap/_buttons.scss */
.btn-link {
  font-weight: 500;
  color: #3e526e;
  text-decoration: none;
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.btn-link:hover {
  color: theme-color("primary");
  text-decoration: underline;
}

/* line 93, Content/bootstrap/_buttons.scss */
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}

/* line 98, Content/bootstrap/_buttons.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #3e526e;
  pointer-events: none;
}

/* line 112, Content/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn, .btn-group-lg > #tg-dialog-prev-btn, .btn-group-lg > #tg-dialog-next-btn {
  padding: 0.71rem 2rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 116, Content/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn, .btn-group-sm > #tg-dialog-prev-btn, .btn-group-sm > #tg-dialog-next-btn {
  padding: 0.31rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 125, Content/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 130, Content/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 139, Content/bootstrap/_buttons.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 1, Content/bootstrap/_transitions.scss */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1, Content/bootstrap/_transitions.scss */
  .fade {
    transition: none;
  }
}

/* line 4, Content/bootstrap/_transitions.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 10, Content/bootstrap/_transitions.scss */
.collapse:not(.show) {
  display: none;
}

/* line 15, Content/bootstrap/_transitions.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 15, Content/bootstrap/_transitions.scss */
  .collapsing {
    transition: none;
  }
}

/* line 2, Content/bootstrap/_dropdown.scss */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 9, Content/bootstrap/_dropdown.scss */
.dropdown-toggle {
  /*white-space: nowrap;*/
}

/* line 30, Content/bootstrap/mixins/_caret.scss */
.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;
}

/* line 58, Content/bootstrap/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 17, Content/bootstrap/_dropdown.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #3e526e;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #e7e7e9;
  border-radius: 0.571rem;
}

/* line 42, Content/bootstrap/_dropdown.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 47, Content/bootstrap/_dropdown.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 42, Content/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  /* line 47, Content/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 42, Content/bootstrap/_dropdown.scss */
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  /* line 47, Content/bootstrap/_dropdown.scss */
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 42, Content/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  /* line 47, Content/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 42, Content/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  /* line 47, Content/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  /* line 42, Content/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }
  /* line 47, Content/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}

/* line 57, Content/bootstrap/_dropdown.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 30, Content/bootstrap/mixins/_caret.scss */
.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;
}

/* line 58, Content/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 70, Content/bootstrap/_dropdown.scss */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 30, Content/bootstrap/mixins/_caret.scss */
.dropright .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;
}

/* line 58, Content/bootstrap/mixins/_caret.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 80, Content/bootstrap/_dropdown.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 87, Content/bootstrap/_dropdown.scss */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 30, Content/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 45, Content/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 49, Content/bootstrap/mixins/_caret.scss */
.dropleft .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;
}

/* line 58, Content/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 97, Content/bootstrap/_dropdown.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 106, Content/bootstrap/_dropdown.scss */
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

/* line 116, Content/bootstrap/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e1e8f3;
}

/* line 123, Content/bootstrap/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 500;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 17, Content/bootstrap/mixins/_hover.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e1e8f3;
}

/* line 154, Content/bootstrap/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #00b4e3;
}

/* line 161, Content/bootstrap/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #a0a9ba;
  pointer-events: none;
  background-color: transparent;
}

/* line 173, Content/bootstrap/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}

/* line 178, Content/bootstrap/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #3e526e;
  white-space: nowrap;
}

/* line 188, Content/bootstrap/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

/* line 4, Content/bootstrap/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 10, Content/bootstrap/_button-group.scss */
.btn-group > .btn, .btn-group > #tg-dialog-prev-btn, .btn-group > #tg-dialog-next-btn,
.btn-group-vertical > .btn,
.btn-group-vertical > #tg-dialog-prev-btn,
.btn-group-vertical > #tg-dialog-next-btn {
  position: relative;
  flex: 1 1 auto;
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.btn-group > .btn:hover, .btn-group > #tg-dialog-prev-btn:hover, .btn-group > #tg-dialog-next-btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > #tg-dialog-prev-btn:hover,
.btn-group-vertical > #tg-dialog-next-btn:hover {
  z-index: 1;
}

/* line 19, Content/bootstrap/_button-group.scss */
.btn-group > .btn:focus, .btn-group > #tg-dialog-prev-btn:focus, .btn-group > #tg-dialog-next-btn:focus, .btn-group > .btn:active, .btn-group > #tg-dialog-prev-btn:active, .btn-group > #tg-dialog-next-btn:active, .btn-group > .btn.active, .btn-group > #tg-dialog-prev-btn.active, .btn-group > #tg-dialog-next-btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > #tg-dialog-prev-btn:focus,
.btn-group-vertical > #tg-dialog-next-btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > #tg-dialog-prev-btn:active,
.btn-group-vertical > #tg-dialog-next-btn:active,
.btn-group-vertical > .btn.active,
.btn-group-vertical > #tg-dialog-prev-btn.active,
.btn-group-vertical > #tg-dialog-next-btn.active {
  z-index: 1;
}

/* line 28, Content/bootstrap/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 33, Content/bootstrap/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 40, Content/bootstrap/_button-group.scss */
.btn-group > .btn:not(:first-child), .btn-group > #tg-dialog-prev-btn:not(:first-child), .btn-group > #tg-dialog-next-btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

/* line 46, Content/bootstrap/_button-group.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > #tg-dialog-prev-btn:not(:last-child):not(.dropdown-toggle), .btn-group > #tg-dialog-next-btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn-group:not(:last-child) > #tg-dialog-prev-btn,
.btn-group > .btn-group:not(:last-child) > #tg-dialog-next-btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 51, Content/bootstrap/_button-group.scss */
.btn-group > .btn:not(:first-child), .btn-group > #tg-dialog-prev-btn:not(:first-child), .btn-group > #tg-dialog-next-btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn-group:not(:first-child) > #tg-dialog-prev-btn,
.btn-group > .btn-group:not(:first-child) > #tg-dialog-next-btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 69, Content/bootstrap/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}

/* line 73, Content/bootstrap/_button-group.scss */
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 79, Content/bootstrap/_button-group.scss */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 84, Content/bootstrap/_button-group.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .btn-group-sm > #tg-dialog-prev-btn + .dropdown-toggle-split, .btn-group-sm > #tg-dialog-next-btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 89, Content/bootstrap/_button-group.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .btn-group-lg > #tg-dialog-prev-btn + .dropdown-toggle-split, .btn-group-lg > #tg-dialog-next-btn + .dropdown-toggle-split {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

/* line 111, Content/bootstrap/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 116, Content/bootstrap/_button-group.scss */
.btn-group-vertical > .btn, .btn-group-vertical > #tg-dialog-prev-btn, .btn-group-vertical > #tg-dialog-next-btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 121, Content/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > #tg-dialog-prev-btn:not(:first-child), .btn-group-vertical > #tg-dialog-next-btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

/* line 127, Content/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > #tg-dialog-prev-btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > #tg-dialog-next-btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn-group:not(:last-child) > #tg-dialog-prev-btn,
.btn-group-vertical > .btn-group:not(:last-child) > #tg-dialog-next-btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 132, Content/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > #tg-dialog-prev-btn:not(:first-child), .btn-group-vertical > #tg-dialog-next-btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn-group:not(:first-child) > #tg-dialog-prev-btn,
.btn-group-vertical > .btn-group:not(:first-child) > #tg-dialog-next-btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 152, Content/bootstrap/_button-group.scss */
.btn-group-toggle > .btn, .btn-group-toggle > #tg-dialog-prev-btn, .btn-group-toggle > #tg-dialog-next-btn,
.btn-group-toggle > .btn-group > .btn,
.btn-group-toggle > .btn-group > #tg-dialog-prev-btn,
.btn-group-toggle > .btn-group > #tg-dialog-next-btn {
  margin-bottom: 0;
}

/* line 156, Content/bootstrap/_button-group.scss */
.btn-group-toggle > .btn input[type="radio"], .btn-group-toggle > #tg-dialog-prev-btn input[type="radio"], .btn-group-toggle > #tg-dialog-next-btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > #tg-dialog-prev-btn input[type="checkbox"],
.btn-group-toggle > #tg-dialog-next-btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, Content/bootstrap/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 14, Content/bootstrap/_input-group.scss */
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

/* line 24, Content/bootstrap/_input-group.scss */
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

/* line 32, Content/bootstrap/_input-group.scss */
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

/* line 39, Content/bootstrap/_input-group.scss */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 45, Content/bootstrap/_input-group.scss */
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 50, Content/bootstrap/_input-group.scss */
.input-group > .custom-file {
  display: flex;
  align-items: center;
}

/* line 54, Content/bootstrap/_input-group.scss */
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 59, Content/bootstrap/_input-group.scss */
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 67, Content/bootstrap/_input-group.scss */
.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 82, Content/bootstrap/_input-group.scss */
.input-group-prepend,
.input-group-append {
  display: flex;
}

/* line 89, Content/bootstrap/_input-group.scss */
.input-group-prepend .btn, .input-group-prepend #tg-dialog-prev-btn, .input-group-prepend #tg-dialog-next-btn,
.input-group-append .btn,
.input-group-append #tg-dialog-prev-btn,
.input-group-append #tg-dialog-next-btn {
  position: relative;
  z-index: 2;
}

/* line 93, Content/bootstrap/_input-group.scss */
.input-group-prepend .btn:focus, .input-group-prepend #tg-dialog-prev-btn:focus, .input-group-prepend #tg-dialog-next-btn:focus,
.input-group-append .btn:focus,
.input-group-append #tg-dialog-prev-btn:focus,
.input-group-append #tg-dialog-next-btn:focus {
  z-index: 3;
}

/* line 98, Content/bootstrap/_input-group.scss */
.input-group-prepend .btn + .btn, .input-group-prepend #tg-dialog-prev-btn + .btn, .input-group-prepend .btn + #tg-dialog-prev-btn, .input-group-prepend #tg-dialog-prev-btn + #tg-dialog-prev-btn, .input-group-prepend #tg-dialog-next-btn + .btn, .input-group-prepend #tg-dialog-next-btn + #tg-dialog-prev-btn, .input-group-prepend .btn + #tg-dialog-next-btn, .input-group-prepend #tg-dialog-prev-btn + #tg-dialog-next-btn, .input-group-prepend #tg-dialog-next-btn + #tg-dialog-next-btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend #tg-dialog-prev-btn + .input-group-text,
.input-group-prepend #tg-dialog-next-btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + #tg-dialog-prev-btn,
.input-group-prepend .input-group-text + #tg-dialog-next-btn,
.input-group-append .btn + .btn,
.input-group-append #tg-dialog-prev-btn + .btn,
.input-group-append .btn + #tg-dialog-prev-btn,
.input-group-append #tg-dialog-prev-btn + #tg-dialog-prev-btn,
.input-group-append #tg-dialog-next-btn + .btn,
.input-group-append #tg-dialog-next-btn + #tg-dialog-prev-btn,
.input-group-append .btn + #tg-dialog-next-btn,
.input-group-append #tg-dialog-prev-btn + #tg-dialog-next-btn,
.input-group-append #tg-dialog-next-btn + #tg-dialog-next-btn,
.input-group-append .btn + .input-group-text,
.input-group-append #tg-dialog-prev-btn + .input-group-text,
.input-group-append #tg-dialog-next-btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + #tg-dialog-prev-btn,
.input-group-append .input-group-text + #tg-dialog-next-btn {
  margin-left: -1px;
}

/* line 106, Content/bootstrap/_input-group.scss */
.input-group-prepend {
  margin-right: -1px;
}

/* line 107, Content/bootstrap/_input-group.scss */
.input-group-append {
  margin-left: -1px;
}

/* line 115, Content/bootstrap/_input-group.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.45rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #3e526e;
  text-align: center;
  white-space: nowrap;
  background-color: #e1e8f3;
  border: 1px solid #ced4da;
  border-radius: 0.214rem;
}

/* line 131, Content/bootstrap/_input-group.scss */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 143, Content/bootstrap/_input-group.scss */
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1.42rem + 2px);
}

/* line 148, Content/bootstrap/_input-group.scss */
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > #tg-dialog-prev-btn,
.input-group-lg > .input-group-prepend > #tg-dialog-next-btn,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > #tg-dialog-prev-btn,
.input-group-lg > .input-group-append > #tg-dialog-next-btn {
  padding: 0.71rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 160, Content/bootstrap/_input-group.scss */
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.62rem + 2px);
}

/* line 165, Content/bootstrap/_input-group.scss */
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > #tg-dialog-prev-btn,
.input-group-sm > .input-group-prepend > #tg-dialog-next-btn,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > #tg-dialog-prev-btn,
.input-group-sm > .input-group-append > #tg-dialog-next-btn {
  padding: 0.31rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 177, Content/bootstrap/_input-group.scss */
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 2rem;
}

/* line 190, Content/bootstrap/_input-group.scss */
.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > #tg-dialog-prev-btn, .input-group > .input-group-prepend > #tg-dialog-next-btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > #tg-dialog-prev-btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > #tg-dialog-next-btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > #tg-dialog-prev-btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > #tg-dialog-next-btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > #tg-dialog-prev-btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > #tg-dialog-next-btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 201, Content/bootstrap/_input-group.scss */
.input-group > .input-group-append > .btn, .input-group > .input-group-append > #tg-dialog-prev-btn, .input-group > .input-group-append > #tg-dialog-next-btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > #tg-dialog-prev-btn,
.input-group > .input-group-prepend:not(:first-child) > #tg-dialog-next-btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > #tg-dialog-prev-btn:not(:first-child),
.input-group > .input-group-prepend:first-child > #tg-dialog-next-btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 10, Content/bootstrap/_custom-forms.scss */
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  color-adjust: exact;
}

/* line 19, Content/bootstrap/_custom-forms.scss */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

/* line 24, Content/bootstrap/_custom-forms.scss */
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

/* line 32, Content/bootstrap/_custom-forms.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  border-color: #00b4e3;
  background-color: #00b4e3;
}

/* line 39, Content/bootstrap/_custom-forms.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 rgba(0, 180, 227, 0.25);
}

/* line 48, Content/bootstrap/_custom-forms.scss */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #64dfff;
}

/* line 52, Content/bootstrap/_custom-forms.scss */
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #97e9ff;
  border-color: #97e9ff;
}

/* line 62, Content/bootstrap/_custom-forms.scss */
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #3e526e;
}

/* line 65, Content/bootstrap/_custom-forms.scss */
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e1e8f3;
}

/* line 76, Content/bootstrap/_custom-forms.scss */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

/* line 84, Content/bootstrap/_custom-forms.scss */
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #ffffff;
  border: #a0a9ba solid 1px;
}

/* line 99, Content/bootstrap/_custom-forms.scss */
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50% / 50% 50% no-repeat;
}

/* line 117, Content/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.286rem;
}

/* line 122, Content/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

/* line 128, Content/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #00b4e3;
  background-color: #00b4e3;
}

/* line 133, Content/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e");
}

/* line 139, Content/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 180, 227, 0.5);
}

/* line 142, Content/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 180, 227, 0.5);
}

/* line 153, Content/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 159, Content/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}

/* line 165, Content/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 180, 227, 0.5);
}

/* line 176, Content/bootstrap/_custom-forms.scss */
.custom-switch {
  padding-left: 2.25rem;
}

/* line 180, Content/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

/* line 188, Content/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #a0a9ba;
  border-radius: 0.5rem;
  transition: transform 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) {
  /* line 188, Content/bootstrap/_custom-forms.scss */
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

/* line 201, Content/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #ffffff;
  transform: translateX(0.75rem);
}

/* line 208, Content/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 180, 227, 0.5);
}

/* line 221, Content/bootstrap/_custom-forms.scss */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.9rem + 2px);
  padding: 0.45rem 2rem 0.45rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #3e526e;
  vertical-align: middle;
  background: #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.286rem;
  appearance: none;
}

/* line 238, Content/bootstrap/_custom-forms.scss */
.custom-select:focus {
  border-color: #64dfff;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0, 180, 227, 0.25);
}

/* line 248, Content/bootstrap/_custom-forms.scss */
.custom-select:focus::-ms-value {
  color: #3e526e;
  background-color: #ffffff;
}

/* line 259, Content/bootstrap/_custom-forms.scss */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1rem;
  background-image: none;
}

/* line 266, Content/bootstrap/_custom-forms.scss */
.custom-select:disabled {
  color: #3e526e;
  background-color: #e1e8f3;
}

/* line 272, Content/bootstrap/_custom-forms.scss */
.custom-select::-ms-expand {
  display: none;
}

/* line 277, Content/bootstrap/_custom-forms.scss */
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #3e526e;
}

/* line 283, Content/bootstrap/_custom-forms.scss */
.custom-select-sm {
  height: calc(1.5em + 0.62rem + 2px);
  padding-top: 0.31rem;
  padding-bottom: 0.31rem;
  padding-left: 0.75rem;
  font-size: 0.875rem;
}

/* line 291, Content/bootstrap/_custom-forms.scss */
.custom-select-lg {
  height: calc(1.5em + 1.42rem + 2px);
  padding-top: 0.71rem;
  padding-bottom: 0.71rem;
  padding-left: 1.25rem;
  font-size: 1.25rem;
}

/* line 304, Content/bootstrap/_custom-forms.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.9rem + 2px);
  margin-bottom: 0;
}

/* line 312, Content/bootstrap/_custom-forms.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.9rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

/* line 321, Content/bootstrap/_custom-forms.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #64dfff;
  box-shadow: 0 0 0 0 rgba(0, 180, 227, 0.25);
}

/* line 327, Content/bootstrap/_custom-forms.scss */
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e1e8f3;
}

/* line 333, Content/bootstrap/_custom-forms.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 338, Content/bootstrap/_custom-forms.scss */
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

/* line 343, Content/bootstrap/_custom-forms.scss */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.9rem + 2px);
  padding: 0.45rem 1rem;
  overflow: hidden;
  font-weight: 500;
  line-height: 1.5;
  color: #3e526e;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 0.214rem;
}

/* line 361, Content/bootstrap/_custom-forms.scss */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.9rem);
  padding: 0.45rem 1rem;
  line-height: 1.5;
  color: #3e526e;
  content: "Browse";
  background-color: #e1e8f3;
  border-left: inherit;
  border-radius: 0 0.214rem 0.214rem 0;
}

/* line 385, Content/bootstrap/_custom-forms.scss */
.custom-range {
  width: 100%;
  height: 1rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}

/* line 392, Content/bootstrap/_custom-forms.scss */
.custom-range:focus {
  outline: 0;
}

/* line 397, Content/bootstrap/_custom-forms.scss */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f3f7fd, 0 0 0 0 rgba(0, 180, 227, 0.25);
}

/* line 398, Content/bootstrap/_custom-forms.scss */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f3f7fd, 0 0 0 0 rgba(0, 180, 227, 0.25);
}

/* line 399, Content/bootstrap/_custom-forms.scss */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f3f7fd, 0 0 0 0 rgba(0, 180, 227, 0.25);
}

/* line 402, Content/bootstrap/_custom-forms.scss */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 406, Content/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #00b4e3;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 406, Content/bootstrap/_custom-forms.scss */
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

/* line 417, Content/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-thumb:active {
  background-color: #97e9ff;
}

/* line 422, Content/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 433, Content/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #00b4e3;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 433, Content/bootstrap/_custom-forms.scss */
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

/* line 443, Content/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-thumb:active {
  background-color: #97e9ff;
}

/* line 448, Content/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 459, Content/bootstrap/_custom-forms.scss */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  background-color: #00b4e3;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 459, Content/bootstrap/_custom-forms.scss */
  .custom-range::-ms-thumb {
    transition: none;
  }
}

/* line 472, Content/bootstrap/_custom-forms.scss */
.custom-range::-ms-thumb:active {
  background-color: #97e9ff;
}

/* line 477, Content/bootstrap/_custom-forms.scss */
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

/* line 488, Content/bootstrap/_custom-forms.scss */
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 493, Content/bootstrap/_custom-forms.scss */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 500, Content/bootstrap/_custom-forms.scss */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #a0a9ba;
}

/* line 504, Content/bootstrap/_custom-forms.scss */
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

/* line 508, Content/bootstrap/_custom-forms.scss */
.custom-range:disabled::-moz-range-thumb {
  background-color: #a0a9ba;
}

/* line 512, Content/bootstrap/_custom-forms.scss */
.custom-range:disabled::-moz-range-track {
  cursor: default;
}

/* line 516, Content/bootstrap/_custom-forms.scss */
.custom-range:disabled::-ms-thumb {
  background-color: #a0a9ba;
}

/* line 522, Content/bootstrap/_custom-forms.scss */
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 522, Content/bootstrap/_custom-forms.scss */
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

/* line 6, Content/bootstrap/_nav.scss */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 14, Content/bootstrap/_nav.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

/* line 17, Content/bootstrap/mixins/_hover.scss */
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

/* line 24, Content/bootstrap/_nav.scss */
.nav-link.disabled {
  color: #3e526e;
  pointer-events: none;
  cursor: default;
}

/* line 35, Content/bootstrap/_nav.scss */
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

/* line 38, Content/bootstrap/_nav.scss */
.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.286rem;
  border-top-right-radius: 0.286rem;
}

/* line 17, Content/bootstrap/mixins/_hover.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e1e8f3 #e1e8f3 #dee2e6;
}

/* line 47, Content/bootstrap/_nav.scss */
.nav-tabs .nav-link.disabled {
  color: #3e526e;
  background-color: transparent;
  border-color: transparent;
}

/* line 54, Content/bootstrap/_nav.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #f3f7fd;
  border-color: #dee2e6 #dee2e6 #f3f7fd;
}

/* line 61, Content/bootstrap/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 75, Content/bootstrap/_nav.scss */
.nav-pills .nav-link {
  border-radius: 0.286rem;
}

/* line 79, Content/bootstrap/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #00b4e3;
}

/* line 92, Content/bootstrap/_nav.scss */
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 100, Content/bootstrap/_nav.scss */
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 114, Content/bootstrap/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 117, Content/bootstrap/_nav.scss */
.tab-content > .active {
  display: block;
}

/* line 18, Content/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
}

/* line 28, Content/bootstrap/_navbar.scss */
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 52, Content/bootstrap/_navbar.scss */
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 16px;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

/* line 17, Content/bootstrap/mixins/_hover.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 71, Content/bootstrap/_navbar.scss */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 78, Content/bootstrap/_navbar.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 83, Content/bootstrap/_navbar.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 94, Content/bootstrap/_navbar.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 109, Content/bootstrap/_navbar.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 118, Content/bootstrap/_navbar.scss */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.286rem;
}

/* line 17, Content/bootstrap/mixins/_hover.scss */
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

/* line 133, Content/bootstrap/_navbar.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat;
}

/* line 142, Content/bootstrap/_navbar.scss */
.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  /* line 156, Content/bootstrap/_navbar.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 154, Content/bootstrap/_navbar.scss */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 177, Content/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 180, Content/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 184, Content/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 191, Content/bootstrap/_navbar.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 206, Content/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 210, Content/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 217, Content/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 156, Content/bootstrap/_navbar.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 154, Content/bootstrap/_navbar.scss */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 177, Content/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 180, Content/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 184, Content/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 191, Content/bootstrap/_navbar.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 206, Content/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 210, Content/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 217, Content/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 156, Content/bootstrap/_navbar.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 154, Content/bootstrap/_navbar.scss */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 177, Content/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 180, Content/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 184, Content/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 191, Content/bootstrap/_navbar.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 206, Content/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 210, Content/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 217, Content/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 156, Content/bootstrap/_navbar.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 154, Content/bootstrap/_navbar.scss */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 177, Content/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 180, Content/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 184, Content/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 191, Content/bootstrap/_navbar.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 206, Content/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 210, Content/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 217, Content/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1399.98px) {
  /* line 156, Content/bootstrap/_navbar.scss */
  .navbar-expand-xxl > .container,
.navbar-expand-xxl > .container-fluid,
.navbar-expand-xxl > .container-sm,
.navbar-expand-xxl > .container-md,
.navbar-expand-xxl > .container-lg,
.navbar-expand-xxl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1400px) {
  /* line 154, Content/bootstrap/_navbar.scss */
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 177, Content/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  /* line 180, Content/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 184, Content/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 191, Content/bootstrap/_navbar.scss */
  .navbar-expand-xxl > .container,
.navbar-expand-xxl > .container-fluid,
.navbar-expand-xxl > .container-sm,
.navbar-expand-xxl > .container-md,
.navbar-expand-xxl > .container-lg,
.navbar-expand-xxl > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 206, Content/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 210, Content/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 217, Content/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}

/* line 154, Content/bootstrap/_navbar.scss */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

/* line 156, Content/bootstrap/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

/* line 177, Content/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 180, Content/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 184, Content/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 191, Content/bootstrap/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

/* line 206, Content/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

/* line 210, Content/bootstrap/_navbar.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 217, Content/bootstrap/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 232, Content/bootstrap/_navbar.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 17, Content/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 241, Content/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

/* line 17, Content/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

/* line 248, Content/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 253, Content/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

/* line 261, Content/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 266, Content/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 270, Content/bootstrap/_navbar.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

/* line 272, Content/bootstrap/_navbar.scss */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

/* line 17, Content/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 284, Content/bootstrap/_navbar.scss */
.navbar-dark .navbar-brand {
  color: #ffffff;
}

/* line 17, Content/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #ffffff;
}

/* line 293, Content/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

/* line 17, Content/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

/* line 300, Content/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 305, Content/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff;
}

/* line 313, Content/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 318, Content/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 322, Content/bootstrap/_navbar.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 324, Content/bootstrap/_navbar.scss */
.navbar-dark .navbar-text a {
  color: #ffffff;
}

/* line 17, Content/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #ffffff;
}

/* line 5, Content/bootstrap/_card.scss */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 0rem solid rgba(0, 0, 0, 0.125);
  border-radius: 0.571rem;
}

/* line 17, Content/bootstrap/_card.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 22, Content/bootstrap/_card.scss */
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 26, Content/bootstrap/_card.scss */
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 0.571rem;
  border-top-right-radius: 0.571rem;
}

/* line 31, Content/bootstrap/_card.scss */
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 0.571rem;
  border-bottom-left-radius: 0.571rem;
}

/* line 39, Content/bootstrap/_card.scss */
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

/* line 45, Content/bootstrap/_card.scss */
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.214rem;
}

/* line 56, Content/bootstrap/_card.scss */
.card-title {
  margin-bottom: 0.571rem;
}

/* line 60, Content/bootstrap/_card.scss */
.card-subtitle {
  margin-top: -0.2855rem;
  margin-bottom: 0;
}

/* line 65, Content/bootstrap/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.card-link:hover {
  text-decoration: none;
}

/* line 74, Content/bootstrap/_card.scss */
.card-link + .card-link {
  margin-left: 1.214rem;
}

/* line 83, Content/bootstrap/_card.scss */
.card-header {
  padding: 0.571rem 1.214rem;
  margin-bottom: 0;
  color: #3e526e;
  background-color: #e1e8f3;
  border-bottom: 0rem solid rgba(0, 0, 0, 0.125);
}

/* line 90, Content/bootstrap/_card.scss */
.card-header:first-child {
  border-radius: 0.571rem 0.571rem 0 0;
}

/* line 95, Content/bootstrap/_card.scss */
.card-footer {
  padding: 0.571rem 1.214rem;
  color: #3e526e;
  background-color: #e1e8f3;
  border-top: 0rem solid rgba(0, 0, 0, 0.125);
}

/* line 101, Content/bootstrap/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 0.571rem 0.571rem;
}

/* line 111, Content/bootstrap/_card.scss */
.card-header-tabs {
  margin-right: -0.607rem;
  margin-bottom: -0.571rem;
  margin-left: -0.607rem;
  border-bottom: 0;
}

/* line 118, Content/bootstrap/_card.scss */
.card-header-pills {
  margin-right: -0.607rem;
  margin-left: -0.607rem;
}

/* line 124, Content/bootstrap/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: 0.571rem;
}

/* line 134, Content/bootstrap/_card.scss */
.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

/* line 141, Content/bootstrap/_card.scss */
.card-img,
.card-img-top {
  border-top-left-radius: 0.571rem;
  border-top-right-radius: 0.571rem;
}

/* line 146, Content/bootstrap/_card.scss */
.card-img,
.card-img-bottom {
  border-bottom-right-radius: 0.571rem;
  border-bottom-left-radius: 0.571rem;
}

/* line 155, Content/bootstrap/_card.scss */
.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 154, Content/bootstrap/_card.scss */
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  /* line 165, Content/bootstrap/_card.scss */
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

/* line 183, Content/bootstrap/_card.scss */
.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 180, Content/bootstrap/_card.scss */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 192, Content/bootstrap/_card.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 197, Content/bootstrap/_card.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 204, Content/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 207, Content/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  /* line 212, Content/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 219, Content/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 222, Content/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  /* line 227, Content/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 244, Content/bootstrap/_card.scss */
.card-columns .card {
  margin-bottom: 0.571rem;
}

@media (min-width: 576px) {
  /* line 243, Content/bootstrap/_card.scss */
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  /* line 254, Content/bootstrap/_card.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 266, Content/bootstrap/_card.scss */
.accordion {
  overflow-anchor: none;
}

/* line 269, Content/bootstrap/_card.scss */
.accordion > .card {
  overflow: hidden;
}

/* line 272, Content/bootstrap/_card.scss */
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 277, Content/bootstrap/_card.scss */
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 281, Content/bootstrap/_card.scss */
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: 0rem;
}

/* line 1, Content/bootstrap/_breadcrumb.scss */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #f3f7fd;
  border-radius: 0rem;
}

/* line 14, Content/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

/* line 17, Content/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #3e526e;
  content: "/";
}

/* line 31, Content/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 35, Content/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 39, Content/bootstrap/_breadcrumb.scss */
.breadcrumb-item.active {
  color: #3e526e;
}

/* line 1, Content/bootstrap/_pagination.scss */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.286rem;
}

/* line 7, Content/bootstrap/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #3e526e;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
}

/* line 18, Content/bootstrap/_pagination.scss */
.page-link:hover {
  z-index: 2;
  color: theme-color("primary");
  text-decoration: none;
  background-color: #e1e8f3;
  border-color: #dee2e6;
}

/* line 26, Content/bootstrap/_pagination.scss */
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0, 180, 227, 0.25);
}

/* line 35, Content/bootstrap/_pagination.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.286rem;
  border-bottom-left-radius: 0.286rem;
}

/* line 41, Content/bootstrap/_pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.286rem;
  border-bottom-right-radius: 0.286rem;
}

/* line 46, Content/bootstrap/_pagination.scss */
.page-item.active .page-link {
  z-index: 3;
  color: #ffffff;
  background-color: #00b4e3;
  border-color: #00b4e3;
}

/* line 53, Content/bootstrap/_pagination.scss */
.page-item.disabled .page-link {
  color: #3e526e;
  pointer-events: none;
  cursor: auto;
  background-color: #ffffff;
  border-color: #dee2e6;
}

/* line 4, Content/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 12, Content/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 17, Content/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

/* line 4, Content/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 12, Content/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

/* line 17, Content/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* line 6, Content/bootstrap/_badge.scss */
.badge, .select2-results__message {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.286rem;
  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) {
  /* line 6, Content/bootstrap/_badge.scss */
  .badge, .select2-results__message {
    transition: none;
  }
}

/* line 17, Content/bootstrap/mixins/_hover.scss */
a.badge:hover, a.select2-results__message:hover, a.badge:focus, a.select2-results__message:focus {
  text-decoration: none;
}

/* line 25, Content/bootstrap/_badge.scss */
.badge:empty, .select2-results__message:empty {
  display: none;
}

/* line 31, Content/bootstrap/_badge.scss */
.btn .badge, #tg-dialog-prev-btn .badge, #tg-dialog-next-btn .badge, .btn .select2-results__message, #tg-dialog-prev-btn .select2-results__message, #tg-dialog-next-btn .select2-results__message {
  position: relative;
  top: -1px;
}

/* line 40, Content/bootstrap/_badge.scss */
.badge-pill, .select2-results__message {
  padding-right: 1rem;
  padding-left: 1rem;
  border-radius: 10rem;
}

/* line 51, Content/bootstrap/_badge.scss */
.badge-primary {
  color: #ffffff;
  background-color: #00b4e3;
}

/* line 17, Content/bootstrap/mixins/_hover.scss */
a.badge-primary:hover, a.badge-primary:focus {
  color: #ffffff;
  background-color: #008cb0;
}

/* line 11, Content/bootstrap/mixins/_badge.scss */
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0, 180, 227, 0.5);
}

/* line 51, Content/bootstrap/_badge.scss */
.badge-secondary {
  color: #ffffff;
  background-color: #3e526e;
}

/* line 17, Content/bootstrap/mixins/_hover.scss */
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #ffffff;
  background-color: #2c3a4d;
}

/* line 11, Content/bootstrap/mixins/_badge.scss */
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(62, 82, 110, 0.5);
}

/* line 51, Content/bootstrap/_badge.scss */
.badge-success {
  color: #ffffff;
  background-color: #36b37e;
}

/* line 17, Content/bootstrap/mixins/_hover.scss */
a.badge-success:hover, a.badge-success:focus {
  color: #ffffff;
  background-color: #2a8c62;
}

/* line 11, Content/bootstrap/mixins/_badge.scss */
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(54, 179, 126, 0.5);
}

/* line 51, Content/bootstrap/_badge.scss */
.badge-info {
  color: #ffffff;
  background-color: #17a2b8;
}

/* line 17, Content/bootstrap/mixins/_hover.scss */
a.badge-info:hover, a.badge-info:focus {
  color: #ffffff;
  background-color: #117a8b;
}

/* line 11, Content/bootstrap/mixins/_badge.scss */
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}

/* line 51, Content/bootstrap/_badge.scss */
.badge-warning, .select2-results__message {
  color: #212529;
  background-color: #ff8940;
}

/* line 17, Content/bootstrap/mixins/_hover.scss */
a.badge-warning:hover, a.select2-results__message:hover, a.badge-warning:focus, a.select2-results__message:focus {
  color: #212529;
  background-color: #ff690d;
}

/* line 11, Content/bootstrap/mixins/_badge.scss */
a.badge-warning:focus, a.select2-results__message:focus, a.badge-warning.focus, a.focus.select2-results__message {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(255, 137, 64, 0.5);
}

/* line 51, Content/bootstrap/_badge.scss */
.badge-danger {
  color: #ffffff;
  background-color: #ff003c;
}

/* line 17, Content/bootstrap/mixins/_hover.scss */
a.badge-danger:hover, a.badge-danger:focus {
  color: #ffffff;
  background-color: #cc0030;
}

/* line 11, Content/bootstrap/mixins/_badge.scss */
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(255, 0, 60, 0.5);
}

/* line 51, Content/bootstrap/_badge.scss */
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

/* line 17, Content/bootstrap/mixins/_hover.scss */
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

/* line 11, Content/bootstrap/mixins/_badge.scss */
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
}

/* line 51, Content/bootstrap/_badge.scss */
.badge-dark {
  color: #ffffff;
  background-color: #343a40;
}

/* line 17, Content/bootstrap/mixins/_hover.scss */
a.badge-dark:hover, a.badge-dark:focus {
  color: #ffffff;
  background-color: #1d2124;
}

/* line 11, Content/bootstrap/mixins/_badge.scss */
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
}

/* line 1, Content/bootstrap/_jumbotron.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e1e8f3;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  /* line 1, Content/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 13, Content/bootstrap/_jumbotron.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 5, Content/bootstrap/_alert.scss */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.286rem;
}

/* line 14, Content/bootstrap/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 20, Content/bootstrap/_alert.scss */
.alert-link {
  font-weight: 600;
}

/* line 29, Content/bootstrap/_alert.scss */
.alert-dismissible {
  padding-right: 4rem;
}

/* line 33, Content/bootstrap/_alert.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 49, Content/bootstrap/_alert.scss */
.alert-primary {
  color: #005e76;
  background-color: #ccf0f9;
  border-color: #b8eaf7;
}

/* line 6, Content/bootstrap/mixins/_alert.scss */
.alert-primary hr {
  border-top-color: #a1e3f4;
}

/* line 10, Content/bootstrap/mixins/_alert.scss */
.alert-primary .alert-link {
  color: #003543;
}

/* line 49, Content/bootstrap/_alert.scss */
.alert-secondary {
  color: #202b39;
  background-color: #d8dce2;
  border-color: #c9cfd6;
}

/* line 6, Content/bootstrap/mixins/_alert.scss */
.alert-secondary hr {
  border-top-color: #bbc2cb;
}

/* line 10, Content/bootstrap/mixins/_alert.scss */
.alert-secondary .alert-link {
  color: #0e1218;
}

/* line 49, Content/bootstrap/_alert.scss */
.alert-success {
  color: #1c5d42;
  background-color: #d7f0e5;
  border-color: #c7eadb;
}

/* line 6, Content/bootstrap/mixins/_alert.scss */
.alert-success hr {
  border-top-color: #b4e3cf;
}

/* line 10, Content/bootstrap/mixins/_alert.scss */
.alert-success .alert-link {
  color: #103626;
}

/* line 49, Content/bootstrap/_alert.scss */
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

/* line 6, Content/bootstrap/mixins/_alert.scss */
.alert-info hr {
  border-top-color: #abdde5;
}

/* line 10, Content/bootstrap/mixins/_alert.scss */
.alert-info .alert-link {
  color: #062c33;
}

/* line 49, Content/bootstrap/_alert.scss */
.alert-warning {
  color: #854721;
  background-color: #ffe7d9;
  border-color: #ffdeca;
}

/* line 6, Content/bootstrap/mixins/_alert.scss */
.alert-warning hr {
  border-top-color: #ffceb1;
}

/* line 10, Content/bootstrap/mixins/_alert.scss */
.alert-warning .alert-link {
  color: #5c3117;
}

/* line 49, Content/bootstrap/_alert.scss */
.alert-danger {
  color: #85001f;
  background-color: #ffccd8;
  border-color: #ffb8c8;
}

/* line 6, Content/bootstrap/mixins/_alert.scss */
.alert-danger hr {
  border-top-color: #ff9fb4;
}

/* line 10, Content/bootstrap/mixins/_alert.scss */
.alert-danger .alert-link {
  color: #520013;
}

/* line 49, Content/bootstrap/_alert.scss */
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

/* line 6, Content/bootstrap/mixins/_alert.scss */
.alert-light hr {
  border-top-color: #ececf6;
}

/* line 10, Content/bootstrap/mixins/_alert.scss */
.alert-light .alert-link {
  color: #686868;
}

/* line 49, Content/bootstrap/_alert.scss */
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

/* line 6, Content/bootstrap/mixins/_alert.scss */
.alert-dark hr {
  border-top-color: #b9bbbe;
}

/* line 10, Content/bootstrap/mixins/_alert.scss */
.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 9, Content/bootstrap/_progress.scss */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e1e8f3;
  border-radius: 0.286rem;
}

/* line 20, Content/bootstrap/_progress.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #00b4e3;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 20, Content/bootstrap/_progress.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 32, Content/bootstrap/_progress.scss */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

/* line 38, Content/bootstrap/_progress.scss */
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  /* line 38, Content/bootstrap/_progress.scss */
  .progress-bar-animated {
    animation: none;
  }
}

/* line 1, Content/bootstrap/_media.scss */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 6, Content/bootstrap/_media.scss */
.media-body {
  flex: 1;
}

/* line 5, Content/bootstrap/_list-group.scss */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.286rem;
}

/* line 21, Content/bootstrap/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

/* line 17, Content/bootstrap/mixins/_hover.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 34, Content/bootstrap/_list-group.scss */
.list-group-item-action:active {
  color: #3e526e;
  background-color: #e1e8f3;
}

/* line 45, Content/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 54, Content/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/* line 58, Content/bootstrap/_list-group.scss */
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

/* line 62, Content/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #3e526e;
  pointer-events: none;
  background-color: #ffffff;
}

/* line 70, Content/bootstrap/_list-group.scss */
.list-group-item.active {
  z-index: 2;
  color: #ffffff;
  background-color: #00b4e3;
  border-color: #00b4e3;
}

/* line 77, Content/bootstrap/_list-group.scss */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 80, Content/bootstrap/_list-group.scss */
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

/* line 96, Content/bootstrap/_list-group.scss */
.list-group-horizontal {
  flex-direction: row;
}

/* line 100, Content/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.286rem;
  border-top-right-radius: 0;
}

/* line 105, Content/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.286rem;
  border-bottom-left-radius: 0;
}

/* line 110, Content/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

/* line 114, Content/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

/* line 118, Content/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  /* line 96, Content/bootstrap/_list-group.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 100, Content/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.286rem;
    border-top-right-radius: 0;
  }
  /* line 105, Content/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.286rem;
    border-bottom-left-radius: 0;
  }
  /* line 110, Content/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, Content/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 118, Content/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  /* line 96, Content/bootstrap/_list-group.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 100, Content/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.286rem;
    border-top-right-radius: 0;
  }
  /* line 105, Content/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.286rem;
    border-bottom-left-radius: 0;
  }
  /* line 110, Content/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, Content/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 118, Content/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  /* line 96, Content/bootstrap/_list-group.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 100, Content/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.286rem;
    border-top-right-radius: 0;
  }
  /* line 105, Content/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.286rem;
    border-bottom-left-radius: 0;
  }
  /* line 110, Content/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, Content/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 118, Content/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  /* line 96, Content/bootstrap/_list-group.scss */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 100, Content/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.286rem;
    border-top-right-radius: 0;
  }
  /* line 105, Content/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.286rem;
    border-bottom-left-radius: 0;
  }
  /* line 110, Content/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, Content/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 118, Content/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1400px) {
  /* line 96, Content/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  /* line 100, Content/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.286rem;
    border-top-right-radius: 0;
  }
  /* line 105, Content/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.286rem;
    border-bottom-left-radius: 0;
  }
  /* line 110, Content/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, Content/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 118, Content/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

/* line 134, Content/bootstrap/_list-group.scss */
.list-group-flush {
  border-radius: 0;
}

/* line 137, Content/bootstrap/_list-group.scss */
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

/* line 140, Content/bootstrap/_list-group.scss */
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 4, Content/bootstrap/mixins/_list-group.scss */
.list-group-item-primary {
  color: #005e76;
  background-color: #b8eaf7;
}

/* line 17, Content/bootstrap/mixins/_hover.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #005e76;
  background-color: #a1e3f4;
}

/* line 14, Content/bootstrap/mixins/_list-group.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: #005e76;
  border-color: #005e76;
}

/* line 4, Content/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary {
  color: #202b39;
  background-color: #c9cfd6;
}

/* line 17, Content/bootstrap/mixins/_hover.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #202b39;
  background-color: #bbc2cb;
}

/* line 14, Content/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #ffffff;
  background-color: #202b39;
  border-color: #202b39;
}

/* line 4, Content/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #1c5d42;
  background-color: #c7eadb;
}

/* line 17, Content/bootstrap/mixins/_hover.scss */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #1c5d42;
  background-color: #b4e3cf;
}

/* line 14, Content/bootstrap/mixins/_list-group.scss */
.list-group-item-success.list-group-item-action.active {
  color: #ffffff;
  background-color: #1c5d42;
  border-color: #1c5d42;
}

/* line 4, Content/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

/* line 17, Content/bootstrap/mixins/_hover.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

/* line 14, Content/bootstrap/mixins/_list-group.scss */
.list-group-item-info.list-group-item-action.active {
  color: #ffffff;
  background-color: #0c5460;
  border-color: #0c5460;
}

/* line 4, Content/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #854721;
  background-color: #ffdeca;
}

/* line 17, Content/bootstrap/mixins/_hover.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #854721;
  background-color: #ffceb1;
}

/* line 14, Content/bootstrap/mixins/_list-group.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #ffffff;
  background-color: #854721;
  border-color: #854721;
}

/* line 4, Content/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #85001f;
  background-color: #ffb8c8;
}

/* line 17, Content/bootstrap/mixins/_hover.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #85001f;
  background-color: #ff9fb4;
}

/* line 14, Content/bootstrap/mixins/_list-group.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #ffffff;
  background-color: #85001f;
  border-color: #85001f;
}

/* line 4, Content/bootstrap/mixins/_list-group.scss */
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

/* line 17, Content/bootstrap/mixins/_hover.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

/* line 14, Content/bootstrap/mixins/_list-group.scss */
.list-group-item-light.list-group-item-action.active {
  color: #ffffff;
  background-color: #818182;
  border-color: #818182;
}

/* line 4, Content/bootstrap/mixins/_list-group.scss */
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

/* line 17, Content/bootstrap/mixins/_hover.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

/* line 14, Content/bootstrap/mixins/_list-group.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #ffffff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

/* line 1, Content/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: .5;
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.close:hover {
  color: #000;
  text-decoration: none;
}

/* line 17, Content/bootstrap/mixins/_hover.scss */
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

/* line 29, Content/bootstrap/_close.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

/* line 38, Content/bootstrap/_close.scss */
a.close.disabled {
  pointer-events: none;
}

/* line 1, Content/bootstrap/_toasts.scss */
.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

/* line 15, Content/bootstrap/_toasts.scss */
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 19, Content/bootstrap/_toasts.scss */
.toast.showing {
  opacity: 1;
}

/* line 23, Content/bootstrap/_toasts.scss */
.toast.show {
  display: block;
  opacity: 1;
}

/* line 28, Content/bootstrap/_toasts.scss */
.toast.hide {
  display: none;
}

/* line 33, Content/bootstrap/_toasts.scss */
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #3e526e;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 44, Content/bootstrap/_toasts.scss */
.toast-body {
  padding: 0.75rem;
}

/* line 7, Content/bootstrap/_modal.scss */
.modal-open {
  overflow: hidden;
}

/* line 11, Content/bootstrap/_modal.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 18, Content/bootstrap/_modal.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

/* line 36, Content/bootstrap/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 44, Content/bootstrap/_modal.scss */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 44, Content/bootstrap/_modal.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 48, Content/bootstrap/_modal.scss */
.modal.show .modal-dialog {
  transform: none;
}

/* line 53, Content/bootstrap/_modal.scss */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 58, Content/bootstrap/_modal.scss */
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

/* line 62, Content/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

/* line 67, Content/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

/* line 72, Content/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 77, Content/bootstrap/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 83, Content/bootstrap/_modal.scss */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}

/* line 91, Content/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

/* line 96, Content/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

/* line 100, Content/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

/* line 107, Content/bootstrap/_modal.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

/* line 138, Content/bootstrap/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1040;
  background-color: #000;
}

/* line 133, Content/bootstrap/_modal.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 141, Content/bootstrap/_modal.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 146, Content/bootstrap/_modal.scss */
.modal-backdrop-manual {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1039;
  background-color: #000;
}

/* line 133, Content/bootstrap/_modal.scss */
.modal-backdrop-manual.show {
  opacity: 0.5;
}

/* line 151, Content/bootstrap/_modal.scss */
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 159, Content/bootstrap/_modal.scss */
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 167, Content/bootstrap/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 174, Content/bootstrap/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 183, Content/bootstrap/_modal.scss */
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

/* line 195, Content/bootstrap/_modal.scss */
.modal-footer > * {
  margin: 0.25rem;
}

/* line 201, Content/bootstrap/_modal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 212, Content/bootstrap/_modal.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 217, Content/bootstrap/_modal.scss */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  /* line 220, Content/bootstrap/_modal.scss */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  /* line 225, Content/bootstrap/_modal.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 228, Content/bootstrap/_modal.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  /* line 238, Content/bootstrap/_modal.scss */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 242, Content/bootstrap/_modal.scss */
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 249, Content/bootstrap/_modal.scss */
  .modal-xl {
    max-width: 1140px;
  }
}

/* line 2, Content/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 15, Content/bootstrap/_tooltip.scss */
.tooltip.show {
  opacity: 0.9;
}

/* line 17, Content/bootstrap/_tooltip.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 23, Content/bootstrap/_tooltip.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 32, Content/bootstrap/_tooltip.scss */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 35, Content/bootstrap/_tooltip.scss */
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 38, Content/bootstrap/_tooltip.scss */
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #e1e8f3;
}

/* line 46, Content/bootstrap/_tooltip.scss */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 49, Content/bootstrap/_tooltip.scss */
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 54, Content/bootstrap/_tooltip.scss */
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #e1e8f3;
}

/* line 62, Content/bootstrap/_tooltip.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 65, Content/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 68, Content/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #e1e8f3;
}

/* line 76, Content/bootstrap/_tooltip.scss */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 79, Content/bootstrap/_tooltip.scss */
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 84, Content/bootstrap/_tooltip.scss */
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #e1e8f3;
}

/* line 108, Content/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.5rem 0.5rem;
  color: #3e526e;
  text-align: center;
  background-color: #e1e8f3;
  border-radius: 0.286rem;
}

/* line 1, Content/bootstrap/_popover.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

/* line 20, Content/bootstrap/_popover.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

/* line 27, Content/bootstrap/_popover.scss */
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 38, Content/bootstrap/_popover.scss */
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

/* line 41, Content/bootstrap/_popover.scss */
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

/* line 44, Content/bootstrap/_popover.scss */
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

/* line 50, Content/bootstrap/_popover.scss */
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #ffffff;
}

/* line 58, Content/bootstrap/_popover.scss */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

/* line 61, Content/bootstrap/_popover.scss */
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 67, Content/bootstrap/_popover.scss */
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 73, Content/bootstrap/_popover.scss */
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #ffffff;
}

/* line 81, Content/bootstrap/_popover.scss */
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

/* line 84, Content/bootstrap/_popover.scss */
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

/* line 87, Content/bootstrap/_popover.scss */
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 93, Content/bootstrap/_popover.scss */
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #ffffff;
}

/* line 101, Content/bootstrap/_popover.scss */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

/* line 113, Content/bootstrap/_popover.scss */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

/* line 116, Content/bootstrap/_popover.scss */
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 122, Content/bootstrap/_popover.scss */
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 128, Content/bootstrap/_popover.scss */
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #ffffff;
}

/* line 153, Content/bootstrap/_popover.scss */
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 162, Content/bootstrap/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 167, Content/bootstrap/_popover.scss */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #3e526e;
}

/* line 14, Content/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 18, Content/bootstrap/_carousel.scss */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 22, Content/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 2, Content/bootstrap/mixins/_clearfix.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 29, Content/bootstrap/_carousel.scss */
.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) {
  /* line 29, Content/bootstrap/_carousel.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 39, Content/bootstrap/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 45, Content/bootstrap/_carousel.scss */
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

/* line 50, Content/bootstrap/_carousel.scss */
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

/* line 61, Content/bootstrap/_carousel.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 67, Content/bootstrap/_carousel.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

/* line 74, Content/bootstrap/_carousel.scss */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 74, Content/bootstrap/_carousel.scss */
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

/* line 87, Content/bootstrap/_carousel.scss */
.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%;
  color: #ffffff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 87, Content/bootstrap/_carousel.scss */
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

/* line 17, Content/bootstrap/mixins/_hover.scss */
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

/* line 111, Content/bootstrap/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 117, Content/bootstrap/_carousel.scss */
.carousel-control-next {
  right: 0;
}

/* line 125, Content/bootstrap/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50% / 100% 100% no-repeat;
}

/* line 132, Content/bootstrap/_carousel.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

/* line 135, Content/bootstrap/_carousel.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

/* line 145, Content/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

/* line 159, Content/bootstrap/_carousel.scss */
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ffffff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 159, Content/bootstrap/_carousel.scss */
  .carousel-indicators li {
    transition: none;
  }
}

/* line 177, Content/bootstrap/_carousel.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 187, Content/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

/* line 9, Content/bootstrap/_spinners.scss */
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: .75s linear infinite spinner-border;
}

/* line 21, Content/bootstrap/_spinners.scss */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

/* line 41, Content/bootstrap/_spinners.scss */
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: .75s linear infinite spinner-grow;
}

/* line 53, Content/bootstrap/_spinners.scss */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 60, Content/bootstrap/_spinners.scss */
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}

/* line 3, Content/bootstrap/utilities/_align.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 4, Content/bootstrap/utilities/_align.scss */
.align-top {
  vertical-align: top !important;
}

/* line 5, Content/bootstrap/utilities/_align.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 6, Content/bootstrap/utilities/_align.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 7, Content/bootstrap/utilities/_align.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 8, Content/bootstrap/utilities/_align.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6, Content/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #00b4e3 !important;
}

/* line 17, Content/bootstrap/mixins/_hover.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #008cb0 !important;
}

/* line 6, Content/bootstrap/mixins/_background-variant.scss */
.bg-secondary {
  background-color: #3e526e !important;
}

/* line 17, Content/bootstrap/mixins/_hover.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #2c3a4d !important;
}

/* line 6, Content/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #36b37e !important;
}

/* line 17, Content/bootstrap/mixins/_hover.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #2a8c62 !important;
}

/* line 6, Content/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #17a2b8 !important;
}

/* line 17, Content/bootstrap/mixins/_hover.scss */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

/* line 6, Content/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #ff8940 !important;
}

/* line 17, Content/bootstrap/mixins/_hover.scss */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #ff690d !important;
}

/* line 6, Content/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #ff003c !important;
}

/* line 17, Content/bootstrap/mixins/_hover.scss */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #cc0030 !important;
}

/* line 6, Content/bootstrap/mixins/_background-variant.scss */
.bg-light {
  background-color: #f8f9fa !important;
}

/* line 17, Content/bootstrap/mixins/_hover.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

/* line 6, Content/bootstrap/mixins/_background-variant.scss */
.bg-dark {
  background-color: #343a40 !important;
}

/* line 17, Content/bootstrap/mixins/_hover.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

/* line 13, Content/bootstrap/utilities/_background.scss */
.bg-white {
  background-color: #ffffff !important;
}

/* line 17, Content/bootstrap/utilities/_background.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 7, Content/bootstrap/utilities/_borders.scss */
.border {
  border: 1px solid #dee2e6 !important;
}

/* line 8, Content/bootstrap/utilities/_borders.scss */
.border-top {
  border-top: 1px solid #dee2e6 !important;
}

/* line 9, Content/bootstrap/utilities/_borders.scss */
.border-right {
  border-right: 1px solid #dee2e6 !important;
}

/* line 10, Content/bootstrap/utilities/_borders.scss */
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

/* line 11, Content/bootstrap/utilities/_borders.scss */
.border-left {
  border-left: 1px solid #dee2e6 !important;
}

/* line 13, Content/bootstrap/utilities/_borders.scss */
.border-0 {
  border: 0 !important;
}

/* line 14, Content/bootstrap/utilities/_borders.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 15, Content/bootstrap/utilities/_borders.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 16, Content/bootstrap/utilities/_borders.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 17, Content/bootstrap/utilities/_borders.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 20, Content/bootstrap/utilities/_borders.scss */
.border-primary {
  border-color: #00b4e3 !important;
}

/* line 20, Content/bootstrap/utilities/_borders.scss */
.border-secondary {
  border-color: #3e526e !important;
}

/* line 20, Content/bootstrap/utilities/_borders.scss */
.border-success {
  border-color: #36b37e !important;
}

/* line 20, Content/bootstrap/utilities/_borders.scss */
.border-info {
  border-color: #17a2b8 !important;
}

/* line 20, Content/bootstrap/utilities/_borders.scss */
.border-warning {
  border-color: #ff8940 !important;
}

/* line 20, Content/bootstrap/utilities/_borders.scss */
.border-danger {
  border-color: #ff003c !important;
}

/* line 20, Content/bootstrap/utilities/_borders.scss */
.border-light {
  border-color: #f8f9fa !important;
}

/* line 20, Content/bootstrap/utilities/_borders.scss */
.border-dark {
  border-color: #343a40 !important;
}

/* line 25, Content/bootstrap/utilities/_borders.scss */
.border-white {
  border-color: #ffffff !important;
}

/* line 33, Content/bootstrap/utilities/_borders.scss */
.rounded-sm {
  border-radius: 0.2rem !important;
}

/* line 37, Content/bootstrap/utilities/_borders.scss */
.rounded {
  border-radius: 0.286rem !important;
}

/* line 41, Content/bootstrap/utilities/_borders.scss */
.rounded-top {
  border-top-left-radius: 0.286rem !important;
  border-top-right-radius: 0.286rem !important;
}

/* line 46, Content/bootstrap/utilities/_borders.scss */
.rounded-right {
  border-top-right-radius: 0.286rem !important;
  border-bottom-right-radius: 0.286rem !important;
}

/* line 51, Content/bootstrap/utilities/_borders.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.286rem !important;
  border-bottom-left-radius: 0.286rem !important;
}

/* line 56, Content/bootstrap/utilities/_borders.scss */
.rounded-left {
  border-top-left-radius: 0.286rem !important;
  border-bottom-left-radius: 0.286rem !important;
}

/* line 61, Content/bootstrap/utilities/_borders.scss */
.rounded-lg {
  border-radius: 0.3rem !important;
}

/* line 65, Content/bootstrap/utilities/_borders.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 69, Content/bootstrap/utilities/_borders.scss */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 73, Content/bootstrap/utilities/_borders.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 2, Content/bootstrap/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 12, Content/bootstrap/utilities/_display.scss */
.d-none {
  display: none !important;
}

/* line 12, Content/bootstrap/utilities/_display.scss */
.d-inline {
  display: inline !important;
}

/* line 12, Content/bootstrap/utilities/_display.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 12, Content/bootstrap/utilities/_display.scss */
.d-block {
  display: block !important;
}

/* line 12, Content/bootstrap/utilities/_display.scss */
.d-table {
  display: table !important;
}

/* line 12, Content/bootstrap/utilities/_display.scss */
.d-table-row {
  display: table-row !important;
}

/* line 12, Content/bootstrap/utilities/_display.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 12, Content/bootstrap/utilities/_display.scss */
.d-flex {
  display: flex !important;
}

/* line 12, Content/bootstrap/utilities/_display.scss */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 12, Content/bootstrap/utilities/_display.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 12, Content/bootstrap/utilities/_display.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 12, Content/bootstrap/utilities/_display.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 12, Content/bootstrap/utilities/_display.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 12, Content/bootstrap/utilities/_display.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 12, Content/bootstrap/utilities/_display.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 12, Content/bootstrap/utilities/_display.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 12, Content/bootstrap/utilities/_display.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 12, Content/bootstrap/utilities/_display.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 12, Content/bootstrap/utilities/_display.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 12, Content/bootstrap/utilities/_display.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 12, Content/bootstrap/utilities/_display.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 12, Content/bootstrap/utilities/_display.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 12, Content/bootstrap/utilities/_display.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 12, Content/bootstrap/utilities/_display.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 12, Content/bootstrap/utilities/_display.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 12, Content/bootstrap/utilities/_display.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 12, Content/bootstrap/utilities/_display.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 12, Content/bootstrap/utilities/_display.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 12, Content/bootstrap/utilities/_display.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 12, Content/bootstrap/utilities/_display.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 12, Content/bootstrap/utilities/_display.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 12, Content/bootstrap/utilities/_display.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 12, Content/bootstrap/utilities/_display.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 12, Content/bootstrap/utilities/_display.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 12, Content/bootstrap/utilities/_display.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 12, Content/bootstrap/utilities/_display.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 12, Content/bootstrap/utilities/_display.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 12, Content/bootstrap/utilities/_display.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 12, Content/bootstrap/utilities/_display.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 12, Content/bootstrap/utilities/_display.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 12, Content/bootstrap/utilities/_display.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 12, Content/bootstrap/utilities/_display.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 12, Content/bootstrap/utilities/_display.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 12, Content/bootstrap/utilities/_display.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 12, Content/bootstrap/utilities/_display.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1400px) {
  /* line 12, Content/bootstrap/utilities/_display.scss */
  .d-xxl-none {
    display: none !important;
  }
  /* line 12, Content/bootstrap/utilities/_display.scss */
  .d-xxl-inline {
    display: inline !important;
  }
  /* line 12, Content/bootstrap/utilities/_display.scss */
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  /* line 12, Content/bootstrap/utilities/_display.scss */
  .d-xxl-block {
    display: block !important;
  }
  /* line 12, Content/bootstrap/utilities/_display.scss */
  .d-xxl-table {
    display: table !important;
  }
  /* line 12, Content/bootstrap/utilities/_display.scss */
  .d-xxl-table-row {
    display: table-row !important;
  }
  /* line 12, Content/bootstrap/utilities/_display.scss */
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  /* line 12, Content/bootstrap/utilities/_display.scss */
  .d-xxl-flex {
    display: flex !important;
  }
  /* line 12, Content/bootstrap/utilities/_display.scss */
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  /* line 24, Content/bootstrap/utilities/_display.scss */
  .d-print-none {
    display: none !important;
  }
  /* line 24, Content/bootstrap/utilities/_display.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 24, Content/bootstrap/utilities/_display.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 24, Content/bootstrap/utilities/_display.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 24, Content/bootstrap/utilities/_display.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 24, Content/bootstrap/utilities/_display.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 24, Content/bootstrap/utilities/_display.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 24, Content/bootstrap/utilities/_display.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 24, Content/bootstrap/utilities/_display.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

/* line 3, Content/bootstrap/utilities/_embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 10, Content/bootstrap/utilities/_embed.scss */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 15, Content/bootstrap/utilities/_embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 35, Content/bootstrap/utilities/_embed.scss */
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

/* line 35, Content/bootstrap/utilities/_embed.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 35, Content/bootstrap/utilities/_embed.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 35, Content/bootstrap/utilities/_embed.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 11, Content/bootstrap/utilities/_flex.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 12, Content/bootstrap/utilities/_flex.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 13, Content/bootstrap/utilities/_flex.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 14, Content/bootstrap/utilities/_flex.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 16, Content/bootstrap/utilities/_flex.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 17, Content/bootstrap/utilities/_flex.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 18, Content/bootstrap/utilities/_flex.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 19, Content/bootstrap/utilities/_flex.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 20, Content/bootstrap/utilities/_flex.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 21, Content/bootstrap/utilities/_flex.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 22, Content/bootstrap/utilities/_flex.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 23, Content/bootstrap/utilities/_flex.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 25, Content/bootstrap/utilities/_flex.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 26, Content/bootstrap/utilities/_flex.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 27, Content/bootstrap/utilities/_flex.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 28, Content/bootstrap/utilities/_flex.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 29, Content/bootstrap/utilities/_flex.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 31, Content/bootstrap/utilities/_flex.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 32, Content/bootstrap/utilities/_flex.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 33, Content/bootstrap/utilities/_flex.scss */
.align-items-center {
  align-items: center !important;
}

/* line 34, Content/bootstrap/utilities/_flex.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 35, Content/bootstrap/utilities/_flex.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 37, Content/bootstrap/utilities/_flex.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 38, Content/bootstrap/utilities/_flex.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 39, Content/bootstrap/utilities/_flex.scss */
.align-content-center {
  align-content: center !important;
}

/* line 40, Content/bootstrap/utilities/_flex.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 41, Content/bootstrap/utilities/_flex.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 42, Content/bootstrap/utilities/_flex.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 44, Content/bootstrap/utilities/_flex.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 45, Content/bootstrap/utilities/_flex.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 46, Content/bootstrap/utilities/_flex.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 47, Content/bootstrap/utilities/_flex.scss */
.align-self-center {
  align-self: center !important;
}

/* line 48, Content/bootstrap/utilities/_flex.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 49, Content/bootstrap/utilities/_flex.scss */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 11, Content/bootstrap/utilities/_flex.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 12, Content/bootstrap/utilities/_flex.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 13, Content/bootstrap/utilities/_flex.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, Content/bootstrap/utilities/_flex.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, Content/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, Content/bootstrap/utilities/_flex.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, Content/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, Content/bootstrap/utilities/_flex.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, Content/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, Content/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, Content/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, Content/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, Content/bootstrap/utilities/_flex.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 26, Content/bootstrap/utilities/_flex.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 27, Content/bootstrap/utilities/_flex.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 28, Content/bootstrap/utilities/_flex.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 29, Content/bootstrap/utilities/_flex.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 31, Content/bootstrap/utilities/_flex.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 32, Content/bootstrap/utilities/_flex.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 33, Content/bootstrap/utilities/_flex.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 34, Content/bootstrap/utilities/_flex.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 35, Content/bootstrap/utilities/_flex.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 37, Content/bootstrap/utilities/_flex.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 38, Content/bootstrap/utilities/_flex.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 39, Content/bootstrap/utilities/_flex.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 40, Content/bootstrap/utilities/_flex.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 41, Content/bootstrap/utilities/_flex.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 42, Content/bootstrap/utilities/_flex.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 44, Content/bootstrap/utilities/_flex.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 45, Content/bootstrap/utilities/_flex.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 46, Content/bootstrap/utilities/_flex.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 47, Content/bootstrap/utilities/_flex.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 48, Content/bootstrap/utilities/_flex.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 49, Content/bootstrap/utilities/_flex.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 11, Content/bootstrap/utilities/_flex.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 12, Content/bootstrap/utilities/_flex.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 13, Content/bootstrap/utilities/_flex.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, Content/bootstrap/utilities/_flex.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, Content/bootstrap/utilities/_flex.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, Content/bootstrap/utilities/_flex.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, Content/bootstrap/utilities/_flex.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, Content/bootstrap/utilities/_flex.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, Content/bootstrap/utilities/_flex.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, Content/bootstrap/utilities/_flex.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, Content/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, Content/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, Content/bootstrap/utilities/_flex.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 26, Content/bootstrap/utilities/_flex.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 27, Content/bootstrap/utilities/_flex.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 28, Content/bootstrap/utilities/_flex.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 29, Content/bootstrap/utilities/_flex.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 31, Content/bootstrap/utilities/_flex.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 32, Content/bootstrap/utilities/_flex.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 33, Content/bootstrap/utilities/_flex.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 34, Content/bootstrap/utilities/_flex.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 35, Content/bootstrap/utilities/_flex.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 37, Content/bootstrap/utilities/_flex.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 38, Content/bootstrap/utilities/_flex.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 39, Content/bootstrap/utilities/_flex.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 40, Content/bootstrap/utilities/_flex.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 41, Content/bootstrap/utilities/_flex.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 42, Content/bootstrap/utilities/_flex.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 44, Content/bootstrap/utilities/_flex.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 45, Content/bootstrap/utilities/_flex.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 46, Content/bootstrap/utilities/_flex.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 47, Content/bootstrap/utilities/_flex.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 48, Content/bootstrap/utilities/_flex.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 49, Content/bootstrap/utilities/_flex.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 11, Content/bootstrap/utilities/_flex.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 12, Content/bootstrap/utilities/_flex.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 13, Content/bootstrap/utilities/_flex.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, Content/bootstrap/utilities/_flex.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, Content/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, Content/bootstrap/utilities/_flex.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, Content/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, Content/bootstrap/utilities/_flex.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, Content/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, Content/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, Content/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, Content/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, Content/bootstrap/utilities/_flex.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 26, Content/bootstrap/utilities/_flex.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 27, Content/bootstrap/utilities/_flex.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 28, Content/bootstrap/utilities/_flex.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 29, Content/bootstrap/utilities/_flex.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 31, Content/bootstrap/utilities/_flex.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 32, Content/bootstrap/utilities/_flex.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 33, Content/bootstrap/utilities/_flex.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 34, Content/bootstrap/utilities/_flex.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 35, Content/bootstrap/utilities/_flex.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 37, Content/bootstrap/utilities/_flex.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 38, Content/bootstrap/utilities/_flex.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 39, Content/bootstrap/utilities/_flex.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 40, Content/bootstrap/utilities/_flex.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 41, Content/bootstrap/utilities/_flex.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 42, Content/bootstrap/utilities/_flex.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 44, Content/bootstrap/utilities/_flex.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 45, Content/bootstrap/utilities/_flex.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 46, Content/bootstrap/utilities/_flex.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 47, Content/bootstrap/utilities/_flex.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 48, Content/bootstrap/utilities/_flex.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 49, Content/bootstrap/utilities/_flex.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, Content/bootstrap/utilities/_flex.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 12, Content/bootstrap/utilities/_flex.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 13, Content/bootstrap/utilities/_flex.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, Content/bootstrap/utilities/_flex.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, Content/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, Content/bootstrap/utilities/_flex.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, Content/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, Content/bootstrap/utilities/_flex.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, Content/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, Content/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, Content/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, Content/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, Content/bootstrap/utilities/_flex.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 26, Content/bootstrap/utilities/_flex.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 27, Content/bootstrap/utilities/_flex.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 28, Content/bootstrap/utilities/_flex.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 29, Content/bootstrap/utilities/_flex.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 31, Content/bootstrap/utilities/_flex.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 32, Content/bootstrap/utilities/_flex.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 33, Content/bootstrap/utilities/_flex.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 34, Content/bootstrap/utilities/_flex.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 35, Content/bootstrap/utilities/_flex.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 37, Content/bootstrap/utilities/_flex.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 38, Content/bootstrap/utilities/_flex.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 39, Content/bootstrap/utilities/_flex.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 40, Content/bootstrap/utilities/_flex.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 41, Content/bootstrap/utilities/_flex.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 42, Content/bootstrap/utilities/_flex.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 44, Content/bootstrap/utilities/_flex.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 45, Content/bootstrap/utilities/_flex.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 46, Content/bootstrap/utilities/_flex.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 47, Content/bootstrap/utilities/_flex.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 48, Content/bootstrap/utilities/_flex.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 49, Content/bootstrap/utilities/_flex.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1400px) {
  /* line 11, Content/bootstrap/utilities/_flex.scss */
  .flex-xxl-row {
    flex-direction: row !important;
  }
  /* line 12, Content/bootstrap/utilities/_flex.scss */
  .flex-xxl-column {
    flex-direction: column !important;
  }
  /* line 13, Content/bootstrap/utilities/_flex.scss */
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, Content/bootstrap/utilities/_flex.scss */
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, Content/bootstrap/utilities/_flex.scss */
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, Content/bootstrap/utilities/_flex.scss */
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, Content/bootstrap/utilities/_flex.scss */
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, Content/bootstrap/utilities/_flex.scss */
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, Content/bootstrap/utilities/_flex.scss */
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, Content/bootstrap/utilities/_flex.scss */
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, Content/bootstrap/utilities/_flex.scss */
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, Content/bootstrap/utilities/_flex.scss */
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, Content/bootstrap/utilities/_flex.scss */
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  /* line 26, Content/bootstrap/utilities/_flex.scss */
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  /* line 27, Content/bootstrap/utilities/_flex.scss */
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  /* line 28, Content/bootstrap/utilities/_flex.scss */
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  /* line 29, Content/bootstrap/utilities/_flex.scss */
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  /* line 31, Content/bootstrap/utilities/_flex.scss */
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  /* line 32, Content/bootstrap/utilities/_flex.scss */
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  /* line 33, Content/bootstrap/utilities/_flex.scss */
  .align-items-xxl-center {
    align-items: center !important;
  }
  /* line 34, Content/bootstrap/utilities/_flex.scss */
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  /* line 35, Content/bootstrap/utilities/_flex.scss */
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  /* line 37, Content/bootstrap/utilities/_flex.scss */
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  /* line 38, Content/bootstrap/utilities/_flex.scss */
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  /* line 39, Content/bootstrap/utilities/_flex.scss */
  .align-content-xxl-center {
    align-content: center !important;
  }
  /* line 40, Content/bootstrap/utilities/_flex.scss */
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  /* line 41, Content/bootstrap/utilities/_flex.scss */
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  /* line 42, Content/bootstrap/utilities/_flex.scss */
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  /* line 44, Content/bootstrap/utilities/_flex.scss */
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  /* line 45, Content/bootstrap/utilities/_flex.scss */
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  /* line 46, Content/bootstrap/utilities/_flex.scss */
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  /* line 47, Content/bootstrap/utilities/_flex.scss */
  .align-self-xxl-center {
    align-self: center !important;
  }
  /* line 48, Content/bootstrap/utilities/_flex.scss */
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  /* line 49, Content/bootstrap/utilities/_flex.scss */
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}

/* line 7, Content/bootstrap/utilities/_float.scss */
.float-left {
  float: left !important;
}

/* line 8, Content/bootstrap/utilities/_float.scss */
.float-right {
  float: right !important;
}

/* line 9, Content/bootstrap/utilities/_float.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 7, Content/bootstrap/utilities/_float.scss */
  .float-sm-left {
    float: left !important;
  }
  /* line 8, Content/bootstrap/utilities/_float.scss */
  .float-sm-right {
    float: right !important;
  }
  /* line 9, Content/bootstrap/utilities/_float.scss */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 7, Content/bootstrap/utilities/_float.scss */
  .float-md-left {
    float: left !important;
  }
  /* line 8, Content/bootstrap/utilities/_float.scss */
  .float-md-right {
    float: right !important;
  }
  /* line 9, Content/bootstrap/utilities/_float.scss */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 7, Content/bootstrap/utilities/_float.scss */
  .float-lg-left {
    float: left !important;
  }
  /* line 8, Content/bootstrap/utilities/_float.scss */
  .float-lg-right {
    float: right !important;
  }
  /* line 9, Content/bootstrap/utilities/_float.scss */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, Content/bootstrap/utilities/_float.scss */
  .float-xl-left {
    float: left !important;
  }
  /* line 8, Content/bootstrap/utilities/_float.scss */
  .float-xl-right {
    float: right !important;
  }
  /* line 9, Content/bootstrap/utilities/_float.scss */
  .float-xl-none {
    float: none !important;
  }
}

@media (min-width: 1400px) {
  /* line 7, Content/bootstrap/utilities/_float.scss */
  .float-xxl-left {
    float: left !important;
  }
  /* line 8, Content/bootstrap/utilities/_float.scss */
  .float-xxl-right {
    float: right !important;
  }
  /* line 9, Content/bootstrap/utilities/_float.scss */
  .float-xxl-none {
    float: none !important;
  }
}

/* line 4, Content/bootstrap/utilities/_interactions.scss */
.user-select-all {
  user-select: all !important;
}

/* line 4, Content/bootstrap/utilities/_interactions.scss */
.user-select-auto {
  user-select: auto !important;
}

/* line 4, Content/bootstrap/utilities/_interactions.scss */
.user-select-none {
  user-select: none !important;
}

/* line 4, Content/bootstrap/utilities/_overflow.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 4, Content/bootstrap/utilities/_overflow.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 5, Content/bootstrap/utilities/_position.scss */
.position-static {
  position: static !important;
}

/* line 5, Content/bootstrap/utilities/_position.scss */
.position-relative {
  position: relative !important;
}

/* line 5, Content/bootstrap/utilities/_position.scss */
.position-absolute {
  position: absolute !important;
}

/* line 5, Content/bootstrap/utilities/_position.scss */
.position-fixed {
  position: fixed !important;
}

/* line 5, Content/bootstrap/utilities/_position.scss */
.position-sticky {
  position: sticky !important;
}

/* line 10, Content/bootstrap/utilities/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 18, Content/bootstrap/utilities/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  /* line 26, Content/bootstrap/utilities/_position.scss */
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 5, Content/bootstrap/utilities/_screenreaders.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 25, Content/bootstrap/mixins/_screen-reader.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 3, Content/bootstrap/utilities/_shadows.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 4, Content/bootstrap/utilities/_shadows.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 5, Content/bootstrap/utilities/_shadows.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 6, Content/bootstrap/utilities/_shadows.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 7, Content/bootstrap/utilities/_sizing.scss */
.w-25 {
  width: 25% !important;
}

/* line 7, Content/bootstrap/utilities/_sizing.scss */
.w-50 {
  width: 50% !important;
}

/* line 7, Content/bootstrap/utilities/_sizing.scss */
.w-75 {
  width: 75% !important;
}

/* line 7, Content/bootstrap/utilities/_sizing.scss */
.w-100 {
  width: 100% !important;
}

/* line 7, Content/bootstrap/utilities/_sizing.scss */
.w-auto {
  width: auto !important;
}

/* line 7, Content/bootstrap/utilities/_sizing.scss */
.h-25 {
  height: 25% !important;
}

/* line 7, Content/bootstrap/utilities/_sizing.scss */
.h-50 {
  height: 50% !important;
}

/* line 7, Content/bootstrap/utilities/_sizing.scss */
.h-75 {
  height: 75% !important;
}

/* line 7, Content/bootstrap/utilities/_sizing.scss */
.h-100 {
  height: 100% !important;
}

/* line 7, Content/bootstrap/utilities/_sizing.scss */
.h-auto {
  height: auto !important;
}

/* line 11, Content/bootstrap/utilities/_sizing.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 12, Content/bootstrap/utilities/_sizing.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 16, Content/bootstrap/utilities/_sizing.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 17, Content/bootstrap/utilities/_sizing.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 19, Content/bootstrap/utilities/_sizing.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 20, Content/bootstrap/utilities/_sizing.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 11, Content/bootstrap/utilities/_spacing.scss */
.m-0 {
  margin: 0 !important;
}

/* line 12, Content/bootstrap/utilities/_spacing.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 15, Content/bootstrap/utilities/_spacing.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 18, Content/bootstrap/utilities/_spacing.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 21, Content/bootstrap/utilities/_spacing.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 11, Content/bootstrap/utilities/_spacing.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 12, Content/bootstrap/utilities/_spacing.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 15, Content/bootstrap/utilities/_spacing.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 18, Content/bootstrap/utilities/_spacing.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 21, Content/bootstrap/utilities/_spacing.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 11, Content/bootstrap/utilities/_spacing.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 12, Content/bootstrap/utilities/_spacing.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 15, Content/bootstrap/utilities/_spacing.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 18, Content/bootstrap/utilities/_spacing.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 21, Content/bootstrap/utilities/_spacing.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 11, Content/bootstrap/utilities/_spacing.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 12, Content/bootstrap/utilities/_spacing.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 15, Content/bootstrap/utilities/_spacing.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 18, Content/bootstrap/utilities/_spacing.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 21, Content/bootstrap/utilities/_spacing.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 11, Content/bootstrap/utilities/_spacing.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 12, Content/bootstrap/utilities/_spacing.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 15, Content/bootstrap/utilities/_spacing.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 18, Content/bootstrap/utilities/_spacing.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 21, Content/bootstrap/utilities/_spacing.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 11, Content/bootstrap/utilities/_spacing.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 12, Content/bootstrap/utilities/_spacing.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 15, Content/bootstrap/utilities/_spacing.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 18, Content/bootstrap/utilities/_spacing.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 21, Content/bootstrap/utilities/_spacing.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 11, Content/bootstrap/utilities/_spacing.scss */
.p-0 {
  padding: 0 !important;
}

/* line 12, Content/bootstrap/utilities/_spacing.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 15, Content/bootstrap/utilities/_spacing.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 18, Content/bootstrap/utilities/_spacing.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 21, Content/bootstrap/utilities/_spacing.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 11, Content/bootstrap/utilities/_spacing.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 12, Content/bootstrap/utilities/_spacing.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 15, Content/bootstrap/utilities/_spacing.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 18, Content/bootstrap/utilities/_spacing.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 21, Content/bootstrap/utilities/_spacing.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 11, Content/bootstrap/utilities/_spacing.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 12, Content/bootstrap/utilities/_spacing.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 15, Content/bootstrap/utilities/_spacing.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 18, Content/bootstrap/utilities/_spacing.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 21, Content/bootstrap/utilities/_spacing.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 11, Content/bootstrap/utilities/_spacing.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 12, Content/bootstrap/utilities/_spacing.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 15, Content/bootstrap/utilities/_spacing.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 18, Content/bootstrap/utilities/_spacing.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 21, Content/bootstrap/utilities/_spacing.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 11, Content/bootstrap/utilities/_spacing.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 12, Content/bootstrap/utilities/_spacing.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 15, Content/bootstrap/utilities/_spacing.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 18, Content/bootstrap/utilities/_spacing.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 21, Content/bootstrap/utilities/_spacing.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 11, Content/bootstrap/utilities/_spacing.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 12, Content/bootstrap/utilities/_spacing.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 15, Content/bootstrap/utilities/_spacing.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 18, Content/bootstrap/utilities/_spacing.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 21, Content/bootstrap/utilities/_spacing.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 30, Content/bootstrap/utilities/_spacing.scss */
.m-n1 {
  margin: -0.25rem !important;
}

/* line 31, Content/bootstrap/utilities/_spacing.scss */
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

/* line 34, Content/bootstrap/utilities/_spacing.scss */
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

/* line 37, Content/bootstrap/utilities/_spacing.scss */
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 40, Content/bootstrap/utilities/_spacing.scss */
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

/* line 30, Content/bootstrap/utilities/_spacing.scss */
.m-n2 {
  margin: -0.5rem !important;
}

/* line 31, Content/bootstrap/utilities/_spacing.scss */
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

/* line 34, Content/bootstrap/utilities/_spacing.scss */
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

/* line 37, Content/bootstrap/utilities/_spacing.scss */
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 40, Content/bootstrap/utilities/_spacing.scss */
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

/* line 30, Content/bootstrap/utilities/_spacing.scss */
.m-n3 {
  margin: -1rem !important;
}

/* line 31, Content/bootstrap/utilities/_spacing.scss */
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

/* line 34, Content/bootstrap/utilities/_spacing.scss */
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

/* line 37, Content/bootstrap/utilities/_spacing.scss */
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

/* line 40, Content/bootstrap/utilities/_spacing.scss */
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

/* line 30, Content/bootstrap/utilities/_spacing.scss */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 31, Content/bootstrap/utilities/_spacing.scss */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

/* line 34, Content/bootstrap/utilities/_spacing.scss */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 37, Content/bootstrap/utilities/_spacing.scss */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 40, Content/bootstrap/utilities/_spacing.scss */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 30, Content/bootstrap/utilities/_spacing.scss */
.m-n5 {
  margin: -3rem !important;
}

/* line 31, Content/bootstrap/utilities/_spacing.scss */
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

/* line 34, Content/bootstrap/utilities/_spacing.scss */
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

/* line 37, Content/bootstrap/utilities/_spacing.scss */
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

/* line 40, Content/bootstrap/utilities/_spacing.scss */
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

/* line 47, Content/bootstrap/utilities/_spacing.scss */
.m-auto {
  margin: auto !important;
}

/* line 48, Content/bootstrap/utilities/_spacing.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 51, Content/bootstrap/utilities/_spacing.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 54, Content/bootstrap/utilities/_spacing.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 57, Content/bootstrap/utilities/_spacing.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 11, Content/bootstrap/utilities/_spacing.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 12, Content/bootstrap/utilities/_spacing.scss */
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 15, Content/bootstrap/utilities/_spacing.scss */
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 18, Content/bootstrap/utilities/_spacing.scss */
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, Content/bootstrap/utilities/_spacing.scss */
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 11, Content/bootstrap/utilities/_spacing.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 12, Content/bootstrap/utilities/_spacing.scss */
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, Content/bootstrap/utilities/_spacing.scss */
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, Content/bootstrap/utilities/_spacing.scss */
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, Content/bootstrap/utilities/_spacing.scss */
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, Content/bootstrap/utilities/_spacing.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 12, Content/bootstrap/utilities/_spacing.scss */
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, Content/bootstrap/utilities/_spacing.scss */
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, Content/bootstrap/utilities/_spacing.scss */
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, Content/bootstrap/utilities/_spacing.scss */
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, Content/bootstrap/utilities/_spacing.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 12, Content/bootstrap/utilities/_spacing.scss */
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 15, Content/bootstrap/utilities/_spacing.scss */
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 18, Content/bootstrap/utilities/_spacing.scss */
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, Content/bootstrap/utilities/_spacing.scss */
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 11, Content/bootstrap/utilities/_spacing.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 12, Content/bootstrap/utilities/_spacing.scss */
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, Content/bootstrap/utilities/_spacing.scss */
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, Content/bootstrap/utilities/_spacing.scss */
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, Content/bootstrap/utilities/_spacing.scss */
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, Content/bootstrap/utilities/_spacing.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 12, Content/bootstrap/utilities/_spacing.scss */
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 15, Content/bootstrap/utilities/_spacing.scss */
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 18, Content/bootstrap/utilities/_spacing.scss */
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, Content/bootstrap/utilities/_spacing.scss */
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 11, Content/bootstrap/utilities/_spacing.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 12, Content/bootstrap/utilities/_spacing.scss */
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 15, Content/bootstrap/utilities/_spacing.scss */
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 18, Content/bootstrap/utilities/_spacing.scss */
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, Content/bootstrap/utilities/_spacing.scss */
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 11, Content/bootstrap/utilities/_spacing.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 12, Content/bootstrap/utilities/_spacing.scss */
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, Content/bootstrap/utilities/_spacing.scss */
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, Content/bootstrap/utilities/_spacing.scss */
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, Content/bootstrap/utilities/_spacing.scss */
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, Content/bootstrap/utilities/_spacing.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 12, Content/bootstrap/utilities/_spacing.scss */
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, Content/bootstrap/utilities/_spacing.scss */
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, Content/bootstrap/utilities/_spacing.scss */
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, Content/bootstrap/utilities/_spacing.scss */
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, Content/bootstrap/utilities/_spacing.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 12, Content/bootstrap/utilities/_spacing.scss */
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 15, Content/bootstrap/utilities/_spacing.scss */
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 18, Content/bootstrap/utilities/_spacing.scss */
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, Content/bootstrap/utilities/_spacing.scss */
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 11, Content/bootstrap/utilities/_spacing.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 12, Content/bootstrap/utilities/_spacing.scss */
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, Content/bootstrap/utilities/_spacing.scss */
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, Content/bootstrap/utilities/_spacing.scss */
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, Content/bootstrap/utilities/_spacing.scss */
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, Content/bootstrap/utilities/_spacing.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 12, Content/bootstrap/utilities/_spacing.scss */
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 15, Content/bootstrap/utilities/_spacing.scss */
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 18, Content/bootstrap/utilities/_spacing.scss */
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, Content/bootstrap/utilities/_spacing.scss */
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 30, Content/bootstrap/utilities/_spacing.scss */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, Content/bootstrap/utilities/_spacing.scss */
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, Content/bootstrap/utilities/_spacing.scss */
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, Content/bootstrap/utilities/_spacing.scss */
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, Content/bootstrap/utilities/_spacing.scss */
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, Content/bootstrap/utilities/_spacing.scss */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, Content/bootstrap/utilities/_spacing.scss */
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, Content/bootstrap/utilities/_spacing.scss */
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, Content/bootstrap/utilities/_spacing.scss */
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, Content/bootstrap/utilities/_spacing.scss */
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, Content/bootstrap/utilities/_spacing.scss */
  .m-sm-n3 {
    margin: -1rem !important;
  }
  /* line 31, Content/bootstrap/utilities/_spacing.scss */
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, Content/bootstrap/utilities/_spacing.scss */
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, Content/bootstrap/utilities/_spacing.scss */
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, Content/bootstrap/utilities/_spacing.scss */
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, Content/bootstrap/utilities/_spacing.scss */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, Content/bootstrap/utilities/_spacing.scss */
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, Content/bootstrap/utilities/_spacing.scss */
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, Content/bootstrap/utilities/_spacing.scss */
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, Content/bootstrap/utilities/_spacing.scss */
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, Content/bootstrap/utilities/_spacing.scss */
  .m-sm-n5 {
    margin: -3rem !important;
  }
  /* line 31, Content/bootstrap/utilities/_spacing.scss */
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, Content/bootstrap/utilities/_spacing.scss */
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, Content/bootstrap/utilities/_spacing.scss */
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, Content/bootstrap/utilities/_spacing.scss */
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, Content/bootstrap/utilities/_spacing.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 48, Content/bootstrap/utilities/_spacing.scss */
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  /* line 51, Content/bootstrap/utilities/_spacing.scss */
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 54, Content/bootstrap/utilities/_spacing.scss */
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 57, Content/bootstrap/utilities/_spacing.scss */
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 11, Content/bootstrap/utilities/_spacing.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 12, Content/bootstrap/utilities/_spacing.scss */
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  /* line 15, Content/bootstrap/utilities/_spacing.scss */
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 18, Content/bootstrap/utilities/_spacing.scss */
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, Content/bootstrap/utilities/_spacing.scss */
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 11, Content/bootstrap/utilities/_spacing.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 12, Content/bootstrap/utilities/_spacing.scss */
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, Content/bootstrap/utilities/_spacing.scss */
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, Content/bootstrap/utilities/_spacing.scss */
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, Content/bootstrap/utilities/_spacing.scss */
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, Content/bootstrap/utilities/_spacing.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 12, Content/bootstrap/utilities/_spacing.scss */
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, Content/bootstrap/utilities/_spacing.scss */
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, Content/bootstrap/utilities/_spacing.scss */
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, Content/bootstrap/utilities/_spacing.scss */
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, Content/bootstrap/utilities/_spacing.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 12, Content/bootstrap/utilities/_spacing.scss */
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  /* line 15, Content/bootstrap/utilities/_spacing.scss */
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  /* line 18, Content/bootstrap/utilities/_spacing.scss */
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, Content/bootstrap/utilities/_spacing.scss */
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  /* line 11, Content/bootstrap/utilities/_spacing.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 12, Content/bootstrap/utilities/_spacing.scss */
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, Content/bootstrap/utilities/_spacing.scss */
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, Content/bootstrap/utilities/_spacing.scss */
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, Content/bootstrap/utilities/_spacing.scss */
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, Content/bootstrap/utilities/_spacing.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 12, Content/bootstrap/utilities/_spacing.scss */
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  /* line 15, Content/bootstrap/utilities/_spacing.scss */
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  /* line 18, Content/bootstrap/utilities/_spacing.scss */
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, Content/bootstrap/utilities/_spacing.scss */
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  /* line 11, Content/bootstrap/utilities/_spacing.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 12, Content/bootstrap/utilities/_spacing.scss */
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  /* line 15, Content/bootstrap/utilities/_spacing.scss */
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  /* line 18, Content/bootstrap/utilities/_spacing.scss */
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, Content/bootstrap/utilities/_spacing.scss */
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  /* line 11, Content/bootstrap/utilities/_spacing.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 12, Content/bootstrap/utilities/_spacing.scss */
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, Content/bootstrap/utilities/_spacing.scss */
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, Content/bootstrap/utilities/_spacing.scss */
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, Content/bootstrap/utilities/_spacing.scss */
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, Content/bootstrap/utilities/_spacing.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 12, Content/bootstrap/utilities/_spacing.scss */
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, Content/bootstrap/utilities/_spacing.scss */
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, Content/bootstrap/utilities/_spacing.scss */
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, Content/bootstrap/utilities/_spacing.scss */
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, Content/bootstrap/utilities/_spacing.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 12, Content/bootstrap/utilities/_spacing.scss */
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  /* line 15, Content/bootstrap/utilities/_spacing.scss */
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  /* line 18, Content/bootstrap/utilities/_spacing.scss */
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, Content/bootstrap/utilities/_spacing.scss */
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  /* line 11, Content/bootstrap/utilities/_spacing.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 12, Content/bootstrap/utilities/_spacing.scss */
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, Content/bootstrap/utilities/_spacing.scss */
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, Content/bootstrap/utilities/_spacing.scss */
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, Content/bootstrap/utilities/_spacing.scss */
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, Content/bootstrap/utilities/_spacing.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 12, Content/bootstrap/utilities/_spacing.scss */
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  /* line 15, Content/bootstrap/utilities/_spacing.scss */
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  /* line 18, Content/bootstrap/utilities/_spacing.scss */
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, Content/bootstrap/utilities/_spacing.scss */
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  /* line 30, Content/bootstrap/utilities/_spacing.scss */
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, Content/bootstrap/utilities/_spacing.scss */
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, Content/bootstrap/utilities/_spacing.scss */
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, Content/bootstrap/utilities/_spacing.scss */
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, Content/bootstrap/utilities/_spacing.scss */
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, Content/bootstrap/utilities/_spacing.scss */
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, Content/bootstrap/utilities/_spacing.scss */
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, Content/bootstrap/utilities/_spacing.scss */
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, Content/bootstrap/utilities/_spacing.scss */
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, Content/bootstrap/utilities/_spacing.scss */
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, Content/bootstrap/utilities/_spacing.scss */
  .m-md-n3 {
    margin: -1rem !important;
  }
  /* line 31, Content/bootstrap/utilities/_spacing.scss */
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, Content/bootstrap/utilities/_spacing.scss */
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, Content/bootstrap/utilities/_spacing.scss */
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, Content/bootstrap/utilities/_spacing.scss */
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, Content/bootstrap/utilities/_spacing.scss */
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, Content/bootstrap/utilities/_spacing.scss */
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, Content/bootstrap/utilities/_spacing.scss */
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, Content/bootstrap/utilities/_spacing.scss */
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, Content/bootstrap/utilities/_spacing.scss */
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, Content/bootstrap/utilities/_spacing.scss */
  .m-md-n5 {
    margin: -3rem !important;
  }
  /* line 31, Content/bootstrap/utilities/_spacing.scss */
  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, Content/bootstrap/utilities/_spacing.scss */
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, Content/bootstrap/utilities/_spacing.scss */
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, Content/bootstrap/utilities/_spacing.scss */
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, Content/bootstrap/utilities/_spacing.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 48, Content/bootstrap/utilities/_spacing.scss */
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  /* line 51, Content/bootstrap/utilities/_spacing.scss */
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  /* line 54, Content/bootstrap/utilities/_spacing.scss */
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 57, Content/bootstrap/utilities/_spacing.scss */
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 11, Content/bootstrap/utilities/_spacing.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 12, Content/bootstrap/utilities/_spacing.scss */
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 15, Content/bootstrap/utilities/_spacing.scss */
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 18, Content/bootstrap/utilities/_spacing.scss */
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, Content/bootstrap/utilities/_spacing.scss */
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 11, Content/bootstrap/utilities/_spacing.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 12, Content/bootstrap/utilities/_spacing.scss */
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, Content/bootstrap/utilities/_spacing.scss */
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, Content/bootstrap/utilities/_spacing.scss */
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, Content/bootstrap/utilities/_spacing.scss */
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, Content/bootstrap/utilities/_spacing.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 12, Content/bootstrap/utilities/_spacing.scss */
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, Content/bootstrap/utilities/_spacing.scss */
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, Content/bootstrap/utilities/_spacing.scss */
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, Content/bootstrap/utilities/_spacing.scss */
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, Content/bootstrap/utilities/_spacing.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 12, Content/bootstrap/utilities/_spacing.scss */
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 15, Content/bootstrap/utilities/_spacing.scss */
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 18, Content/bootstrap/utilities/_spacing.scss */
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, Content/bootstrap/utilities/_spacing.scss */
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 11, Content/bootstrap/utilities/_spacing.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 12, Content/bootstrap/utilities/_spacing.scss */
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, Content/bootstrap/utilities/_spacing.scss */
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, Content/bootstrap/utilities/_spacing.scss */
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, Content/bootstrap/utilities/_spacing.scss */
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, Content/bootstrap/utilities/_spacing.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 12, Content/bootstrap/utilities/_spacing.scss */
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 15, Content/bootstrap/utilities/_spacing.scss */
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 18, Content/bootstrap/utilities/_spacing.scss */
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, Content/bootstrap/utilities/_spacing.scss */
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 11, Content/bootstrap/utilities/_spacing.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 12, Content/bootstrap/utilities/_spacing.scss */
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 15, Content/bootstrap/utilities/_spacing.scss */
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 18, Content/bootstrap/utilities/_spacing.scss */
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, Content/bootstrap/utilities/_spacing.scss */
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 11, Content/bootstrap/utilities/_spacing.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 12, Content/bootstrap/utilities/_spacing.scss */
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, Content/bootstrap/utilities/_spacing.scss */
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, Content/bootstrap/utilities/_spacing.scss */
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, Content/bootstrap/utilities/_spacing.scss */
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, Content/bootstrap/utilities/_spacing.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 12, Content/bootstrap/utilities/_spacing.scss */
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, Content/bootstrap/utilities/_spacing.scss */
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, Content/bootstrap/utilities/_spacing.scss */
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, Content/bootstrap/utilities/_spacing.scss */
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, Content/bootstrap/utilities/_spacing.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 12, Content/bootstrap/utilities/_spacing.scss */
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 15, Content/bootstrap/utilities/_spacing.scss */
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 18, Content/bootstrap/utilities/_spacing.scss */
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, Content/bootstrap/utilities/_spacing.scss */
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 11, Content/bootstrap/utilities/_spacing.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 12, Content/bootstrap/utilities/_spacing.scss */
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, Content/bootstrap/utilities/_spacing.scss */
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, Content/bootstrap/utilities/_spacing.scss */
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, Content/bootstrap/utilities/_spacing.scss */
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, Content/bootstrap/utilities/_spacing.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 12, Content/bootstrap/utilities/_spacing.scss */
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 15, Content/bootstrap/utilities/_spacing.scss */
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 18, Content/bootstrap/utilities/_spacing.scss */
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, Content/bootstrap/utilities/_spacing.scss */
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 30, Content/bootstrap/utilities/_spacing.scss */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, Content/bootstrap/utilities/_spacing.scss */
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, Content/bootstrap/utilities/_spacing.scss */
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, Content/bootstrap/utilities/_spacing.scss */
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, Content/bootstrap/utilities/_spacing.scss */
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, Content/bootstrap/utilities/_spacing.scss */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, Content/bootstrap/utilities/_spacing.scss */
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, Content/bootstrap/utilities/_spacing.scss */
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, Content/bootstrap/utilities/_spacing.scss */
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, Content/bootstrap/utilities/_spacing.scss */
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, Content/bootstrap/utilities/_spacing.scss */
  .m-lg-n3 {
    margin: -1rem !important;
  }
  /* line 31, Content/bootstrap/utilities/_spacing.scss */
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, Content/bootstrap/utilities/_spacing.scss */
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, Content/bootstrap/utilities/_spacing.scss */
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, Content/bootstrap/utilities/_spacing.scss */
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, Content/bootstrap/utilities/_spacing.scss */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, Content/bootstrap/utilities/_spacing.scss */
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, Content/bootstrap/utilities/_spacing.scss */
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, Content/bootstrap/utilities/_spacing.scss */
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, Content/bootstrap/utilities/_spacing.scss */
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, Content/bootstrap/utilities/_spacing.scss */
  .m-lg-n5 {
    margin: -3rem !important;
  }
  /* line 31, Content/bootstrap/utilities/_spacing.scss */
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, Content/bootstrap/utilities/_spacing.scss */
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, Content/bootstrap/utilities/_spacing.scss */
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, Content/bootstrap/utilities/_spacing.scss */
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, Content/bootstrap/utilities/_spacing.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 48, Content/bootstrap/utilities/_spacing.scss */
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  /* line 51, Content/bootstrap/utilities/_spacing.scss */
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 54, Content/bootstrap/utilities/_spacing.scss */
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 57, Content/bootstrap/utilities/_spacing.scss */
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, Content/bootstrap/utilities/_spacing.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 12, Content/bootstrap/utilities/_spacing.scss */
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 15, Content/bootstrap/utilities/_spacing.scss */
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 18, Content/bootstrap/utilities/_spacing.scss */
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, Content/bootstrap/utilities/_spacing.scss */
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 11, Content/bootstrap/utilities/_spacing.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 12, Content/bootstrap/utilities/_spacing.scss */
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, Content/bootstrap/utilities/_spacing.scss */
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, Content/bootstrap/utilities/_spacing.scss */
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, Content/bootstrap/utilities/_spacing.scss */
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, Content/bootstrap/utilities/_spacing.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 12, Content/bootstrap/utilities/_spacing.scss */
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, Content/bootstrap/utilities/_spacing.scss */
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, Content/bootstrap/utilities/_spacing.scss */
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, Content/bootstrap/utilities/_spacing.scss */
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, Content/bootstrap/utilities/_spacing.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 12, Content/bootstrap/utilities/_spacing.scss */
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 15, Content/bootstrap/utilities/_spacing.scss */
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 18, Content/bootstrap/utilities/_spacing.scss */
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, Content/bootstrap/utilities/_spacing.scss */
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 11, Content/bootstrap/utilities/_spacing.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 12, Content/bootstrap/utilities/_spacing.scss */
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, Content/bootstrap/utilities/_spacing.scss */
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, Content/bootstrap/utilities/_spacing.scss */
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, Content/bootstrap/utilities/_spacing.scss */
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, Content/bootstrap/utilities/_spacing.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 12, Content/bootstrap/utilities/_spacing.scss */
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 15, Content/bootstrap/utilities/_spacing.scss */
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 18, Content/bootstrap/utilities/_spacing.scss */
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, Content/bootstrap/utilities/_spacing.scss */
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 11, Content/bootstrap/utilities/_spacing.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 12, Content/bootstrap/utilities/_spacing.scss */
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 15, Content/bootstrap/utilities/_spacing.scss */
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 18, Content/bootstrap/utilities/_spacing.scss */
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, Content/bootstrap/utilities/_spacing.scss */
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 11, Content/bootstrap/utilities/_spacing.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 12, Content/bootstrap/utilities/_spacing.scss */
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, Content/bootstrap/utilities/_spacing.scss */
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, Content/bootstrap/utilities/_spacing.scss */
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, Content/bootstrap/utilities/_spacing.scss */
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, Content/bootstrap/utilities/_spacing.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 12, Content/bootstrap/utilities/_spacing.scss */
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, Content/bootstrap/utilities/_spacing.scss */
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, Content/bootstrap/utilities/_spacing.scss */
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, Content/bootstrap/utilities/_spacing.scss */
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, Content/bootstrap/utilities/_spacing.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 12, Content/bootstrap/utilities/_spacing.scss */
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 15, Content/bootstrap/utilities/_spacing.scss */
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 18, Content/bootstrap/utilities/_spacing.scss */
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, Content/bootstrap/utilities/_spacing.scss */
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 11, Content/bootstrap/utilities/_spacing.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 12, Content/bootstrap/utilities/_spacing.scss */
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, Content/bootstrap/utilities/_spacing.scss */
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, Content/bootstrap/utilities/_spacing.scss */
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, Content/bootstrap/utilities/_spacing.scss */
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, Content/bootstrap/utilities/_spacing.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 12, Content/bootstrap/utilities/_spacing.scss */
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 15, Content/bootstrap/utilities/_spacing.scss */
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 18, Content/bootstrap/utilities/_spacing.scss */
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, Content/bootstrap/utilities/_spacing.scss */
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 30, Content/bootstrap/utilities/_spacing.scss */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, Content/bootstrap/utilities/_spacing.scss */
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, Content/bootstrap/utilities/_spacing.scss */
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, Content/bootstrap/utilities/_spacing.scss */
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, Content/bootstrap/utilities/_spacing.scss */
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, Content/bootstrap/utilities/_spacing.scss */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, Content/bootstrap/utilities/_spacing.scss */
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, Content/bootstrap/utilities/_spacing.scss */
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, Content/bootstrap/utilities/_spacing.scss */
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, Content/bootstrap/utilities/_spacing.scss */
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, Content/bootstrap/utilities/_spacing.scss */
  .m-xl-n3 {
    margin: -1rem !important;
  }
  /* line 31, Content/bootstrap/utilities/_spacing.scss */
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, Content/bootstrap/utilities/_spacing.scss */
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, Content/bootstrap/utilities/_spacing.scss */
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, Content/bootstrap/utilities/_spacing.scss */
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, Content/bootstrap/utilities/_spacing.scss */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, Content/bootstrap/utilities/_spacing.scss */
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, Content/bootstrap/utilities/_spacing.scss */
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, Content/bootstrap/utilities/_spacing.scss */
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, Content/bootstrap/utilities/_spacing.scss */
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, Content/bootstrap/utilities/_spacing.scss */
  .m-xl-n5 {
    margin: -3rem !important;
  }
  /* line 31, Content/bootstrap/utilities/_spacing.scss */
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, Content/bootstrap/utilities/_spacing.scss */
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, Content/bootstrap/utilities/_spacing.scss */
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, Content/bootstrap/utilities/_spacing.scss */
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, Content/bootstrap/utilities/_spacing.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 48, Content/bootstrap/utilities/_spacing.scss */
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  /* line 51, Content/bootstrap/utilities/_spacing.scss */
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 54, Content/bootstrap/utilities/_spacing.scss */
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 57, Content/bootstrap/utilities/_spacing.scss */
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1400px) {
  /* line 11, Content/bootstrap/utilities/_spacing.scss */
  .m-xxl-0 {
    margin: 0 !important;
  }
  /* line 12, Content/bootstrap/utilities/_spacing.scss */
  .mt-xxl-0,
.my-xxl-0 {
    margin-top: 0 !important;
  }
  /* line 15, Content/bootstrap/utilities/_spacing.scss */
  .mr-xxl-0,
.mx-xxl-0 {
    margin-right: 0 !important;
  }
  /* line 18, Content/bootstrap/utilities/_spacing.scss */
  .mb-xxl-0,
.my-xxl-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, Content/bootstrap/utilities/_spacing.scss */
  .ml-xxl-0,
.mx-xxl-0 {
    margin-left: 0 !important;
  }
  /* line 11, Content/bootstrap/utilities/_spacing.scss */
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  /* line 12, Content/bootstrap/utilities/_spacing.scss */
  .mt-xxl-1,
.my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, Content/bootstrap/utilities/_spacing.scss */
  .mr-xxl-1,
.mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, Content/bootstrap/utilities/_spacing.scss */
  .mb-xxl-1,
.my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, Content/bootstrap/utilities/_spacing.scss */
  .ml-xxl-1,
.mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, Content/bootstrap/utilities/_spacing.scss */
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  /* line 12, Content/bootstrap/utilities/_spacing.scss */
  .mt-xxl-2,
.my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, Content/bootstrap/utilities/_spacing.scss */
  .mr-xxl-2,
.mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, Content/bootstrap/utilities/_spacing.scss */
  .mb-xxl-2,
.my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, Content/bootstrap/utilities/_spacing.scss */
  .ml-xxl-2,
.mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, Content/bootstrap/utilities/_spacing.scss */
  .m-xxl-3 {
    margin: 1rem !important;
  }
  /* line 12, Content/bootstrap/utilities/_spacing.scss */
  .mt-xxl-3,
.my-xxl-3 {
    margin-top: 1rem !important;
  }
  /* line 15, Content/bootstrap/utilities/_spacing.scss */
  .mr-xxl-3,
.mx-xxl-3 {
    margin-right: 1rem !important;
  }
  /* line 18, Content/bootstrap/utilities/_spacing.scss */
  .mb-xxl-3,
.my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, Content/bootstrap/utilities/_spacing.scss */
  .ml-xxl-3,
.mx-xxl-3 {
    margin-left: 1rem !important;
  }
  /* line 11, Content/bootstrap/utilities/_spacing.scss */
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  /* line 12, Content/bootstrap/utilities/_spacing.scss */
  .mt-xxl-4,
.my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, Content/bootstrap/utilities/_spacing.scss */
  .mr-xxl-4,
.mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, Content/bootstrap/utilities/_spacing.scss */
  .mb-xxl-4,
.my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, Content/bootstrap/utilities/_spacing.scss */
  .ml-xxl-4,
.mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, Content/bootstrap/utilities/_spacing.scss */
  .m-xxl-5 {
    margin: 3rem !important;
  }
  /* line 12, Content/bootstrap/utilities/_spacing.scss */
  .mt-xxl-5,
.my-xxl-5 {
    margin-top: 3rem !important;
  }
  /* line 15, Content/bootstrap/utilities/_spacing.scss */
  .mr-xxl-5,
.mx-xxl-5 {
    margin-right: 3rem !important;
  }
  /* line 18, Content/bootstrap/utilities/_spacing.scss */
  .mb-xxl-5,
.my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, Content/bootstrap/utilities/_spacing.scss */
  .ml-xxl-5,
.mx-xxl-5 {
    margin-left: 3rem !important;
  }
  /* line 11, Content/bootstrap/utilities/_spacing.scss */
  .p-xxl-0 {
    padding: 0 !important;
  }
  /* line 12, Content/bootstrap/utilities/_spacing.scss */
  .pt-xxl-0,
.py-xxl-0 {
    padding-top: 0 !important;
  }
  /* line 15, Content/bootstrap/utilities/_spacing.scss */
  .pr-xxl-0,
.px-xxl-0 {
    padding-right: 0 !important;
  }
  /* line 18, Content/bootstrap/utilities/_spacing.scss */
  .pb-xxl-0,
.py-xxl-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, Content/bootstrap/utilities/_spacing.scss */
  .pl-xxl-0,
.px-xxl-0 {
    padding-left: 0 !important;
  }
  /* line 11, Content/bootstrap/utilities/_spacing.scss */
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  /* line 12, Content/bootstrap/utilities/_spacing.scss */
  .pt-xxl-1,
.py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, Content/bootstrap/utilities/_spacing.scss */
  .pr-xxl-1,
.px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, Content/bootstrap/utilities/_spacing.scss */
  .pb-xxl-1,
.py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, Content/bootstrap/utilities/_spacing.scss */
  .pl-xxl-1,
.px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, Content/bootstrap/utilities/_spacing.scss */
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  /* line 12, Content/bootstrap/utilities/_spacing.scss */
  .pt-xxl-2,
.py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, Content/bootstrap/utilities/_spacing.scss */
  .pr-xxl-2,
.px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, Content/bootstrap/utilities/_spacing.scss */
  .pb-xxl-2,
.py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, Content/bootstrap/utilities/_spacing.scss */
  .pl-xxl-2,
.px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, Content/bootstrap/utilities/_spacing.scss */
  .p-xxl-3 {
    padding: 1rem !important;
  }
  /* line 12, Content/bootstrap/utilities/_spacing.scss */
  .pt-xxl-3,
.py-xxl-3 {
    padding-top: 1rem !important;
  }
  /* line 15, Content/bootstrap/utilities/_spacing.scss */
  .pr-xxl-3,
.px-xxl-3 {
    padding-right: 1rem !important;
  }
  /* line 18, Content/bootstrap/utilities/_spacing.scss */
  .pb-xxl-3,
.py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, Content/bootstrap/utilities/_spacing.scss */
  .pl-xxl-3,
.px-xxl-3 {
    padding-left: 1rem !important;
  }
  /* line 11, Content/bootstrap/utilities/_spacing.scss */
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  /* line 12, Content/bootstrap/utilities/_spacing.scss */
  .pt-xxl-4,
.py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, Content/bootstrap/utilities/_spacing.scss */
  .pr-xxl-4,
.px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, Content/bootstrap/utilities/_spacing.scss */
  .pb-xxl-4,
.py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, Content/bootstrap/utilities/_spacing.scss */
  .pl-xxl-4,
.px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, Content/bootstrap/utilities/_spacing.scss */
  .p-xxl-5 {
    padding: 3rem !important;
  }
  /* line 12, Content/bootstrap/utilities/_spacing.scss */
  .pt-xxl-5,
.py-xxl-5 {
    padding-top: 3rem !important;
  }
  /* line 15, Content/bootstrap/utilities/_spacing.scss */
  .pr-xxl-5,
.px-xxl-5 {
    padding-right: 3rem !important;
  }
  /* line 18, Content/bootstrap/utilities/_spacing.scss */
  .pb-xxl-5,
.py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, Content/bootstrap/utilities/_spacing.scss */
  .pl-xxl-5,
.px-xxl-5 {
    padding-left: 3rem !important;
  }
  /* line 30, Content/bootstrap/utilities/_spacing.scss */
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, Content/bootstrap/utilities/_spacing.scss */
  .mt-xxl-n1,
.my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, Content/bootstrap/utilities/_spacing.scss */
  .mr-xxl-n1,
.mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, Content/bootstrap/utilities/_spacing.scss */
  .mb-xxl-n1,
.my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, Content/bootstrap/utilities/_spacing.scss */
  .ml-xxl-n1,
.mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, Content/bootstrap/utilities/_spacing.scss */
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, Content/bootstrap/utilities/_spacing.scss */
  .mt-xxl-n2,
.my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, Content/bootstrap/utilities/_spacing.scss */
  .mr-xxl-n2,
.mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, Content/bootstrap/utilities/_spacing.scss */
  .mb-xxl-n2,
.my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, Content/bootstrap/utilities/_spacing.scss */
  .ml-xxl-n2,
.mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, Content/bootstrap/utilities/_spacing.scss */
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  /* line 31, Content/bootstrap/utilities/_spacing.scss */
  .mt-xxl-n3,
.my-xxl-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, Content/bootstrap/utilities/_spacing.scss */
  .mr-xxl-n3,
.mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, Content/bootstrap/utilities/_spacing.scss */
  .mb-xxl-n3,
.my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, Content/bootstrap/utilities/_spacing.scss */
  .ml-xxl-n3,
.mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, Content/bootstrap/utilities/_spacing.scss */
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, Content/bootstrap/utilities/_spacing.scss */
  .mt-xxl-n4,
.my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, Content/bootstrap/utilities/_spacing.scss */
  .mr-xxl-n4,
.mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, Content/bootstrap/utilities/_spacing.scss */
  .mb-xxl-n4,
.my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, Content/bootstrap/utilities/_spacing.scss */
  .ml-xxl-n4,
.mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, Content/bootstrap/utilities/_spacing.scss */
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  /* line 31, Content/bootstrap/utilities/_spacing.scss */
  .mt-xxl-n5,
.my-xxl-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, Content/bootstrap/utilities/_spacing.scss */
  .mr-xxl-n5,
.mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, Content/bootstrap/utilities/_spacing.scss */
  .mb-xxl-n5,
.my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, Content/bootstrap/utilities/_spacing.scss */
  .ml-xxl-n5,
.mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, Content/bootstrap/utilities/_spacing.scss */
  .m-xxl-auto {
    margin: auto !important;
  }
  /* line 48, Content/bootstrap/utilities/_spacing.scss */
  .mt-xxl-auto,
.my-xxl-auto {
    margin-top: auto !important;
  }
  /* line 51, Content/bootstrap/utilities/_spacing.scss */
  .mr-xxl-auto,
.mx-xxl-auto {
    margin-right: auto !important;
  }
  /* line 54, Content/bootstrap/utilities/_spacing.scss */
  .mb-xxl-auto,
.my-xxl-auto {
    margin-bottom: auto !important;
  }
  /* line 57, Content/bootstrap/utilities/_spacing.scss */
  .ml-xxl-auto,
.mx-xxl-auto {
    margin-left: auto !important;
  }
}

/* line 6, Content/bootstrap/utilities/_stretched-link.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

/* line 7, Content/bootstrap/utilities/_text.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

/* line 11, Content/bootstrap/utilities/_text.scss */
.text-justify {
  text-align: justify !important;
}

/* line 12, Content/bootstrap/utilities/_text.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 13, Content/bootstrap/utilities/_text.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 14, Content/bootstrap/utilities/_text.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 22, Content/bootstrap/utilities/_text.scss */
.text-left {
  text-align: left !important;
}

/* line 23, Content/bootstrap/utilities/_text.scss */
.text-right {
  text-align: right !important;
}

/* line 24, Content/bootstrap/utilities/_text.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 22, Content/bootstrap/utilities/_text.scss */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 23, Content/bootstrap/utilities/_text.scss */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 24, Content/bootstrap/utilities/_text.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 22, Content/bootstrap/utilities/_text.scss */
  .text-md-left {
    text-align: left !important;
  }
  /* line 23, Content/bootstrap/utilities/_text.scss */
  .text-md-right {
    text-align: right !important;
  }
  /* line 24, Content/bootstrap/utilities/_text.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 22, Content/bootstrap/utilities/_text.scss */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 23, Content/bootstrap/utilities/_text.scss */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 24, Content/bootstrap/utilities/_text.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 22, Content/bootstrap/utilities/_text.scss */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 23, Content/bootstrap/utilities/_text.scss */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 24, Content/bootstrap/utilities/_text.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  /* line 22, Content/bootstrap/utilities/_text.scss */
  .text-xxl-left {
    text-align: left !important;
  }
  /* line 23, Content/bootstrap/utilities/_text.scss */
  .text-xxl-right {
    text-align: right !important;
  }
  /* line 24, Content/bootstrap/utilities/_text.scss */
  .text-xxl-center {
    text-align: center !important;
  }
}

/* line 30, Content/bootstrap/utilities/_text.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 31, Content/bootstrap/utilities/_text.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 32, Content/bootstrap/utilities/_text.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 36, Content/bootstrap/utilities/_text.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 37, Content/bootstrap/utilities/_text.scss */
.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 38, Content/bootstrap/utilities/_text.scss */
.font-weight-normal {
  font-weight: 500 !important;
}

/* line 39, Content/bootstrap/utilities/_text.scss */
.font-weight-bold {
  font-weight: 600 !important;
}

/* line 40, Content/bootstrap/utilities/_text.scss */
.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 41, Content/bootstrap/utilities/_text.scss */
.font-italic {
  font-style: italic !important;
}

/* line 45, Content/bootstrap/utilities/_text.scss */
.text-white {
  color: #ffffff !important;
}

/* line 6, Content/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #00b4e3 !important;
}

/* line 17, Content/bootstrap/mixins/_hover.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #007797 !important;
}

/* line 6, Content/bootstrap/mixins/_text-emphasis.scss */
.text-secondary {
  color: #3e526e !important;
}

/* line 17, Content/bootstrap/mixins/_hover.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #222e3d !important;
}

/* line 6, Content/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #36b37e !important;
}

/* line 17, Content/bootstrap/mixins/_hover.scss */
a.text-success:hover, a.text-success:focus {
  color: #247855 !important;
}

/* line 6, Content/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #17a2b8 !important;
}

/* line 17, Content/bootstrap/mixins/_hover.scss */
a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

/* line 6, Content/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #ff8940 !important;
}

/* line 17, Content/bootstrap/mixins/_hover.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #f35d00 !important;
}

/* line 6, Content/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #ff003c !important;
}

/* line 17, Content/bootstrap/mixins/_hover.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #b3002a !important;
}

/* line 6, Content/bootstrap/mixins/_text-emphasis.scss */
.text-light {
  color: #f8f9fa !important;
}

/* line 17, Content/bootstrap/mixins/_hover.scss */
a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

/* line 6, Content/bootstrap/mixins/_text-emphasis.scss */
.text-dark {
  color: #343a40 !important;
}

/* line 17, Content/bootstrap/mixins/_hover.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

/* line 51, Content/bootstrap/utilities/_text.scss */
.text-body {
  color: #3e526e !important;
}

/* line 52, Content/bootstrap/utilities/_text.scss */
.text-muted {
  color: #3e526e !important;
}

/* line 54, Content/bootstrap/utilities/_text.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 55, Content/bootstrap/utilities/_text.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 59, Content/bootstrap/utilities/_text.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 63, Content/bootstrap/utilities/_text.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 65, Content/bootstrap/utilities/_text.scss */
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

/* line 72, Content/bootstrap/utilities/_text.scss */
.text-reset {
  color: inherit !important;
}

/* line 7, Content/bootstrap/utilities/_visibility.scss */
.visible {
  visibility: visible !important;
}

/* line 11, Content/bootstrap/utilities/_visibility.scss */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 13, Content/bootstrap/_print.scss */
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 24, Content/bootstrap/_print.scss */
  a:not(.btn):not(#tg-dialog-prev-btn):not(#tg-dialog-next-btn) {
    text-decoration: underline;
  }
  /* line 34, Content/bootstrap/_print.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 49, Content/bootstrap/_print.scss */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 52, Content/bootstrap/_print.scss */
  pre,
blockquote {
    border: 1px solid #a0a9ba;
    page-break-inside: avoid;
  }
  /* line 63, Content/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }
  /* line 67, Content/bootstrap/_print.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 72, Content/bootstrap/_print.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 79, Content/bootstrap/_print.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  /* line 92, Content/bootstrap/_print.scss */
  body {
    min-width: 992px !important;
  }
  /* line 95, Content/bootstrap/_print.scss */
  .container {
    min-width: 992px !important;
  }
  /* line 100, Content/bootstrap/_print.scss */
  .navbar {
    display: none;
  }
  /* line 103, Content/bootstrap/_print.scss */
  .badge, .select2-results__message {
    border: 1px solid #000;
  }
  /* line 107, Content/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 110, Content/bootstrap/_print.scss */
  .table td,
.table th {
    background-color: #ffffff !important;
  }
  /* line 117, Content/bootstrap/_print.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  /* line 123, Content/bootstrap/_print.scss */
  .table-dark {
    color: inherit;
  }
  /* line 126, Content/bootstrap/_print.scss */
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  /* line 134, Content/bootstrap/_print.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/* line 7, Content/ht-theme/components/card/_card.scss */
.card {
  margin-bottom: 2.286rem;
}

/* line 2, Content/ht-theme/components/card/_card.scss */
.card .card {
  box-shadow: 0 12px 24px 0 rgba(56, 96, 165, 0.15);
}

/* line 15, Content/ht-theme/components/card/_card.scss */
.card-header {
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: normal;
}

/* line 23, Content/ht-theme/components/card/_card.scss */
.card-title {
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 1.9985rem;
}

/* line 31, Content/ht-theme/components/card/_card.scss */
.card-body .list--text {
  padding-left: 1.214rem;
}

/* line 34, Content/ht-theme/components/card/_card.scss */
.card-body .list--text li {
  padding-left: .75rem;
}

/* line 44, Content/ht-theme/components/card/_card.scss */
.card .table.full-table thead th {
  background-color: rgba(0, 180, 227, 0.08);
}

/* line 49, Content/ht-theme/components/card/_card.scss */
.card .table.full-table th, .card .table.full-table td {
  padding: 0.75rem;
}

/* line 56, Content/ht-theme/components/card/_card.scss */
.card-footer-overlay {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  width: 100%;
  padding: 6px 12px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  font-size: 0.875rem;
  line-height: 1.5;
  overflow: hidden;
}

/* line 73, Content/ht-theme/components/card/_card.scss */
.card-selected {
  border: 4px solid #00b4e3 !important;
  border-radius: 8px;
}

/* line 78, Content/ht-theme/components/card/_card.scss */
.card-deselected {
  border: 4px solid #f3f7fd !important;
  border-radius: 8px;
}

/* line 83, Content/ht-theme/components/card/_card.scss */
.card-footer-overlay-selected {
  border-bottom: 4px solid #00b4e3 !important;
  border-left: 4px solid #00b4e3 !important;
  border-right: 4px solid #00b4e3 !important;
}

/* line 89, Content/ht-theme/components/card/_card.scss */
.card-footer-overlay-deselected {
  border-bottom: 4px solid #f3f7fd !important;
  border-left: 4px solid #f3f7fd !important;
  border-right: 4px solid #f3f7fd !important;
}

/* line 95, Content/ht-theme/components/card/_card.scss */
.pnl-overflow-visible .card {
  overflow: visible;
}

/* line 99, Content/ht-theme/components/card/_card.scss */
.pnl-overflow-visible .card .card-header:first-child {
  border-radius: 0.571rem 0.571rem 0 0;
}

/* card expand-collapse-button*/
/* line 4, Content/ht-theme/components/card/_expand-collapse-button.scss */
.card .card-header a.expand-collapse-button, .card .card-header a.noexpand-collapse-button {
  font-weight: bold;
}

/* line 11, Content/ht-theme/components/card/_expand-collapse-button.scss */
a.expand-collapse-button, a.expand-collapse-button:active, a.noexpand-collapse-button, a.noexpand-collapse-button:active {
  /*width: 100%;*/
  display: block;
  cursor: pointer;
  text-decoration: none;
}

/* line 20, Content/ht-theme/components/card/_expand-collapse-button.scss */
a.expand-collapse-button, a.expand-collapse-button:active {
  overflow: hidden;
  padding-left: 1.614rem;
  position: relative;
}

/* line 27, Content/ht-theme/components/card/_expand-collapse-button.scss */
a.expand-collapse-button:hover, a.noexpand-collapse-button:hover {
  text-decoration: none;
}

/* line 33, Content/ht-theme/components/card/_expand-collapse-button.scss */
.expand-collapse-button:before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 1.614rem;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
  content: "expand_more";
  vertical-align: middle;
  font-weight: bold;
  min-width: 1.614rem;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 44, Content/ht-theme/components/card/_expand-collapse-button.scss */
.expand-collapse-button.collapsed:before {
  /*symbol for "collapsed" panels */
  content: "chevron_right";
  min-width: 1.614rem;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 54, Content/ht-theme/components/card/_expand-collapse-button.scss */
.expand-collapse-button.expand-collapse-button--after:before {
  display: none;
}

/* line 58, Content/ht-theme/components/card/_expand-collapse-button.scss */
.expand-collapse-button.expand-collapse-button--after.collapsed:before {
  display: none;
}

/* line 62, Content/ht-theme/components/card/_expand-collapse-button.scss */
.expand-collapse-button.expand-collapse-button--after, .expand-collapse-button.expand-collapse-button--after:active {
  padding-left: 0;
}

/* line 66, Content/ht-theme/components/card/_expand-collapse-button.scss */
.expand-collapse-button.expand-collapse-button--after:after {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 1.614rem;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
  content: "expand_more";
  vertical-align: middle;
  font-weight: bold;
  min-width: 1.614rem;
  /*position: absolute;
            left: 0;
            top: 0;*/
}

/* line 77, Content/ht-theme/components/card/_expand-collapse-button.scss */
.expand-collapse-button.expand-collapse-button--after.collapsed:after {
  /*symbol for "collapsed" panels */
  content: "chevron_right";
  min-width: 1.614rem;
  /*  position: absolute;
            left: 0;
            top: 0;*/
}

/*hide expand-collapse from large browsers*/
@media (min-width: 1200px) {
  /*or 992px if you just want it to affect the md/lg devices*/
  /* line 94, Content/ht-theme/components/card/_expand-collapse-button.scss */
  .collapse-md-only > .collapsing {
    height: auto !important;
  }
  /* line 101, Content/ht-theme/components/card/_expand-collapse-button.scss */
  .collapse-md-only > .collapse {
    height: auto !important;
    display: block;
  }
  /* line 106, Content/ht-theme/components/card/_expand-collapse-button.scss */
  .collapse-md-only > .custom-expando-field-panel > .collapse {
    display: none;
  }
  /* line 109, Content/ht-theme/components/card/_expand-collapse-button.scss */
  .collapse-md-only > .custom-expando-field-panel > .collapse.show {
    display: block;
  }
  /* line 115, Content/ht-theme/components/card/_expand-collapse-button.scss */
  .collapse-md-only .expand-collapse-button {
    cursor: default;
  }
  /* line 119, Content/ht-theme/components/card/_expand-collapse-button.scss */
  .collapse-md-only .custom-expando-field-panel .expand-collapse-button {
    cursor: pointer;
  }
  /* line 122, Content/ht-theme/components/card/_expand-collapse-button.scss */
  .collapse-md-only .custom-expando-field-panel .expand-collapse-button:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 1.614rem;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    content: "expand_more";
    vertical-align: middle;
    font-weight: bold;
    min-width: 1.614rem;
  }
  /* line 130, Content/ht-theme/components/card/_expand-collapse-button.scss */
  .collapse-md-only .custom-expando-field-panel .expand-collapse-button.collapsed:before {
    content: "chevron_right";
    min-width: 1.614rem;
  }
  /* line 136, Content/ht-theme/components/card/_expand-collapse-button.scss */
  .collapse-md-only > .card-header > .expand-collapse-button {
    padding-left: 0;
  }
  /* line 139, Content/ht-theme/components/card/_expand-collapse-button.scss */
  .collapse-md-only > .card-header > .expand-collapse-button:before {
    content: "";
    min-width: 0rem;
  }
  /* line 145, Content/ht-theme/components/card/_expand-collapse-button.scss */
  .collapse-md-only > .card-header > .expand-collapse-button.collapsed {
    padding-left: 0;
  }
  /* line 148, Content/ht-theme/components/card/_expand-collapse-button.scss */
  .collapse-md-only > .card-header > .expand-collapse-button.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "";
    min-width: 0rem;
  }
}

@media (min-width: 768px) {
  /*custom-expando-field-panel*/
  /* line 7, Content/ht-theme/components/card/_custom-expando-field-panel.scss */
  .collapse-md-only > .custom-expando-field-panel > .collapse {
    display: none;
  }
  /* line 11, Content/ht-theme/components/card/_custom-expando-field-panel.scss */
  .collapse-md-only > .custom-expando-field-panel > .collapse.show {
    display: block;
  }
  /* line 15, Content/ht-theme/components/card/_custom-expando-field-panel.scss */
  .collapse-md-only .custom-expando-field-panel .expand-collapse-button {
    /*dont apply to custom field expando panel*/
    cursor: pointer;
  }
  /* line 20, Content/ht-theme/components/card/_custom-expando-field-panel.scss */
  .collapse-md-only .custom-expando-field-panel .expand-collapse-button:before {
    /*dont apply to custom field expando panel*/
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 1.614rem;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    content: "expand_more";
    vertical-align: middle;
    font-weight: bold;
    min-width: 1.614rem;
  }
  /* line 29, Content/ht-theme/components/card/_custom-expando-field-panel.scss */
  .collapse-md-only .custom-expando-field-panel .expand-collapse-button.collapsed:before {
    /*dont apply to custom field expando panel*/
    /* symbol for "collapsed" panels */
    content: "chevron_right";
    /* adjust as needed, taken from bootstrap.css */
    min-width: 1.614rem;
  }
}

/* line 2, Content/ht-theme/components/card/_card-plain.scss */
.card.card-plain {
  background-color: inherit;
  box-shadow: none;
  border: none;
}

/* line 7, Content/ht-theme/components/card/_card-plain.scss */
.card.card-plain .card-header {
  padding: 0.25rem 0rem 0.25rem 0rem;
  background-color: #ffffff;
  border: none;
}

/* line 13, Content/ht-theme/components/card/_card-plain.scss */
.card.card-plain .card-body {
  padding: 0.25rem 1.614rem 0.25rem 1.614rem;
  background-color: inherit;
  border: none;
}

/*.card.card-plain.white-panel {
    background-color: $card-bg;
}*/
/*.card-plain .card-header, .card-plain .card-body {
    padding-left: 0px;
    background-color: inherit;
    border: none;
}*/
/* line 1, Content/ht-theme/components/card/_teaser-toggle.scss */
.teaser {
  display: none;
}

/* line 9, Content/ht-theme/components/card/_teaser-toggle.scss */
.collapsed .teaser {
  display: inline-block;
  word-break: break-word;
}

/* line 14, Content/ht-theme/components/card/_teaser-toggle.scss */
.collapsed .teaser-toggle {
  display: none;
}

/*filter-panel panel-collapse imported from your style.css*/
/* line 2, Content/ht-theme/components/card/_filter-panel.scss */
.filter-panel {
  /*max-height: 255px;
    overflow: hidden;*/
  /*.card-body {
        max-height: 235px;
        overflow: auto;
    }*/
}

/* line 6, Content/ht-theme/components/card/_filter-panel.scss */
.filter-panel .panel-collapse {
  position: relative;
  padding-bottom: 10px;
  max-height: 235px;
  overflow: auto;
}

/* line 1, Content/ht-theme/components/breadcrumb/_breadcrumb.scss */
.breadcrumb {
  display: block;
  border-bottom: solid 1px rgba(97, 97, 97, 0.17);
  padding-left: 0rem;
  padding-right: 0;
  margin-bottom: 1.5rem;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 2.58rem;
  letter-spacing: -1px;
  padding-top: 1rem;
  padding-bottom: 0.929rem;
  border-radius: 0rem;
  background-color: #f3f7fd;
}

/* line 16, Content/ht-theme/components/breadcrumb/_breadcrumb.scss */
.breadcrumb .breadcrumb-blurb {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 85%;
}

/* line 22, Content/ht-theme/components/breadcrumb/_breadcrumb.scss */
.breadcrumb .breadcrumb-blurb a {
  font-size: 1.5rem;
  font-weight: 600;
  color: #3e526e;
}

/* line 28, Content/ht-theme/components/breadcrumb/_breadcrumb.scss */
.breadcrumb .breadcrumb-blurb p, .breadcrumb .breadcrumb-blurb a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 85%;
  margin-bottom: 0px;
}

/* line 38, Content/ht-theme/components/breadcrumb/_breadcrumb.scss */
.breadcrumb-back {
  margin-right: 1rem;
  padding-left: 0.85rem;
  padding-right: 1rem;
}

/* line 15, Content/ht-theme/components/button/_button.scss */
.btn-primary, #tg-dialog-next-btn {
  color: #ffffff;
  background-color: #00b4e3;
  border-color: #00b4e3;
  text-transform: uppercase;
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.btn-primary:hover, #tg-dialog-next-btn:hover {
  color: #212529;
  background-color: #0dcdff;
  border-color: #0dcdff;
}

/* line 18, Content/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, #tg-dialog-next-btn:focus, .btn-primary.focus, #tg-dialog-next-btn.focus {
  color: #212529;
  background-color: #0dcdff;
  border-color: #0dcdff;
  box-shadow: 0 0 0 0 rgba(38, 191, 231, 0.5);
}

/* line 32, Content/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled, #tg-dialog-next-btn.disabled, .btn-primary:disabled, #tg-dialog-next-btn:disabled {
  color: #ffffff;
  background-color: #00b4e3;
  border-color: #00b4e3;
}

/* line 43, Content/bootstrap/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active, #tg-dialog-next-btn:not(:disabled):not(.disabled):active, .btn-primary.active:not(:disabled):not(.disabled), #tg-dialog-next-btn.active:not(:disabled):not(.disabled), .show > .btn-primary.dropdown-toggle, .show > #tg-dialog-next-btn.dropdown-toggle {
  color: #212529;
  background-color: #17cfff;
  border-color: #24d2ff;
}

/* line 53, Content/bootstrap/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active:focus, #tg-dialog-next-btn:not(:disabled):not(.disabled):active:focus, .btn-primary.active:not(:disabled):not(.disabled):focus, #tg-dialog-next-btn.active:not(:disabled):not(.disabled):focus, .show > .btn-primary.dropdown-toggle:focus, .show > #tg-dialog-next-btn.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(38, 191, 231, 0.5);
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.btn-primary:hover, #tg-dialog-next-btn:hover {
  color: #ffffff;
}

/* line 6, Content/ht-theme/components/button/_button.scss */
.btn-primary.disabled, #tg-dialog-next-btn.disabled, .btn-primary:disabled, #tg-dialog-next-btn:disabled {
  background-color: rgba(62, 82, 110, 0.08);
  border-color: rgba(62, 82, 110, 0.08);
  color: #a0a9ba;
}

/* line 25, Content/ht-theme/components/button/_button.scss */
.btn-primary:focus, #tg-dialog-next-btn:focus, .btn-primary.focus, #tg-dialog-next-btn.focus {
  color: #ffffff;
}

/* line 30, Content/ht-theme/components/button/_button.scss */
.btn-primary:not(:disabled):not(.disabled):active, #tg-dialog-next-btn:not(:disabled):not(.disabled):active, .btn-primary.active:not(:disabled):not(.disabled), #tg-dialog-next-btn.active:not(:disabled):not(.disabled), .show > .btn-primary.dropdown-toggle, .show > #tg-dialog-next-btn.dropdown-toggle {
  color: #ffffff;
}

/* line 15, Content/ht-theme/components/button/_button.scss */
.btn-secondary {
  color: #ffffff;
  background-color: #3e526e;
  border-color: #3e526e;
  text-transform: uppercase;
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.btn-secondary:hover {
  color: #ffffff;
  background-color: #4d6588;
  border-color: #4d6588;
}

/* line 18, Content/bootstrap/mixins/_buttons.scss */
.btn-secondary:focus, .btn-secondary.focus {
  color: #ffffff;
  background-color: #4d6588;
  border-color: #4d6588;
  box-shadow: 0 0 0 0 rgba(91, 108, 132, 0.5);
}

/* line 32, Content/bootstrap/mixins/_buttons.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #ffffff;
  background-color: #3e526e;
  border-color: #3e526e;
}

/* line 43, Content/bootstrap/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary.active:not(:disabled):not(.disabled), .show > .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #506a8f;
  border-color: #557097;
}

/* line 53, Content/bootstrap/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(91, 108, 132, 0.5);
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.btn-secondary:hover {
  color: #ffffff;
}

/* line 6, Content/ht-theme/components/button/_button.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: rgba(62, 82, 110, 0.08);
  border-color: rgba(62, 82, 110, 0.08);
  color: #a0a9ba;
}

/* line 25, Content/ht-theme/components/button/_button.scss */
.btn-secondary:focus, .btn-secondary.focus {
  color: #ffffff;
}

/* line 30, Content/ht-theme/components/button/_button.scss */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary.active:not(:disabled):not(.disabled), .show > .btn-secondary.dropdown-toggle {
  color: #ffffff;
}

/* line 15, Content/ht-theme/components/button/_button.scss */
.btn-success {
  color: #ffffff;
  background-color: #36b37e;
  border-color: #36b37e;
  text-transform: uppercase;
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.btn-success:hover {
  color: #212529;
  background-color: #4ac893;
  border-color: #4ac893;
}

/* line 18, Content/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #212529;
  background-color: #4ac893;
  border-color: #4ac893;
  box-shadow: 0 0 0 0 rgba(84, 190, 145, 0.5);
}

/* line 32, Content/bootstrap/mixins/_buttons.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #ffffff;
  background-color: #36b37e;
  border-color: #36b37e;
}

/* line 43, Content/bootstrap/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active, .btn-success.active:not(:disabled):not(.disabled), .show > .btn-success.dropdown-toggle {
  color: #212529;
  background-color: #51cb97;
  border-color: #5bce9d;
}

/* line 53, Content/bootstrap/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success.active:not(:disabled):not(.disabled):focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(84, 190, 145, 0.5);
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.btn-success:hover {
  color: #ffffff;
}

/* line 6, Content/ht-theme/components/button/_button.scss */
.btn-success.disabled, .btn-success:disabled {
  background-color: rgba(62, 82, 110, 0.08);
  border-color: rgba(62, 82, 110, 0.08);
  color: #a0a9ba;
}

/* line 25, Content/ht-theme/components/button/_button.scss */
.btn-success:focus, .btn-success.focus {
  color: #ffffff;
}

/* line 30, Content/ht-theme/components/button/_button.scss */
.btn-success:not(:disabled):not(.disabled):active, .btn-success.active:not(:disabled):not(.disabled), .show > .btn-success.dropdown-toggle {
  color: #ffffff;
}

/* line 15, Content/ht-theme/components/button/_button.scss */
.btn-info {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
  text-transform: uppercase;
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.btn-info:hover {
  color: #ffffff;
  background-color: #1cc2dc;
  border-color: #1cc2dc;
}

/* line 18, Content/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #ffffff;
  background-color: #1cc2dc;
  border-color: #1cc2dc;
  box-shadow: 0 0 0 0 rgba(58, 176, 195, 0.5);
}

/* line 32, Content/bootstrap/mixins/_buttons.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 43, Content/bootstrap/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active, .btn-info.active:not(:disabled):not(.disabled), .show > .btn-info.dropdown-toggle {
  color: #212529;
  background-color: #1fc8e3;
  border-color: #2acbe4;
}

/* line 53, Content/bootstrap/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info.active:not(:disabled):not(.disabled):focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(58, 176, 195, 0.5);
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.btn-info:hover {
  color: #ffffff;
}

/* line 6, Content/ht-theme/components/button/_button.scss */
.btn-info.disabled, .btn-info:disabled {
  background-color: rgba(62, 82, 110, 0.08);
  border-color: rgba(62, 82, 110, 0.08);
  color: #a0a9ba;
}

/* line 25, Content/ht-theme/components/button/_button.scss */
.btn-info:focus, .btn-info.focus {
  color: #ffffff;
}

/* line 30, Content/ht-theme/components/button/_button.scss */
.btn-info:not(:disabled):not(.disabled):active, .btn-info.active:not(:disabled):not(.disabled), .show > .btn-info.dropdown-toggle {
  color: #ffffff;
}

/* line 15, Content/ht-theme/components/button/_button.scss */
.btn-warning {
  color: #212529;
  background-color: #ff8940;
  border-color: #ff8940;
  text-transform: uppercase;
  color: #ffffff;
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.btn-warning:hover {
  color: #212529;
  background-color: #ffa269;
  border-color: #ffa269;
}

/* line 18, Content/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #ffa269;
  border-color: #ffa269;
  box-shadow: 0 0 0 0 rgba(222, 122, 61, 0.5);
}

/* line 32, Content/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ff8940;
  border-color: #ff8940;
}

/* line 43, Content/bootstrap/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning.active:not(:disabled):not(.disabled), .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffa973;
  border-color: #ffb080;
}

/* line 53, Content/bootstrap/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(222, 122, 61, 0.5);
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.btn-warning:hover {
  color: #212529;
}

/* line 6, Content/ht-theme/components/button/_button.scss */
.btn-warning.disabled, .btn-warning:disabled {
  background-color: rgba(62, 82, 110, 0.08);
  border-color: rgba(62, 82, 110, 0.08);
  color: #a0a9ba;
}

/* line 25, Content/ht-theme/components/button/_button.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
}

/* line 30, Content/ht-theme/components/button/_button.scss */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning.active:not(:disabled):not(.disabled), .show > .btn-warning.dropdown-toggle {
  color: #212529;
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.btn-warning:hover {
  color: #ffffff;
}

/* line 43, Content/ht-theme/components/button/_button.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #ffffff;
}

/* line 48, Content/ht-theme/components/button/_button.scss */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning.active:not(:disabled):not(.disabled), .show > .btn-warning.dropdown-toggle {
  color: #ffffff;
}

/* line 15, Content/ht-theme/components/button/_button.scss */
.btn-danger {
  color: #ffffff;
  background-color: #ff003c;
  border-color: #ff003c;
  text-transform: uppercase;
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.btn-danger:hover {
  color: #ffffff;
  background-color: #ff295b;
  border-color: #ff295b;
}

/* line 18, Content/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #ffffff;
  background-color: #ff295b;
  border-color: #ff295b;
  box-shadow: 0 0 0 0 rgba(255, 38, 89, 0.5);
}

/* line 32, Content/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #ffffff;
  background-color: #ff003c;
  border-color: #ff003c;
}

/* line 43, Content/bootstrap/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger.active:not(:disabled):not(.disabled), .show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #ff3363;
  border-color: #ff406d;
}

/* line 53, Content/bootstrap/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 38, 89, 0.5);
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.btn-danger:hover {
  color: #ffffff;
}

/* line 6, Content/ht-theme/components/button/_button.scss */
.btn-danger.disabled, .btn-danger:disabled {
  background-color: rgba(62, 82, 110, 0.08);
  border-color: rgba(62, 82, 110, 0.08);
  color: #a0a9ba;
}

/* line 25, Content/ht-theme/components/button/_button.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #ffffff;
}

/* line 30, Content/ht-theme/components/button/_button.scss */
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger.active:not(:disabled):not(.disabled), .show > .btn-danger.dropdown-toggle {
  color: #ffffff;
}

/* line 15, Content/ht-theme/components/button/_button.scss */
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  text-transform: uppercase;
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.btn-light:hover {
  color: #212529;
  background-color: white;
  border-color: white;
}

/* line 18, Content/bootstrap/mixins/_buttons.scss */
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: white;
  border-color: white;
  box-shadow: 0 0 0 0 rgba(216, 217, 219, 0.5);
}

/* line 32, Content/bootstrap/mixins/_buttons.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 43, Content/bootstrap/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light.active:not(:disabled):not(.disabled), .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: white;
  border-color: white;
}

/* line 53, Content/bootstrap/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light.active:not(:disabled):not(.disabled):focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(216, 217, 219, 0.5);
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.btn-light:hover {
  color: #212529;
}

/* line 6, Content/ht-theme/components/button/_button.scss */
.btn-light.disabled, .btn-light:disabled {
  background-color: rgba(62, 82, 110, 0.08);
  border-color: rgba(62, 82, 110, 0.08);
  color: #a0a9ba;
}

/* line 25, Content/ht-theme/components/button/_button.scss */
.btn-light:focus, .btn-light.focus {
  color: #212529;
}

/* line 30, Content/ht-theme/components/button/_button.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light.active:not(:disabled):not(.disabled), .show > .btn-light.dropdown-toggle {
  color: #212529;
}

/* line 15, Content/ht-theme/components/button/_button.scss */
.btn-dark {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
  text-transform: uppercase;
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.btn-dark:hover {
  color: #ffffff;
  background-color: #464e57;
  border-color: #464e57;
}

/* line 18, Content/bootstrap/mixins/_buttons.scss */
.btn-dark:focus, .btn-dark.focus {
  color: #ffffff;
  background-color: #464e57;
  border-color: #464e57;
  box-shadow: 0 0 0 0 rgba(82, 88, 93, 0.5);
}

/* line 32, Content/bootstrap/mixins/_buttons.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 43, Content/bootstrap/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark.active:not(:disabled):not(.disabled), .show > .btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #4b545c;
  border-color: #515a63;
}

/* line 53, Content/bootstrap/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(82, 88, 93, 0.5);
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.btn-dark:hover {
  color: #ffffff;
}

/* line 6, Content/ht-theme/components/button/_button.scss */
.btn-dark.disabled, .btn-dark:disabled {
  background-color: rgba(62, 82, 110, 0.08);
  border-color: rgba(62, 82, 110, 0.08);
  color: #a0a9ba;
}

/* line 25, Content/ht-theme/components/button/_button.scss */
.btn-dark:focus, .btn-dark.focus {
  color: #ffffff;
}

/* line 30, Content/ht-theme/components/button/_button.scss */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark.active:not(:disabled):not(.disabled), .show > .btn-dark.dropdown-toggle {
  color: #ffffff;
}

/* line 58, Content/ht-theme/components/button/_button.scss */
.btn-outline-primary, #tg-dialog-prev-btn {
  color: #00b4e3;
  border-color: #00b4e3;
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.btn-outline-primary:hover, #tg-dialog-prev-btn:hover {
  color: #00b4e3;
  background-color: rgba(0, 180, 227, 0.08);
  border-color: #00b4e3;
}

/* line 74, Content/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:focus, #tg-dialog-prev-btn:focus, .btn-outline-primary.focus, #tg-dialog-prev-btn.focus {
  box-shadow: 0 0 0 0 rgba(0, 180, 227, 0.5);
}

/* line 79, Content/bootstrap/mixins/_buttons.scss */
.btn-outline-primary.disabled, #tg-dialog-prev-btn.disabled, .btn-outline-primary:disabled, #tg-dialog-prev-btn:disabled {
  color: #00b4e3;
  background-color: transparent;
}

/* line 85, Content/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active, #tg-dialog-prev-btn:not(:disabled):not(.disabled):active, .btn-outline-primary.active:not(:disabled):not(.disabled), #tg-dialog-prev-btn.active:not(:disabled):not(.disabled), .show > .btn-outline-primary.dropdown-toggle, .show > #tg-dialog-prev-btn.dropdown-toggle {
  color: #ffffff;
  background-color: rgba(0, 180, 227, 0.08);
  border-color: #00b4e3;
}

/* line 92, Content/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, #tg-dialog-prev-btn:not(:disabled):not(.disabled):active:focus, .btn-outline-primary.active:not(:disabled):not(.disabled):focus, #tg-dialog-prev-btn.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-primary.dropdown-toggle:focus, .show > #tg-dialog-prev-btn.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(0, 180, 227, 0.5);
}

/* line 6, Content/ht-theme/components/button/_button.scss */
.btn-outline-primary.disabled, #tg-dialog-prev-btn.disabled, .btn-outline-primary:disabled, #tg-dialog-prev-btn:disabled {
  background-color: rgba(62, 82, 110, 0.08);
  border-color: rgba(62, 82, 110, 0.08);
  color: #a0a9ba;
}

/* line 80, Content/ht-theme/components/button/_button.scss */
.btn-outline-primary:focus, #tg-dialog-prev-btn:focus, .btn-outline-primary.focus, #tg-dialog-prev-btn.focus {
  color: #00b4e3;
}

/* line 85, Content/ht-theme/components/button/_button.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active, #tg-dialog-prev-btn:not(:disabled):not(.disabled):active, .btn-outline-primary.active:not(:disabled):not(.disabled), #tg-dialog-prev-btn.active:not(:disabled):not(.disabled), .show > .btn-outline-primary.dropdown-toggle, .show > #tg-dialog-prev-btn.dropdown-toggle {
  color: #00b4e3;
}

/* line 58, Content/ht-theme/components/button/_button.scss */
.btn-outline-secondary {
  color: #3e526e;
  border-color: #3e526e;
  border-color: #a9b9cf;
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.btn-outline-secondary:hover {
  color: #3e526e;
  background-color: rgba(62, 82, 110, 0.08);
  border-color: #3e526e;
}

/* line 74, Content/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(62, 82, 110, 0.5);
}

/* line 79, Content/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #3e526e;
  background-color: transparent;
}

/* line 85, Content/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary.active:not(:disabled):not(.disabled), .show > .btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: rgba(62, 82, 110, 0.08);
  border-color: #3e526e;
}

/* line 92, Content/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(62, 82, 110, 0.5);
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.btn-outline-secondary:hover {
  border-color: #a9b9cf;
}

/* line 71, Content/ht-theme/components/button/_button.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary.active:not(:disabled):not(.disabled), .show > .btn-outline-secondary.dropdown-toggle {
  border-color: #a9b9cf;
}

/* line 6, Content/ht-theme/components/button/_button.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  background-color: rgba(62, 82, 110, 0.08);
  border-color: rgba(62, 82, 110, 0.08);
  color: #a0a9ba;
}

/* line 80, Content/ht-theme/components/button/_button.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  color: #3e526e;
}

/* line 85, Content/ht-theme/components/button/_button.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary.active:not(:disabled):not(.disabled), .show > .btn-outline-secondary.dropdown-toggle {
  color: #3e526e;
}

/* line 58, Content/ht-theme/components/button/_button.scss */
.btn-outline-success {
  color: #36b37e;
  border-color: #36b37e;
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.btn-outline-success:hover {
  color: #36b37e;
  background-color: rgba(54, 179, 126, 0.08);
  border-color: #36b37e;
}

/* line 74, Content/bootstrap/mixins/_buttons.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(54, 179, 126, 0.5);
}

/* line 79, Content/bootstrap/mixins/_buttons.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #36b37e;
  background-color: transparent;
}

/* line 85, Content/bootstrap/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success.active:not(:disabled):not(.disabled), .show > .btn-outline-success.dropdown-toggle {
  color: #ffffff;
  background-color: rgba(54, 179, 126, 0.08);
  border-color: #36b37e;
}

/* line 92, Content/bootstrap/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(54, 179, 126, 0.5);
}

/* line 6, Content/ht-theme/components/button/_button.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  background-color: rgba(62, 82, 110, 0.08);
  border-color: rgba(62, 82, 110, 0.08);
  color: #a0a9ba;
}

/* line 80, Content/ht-theme/components/button/_button.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  color: #36b37e;
}

/* line 85, Content/ht-theme/components/button/_button.scss */
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success.active:not(:disabled):not(.disabled), .show > .btn-outline-success.dropdown-toggle {
  color: #36b37e;
}

/* line 58, Content/ht-theme/components/button/_button.scss */
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.btn-outline-info:hover {
  color: #17a2b8;
  background-color: rgba(23, 162, 184, 0.08);
  border-color: #17a2b8;
}

/* line 74, Content/bootstrap/mixins/_buttons.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}

/* line 79, Content/bootstrap/mixins/_buttons.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

/* line 85, Content/bootstrap/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info.active:not(:disabled):not(.disabled), .show > .btn-outline-info.dropdown-toggle {
  color: #ffffff;
  background-color: rgba(23, 162, 184, 0.08);
  border-color: #17a2b8;
}

/* line 92, Content/bootstrap/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}

/* line 6, Content/ht-theme/components/button/_button.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  background-color: rgba(62, 82, 110, 0.08);
  border-color: rgba(62, 82, 110, 0.08);
  color: #a0a9ba;
}

/* line 80, Content/ht-theme/components/button/_button.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  color: #17a2b8;
}

/* line 85, Content/ht-theme/components/button/_button.scss */
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info.active:not(:disabled):not(.disabled), .show > .btn-outline-info.dropdown-toggle {
  color: #17a2b8;
}

/* line 58, Content/ht-theme/components/button/_button.scss */
.btn-outline-warning {
  color: #ff8940;
  border-color: #ff8940;
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.btn-outline-warning:hover {
  color: #ff8940;
  background-color: rgba(255, 137, 64, 0.08);
  border-color: #ff8940;
}

/* line 74, Content/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(255, 137, 64, 0.5);
}

/* line 79, Content/bootstrap/mixins/_buttons.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ff8940;
  background-color: transparent;
}

/* line 85, Content/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning.active:not(:disabled):not(.disabled), .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: rgba(255, 137, 64, 0.08);
  border-color: #ff8940;
}

/* line 92, Content/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 137, 64, 0.5);
}

/* line 6, Content/ht-theme/components/button/_button.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  background-color: rgba(62, 82, 110, 0.08);
  border-color: rgba(62, 82, 110, 0.08);
  color: #a0a9ba;
}

/* line 80, Content/ht-theme/components/button/_button.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  color: #ff8940;
}

/* line 85, Content/ht-theme/components/button/_button.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning.active:not(:disabled):not(.disabled), .show > .btn-outline-warning.dropdown-toggle {
  color: #ff8940;
}

/* line 58, Content/ht-theme/components/button/_button.scss */
.btn-outline-danger {
  color: #ff003c;
  border-color: #ff003c;
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.btn-outline-danger:hover {
  color: #ff003c;
  background-color: rgba(255, 0, 60, 0.08);
  border-color: #ff003c;
}

/* line 74, Content/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(255, 0, 60, 0.5);
}

/* line 79, Content/bootstrap/mixins/_buttons.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #ff003c;
  background-color: transparent;
}

/* line 85, Content/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger.active:not(:disabled):not(.disabled), .show > .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: rgba(255, 0, 60, 0.08);
  border-color: #ff003c;
}

/* line 92, Content/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 0, 60, 0.5);
}

/* line 6, Content/ht-theme/components/button/_button.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  background-color: rgba(62, 82, 110, 0.08);
  border-color: rgba(62, 82, 110, 0.08);
  color: #a0a9ba;
}

/* line 80, Content/ht-theme/components/button/_button.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  color: #ff003c;
}

/* line 85, Content/ht-theme/components/button/_button.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger.active:not(:disabled):not(.disabled), .show > .btn-outline-danger.dropdown-toggle {
  color: #ff003c;
}

/* line 58, Content/ht-theme/components/button/_button.scss */
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.btn-outline-light:hover {
  color: #f8f9fa;
  background-color: rgba(248, 249, 250, 0.08);
  border-color: #f8f9fa;
}

/* line 74, Content/bootstrap/mixins/_buttons.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
}

/* line 79, Content/bootstrap/mixins/_buttons.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

/* line 85, Content/bootstrap/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light.active:not(:disabled):not(.disabled), .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: rgba(248, 249, 250, 0.08);
  border-color: #f8f9fa;
}

/* line 92, Content/bootstrap/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
}

/* line 6, Content/ht-theme/components/button/_button.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  background-color: rgba(62, 82, 110, 0.08);
  border-color: rgba(62, 82, 110, 0.08);
  color: #a0a9ba;
}

/* line 80, Content/ht-theme/components/button/_button.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  color: #f8f9fa;
}

/* line 85, Content/ht-theme/components/button/_button.scss */
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light.active:not(:disabled):not(.disabled), .show > .btn-outline-light.dropdown-toggle {
  color: #f8f9fa;
}

/* line 58, Content/ht-theme/components/button/_button.scss */
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.btn-outline-dark:hover {
  color: #343a40;
  background-color: rgba(52, 58, 64, 0.08);
  border-color: #343a40;
}

/* line 74, Content/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
}

/* line 79, Content/bootstrap/mixins/_buttons.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

/* line 85, Content/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark.active:not(:disabled):not(.disabled), .show > .btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  background-color: rgba(52, 58, 64, 0.08);
  border-color: #343a40;
}

/* line 92, Content/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
}

/* line 6, Content/ht-theme/components/button/_button.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  background-color: rgba(62, 82, 110, 0.08);
  border-color: rgba(62, 82, 110, 0.08);
  color: #a0a9ba;
}

/* line 80, Content/ht-theme/components/button/_button.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  color: #343a40;
}

/* line 85, Content/ht-theme/components/button/_button.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark.active:not(:disabled):not(.disabled), .show > .btn-outline-dark.dropdown-toggle {
  color: #343a40;
}

/* line 94, Content/ht-theme/components/button/_button.scss */
.btn.btn-outline-primary, #tg-dialog-prev-btn, #tg-dialog-next-btn.btn-outline-primary,
.btn.btn-outline-danger,
#tg-dialog-next-btn.btn-outline-danger,
.btn.btn-outline-success,
#tg-dialog-next-btn.btn-outline-success {
  text-transform: uppercase;
}

/* line 100, Content/ht-theme/components/button/_button.scss */
.btn, #tg-dialog-prev-btn, #tg-dialog-next-btn {
  white-space: nowrap;
}

/* line 101, Content/ht-theme/components/button/_button.scss */
.btn > *, #tg-dialog-prev-btn > *, #tg-dialog-next-btn > * {
  vertical-align: middle;
}

/* line 107, Content/ht-theme/components/button/_button.scss */
.btn > .material-icons, #tg-dialog-prev-btn > .material-icons, #tg-dialog-next-btn > .material-icons, .btn > .material-icons-outlined, #tg-dialog-prev-btn > .material-icons-outlined, #tg-dialog-next-btn > .material-icons-outlined, .btn > .fa, #tg-dialog-prev-btn > .fa, #tg-dialog-next-btn > .fa {
  /*padding-right: 0.25rem;*/
}

/* line 111, Content/ht-theme/components/button/_button.scss */
.btn .btn-inline-text, #tg-dialog-prev-btn .btn-inline-text, #tg-dialog-next-btn .btn-inline-text {
  line-height: 1;
}

/* line 116, Content/ht-theme/components/button/_button.scss */
.btn-long-text {
  display: inline-flex;
  text-align: left;
  white-space: normal;
}

/* line 121, Content/ht-theme/components/button/_button.scss */
.btn-long-text .material-icons, .btn-long-text .material-icons-outlined {
  padding-right: 0.25rem;
}

/* line 126, Content/ht-theme/components/button/_button.scss */
.badge-top-right-notification-filters {
  position: relative;
  vertical-align: top;
  margin-left: 0;
  padding: 0.25rem 0.393rem;
  right: 0;
  top: 0;
}

/* line 135, Content/ht-theme/components/button/_button.scss */
.diary-filter-button {
  padding-right: 20px;
}

/* line 138, Content/ht-theme/components/button/_button.scss */
.diary-filter-button:hover + .span-close-button {
  background-color: #0dcdff;
  color: #ffffff;
}

/* line 145, Content/ht-theme/components/button/_button.scss */
.span-close-button {
  margin-left: -18px;
  padding: 0;
  font-weight: bold;
}

/* line 152, Content/ht-theme/components/button/_button.scss */
.span-close-button:hover {
  background-color: #ffffff;
  color: #0dcdff;
}

/* line 159, Content/ht-theme/components/button/_button.scss */
.filter-button-pill, .date-filter-pill {
  background-color: #ffffff;
  color: #3e526e;
  border: none;
  position: relative;
}

/* line 166, Content/ht-theme/components/button/_button.scss */
.filter-button-group {
  margin-bottom: 1rem;
}

/* line 168, Content/ht-theme/components/button/_button.scss */
.filter-button-group button {
  background-color: #ffffff;
}

/* line 173, Content/ht-theme/components/button/_button.scss */
.filter-button-group .btn-primary, .filter-button-group #tg-dialog-next-btn {
  background-color: #ffffff;
  color: #3e526e;
}

/* line 6, Content/ht-theme/components/button/_button.scss */
.filter-button-group .btn-primary.disabled, .filter-button-group #tg-dialog-next-btn.disabled, .filter-button-group .btn-primary:disabled, .filter-button-group #tg-dialog-next-btn:disabled {
  background-color: rgba(62, 82, 110, 0.08);
  border-color: rgba(62, 82, 110, 0.08);
  color: #a0a9ba;
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.filter-button-group .btn-primary:hover, .filter-button-group #tg-dialog-next-btn:hover {
  background-color: #ffffff;
  color: #3e526e;
}

/* line 173, Content/ht-theme/components/button/_button.scss */
.filter-button-group .btn-secondary {
  background-color: #ffffff;
  color: #3e526e;
}

/* line 6, Content/ht-theme/components/button/_button.scss */
.filter-button-group .btn-secondary.disabled, .filter-button-group .btn-secondary:disabled {
  background-color: rgba(62, 82, 110, 0.08);
  border-color: rgba(62, 82, 110, 0.08);
  color: #a0a9ba;
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.filter-button-group .btn-secondary:hover {
  background-color: #ffffff;
  color: #3e526e;
}

/* line 173, Content/ht-theme/components/button/_button.scss */
.filter-button-group .btn-success {
  background-color: #ffffff;
  color: #3e526e;
}

/* line 6, Content/ht-theme/components/button/_button.scss */
.filter-button-group .btn-success.disabled, .filter-button-group .btn-success:disabled {
  background-color: rgba(62, 82, 110, 0.08);
  border-color: rgba(62, 82, 110, 0.08);
  color: #a0a9ba;
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.filter-button-group .btn-success:hover {
  background-color: #ffffff;
  color: #3e526e;
}

/* line 173, Content/ht-theme/components/button/_button.scss */
.filter-button-group .btn-info {
  background-color: #ffffff;
  color: #3e526e;
}

/* line 6, Content/ht-theme/components/button/_button.scss */
.filter-button-group .btn-info.disabled, .filter-button-group .btn-info:disabled {
  background-color: rgba(62, 82, 110, 0.08);
  border-color: rgba(62, 82, 110, 0.08);
  color: #a0a9ba;
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.filter-button-group .btn-info:hover {
  background-color: #ffffff;
  color: #3e526e;
}

/* line 173, Content/ht-theme/components/button/_button.scss */
.filter-button-group .btn-warning {
  background-color: #ffffff;
  color: #3e526e;
}

/* line 6, Content/ht-theme/components/button/_button.scss */
.filter-button-group .btn-warning.disabled, .filter-button-group .btn-warning:disabled {
  background-color: rgba(62, 82, 110, 0.08);
  border-color: rgba(62, 82, 110, 0.08);
  color: #a0a9ba;
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.filter-button-group .btn-warning:hover {
  background-color: #ffffff;
  color: #3e526e;
}

/* line 173, Content/ht-theme/components/button/_button.scss */
.filter-button-group .btn-danger {
  background-color: #ffffff;
  color: #3e526e;
}

/* line 6, Content/ht-theme/components/button/_button.scss */
.filter-button-group .btn-danger.disabled, .filter-button-group .btn-danger:disabled {
  background-color: rgba(62, 82, 110, 0.08);
  border-color: rgba(62, 82, 110, 0.08);
  color: #a0a9ba;
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.filter-button-group .btn-danger:hover {
  background-color: #ffffff;
  color: #3e526e;
}

/* line 173, Content/ht-theme/components/button/_button.scss */
.filter-button-group .btn-light {
  background-color: #ffffff;
  color: #3e526e;
}

/* line 6, Content/ht-theme/components/button/_button.scss */
.filter-button-group .btn-light.disabled, .filter-button-group .btn-light:disabled {
  background-color: rgba(62, 82, 110, 0.08);
  border-color: rgba(62, 82, 110, 0.08);
  color: #a0a9ba;
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.filter-button-group .btn-light:hover {
  background-color: #ffffff;
  color: #3e526e;
}

/* line 173, Content/ht-theme/components/button/_button.scss */
.filter-button-group .btn-dark {
  background-color: #ffffff;
  color: #3e526e;
}

/* line 6, Content/ht-theme/components/button/_button.scss */
.filter-button-group .btn-dark.disabled, .filter-button-group .btn-dark:disabled {
  background-color: rgba(62, 82, 110, 0.08);
  border-color: rgba(62, 82, 110, 0.08);
  color: #a0a9ba;
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.filter-button-group .btn-dark:hover {
  background-color: #ffffff;
  color: #3e526e;
}

/* line 188, Content/ht-theme/components/button/_button.scss */
.filter-button-group:hover .btn-primary, .filter-button-group:hover #tg-dialog-next-btn {
  color: #ffffff;
  background-color: #00b4e3;
  border-color: #00b4e3;
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.filter-button-group:hover .btn-primary:hover, .filter-button-group:hover #tg-dialog-next-btn:hover {
  color: #212529;
  background-color: #0dcdff;
  border-color: #0dcdff;
}

/* line 18, Content/bootstrap/mixins/_buttons.scss */
.filter-button-group:hover .btn-primary:focus, .filter-button-group:hover #tg-dialog-next-btn:focus, .filter-button-group:hover .btn-primary.focus, .filter-button-group:hover #tg-dialog-next-btn.focus {
  color: #212529;
  background-color: #0dcdff;
  border-color: #0dcdff;
  box-shadow: 0 0 0 0 rgba(38, 191, 231, 0.5);
}

/* line 32, Content/bootstrap/mixins/_buttons.scss */
.filter-button-group:hover .btn-primary.disabled, .filter-button-group:hover #tg-dialog-next-btn.disabled, .filter-button-group:hover .btn-primary:disabled, .filter-button-group:hover #tg-dialog-next-btn:disabled {
  color: #ffffff;
  background-color: #00b4e3;
  border-color: #00b4e3;
}

/* line 43, Content/bootstrap/mixins/_buttons.scss */
.filter-button-group:hover .btn-primary:not(:disabled):not(.disabled):active, .filter-button-group:hover #tg-dialog-next-btn:not(:disabled):not(.disabled):active, .filter-button-group:hover .btn-primary.active:not(:disabled):not(.disabled), .filter-button-group:hover #tg-dialog-next-btn.active:not(:disabled):not(.disabled), .show > .filter-button-group:hover .btn-primary.dropdown-toggle, .show > .filter-button-group:hover #tg-dialog-next-btn.dropdown-toggle {
  color: #212529;
  background-color: #17cfff;
  border-color: #24d2ff;
}

/* line 53, Content/bootstrap/mixins/_buttons.scss */
.filter-button-group:hover .btn-primary:not(:disabled):not(.disabled):active:focus, .filter-button-group:hover #tg-dialog-next-btn:not(:disabled):not(.disabled):active:focus, .filter-button-group:hover .btn-primary.active:not(:disabled):not(.disabled):focus, .filter-button-group:hover #tg-dialog-next-btn.active:not(:disabled):not(.disabled):focus, .show > .filter-button-group:hover .btn-primary.dropdown-toggle:focus, .show > .filter-button-group:hover #tg-dialog-next-btn.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(38, 191, 231, 0.5);
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.filter-button-group:hover .btn-primary:hover, .filter-button-group:hover #tg-dialog-next-btn:hover {
  color: #ffffff;
}

/* line 6, Content/ht-theme/components/button/_button.scss */
.filter-button-group:hover .btn-primary.disabled, .filter-button-group:hover #tg-dialog-next-btn.disabled, .filter-button-group:hover .btn-primary:disabled, .filter-button-group:hover #tg-dialog-next-btn:disabled {
  background-color: rgba(62, 82, 110, 0.08);
  border-color: rgba(62, 82, 110, 0.08);
  color: #a0a9ba;
}

/* line 197, Content/ht-theme/components/button/_button.scss */
.filter-button-group:hover .btn-primary:focus, .filter-button-group:hover #tg-dialog-next-btn:focus, .filter-button-group:hover .btn-primary.focus, .filter-button-group:hover #tg-dialog-next-btn.focus {
  color: #ffffff;
}

/* line 188, Content/ht-theme/components/button/_button.scss */
.filter-button-group:hover .btn-secondary {
  color: #ffffff;
  background-color: #3e526e;
  border-color: #3e526e;
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.filter-button-group:hover .btn-secondary:hover {
  color: #ffffff;
  background-color: #4d6588;
  border-color: #4d6588;
}

/* line 18, Content/bootstrap/mixins/_buttons.scss */
.filter-button-group:hover .btn-secondary:focus, .filter-button-group:hover .btn-secondary.focus {
  color: #ffffff;
  background-color: #4d6588;
  border-color: #4d6588;
  box-shadow: 0 0 0 0 rgba(91, 108, 132, 0.5);
}

/* line 32, Content/bootstrap/mixins/_buttons.scss */
.filter-button-group:hover .btn-secondary.disabled, .filter-button-group:hover .btn-secondary:disabled {
  color: #ffffff;
  background-color: #3e526e;
  border-color: #3e526e;
}

/* line 43, Content/bootstrap/mixins/_buttons.scss */
.filter-button-group:hover .btn-secondary:not(:disabled):not(.disabled):active, .filter-button-group:hover .btn-secondary.active:not(:disabled):not(.disabled), .show > .filter-button-group:hover .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #506a8f;
  border-color: #557097;
}

/* line 53, Content/bootstrap/mixins/_buttons.scss */
.filter-button-group:hover .btn-secondary:not(:disabled):not(.disabled):active:focus, .filter-button-group:hover .btn-secondary.active:not(:disabled):not(.disabled):focus, .show > .filter-button-group:hover .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(91, 108, 132, 0.5);
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.filter-button-group:hover .btn-secondary:hover {
  color: #ffffff;
}

/* line 6, Content/ht-theme/components/button/_button.scss */
.filter-button-group:hover .btn-secondary.disabled, .filter-button-group:hover .btn-secondary:disabled {
  background-color: rgba(62, 82, 110, 0.08);
  border-color: rgba(62, 82, 110, 0.08);
  color: #a0a9ba;
}

/* line 197, Content/ht-theme/components/button/_button.scss */
.filter-button-group:hover .btn-secondary:focus, .filter-button-group:hover .btn-secondary.focus {
  color: #ffffff;
}

/* line 188, Content/ht-theme/components/button/_button.scss */
.filter-button-group:hover .btn-success {
  color: #ffffff;
  background-color: #36b37e;
  border-color: #36b37e;
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.filter-button-group:hover .btn-success:hover {
  color: #212529;
  background-color: #4ac893;
  border-color: #4ac893;
}

/* line 18, Content/bootstrap/mixins/_buttons.scss */
.filter-button-group:hover .btn-success:focus, .filter-button-group:hover .btn-success.focus {
  color: #212529;
  background-color: #4ac893;
  border-color: #4ac893;
  box-shadow: 0 0 0 0 rgba(84, 190, 145, 0.5);
}

/* line 32, Content/bootstrap/mixins/_buttons.scss */
.filter-button-group:hover .btn-success.disabled, .filter-button-group:hover .btn-success:disabled {
  color: #ffffff;
  background-color: #36b37e;
  border-color: #36b37e;
}

/* line 43, Content/bootstrap/mixins/_buttons.scss */
.filter-button-group:hover .btn-success:not(:disabled):not(.disabled):active, .filter-button-group:hover .btn-success.active:not(:disabled):not(.disabled), .show > .filter-button-group:hover .btn-success.dropdown-toggle {
  color: #212529;
  background-color: #51cb97;
  border-color: #5bce9d;
}

/* line 53, Content/bootstrap/mixins/_buttons.scss */
.filter-button-group:hover .btn-success:not(:disabled):not(.disabled):active:focus, .filter-button-group:hover .btn-success.active:not(:disabled):not(.disabled):focus, .show > .filter-button-group:hover .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(84, 190, 145, 0.5);
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.filter-button-group:hover .btn-success:hover {
  color: #ffffff;
}

/* line 6, Content/ht-theme/components/button/_button.scss */
.filter-button-group:hover .btn-success.disabled, .filter-button-group:hover .btn-success:disabled {
  background-color: rgba(62, 82, 110, 0.08);
  border-color: rgba(62, 82, 110, 0.08);
  color: #a0a9ba;
}

/* line 197, Content/ht-theme/components/button/_button.scss */
.filter-button-group:hover .btn-success:focus, .filter-button-group:hover .btn-success.focus {
  color: #ffffff;
}

/* line 188, Content/ht-theme/components/button/_button.scss */
.filter-button-group:hover .btn-info {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.filter-button-group:hover .btn-info:hover {
  color: #ffffff;
  background-color: #1cc2dc;
  border-color: #1cc2dc;
}

/* line 18, Content/bootstrap/mixins/_buttons.scss */
.filter-button-group:hover .btn-info:focus, .filter-button-group:hover .btn-info.focus {
  color: #ffffff;
  background-color: #1cc2dc;
  border-color: #1cc2dc;
  box-shadow: 0 0 0 0 rgba(58, 176, 195, 0.5);
}

/* line 32, Content/bootstrap/mixins/_buttons.scss */
.filter-button-group:hover .btn-info.disabled, .filter-button-group:hover .btn-info:disabled {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 43, Content/bootstrap/mixins/_buttons.scss */
.filter-button-group:hover .btn-info:not(:disabled):not(.disabled):active, .filter-button-group:hover .btn-info.active:not(:disabled):not(.disabled), .show > .filter-button-group:hover .btn-info.dropdown-toggle {
  color: #212529;
  background-color: #1fc8e3;
  border-color: #2acbe4;
}

/* line 53, Content/bootstrap/mixins/_buttons.scss */
.filter-button-group:hover .btn-info:not(:disabled):not(.disabled):active:focus, .filter-button-group:hover .btn-info.active:not(:disabled):not(.disabled):focus, .show > .filter-button-group:hover .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(58, 176, 195, 0.5);
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.filter-button-group:hover .btn-info:hover {
  color: #ffffff;
}

/* line 6, Content/ht-theme/components/button/_button.scss */
.filter-button-group:hover .btn-info.disabled, .filter-button-group:hover .btn-info:disabled {
  background-color: rgba(62, 82, 110, 0.08);
  border-color: rgba(62, 82, 110, 0.08);
  color: #a0a9ba;
}

/* line 197, Content/ht-theme/components/button/_button.scss */
.filter-button-group:hover .btn-info:focus, .filter-button-group:hover .btn-info.focus {
  color: #ffffff;
}

/* line 188, Content/ht-theme/components/button/_button.scss */
.filter-button-group:hover .btn-warning {
  color: #212529;
  background-color: #ff8940;
  border-color: #ff8940;
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.filter-button-group:hover .btn-warning:hover {
  color: #212529;
  background-color: #ffa269;
  border-color: #ffa269;
}

/* line 18, Content/bootstrap/mixins/_buttons.scss */
.filter-button-group:hover .btn-warning:focus, .filter-button-group:hover .btn-warning.focus {
  color: #212529;
  background-color: #ffa269;
  border-color: #ffa269;
  box-shadow: 0 0 0 0 rgba(222, 122, 61, 0.5);
}

/* line 32, Content/bootstrap/mixins/_buttons.scss */
.filter-button-group:hover .btn-warning.disabled, .filter-button-group:hover .btn-warning:disabled {
  color: #212529;
  background-color: #ff8940;
  border-color: #ff8940;
}

/* line 43, Content/bootstrap/mixins/_buttons.scss */
.filter-button-group:hover .btn-warning:not(:disabled):not(.disabled):active, .filter-button-group:hover .btn-warning.active:not(:disabled):not(.disabled), .show > .filter-button-group:hover .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffa973;
  border-color: #ffb080;
}

/* line 53, Content/bootstrap/mixins/_buttons.scss */
.filter-button-group:hover .btn-warning:not(:disabled):not(.disabled):active:focus, .filter-button-group:hover .btn-warning.active:not(:disabled):not(.disabled):focus, .show > .filter-button-group:hover .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(222, 122, 61, 0.5);
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.filter-button-group:hover .btn-warning:hover {
  color: #212529;
}

/* line 6, Content/ht-theme/components/button/_button.scss */
.filter-button-group:hover .btn-warning.disabled, .filter-button-group:hover .btn-warning:disabled {
  background-color: rgba(62, 82, 110, 0.08);
  border-color: rgba(62, 82, 110, 0.08);
  color: #a0a9ba;
}

/* line 197, Content/ht-theme/components/button/_button.scss */
.filter-button-group:hover .btn-warning:focus, .filter-button-group:hover .btn-warning.focus {
  color: #212529;
}

/* line 188, Content/ht-theme/components/button/_button.scss */
.filter-button-group:hover .btn-danger {
  color: #ffffff;
  background-color: #ff003c;
  border-color: #ff003c;
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.filter-button-group:hover .btn-danger:hover {
  color: #ffffff;
  background-color: #ff295b;
  border-color: #ff295b;
}

/* line 18, Content/bootstrap/mixins/_buttons.scss */
.filter-button-group:hover .btn-danger:focus, .filter-button-group:hover .btn-danger.focus {
  color: #ffffff;
  background-color: #ff295b;
  border-color: #ff295b;
  box-shadow: 0 0 0 0 rgba(255, 38, 89, 0.5);
}

/* line 32, Content/bootstrap/mixins/_buttons.scss */
.filter-button-group:hover .btn-danger.disabled, .filter-button-group:hover .btn-danger:disabled {
  color: #ffffff;
  background-color: #ff003c;
  border-color: #ff003c;
}

/* line 43, Content/bootstrap/mixins/_buttons.scss */
.filter-button-group:hover .btn-danger:not(:disabled):not(.disabled):active, .filter-button-group:hover .btn-danger.active:not(:disabled):not(.disabled), .show > .filter-button-group:hover .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #ff3363;
  border-color: #ff406d;
}

/* line 53, Content/bootstrap/mixins/_buttons.scss */
.filter-button-group:hover .btn-danger:not(:disabled):not(.disabled):active:focus, .filter-button-group:hover .btn-danger.active:not(:disabled):not(.disabled):focus, .show > .filter-button-group:hover .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 38, 89, 0.5);
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.filter-button-group:hover .btn-danger:hover {
  color: #ffffff;
}

/* line 6, Content/ht-theme/components/button/_button.scss */
.filter-button-group:hover .btn-danger.disabled, .filter-button-group:hover .btn-danger:disabled {
  background-color: rgba(62, 82, 110, 0.08);
  border-color: rgba(62, 82, 110, 0.08);
  color: #a0a9ba;
}

/* line 197, Content/ht-theme/components/button/_button.scss */
.filter-button-group:hover .btn-danger:focus, .filter-button-group:hover .btn-danger.focus {
  color: #ffffff;
}

/* line 188, Content/ht-theme/components/button/_button.scss */
.filter-button-group:hover .btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.filter-button-group:hover .btn-light:hover {
  color: #212529;
  background-color: white;
  border-color: white;
}

/* line 18, Content/bootstrap/mixins/_buttons.scss */
.filter-button-group:hover .btn-light:focus, .filter-button-group:hover .btn-light.focus {
  color: #212529;
  background-color: white;
  border-color: white;
  box-shadow: 0 0 0 0 rgba(216, 217, 219, 0.5);
}

/* line 32, Content/bootstrap/mixins/_buttons.scss */
.filter-button-group:hover .btn-light.disabled, .filter-button-group:hover .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 43, Content/bootstrap/mixins/_buttons.scss */
.filter-button-group:hover .btn-light:not(:disabled):not(.disabled):active, .filter-button-group:hover .btn-light.active:not(:disabled):not(.disabled), .show > .filter-button-group:hover .btn-light.dropdown-toggle {
  color: #212529;
  background-color: white;
  border-color: white;
}

/* line 53, Content/bootstrap/mixins/_buttons.scss */
.filter-button-group:hover .btn-light:not(:disabled):not(.disabled):active:focus, .filter-button-group:hover .btn-light.active:not(:disabled):not(.disabled):focus, .show > .filter-button-group:hover .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(216, 217, 219, 0.5);
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.filter-button-group:hover .btn-light:hover {
  color: #212529;
}

/* line 6, Content/ht-theme/components/button/_button.scss */
.filter-button-group:hover .btn-light.disabled, .filter-button-group:hover .btn-light:disabled {
  background-color: rgba(62, 82, 110, 0.08);
  border-color: rgba(62, 82, 110, 0.08);
  color: #a0a9ba;
}

/* line 197, Content/ht-theme/components/button/_button.scss */
.filter-button-group:hover .btn-light:focus, .filter-button-group:hover .btn-light.focus {
  color: #212529;
}

/* line 188, Content/ht-theme/components/button/_button.scss */
.filter-button-group:hover .btn-dark {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.filter-button-group:hover .btn-dark:hover {
  color: #ffffff;
  background-color: #464e57;
  border-color: #464e57;
}

/* line 18, Content/bootstrap/mixins/_buttons.scss */
.filter-button-group:hover .btn-dark:focus, .filter-button-group:hover .btn-dark.focus {
  color: #ffffff;
  background-color: #464e57;
  border-color: #464e57;
  box-shadow: 0 0 0 0 rgba(82, 88, 93, 0.5);
}

/* line 32, Content/bootstrap/mixins/_buttons.scss */
.filter-button-group:hover .btn-dark.disabled, .filter-button-group:hover .btn-dark:disabled {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 43, Content/bootstrap/mixins/_buttons.scss */
.filter-button-group:hover .btn-dark:not(:disabled):not(.disabled):active, .filter-button-group:hover .btn-dark.active:not(:disabled):not(.disabled), .show > .filter-button-group:hover .btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #4b545c;
  border-color: #515a63;
}

/* line 53, Content/bootstrap/mixins/_buttons.scss */
.filter-button-group:hover .btn-dark:not(:disabled):not(.disabled):active:focus, .filter-button-group:hover .btn-dark.active:not(:disabled):not(.disabled):focus, .show > .filter-button-group:hover .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(82, 88, 93, 0.5);
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
.filter-button-group:hover .btn-dark:hover {
  color: #ffffff;
}

/* line 6, Content/ht-theme/components/button/_button.scss */
.filter-button-group:hover .btn-dark.disabled, .filter-button-group:hover .btn-dark:disabled {
  background-color: rgba(62, 82, 110, 0.08);
  border-color: rgba(62, 82, 110, 0.08);
  color: #a0a9ba;
}

/* line 197, Content/ht-theme/components/button/_button.scss */
.filter-button-group:hover .btn-dark:focus, .filter-button-group:hover .btn-dark.focus {
  color: #ffffff;
}

/* line 3, Content/ht-theme/components/button/_button-group.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > #tg-dialog-prev-btn:not(:last-child):not(.dropdown-toggle), .btn-group > #tg-dialog-next-btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn-group:not(:last-child) > #tg-dialog-prev-btn,
.btn-group > .btn-group:not(:last-child) > #tg-dialog-next-btn {
  box-shadow: inset -0.036rem 0 0 0 #ffffff;
}

/* line 9, Content/ht-theme/components/button/_button-group.scss */
.btn-group > .btn.dropdown-toggle, .btn-group > #tg-dialog-prev-btn.dropdown-toggle, .btn-group > #tg-dialog-next-btn.dropdown-toggle {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}

@media (max-width: 575.98px) {
  /* line 18, Content/ht-theme/components/button/_button-group.scss */
  .btn-group > .btn.dropdown-toggle.d-none-toggle, .btn-group > #tg-dialog-prev-btn.dropdown-toggle.d-none-toggle, .btn-group > #tg-dialog-next-btn.dropdown-toggle.d-none-toggle {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

/* line 27, Content/ht-theme/components/button/_button-group.scss */
.btn-group > .btn.none-dropdown-icon, .btn-group > #tg-dialog-prev-btn.none-dropdown-icon, .btn-group > #tg-dialog-next-btn.none-dropdown-icon {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

@media (max-width: 767.98px) {
  /* line 18, Content/ht-theme/components/button/_button-group.scss */
  .btn-group > .btn.dropdown-toggle.d-sm-none-toggle, .btn-group > #tg-dialog-prev-btn.dropdown-toggle.d-sm-none-toggle, .btn-group > #tg-dialog-next-btn.dropdown-toggle.d-sm-none-toggle {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

@media (min-width: 576px) {
  /* line 27, Content/ht-theme/components/button/_button-group.scss */
  .btn-group > .btn.none-dropdown-icon-sm, .btn-group > #tg-dialog-prev-btn.none-dropdown-icon-sm, .btn-group > #tg-dialog-next-btn.none-dropdown-icon-sm {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

@media (max-width: 991.98px) {
  /* line 18, Content/ht-theme/components/button/_button-group.scss */
  .btn-group > .btn.dropdown-toggle.d-md-none-toggle, .btn-group > #tg-dialog-prev-btn.dropdown-toggle.d-md-none-toggle, .btn-group > #tg-dialog-next-btn.dropdown-toggle.d-md-none-toggle {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

@media (min-width: 768px) {
  /* line 27, Content/ht-theme/components/button/_button-group.scss */
  .btn-group > .btn.none-dropdown-icon-md, .btn-group > #tg-dialog-prev-btn.none-dropdown-icon-md, .btn-group > #tg-dialog-next-btn.none-dropdown-icon-md {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

@media (max-width: 1199.98px) {
  /* line 18, Content/ht-theme/components/button/_button-group.scss */
  .btn-group > .btn.dropdown-toggle.d-lg-none-toggle, .btn-group > #tg-dialog-prev-btn.dropdown-toggle.d-lg-none-toggle, .btn-group > #tg-dialog-next-btn.dropdown-toggle.d-lg-none-toggle {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

@media (min-width: 992px) {
  /* line 27, Content/ht-theme/components/button/_button-group.scss */
  .btn-group > .btn.none-dropdown-icon-lg, .btn-group > #tg-dialog-prev-btn.none-dropdown-icon-lg, .btn-group > #tg-dialog-next-btn.none-dropdown-icon-lg {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

@media (max-width: 1399.98px) {
  /* line 18, Content/ht-theme/components/button/_button-group.scss */
  .btn-group > .btn.dropdown-toggle.d-xl-none-toggle, .btn-group > #tg-dialog-prev-btn.dropdown-toggle.d-xl-none-toggle, .btn-group > #tg-dialog-next-btn.dropdown-toggle.d-xl-none-toggle {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

@media (min-width: 1200px) {
  /* line 27, Content/ht-theme/components/button/_button-group.scss */
  .btn-group > .btn.none-dropdown-icon-xl, .btn-group > #tg-dialog-prev-btn.none-dropdown-icon-xl, .btn-group > #tg-dialog-next-btn.none-dropdown-icon-xl {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

/* line 18, Content/ht-theme/components/button/_button-group.scss */
.btn-group > .btn.dropdown-toggle.d-xxl-none-toggle, .btn-group > #tg-dialog-prev-btn.dropdown-toggle.d-xxl-none-toggle, .btn-group > #tg-dialog-next-btn.dropdown-toggle.d-xxl-none-toggle {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

@media (min-width: 1400px) {
  /* line 27, Content/ht-theme/components/button/_button-group.scss */
  .btn-group > .btn.none-dropdown-icon-xxl, .btn-group > #tg-dialog-prev-btn.none-dropdown-icon-xxl, .btn-group > #tg-dialog-next-btn.none-dropdown-icon-xxl {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

/* line 1, Content/ht-theme/components/button/_btn-ht-icon.scss */
.btn-ht-icon {
  padding-top: 0.419rem;
  padding-bottom: 0.419rem;
}

/* line 5, Content/ht-theme/components/button/_btn-ht-icon.scss */
.btn-ht-icon > .ht-icons {
  line-height: 1.614rem;
  font-size: 1.614rem;
  padding-right: 0.25rem;
  text-rendering: optimizeSpeed;
  width: 1em;
  text-align: left;
  display: inline-block;
  box-sizing: content-box;
}

/* line 17, Content/ht-theme/components/button/_btn-ht-icon.scss */
.btn-ht-icon > .ht-icons.ht-20 {
  font-size: 20px;
}

/* line 1, Content/ht-theme/components/button-group/style.scss */
div.button-group {
  border-radius: 4px;
  border: 1px solid #8dafd680;
  background: #fff;
}

/* line 6, Content/ht-theme/components/button-group/style.scss */
div.button-group > div {
  padding: 12px 36px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #8dafd680;
}

/* line 18, Content/ht-theme/components/button-group/style.scss */
div.button-group > div > input {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

/* line 25, Content/ht-theme/components/button-group/style.scss */
div.button-group > div > div.bg-checkmark-container {
  display: none;
}

/* line 29, Content/ht-theme/components/button-group/style.scss */
div.button-group > div > span {
  display: none;
}

/* line 33, Content/ht-theme/components/button-group/style.scss */
div.button-group > div > p {
  margin-bottom: 0;
}

/* line 37, Content/ht-theme/components/button-group/style.scss */
div.button-group > div > p.bg-item-text-selected {
  color: white;
  font-weight: 600;
}

/* line 43, Content/ht-theme/components/button-group/style.scss */
div.button-group > div.bg-item-selected {
  background-color: #00b4e3;
}

/* line 47, Content/ht-theme/components/button-group/style.scss */
div.button-group > div:last-child {
  border: none;
}

/* line 52, Content/ht-theme/components/button-group/style.scss */
div.button-group-multi {
  border-radius: 4px;
  border: 1px solid #8dafd680;
  background: #fff;
}

/* line 57, Content/ht-theme/components/button-group/style.scss */
div.button-group-multi > div {
  padding: 12px;
  gap: 10px;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #8dafd680;
}

/* line 67, Content/ht-theme/components/button-group/style.scss */
div.button-group-multi > div > input {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
}

/* line 75, Content/ht-theme/components/button-group/style.scss */
div.button-group-multi > div > div.bg-checkmark-container {
  width: 24px;
  height: 24px;
}

/* line 79, Content/ht-theme/components/button-group/style.scss */
div.button-group-multi > div > div.bg-checkmark-container > span.fake-checkmark {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  border-color: #00b4e3;
  border-style: solid;
  border-width: 2px;
  background-color: white;
}

/* line 90, Content/ht-theme/components/button-group/style.scss */
div.button-group-multi > div > div.bg-checkmark-container > .fake-checkmark-checked {
  position: absolute;
  top: 12px;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  border-radius: 4px;
  border-color: #8dafd680;
  background-color: #00b4e3;
}

/* line 101, Content/ht-theme/components/button-group/style.scss */
div.button-group-multi > div > div.bg-checkmark-container > div.bg-checked-icon-container {
  position: absolute;
}

/* line 106, Content/ht-theme/components/button-group/style.scss */
div.button-group-multi > div > p {
  margin-bottom: 0;
}

/* line 110, Content/ht-theme/components/button-group/style.scss */
div.button-group-multi > div > p.bg-item-text-selected {
  font-weight: 600;
}

/* line 115, Content/ht-theme/components/button-group/style.scss */
div.button-group-multi > div.bg-item-selected {
  background-color: #EBF9FD;
}

/* line 119, Content/ht-theme/components/button-group/style.scss */
div.button-group-multi > div:last-child {
  border: none;
}

/* line 8, Content/ht-theme/components/dropdown/_dropdown.scss */
.dropdown-toggle > img {
  vertical-align: middle;
  margin-right: 0.714rem;
}

/* line 13, Content/ht-theme/components/dropdown/_dropdown.scss */
.dropdown-toggle:hover {
  text-decoration: none;
}

/* line 17, Content/ht-theme/components/dropdown/_dropdown.scss */
.dropdown-toggle::after {
  border: none !important;
  margin: 0rem;
  vertical-align: middle;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 1.614rem;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
  content: "expand_more" !important;
  line-height: 1rem;
}

/* line 24, Content/ht-theme/components/dropdown/_dropdown.scss */
.dropdown-toggle.dropdown-toggle--no-arrow::after {
  content: '';
  display: none;
}

/* line 32, Content/ht-theme/components/dropdown/_dropdown.scss */
.dropup .dropdown-toggle::after {
  border: none !important;
  margin: 0rem;
  vertical-align: middle;
  content: "expand_less" !important;
  line-height: 1rem;
}

/* line 42, Content/ht-theme/components/dropdown/_dropdown.scss */
.dropright .dropdown-toggle::after {
  border: none !important;
  margin: 0rem;
  vertical-align: middle;
  content: "chevron_right" !important;
  line-height: 1rem;
}

/* line 52, Content/ht-theme/components/dropdown/_dropdown.scss */
.dropleft .dropdown-toggle::before {
  border: none !important;
  margin: 0rem;
  vertical-align: middle;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 1.614rem;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
  content: "chevron_left" !important;
  line-height: 1rem;
}

/* line 61, Content/ht-theme/components/dropdown/_dropdown.scss */
.dropdown-menu {
  max-width: min(80vw, 400px);
  padding: .75rem 1rem;
  box-shadow: 0 0.285rem 0.571rem 0 rgba(56, 96, 165, 0.15);
}

/* line 67, Content/ht-theme/components/dropdown/_dropdown.scss */
.dropdown-menu.breadcrumb-dropdown-menu {
  /*z-index: $breadcrumb-dropdown-z-index;*/
  max-height: 60vh;
}

/* line 72, Content/ht-theme/components/dropdown/_dropdown.scss */
.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-item {
  color: #3e526e;
  padding-left: 0.5rem;
  line-height: 1.8;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}

/* line 82, Content/ht-theme/components/dropdown/_dropdown.scss */
.dropdown-menu .dropdown-header:active, .dropdown-menu .dropdown-header:hover,
.dropdown-menu .dropdown-item:active,
.dropdown-menu .dropdown-item:hover {
  border-radius: 0.286rem;
  background-color: rgba(225, 232, 243, 0.5);
}

/* line 87, Content/ht-theme/components/dropdown/_dropdown.scss */
.dropdown-menu .dropdown-header a.dropdown-item-link,
.dropdown-menu .dropdown-item a.dropdown-item-link {
  padding-left: 0;
  text-decoration: none;
  display: block;
}

/* line 92, Content/ht-theme/components/dropdown/_dropdown.scss */
.dropdown-menu .dropdown-header a.dropdown-item-link:active, .dropdown-menu .dropdown-header a.dropdown-item-link:hover,
.dropdown-menu .dropdown-item a.dropdown-item-link:active,
.dropdown-menu .dropdown-item a.dropdown-item-link:hover {
  text-decoration: none;
}

/* line 98, Content/ht-theme/components/dropdown/_dropdown.scss */
.dropdown-menu .dropdown-item-header {
  color: #a0a9ba;
  padding-left: 0.5rem;
  line-height: 1.8;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: default;
  font-weight: normal;
}

/* line 108, Content/ht-theme/components/dropdown/_dropdown.scss */
.dropdown-menu .dropdown-item-header:active, .dropdown-menu .dropdown-item-header:hover {
  text-decoration: none;
  background-color: none;
}

/* line 114, Content/ht-theme/components/dropdown/_dropdown.scss */
.dropdown-menu .dropdown-header {
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  cursor: default;
}

/* line 120, Content/ht-theme/components/dropdown/_dropdown.scss */
.dropdown-menu .dropdown-header:not(:first-child) {
  margin-top: .5rem;
}

/* line 124, Content/ht-theme/components/dropdown/_dropdown.scss */
.dropdown-menu .dropdown-header + .dropdown-divider {
  margin-top: .125rem;
  margin-bottom: .25rem;
}

/* line 130, Content/ht-theme/components/dropdown/_dropdown.scss */
.dropdown-menu .dropdown-item {
  font-weight: normal;
}

/* line 134, Content/ht-theme/components/dropdown/_dropdown.scss */
.dropdown-menu .dropdown-item i.material-icons, .dropdown-menu .dropdown-item i.ht-icons, .dropdown-menu .dropdown-item i.material-icons-outlined, .dropdown-menu .dropdown-item span.material-icons, .dropdown-menu .dropdown-item span.ht-icons, .dropdown-menu .dropdown-item span.material-icons-outlined {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.571rem;
  width: 2.143rem;
  /*& + * {
                    margin-left: 0.714rem;
                }*/
}

/* line 145, Content/ht-theme/components/dropdown/_dropdown.scss */
.dropdown-menu .dropdown-item > img {
  vertical-align: middle;
  margin-right: 0.714rem;
}

/* line 150, Content/ht-theme/components/dropdown/_dropdown.scss */
.dropdown-menu .dropdown-item .fa {
  font-size: 1.429rem;
  width: 2.143rem;
  vertical-align: middle;
}

/* line 155, Content/ht-theme/components/dropdown/_dropdown.scss */
.dropdown-menu .dropdown-item .fa.fa-check {
  color: #00b4e3;
  padding-right: .5rem;
  font-size: 1rem;
  width: auto;
  vertical-align: baseline;
}

/* line 164, Content/ht-theme/components/dropdown/_dropdown.scss */
.dropdown-menu .dropdown-item .ht-icons {
  font-size: 1.286rem;
  letter-spacing: 0.714rem;
}

/* line 169, Content/ht-theme/components/dropdown/_dropdown.scss */
.dropdown-menu .dropdown-item.disabled {
  color: #e0e0e0;
}

/* line 175, Content/ht-theme/components/dropdown/_dropdown.scss */
.dropdown-menu.dropdown-menu-right .material-icons, .dropdown-menu.dropdown-menu-right .material-icons-outlined {
  width: 1em;
  overflow: hidden;
}

/* line 182, Content/ht-theme/components/dropdown/_dropdown.scss */
.dropdown-menu.dropdown-menu-right .material-icons, .dropdown-menu.dropdown-menu-right .material-icons-outlined {
  width: 1em;
  overflow: hidden;
}

/* line 190, Content/ht-theme/components/dropdown/_dropdown.scss */
.dropdown-icononly .dropdown-toggle {
  border: 0;
}

/* line 193, Content/ht-theme/components/dropdown/_dropdown.scss */
.dropdown-icononly .dropdown-toggle::after {
  display: none;
}

/* line 1, Content/ht-theme/components/dropdown/_form-dropdown.scss */
.form-dropdown {
  position: relative;
  /* > *:last-child {
        &:focus-within {
            display:block;
            opacity: 1;
            transition: 0.15s;
        }
    }*/
}

/* line 12, Content/ht-theme/components/dropdown/_form-dropdown.scss */
.form-dropdown .sticky {
  display: none;
  /*opacity: 0;*/
  position: absolute;
  max-width: 300px;
  min-width: 250px;
  top: 36px;
  left: 0;
  border: 1px solid #e1e8f3;
  background-color: white;
  z-index: 1;
  padding: 0 1rem 1rem 1rem;
  border-radius: 4px;
  box-shadow: 0 12px 24px 0 #e1e8f3;
}

/* line 27, Content/ht-theme/components/dropdown/_form-dropdown.scss */
.form-dropdown .sticky .bottom-divider {
  border-bottom: 1px solid #e1e8f3;
}

/* Migrated from your_style.css ToDo: needs further clean-up */
/*Tables with scrollbars and fixed headers*/
/* line 4, Content/ht-theme/components/table/_scrollable-table.scss */
table.scrollable-table {
  /* To override the ".full-table's" border-top */
  border-top: none;
  display: block;
  cursor: pointer;
  /*Set table elements to block mode.  (Normally they are inline). This allows a responsive table, such as one where columns can be stacked if the display is narrow. */
  /* to override the "bootsrap's" border-top*/
  /*> thead > tr > th {
        border-bottom: 1px solid #ddd;
    }*/
  /* to override table.full-table thead tr th:first-child. As it was showing right border in IE */
  /*thead tr th:first-child {
        background: rgba($blue, 0.08);
    }*/
  /* last row of the thead i.e. the row with coliumn names, we set its height as twor rows */
}

/* line 10, Content/ht-theme/components/table/_scrollable-table.scss */
table.scrollable-table > thead, table.scrollable-table tbody, table.scrollable-table > thead > tr, table.scrollable-table > tbody > tr, table.scrollable-table > thead > tr > th, table.scrollable-table > tbody > td {
  display: block;
  cursor: pointer;
}

/* line 23, Content/ht-theme/components/table/_scrollable-table.scss */
table.scrollable-table > thead {
  /* We really don't want to scroll the thead contents, but we want to force a scrollbar to be displayed anyway so that the usable width of the thead will exactly match the tbody. */
  overflow-y: scroll;
  -moz-box-orient: vertical;
  overflow: -moz-hidden-unscrollable;
  -ms-overflow-style: none;
  /* For browsers that support it (webkit), we set the background color of the unneeded scrollbar in the thead to make it invisible.  (Setting visiblity: hidden defeats the purpose, 
    as this alters the usable width of the thead.) */
}

/* line 24, Content/ht-theme/components/table/_scrollable-table.scss */
table.scrollable-table > thead > tr:last-child th {
  height: 52px;
}

/* line 34, Content/ht-theme/components/table/_scrollable-table.scss */
table.scrollable-table > thead::-webkit-scrollbar {
  background-color: inherit;
}

/* line 38, Content/ht-theme/components/table/_scrollable-table.scss */
table.scrollable-table > thead > tr:after {
  content: ' ';
  display: block;
  visibility: hidden;
  clear: both;
}

/* line 46, Content/ht-theme/components/table/_scrollable-table.scss */
table.scrollable-table > tbody {
  /*We want only the tbody portion of the table that scrolls (not the entire table: we want the thead to remain fixed).  so specifying an explicit height for the tbody. 
    Also, we force the scrollbar to be displayed so that the usable width for the table contents doesn't change (such as becoming narrower when a scrollbar is visible and wider when it is not). */
  overflow-y: scroll;
  height: 290px;
  /* this can be overriden in the table body*/
}

/* line 48, Content/ht-theme/components/table/_scrollable-table.scss */
table.scrollable-table > tbody > tr:after {
  content: ' ';
  display: block;
  visibility: hidden;
  clear: both;
}

/* line 55, Content/ht-theme/components/table/_scrollable-table.scss */
table.scrollable-table > tbody > tr:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

/* line 60, Content/ht-theme/components/table/_scrollable-table.scss */
table.scrollable-table > tbody > tr:first-child td:first-child {
  border-top-left-radius: 8px;
}

/* line 64, Content/ht-theme/components/table/_scrollable-table.scss */
table.scrollable-table > tbody > tr:first-child td:last-child {
  border-top-right-radius: 8px;
}

/* line 70, Content/ht-theme/components/table/_scrollable-table.scss */
table.scrollable-table > tbody > tr:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

/* line 75, Content/ht-theme/components/table/_scrollable-table.scss */
table.scrollable-table > tbody > tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}

/* line 79, Content/ht-theme/components/table/_scrollable-table.scss */
table.scrollable-table > tbody > tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}

/* line 85, Content/ht-theme/components/table/_scrollable-table.scss */
table.scrollable-table > tbody > tr:hover {
  background-color: #F4CB2f;
}

/* line 89, Content/ht-theme/components/table/_scrollable-table.scss */
table.scrollable-table > tbody > tr > td > a {
  color: #3e526e;
  cursor: pointer;
  /*display: inline-block;*/
  width: 100%;
  text-decoration: none;
}

/* line 104, Content/ht-theme/components/table/_scrollable-table.scss */
table.scrollable-table > thead tr th, table.scrollable-table tbody tr td {
  float: left;
  word-wrap: break-word;
}

/* line 38, Content/ht-theme/components/table/_table.scss */
.tabular-subform-row.editable-row td .form-group {
  margin-bottom: unset;
}

/* line 143, Content/ht-theme/components/table/_table.scss */
.table {
  color: #3e526e;
}

/* line 146, Content/ht-theme/components/table/_table.scss */
.table th, .table td {
  border-top: none;
}

/* line 151, Content/ht-theme/components/table/_table.scss */
.table thead th {
  background-color: rgba(0, 180, 227, 0.08);
  border-bottom: none;
  margin-bottom: 10px;
}

/* line 156, Content/ht-theme/components/table/_table.scss */
.table thead th:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

/* line 161, Content/ht-theme/components/table/_table.scss */
.table thead th:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

/* line 166, Content/ht-theme/components/table/_table.scss */
.table thead th .checkbox.checkbox--tablecell {
  padding-top: 0;
  margin-bottom: 0;
}

/* line 173, Content/ht-theme/components/table/_table.scss */
.table.full-table {
  /*tbody {
            td {
                border-bottom: 1px solid rgba($text-color, 0.1);
                border-top: 1px solid rgba($text-color, 0.1);
            }
        }*/
}

/* line 175, Content/ht-theme/components/table/_table.scss */
.table.full-table thead th {
  background-color: #e1e8f3;
  border-bottom: none;
  margin-bottom: 10px;
}

/* line 180, Content/ht-theme/components/table/_table.scss */
.table.full-table thead th:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

/* line 185, Content/ht-theme/components/table/_table.scss */
.table.full-table thead th:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

/* line 200, Content/ht-theme/components/table/_table.scss */
.table tbody:before {
  content: "@";
  display: block;
  line-height: 5px;
  text-indent: -99999px;
}

/* line 208, Content/ht-theme/components/table/_table.scss */
.table tbody tr.group-row td {
  font-weight: 700;
}

/* line 212, Content/ht-theme/components/table/_table.scss */
.table tbody tr.sub-group-row td {
  font-weight: 600;
}

/* line 216, Content/ht-theme/components/table/_table.scss */
.table tbody tr:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

/* line 221, Content/ht-theme/components/table/_table.scss */
.table tbody tr:first-child td:first-child {
  border-top-left-radius: 8px;
}

/* line 225, Content/ht-theme/components/table/_table.scss */
.table tbody tr:first-child td:last-child {
  border-top-right-radius: 8px;
}

/* line 231, Content/ht-theme/components/table/_table.scss */
.table tbody tr:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

/* line 236, Content/ht-theme/components/table/_table.scss */
.table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}

/* line 240, Content/ht-theme/components/table/_table.scss */
.table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}

/* line 246, Content/ht-theme/components/table/_table.scss */
.table tbody tr td {
  vertical-align: middle;
}

/* line 249, Content/ht-theme/components/table/_table.scss */
.table tbody tr td a {
  text-decoration: none;
}

/* line 254, Content/ht-theme/components/table/_table.scss */
.table tbody tr td a.btn, .table tbody tr td a#tg-dialog-prev-btn, .table tbody tr td a#tg-dialog-next-btn, .table tbody tr td button.btn, .table tbody tr td button#tg-dialog-prev-btn, .table tbody tr td button#tg-dialog-next-btn {
  border-radius: 0.571rem;
}

/* line 259, Content/ht-theme/components/table/_table.scss */
.table tbody tr td .checkbox {
  position: relative;
  /*top: 0.429rem;*/
  padding-top: 0;
  margin-bottom: 0;
}

/* line 271, Content/ht-theme/components/table/_table.scss */
.table.editable-table .row--line-through .cell-content-label {
  text-decoration: line-through;
}

/* line 276, Content/ht-theme/components/table/_table.scss */
.table.editable-table .editable-cell-content {
  cursor: text;
  display: flex;
}

/* line 280, Content/ht-theme/components/table/_table.scss */
.table.editable-table .editable-cell-content .cell-content-label {
  flex-grow: 1;
}

/* line 284, Content/ht-theme/components/table/_table.scss */
.table.editable-table .editable-cell-content:after {
  width: 1px;
  height: 1.5rem;
  content: "";
  display: block;
  visibility: hidden;
  opacity: 0;
}

@media (max-width: 767.98px) {
  /* line 295, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table {
    display: block;
  }
  /* line 43, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table .tabular-subform-row.editable-row td .form-group {
    margin-bottom: 1rem;
  }
  /* line 47, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table .hideLabel {
    display: block;
  }
  /* line 51, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table .tabular-subform-row.editable-row td:last-of-type {
    display: flex;
    margin-left: auto;
  }
  /* line 56, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table .tabular-radio-list {
    display: block;
  }
  /* line 60, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table .delete-tabular-row {
    float: right;
    padding-right: 10px;
  }
  /* line 67, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table thead, .table.responsive-table tbody, .table.responsive-table tfoot {
    display: block;
  }
  /* line 71, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-header-row {
    display: flex;
    flex-direction: row;
    position: relative;
  }
  /* line 76, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-header-row th.table-header-col {
    display: none;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 0;
  }
  /* line 82, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-header-row th.table-header-col.table-header-col-visible {
    display: block;
  }
  /* line 86, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-header-row th.table-header-col.table-header-col-grow {
    flex-grow: 1;
  }
  /* line 90, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-header-row th.table-header-col.table-header-first-col {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  /* line 95, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-header-row th.table-header-col.table-header-last-col {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  /* line 102, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  /* line 107, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  /* line 113, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col:empty, .table.responsive-table tr.table-row td.table-col.table-col-d-none {
    display: none;
  }
  /* line 118, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col.table-col-left, .table.responsive-table tr.table-row td.table-col.table-col-right {
    position: absolute;
  }
  /* line 124, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col.table-col-left .checkbox--tablecell {
    top: 2px;
    left: 8px;
  }
  /* line 130, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col.table-col-right {
    right: 0;
  }
  /* line 6, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col.table-col-m-1 {
    margin: 25px;
  }
  /* line 10, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col.table-col-ml-1 {
    margin-left: 25px;
  }
  /* line 14, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col.table-col-mr-1 {
    margin-right: 25px;
  }
  /* line 18, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col.table-col-mx-1 {
    margin-left: 25px;
    margin-right: 25px;
  }
  /* line 23, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col.table-col-mt-1 {
    margin-top: 25px;
  }
  /* line 27, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col.table-col-mb-1 {
    margin-bottom: 25px;
  }
  /* line 31, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col.table-col-my-1 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  /* line 6, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col.table-col-m-2 {
    margin: 50px;
  }
  /* line 10, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col.table-col-ml-2 {
    margin-left: 50px;
  }
  /* line 14, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col.table-col-mr-2 {
    margin-right: 50px;
  }
  /* line 18, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col.table-col-mx-2 {
    margin-left: 50px;
    margin-right: 50px;
  }
  /* line 23, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col.table-col-mt-2 {
    margin-top: 50px;
  }
  /* line 27, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col.table-col-mb-2 {
    margin-bottom: 50px;
  }
  /* line 31, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col.table-col-my-2 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  /* line 6, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col.table-col-m-3 {
    margin: 75px;
  }
  /* line 10, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col.table-col-ml-3 {
    margin-left: 75px;
  }
  /* line 14, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col.table-col-mr-3 {
    margin-right: 75px;
  }
  /* line 18, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col.table-col-mx-3 {
    margin-left: 75px;
    margin-right: 75px;
  }
  /* line 23, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col.table-col-mt-3 {
    margin-top: 75px;
  }
  /* line 27, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col.table-col-mb-3 {
    margin-bottom: 75px;
  }
  /* line 31, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col.table-col-my-3 {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  /* line 6, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col.table-col-m-4 {
    margin: 100px;
  }
  /* line 10, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col.table-col-ml-4 {
    margin-left: 100px;
  }
  /* line 14, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col.table-col-mr-4 {
    margin-right: 100px;
  }
  /* line 18, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col.table-col-mx-4 {
    margin-left: 100px;
    margin-right: 100px;
  }
  /* line 23, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col.table-col-mt-4 {
    margin-top: 100px;
  }
  /* line 27, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col.table-col-mb-4 {
    margin-bottom: 100px;
  }
  /* line 31, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col.table-col-my-4 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  /* line 6, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col.table-col-m-5 {
    margin: 125px;
  }
  /* line 10, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col.table-col-ml-5 {
    margin-left: 125px;
  }
  /* line 14, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col.table-col-mr-5 {
    margin-right: 125px;
  }
  /* line 18, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col.table-col-mx-5 {
    margin-left: 125px;
    margin-right: 125px;
  }
  /* line 23, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col.table-col-mt-5 {
    margin-top: 125px;
  }
  /* line 27, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col.table-col-mb-5 {
    margin-bottom: 125px;
  }
  /* line 31, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col.table-col-my-5 {
    margin-top: 125px;
    margin-bottom: 125px;
  }
  /* line 6, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col.table-col-m-6 {
    margin: 150px;
  }
  /* line 10, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col.table-col-ml-6 {
    margin-left: 150px;
  }
  /* line 14, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col.table-col-mr-6 {
    margin-right: 150px;
  }
  /* line 18, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col.table-col-mx-6 {
    margin-left: 150px;
    margin-right: 150px;
  }
  /* line 23, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col.table-col-mt-6 {
    margin-top: 150px;
  }
  /* line 27, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col.table-col-mb-6 {
    margin-bottom: 150px;
  }
  /* line 31, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col.table-col-my-6 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  /* line 6, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col.table-col-m-7 {
    margin: 175px;
  }
  /* line 10, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col.table-col-ml-7 {
    margin-left: 175px;
  }
  /* line 14, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col.table-col-mr-7 {
    margin-right: 175px;
  }
  /* line 18, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col.table-col-mx-7 {
    margin-left: 175px;
    margin-right: 175px;
  }
  /* line 23, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col.table-col-mt-7 {
    margin-top: 175px;
  }
  /* line 27, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col.table-col-mb-7 {
    margin-bottom: 175px;
  }
  /* line 31, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col.table-col-my-7 {
    margin-top: 175px;
    margin-bottom: 175px;
  }
  /* line 6, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col.table-col-m-8 {
    margin: 200px;
  }
  /* line 10, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col.table-col-ml-8 {
    margin-left: 200px;
  }
  /* line 14, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col.table-col-mr-8 {
    margin-right: 200px;
  }
  /* line 18, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col.table-col-mx-8 {
    margin-left: 200px;
    margin-right: 200px;
  }
  /* line 23, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col.table-col-mt-8 {
    margin-top: 200px;
  }
  /* line 27, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col.table-col-mb-8 {
    margin-bottom: 200px;
  }
  /* line 31, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col.table-col-my-8 {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  /* line 6, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col.table-col-m-9 {
    margin: 225px;
  }
  /* line 10, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col.table-col-ml-9 {
    margin-left: 225px;
  }
  /* line 14, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col.table-col-mr-9 {
    margin-right: 225px;
  }
  /* line 18, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col.table-col-mx-9 {
    margin-left: 225px;
    margin-right: 225px;
  }
  /* line 23, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col.table-col-mt-9 {
    margin-top: 225px;
  }
  /* line 27, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col.table-col-mb-9 {
    margin-bottom: 225px;
  }
  /* line 31, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col.table-col-my-9 {
    margin-top: 225px;
    margin-bottom: 225px;
  }
  /* line 136, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table tr.table-row td.table-col label {
    margin-bottom: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 301, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md {
    display: block;
  }
  /* line 43, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md .tabular-subform-row.editable-row td .form-group {
    margin-bottom: 1rem;
  }
  /* line 47, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md .hideLabel {
    display: block;
  }
  /* line 51, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md .tabular-subform-row.editable-row td:last-of-type {
    display: flex;
    margin-left: auto;
  }
  /* line 56, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md .tabular-radio-list {
    display: block;
  }
  /* line 60, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md .delete-tabular-row {
    float: right;
    padding-right: 10px;
  }
  /* line 67, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md thead, .table.responsive-table-md tbody, .table.responsive-table-md tfoot {
    display: block;
  }
  /* line 71, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-header-row {
    display: flex;
    flex-direction: row;
    position: relative;
  }
  /* line 76, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-header-row th.table-header-col {
    display: none;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 0;
  }
  /* line 82, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-header-row th.table-header-col.table-header-col-visible {
    display: block;
  }
  /* line 86, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-header-row th.table-header-col.table-header-col-grow {
    flex-grow: 1;
  }
  /* line 90, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-header-row th.table-header-col.table-header-first-col {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  /* line 95, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-header-row th.table-header-col.table-header-last-col {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  /* line 102, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  /* line 107, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  /* line 113, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col:empty, .table.responsive-table-md tr.table-row td.table-col.table-col-d-none {
    display: none;
  }
  /* line 118, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col.table-col-left, .table.responsive-table-md tr.table-row td.table-col.table-col-right {
    position: absolute;
  }
  /* line 124, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col.table-col-left .checkbox--tablecell {
    top: 2px;
    left: 8px;
  }
  /* line 130, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col.table-col-right {
    right: 0;
  }
  /* line 6, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col.table-col-m-1 {
    margin: 25px;
  }
  /* line 10, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col.table-col-ml-1 {
    margin-left: 25px;
  }
  /* line 14, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col.table-col-mr-1 {
    margin-right: 25px;
  }
  /* line 18, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col.table-col-mx-1 {
    margin-left: 25px;
    margin-right: 25px;
  }
  /* line 23, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col.table-col-mt-1 {
    margin-top: 25px;
  }
  /* line 27, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col.table-col-mb-1 {
    margin-bottom: 25px;
  }
  /* line 31, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col.table-col-my-1 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  /* line 6, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col.table-col-m-2 {
    margin: 50px;
  }
  /* line 10, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col.table-col-ml-2 {
    margin-left: 50px;
  }
  /* line 14, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col.table-col-mr-2 {
    margin-right: 50px;
  }
  /* line 18, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col.table-col-mx-2 {
    margin-left: 50px;
    margin-right: 50px;
  }
  /* line 23, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col.table-col-mt-2 {
    margin-top: 50px;
  }
  /* line 27, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col.table-col-mb-2 {
    margin-bottom: 50px;
  }
  /* line 31, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col.table-col-my-2 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  /* line 6, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col.table-col-m-3 {
    margin: 75px;
  }
  /* line 10, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col.table-col-ml-3 {
    margin-left: 75px;
  }
  /* line 14, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col.table-col-mr-3 {
    margin-right: 75px;
  }
  /* line 18, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col.table-col-mx-3 {
    margin-left: 75px;
    margin-right: 75px;
  }
  /* line 23, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col.table-col-mt-3 {
    margin-top: 75px;
  }
  /* line 27, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col.table-col-mb-3 {
    margin-bottom: 75px;
  }
  /* line 31, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col.table-col-my-3 {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  /* line 6, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col.table-col-m-4 {
    margin: 100px;
  }
  /* line 10, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col.table-col-ml-4 {
    margin-left: 100px;
  }
  /* line 14, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col.table-col-mr-4 {
    margin-right: 100px;
  }
  /* line 18, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col.table-col-mx-4 {
    margin-left: 100px;
    margin-right: 100px;
  }
  /* line 23, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col.table-col-mt-4 {
    margin-top: 100px;
  }
  /* line 27, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col.table-col-mb-4 {
    margin-bottom: 100px;
  }
  /* line 31, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col.table-col-my-4 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  /* line 6, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col.table-col-m-5 {
    margin: 125px;
  }
  /* line 10, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col.table-col-ml-5 {
    margin-left: 125px;
  }
  /* line 14, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col.table-col-mr-5 {
    margin-right: 125px;
  }
  /* line 18, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col.table-col-mx-5 {
    margin-left: 125px;
    margin-right: 125px;
  }
  /* line 23, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col.table-col-mt-5 {
    margin-top: 125px;
  }
  /* line 27, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col.table-col-mb-5 {
    margin-bottom: 125px;
  }
  /* line 31, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col.table-col-my-5 {
    margin-top: 125px;
    margin-bottom: 125px;
  }
  /* line 6, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col.table-col-m-6 {
    margin: 150px;
  }
  /* line 10, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col.table-col-ml-6 {
    margin-left: 150px;
  }
  /* line 14, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col.table-col-mr-6 {
    margin-right: 150px;
  }
  /* line 18, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col.table-col-mx-6 {
    margin-left: 150px;
    margin-right: 150px;
  }
  /* line 23, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col.table-col-mt-6 {
    margin-top: 150px;
  }
  /* line 27, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col.table-col-mb-6 {
    margin-bottom: 150px;
  }
  /* line 31, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col.table-col-my-6 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  /* line 6, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col.table-col-m-7 {
    margin: 175px;
  }
  /* line 10, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col.table-col-ml-7 {
    margin-left: 175px;
  }
  /* line 14, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col.table-col-mr-7 {
    margin-right: 175px;
  }
  /* line 18, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col.table-col-mx-7 {
    margin-left: 175px;
    margin-right: 175px;
  }
  /* line 23, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col.table-col-mt-7 {
    margin-top: 175px;
  }
  /* line 27, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col.table-col-mb-7 {
    margin-bottom: 175px;
  }
  /* line 31, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col.table-col-my-7 {
    margin-top: 175px;
    margin-bottom: 175px;
  }
  /* line 6, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col.table-col-m-8 {
    margin: 200px;
  }
  /* line 10, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col.table-col-ml-8 {
    margin-left: 200px;
  }
  /* line 14, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col.table-col-mr-8 {
    margin-right: 200px;
  }
  /* line 18, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col.table-col-mx-8 {
    margin-left: 200px;
    margin-right: 200px;
  }
  /* line 23, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col.table-col-mt-8 {
    margin-top: 200px;
  }
  /* line 27, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col.table-col-mb-8 {
    margin-bottom: 200px;
  }
  /* line 31, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col.table-col-my-8 {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  /* line 6, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col.table-col-m-9 {
    margin: 225px;
  }
  /* line 10, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col.table-col-ml-9 {
    margin-left: 225px;
  }
  /* line 14, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col.table-col-mr-9 {
    margin-right: 225px;
  }
  /* line 18, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col.table-col-mx-9 {
    margin-left: 225px;
    margin-right: 225px;
  }
  /* line 23, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col.table-col-mt-9 {
    margin-top: 225px;
  }
  /* line 27, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col.table-col-mb-9 {
    margin-bottom: 225px;
  }
  /* line 31, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col.table-col-my-9 {
    margin-top: 225px;
    margin-bottom: 225px;
  }
  /* line 136, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-md tr.table-row td.table-col label {
    margin-bottom: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 307, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg {
    display: block;
  }
  /* line 43, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg .tabular-subform-row.editable-row td .form-group {
    margin-bottom: 1rem;
  }
  /* line 47, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg .hideLabel {
    display: block;
  }
  /* line 51, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg .tabular-subform-row.editable-row td:last-of-type {
    display: flex;
    margin-left: auto;
  }
  /* line 56, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg .tabular-radio-list {
    display: block;
  }
  /* line 60, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg .delete-tabular-row {
    float: right;
    padding-right: 10px;
  }
  /* line 67, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg thead, .table.responsive-table-lg tbody, .table.responsive-table-lg tfoot {
    display: block;
  }
  /* line 71, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-header-row {
    display: flex;
    flex-direction: row;
    position: relative;
  }
  /* line 76, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-header-row th.table-header-col {
    display: none;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 0;
  }
  /* line 82, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-header-row th.table-header-col.table-header-col-visible {
    display: block;
  }
  /* line 86, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-header-row th.table-header-col.table-header-col-grow {
    flex-grow: 1;
  }
  /* line 90, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-header-row th.table-header-col.table-header-first-col {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  /* line 95, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-header-row th.table-header-col.table-header-last-col {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  /* line 102, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  /* line 107, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  /* line 113, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col:empty, .table.responsive-table-lg tr.table-row td.table-col.table-col-d-none {
    display: none;
  }
  /* line 118, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col.table-col-left, .table.responsive-table-lg tr.table-row td.table-col.table-col-right {
    position: absolute;
  }
  /* line 124, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col.table-col-left .checkbox--tablecell {
    top: 2px;
    left: 8px;
  }
  /* line 130, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col.table-col-right {
    right: 0;
  }
  /* line 6, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col.table-col-m-1 {
    margin: 25px;
  }
  /* line 10, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col.table-col-ml-1 {
    margin-left: 25px;
  }
  /* line 14, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col.table-col-mr-1 {
    margin-right: 25px;
  }
  /* line 18, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col.table-col-mx-1 {
    margin-left: 25px;
    margin-right: 25px;
  }
  /* line 23, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col.table-col-mt-1 {
    margin-top: 25px;
  }
  /* line 27, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col.table-col-mb-1 {
    margin-bottom: 25px;
  }
  /* line 31, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col.table-col-my-1 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  /* line 6, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col.table-col-m-2 {
    margin: 50px;
  }
  /* line 10, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col.table-col-ml-2 {
    margin-left: 50px;
  }
  /* line 14, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col.table-col-mr-2 {
    margin-right: 50px;
  }
  /* line 18, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col.table-col-mx-2 {
    margin-left: 50px;
    margin-right: 50px;
  }
  /* line 23, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col.table-col-mt-2 {
    margin-top: 50px;
  }
  /* line 27, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col.table-col-mb-2 {
    margin-bottom: 50px;
  }
  /* line 31, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col.table-col-my-2 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  /* line 6, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col.table-col-m-3 {
    margin: 75px;
  }
  /* line 10, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col.table-col-ml-3 {
    margin-left: 75px;
  }
  /* line 14, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col.table-col-mr-3 {
    margin-right: 75px;
  }
  /* line 18, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col.table-col-mx-3 {
    margin-left: 75px;
    margin-right: 75px;
  }
  /* line 23, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col.table-col-mt-3 {
    margin-top: 75px;
  }
  /* line 27, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col.table-col-mb-3 {
    margin-bottom: 75px;
  }
  /* line 31, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col.table-col-my-3 {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  /* line 6, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col.table-col-m-4 {
    margin: 100px;
  }
  /* line 10, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col.table-col-ml-4 {
    margin-left: 100px;
  }
  /* line 14, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col.table-col-mr-4 {
    margin-right: 100px;
  }
  /* line 18, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col.table-col-mx-4 {
    margin-left: 100px;
    margin-right: 100px;
  }
  /* line 23, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col.table-col-mt-4 {
    margin-top: 100px;
  }
  /* line 27, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col.table-col-mb-4 {
    margin-bottom: 100px;
  }
  /* line 31, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col.table-col-my-4 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  /* line 6, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col.table-col-m-5 {
    margin: 125px;
  }
  /* line 10, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col.table-col-ml-5 {
    margin-left: 125px;
  }
  /* line 14, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col.table-col-mr-5 {
    margin-right: 125px;
  }
  /* line 18, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col.table-col-mx-5 {
    margin-left: 125px;
    margin-right: 125px;
  }
  /* line 23, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col.table-col-mt-5 {
    margin-top: 125px;
  }
  /* line 27, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col.table-col-mb-5 {
    margin-bottom: 125px;
  }
  /* line 31, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col.table-col-my-5 {
    margin-top: 125px;
    margin-bottom: 125px;
  }
  /* line 6, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col.table-col-m-6 {
    margin: 150px;
  }
  /* line 10, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col.table-col-ml-6 {
    margin-left: 150px;
  }
  /* line 14, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col.table-col-mr-6 {
    margin-right: 150px;
  }
  /* line 18, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col.table-col-mx-6 {
    margin-left: 150px;
    margin-right: 150px;
  }
  /* line 23, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col.table-col-mt-6 {
    margin-top: 150px;
  }
  /* line 27, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col.table-col-mb-6 {
    margin-bottom: 150px;
  }
  /* line 31, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col.table-col-my-6 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  /* line 6, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col.table-col-m-7 {
    margin: 175px;
  }
  /* line 10, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col.table-col-ml-7 {
    margin-left: 175px;
  }
  /* line 14, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col.table-col-mr-7 {
    margin-right: 175px;
  }
  /* line 18, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col.table-col-mx-7 {
    margin-left: 175px;
    margin-right: 175px;
  }
  /* line 23, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col.table-col-mt-7 {
    margin-top: 175px;
  }
  /* line 27, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col.table-col-mb-7 {
    margin-bottom: 175px;
  }
  /* line 31, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col.table-col-my-7 {
    margin-top: 175px;
    margin-bottom: 175px;
  }
  /* line 6, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col.table-col-m-8 {
    margin: 200px;
  }
  /* line 10, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col.table-col-ml-8 {
    margin-left: 200px;
  }
  /* line 14, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col.table-col-mr-8 {
    margin-right: 200px;
  }
  /* line 18, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col.table-col-mx-8 {
    margin-left: 200px;
    margin-right: 200px;
  }
  /* line 23, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col.table-col-mt-8 {
    margin-top: 200px;
  }
  /* line 27, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col.table-col-mb-8 {
    margin-bottom: 200px;
  }
  /* line 31, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col.table-col-my-8 {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  /* line 6, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col.table-col-m-9 {
    margin: 225px;
  }
  /* line 10, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col.table-col-ml-9 {
    margin-left: 225px;
  }
  /* line 14, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col.table-col-mr-9 {
    margin-right: 225px;
  }
  /* line 18, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col.table-col-mx-9 {
    margin-left: 225px;
    margin-right: 225px;
  }
  /* line 23, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col.table-col-mt-9 {
    margin-top: 225px;
  }
  /* line 27, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col.table-col-mb-9 {
    margin-bottom: 225px;
  }
  /* line 31, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col.table-col-my-9 {
    margin-top: 225px;
    margin-bottom: 225px;
  }
  /* line 136, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-lg tr.table-row td.table-col label {
    margin-bottom: 0;
  }
}

@media (max-width: 1399.98px) {
  /* line 313, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl {
    display: block;
  }
  /* line 43, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl .tabular-subform-row.editable-row td .form-group {
    margin-bottom: 1rem;
  }
  /* line 47, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl .hideLabel {
    display: block;
  }
  /* line 51, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl .tabular-subform-row.editable-row td:last-of-type {
    display: flex;
    margin-left: auto;
  }
  /* line 56, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl .tabular-radio-list {
    display: block;
  }
  /* line 60, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl .delete-tabular-row {
    float: right;
    padding-right: 10px;
  }
  /* line 67, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl thead, .table.responsive-table-xl tbody, .table.responsive-table-xl tfoot {
    display: block;
  }
  /* line 71, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-header-row {
    display: flex;
    flex-direction: row;
    position: relative;
  }
  /* line 76, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-header-row th.table-header-col {
    display: none;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 0;
  }
  /* line 82, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-header-row th.table-header-col.table-header-col-visible {
    display: block;
  }
  /* line 86, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-header-row th.table-header-col.table-header-col-grow {
    flex-grow: 1;
  }
  /* line 90, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-header-row th.table-header-col.table-header-first-col {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  /* line 95, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-header-row th.table-header-col.table-header-last-col {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  /* line 102, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  /* line 107, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  /* line 113, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col:empty, .table.responsive-table-xl tr.table-row td.table-col.table-col-d-none {
    display: none;
  }
  /* line 118, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col.table-col-left, .table.responsive-table-xl tr.table-row td.table-col.table-col-right {
    position: absolute;
  }
  /* line 124, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col.table-col-left .checkbox--tablecell {
    top: 2px;
    left: 8px;
  }
  /* line 130, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col.table-col-right {
    right: 0;
  }
  /* line 6, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col.table-col-m-1 {
    margin: 25px;
  }
  /* line 10, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col.table-col-ml-1 {
    margin-left: 25px;
  }
  /* line 14, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col.table-col-mr-1 {
    margin-right: 25px;
  }
  /* line 18, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col.table-col-mx-1 {
    margin-left: 25px;
    margin-right: 25px;
  }
  /* line 23, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col.table-col-mt-1 {
    margin-top: 25px;
  }
  /* line 27, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col.table-col-mb-1 {
    margin-bottom: 25px;
  }
  /* line 31, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col.table-col-my-1 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  /* line 6, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col.table-col-m-2 {
    margin: 50px;
  }
  /* line 10, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col.table-col-ml-2 {
    margin-left: 50px;
  }
  /* line 14, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col.table-col-mr-2 {
    margin-right: 50px;
  }
  /* line 18, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col.table-col-mx-2 {
    margin-left: 50px;
    margin-right: 50px;
  }
  /* line 23, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col.table-col-mt-2 {
    margin-top: 50px;
  }
  /* line 27, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col.table-col-mb-2 {
    margin-bottom: 50px;
  }
  /* line 31, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col.table-col-my-2 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  /* line 6, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col.table-col-m-3 {
    margin: 75px;
  }
  /* line 10, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col.table-col-ml-3 {
    margin-left: 75px;
  }
  /* line 14, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col.table-col-mr-3 {
    margin-right: 75px;
  }
  /* line 18, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col.table-col-mx-3 {
    margin-left: 75px;
    margin-right: 75px;
  }
  /* line 23, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col.table-col-mt-3 {
    margin-top: 75px;
  }
  /* line 27, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col.table-col-mb-3 {
    margin-bottom: 75px;
  }
  /* line 31, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col.table-col-my-3 {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  /* line 6, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col.table-col-m-4 {
    margin: 100px;
  }
  /* line 10, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col.table-col-ml-4 {
    margin-left: 100px;
  }
  /* line 14, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col.table-col-mr-4 {
    margin-right: 100px;
  }
  /* line 18, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col.table-col-mx-4 {
    margin-left: 100px;
    margin-right: 100px;
  }
  /* line 23, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col.table-col-mt-4 {
    margin-top: 100px;
  }
  /* line 27, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col.table-col-mb-4 {
    margin-bottom: 100px;
  }
  /* line 31, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col.table-col-my-4 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  /* line 6, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col.table-col-m-5 {
    margin: 125px;
  }
  /* line 10, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col.table-col-ml-5 {
    margin-left: 125px;
  }
  /* line 14, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col.table-col-mr-5 {
    margin-right: 125px;
  }
  /* line 18, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col.table-col-mx-5 {
    margin-left: 125px;
    margin-right: 125px;
  }
  /* line 23, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col.table-col-mt-5 {
    margin-top: 125px;
  }
  /* line 27, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col.table-col-mb-5 {
    margin-bottom: 125px;
  }
  /* line 31, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col.table-col-my-5 {
    margin-top: 125px;
    margin-bottom: 125px;
  }
  /* line 6, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col.table-col-m-6 {
    margin: 150px;
  }
  /* line 10, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col.table-col-ml-6 {
    margin-left: 150px;
  }
  /* line 14, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col.table-col-mr-6 {
    margin-right: 150px;
  }
  /* line 18, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col.table-col-mx-6 {
    margin-left: 150px;
    margin-right: 150px;
  }
  /* line 23, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col.table-col-mt-6 {
    margin-top: 150px;
  }
  /* line 27, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col.table-col-mb-6 {
    margin-bottom: 150px;
  }
  /* line 31, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col.table-col-my-6 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  /* line 6, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col.table-col-m-7 {
    margin: 175px;
  }
  /* line 10, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col.table-col-ml-7 {
    margin-left: 175px;
  }
  /* line 14, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col.table-col-mr-7 {
    margin-right: 175px;
  }
  /* line 18, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col.table-col-mx-7 {
    margin-left: 175px;
    margin-right: 175px;
  }
  /* line 23, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col.table-col-mt-7 {
    margin-top: 175px;
  }
  /* line 27, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col.table-col-mb-7 {
    margin-bottom: 175px;
  }
  /* line 31, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col.table-col-my-7 {
    margin-top: 175px;
    margin-bottom: 175px;
  }
  /* line 6, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col.table-col-m-8 {
    margin: 200px;
  }
  /* line 10, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col.table-col-ml-8 {
    margin-left: 200px;
  }
  /* line 14, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col.table-col-mr-8 {
    margin-right: 200px;
  }
  /* line 18, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col.table-col-mx-8 {
    margin-left: 200px;
    margin-right: 200px;
  }
  /* line 23, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col.table-col-mt-8 {
    margin-top: 200px;
  }
  /* line 27, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col.table-col-mb-8 {
    margin-bottom: 200px;
  }
  /* line 31, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col.table-col-my-8 {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  /* line 6, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col.table-col-m-9 {
    margin: 225px;
  }
  /* line 10, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col.table-col-ml-9 {
    margin-left: 225px;
  }
  /* line 14, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col.table-col-mr-9 {
    margin-right: 225px;
  }
  /* line 18, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col.table-col-mx-9 {
    margin-left: 225px;
    margin-right: 225px;
  }
  /* line 23, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col.table-col-mt-9 {
    margin-top: 225px;
  }
  /* line 27, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col.table-col-mb-9 {
    margin-bottom: 225px;
  }
  /* line 31, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col.table-col-my-9 {
    margin-top: 225px;
    margin-bottom: 225px;
  }
  /* line 136, Content/ht-theme/components/table/_table.scss */
  .table.responsive-table-xl tr.table-row td.table-col label {
    margin-bottom: 0;
  }
}

/* line 319, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl {
  display: block;
}

/* line 43, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl .tabular-subform-row.editable-row td .form-group {
  margin-bottom: 1rem;
}

/* line 47, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl .hideLabel {
  display: block;
}

/* line 51, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl .tabular-subform-row.editable-row td:last-of-type {
  display: flex;
  margin-left: auto;
}

/* line 56, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl .tabular-radio-list {
  display: block;
}

/* line 60, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl .delete-tabular-row {
  float: right;
  padding-right: 10px;
}

/* line 67, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl thead, .table.responsive-table-xxl tbody, .table.responsive-table-xxl tfoot {
  display: block;
}

/* line 71, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-header-row {
  display: flex;
  flex-direction: row;
  position: relative;
}

/* line 76, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-header-row th.table-header-col {
  display: none;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 0;
}

/* line 82, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-header-row th.table-header-col.table-header-col-visible {
  display: block;
}

/* line 86, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-header-row th.table-header-col.table-header-col-grow {
  flex-grow: 1;
}

/* line 90, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-header-row th.table-header-col.table-header-first-col {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

/* line 95, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-header-row th.table-header-col.table-header-last-col {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

/* line 102, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row {
  display: flex;
  flex-direction: column;
  position: relative;
}

/* line 107, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

/* line 113, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col:empty, .table.responsive-table-xxl tr.table-row td.table-col.table-col-d-none {
  display: none;
}

/* line 118, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col.table-col-left, .table.responsive-table-xxl tr.table-row td.table-col.table-col-right {
  position: absolute;
}

/* line 124, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col.table-col-left .checkbox--tablecell {
  top: 2px;
  left: 8px;
}

/* line 130, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col.table-col-right {
  right: 0;
}

/* line 6, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col.table-col-m-1 {
  margin: 25px;
}

/* line 10, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col.table-col-ml-1 {
  margin-left: 25px;
}

/* line 14, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col.table-col-mr-1 {
  margin-right: 25px;
}

/* line 18, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col.table-col-mx-1 {
  margin-left: 25px;
  margin-right: 25px;
}

/* line 23, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col.table-col-mt-1 {
  margin-top: 25px;
}

/* line 27, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col.table-col-mb-1 {
  margin-bottom: 25px;
}

/* line 31, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col.table-col-my-1 {
  margin-top: 25px;
  margin-bottom: 25px;
}

/* line 6, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col.table-col-m-2 {
  margin: 50px;
}

/* line 10, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col.table-col-ml-2 {
  margin-left: 50px;
}

/* line 14, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col.table-col-mr-2 {
  margin-right: 50px;
}

/* line 18, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col.table-col-mx-2 {
  margin-left: 50px;
  margin-right: 50px;
}

/* line 23, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col.table-col-mt-2 {
  margin-top: 50px;
}

/* line 27, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col.table-col-mb-2 {
  margin-bottom: 50px;
}

/* line 31, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col.table-col-my-2 {
  margin-top: 50px;
  margin-bottom: 50px;
}

/* line 6, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col.table-col-m-3 {
  margin: 75px;
}

/* line 10, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col.table-col-ml-3 {
  margin-left: 75px;
}

/* line 14, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col.table-col-mr-3 {
  margin-right: 75px;
}

/* line 18, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col.table-col-mx-3 {
  margin-left: 75px;
  margin-right: 75px;
}

/* line 23, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col.table-col-mt-3 {
  margin-top: 75px;
}

/* line 27, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col.table-col-mb-3 {
  margin-bottom: 75px;
}

/* line 31, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col.table-col-my-3 {
  margin-top: 75px;
  margin-bottom: 75px;
}

/* line 6, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col.table-col-m-4 {
  margin: 100px;
}

/* line 10, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col.table-col-ml-4 {
  margin-left: 100px;
}

/* line 14, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col.table-col-mr-4 {
  margin-right: 100px;
}

/* line 18, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col.table-col-mx-4 {
  margin-left: 100px;
  margin-right: 100px;
}

/* line 23, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col.table-col-mt-4 {
  margin-top: 100px;
}

/* line 27, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col.table-col-mb-4 {
  margin-bottom: 100px;
}

/* line 31, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col.table-col-my-4 {
  margin-top: 100px;
  margin-bottom: 100px;
}

/* line 6, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col.table-col-m-5 {
  margin: 125px;
}

/* line 10, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col.table-col-ml-5 {
  margin-left: 125px;
}

/* line 14, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col.table-col-mr-5 {
  margin-right: 125px;
}

/* line 18, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col.table-col-mx-5 {
  margin-left: 125px;
  margin-right: 125px;
}

/* line 23, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col.table-col-mt-5 {
  margin-top: 125px;
}

/* line 27, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col.table-col-mb-5 {
  margin-bottom: 125px;
}

/* line 31, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col.table-col-my-5 {
  margin-top: 125px;
  margin-bottom: 125px;
}

/* line 6, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col.table-col-m-6 {
  margin: 150px;
}

/* line 10, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col.table-col-ml-6 {
  margin-left: 150px;
}

/* line 14, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col.table-col-mr-6 {
  margin-right: 150px;
}

/* line 18, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col.table-col-mx-6 {
  margin-left: 150px;
  margin-right: 150px;
}

/* line 23, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col.table-col-mt-6 {
  margin-top: 150px;
}

/* line 27, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col.table-col-mb-6 {
  margin-bottom: 150px;
}

/* line 31, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col.table-col-my-6 {
  margin-top: 150px;
  margin-bottom: 150px;
}

/* line 6, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col.table-col-m-7 {
  margin: 175px;
}

/* line 10, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col.table-col-ml-7 {
  margin-left: 175px;
}

/* line 14, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col.table-col-mr-7 {
  margin-right: 175px;
}

/* line 18, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col.table-col-mx-7 {
  margin-left: 175px;
  margin-right: 175px;
}

/* line 23, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col.table-col-mt-7 {
  margin-top: 175px;
}

/* line 27, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col.table-col-mb-7 {
  margin-bottom: 175px;
}

/* line 31, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col.table-col-my-7 {
  margin-top: 175px;
  margin-bottom: 175px;
}

/* line 6, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col.table-col-m-8 {
  margin: 200px;
}

/* line 10, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col.table-col-ml-8 {
  margin-left: 200px;
}

/* line 14, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col.table-col-mr-8 {
  margin-right: 200px;
}

/* line 18, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col.table-col-mx-8 {
  margin-left: 200px;
  margin-right: 200px;
}

/* line 23, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col.table-col-mt-8 {
  margin-top: 200px;
}

/* line 27, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col.table-col-mb-8 {
  margin-bottom: 200px;
}

/* line 31, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col.table-col-my-8 {
  margin-top: 200px;
  margin-bottom: 200px;
}

/* line 6, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col.table-col-m-9 {
  margin: 225px;
}

/* line 10, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col.table-col-ml-9 {
  margin-left: 225px;
}

/* line 14, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col.table-col-mr-9 {
  margin-right: 225px;
}

/* line 18, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col.table-col-mx-9 {
  margin-left: 225px;
  margin-right: 225px;
}

/* line 23, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col.table-col-mt-9 {
  margin-top: 225px;
}

/* line 27, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col.table-col-mb-9 {
  margin-bottom: 225px;
}

/* line 31, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col.table-col-my-9 {
  margin-top: 225px;
  margin-bottom: 225px;
}

/* line 136, Content/ht-theme/components/table/_table.scss */
.table.responsive-table-xxl tr.table-row td.table-col label {
  margin-bottom: 0;
}

/* line 326, Content/ht-theme/components/table/_table.scss */
.table.table-collapsible .row-group {
  border-top: 0;
}

/* line 329, Content/ht-theme/components/table/_table.scss */
.table.table-collapsible .row-group:not(:first-child):before {
  content: "@";
  display: block;
  line-height: 8px;
  text-indent: -99999px;
}

/* line 336, Content/ht-theme/components/table/_table.scss */
.table.table-collapsible .row-group .parent-row {
  background-color: #e1e8f3;
}

/* line 341, Content/ht-theme/components/table/_table.scss */
.table.table-collapsible .row-group.child-collapse .parent-row {
  border-radius: 8px;
}

/* line 346, Content/ht-theme/components/table/_table.scss */
.table.table-collapsible .row-group .parent-row.table-row-button {
  cursor: default;
}

/* line 351, Content/ht-theme/components/table/_table.scss */
.table.table-collapsible .row-group .child-row.collapsing {
  transition-duration: 0.1s;
}

/* line 355, Content/ht-theme/components/table/_table.scss */
.table.table-collapsible .row-group .child-row td:last-child {
  padding-right: 30px;
}

/* line 359, Content/ht-theme/components/table/_table.scss */
.table.table-collapsible .row-group .child-row:nth-of-type(even) {
  background-color: #ffffff;
}

/* line 363, Content/ht-theme/components/table/_table.scss */
.table.table-collapsible .row-group .child-row:nth-of-type(odd) {
  background-color: rgba(62, 82, 110, 0.05);
}

/* line 373, Content/ht-theme/components/table/_table.scss */
.table-striped tbody tr {
  background-color: rgba(62, 82, 110, 0.05);
}

/* line 377, Content/ht-theme/components/table/_table.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #ffffff;
}

/* line 383, Content/ht-theme/components/table/_table.scss */
.table-fixed {
  table-layout: fixed;
}

/* line 387, Content/ht-theme/components/table/_table.scss */
th.checkbox-column {
  width: 50px;
}

/* line 421, Content/ht-theme/components/table/_table.scss */
.full-table.table-has-row-buttons tbody tr:hover {
  background-color: #def1fa;
  box-shadow: inset 0px 0px 0px 1px #00b4e3;
  -webkit-box-shadow: inset 0px 0px 0px 1px #00b4e3;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    /* line 400, Content/ht-theme/components/table/_table.scss */
    .full-table.table-has-row-buttons tbody tr:hover td:not(disabled) {
      box-shadow: inset 0 1px 0 0 #00b4e3, inset 0 -1px 0 0 #00b4e3;
      -webkit-box-shadow: inset 0 1px 0 0 #00b4e3, inset 0 -1px 0 0 #00b4e3;
    }
    /* line 404, Content/ht-theme/components/table/_table.scss */
    .full-table.table-has-row-buttons tbody tr:hover td:not(disabled):first-child {
      box-shadow: inset 1px 0 0 0 #00b4e3, inset 0 1px 0 0 #00b4e3, inset 0 -1px 0 0 #00b4e3;
      -webkit-box-shadow: inset 1px 0 0 0 #00b4e3, inset 0 1px 0 0 #00b4e3, inset 0 -1px 0 0 #00b4e3;
    }
    /* line 409, Content/ht-theme/components/table/_table.scss */
    .full-table.table-has-row-buttons tbody tr:hover td:not(disabled):last-child {
      box-shadow: inset -1px 0 0 0 #00b4e3, inset 0 1px 0 0 #00b4e3, inset 0 -1px 0 0 #00b4e3;
      -webkit-box-shadow: inset -1px 0 0 0 #00b4e3, inset 0 1px 0 0 #00b4e3, inset 0 -1px 0 0 #00b4e3;
    }
  }
}

/* line 426, Content/ht-theme/components/table/_table.scss */
.full-table.table-has-row-buttons tbody td {
  padding-top: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
}

/* line 432, Content/ht-theme/components/table/_table.scss */
.full-table.table-has-row-buttons tbody tr {
  padding-left: 0px;
}

/* line 441, Content/ht-theme/components/table/_table.scss */
table.table-fit thead th, table.table-fit tfoot th {
  width: 1%;
}

/* line 445, Content/ht-theme/components/table/_table.scss */
table.table-fit tbody td, table.table-fit tfoot td {
  width: 1%;
}

/* line 457, Content/ht-theme/components/table/_table.scss */
.dashboard-table table tbody tr:hover {
  background-color: #def1fa;
  box-shadow: inset 0px 0px 0px 1px #00b4e3;
  -webkit-box-shadow: inset 0px 0px 0px 1px #00b4e3;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    /* line 400, Content/ht-theme/components/table/_table.scss */
    .dashboard-table table tbody tr:hover td:not(disabled) {
      box-shadow: inset 0 1px 0 0 #00b4e3, inset 0 -1px 0 0 #00b4e3;
      -webkit-box-shadow: inset 0 1px 0 0 #00b4e3, inset 0 -1px 0 0 #00b4e3;
    }
    /* line 404, Content/ht-theme/components/table/_table.scss */
    .dashboard-table table tbody tr:hover td:not(disabled):first-child {
      box-shadow: inset 1px 0 0 0 #00b4e3, inset 0 1px 0 0 #00b4e3, inset 0 -1px 0 0 #00b4e3;
      -webkit-box-shadow: inset 1px 0 0 0 #00b4e3, inset 0 1px 0 0 #00b4e3, inset 0 -1px 0 0 #00b4e3;
    }
    /* line 409, Content/ht-theme/components/table/_table.scss */
    .dashboard-table table tbody tr:hover td:not(disabled):last-child {
      box-shadow: inset -1px 0 0 0 #00b4e3, inset 0 1px 0 0 #00b4e3, inset 0 -1px 0 0 #00b4e3;
      -webkit-box-shadow: inset -1px 0 0 0 #00b4e3, inset 0 1px 0 0 #00b4e3, inset 0 -1px 0 0 #00b4e3;
    }
  }
}

/* line 465, Content/ht-theme/components/table/_table.scss */
.table-scrollx-wrapper {
  min-width: 250px;
  width: 100%;
  overflow-x: auto;
  padding-top: 20px;
  margin-top: -20px;
}

/* line 474, Content/ht-theme/components/table/_table.scss */
tr.table-row-button {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #3e526e;
  cursor: pointer;
  display: table-row;
  width: 100%;
  text-decoration: none;
}

/* line 484, Content/ht-theme/components/table/_table.scss */
.table-row-button td {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

/* line 490, Content/ht-theme/components/table/_table.scss */
a.table-row-button {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #3e526e;
  cursor: pointer;
  display: flex;
  width: 100%;
  text-decoration: none;
}

/* line 500, Content/ht-theme/components/table/_table.scss */
a.table-row-button-nowrap {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #3e526e;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  text-decoration: none;
}

/* line 511, Content/ht-theme/components/table/_table.scss */
.table-row-button:hover {
  text-decoration: none;
}

/* line 515, Content/ht-theme/components/table/_table.scss */
.tabular-radio-list {
  display: grid;
}

/* line 519, Content/ht-theme/components/table/_table.scss */
.tabular-radio-list label {
  word-break: normal !important;
}

/* line 523, Content/ht-theme/components/table/_table.scss */
.hideLabel {
  display: none;
}

/* line 529, Content/ht-theme/components/table/_table.scss */
.tabular-subform-row.editable-row td:first-of-type {
  margin-top: -60px;
}

/* line 533, Content/ht-theme/components/table/_table.scss */
.user-management-table {
  overflow: auto;
  max-height: 600px;
}

/* line 538, Content/ht-theme/components/table/_table.scss */
.current-projects-loader {
  position: absolute;
  z-index: 9999;
  top: calc(50% - 18.5px);
  left: calc(50% - 75px);
}

/* line 545, Content/ht-theme/components/table/_table.scss */
.future-projects-loader {
  position: absolute;
  z-index: 9999;
  top: calc(50% - 18.5px);
  left: calc(50% - 75px);
}

/* line 552, Content/ht-theme/components/table/_table.scss */
.region-admin-col-header {
  border-right: 1px solid #EBF1FA;
  border-left: 1px solid #EBF1FA;
}

/* line 557, Content/ht-theme/components/table/_table.scss */
.region-admin-col {
  background-color: #FAFBFC;
  border-right: 1px solid #EBF1FA;
  border-left: 1px solid #EBF1FA;
}

/* line 1, Content/ht-theme/components/table/_react-table.scss */
.react-table-container {
  flex: 1 1 auto;
  box-sizing: border-box;
  background-color: transparent;
  position: relative;
  min-height: 0;
  height: 100%;
}

/* line 11, Content/ht-theme/components/table/_react-table.scss */
.react-table .table-cell-no-click {
  cursor: initial;
}

/* line 15, Content/ht-theme/components/table/_react-table.scss */
.react-table .table-header {
  display: flex;
  align-items: flex-end;
  color: #3e526e;
  background-color: #e1e8f3;
  border-radius: 8px;
  margin-bottom: 10px;
  font-weight: bold;
}

/* line 24, Content/ht-theme/components/table/_react-table.scss */
.react-table .table-header .table-header-column {
  min-width: 0;
  overflow-wrap: break-word;
}

/* line 33, Content/ht-theme/components/table/_react-table.scss */
.react-table .table-body:focus, .react-table .table-body:focus-visible {
  outline: 0;
}

/* line 37, Content/ht-theme/components/table/_react-table.scss */
.react-table .table-body .table-row, .react-table .table-body .table-row-even {
  background-color: rgba(62, 82, 110, 0.05);
}

/* line 41, Content/ht-theme/components/table/_react-table.scss */
.react-table .table-body .table-row-odd {
  background-color: #ffffff;
}

/* line 45, Content/ht-theme/components/table/_react-table.scss */
.react-table .table-body .table-row {
  display: flex;
  align-items: center;
}

/* line 49, Content/ht-theme/components/table/_react-table.scss */
.react-table .table-body .table-row:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

/* line 54, Content/ht-theme/components/table/_react-table.scss */
.react-table .table-body .table-row:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

/* line 59, Content/ht-theme/components/table/_react-table.scss */
.react-table .table-body .table-row:hover {
  -webkit-box-shadow: inset 0px 0px 0px 1px #00b4e3;
  box-shadow: inset 0px 0px 0px 1px #00b4e3;
  background-color: #def1fa;
}

/* line 65, Content/ht-theme/components/table/_react-table.scss */
.react-table .table-body .table-row .table-column {
  display: inline-flex;
  align-items: center;
  height: 100%;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}

/* line 77, Content/ht-theme/components/table/_react-table.scss */
.react-table.has-scrollbar .table-row:hover {
  padding-right: 0 !important;
  width: 100% !important;
}

/* line 83, Content/ht-theme/components/table/_react-table.scss */
.react-table .table-cell {
  display: inline-flex;
  align-items: center;
  border-bottom: 0;
  flex: 1;
  /*padding: 0 4px;*/
  padding: 0;
  font-size: 1rem;
  width: 100%;
  height: 100%;
  text-align: left;
}

/* line 96, Content/ht-theme/components/table/_react-table.scss */
.react-table .table-cell-first {
  /*padding: 0 4px 0 30px;*/
  padding: 0 8px 0 30px;
}

/* line 101, Content/ht-theme/components/table/_react-table.scss */
.react-table .table-cell-link {
  color: #3e526e;
  cursor: pointer;
  display: inline-flex;
  width: 100%;
  height: 100%;
  align-items: center;
  text-decoration: none;
  padding: 8px 8px 8px 0;
}

/* line 112, Content/ht-theme/components/table/_react-table.scss */
.react-table .table-cell-sort-label {
  display: inline-flex;
  align-items: flex-end;
  justify-content: flex-start;
  /*width: 100%;*/
}

/* line 118, Content/ht-theme/components/table/_react-table.scss */
.react-table .table-cell-sort-label .sort-label-icon {
  color: #3e526e;
  opacity: 0;
  margin-left: .25rem;
  font-weight: bold;
  transition: opacity .4s ease, transform .4s ease;
}

/* line 125, Content/ht-theme/components/table/_react-table.scss */
.react-table .table-cell-sort-label .sort-label-icon:before {
  transition: 400ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, transform 400ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  content: 'expand_more';
  display: inline-block;
  /*transform: rotate(0);*/
}

/* line 133, Content/ht-theme/components/table/_react-table.scss */
.react-table .table-cell-sort-label .sort-label-icon-asc:before {
  transform: rotate(-180deg);
}

/* line 137, Content/ht-theme/components/table/_react-table.scss */
.react-table .table-cell-sort-label .sort-label-icon-desc:before {
  transform: rotate(0deg);
}

/* line 142, Content/ht-theme/components/table/_react-table.scss */
.react-table .table-cell-sort-label:hover .sort-label-icon {
  opacity: .5;
}

/* line 147, Content/ht-theme/components/table/_react-table.scss */
.react-table .table-cell-sort-label .help-button-hover + .sort-label-icon {
  opacity: 0;
}

/* line 152, Content/ht-theme/components/table/_react-table.scss */
.react-table .table-cell-sort-label.table-cell-sort-label-active .sort-label-icon {
  opacity: 1;
}

/* line 158, Content/ht-theme/components/table/_react-table.scss */
.react-table .table-header-cell {
  display: inline-flex;
  align-items: center;
  border-bottom: 0;
  /*padding: 8px 4px;*/
  padding: .75rem 8px .75rem 0;
  font-size: 1rem;
  font-weight: bold;
  width: 100%;
  height: 100%;
  text-align: left;
}

/* line 171, Content/ht-theme/components/table/_react-table.scss */
.react-table .table-header-cell-first {
  padding: .75rem 8px .75rem 30px;
}

/* line 3, Content/ht-theme/components/table/_result-table-with-action-row.scss */
table.result-table-with-action-row tr:nth-child(4n+1), table.result-table-with-action-row tr:nth-child(4n+2) {
  background: #ffffff;
}

/* line 7, Content/ht-theme/components/table/_result-table-with-action-row.scss */
table.result-table-with-action-row tr:nth-child(4n+3), table.result-table-with-action-row tr:nth-child(4n+4) {
  background: rgba(62, 82, 110, 0.05);
}

/* line 31, Content/ht-theme/components/table/_fixed-layout-table.scss */
.table.table-fixed {
  table-layout: fixed;
}

/* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
.table.table-fixed .ft-cell-width-1 {
  width: 25px;
}

/* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
.table.table-fixed .ft-cell-width-2 {
  width: 50px;
}

/* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
.table.table-fixed .ft-cell-width-3 {
  width: 75px;
}

/* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
.table.table-fixed .ft-cell-width-4 {
  width: 100px;
}

/* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
.table.table-fixed .ft-cell-width-5 {
  width: 125px;
}

/* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
.table.table-fixed .ft-cell-width-6 {
  width: 150px;
}

/* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
.table.table-fixed .ft-cell-width-7 {
  width: 175px;
}

/* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
.table.table-fixed .ft-cell-width-8 {
  width: 200px;
}

/* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
.table.table-fixed .ft-cell-width-9 {
  width: 225px;
}

/* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
.table.table-fixed .ft-cell-width-10 {
  width: 250px;
}

/* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
.table.table-fixed .ft-cell-width-11 {
  width: 275px;
}

/* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
.table.table-fixed .ft-cell-width-12 {
  width: 300px;
}

/* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
.table.table-fixed .ft-cell-width-13 {
  width: 325px;
}

/* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
.table.table-fixed .ft-cell-width-14 {
  width: 350px;
}

@media (min-width: 576px) {
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-sm-1 {
    width: 25px;
  }
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-sm-2 {
    width: 50px;
  }
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-sm-3 {
    width: 75px;
  }
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-sm-4 {
    width: 100px;
  }
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-sm-5 {
    width: 125px;
  }
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-sm-6 {
    width: 150px;
  }
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-sm-7 {
    width: 175px;
  }
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-sm-8 {
    width: 200px;
  }
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-sm-9 {
    width: 225px;
  }
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-sm-10 {
    width: 250px;
  }
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-sm-11 {
    width: 275px;
  }
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-sm-12 {
    width: 300px;
  }
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-sm-13 {
    width: 325px;
  }
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-sm-14 {
    width: 350px;
  }
}

@media (min-width: 768px) {
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-md-1 {
    width: 25px;
  }
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-md-2 {
    width: 50px;
  }
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-md-3 {
    width: 75px;
  }
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-md-4 {
    width: 100px;
  }
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-md-5 {
    width: 125px;
  }
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-md-6 {
    width: 150px;
  }
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-md-7 {
    width: 175px;
  }
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-md-8 {
    width: 200px;
  }
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-md-9 {
    width: 225px;
  }
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-md-10 {
    width: 250px;
  }
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-md-11 {
    width: 275px;
  }
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-md-12 {
    width: 300px;
  }
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-md-13 {
    width: 325px;
  }
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-md-14 {
    width: 350px;
  }
}

@media (min-width: 992px) {
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-lg-1 {
    width: 25px;
  }
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-lg-2 {
    width: 50px;
  }
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-lg-3 {
    width: 75px;
  }
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-lg-4 {
    width: 100px;
  }
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-lg-5 {
    width: 125px;
  }
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-lg-6 {
    width: 150px;
  }
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-lg-7 {
    width: 175px;
  }
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-lg-8 {
    width: 200px;
  }
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-lg-9 {
    width: 225px;
  }
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-lg-10 {
    width: 250px;
  }
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-lg-11 {
    width: 275px;
  }
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-lg-12 {
    width: 300px;
  }
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-lg-13 {
    width: 325px;
  }
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-lg-14 {
    width: 350px;
  }
}

@media (min-width: 1200px) {
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-xl-1 {
    width: 25px;
  }
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-xl-2 {
    width: 50px;
  }
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-xl-3 {
    width: 75px;
  }
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-xl-4 {
    width: 100px;
  }
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-xl-5 {
    width: 125px;
  }
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-xl-6 {
    width: 150px;
  }
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-xl-7 {
    width: 175px;
  }
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-xl-8 {
    width: 200px;
  }
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-xl-9 {
    width: 225px;
  }
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-xl-10 {
    width: 250px;
  }
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-xl-11 {
    width: 275px;
  }
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-xl-12 {
    width: 300px;
  }
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-xl-13 {
    width: 325px;
  }
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-xl-14 {
    width: 350px;
  }
}

@media (min-width: 1400px) {
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-xxl-1 {
    width: 25px;
  }
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-xxl-2 {
    width: 50px;
  }
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-xxl-3 {
    width: 75px;
  }
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-xxl-4 {
    width: 100px;
  }
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-xxl-5 {
    width: 125px;
  }
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-xxl-6 {
    width: 150px;
  }
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-xxl-7 {
    width: 175px;
  }
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-xxl-8 {
    width: 200px;
  }
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-xxl-9 {
    width: 225px;
  }
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-xxl-10 {
    width: 250px;
  }
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-xxl-11 {
    width: 275px;
  }
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-xxl-12 {
    width: 300px;
  }
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-xxl-13 {
    width: 325px;
  }
  /* line 9, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-xxl-14 {
    width: 350px;
  }
}

/* line 23, Content/ht-theme/components/table/_fixed-layout-table.scss */
.table.table-fixed .ft-cell-width-percent-1 {
  width: 10%;
}

/* line 23, Content/ht-theme/components/table/_fixed-layout-table.scss */
.table.table-fixed .ft-cell-width-percent-2 {
  width: 20%;
}

/* line 23, Content/ht-theme/components/table/_fixed-layout-table.scss */
.table.table-fixed .ft-cell-width-percent-3 {
  width: 30%;
}

/* line 23, Content/ht-theme/components/table/_fixed-layout-table.scss */
.table.table-fixed .ft-cell-width-percent-4 {
  width: 40%;
}

/* line 23, Content/ht-theme/components/table/_fixed-layout-table.scss */
.table.table-fixed .ft-cell-width-percent-5 {
  width: 50%;
}

/* line 23, Content/ht-theme/components/table/_fixed-layout-table.scss */
.table.table-fixed .ft-cell-width-percent-6 {
  width: 60%;
}

/* line 23, Content/ht-theme/components/table/_fixed-layout-table.scss */
.table.table-fixed .ft-cell-width-percent-7 {
  width: 70%;
}

/* line 23, Content/ht-theme/components/table/_fixed-layout-table.scss */
.table.table-fixed .ft-cell-width-percent-8 {
  width: 80%;
}

/* line 23, Content/ht-theme/components/table/_fixed-layout-table.scss */
.table.table-fixed .ft-cell-width-percent-9 {
  width: 90%;
}

@media (min-width: 576px) {
  /* line 23, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-percent-sm-1 {
    width: 10%;
  }
  /* line 23, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-percent-sm-2 {
    width: 20%;
  }
  /* line 23, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-percent-sm-3 {
    width: 30%;
  }
  /* line 23, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-percent-sm-4 {
    width: 40%;
  }
  /* line 23, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-percent-sm-5 {
    width: 50%;
  }
  /* line 23, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-percent-sm-6 {
    width: 60%;
  }
  /* line 23, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-percent-sm-7 {
    width: 70%;
  }
  /* line 23, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-percent-sm-8 {
    width: 80%;
  }
  /* line 23, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-percent-sm-9 {
    width: 90%;
  }
}

@media (min-width: 768px) {
  /* line 23, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-percent-md-1 {
    width: 10%;
  }
  /* line 23, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-percent-md-2 {
    width: 20%;
  }
  /* line 23, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-percent-md-3 {
    width: 30%;
  }
  /* line 23, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-percent-md-4 {
    width: 40%;
  }
  /* line 23, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-percent-md-5 {
    width: 50%;
  }
  /* line 23, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-percent-md-6 {
    width: 60%;
  }
  /* line 23, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-percent-md-7 {
    width: 70%;
  }
  /* line 23, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-percent-md-8 {
    width: 80%;
  }
  /* line 23, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-percent-md-9 {
    width: 90%;
  }
}

@media (min-width: 992px) {
  /* line 23, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-percent-lg-1 {
    width: 10%;
  }
  /* line 23, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-percent-lg-2 {
    width: 20%;
  }
  /* line 23, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-percent-lg-3 {
    width: 30%;
  }
  /* line 23, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-percent-lg-4 {
    width: 40%;
  }
  /* line 23, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-percent-lg-5 {
    width: 50%;
  }
  /* line 23, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-percent-lg-6 {
    width: 60%;
  }
  /* line 23, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-percent-lg-7 {
    width: 70%;
  }
  /* line 23, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-percent-lg-8 {
    width: 80%;
  }
  /* line 23, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-percent-lg-9 {
    width: 90%;
  }
}

@media (min-width: 1200px) {
  /* line 23, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-percent-xl-1 {
    width: 10%;
  }
  /* line 23, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-percent-xl-2 {
    width: 20%;
  }
  /* line 23, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-percent-xl-3 {
    width: 30%;
  }
  /* line 23, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-percent-xl-4 {
    width: 40%;
  }
  /* line 23, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-percent-xl-5 {
    width: 50%;
  }
  /* line 23, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-percent-xl-6 {
    width: 60%;
  }
  /* line 23, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-percent-xl-7 {
    width: 70%;
  }
  /* line 23, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-percent-xl-8 {
    width: 80%;
  }
  /* line 23, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-percent-xl-9 {
    width: 90%;
  }
}

@media (min-width: 1400px) {
  /* line 23, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-percent-xxl-1 {
    width: 10%;
  }
  /* line 23, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-percent-xxl-2 {
    width: 20%;
  }
  /* line 23, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-percent-xxl-3 {
    width: 30%;
  }
  /* line 23, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-percent-xxl-4 {
    width: 40%;
  }
  /* line 23, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-percent-xxl-5 {
    width: 50%;
  }
  /* line 23, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-percent-xxl-6 {
    width: 60%;
  }
  /* line 23, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-percent-xxl-7 {
    width: 70%;
  }
  /* line 23, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-percent-xxl-8 {
    width: 80%;
  }
  /* line 23, Content/ht-theme/components/table/_fixed-layout-table.scss */
  .table.table-fixed .ft-cell-width-percent-xxl-9 {
    width: 90%;
  }
}

/* line 3, Content/ht-theme/components/table/_public-board-table.scss */
.board-table-wrapper {
  padding-left: 1rem;
  padding-right: 1rem;
}

/* line 7, Content/ht-theme/components/table/_public-board-table.scss */
.board-table-wrapper .board-header {
  display: block;
  padding-top: 1.5rem;
  padding-bottom: .875rem;
}

/* line 12, Content/ht-theme/components/table/_public-board-table.scss */
.board-table-wrapper .board-header .board-header-subtitle {
  text-align: left;
}

@media (max-width: 960px) {
  /* line 18, Content/ht-theme/components/table/_public-board-table.scss */
  .board-table-wrapper .board-header-row-cell {
    max-width: 100%;
  }
  /* line 22, Content/ht-theme/components/table/_public-board-table.scss */
  .board-table-wrapper .font-size-normal-mobile {
    font-size: 1rem;
  }
}

@media (min-width: 960px) {
  /* line 29, Content/ht-theme/components/table/_public-board-table.scss */
  .board-table-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  /* line 33, Content/ht-theme/components/table/_public-board-table.scss */
  .board-table-wrapper .board-header {
    display: flex;
  }
  /* line 36, Content/ht-theme/components/table/_public-board-table.scss */
  .board-table-wrapper .board-header .board-header-subtitle {
    text-align: right;
  }
  /* line 40, Content/ht-theme/components/table/_public-board-table.scss */
  .board-table-wrapper .board-header .font-size-normal-mobile {
    font-size: 1.5rem;
  }
  /* line 44, Content/ht-theme/components/table/_public-board-table.scss */
  .board-table-wrapper .board-header .board-header-row-cell {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* line 54, Content/ht-theme/components/table/_public-board-table.scss */
.permit-table .header-row, .booking-table .header-row {
  display: none;
  align-items: flex-end;
  color: #3e526e;
  background-color: #e1e8f3;
  border-radius: 8px;
  margin-bottom: 10px;
  font-weight: bold;
  padding-top: .75rem;
  padding-bottom: .75rem;
  border-left: 10px solid #e1e8f3;
}

/* line 66, Content/ht-theme/components/table/_public-board-table.scss */
.permit-table .header-row .header-row-cell, .booking-table .header-row .header-row-cell {
  padding-left: .75rem;
  min-width: 0;
  overflow-wrap: break-word;
}

/* line 72, Content/ht-theme/components/table/_public-board-table.scss */
.permit-table .header-row .header-row-cell-time, .booking-table .header-row .header-row-cell-time {
  min-width: 0;
  overflow-wrap: break-word;
}

/* line 77, Content/ht-theme/components/table/_public-board-table.scss */
.permit-table .header-row .header-row-cell-type, .booking-table .header-row .header-row-cell-type {
  padding-left: .25rem;
  min-width: 0;
  overflow-wrap: break-word;
}

/* line 83, Content/ht-theme/components/table/_public-board-table.scss */
.permit-table .header-row .header-row-cell-employer, .booking-table .header-row .header-row-cell-employer {
  padding-left: .45rem;
  min-width: 0;
  overflow-wrap: break-word;
}

@media (min-width: 960px) {
  /* line 91, Content/ht-theme/components/table/_public-board-table.scss */
  .permit-table .header-row, .booking-table .header-row {
    display: flex;
  }
}

/* line 99, Content/ht-theme/components/table/_public-board-table.scss */
.permit-table .content-body:focus, .permit-table .content-body:focus-visible, .booking-table .content-body:focus, .booking-table .content-body:focus-visible {
  outline: 0;
}

/* line 103, Content/ht-theme/components/table/_public-board-table.scss */
.permit-table .content-body .content-row, .booking-table .content-body .content-row {
  display: block;
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: rgba(62, 82, 110, 0.05);
}

/* line 110, Content/ht-theme/components/table/_public-board-table.scss */
.permit-table .content-body .content-row:nth-of-type(odd), .booking-table .content-body .content-row:nth-of-type(odd) {
  background-color: #ffffff;
}

/* line 114, Content/ht-theme/components/table/_public-board-table.scss */
.permit-table .content-body .content-row:first-child, .booking-table .content-body .content-row:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

/* line 119, Content/ht-theme/components/table/_public-board-table.scss */
.permit-table .content-body .content-row:last-child, .booking-table .content-body .content-row:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

/* line 124, Content/ht-theme/components/table/_public-board-table.scss */
.permit-table .content-body .content-row:hover, .booking-table .content-body .content-row:hover {
  -webkit-box-shadow: inset 0px 0px 0px 1px #00b4e3;
  box-shadow: inset 0px 0px 0px 1px #00b4e3;
  background-color: #def1fa;
}

/* line 130, Content/ht-theme/components/table/_public-board-table.scss */
.permit-table .content-body .content-row.row-eq-height, .booking-table .content-body .content-row.row-eq-height {
  min-height: 3rem;
}

/* line 134, Content/ht-theme/components/table/_public-board-table.scss */
.permit-table .content-body .content-row .row-cell, .booking-table .content-body .content-row .row-cell {
  padding-left: .875rem;
  padding-right: .875rem;
  padding-top: 3px;
  padding-bottom: 3px;
  overflow-wrap: break-word;
  word-break: break-word;
}

/* line 142, Content/ht-theme/components/table/_public-board-table.scss */
.permit-table .content-body .content-row .row-cell:first-child, .booking-table .content-body .content-row .row-cell:first-child {
  padding-right: 150px;
}

/* line 146, Content/ht-theme/components/table/_public-board-table.scss */
.permit-table .content-body .content-row .row-cell.row-cell-time-start, .permit-table .content-body .content-row .row-cell.row-cell-time-complete, .booking-table .content-body .content-row .row-cell.row-cell-time-start, .booking-table .content-body .content-row .row-cell.row-cell-time-complete {
  display: inline-block;
  width: auto;
}

/* line 151, Content/ht-theme/components/table/_public-board-table.scss */
.permit-table .content-body .content-row .row-cell.row-cell-time-start .linebreak-desktop, .permit-table .content-body .content-row .row-cell.row-cell-time-complete .linebreak-desktop, .booking-table .content-body .content-row .row-cell.row-cell-time-start .linebreak-desktop, .booking-table .content-body .content-row .row-cell.row-cell-time-complete .linebreak-desktop {
  display: none;
}

/* line 156, Content/ht-theme/components/table/_public-board-table.scss */
.permit-table .content-body .content-row .row-cell.row-cell-time-start, .booking-table .content-body .content-row .row-cell.row-cell-time-start {
  padding-right: 0;
}

/* line 160, Content/ht-theme/components/table/_public-board-table.scss */
.permit-table .content-body .content-row .row-cell.row-cell-time-complete, .booking-table .content-body .content-row .row-cell.row-cell-time-complete {
  padding-left: 0;
  padding-right: 0;
}

/* line 165, Content/ht-theme/components/table/_public-board-table.scss */
.permit-table .content-body .content-row .row-cell.row-cell-time-complete:before, .booking-table .content-body .content-row .row-cell.row-cell-time-complete:before {
  content: " - ";
}

/* line 169, Content/ht-theme/components/table/_public-board-table.scss */
.permit-table .content-body .content-row .row-cell.row-cell-status, .booking-table .content-body .content-row .row-cell.row-cell-status {
  position: absolute;
  top: 1rem;
  right: 0;
  width: auto;
}

/* line 176, Content/ht-theme/components/table/_public-board-table.scss */
.permit-table .content-body .content-row .row-cell.row-cell-description, .booking-table .content-body .content-row .row-cell.row-cell-description {
  opacity: .8;
}

/* line 180, Content/ht-theme/components/table/_public-board-table.scss */
.permit-table .content-body .content-row .row-cell .inlineblock-desktop,
.permit-table .content-body .content-row .row-cell .inline-desktop, .booking-table .content-body .content-row .row-cell .inlineblock-desktop,
.booking-table .content-body .content-row .row-cell .inline-desktop {
  display: none;
}

/* line 185, Content/ht-theme/components/table/_public-board-table.scss */
.permit-table .content-body .content-row .row-cell .not-checked-out-text, .booking-table .content-body .content-row .row-cell .not-checked-out-text {
  display: none;
}

/* line 189, Content/ht-theme/components/table/_public-board-table.scss */
.permit-table .content-body .content-row .row-cell .font-size-dektop, .booking-table .content-body .content-row .row-cell .font-size-dektop {
  font-size: 1rem;
}

@media (min-width: 960px) {
  /* line 195, Content/ht-theme/components/table/_public-board-table.scss */
  .permit-table .content-body .content-row .row-cell, .booking-table .content-body .content-row .row-cell {
    min-height: 3rem;
  }
  /* line 198, Content/ht-theme/components/table/_public-board-table.scss */
  .permit-table .content-body .content-row .row-cell .inlineblock-desktop, .booking-table .content-body .content-row .row-cell .inlineblock-desktop {
    display: inline-block;
    white-space: pre-wrap;
  }
  /* line 203, Content/ht-theme/components/table/_public-board-table.scss */
  .permit-table .content-body .content-row .row-cell .inline-desktop, .booking-table .content-body .content-row .row-cell .inline-desktop {
    display: inline;
    white-space: pre-wrap;
  }
  /* line 208, Content/ht-theme/components/table/_public-board-table.scss */
  .permit-table .content-body .content-row .row-cell .font-size-dektop, .booking-table .content-body .content-row .row-cell .font-size-dektop {
    font-size: .90rem;
  }
}

@media (max-width: 960px) {
  /* line 215, Content/ht-theme/components/table/_public-board-table.scss */
  .permit-table .content-body .content-row .row-cell, .booking-table .content-body .content-row .row-cell {
    max-width: 100%;
  }
}

/* line 220, Content/ht-theme/components/table/_public-board-table.scss */
.permit-table .content-body .content-row .font-weight-bold, .booking-table .content-body .content-row .font-weight-bold {
  font-weight: 600;
}

/* line 224, Content/ht-theme/components/table/_public-board-table.scss */
.permit-table .content-body .content-row .font-weight-bold-mobile, .booking-table .content-body .content-row .font-weight-bold-mobile {
  font-weight: 600;
}

@media (min-width: 960px) {
  /* line 229, Content/ht-theme/components/table/_public-board-table.scss */
  .permit-table .content-body .content-row .font-weight-bold-mobile, .booking-table .content-body .content-row .font-weight-bold-mobile {
    font-weight: 500;
  }
}

@media (min-width: 960px) {
  /* line 236, Content/ht-theme/components/table/_public-board-table.scss */
  .permit-table .content-body .content-row, .booking-table .content-body .content-row {
    display: flex;
    align-items: flex-start;
  }
  /* line 240, Content/ht-theme/components/table/_public-board-table.scss */
  .permit-table .content-body .content-row .row-cell, .booking-table .content-body .content-row .row-cell {
    padding-left: .75rem;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: flex-start;
    height: 100%;
    min-width: 0;
  }
  /* line 250, Content/ht-theme/components/table/_public-board-table.scss */
  .permit-table .content-body .content-row .row-cell:first-child, .booking-table .content-body .content-row .row-cell:first-child {
    padding-right: 0;
  }
  /* line 254, Content/ht-theme/components/table/_public-board-table.scss */
  .permit-table .content-body .content-row .row-cell.row-cell-time-start, .permit-table .content-body .content-row .row-cell.row-cell-time-complete, .booking-table .content-body .content-row .row-cell.row-cell-time-start, .booking-table .content-body .content-row .row-cell.row-cell-time-complete {
    width: 100%;
  }
  /* line 258, Content/ht-theme/components/table/_public-board-table.scss */
  .permit-table .content-body .content-row .row-cell.row-cell-time-start .linebreak-desktop, .permit-table .content-body .content-row .row-cell.row-cell-time-complete .linebreak-desktop, .booking-table .content-body .content-row .row-cell.row-cell-time-start .linebreak-desktop, .booking-table .content-body .content-row .row-cell.row-cell-time-complete .linebreak-desktop {
    display: block;
  }
  /* line 263, Content/ht-theme/components/table/_public-board-table.scss */
  .permit-table .content-body .content-row .row-cell.row-cell-time-start, .booking-table .content-body .content-row .row-cell.row-cell-time-start {
    padding-right: 0;
  }
  /* line 267, Content/ht-theme/components/table/_public-board-table.scss */
  .permit-table .content-body .content-row .row-cell.row-cell-time-complete, .booking-table .content-body .content-row .row-cell.row-cell-time-complete {
    padding-left: .75rem;
    padding-right: 0;
  }
  /* line 272, Content/ht-theme/components/table/_public-board-table.scss */
  .permit-table .content-body .content-row .row-cell.row-cell-time-complete:before, .booking-table .content-body .content-row .row-cell.row-cell-time-complete:before {
    content: "";
  }
  /* line 276, Content/ht-theme/components/table/_public-board-table.scss */
  .permit-table .content-body .content-row .row-cell.row-cell-status, .booking-table .content-body .content-row .row-cell.row-cell-status {
    position: static;
    width: 100%;
  }
  /* line 281, Content/ht-theme/components/table/_public-board-table.scss */
  .permit-table .content-body .content-row .row-cell.row-cell-description, .booking-table .content-body .content-row .row-cell.row-cell-description {
    opacity: .8;
  }
  /* line 285, Content/ht-theme/components/table/_public-board-table.scss */
  .permit-table .content-body .content-row .row-cell .not-checked-out-text, .booking-table .content-body .content-row .row-cell .not-checked-out-text {
    display: block;
    margin-top: .5rem;
    padding-left: 1rem;
    text-align: center;
  }
  /* line 294, Content/ht-theme/components/table/_public-board-table.scss */
  .permit-table .content-body .status-current-rejected-row, .booking-table .content-body .status-current-rejected-row {
    border-left: 10px solid #ff003c;
  }
  /* line 298, Content/ht-theme/components/table/_public-board-table.scss */
  .permit-table .content-body .status-current-completed-row, .booking-table .content-body .status-current-completed-row {
    border-left: 10px solid #a0a9ba;
  }
  /* line 302, Content/ht-theme/components/table/_public-board-table.scss */
  .permit-table .content-body .status-current-awaitingcloseout-row, .booking-table .content-body .status-current-awaitingcloseout-row {
    border-left: 10px solid #ff8940;
  }
  /* line 306, Content/ht-theme/components/table/_public-board-table.scss */
  .permit-table .content-body .status-current-active-row, .booking-table .content-body .status-current-active-row {
    border-left: 10px solid #36b37e;
  }
  /* line 310, Content/ht-theme/components/table/_public-board-table.scss */
  .permit-table .content-body .status-current-pendingapproval-row, .booking-table .content-body .status-current-pendingapproval-row {
    border-left: 10px solid #ff8940;
  }
  /* line 314, Content/ht-theme/components/table/_public-board-table.scss */
  .permit-table .content-body .status-current-scheduled-row, .booking-table .content-body .status-current-scheduled-row {
    border-left: 10px solid #ff8940;
  }
  /* line 318, Content/ht-theme/components/table/_public-board-table.scss */
  .permit-table .content-body .status-upcoming-pendingapproval-row, .booking-table .content-body .status-upcoming-pendingapproval-row {
    border-left: 10px solid #ff8940;
  }
  /* line 322, Content/ht-theme/components/table/_public-board-table.scss */
  .permit-table .content-body .status-upcoming-upcoming-row, .booking-table .content-body .status-upcoming-upcoming-row {
    border-left: 10px solid #00b4e3;
  }
  /* line 326, Content/ht-theme/components/table/_public-board-table.scss */
  .permit-table .content-body .status-expired-completed-row, .booking-table .content-body .status-expired-completed-row {
    border-left: 10px solid #a0a9ba;
  }
  /* line 330, Content/ht-theme/components/table/_public-board-table.scss */
  .permit-table .content-body .status-expired-awaitingcloseout-row, .booking-table .content-body .status-expired-awaitingcloseout-row {
    border-left: 10px solid #ff003c;
  }
  /* line 334, Content/ht-theme/components/table/_public-board-table.scss */
  .permit-table .content-body .status-expired-expired-row, .booking-table .content-body .status-expired-expired-row {
    border-left: 10px solid #ff003c;
  }
}

/* line 340, Content/ht-theme/components/table/_public-board-table.scss */
.permit-table .has-permit-zone-marker, .booking-table .has-permit-zone-marker {
  padding-left: 1.5rem;
  position: relative;
}

/* line 344, Content/ht-theme/components/table/_public-board-table.scss */
.permit-table .has-permit-zone-marker .permit-zone-marker, .booking-table .has-permit-zone-marker .permit-zone-marker {
  position: absolute;
  left: 0;
  top: .3rem;
  display: block;
  width: .875rem;
  height: .875rem;
  border-radius: 50%;
}

/* line 4, Content/ht-theme/components/checkbox/_checkbox.scss */
.checkbox {
  margin-bottom: 0.875rem;
  padding-top: calc(0.45rem + 1px);
  position: relative;
}

/* line 9, Content/ht-theme/components/checkbox/_checkbox.scss */
.checkbox > * {
  vertical-align: middle;
}

/* line 13, Content/ht-theme/components/checkbox/_checkbox.scss */
.checkbox label {
  position: relative;
  display: inline-block;
  padding-left: 50px;
  word-break: break-word;
  line-height: 24px;
  margin-bottom: 0rem;
  font-weight: 600;
}

/* line 22, Content/ht-theme/components/checkbox/_checkbox.scss */
.checkbox label:before, .checkbox label:after {
  position: absolute;
  content: "";
  display: inline-block;
}

/* line 28, Content/ht-theme/components/checkbox/_checkbox.scss */
.checkbox label:before {
  height: 24px;
  width: 24px;
  border: 2px solid #00b4e3;
  left: 0;
  border-radius: 0.286rem;
}

/* line 36, Content/ht-theme/components/checkbox/_checkbox.scss */
.checkbox label:after {
  height: 0.429rem;
  width: 1rem;
  border-left: 0.143rem solid #fff;
  border-bottom: 0.143rem solid #fff;
  transform: rotate(-45deg);
  left: 0.357rem;
  top: 0.5rem;
  content: none;
}

/* line 50, Content/ht-theme/components/checkbox/_checkbox.scss */
.checkbox.checkbox--tablecell label:before {
  top: -12px;
}

/* line 54, Content/ht-theme/components/checkbox/_checkbox.scss */
.checkbox.checkbox--tablecell label:after {
  top: calc(-12px + 0.5rem);
}

/* line 60, Content/ht-theme/components/checkbox/_checkbox.scss */
.checkbox.checkbox--inline {
  margin: 0;
  padding: 0;
}

/* line 64, Content/ht-theme/components/checkbox/_checkbox.scss */
.checkbox.checkbox--inline label {
  padding-left: 24px;
}

/* line 66, Content/ht-theme/components/checkbox/_checkbox.scss */
.checkbox.checkbox--inline label:before {
  top: -12px;
}

/* line 70, Content/ht-theme/components/checkbox/_checkbox.scss */
.checkbox.checkbox--inline label:after {
  top: calc(-12px + 0.5rem);
}

/* line 76, Content/ht-theme/components/checkbox/_checkbox.scss */
.checkbox input[type='checkbox'] {
  opacity: 0;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  /*+ label {
            &:after {
                content: none;
            }
        }*/
}

/* line 89, Content/ht-theme/components/checkbox/_checkbox.scss */
.checkbox input[type='checkbox']:checked ~ label:after {
  content: '';
}

/* line 93, Content/ht-theme/components/checkbox/_checkbox.scss */
.checkbox input[type='checkbox']:checked ~ label:before {
  background-color: #00b4e3;
}

/* line 100, Content/ht-theme/components/checkbox/_checkbox.scss */
.checkbox input[type='checkbox']:checked:disabled ~ label:before {
  border-color: #e1e4ea;
  background-color: #e1e4ea;
}

/* line 110, Content/ht-theme/components/checkbox/_checkbox.scss */
.checkbox input[type='checkbox']:indeterminate ~ label:after {
  content: '';
  height: 0.429rem;
  width: 1rem;
  border-left: none;
  border-bottom: 0.143rem solid #fff;
  transform: none;
  left: 0.357rem;
  top: 0.5rem;
}

/* line 121, Content/ht-theme/components/checkbox/_checkbox.scss */
.checkbox input[type='checkbox']:indeterminate ~ label:before {
  background-color: #00b4e3;
}

/* line 128, Content/ht-theme/components/checkbox/_checkbox.scss */
.checkbox input[type='checkbox']:indeterminate:disabled ~ label:before {
  border-color: #e1e4ea;
  background-color: #e1e4ea;
}

/* line 138, Content/ht-theme/components/checkbox/_checkbox.scss */
.checkbox input[type='checkbox']:disabled ~ label:before {
  border-color: #e1e4ea;
}

/* line 146, Content/ht-theme/components/checkbox/_checkbox.scss */
.checkbox input[name^='_CustomField'] ~ label {
  font-weight: 500 !important;
}

/* line 155, Content/ht-theme/components/checkbox/_checkbox.scss */
ul li .checkbox,
.checkbox-list .checkbox {
  padding-top: 0;
}

/* line 157, Content/ht-theme/components/checkbox/_checkbox.scss */
ul li .checkbox label,
.checkbox-list .checkbox label {
  font-weight: 500 !important;
}

/* line 30, Content/ht-theme/components/toggle/_toggle.scss */
.toggle {
  position: relative;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  width: 3.5rem;
  height: 1.8rem;
  line-height: 1.2;
  border-radius: 50em;
  padding: 3px 0;
  overflow: hidden;
}

/* line 42, Content/ht-theme/components/toggle/_toggle.scss */
.toggle.toggle--show-text {
  width: 4.5rem;
}

/* line 46, Content/ht-theme/components/toggle/_toggle.scss */
.toggle .toggle__input, .toggle .toggle__label {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 51, Content/ht-theme/components/toggle/_toggle.scss */
.toggle .toggle__input:hover, .toggle .toggle__label:hover {
  cursor: pointer;
}

/* line 56, Content/ht-theme/components/toggle/_toggle.scss */
.toggle .toggle__input {
  margin: 0;
  padding: 0;
  opacity: 0;
  height: 0;
  width: 0;
  pointer-events: none;
}

/* line 64, Content/ht-theme/components/toggle/_toggle.scss */
.toggle .toggle__input:checked ~ .toggle__label {
  background-color: #00b4e3;
}

/* line 67, Content/ht-theme/components/toggle/_toggle.scss */
.toggle .toggle__input:checked ~ .toggle__label .toggle__text--on {
  display: inline-block;
}

/* line 71, Content/ht-theme/components/toggle/_toggle.scss */
.toggle .toggle__input:checked ~ .toggle__label .toggle__text--off {
  display: none;
}

/* line 77, Content/ht-theme/components/toggle/_toggle.scss */
.toggle .toggle__input ~ .toggle__marker .toggle__marker-icon {
  color: #ced4da;
}

/* line 80, Content/ht-theme/components/toggle/_toggle.scss */
.toggle .toggle__input ~ .toggle__marker .toggle__marker-icon:before {
  font-family: 'Material Icons';
  content: '\e5cd';
}

/* line 87, Content/ht-theme/components/toggle/_toggle.scss */
.toggle .toggle__input[disabled] {
  cursor: not-allowed;
}

/* line 90, Content/ht-theme/components/toggle/_toggle.scss */
.toggle .toggle__input[disabled] ~ .toggle__label {
  background-color: #d8dde8;
  cursor: not-allowed;
}

/* line 95, Content/ht-theme/components/toggle/_toggle.scss */
.toggle .toggle__input[disabled] ~ .toggle__marker {
  cursor: not-allowed;
  background-color: #d8dde8;
}

/* line 99, Content/ht-theme/components/toggle/_toggle.scss */
.toggle .toggle__input[disabled] ~ .toggle__marker .toggle__marker-icon {
  color: #d8dde8;
}

/* line 102, Content/ht-theme/components/toggle/_toggle.scss */
.toggle .toggle__input[disabled] ~ .toggle__marker .toggle__marker-icon:before {
  font-family: 'Material Icons';
  content: '';
}

/* line 110, Content/ht-theme/components/toggle/_toggle.scss */
.toggle .toggle__input:checked ~ .toggle__marker {
  left: calc(100% - calc(1.8rem - 3px * 2) - 6px);
}

/* line 113, Content/ht-theme/components/toggle/_toggle.scss */
.toggle .toggle__input:checked ~ .toggle__marker .toggle__marker-icon {
  color: #00b4e3;
}

/* line 116, Content/ht-theme/components/toggle/_toggle.scss */
.toggle .toggle__input:checked ~ .toggle__marker .toggle__marker-icon:before {
  font-family: 'Material Icons';
  content: '\e876';
}

/* line 125, Content/ht-theme/components/toggle/_toggle.scss */
.toggle .toggle__input[disabled]:checked ~ .toggle__label {
  background-color: #5ecdeb;
}

/* line 129, Content/ht-theme/components/toggle/_toggle.scss */
.toggle .toggle__input[disabled]:checked ~ .toggle__marker {
  cursor: not-allowed;
  background-color: #5ecdeb;
}

/* line 133, Content/ht-theme/components/toggle/_toggle.scss */
.toggle .toggle__input[disabled]:checked ~ .toggle__marker .toggle__marker-icon {
  color: #5ecdeb;
}

/* line 136, Content/ht-theme/components/toggle/_toggle.scss */
.toggle .toggle__input[disabled]:checked ~ .toggle__marker .toggle__marker-icon:before {
  font-family: 'Material Icons';
  content: '';
}

/* line 144, Content/ht-theme/components/toggle/_toggle.scss */
.toggle .toggle__input:focus ~ .toggle__label, .toggle .toggle__input:active ~ .toggle__label {
  box-shadow: 0 0 0 1px rgba(118, 137, 174, 0.8);
}

/* line 149, Content/ht-theme/components/toggle/_toggle.scss */
.toggle .toggle__input:checked:focus ~ .toggle__label, .toggle .toggle__input:checked:active ~ .toggle__label {
  box-shadow: 0 0 0 1px rgba(0, 180, 227, 0.8);
}

/* line 155, Content/ht-theme/components/toggle/_toggle.scss */
.toggle .toggle__label {
  width: 100%;
  height: 100%;
  color: transparent;
  user-select: none;
  background-color: #b6c0d4;
  border-radius: inherit;
  z-index: 1;
  transition: 0.2s;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
}

/* line 168, Content/ht-theme/components/toggle/_toggle.scss */
.toggle .toggle__label .toggle__text {
  flex-grow: 1;
  text-align: center;
  align-self: center;
}

/* line 174, Content/ht-theme/components/toggle/_toggle.scss */
.toggle .toggle__label .toggle__text--on {
  padding-right: calc(1.8rem - 3px);
  display: none;
}

/* line 179, Content/ht-theme/components/toggle/_toggle.scss */
.toggle .toggle__label .toggle__text--off {
  padding-left: calc(1.8rem - 3px);
  display: inline-block;
}

/* line 185, Content/ht-theme/components/toggle/_toggle.scss */
.toggle .toggle__text {
  color: #ffffff;
  position: relative;
  z-index: 2;
  font-size: calc(1rem - 2px);
  /*display: none;*/
  /*width: $toggle-text-width;*/
}

/* line 193, Content/ht-theme/components/toggle/_toggle.scss */
.toggle .toggle__text.toggle__text--off {
  /*padding-left: 2rem;*/
}

/* line 198, Content/ht-theme/components/toggle/_toggle.scss */
.toggle .toggle__marker {
  position: relative;
  background-color: #ffffff;
  width: calc(1.8rem - 3px * 2);
  height: calc(1.8rem - 3px * 2);
  border-radius: 50%;
  z-index: 2;
  pointer-events: none;
  /*box-shadow: var(--shadow-xs);*/
  left: 6px;
  transition: left 0.2s;
  will-change: left;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* line 214, Content/ht-theme/components/toggle/_toggle.scss */
.toggle .toggle__marker .toggle__marker-icon {
  width: 1rem;
  height: 1rem;
  /*line-height: 1;*/
  font-size: 1rem;
  align-self: center;
}

/* line 223, Content/ht-theme/components/toggle/_toggle.scss */
.toggle.toggle-sm {
  height: 1.3rem;
  width: 2.5rem;
}

/* line 228, Content/ht-theme/components/toggle/_toggle.scss */
.toggle.toggle-sm .toggle__input:checked ~ .toggle__marker {
  left: calc(100% - calc(1.3rem - 2px * 2) - 4px);
}

/* line 234, Content/ht-theme/components/toggle/_toggle.scss */
.toggle.toggle-sm .toggle__marker {
  width: calc(1.3rem - 2px * 2);
  height: calc(1.3rem - 2px * 2);
  left: 4px;
}

/* line 1, Content/ht-theme/components/radiobutton/_radio.scss */
.radio {
  padding-top: calc(0.45rem + 1px);
  position: relative;
  display: block;
}

/* line 5, Content/ht-theme/components/radiobutton/_radio.scss */
.radio > * {
  vertical-align: middle;
}

/* line 11, Content/ht-theme/components/radiobutton/_radio.scss */
.radio label {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  word-break: break-word;
  line-height: 24px;
}

/* line 18, Content/ht-theme/components/radiobutton/_radio.scss */
.radio label:before, .radio label:after {
  position: absolute;
  content: "";
  display: inline-block;
}

/* line 24, Content/ht-theme/components/radiobutton/_radio.scss */
.radio label:before {
  height: 24px;
  width: 24px;
  border: 2px solid #00b4e3;
  left: 0;
  border-radius: 100%;
}

/* line 33, Content/ht-theme/components/radiobutton/_radio.scss */
.radio input[type='radio'] {
  opacity: 0;
  position: absolute;
  z-index: -1;
  width: 1.717rem;
  height: 1.717rem;
  left: 0;
}

/* line 42, Content/ht-theme/components/radiobutton/_radio.scss */
.radio input[type='radio'] ~ label:after {
  content: none;
}

/* line 49, Content/ht-theme/components/radiobutton/_radio.scss */
.radio input[type='radio']:checked ~ label:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 6px;
  width: 12px;
  height: 12px;
  background: #00b4e3;
  border-radius: 100%;
}

/* line 63, Content/ht-theme/components/radiobutton/_radio.scss */
.radio input[type='radio']:checked:disabled ~ label:before, .radio input[type='radio'][readonly]:checked ~ label:before {
  border-color: #e1e4ea;
  background-color: #ffffff;
}

/* line 71, Content/ht-theme/components/radiobutton/_radio.scss */
.radio input[type='radio']:disabled, .radio input[type='radio'][readonly] {
  pointer-events: none;
  touch-action: none;
}

/* line 76, Content/ht-theme/components/radiobutton/_radio.scss */
.radio input[type='radio']:disabled ~ label:before, .radio input[type='radio'][readonly] ~ label:before {
  border-color: #e1e4ea;
}

/* line 80, Content/ht-theme/components/radiobutton/_radio.scss */
.radio input[type='radio']:disabled ~ label:after, .radio input[type='radio'][readonly] ~ label:after {
  background-color: #e1e4ea;
}

/* line 87, Content/ht-theme/components/radiobutton/_radio.scss */
.radio.radio-readonly {
  pointer-events: none;
  touch-action: none;
}

/* line 97, Content/ht-theme/components/radiobutton/_radio.scss */
.radio.inline {
  display: inline-block;
  margin-right: 0;
  width: 8.125rem;
  max-width: 30%;
}

@media (min-width: 576px) {
  /* line 97, Content/ht-theme/components/radiobutton/_radio.scss */
  .radio.inline-sm {
    display: inline-block;
    margin-right: 0;
    width: 8.125rem;
    max-width: 30%;
  }
}

@media (min-width: 768px) {
  /* line 97, Content/ht-theme/components/radiobutton/_radio.scss */
  .radio.inline-md {
    display: inline-block;
    margin-right: 0;
    width: 8.125rem;
    max-width: 30%;
  }
}

@media (min-width: 992px) {
  /* line 97, Content/ht-theme/components/radiobutton/_radio.scss */
  .radio.inline-lg {
    display: inline-block;
    margin-right: 0;
    width: 8.125rem;
    max-width: 30%;
  }
}

@media (min-width: 1200px) {
  /* line 97, Content/ht-theme/components/radiobutton/_radio.scss */
  .radio.inline-xl {
    display: inline-block;
    margin-right: 0;
    width: 8.125rem;
    max-width: 30%;
  }
}

@media (min-width: 1400px) {
  /* line 97, Content/ht-theme/components/radiobutton/_radio.scss */
  .radio.inline-xxl {
    display: inline-block;
    margin-right: 0;
    width: 8.125rem;
    max-width: 30%;
  }
}

/* line 106, Content/ht-theme/components/radiobutton/_radio.scss */
.radio .radio-editor {
  position: absolute;
  top: 4px;
  left: 40px;
  right: 0;
}

/* line 112, Content/ht-theme/components/radiobutton/_radio.scss */
.radio .radio-editor input.form-control {
  max-width: 100%;
}

/* line 117, Content/ht-theme/components/radiobutton/_radio.scss */
.radio .radio-label-bold {
  font-weight: 600 !important;
}

/* line 1, Content/ht-theme/components/radiobutton/_radio-switch.scss */
.radio-group {
  display: flex;
  flex-direction: row;
  position: relative;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

/* line 8, Content/ht-theme/components/radiobutton/_radio-switch.scss */
.radio-group .radio-button {
  flex: 1 1 0;
  display: flex;
  flex-direction: row;
}

/* line 13, Content/ht-theme/components/radiobutton/_radio-switch.scss */
.radio-group .radio-button .radio__input {
  opacity: 0;
  position: absolute;
  left: 0;
}

/* line 20, Content/ht-theme/components/radiobutton/_radio-switch.scss */
.radio-group .radio-button .radio__input:checked ~ .radio__label {
  background-color: #00b4e3;
  color: #ffffff;
  border-color: #00b4e3;
}

/* line 28, Content/ht-theme/components/radiobutton/_radio-switch.scss */
.radio-group .radio-button .radio__label {
  text-align: center;
  padding: 0.8rem 0.25rem;
  margin-bottom: 0;
  border: 1px solid #a0a9ba;
  display: flex;
  flex: 1 1 0;
  align-items: center;
  justify-content: center;
  font-size: 0.857rem;
  font-weight: 600;
  line-height: 1;
}

/* line 43, Content/ht-theme/components/radiobutton/_radio-switch.scss */
.radio-group .radio-button:first-child .radio__label {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: 0;
}

/* line 51, Content/ht-theme/components/radiobutton/_radio-switch.scss */
.radio-group .radio-button:last-child .radio__label {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left: 0;
}

/* line 59, Content/ht-theme/components/radiobutton/_radio-switch.scss */
.radio-group .radio-button:not(:first-child) + .radio-group .radio-button:not(:last-child) .radio__label {
  border-left: 0;
  border-right: 0;
}

/* line 1, Content/ht-theme/components/form/_form.scss */
.col-form-label, .card.card-plain > span {
  font-weight: 600;
}

/* line 5, Content/ht-theme/components/form/_form.scss */
.form-control {
  max-width: 550px;
  /* - Internet Explorer 10–11
   - Internet Explorer Mobile 10-11 */
}

/* line 8, Content/ht-theme/components/form/_form.scss */
.form-control ~ .alert {
  margin-top: 1rem;
  max-width: 550px;
}

/* line 13, Content/ht-theme/components/form/_form.scss */
.form-control.disabled, .form-control:disabled, .form-control[readonly] {
  cursor: default;
  background-color: rgba(62, 82, 110, 0.08);
  border-color: rgba(62, 82, 110, 0.08);
  color: #a0a9ba;
  -webkit-text-fill-color: #a0a9ba;
  opacity: 1;
}

/* line 24, Content/ht-theme/components/form/_form.scss */
.form-control::placeholder {
  color: #3e526e;
  opacity: 0.5;
}

/* line 31, Content/ht-theme/components/form/_form.scss */
.form-control :-ms-input-placeholder {
  color: #ccc !important;
  font-weight: 400 !important;
}

/* line 37, Content/ht-theme/components/form/_form.scss */
textarea.form-control {
  z-index: 1;
  position: relative;
}

/* line 42, Content/ht-theme/components/form/_form.scss */
.form-control-plaintext {
  color: #3e526e;
}

/* line 48, Content/ht-theme/components/form/_form.scss */
a > i.material-icons, a > i.ht-icons, a > i.material-icons-outlined, a > i.fa, a > span.material-icons, a > span.ht-icons, a > span.material-icons-outlined, a > span.fa, btn > i.material-icons, btn > i.ht-icons, btn > i.material-icons-outlined, btn > i.fa, btn > span.material-icons, btn > span.ht-icons, btn > span.material-icons-outlined, btn > span.fa {
  vertical-align: middle;
}

/* line 54, Content/ht-theme/components/form/_form.scss */
.current-version {
  color: #3e526e;
  font-weight: 600;
}

/* line 60, Content/ht-theme/components/form/_form.scss */
a.hyperlink {
  cursor: pointer;
  color: #4c7abc !important;
  font-weight: 500;
}

/* line 65, Content/ht-theme/components/form/_form.scss */
a.hyperlink:hover {
  text-decoration: underline !important;
}

/* line 70, Content/ht-theme/components/form/_form.scss */
a.hyperlink-non-hover {
  cursor: pointer;
  color: #4c7abc !important;
  font-weight: 500;
}

/* line 75, Content/ht-theme/components/form/_form.scss */
a.hyperlink-non-hover:hover {
  text-decoration: none !important;
}

/* line 83, Content/ht-theme/components/form/_form.scss */
ul > li > a {
  color: #4c7abc;
  font-weight: 500;
}

/* line 90, Content/ht-theme/components/form/_form.scss */
.label-required:after {
  color: #ff003c;
  content: ' *';
  display: inline;
}

/* line 96, Content/ht-theme/components/form/_form.scss */
.form-detail {
  /*margin-bottom: 1rem;*/
}

/* line 98, Content/ht-theme/components/form/_form.scss */
.form-detail .col-form-label + div, .form-detail .card.card-plain > span + div {
  padding-top: calc(0.45rem + 1px);
}

/* line 101, Content/ht-theme/components/form/_form.scss */
.form-detail .col-form-label + div .radio, .form-detail .card.card-plain > span + div .radio, .form-detail .col-form-label + div .checkbox, .form-detail .card.card-plain > span + div .checkbox {
  padding-top: 0;
}

@media (max-width: 991.98px) {
  /* line 107, Content/ht-theme/components/form/_form.scss */
  .form-detail:not(:last-child) {
    margin-bottom: 1rem;
  }
  /* line 111, Content/ht-theme/components/form/_form.scss */
  .form-detail .col-form-label, .form-detail .card.card-plain > span {
    padding-bottom: .125rem;
  }
  /* line 114, Content/ht-theme/components/form/_form.scss */
  .form-detail .col-form-label + div, .form-detail .card.card-plain > span + div {
    padding-top: 0;
  }
}

/* line 123, Content/ht-theme/components/form/_form.scss */
select.form-control option {
  color: #3e526e;
  padding: 0.45rem 1rem;
}

/* line 127, Content/ht-theme/components/form/_form.scss */
select.form-control option:checked, select.form-control option:active, select.form-control option:hover {
  border-radius: 0.286rem;
  background-color: rgba(225, 232, 243, 0.5);
}

/* line 135, Content/ht-theme/components/form/_form.scss */
.pictogram-row .pictogram-item {
  padding-bottom: 1rem;
}

/* line 138, Content/ht-theme/components/form/_form.scss */
.pictogram-row .pictogram-item .checkbox label {
  width: 24px;
  height: 24px;
  padding-left: 0;
}

/* line 147, Content/ht-theme/components/form/_form.scss */
.row .col-form-field-inline-wrap {
  display: block;
  width: calc(100% + .5rem);
  margin-top: -.5rem;
  /*margin-right: -.5rem;*/
}

/* line 153, Content/ht-theme/components/form/_form.scss */
.row .col-form-field-inline-wrap .form-field-inline-item {
  display: inline-block;
  margin: .5rem .5rem 0 0;
  vertical-align: middle;
}

/* line 158, Content/ht-theme/components/form/_form.scss */
.row .col-form-field-inline-wrap .form-field-inline-item:last-child {
  margin-right: 0;
}

/* line 165, Content/ht-theme/components/form/_form.scss */
input.form-control[type="date"],
input.form-control[type="time"],
input.form-control[type="datetime-local"],
input.form-control[type="month"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

/* line 174, Content/ht-theme/components/form/_form.scss */
input.form-control.hide-number-stepper[type="number"]::-webkit-outer-spin-button,
input.form-control.hide-number-stepper[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 181, Content/ht-theme/components/form/_form.scss */
.form-control-warning {
  margin-top: 5px !important;
  margin-bottom: 0px !important;
}

/*::selection {
    color: color-yiq($primary);
    background-color: $primary;
}*/
/* line 2, Content/ht-theme/components/form/_input-group.scss */
.input-group {
  max-width: 550px;
}

/* line 5, Content/ht-theme/components/form/_input-group.scss */
.input-group .input-group-flex {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 11, Content/ht-theme/components/form/_input-group.scss */
.input-group .input-group-flex:not(:first-child) {
  padding-left: 1rem;
}

/* line 16, Content/ht-theme/components/form/_input-group.scss */
.input-group .input-group-flex .btn, .input-group .input-group-flex #tg-dialog-prev-btn, .input-group .input-group-flex #tg-dialog-next-btn {
  margin-left: 1rem;
  z-index: 0;
}

/* line 24, Content/ht-theme/components/form/_input-group.scss */
.input-group.datetimepicker:not(.has-validation) > .form-control:not(:last-child), .input-group.datetimepicker:not(.has-validation) > .custom-select:not(:last-child), .input-group.datetimepicker:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0.214rem;
  border-bottom-right-radius: 0.214rem;
}

/* line 33, Content/ht-theme/components/form/_input-group.scss */
.input-group.datetimepicker .input-group-addon.inside-input-right {
  position: absolute;
  right: 6.3px;
  z-index: 10;
}

/* line 38, Content/ht-theme/components/form/_input-group.scss */
.input-group.datetimepicker .input-group-addon.inside-input-right > * {
  vertical-align: middle;
  cursor: pointer;
}

/* line 1, Content/ht-theme/components/form/_input-validation-error.scss */
input.input-validation-error,
input.error,
textarea.input-validation-error,
textarea.input-validation-error:focus,
input.input-validation-error:focus,
select.input-validation-error,
select.input-validation-error:focus,
.textarea-autoresize--readonly.input-validation-error,
.form-field.input-validation-error {
  border: 1px solid #ff003c !important;
}

/* line 13, Content/ht-theme/components/form/_input-validation-error.scss */
.validation-summary-errors,
.field-validation-error {
  color: #ff003c;
}

/* line 2, Content/ht-theme/components/form/_input-group-addon.scss */
.input-group-addon {
  padding: 6px 10px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  -ms-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
  transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
}

/* line 18, Content/ht-theme/components/form/_input-group-addon.scss */
.input-group-addon:disabled, .input-group-addon[disabled] {
  pointer-events: none;
  color: #a0a9ba;
}

/* line 24, Content/ht-theme/components/form/_input-group-addon.scss */
.input-group-addon .fa {
  font-size: 14px;
}

/* line 28, Content/ht-theme/components/form/_input-group-addon.scss */
.input-group-addon .fa-lg, .input-group-addon .fa-2x {
  font-size: 2em;
}

/* line 32, Content/ht-theme/components/form/_input-group-addon.scss */
.input-group-addon .fa-3x, .input-group-addon .fa-4x, .input-group-addon .fa-5x {
  font-size: 30px;
}

/* line 37, Content/ht-theme/components/form/_input-group-addon.scss */
input[type="text"]:focus + .input-group-addon {
  border-color: #0091d9;
  background-color: #72a0ce;
  color: #ffffff;
}

/* line 43, Content/ht-theme/components/form/_input-group-addon.scss */
.has-warning input[type="text"]:focus + .input-group-addon {
  border-color: #7f6a1e;
  background-color: #cead35;
  color: #ffffff;
}

/* line 49, Content/ht-theme/components/form/_input-group-addon.scss */
.has-error input[type="text"]:focus + .input-group-addon {
  border-color: #c46a69;
  background-color: #c46a69;
  color: #ffffff;
}

/* line 55, Content/ht-theme/components/form/_input-group-addon.scss */
.has-success input[type="text"]:focus + .input-group-addon {
  border-color: #446b46;
  background-color: #588a5a;
  color: #ffffff;
}

/* line 63, Content/ht-theme/components/form/_input-group-addon.scss */
.dropdown-menu-group.datetimepicker .input-group-addon {
  margin-left: -40px;
}

/* line 66, Content/ht-theme/components/form/_input-group-addon.scss */
.dropdown-menu-group.datetimepicker .input-group-addon.inside-input-right {
  position: unset;
}

/* line 76, Content/ht-theme/components/file/_file-upload-basic.scss */
input.file[type=file]::-webkit-file-upload-button {
  display: inline-block;
  font-weight: 500;
  color: #3e526e;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.45rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.286rem;
  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: #3e526e;
  border-color: #3e526e;
  border-color: #a9b9cf;
}

@media (prefers-reduced-motion: reduce) {
  /* line 76, Content/ht-theme/components/file/_file-upload-basic.scss */
  input.file[type=file]::-webkit-file-upload-button {
    transition: none;
  }
}

/* line 16, Content/ht-theme/components/file/_file-upload-basic.scss */
input.file[type=file]::-webkit-file-upload-button:focus, input.file.focus[type=file]::-webkit-file-upload-button {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0, 180, 227, 0.25);
}

/* line 22, Content/ht-theme/components/file/_file-upload-basic.scss */
input.file.disabled[type=file]::-webkit-file-upload-button, input.file[type=file]::-webkit-file-upload-button:disabled {
  opacity: 0.65;
}

/* line 28, Content/ht-theme/components/file/_file-upload-basic.scss */
input.file[type=file]::-webkit-file-upload-button:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
input.file[type=file]::-webkit-file-upload-button:hover {
  color: #3e526e;
  background-color: rgba(62, 82, 110, 0.08);
  border-color: #3e526e;
}

/* line 74, Content/bootstrap/mixins/_buttons.scss */
input.file[type=file]::-webkit-file-upload-button:focus, input.file.focus[type=file]::-webkit-file-upload-button {
  box-shadow: 0 0 0 0 rgba(62, 82, 110, 0.5);
}

/* line 79, Content/bootstrap/mixins/_buttons.scss */
input.file.disabled[type=file]::-webkit-file-upload-button, input.file[type=file]::-webkit-file-upload-button:disabled {
  color: #3e526e;
  background-color: transparent;
}

/* line 85, Content/bootstrap/mixins/_buttons.scss */
input.file[type=file]::-webkit-file-upload-button:not(:disabled):not(.disabled):active, input.file.active[type=file]::-webkit-file-upload-button:not(:disabled):not(.disabled), .show > input.file.dropdown-toggle[type=file]::-webkit-file-upload-button {
  color: #ffffff;
  background-color: rgba(62, 82, 110, 0.08);
  border-color: #3e526e;
}

/* line 92, Content/bootstrap/mixins/_buttons.scss */
input.file[type=file]::-webkit-file-upload-button:not(:disabled):not(.disabled):active:focus, input.file.active[type=file]::-webkit-file-upload-button:not(:disabled):not(.disabled):focus, .show > input.file.dropdown-toggle[type=file]::-webkit-file-upload-button:focus {
  box-shadow: 0 0 0 0 rgba(62, 82, 110, 0.5);
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
input.file[type=file]::-webkit-file-upload-button:hover {
  border-color: #a9b9cf;
}

/* line 51, Content/ht-theme/components/file/_file-upload-basic.scss */
input.file[type=file]::-webkit-file-upload-button:not(:disabled):not(.disabled):active, input.file.active[type=file]::-webkit-file-upload-button:not(:disabled):not(.disabled), .show > input.file.dropdown-toggle[type=file]::-webkit-file-upload-button {
  border-color: #a9b9cf;
}

/* line 57, Content/ht-theme/components/file/_file-upload-basic.scss */
input.file[type=file]::-webkit-file-upload-button:focus, input.file.focus[type=file]::-webkit-file-upload-button {
  color: #3e526e;
}

/* line 62, Content/ht-theme/components/file/_file-upload-basic.scss */
input.file[type=file]::-webkit-file-upload-button:not(:disabled):not(.disabled):active, input.file.active[type=file]::-webkit-file-upload-button:not(:disabled):not(.disabled), .show > input.file.dropdown-toggle[type=file]::-webkit-file-upload-button {
  color: #3e526e;
}

/* line 80, Content/ht-theme/components/file/_file-upload-basic.scss */
input.file[type=file]::file-selector-button {
  display: inline-block;
  font-weight: 500;
  color: #3e526e;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.45rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.286rem;
  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: #3e526e;
  border-color: #3e526e;
  border-color: #a9b9cf;
}

@media (prefers-reduced-motion: reduce) {
  /* line 80, Content/ht-theme/components/file/_file-upload-basic.scss */
  input.file[type=file]::file-selector-button {
    transition: none;
  }
}

/* line 16, Content/ht-theme/components/file/_file-upload-basic.scss */
input.file[type=file]::file-selector-button:focus, input.file.focus[type=file]::file-selector-button {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0, 180, 227, 0.25);
}

/* line 22, Content/ht-theme/components/file/_file-upload-basic.scss */
input.file.disabled[type=file]::file-selector-button, input.file[type=file]::file-selector-button:disabled {
  opacity: 0.65;
}

/* line 28, Content/ht-theme/components/file/_file-upload-basic.scss */
input.file[type=file]::file-selector-button:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
input.file[type=file]::file-selector-button:hover {
  color: #3e526e;
  background-color: rgba(62, 82, 110, 0.08);
  border-color: #3e526e;
}

/* line 74, Content/bootstrap/mixins/_buttons.scss */
input.file[type=file]::file-selector-button:focus, input.file.focus[type=file]::file-selector-button {
  box-shadow: 0 0 0 0 rgba(62, 82, 110, 0.5);
}

/* line 79, Content/bootstrap/mixins/_buttons.scss */
input.file.disabled[type=file]::file-selector-button, input.file[type=file]::file-selector-button:disabled {
  color: #3e526e;
  background-color: transparent;
}

/* line 85, Content/bootstrap/mixins/_buttons.scss */
input.file[type=file]::file-selector-button:not(:disabled):not(.disabled):active, input.file.active[type=file]::file-selector-button:not(:disabled):not(.disabled), .show > input.file.dropdown-toggle[type=file]::file-selector-button {
  color: #ffffff;
  background-color: rgba(62, 82, 110, 0.08);
  border-color: #3e526e;
}

/* line 92, Content/bootstrap/mixins/_buttons.scss */
input.file[type=file]::file-selector-button:not(:disabled):not(.disabled):active:focus, input.file.active[type=file]::file-selector-button:not(:disabled):not(.disabled):focus, .show > input.file.dropdown-toggle[type=file]::file-selector-button:focus {
  box-shadow: 0 0 0 0 rgba(62, 82, 110, 0.5);
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
input.file[type=file]::file-selector-button:hover {
  border-color: #a9b9cf;
}

/* line 51, Content/ht-theme/components/file/_file-upload-basic.scss */
input.file[type=file]::file-selector-button:not(:disabled):not(.disabled):active, input.file.active[type=file]::file-selector-button:not(:disabled):not(.disabled), .show > input.file.dropdown-toggle[type=file]::file-selector-button {
  border-color: #a9b9cf;
}

/* line 57, Content/ht-theme/components/file/_file-upload-basic.scss */
input.file[type=file]::file-selector-button:focus, input.file.focus[type=file]::file-selector-button {
  color: #3e526e;
}

/* line 62, Content/ht-theme/components/file/_file-upload-basic.scss */
input.file[type=file]::file-selector-button:not(:disabled):not(.disabled):active, input.file.active[type=file]::file-selector-button:not(:disabled):not(.disabled), .show > input.file.dropdown-toggle[type=file]::file-selector-button {
  color: #3e526e;
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
input.file[type=file]::-webkit-file-upload-button:hover:hover {
  color: #3e526e;
  text-decoration: none;
}

/* line 13, Content/bootstrap/mixins/_hover.scss */
input.file[type=file]::file-selector-button:hover:hover {
  color: #3e526e;
  text-decoration: none;
}

/* line 1, Content/ht-theme/components/file/_file-upload.scss */
div.file {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin: 0;
}

/* line 7, Content/ht-theme/components/file/_file-upload.scss */
div.file > * {
  vertical-align: middle;
}

/* line 11, Content/ht-theme/components/file/_file-upload.scss */
div.file > button {
  display: inline-block;
  vertical-align: middle;
  padding-top: 0.419rem;
  padding-bottom: 0.419rem;
  margin-right: 1rem;
}

/* line 19, Content/ht-theme/components/file/_file-upload.scss */
div.file > button::before {
  font-family: 'hammertech-svg-icon-font';
  content: '\e901';
  font-size: 1.614rem;
  line-height: 1.614rem;
  padding-right: 0.25rem;
  vertical-align: middle;
}

/* line 28, Content/ht-theme/components/file/_file-upload.scss */
div.file > label {
  padding: 0.456rem 0 0.156rem 0;
  display: inline-block;
  vertical-align: middle;
}

/* line 34, Content/ht-theme/components/file/_file-upload.scss */
div.file > input[type=file] {
  position: absolute;
  top: 0rem;
  left: 0rem;
  right: 0rem;
  opacity: 0;
  font-size: 1.5rem;
}

/* line 46, Content/ht-theme/components/file/_file-upload.scss */
div.file:hover > .btn.btn-primary, div.file:hover > #tg-dialog-prev-btn.btn-primary, div.file:hover > #tg-dialog-next-btn {
  border-color: #00b4e3;
  background-color: #0dcdff;
}

/* line 46, Content/ht-theme/components/file/_file-upload.scss */
div.file:hover > .btn.btn-secondary, div.file:hover > #tg-dialog-prev-btn.btn-secondary, div.file:hover > #tg-dialog-next-btn.btn-secondary {
  border-color: #3e526e;
  background-color: #4d6588;
}

/* line 46, Content/ht-theme/components/file/_file-upload.scss */
div.file:hover > .btn.btn-success, div.file:hover > #tg-dialog-prev-btn.btn-success, div.file:hover > #tg-dialog-next-btn.btn-success {
  border-color: #36b37e;
  background-color: #4ac893;
}

/* line 46, Content/ht-theme/components/file/_file-upload.scss */
div.file:hover > .btn.btn-info, div.file:hover > #tg-dialog-prev-btn.btn-info, div.file:hover > #tg-dialog-next-btn.btn-info {
  border-color: #17a2b8;
  background-color: #1cc2dc;
}

/* line 46, Content/ht-theme/components/file/_file-upload.scss */
div.file:hover > .btn.btn-warning, div.file:hover > #tg-dialog-prev-btn.btn-warning, div.file:hover > #tg-dialog-next-btn.btn-warning {
  border-color: #ff8940;
  background-color: #ffa269;
}

/* line 46, Content/ht-theme/components/file/_file-upload.scss */
div.file:hover > .btn.btn-danger, div.file:hover > #tg-dialog-prev-btn.btn-danger, div.file:hover > #tg-dialog-next-btn.btn-danger {
  border-color: #ff003c;
  background-color: #ff295b;
}

/* line 46, Content/ht-theme/components/file/_file-upload.scss */
div.file:hover > .btn.btn-light, div.file:hover > #tg-dialog-prev-btn.btn-light, div.file:hover > #tg-dialog-next-btn.btn-light {
  border-color: #f8f9fa;
  background-color: white;
}

/* line 46, Content/ht-theme/components/file/_file-upload.scss */
div.file:hover > .btn.btn-dark, div.file:hover > #tg-dialog-prev-btn.btn-dark, div.file:hover > #tg-dialog-next-btn.btn-dark {
  border-color: #343a40;
  background-color: #464e57;
}

/* line 65, Content/ht-theme/components/file/_file-upload.scss */
div.file:hover > .btn.btn-outline-primary, div.file:hover > #tg-dialog-prev-btn, div.file:hover > #tg-dialog-next-btn.btn-outline-primary {
  border-color: #00b4e3;
  background-color: rgba(0, 180, 227, 0.08);
}

/* line 57, Content/ht-theme/components/file/_file-upload.scss */
div.file:hover > .btn.btn-outline-secondary, div.file:hover > #tg-dialog-prev-btn.btn-outline-secondary, div.file:hover > #tg-dialog-next-btn.btn-outline-secondary {
  border-color: #a9b9cf;
  background-color: rgba(62, 82, 110, 0.08);
}

/* line 65, Content/ht-theme/components/file/_file-upload.scss */
div.file:hover > .btn.btn-outline-success, div.file:hover > #tg-dialog-prev-btn.btn-outline-success, div.file:hover > #tg-dialog-next-btn.btn-outline-success {
  border-color: #36b37e;
  background-color: rgba(54, 179, 126, 0.08);
}

/* line 65, Content/ht-theme/components/file/_file-upload.scss */
div.file:hover > .btn.btn-outline-info, div.file:hover > #tg-dialog-prev-btn.btn-outline-info, div.file:hover > #tg-dialog-next-btn.btn-outline-info {
  border-color: #17a2b8;
  background-color: rgba(23, 162, 184, 0.08);
}

/* line 65, Content/ht-theme/components/file/_file-upload.scss */
div.file:hover > .btn.btn-outline-warning, div.file:hover > #tg-dialog-prev-btn.btn-outline-warning, div.file:hover > #tg-dialog-next-btn.btn-outline-warning {
  border-color: #ff8940;
  background-color: rgba(255, 137, 64, 0.08);
}

/* line 65, Content/ht-theme/components/file/_file-upload.scss */
div.file:hover > .btn.btn-outline-danger, div.file:hover > #tg-dialog-prev-btn.btn-outline-danger, div.file:hover > #tg-dialog-next-btn.btn-outline-danger {
  border-color: #ff003c;
  background-color: rgba(255, 0, 60, 0.08);
}

/* line 65, Content/ht-theme/components/file/_file-upload.scss */
div.file:hover > .btn.btn-outline-light, div.file:hover > #tg-dialog-prev-btn.btn-outline-light, div.file:hover > #tg-dialog-next-btn.btn-outline-light {
  border-color: #f8f9fa;
  background-color: rgba(248, 249, 250, 0.08);
}

/* line 65, Content/ht-theme/components/file/_file-upload.scss */
div.file:hover > .btn.btn-outline-dark, div.file:hover > #tg-dialog-prev-btn.btn-outline-dark, div.file:hover > #tg-dialog-next-btn.btn-outline-dark {
  border-color: #343a40;
  background-color: rgba(52, 58, 64, 0.08);
}

/* line 75, Content/ht-theme/components/file/_file-upload.scss */
.autoupload-dropzone,
.autoupload-dropzone-module-mode {
  position: relative;
  border: 2px dashed #acacac;
  /*transition: background-color .3s ease, border-color .3s ease;*/
  transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* line 82, Content/ht-theme/components/file/_file-upload.scss */
.autoupload-dropzone.highlight,
.autoupload-dropzone-module-mode.highlight {
  background-color: #f9f9f9;
  border-color: #3A3633;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

@media (min-width: 768px) {
  /* line 90, Content/ht-theme/components/file/_file-upload.scss */
  .autoupload-dropzone,
.autoupload-dropzone-module-mode {
    width: 80%;
    margin: 0 auto;
  }
}

/* line 97, Content/ht-theme/components/file/_file-upload.scss */
.autoupload-dropzone .autoupload,
.autoupload-dropzone-module-mode .autoupload {
  display: none;
}

/* line 102, Content/ht-theme/components/file/_file-upload.scss */
.autoupload-dropzone .autoupload-fileupload-label,
.autoupload-dropzone-module-mode .autoupload-fileupload-label {
  font-weight: bold;
  padding: 4px 7px;
  margin-right: 8px;
}

@media (min-width: 768px) {
  /* line 110, Content/ht-theme/components/file/_file-upload.scss */
  .autoupload-dropzone.autoupload-dropzone-gen,
.autoupload-dropzone-module-mode.autoupload-dropzone-gen {
    width: 100%;
  }
}

/* line 116, Content/ht-theme/components/file/_file-upload.scss */
.autoupload-dropzone-gen {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
}

/* line 128, Content/ht-theme/components/file/_file-upload.scss */
.autoupload-dropzone-gen input.autoupload-module-mode, .autoupload-dropzone-gen input.autoupload {
  display: none;
}

/* line 132, Content/ht-theme/components/file/_file-upload.scss */
.autoupload-dropzone-gen .autoupload-body {
  flex-direction: column;
  margin: 0;
  padding: 2rem 0;
}

/* line 138, Content/ht-theme/components/file/_file-upload.scss */
.autoupload-dropzone-gen .autoupload-icon-ct {
  margin-bottom: 2rem;
}

/* line 141, Content/ht-theme/components/file/_file-upload.scss */
.autoupload-dropzone-gen .autoupload-icon-ct.autoupload-icon-ct--inline {
  display: inline-flex;
  gap: 2rem;
}

/* line 146, Content/ht-theme/components/file/_file-upload.scss */
.autoupload-dropzone-gen .autoupload-icon-ct .autoupload-icon {
  width: 100%;
  text-align: center;
  line-height: 1;
}

/* line 152, Content/ht-theme/components/file/_file-upload.scss */
.autoupload-dropzone-gen .autoupload-icon-ct .autoupload-icon-text {
  color: #a0a9ba;
}

/* line 157, Content/ht-theme/components/file/_file-upload.scss */
.autoupload-dropzone-gen .autoupload-uploaded {
  padding: 2rem 0;
  text-align: center;
}

/* line 161, Content/ht-theme/components/file/_file-upload.scss */
.autoupload-dropzone-gen .autoupload-uploaded .autoupload-uploaded-delete {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 4px;
}

/* line 169, Content/ht-theme/components/file/_file-upload.scss */
.autoupload-dropzone-gen .btn.btn-link.btn-choose-another-file, .autoupload-dropzone-gen #tg-dialog-prev-btn.btn-link.btn-choose-another-file, .autoupload-dropzone-gen #tg-dialog-next-btn.btn-link.btn-choose-another-file {
  color: #437ABC;
  font-weight: 700;
  text-decoration: underline;
  padding: 0;
  margin: 0;
}

/* line 177, Content/ht-theme/components/file/_file-upload.scss */
.autoupload-dropzone-gen .file-input-helper-text {
  padding: 0 8px;
}

/* line 3, Content/ht-theme/components/file/_fileinput.scss */
.fileinput {
  display: inline-block;
  margin-bottom: 9px;
}

/* line 7, Content/ht-theme/components/file/_fileinput.scss */
.fileinput .form-control {
  display: inline-block;
  padding-top: 7px;
  padding-bottom: 5px;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: text;
}

/* line 16, Content/ht-theme/components/file/_fileinput.scss */
.fileinput .thumbnail {
  display: inline-block;
  margin-bottom: 5px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}

/* line 23, Content/ht-theme/components/file/_fileinput.scss */
.fileinput .thumbnail > img {
  max-height: 100%;
}

/* line 28, Content/ht-theme/components/file/_fileinput.scss */
.fileinput .btn, .fileinput #tg-dialog-prev-btn, .fileinput #tg-dialog-next-btn {
  vertical-align: middle;
}

/* line 32, Content/ht-theme/components/file/_fileinput.scss */
.fileinput .btn-file {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}

/* line 37, Content/ht-theme/components/file/_fileinput.scss */
.fileinput .btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 23px;
  cursor: pointer;
  filter: alpha(opacity=0);
  opacity: 0;
  direction: ltr;
}

/* line 53, Content/ht-theme/components/file/_fileinput.scss */
.fileinput-exists {
  vertical-align: middle;
}

/* line 56, Content/ht-theme/components/file/_fileinput.scss */
.fileinput-exists .fileinput-new {
  display: none;
}

/* line 61, Content/ht-theme/components/file/_fileinput.scss */
.fileinput-new {
  vertical-align: middle;
}

/* line 64, Content/ht-theme/components/file/_fileinput.scss */
.fileinput-new .fileinput-exists {
  display: none;
}

/* line 69, Content/ht-theme/components/file/_fileinput.scss */
.fileinput-new .input-group .btn-file {
  border-radius: 0 4px 4px 0;
}

/* line 73, Content/ht-theme/components/file/_fileinput.scss */
.fileinput-new .input-group .btn-file.btn-xs {
  border-radius: 0 3px 3px 0;
}

/* line 77, Content/ht-theme/components/file/_fileinput.scss */
.fileinput-new .input-group .btn-file.btn-sm, .fileinput-new .input-group .btn-group-sm > .btn-file.btn, .fileinput-new .input-group .btn-group-sm > #tg-dialog-prev-btn.btn-file, .fileinput-new .input-group .btn-group-sm > #tg-dialog-next-btn.btn-file {
  border-radius: 0 3px 3px 0;
}

/* line 81, Content/ht-theme/components/file/_fileinput.scss */
.fileinput-new .input-group .btn-file.btn-lg, .fileinput-new .input-group .btn-group-lg > .btn-file.btn, .fileinput-new .input-group .btn-group-lg > #tg-dialog-prev-btn.btn-file, .fileinput-new .input-group .btn-group-lg > #tg-dialog-next-btn.btn-file {
  border-radius: 0 6px 6px 0;
}

/* line 88, Content/ht-theme/components/file/_fileinput.scss */
.fileinput-inline .fileinput-controls {
  display: inline;
}

/* line 93, Content/ht-theme/components/file/_fileinput.scss */
.fileinput-filename {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}

/* line 100, Content/ht-theme/components/file/_fileinput.scss */
.form-control .fileinput-filename {
  vertical-align: bottom;
}

/* line 105, Content/ht-theme/components/file/_fileinput.scss */
.fileinput.input-group {
  display: table;
}

/* line 108, Content/ht-theme/components/file/_fileinput.scss */
.fileinput.input-group > * {
  position: relative;
  z-index: 2;
}

/* line 113, Content/ht-theme/components/file/_fileinput.scss */
.fileinput.input-group > .btn-file {
  z-index: 1;
}

/* line 119, Content/ht-theme/components/file/_fileinput.scss */
.fileinput-new.input-group .btn-file {
  border-radius: 0 4px 4px 0;
}

/* line 123, Content/ht-theme/components/file/_fileinput.scss */
.fileinput-new.input-group .btn-file.btn-xs {
  border-radius: 0 3px 3px 0;
}

/* line 127, Content/ht-theme/components/file/_fileinput.scss */
.fileinput-new.input-group .btn-file.btn-sm, .fileinput-new.input-group .btn-group-sm > .btn-file.btn, .fileinput-new.input-group .btn-group-sm > #tg-dialog-prev-btn.btn-file, .fileinput-new.input-group .btn-group-sm > #tg-dialog-next-btn.btn-file {
  border-radius: 0 3px 3px 0;
}

/* line 131, Content/ht-theme/components/file/_fileinput.scss */
.fileinput-new.input-group .btn-file.btn-lg, .fileinput-new.input-group .btn-group-lg > .btn-file.btn, .fileinput-new.input-group .btn-group-lg > #tg-dialog-prev-btn.btn-file, .fileinput-new.input-group .btn-group-lg > #tg-dialog-next-btn.btn-file {
  border-radius: 0 6px 6px 0;
}

/* line 138, Content/ht-theme/components/file/_fileinput.scss */
.form-group.has-warning .fileinput .fileinput-preview {
  color: #8a6d3b;
}

/* line 142, Content/ht-theme/components/file/_fileinput.scss */
.form-group.has-warning .fileinput .thumbnail {
  border-color: #faebcc;
}

/* line 150, Content/ht-theme/components/file/_fileinput.scss */
.form-group.has-error .fileinput .fileinput-preview {
  color: #a94442;
}

/* line 154, Content/ht-theme/components/file/_fileinput.scss */
.form-group.has-error .fileinput .thumbnail {
  border-color: #ebccd1;
}

/* line 162, Content/ht-theme/components/file/_fileinput.scss */
.form-group.has-success .fileinput .fileinput-preview {
  color: #3c763d;
}

/* line 166, Content/ht-theme/components/file/_fileinput.scss */
.form-group.has-success .fileinput .thumbnail {
  border-color: #d6e9c6;
}

/* line 1, Content/ht-theme/components/signature/_signature.scss */
.signature-placeholder {
  position: relative;
  margin-bottom: 15px;
}

/* line 5, Content/ht-theme/components/signature/_signature.scss */
.signature-placeholder > .clearButton {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 2;
}

/* line 11, Content/ht-theme/components/signature/_signature.scss */
.signature-placeholder > .clearButton > a {
  padding-bottom: 5px;
  border-bottom: 0.5px solid #3e526e;
  text-decoration: none;
}

/* line 18, Content/ht-theme/components/signature/_signature.scss */
.signature-placeholder .sigWrapper {
  clear: both;
  border: 1px solid rgba(160, 169, 186, 0.5) !important;
  border-radius: 3px;
  text-align: center;
}

/* line 27, Content/ht-theme/components/signature/_signature.scss */
.signature-placeholder canvas.pad {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: unset !important;
  border-radius: 3px;
}

/* line 37, Content/ht-theme/components/signature/_signature.scss */
.drawItDesc {
  margin-top: 0 !important;
}

/* line 41, Content/ht-theme/components/signature/_signature.scss */
.typeItDesc, .drawItDesc {
  color: #3e526e !important;
}

@media (max-width: 575.98px) {
  /* line 46, Content/ht-theme/components/signature/_signature.scss */
  .sigPad {
    width: 100% !important;
  }
  /* line 49, Content/ht-theme/components/signature/_signature.scss */
  .sigPad .sigWrapper {
    text-align: center;
  }
}

/* line 2, Content/ht-theme/components/suggestionbox/_suggestionbox.scss */
.suggestionbox ul {
  padding: 0;
}

/* line 5, Content/ht-theme/components/suggestionbox/_suggestionbox.scss */
.suggestionbox ul li {
  float: left;
  clear: left;
  width: 100%;
  margin: 0.2em 0;
  padding: 0.5em 0.8em;
  list-style: none;
  background-color: rgba(225, 232, 243, 0.4);
  border-left: 5px solid rgba(0, 180, 227, 0.12);
  cursor: default;
  color: #333;
  position: relative;
  z-index: 2;
}

/* line 19, Content/ht-theme/components/suggestionbox/_suggestionbox.scss */
.suggestionbox ul li:hover {
  background-color: rgba(225, 232, 243, 0.5);
  border-left: 5px solid #00b4e3;
}

/* line 24, Content/ht-theme/components/suggestionbox/_suggestionbox.scss */
.suggestionbox ul li a {
  color: #3e526e;
}

/* line 23, Content/ht-theme/components/badge/_badge.scss */
.badge-primary {
  color: #00b4e3;
  background-color: rgba(0, 180, 227, 0.08);
  font-size: 0.929rem;
}

/* line 17, Content/bootstrap/mixins/_hover.scss */
a.badge-primary:hover, a.badge-primary:focus {
  color: #ffffff;
  background-color: #008cb0;
}

/* line 14, Content/ht-theme/components/badge/_badge.scss */
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0, 180, 227, 0.5);
}

/* line 32, Content/ht-theme/components/badge/_badge.scss */
.badge-primary > .ht-icons, .badge-primary > .material-icons, .badge-primary > .material-icons-outlined {
  vertical-align: middle;
  font-size: 1.714rem;
  width: 30px;
}

/* line 38, Content/ht-theme/components/badge/_badge.scss */
.badge-primary > .ht-icons {
  letter-spacing: 10px;
}

/* line 42, Content/ht-theme/components/badge/_badge.scss */
.badge-primary.badge-status {
  vertical-align: middle;
}

/* line 45, Content/ht-theme/components/badge/_badge.scss */
.badge-primary.badge-status .badge-status-icon {
  font-size: 1.28571rem;
  width: auto;
  vertical-align: middle;
  letter-spacing: 0;
}

/* line 52, Content/ht-theme/components/badge/_badge.scss */
.badge-primary.badge-status.badge-status-icon-only {
  padding: .5rem;
}

/* line 55, Content/ht-theme/components/badge/_badge.scss */
.badge-primary.badge-status.badge-status-icon-only .badge-status-icon {
  font-size: 1.5rem;
  letter-spacing: 0;
}

/* line 61, Content/ht-theme/components/badge/_badge.scss */
.badge-primary.badge-status.badge-status-svg-only {
  padding: .25rem;
}

/* line 64, Content/ht-theme/components/badge/_badge.scss */
.badge-primary.badge-status.badge-status-svg-only.badge-success {
  fill: #36b37e;
}

/* line 68, Content/ht-theme/components/badge/_badge.scss */
.badge-primary.badge-status.badge-status-svg-only.badge-warning, .badge-status-svg-only.select2-results__message {
  fill: #ff8940;
}

/* line 72, Content/ht-theme/components/badge/_badge.scss */
.badge-primary.badge-status.badge-status-svg-only.badge-danger {
  fill: #ff003c;
}

/* line 76, Content/ht-theme/components/badge/_badge.scss */
.badge-primary.badge-status.badge-status-svg-only svg {
  min-height: 19.5px;
}

/* line 79, Content/ht-theme/components/badge/_badge.scss */
.badge-primary.badge-status.badge-status-svg-only svg.approved {
  width: 18px;
  height: 14px;
}

/* line 84, Content/ht-theme/components/badge/_badge.scss */
.badge-primary.badge-status.badge-status-svg-only svg.draft {
  width: 16px;
  height: 4px;
}

/* line 89, Content/ht-theme/components/badge/_badge.scss */
.badge-primary.badge-status.badge-status-svg-only svg.rejected {
  width: 14px;
  height: 14px;
}

/* line 94, Content/ht-theme/components/badge/_badge.scss */
.badge-primary.badge-status.badge-status-svg-only svg.pending-review {
  width: 21px;
  height: 18px;
}

/* line 99, Content/ht-theme/components/badge/_badge.scss */
.badge-primary.badge-status.badge-status-svg-only svg.accepted {
  width: 18px;
  height: 14px;
}

/* line 106, Content/ht-theme/components/badge/_badge.scss */
.badge-primary.badge-status.less-icon-padding {
  padding: .25rem .4rem;
}

/* line 110, Content/ht-theme/components/badge/_badge.scss */
.badge-primary.badge-status + .badge-status-text {
  vertical-align: middle;
  margin-left: 1.5rem;
  font-size: 1rem;
  color: #3e526e;
}

/* line 117, Content/ht-theme/components/badge/_badge.scss */
.badge-primary.badge-status.badge-na {
  white-space: nowrap;
  word-break: keep-all;
}

/* line 124, Content/ht-theme/components/badge/_badge.scss */
.badge-primary.badge-status.badge-status-table-cell {
  display: inline-flex;
  align-items: center;
  /* width: 100%;
                justify-content: center;*/
  /* .badge-status-text {
                    display: none;
                }*/
}

/* line 129, Content/ht-theme/components/badge/_badge.scss */
.badge-primary.badge-status.badge-status-table-cell .badge-status-icon {
  display: inline-block;
  /*font-size: 1.25rem;*/
  letter-spacing: 0;
  width: auto;
}

/* line 136, Content/ht-theme/components/badge/_badge.scss */
.badge-primary.badge-status.badge-status-table-cell .badge-status-text {
  display: none;
  vertical-align: middle;
  text-align: left;
  white-space: pre-wrap;
  padding-left: .5rem;
  /*min-height: 1.2rem;*/
  line-height: 1.2;
  font-weight: 500;
}

/* line 147, Content/ht-theme/components/badge/_badge.scss */
.badge-primary.badge-status.badge-status-table-cell.badge-table-cell-test-status {
  margin-right: .5rem;
  display: inline-block;
}

/* line 151, Content/ht-theme/components/badge/_badge.scss */
.badge-primary.badge-status.badge-status-table-cell.badge-table-cell-test-status .badge-status-icon {
  letter-spacing: 0;
  width: auto;
}

/* line 156, Content/ht-theme/components/badge/_badge.scss */
.badge-primary.badge-status.badge-status-table-cell.badge-table-cell-test-status.badge-na .badge-status-text {
  overflow: visible;
  width: 1.28571rem;
  position: relative;
  left: -2px;
  white-space: nowrap;
  word-break: keep-all;
}

@media (min-width: 768px) {
  /* line 173, Content/ht-theme/components/badge/_badge.scss */
  .badge-primary.badge-status.badge-status-table-cell.badge-status-full-width {
    width: 100%;
  }
  /* line 177, Content/ht-theme/components/badge/_badge.scss */
  .badge-primary.badge-status.badge-status-table-cell.badge-table-cell-test-status {
    display: none;
  }
  /* line 181, Content/ht-theme/components/badge/_badge.scss */
  .badge-primary.badge-status.badge-status-table-cell .badge-status-text {
    display: inline-block;
  }
}

/* line 187, Content/ht-theme/components/badge/_badge.scss */
.badge-primary.badge-status.badge-status-table-cell.badge-na {
  justify-content: center;
}

/* line 190, Content/ht-theme/components/badge/_badge.scss */
.badge-primary.badge-status.badge-status-table-cell.badge-na .badge-status-icon {
  display: none;
}

/* line 194, Content/ht-theme/components/badge/_badge.scss */
.badge-primary.badge-status.badge-status-table-cell.badge-na .badge-status-text {
  padding-left: 0;
  display: inline-block;
}

@media (min-width: 768px) {
  /* line 200, Content/ht-theme/components/badge/_badge.scss */
  .badge-primary.badge-status.badge-status-table-cell.badge-na {
    min-width: 80px;
  }
}

/* line 210, Content/ht-theme/components/badge/_badge.scss */
.badge-primary.badge-status.badge-status-no-icon .badge-status-text {
  display: inline-block;
  padding: 0;
  margin: 0;
  /*text-align: center;*/
}

/* line 218, Content/ht-theme/components/badge/_badge.scss */
.badge-primary.badge-status.badge-status-text-align-center {
  text-align: center;
  justify-content: center;
}

/* line 222, Content/ht-theme/components/badge/_badge.scss */
.badge-primary.badge-status.badge-status-text-align-center .badge-status-text {
  text-align: center;
}

/* line 228, Content/ht-theme/components/badge/_badge.scss */
.badge-primary.badge-text-align-left {
  text-align: left;
}

/* line 23, Content/ht-theme/components/badge/_badge.scss */
.badge-secondary {
  color: #3e526e;
  background-color: rgba(62, 82, 110, 0.08);
  color: #a0a9ba;
  font-size: 0.929rem;
}

/* line 17, Content/bootstrap/mixins/_hover.scss */
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #ffffff;
  background-color: #2c3a4d;
}

/* line 14, Content/ht-theme/components/badge/_badge.scss */
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(62, 82, 110, 0.5);
}

/* line 32, Content/ht-theme/components/badge/_badge.scss */
.badge-secondary > .ht-icons, .badge-secondary > .material-icons, .badge-secondary > .material-icons-outlined {
  vertical-align: middle;
  font-size: 1.714rem;
  width: 30px;
}

/* line 38, Content/ht-theme/components/badge/_badge.scss */
.badge-secondary > .ht-icons {
  letter-spacing: 10px;
}

/* line 42, Content/ht-theme/components/badge/_badge.scss */
.badge-secondary.badge-status {
  vertical-align: middle;
}

/* line 45, Content/ht-theme/components/badge/_badge.scss */
.badge-secondary.badge-status .badge-status-icon {
  font-size: 1.28571rem;
  width: auto;
  vertical-align: middle;
  letter-spacing: 0;
}

/* line 52, Content/ht-theme/components/badge/_badge.scss */
.badge-secondary.badge-status.badge-status-icon-only {
  padding: .5rem;
}

/* line 55, Content/ht-theme/components/badge/_badge.scss */
.badge-secondary.badge-status.badge-status-icon-only .badge-status-icon {
  font-size: 1.5rem;
  letter-spacing: 0;
}

/* line 61, Content/ht-theme/components/badge/_badge.scss */
.badge-secondary.badge-status.badge-status-svg-only {
  padding: .25rem;
}

/* line 64, Content/ht-theme/components/badge/_badge.scss */
.badge-secondary.badge-status.badge-status-svg-only.badge-success {
  fill: #36b37e;
}

/* line 68, Content/ht-theme/components/badge/_badge.scss */
.badge-secondary.badge-status.badge-status-svg-only.badge-warning, .badge-status-svg-only.select2-results__message {
  fill: #ff8940;
}

/* line 72, Content/ht-theme/components/badge/_badge.scss */
.badge-secondary.badge-status.badge-status-svg-only.badge-danger {
  fill: #ff003c;
}

/* line 76, Content/ht-theme/components/badge/_badge.scss */
.badge-secondary.badge-status.badge-status-svg-only svg {
  min-height: 19.5px;
}

/* line 79, Content/ht-theme/components/badge/_badge.scss */
.badge-secondary.badge-status.badge-status-svg-only svg.approved {
  width: 18px;
  height: 14px;
}

/* line 84, Content/ht-theme/components/badge/_badge.scss */
.badge-secondary.badge-status.badge-status-svg-only svg.draft {
  width: 16px;
  height: 4px;
}

/* line 89, Content/ht-theme/components/badge/_badge.scss */
.badge-secondary.badge-status.badge-status-svg-only svg.rejected {
  width: 14px;
  height: 14px;
}

/* line 94, Content/ht-theme/components/badge/_badge.scss */
.badge-secondary.badge-status.badge-status-svg-only svg.pending-review {
  width: 21px;
  height: 18px;
}

/* line 99, Content/ht-theme/components/badge/_badge.scss */
.badge-secondary.badge-status.badge-status-svg-only svg.accepted {
  width: 18px;
  height: 14px;
}

/* line 106, Content/ht-theme/components/badge/_badge.scss */
.badge-secondary.badge-status.less-icon-padding {
  padding: .25rem .4rem;
}

/* line 110, Content/ht-theme/components/badge/_badge.scss */
.badge-secondary.badge-status + .badge-status-text {
  vertical-align: middle;
  margin-left: 1.5rem;
  font-size: 1rem;
  color: #3e526e;
}

/* line 117, Content/ht-theme/components/badge/_badge.scss */
.badge-secondary.badge-status.badge-na {
  white-space: nowrap;
  word-break: keep-all;
}

/* line 124, Content/ht-theme/components/badge/_badge.scss */
.badge-secondary.badge-status.badge-status-table-cell {
  display: inline-flex;
  align-items: center;
  /* width: 100%;
                justify-content: center;*/
  /* .badge-status-text {
                    display: none;
                }*/
}

/* line 129, Content/ht-theme/components/badge/_badge.scss */
.badge-secondary.badge-status.badge-status-table-cell .badge-status-icon {
  display: inline-block;
  /*font-size: 1.25rem;*/
  letter-spacing: 0;
  width: auto;
}

/* line 136, Content/ht-theme/components/badge/_badge.scss */
.badge-secondary.badge-status.badge-status-table-cell .badge-status-text {
  display: none;
  vertical-align: middle;
  text-align: left;
  white-space: pre-wrap;
  padding-left: .5rem;
  /*min-height: 1.2rem;*/
  line-height: 1.2;
  font-weight: 500;
}

/* line 147, Content/ht-theme/components/badge/_badge.scss */
.badge-secondary.badge-status.badge-status-table-cell.badge-table-cell-test-status {
  margin-right: .5rem;
  display: inline-block;
}

/* line 151, Content/ht-theme/components/badge/_badge.scss */
.badge-secondary.badge-status.badge-status-table-cell.badge-table-cell-test-status .badge-status-icon {
  letter-spacing: 0;
  width: auto;
}

/* line 156, Content/ht-theme/components/badge/_badge.scss */
.badge-secondary.badge-status.badge-status-table-cell.badge-table-cell-test-status.badge-na .badge-status-text {
  overflow: visible;
  width: 1.28571rem;
  position: relative;
  left: -2px;
  white-space: nowrap;
  word-break: keep-all;
}

@media (min-width: 768px) {
  /* line 173, Content/ht-theme/components/badge/_badge.scss */
  .badge-secondary.badge-status.badge-status-table-cell.badge-status-full-width {
    width: 100%;
  }
  /* line 177, Content/ht-theme/components/badge/_badge.scss */
  .badge-secondary.badge-status.badge-status-table-cell.badge-table-cell-test-status {
    display: none;
  }
  /* line 181, Content/ht-theme/components/badge/_badge.scss */
  .badge-secondary.badge-status.badge-status-table-cell .badge-status-text {
    display: inline-block;
  }
}

/* line 187, Content/ht-theme/components/badge/_badge.scss */
.badge-secondary.badge-status.badge-status-table-cell.badge-na {
  justify-content: center;
}

/* line 190, Content/ht-theme/components/badge/_badge.scss */
.badge-secondary.badge-status.badge-status-table-cell.badge-na .badge-status-icon {
  display: none;
}

/* line 194, Content/ht-theme/components/badge/_badge.scss */
.badge-secondary.badge-status.badge-status-table-cell.badge-na .badge-status-text {
  padding-left: 0;
  display: inline-block;
}

@media (min-width: 768px) {
  /* line 200, Content/ht-theme/components/badge/_badge.scss */
  .badge-secondary.badge-status.badge-status-table-cell.badge-na {
    min-width: 80px;
  }
}

/* line 210, Content/ht-theme/components/badge/_badge.scss */
.badge-secondary.badge-status.badge-status-no-icon .badge-status-text {
  display: inline-block;
  padding: 0;
  margin: 0;
  /*text-align: center;*/
}

/* line 218, Content/ht-theme/components/badge/_badge.scss */
.badge-secondary.badge-status.badge-status-text-align-center {
  text-align: center;
  justify-content: center;
}

/* line 222, Content/ht-theme/components/badge/_badge.scss */
.badge-secondary.badge-status.badge-status-text-align-center .badge-status-text {
  text-align: center;
}

/* line 228, Content/ht-theme/components/badge/_badge.scss */
.badge-secondary.badge-text-align-left {
  text-align: left;
}

/* line 23, Content/ht-theme/components/badge/_badge.scss */
.badge-success {
  color: #36b37e;
  background-color: rgba(54, 179, 126, 0.08);
  font-size: 0.929rem;
}

/* line 17, Content/bootstrap/mixins/_hover.scss */
a.badge-success:hover, a.badge-success:focus {
  color: #ffffff;
  background-color: #2a8c62;
}

/* line 14, Content/ht-theme/components/badge/_badge.scss */
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(54, 179, 126, 0.5);
}

/* line 32, Content/ht-theme/components/badge/_badge.scss */
.badge-success > .ht-icons, .badge-success > .material-icons, .badge-success > .material-icons-outlined {
  vertical-align: middle;
  font-size: 1.714rem;
  width: 30px;
}

/* line 38, Content/ht-theme/components/badge/_badge.scss */
.badge-success > .ht-icons {
  letter-spacing: 10px;
}

/* line 42, Content/ht-theme/components/badge/_badge.scss */
.badge-success.badge-status {
  vertical-align: middle;
}

/* line 45, Content/ht-theme/components/badge/_badge.scss */
.badge-success.badge-status .badge-status-icon {
  font-size: 1.28571rem;
  width: auto;
  vertical-align: middle;
  letter-spacing: 0;
}

/* line 52, Content/ht-theme/components/badge/_badge.scss */
.badge-success.badge-status.badge-status-icon-only {
  padding: .5rem;
}

/* line 55, Content/ht-theme/components/badge/_badge.scss */
.badge-success.badge-status.badge-status-icon-only .badge-status-icon {
  font-size: 1.5rem;
  letter-spacing: 0;
}

/* line 61, Content/ht-theme/components/badge/_badge.scss */
.badge-success.badge-status.badge-status-svg-only {
  padding: .25rem;
}

/* line 64, Content/ht-theme/components/badge/_badge.scss */
.badge-success.badge-status.badge-status-svg-only.badge-success {
  fill: #36b37e;
}

/* line 68, Content/ht-theme/components/badge/_badge.scss */
.badge-success.badge-status.badge-status-svg-only.badge-warning, .badge-status-svg-only.select2-results__message {
  fill: #ff8940;
}

/* line 72, Content/ht-theme/components/badge/_badge.scss */
.badge-success.badge-status.badge-status-svg-only.badge-danger {
  fill: #ff003c;
}

/* line 76, Content/ht-theme/components/badge/_badge.scss */
.badge-success.badge-status.badge-status-svg-only svg {
  min-height: 19.5px;
}

/* line 79, Content/ht-theme/components/badge/_badge.scss */
.badge-success.badge-status.badge-status-svg-only svg.approved {
  width: 18px;
  height: 14px;
}

/* line 84, Content/ht-theme/components/badge/_badge.scss */
.badge-success.badge-status.badge-status-svg-only svg.draft {
  width: 16px;
  height: 4px;
}

/* line 89, Content/ht-theme/components/badge/_badge.scss */
.badge-success.badge-status.badge-status-svg-only svg.rejected {
  width: 14px;
  height: 14px;
}

/* line 94, Content/ht-theme/components/badge/_badge.scss */
.badge-success.badge-status.badge-status-svg-only svg.pending-review {
  width: 21px;
  height: 18px;
}

/* line 99, Content/ht-theme/components/badge/_badge.scss */
.badge-success.badge-status.badge-status-svg-only svg.accepted {
  width: 18px;
  height: 14px;
}

/* line 106, Content/ht-theme/components/badge/_badge.scss */
.badge-success.badge-status.less-icon-padding {
  padding: .25rem .4rem;
}

/* line 110, Content/ht-theme/components/badge/_badge.scss */
.badge-success.badge-status + .badge-status-text {
  vertical-align: middle;
  margin-left: 1.5rem;
  font-size: 1rem;
  color: #3e526e;
}

/* line 117, Content/ht-theme/components/badge/_badge.scss */
.badge-success.badge-status.badge-na {
  white-space: nowrap;
  word-break: keep-all;
}

/* line 124, Content/ht-theme/components/badge/_badge.scss */
.badge-success.badge-status.badge-status-table-cell {
  display: inline-flex;
  align-items: center;
  /* width: 100%;
                justify-content: center;*/
  /* .badge-status-text {
                    display: none;
                }*/
}

/* line 129, Content/ht-theme/components/badge/_badge.scss */
.badge-success.badge-status.badge-status-table-cell .badge-status-icon {
  display: inline-block;
  /*font-size: 1.25rem;*/
  letter-spacing: 0;
  width: auto;
}

/* line 136, Content/ht-theme/components/badge/_badge.scss */
.badge-success.badge-status.badge-status-table-cell .badge-status-text {
  display: none;
  vertical-align: middle;
  text-align: left;
  white-space: pre-wrap;
  padding-left: .5rem;
  /*min-height: 1.2rem;*/
  line-height: 1.2;
  font-weight: 500;
}

/* line 147, Content/ht-theme/components/badge/_badge.scss */
.badge-success.badge-status.badge-status-table-cell.badge-table-cell-test-status {
  margin-right: .5rem;
  display: inline-block;
}

/* line 151, Content/ht-theme/components/badge/_badge.scss */
.badge-success.badge-status.badge-status-table-cell.badge-table-cell-test-status .badge-status-icon {
  letter-spacing: 0;
  width: auto;
}

/* line 156, Content/ht-theme/components/badge/_badge.scss */
.badge-success.badge-status.badge-status-table-cell.badge-table-cell-test-status.badge-na .badge-status-text {
  overflow: visible;
  width: 1.28571rem;
  position: relative;
  left: -2px;
  white-space: nowrap;
  word-break: keep-all;
}

@media (min-width: 768px) {
  /* line 173, Content/ht-theme/components/badge/_badge.scss */
  .badge-success.badge-status.badge-status-table-cell.badge-status-full-width {
    width: 100%;
  }
  /* line 177, Content/ht-theme/components/badge/_badge.scss */
  .badge-success.badge-status.badge-status-table-cell.badge-table-cell-test-status {
    display: none;
  }
  /* line 181, Content/ht-theme/components/badge/_badge.scss */
  .badge-success.badge-status.badge-status-table-cell .badge-status-text {
    display: inline-block;
  }
}

/* line 187, Content/ht-theme/components/badge/_badge.scss */
.badge-success.badge-status.badge-status-table-cell.badge-na {
  justify-content: center;
}

/* line 190, Content/ht-theme/components/badge/_badge.scss */
.badge-success.badge-status.badge-status-table-cell.badge-na .badge-status-icon {
  display: none;
}

/* line 194, Content/ht-theme/components/badge/_badge.scss */
.badge-success.badge-status.badge-status-table-cell.badge-na .badge-status-text {
  padding-left: 0;
  display: inline-block;
}

@media (min-width: 768px) {
  /* line 200, Content/ht-theme/components/badge/_badge.scss */
  .badge-success.badge-status.badge-status-table-cell.badge-na {
    min-width: 80px;
  }
}

/* line 210, Content/ht-theme/components/badge/_badge.scss */
.badge-success.badge-status.badge-status-no-icon .badge-status-text {
  display: inline-block;
  padding: 0;
  margin: 0;
  /*text-align: center;*/
}

/* line 218, Content/ht-theme/components/badge/_badge.scss */
.badge-success.badge-status.badge-status-text-align-center {
  text-align: center;
  justify-content: center;
}

/* line 222, Content/ht-theme/components/badge/_badge.scss */
.badge-success.badge-status.badge-status-text-align-center .badge-status-text {
  text-align: center;
}

/* line 228, Content/ht-theme/components/badge/_badge.scss */
.badge-success.badge-text-align-left {
  text-align: left;
}

/* line 23, Content/ht-theme/components/badge/_badge.scss */
.badge-info {
  color: #17a2b8;
  background-color: rgba(23, 162, 184, 0.08);
  font-size: 0.929rem;
}

/* line 17, Content/bootstrap/mixins/_hover.scss */
a.badge-info:hover, a.badge-info:focus {
  color: #ffffff;
  background-color: #117a8b;
}

/* line 14, Content/ht-theme/components/badge/_badge.scss */
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}

/* line 32, Content/ht-theme/components/badge/_badge.scss */
.badge-info > .ht-icons, .badge-info > .material-icons, .badge-info > .material-icons-outlined {
  vertical-align: middle;
  font-size: 1.714rem;
  width: 30px;
}

/* line 38, Content/ht-theme/components/badge/_badge.scss */
.badge-info > .ht-icons {
  letter-spacing: 10px;
}

/* line 42, Content/ht-theme/components/badge/_badge.scss */
.badge-info.badge-status {
  vertical-align: middle;
}

/* line 45, Content/ht-theme/components/badge/_badge.scss */
.badge-info.badge-status .badge-status-icon {
  font-size: 1.28571rem;
  width: auto;
  vertical-align: middle;
  letter-spacing: 0;
}

/* line 52, Content/ht-theme/components/badge/_badge.scss */
.badge-info.badge-status.badge-status-icon-only {
  padding: .5rem;
}

/* line 55, Content/ht-theme/components/badge/_badge.scss */
.badge-info.badge-status.badge-status-icon-only .badge-status-icon {
  font-size: 1.5rem;
  letter-spacing: 0;
}

/* line 61, Content/ht-theme/components/badge/_badge.scss */
.badge-info.badge-status.badge-status-svg-only {
  padding: .25rem;
}

/* line 64, Content/ht-theme/components/badge/_badge.scss */
.badge-info.badge-status.badge-status-svg-only.badge-success {
  fill: #36b37e;
}

/* line 68, Content/ht-theme/components/badge/_badge.scss */
.badge-info.badge-status.badge-status-svg-only.badge-warning, .badge-status-svg-only.select2-results__message {
  fill: #ff8940;
}

/* line 72, Content/ht-theme/components/badge/_badge.scss */
.badge-info.badge-status.badge-status-svg-only.badge-danger {
  fill: #ff003c;
}

/* line 76, Content/ht-theme/components/badge/_badge.scss */
.badge-info.badge-status.badge-status-svg-only svg {
  min-height: 19.5px;
}

/* line 79, Content/ht-theme/components/badge/_badge.scss */
.badge-info.badge-status.badge-status-svg-only svg.approved {
  width: 18px;
  height: 14px;
}

/* line 84, Content/ht-theme/components/badge/_badge.scss */
.badge-info.badge-status.badge-status-svg-only svg.draft {
  width: 16px;
  height: 4px;
}

/* line 89, Content/ht-theme/components/badge/_badge.scss */
.badge-info.badge-status.badge-status-svg-only svg.rejected {
  width: 14px;
  height: 14px;
}

/* line 94, Content/ht-theme/components/badge/_badge.scss */
.badge-info.badge-status.badge-status-svg-only svg.pending-review {
  width: 21px;
  height: 18px;
}

/* line 99, Content/ht-theme/components/badge/_badge.scss */
.badge-info.badge-status.badge-status-svg-only svg.accepted {
  width: 18px;
  height: 14px;
}

/* line 106, Content/ht-theme/components/badge/_badge.scss */
.badge-info.badge-status.less-icon-padding {
  padding: .25rem .4rem;
}

/* line 110, Content/ht-theme/components/badge/_badge.scss */
.badge-info.badge-status + .badge-status-text {
  vertical-align: middle;
  margin-left: 1.5rem;
  font-size: 1rem;
  color: #3e526e;
}

/* line 117, Content/ht-theme/components/badge/_badge.scss */
.badge-info.badge-status.badge-na {
  white-space: nowrap;
  word-break: keep-all;
}

/* line 124, Content/ht-theme/components/badge/_badge.scss */
.badge-info.badge-status.badge-status-table-cell {
  display: inline-flex;
  align-items: center;
  /* width: 100%;
                justify-content: center;*/
  /* .badge-status-text {
                    display: none;
                }*/
}

/* line 129, Content/ht-theme/components/badge/_badge.scss */
.badge-info.badge-status.badge-status-table-cell .badge-status-icon {
  display: inline-block;
  /*font-size: 1.25rem;*/
  letter-spacing: 0;
  width: auto;
}

/* line 136, Content/ht-theme/components/badge/_badge.scss */
.badge-info.badge-status.badge-status-table-cell .badge-status-text {
  display: none;
  vertical-align: middle;
  text-align: left;
  white-space: pre-wrap;
  padding-left: .5rem;
  /*min-height: 1.2rem;*/
  line-height: 1.2;
  font-weight: 500;
}

/* line 147, Content/ht-theme/components/badge/_badge.scss */
.badge-info.badge-status.badge-status-table-cell.badge-table-cell-test-status {
  margin-right: .5rem;
  display: inline-block;
}

/* line 151, Content/ht-theme/components/badge/_badge.scss */
.badge-info.badge-status.badge-status-table-cell.badge-table-cell-test-status .badge-status-icon {
  letter-spacing: 0;
  width: auto;
}

/* line 156, Content/ht-theme/components/badge/_badge.scss */
.badge-info.badge-status.badge-status-table-cell.badge-table-cell-test-status.badge-na .badge-status-text {
  overflow: visible;
  width: 1.28571rem;
  position: relative;
  left: -2px;
  white-space: nowrap;
  word-break: keep-all;
}

@media (min-width: 768px) {
  /* line 173, Content/ht-theme/components/badge/_badge.scss */
  .badge-info.badge-status.badge-status-table-cell.badge-status-full-width {
    width: 100%;
  }
  /* line 177, Content/ht-theme/components/badge/_badge.scss */
  .badge-info.badge-status.badge-status-table-cell.badge-table-cell-test-status {
    display: none;
  }
  /* line 181, Content/ht-theme/components/badge/_badge.scss */
  .badge-info.badge-status.badge-status-table-cell .badge-status-text {
    display: inline-block;
  }
}

/* line 187, Content/ht-theme/components/badge/_badge.scss */
.badge-info.badge-status.badge-status-table-cell.badge-na {
  justify-content: center;
}

/* line 190, Content/ht-theme/components/badge/_badge.scss */
.badge-info.badge-status.badge-status-table-cell.badge-na .badge-status-icon {
  display: none;
}

/* line 194, Content/ht-theme/components/badge/_badge.scss */
.badge-info.badge-status.badge-status-table-cell.badge-na .badge-status-text {
  padding-left: 0;
  display: inline-block;
}

@media (min-width: 768px) {
  /* line 200, Content/ht-theme/components/badge/_badge.scss */
  .badge-info.badge-status.badge-status-table-cell.badge-na {
    min-width: 80px;
  }
}

/* line 210, Content/ht-theme/components/badge/_badge.scss */
.badge-info.badge-status.badge-status-no-icon .badge-status-text {
  display: inline-block;
  padding: 0;
  margin: 0;
  /*text-align: center;*/
}

/* line 218, Content/ht-theme/components/badge/_badge.scss */
.badge-info.badge-status.badge-status-text-align-center {
  text-align: center;
  justify-content: center;
}

/* line 222, Content/ht-theme/components/badge/_badge.scss */
.badge-info.badge-status.badge-status-text-align-center .badge-status-text {
  text-align: center;
}

/* line 228, Content/ht-theme/components/badge/_badge.scss */
.badge-info.badge-text-align-left {
  text-align: left;
}

/* line 23, Content/ht-theme/components/badge/_badge.scss */
.badge-warning, .select2-results__message {
  color: #ff8940;
  background-color: rgba(255, 137, 64, 0.08);
  font-size: 0.929rem;
}

/* line 17, Content/bootstrap/mixins/_hover.scss */
a.badge-warning:hover, a.select2-results__message:hover, a.badge-warning:focus, a.select2-results__message:focus {
  color: #212529;
  background-color: #ff690d;
}

/* line 14, Content/ht-theme/components/badge/_badge.scss */
a.badge-warning:focus, a.select2-results__message:focus, a.badge-warning.focus, a.focus.select2-results__message {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(255, 137, 64, 0.5);
}

/* line 32, Content/ht-theme/components/badge/_badge.scss */
.badge-warning > .ht-icons, .select2-results__message > .ht-icons, .badge-warning > .material-icons, .select2-results__message > .material-icons, .badge-warning > .material-icons-outlined, .select2-results__message > .material-icons-outlined {
  vertical-align: middle;
  font-size: 1.714rem;
  width: 30px;
}

/* line 38, Content/ht-theme/components/badge/_badge.scss */
.badge-warning > .ht-icons, .select2-results__message > .ht-icons {
  letter-spacing: 10px;
}

/* line 42, Content/ht-theme/components/badge/_badge.scss */
.badge-warning.badge-status, .badge-status.select2-results__message {
  vertical-align: middle;
}

/* line 45, Content/ht-theme/components/badge/_badge.scss */
.badge-warning.badge-status .badge-status-icon, .badge-status.select2-results__message .badge-status-icon {
  font-size: 1.28571rem;
  width: auto;
  vertical-align: middle;
  letter-spacing: 0;
}

/* line 52, Content/ht-theme/components/badge/_badge.scss */
.badge-warning.badge-status.badge-status-icon-only, .badge-status.badge-status-icon-only.select2-results__message {
  padding: .5rem;
}

/* line 55, Content/ht-theme/components/badge/_badge.scss */
.badge-warning.badge-status.badge-status-icon-only .badge-status-icon, .badge-status.badge-status-icon-only.select2-results__message .badge-status-icon {
  font-size: 1.5rem;
  letter-spacing: 0;
}

/* line 61, Content/ht-theme/components/badge/_badge.scss */
.badge-warning.badge-status.badge-status-svg-only, .badge-status.badge-status-svg-only.select2-results__message {
  padding: .25rem;
}

/* line 64, Content/ht-theme/components/badge/_badge.scss */
.badge-warning.badge-status.badge-status-svg-only.badge-success, .badge-status.badge-status-svg-only.badge-success.select2-results__message {
  fill: #36b37e;
}

/* line 68, Content/ht-theme/components/badge/_badge.scss */
.badge-warning.badge-status.badge-status-svg-only.badge-warning, .badge-status.badge-status-svg-only.select2-results__message {
  fill: #ff8940;
}

/* line 72, Content/ht-theme/components/badge/_badge.scss */
.badge-warning.badge-status.badge-status-svg-only.badge-danger, .badge-status.badge-status-svg-only.badge-danger.select2-results__message {
  fill: #ff003c;
}

/* line 76, Content/ht-theme/components/badge/_badge.scss */
.badge-warning.badge-status.badge-status-svg-only svg, .badge-status.badge-status-svg-only.select2-results__message svg {
  min-height: 19.5px;
}

/* line 79, Content/ht-theme/components/badge/_badge.scss */
.badge-warning.badge-status.badge-status-svg-only svg.approved, .badge-status.badge-status-svg-only.select2-results__message svg.approved {
  width: 18px;
  height: 14px;
}

/* line 84, Content/ht-theme/components/badge/_badge.scss */
.badge-warning.badge-status.badge-status-svg-only svg.draft, .badge-status.badge-status-svg-only.select2-results__message svg.draft {
  width: 16px;
  height: 4px;
}

/* line 89, Content/ht-theme/components/badge/_badge.scss */
.badge-warning.badge-status.badge-status-svg-only svg.rejected, .badge-status.badge-status-svg-only.select2-results__message svg.rejected {
  width: 14px;
  height: 14px;
}

/* line 94, Content/ht-theme/components/badge/_badge.scss */
.badge-warning.badge-status.badge-status-svg-only svg.pending-review, .badge-status.badge-status-svg-only.select2-results__message svg.pending-review {
  width: 21px;
  height: 18px;
}

/* line 99, Content/ht-theme/components/badge/_badge.scss */
.badge-warning.badge-status.badge-status-svg-only svg.accepted, .badge-status.badge-status-svg-only.select2-results__message svg.accepted {
  width: 18px;
  height: 14px;
}

/* line 106, Content/ht-theme/components/badge/_badge.scss */
.badge-warning.badge-status.less-icon-padding, .badge-status.less-icon-padding.select2-results__message {
  padding: .25rem .4rem;
}

/* line 110, Content/ht-theme/components/badge/_badge.scss */
.badge-warning.badge-status + .badge-status-text, .badge-status.select2-results__message + .badge-status-text {
  vertical-align: middle;
  margin-left: 1.5rem;
  font-size: 1rem;
  color: #3e526e;
}

/* line 117, Content/ht-theme/components/badge/_badge.scss */
.badge-warning.badge-status.badge-na, .badge-status.badge-na.select2-results__message {
  white-space: nowrap;
  word-break: keep-all;
}

/* line 124, Content/ht-theme/components/badge/_badge.scss */
.badge-warning.badge-status.badge-status-table-cell, .badge-status.badge-status-table-cell.select2-results__message {
  display: inline-flex;
  align-items: center;
  /* width: 100%;
                justify-content: center;*/
  /* .badge-status-text {
                    display: none;
                }*/
}

/* line 129, Content/ht-theme/components/badge/_badge.scss */
.badge-warning.badge-status.badge-status-table-cell .badge-status-icon, .badge-status.badge-status-table-cell.select2-results__message .badge-status-icon {
  display: inline-block;
  /*font-size: 1.25rem;*/
  letter-spacing: 0;
  width: auto;
}

/* line 136, Content/ht-theme/components/badge/_badge.scss */
.badge-warning.badge-status.badge-status-table-cell .badge-status-text, .badge-status.badge-status-table-cell.select2-results__message .badge-status-text {
  display: none;
  vertical-align: middle;
  text-align: left;
  white-space: pre-wrap;
  padding-left: .5rem;
  /*min-height: 1.2rem;*/
  line-height: 1.2;
  font-weight: 500;
}

/* line 147, Content/ht-theme/components/badge/_badge.scss */
.badge-warning.badge-status.badge-status-table-cell.badge-table-cell-test-status, .badge-status.badge-status-table-cell.badge-table-cell-test-status.select2-results__message {
  margin-right: .5rem;
  display: inline-block;
}

/* line 151, Content/ht-theme/components/badge/_badge.scss */
.badge-warning.badge-status.badge-status-table-cell.badge-table-cell-test-status .badge-status-icon, .badge-status.badge-status-table-cell.badge-table-cell-test-status.select2-results__message .badge-status-icon {
  letter-spacing: 0;
  width: auto;
}

/* line 156, Content/ht-theme/components/badge/_badge.scss */
.badge-warning.badge-status.badge-status-table-cell.badge-table-cell-test-status.badge-na .badge-status-text, .badge-status.badge-status-table-cell.badge-table-cell-test-status.badge-na.select2-results__message .badge-status-text {
  overflow: visible;
  width: 1.28571rem;
  position: relative;
  left: -2px;
  white-space: nowrap;
  word-break: keep-all;
}

@media (min-width: 768px) {
  /* line 173, Content/ht-theme/components/badge/_badge.scss */
  .badge-warning.badge-status.badge-status-table-cell.badge-status-full-width, .badge-status.badge-status-table-cell.badge-status-full-width.select2-results__message {
    width: 100%;
  }
  /* line 177, Content/ht-theme/components/badge/_badge.scss */
  .badge-warning.badge-status.badge-status-table-cell.badge-table-cell-test-status, .badge-status.badge-status-table-cell.badge-table-cell-test-status.select2-results__message {
    display: none;
  }
  /* line 181, Content/ht-theme/components/badge/_badge.scss */
  .badge-warning.badge-status.badge-status-table-cell .badge-status-text, .badge-status.badge-status-table-cell.select2-results__message .badge-status-text {
    display: inline-block;
  }
}

/* line 187, Content/ht-theme/components/badge/_badge.scss */
.badge-warning.badge-status.badge-status-table-cell.badge-na, .badge-status.badge-status-table-cell.badge-na.select2-results__message {
  justify-content: center;
}

/* line 190, Content/ht-theme/components/badge/_badge.scss */
.badge-warning.badge-status.badge-status-table-cell.badge-na .badge-status-icon, .badge-status.badge-status-table-cell.badge-na.select2-results__message .badge-status-icon {
  display: none;
}

/* line 194, Content/ht-theme/components/badge/_badge.scss */
.badge-warning.badge-status.badge-status-table-cell.badge-na .badge-status-text, .badge-status.badge-status-table-cell.badge-na.select2-results__message .badge-status-text {
  padding-left: 0;
  display: inline-block;
}

@media (min-width: 768px) {
  /* line 200, Content/ht-theme/components/badge/_badge.scss */
  .badge-warning.badge-status.badge-status-table-cell.badge-na, .badge-status.badge-status-table-cell.badge-na.select2-results__message {
    min-width: 80px;
  }
}

/* line 210, Content/ht-theme/components/badge/_badge.scss */
.badge-warning.badge-status.badge-status-no-icon .badge-status-text, .badge-status.badge-status-no-icon.select2-results__message .badge-status-text {
  display: inline-block;
  padding: 0;
  margin: 0;
  /*text-align: center;*/
}

/* line 218, Content/ht-theme/components/badge/_badge.scss */
.badge-warning.badge-status.badge-status-text-align-center, .badge-status.badge-status-text-align-center.select2-results__message {
  text-align: center;
  justify-content: center;
}

/* line 222, Content/ht-theme/components/badge/_badge.scss */
.badge-warning.badge-status.badge-status-text-align-center .badge-status-text, .badge-status.badge-status-text-align-center.select2-results__message .badge-status-text {
  text-align: center;
}

/* line 228, Content/ht-theme/components/badge/_badge.scss */
.badge-warning.badge-text-align-left, .badge-text-align-left.select2-results__message {
  text-align: left;
}

/* line 23, Content/ht-theme/components/badge/_badge.scss */
.badge-danger {
  color: #ff003c;
  background-color: rgba(255, 0, 60, 0.08);
  font-size: 0.929rem;
}

/* line 17, Content/bootstrap/mixins/_hover.scss */
a.badge-danger:hover, a.badge-danger:focus {
  color: #ffffff;
  background-color: #cc0030;
}

/* line 14, Content/ht-theme/components/badge/_badge.scss */
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(255, 0, 60, 0.5);
}

/* line 32, Content/ht-theme/components/badge/_badge.scss */
.badge-danger > .ht-icons, .badge-danger > .material-icons, .badge-danger > .material-icons-outlined {
  vertical-align: middle;
  font-size: 1.714rem;
  width: 30px;
}

/* line 38, Content/ht-theme/components/badge/_badge.scss */
.badge-danger > .ht-icons {
  letter-spacing: 10px;
}

/* line 42, Content/ht-theme/components/badge/_badge.scss */
.badge-danger.badge-status {
  vertical-align: middle;
}

/* line 45, Content/ht-theme/components/badge/_badge.scss */
.badge-danger.badge-status .badge-status-icon {
  font-size: 1.28571rem;
  width: auto;
  vertical-align: middle;
  letter-spacing: 0;
}

/* line 52, Content/ht-theme/components/badge/_badge.scss */
.badge-danger.badge-status.badge-status-icon-only {
  padding: .5rem;
}

/* line 55, Content/ht-theme/components/badge/_badge.scss */
.badge-danger.badge-status.badge-status-icon-only .badge-status-icon {
  font-size: 1.5rem;
  letter-spacing: 0;
}

/* line 61, Content/ht-theme/components/badge/_badge.scss */
.badge-danger.badge-status.badge-status-svg-only {
  padding: .25rem;
}

/* line 64, Content/ht-theme/components/badge/_badge.scss */
.badge-danger.badge-status.badge-status-svg-only.badge-success {
  fill: #36b37e;
}

/* line 68, Content/ht-theme/components/badge/_badge.scss */
.badge-danger.badge-status.badge-status-svg-only.badge-warning, .badge-status-svg-only.select2-results__message {
  fill: #ff8940;
}

/* line 72, Content/ht-theme/components/badge/_badge.scss */
.badge-danger.badge-status.badge-status-svg-only.badge-danger {
  fill: #ff003c;
}

/* line 76, Content/ht-theme/components/badge/_badge.scss */
.badge-danger.badge-status.badge-status-svg-only svg {
  min-height: 19.5px;
}

/* line 79, Content/ht-theme/components/badge/_badge.scss */
.badge-danger.badge-status.badge-status-svg-only svg.approved {
  width: 18px;
  height: 14px;
}

/* line 84, Content/ht-theme/components/badge/_badge.scss */
.badge-danger.badge-status.badge-status-svg-only svg.draft {
  width: 16px;
  height: 4px;
}

/* line 89, Content/ht-theme/components/badge/_badge.scss */
.badge-danger.badge-status.badge-status-svg-only svg.rejected {
  width: 14px;
  height: 14px;
}

/* line 94, Content/ht-theme/components/badge/_badge.scss */
.badge-danger.badge-status.badge-status-svg-only svg.pending-review {
  width: 21px;
  height: 18px;
}

/* line 99, Content/ht-theme/components/badge/_badge.scss */
.badge-danger.badge-status.badge-status-svg-only svg.accepted {
  width: 18px;
  height: 14px;
}

/* line 106, Content/ht-theme/components/badge/_badge.scss */
.badge-danger.badge-status.less-icon-padding {
  padding: .25rem .4rem;
}

/* line 110, Content/ht-theme/components/badge/_badge.scss */
.badge-danger.badge-status + .badge-status-text {
  vertical-align: middle;
  margin-left: 1.5rem;
  font-size: 1rem;
  color: #3e526e;
}

/* line 117, Content/ht-theme/components/badge/_badge.scss */
.badge-danger.badge-status.badge-na {
  white-space: nowrap;
  word-break: keep-all;
}

/* line 124, Content/ht-theme/components/badge/_badge.scss */
.badge-danger.badge-status.badge-status-table-cell {
  display: inline-flex;
  align-items: center;
  /* width: 100%;
                justify-content: center;*/
  /* .badge-status-text {
                    display: none;
                }*/
}

/* line 129, Content/ht-theme/components/badge/_badge.scss */
.badge-danger.badge-status.badge-status-table-cell .badge-status-icon {
  display: inline-block;
  /*font-size: 1.25rem;*/
  letter-spacing: 0;
  width: auto;
}

/* line 136, Content/ht-theme/components/badge/_badge.scss */
.badge-danger.badge-status.badge-status-table-cell .badge-status-text {
  display: none;
  vertical-align: middle;
  text-align: left;
  white-space: pre-wrap;
  padding-left: .5rem;
  /*min-height: 1.2rem;*/
  line-height: 1.2;
  font-weight: 500;
}

/* line 147, Content/ht-theme/components/badge/_badge.scss */
.badge-danger.badge-status.badge-status-table-cell.badge-table-cell-test-status {
  margin-right: .5rem;
  display: inline-block;
}

/* line 151, Content/ht-theme/components/badge/_badge.scss */
.badge-danger.badge-status.badge-status-table-cell.badge-table-cell-test-status .badge-status-icon {
  letter-spacing: 0;
  width: auto;
}

/* line 156, Content/ht-theme/components/badge/_badge.scss */
.badge-danger.badge-status.badge-status-table-cell.badge-table-cell-test-status.badge-na .badge-status-text {
  overflow: visible;
  width: 1.28571rem;
  position: relative;
  left: -2px;
  white-space: nowrap;
  word-break: keep-all;
}

@media (min-width: 768px) {
  /* line 173, Content/ht-theme/components/badge/_badge.scss */
  .badge-danger.badge-status.badge-status-table-cell.badge-status-full-width {
    width: 100%;
  }
  /* line 177, Content/ht-theme/components/badge/_badge.scss */
  .badge-danger.badge-status.badge-status-table-cell.badge-table-cell-test-status {
    display: none;
  }
  /* line 181, Content/ht-theme/components/badge/_badge.scss */
  .badge-danger.badge-status.badge-status-table-cell .badge-status-text {
    display: inline-block;
  }
}

/* line 187, Content/ht-theme/components/badge/_badge.scss */
.badge-danger.badge-status.badge-status-table-cell.badge-na {
  justify-content: center;
}

/* line 190, Content/ht-theme/components/badge/_badge.scss */
.badge-danger.badge-status.badge-status-table-cell.badge-na .badge-status-icon {
  display: none;
}

/* line 194, Content/ht-theme/components/badge/_badge.scss */
.badge-danger.badge-status.badge-status-table-cell.badge-na .badge-status-text {
  padding-left: 0;
  display: inline-block;
}

@media (min-width: 768px) {
  /* line 200, Content/ht-theme/components/badge/_badge.scss */
  .badge-danger.badge-status.badge-status-table-cell.badge-na {
    min-width: 80px;
  }
}

/* line 210, Content/ht-theme/components/badge/_badge.scss */
.badge-danger.badge-status.badge-status-no-icon .badge-status-text {
  display: inline-block;
  padding: 0;
  margin: 0;
  /*text-align: center;*/
}

/* line 218, Content/ht-theme/components/badge/_badge.scss */
.badge-danger.badge-status.badge-status-text-align-center {
  text-align: center;
  justify-content: center;
}

/* line 222, Content/ht-theme/components/badge/_badge.scss */
.badge-danger.badge-status.badge-status-text-align-center .badge-status-text {
  text-align: center;
}

/* line 228, Content/ht-theme/components/badge/_badge.scss */
.badge-danger.badge-text-align-left {
  text-align: left;
}

/* line 23, Content/ht-theme/components/badge/_badge.scss */
.badge-light {
  color: #f8f9fa;
  background-color: rgba(248, 249, 250, 0.08);
  font-size: 0.929rem;
}

/* line 17, Content/bootstrap/mixins/_hover.scss */
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

/* line 14, Content/ht-theme/components/badge/_badge.scss */
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
}

/* line 32, Content/ht-theme/components/badge/_badge.scss */
.badge-light > .ht-icons, .badge-light > .material-icons, .badge-light > .material-icons-outlined {
  vertical-align: middle;
  font-size: 1.714rem;
  width: 30px;
}

/* line 38, Content/ht-theme/components/badge/_badge.scss */
.badge-light > .ht-icons {
  letter-spacing: 10px;
}

/* line 42, Content/ht-theme/components/badge/_badge.scss */
.badge-light.badge-status {
  vertical-align: middle;
}

/* line 45, Content/ht-theme/components/badge/_badge.scss */
.badge-light.badge-status .badge-status-icon {
  font-size: 1.28571rem;
  width: auto;
  vertical-align: middle;
  letter-spacing: 0;
}

/* line 52, Content/ht-theme/components/badge/_badge.scss */
.badge-light.badge-status.badge-status-icon-only {
  padding: .5rem;
}

/* line 55, Content/ht-theme/components/badge/_badge.scss */
.badge-light.badge-status.badge-status-icon-only .badge-status-icon {
  font-size: 1.5rem;
  letter-spacing: 0;
}

/* line 61, Content/ht-theme/components/badge/_badge.scss */
.badge-light.badge-status.badge-status-svg-only {
  padding: .25rem;
}

/* line 64, Content/ht-theme/components/badge/_badge.scss */
.badge-light.badge-status.badge-status-svg-only.badge-success {
  fill: #36b37e;
}

/* line 68, Content/ht-theme/components/badge/_badge.scss */
.badge-light.badge-status.badge-status-svg-only.badge-warning, .badge-status-svg-only.select2-results__message {
  fill: #ff8940;
}

/* line 72, Content/ht-theme/components/badge/_badge.scss */
.badge-light.badge-status.badge-status-svg-only.badge-danger {
  fill: #ff003c;
}

/* line 76, Content/ht-theme/components/badge/_badge.scss */
.badge-light.badge-status.badge-status-svg-only svg {
  min-height: 19.5px;
}

/* line 79, Content/ht-theme/components/badge/_badge.scss */
.badge-light.badge-status.badge-status-svg-only svg.approved {
  width: 18px;
  height: 14px;
}

/* line 84, Content/ht-theme/components/badge/_badge.scss */
.badge-light.badge-status.badge-status-svg-only svg.draft {
  width: 16px;
  height: 4px;
}

/* line 89, Content/ht-theme/components/badge/_badge.scss */
.badge-light.badge-status.badge-status-svg-only svg.rejected {
  width: 14px;
  height: 14px;
}

/* line 94, Content/ht-theme/components/badge/_badge.scss */
.badge-light.badge-status.badge-status-svg-only svg.pending-review {
  width: 21px;
  height: 18px;
}

/* line 99, Content/ht-theme/components/badge/_badge.scss */
.badge-light.badge-status.badge-status-svg-only svg.accepted {
  width: 18px;
  height: 14px;
}

/* line 106, Content/ht-theme/components/badge/_badge.scss */
.badge-light.badge-status.less-icon-padding {
  padding: .25rem .4rem;
}

/* line 110, Content/ht-theme/components/badge/_badge.scss */
.badge-light.badge-status + .badge-status-text {
  vertical-align: middle;
  margin-left: 1.5rem;
  font-size: 1rem;
  color: #3e526e;
}

/* line 117, Content/ht-theme/components/badge/_badge.scss */
.badge-light.badge-status.badge-na {
  white-space: nowrap;
  word-break: keep-all;
}

/* line 124, Content/ht-theme/components/badge/_badge.scss */
.badge-light.badge-status.badge-status-table-cell {
  display: inline-flex;
  align-items: center;
  /* width: 100%;
                justify-content: center;*/
  /* .badge-status-text {
                    display: none;
                }*/
}

/* line 129, Content/ht-theme/components/badge/_badge.scss */
.badge-light.badge-status.badge-status-table-cell .badge-status-icon {
  display: inline-block;
  /*font-size: 1.25rem;*/
  letter-spacing: 0;
  width: auto;
}

/* line 136, Content/ht-theme/components/badge/_badge.scss */
.badge-light.badge-status.badge-status-table-cell .badge-status-text {
  display: none;
  vertical-align: middle;
  text-align: left;
  white-space: pre-wrap;
  padding-left: .5rem;
  /*min-height: 1.2rem;*/
  line-height: 1.2;
  font-weight: 500;
}

/* line 147, Content/ht-theme/components/badge/_badge.scss */
.badge-light.badge-status.badge-status-table-cell.badge-table-cell-test-status {
  margin-right: .5rem;
  display: inline-block;
}

/* line 151, Content/ht-theme/components/badge/_badge.scss */
.badge-light.badge-status.badge-status-table-cell.badge-table-cell-test-status .badge-status-icon {
  letter-spacing: 0;
  width: auto;
}

/* line 156, Content/ht-theme/components/badge/_badge.scss */
.badge-light.badge-status.badge-status-table-cell.badge-table-cell-test-status.badge-na .badge-status-text {
  overflow: visible;
  width: 1.28571rem;
  position: relative;
  left: -2px;
  white-space: nowrap;
  word-break: keep-all;
}

@media (min-width: 768px) {
  /* line 173, Content/ht-theme/components/badge/_badge.scss */
  .badge-light.badge-status.badge-status-table-cell.badge-status-full-width {
    width: 100%;
  }
  /* line 177, Content/ht-theme/components/badge/_badge.scss */
  .badge-light.badge-status.badge-status-table-cell.badge-table-cell-test-status {
    display: none;
  }
  /* line 181, Content/ht-theme/components/badge/_badge.scss */
  .badge-light.badge-status.badge-status-table-cell .badge-status-text {
    display: inline-block;
  }
}

/* line 187, Content/ht-theme/components/badge/_badge.scss */
.badge-light.badge-status.badge-status-table-cell.badge-na {
  justify-content: center;
}

/* line 190, Content/ht-theme/components/badge/_badge.scss */
.badge-light.badge-status.badge-status-table-cell.badge-na .badge-status-icon {
  display: none;
}

/* line 194, Content/ht-theme/components/badge/_badge.scss */
.badge-light.badge-status.badge-status-table-cell.badge-na .badge-status-text {
  padding-left: 0;
  display: inline-block;
}

@media (min-width: 768px) {
  /* line 200, Content/ht-theme/components/badge/_badge.scss */
  .badge-light.badge-status.badge-status-table-cell.badge-na {
    min-width: 80px;
  }
}

/* line 210, Content/ht-theme/components/badge/_badge.scss */
.badge-light.badge-status.badge-status-no-icon .badge-status-text {
  display: inline-block;
  padding: 0;
  margin: 0;
  /*text-align: center;*/
}

/* line 218, Content/ht-theme/components/badge/_badge.scss */
.badge-light.badge-status.badge-status-text-align-center {
  text-align: center;
  justify-content: center;
}

/* line 222, Content/ht-theme/components/badge/_badge.scss */
.badge-light.badge-status.badge-status-text-align-center .badge-status-text {
  text-align: center;
}

/* line 228, Content/ht-theme/components/badge/_badge.scss */
.badge-light.badge-text-align-left {
  text-align: left;
}

/* line 23, Content/ht-theme/components/badge/_badge.scss */
.badge-dark {
  color: #343a40;
  background-color: rgba(52, 58, 64, 0.08);
  font-size: 0.929rem;
}

/* line 17, Content/bootstrap/mixins/_hover.scss */
a.badge-dark:hover, a.badge-dark:focus {
  color: #ffffff;
  background-color: #1d2124;
}

/* line 14, Content/ht-theme/components/badge/_badge.scss */
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
}

/* line 32, Content/ht-theme/components/badge/_badge.scss */
.badge-dark > .ht-icons, .badge-dark > .material-icons, .badge-dark > .material-icons-outlined {
  vertical-align: middle;
  font-size: 1.714rem;
  width: 30px;
}

/* line 38, Content/ht-theme/components/badge/_badge.scss */
.badge-dark > .ht-icons {
  letter-spacing: 10px;
}

/* line 42, Content/ht-theme/components/badge/_badge.scss */
.badge-dark.badge-status {
  vertical-align: middle;
}

/* line 45, Content/ht-theme/components/badge/_badge.scss */
.badge-dark.badge-status .badge-status-icon {
  font-size: 1.28571rem;
  width: auto;
  vertical-align: middle;
  letter-spacing: 0;
}

/* line 52, Content/ht-theme/components/badge/_badge.scss */
.badge-dark.badge-status.badge-status-icon-only {
  padding: .5rem;
}

/* line 55, Content/ht-theme/components/badge/_badge.scss */
.badge-dark.badge-status.badge-status-icon-only .badge-status-icon {
  font-size: 1.5rem;
  letter-spacing: 0;
}

/* line 61, Content/ht-theme/components/badge/_badge.scss */
.badge-dark.badge-status.badge-status-svg-only {
  padding: .25rem;
}

/* line 64, Content/ht-theme/components/badge/_badge.scss */
.badge-dark.badge-status.badge-status-svg-only.badge-success {
  fill: #36b37e;
}

/* line 68, Content/ht-theme/components/badge/_badge.scss */
.badge-dark.badge-status.badge-status-svg-only.badge-warning, .badge-status-svg-only.select2-results__message {
  fill: #ff8940;
}

/* line 72, Content/ht-theme/components/badge/_badge.scss */
.badge-dark.badge-status.badge-status-svg-only.badge-danger {
  fill: #ff003c;
}

/* line 76, Content/ht-theme/components/badge/_badge.scss */
.badge-dark.badge-status.badge-status-svg-only svg {
  min-height: 19.5px;
}

/* line 79, Content/ht-theme/components/badge/_badge.scss */
.badge-dark.badge-status.badge-status-svg-only svg.approved {
  width: 18px;
  height: 14px;
}

/* line 84, Content/ht-theme/components/badge/_badge.scss */
.badge-dark.badge-status.badge-status-svg-only svg.draft {
  width: 16px;
  height: 4px;
}

/* line 89, Content/ht-theme/components/badge/_badge.scss */
.badge-dark.badge-status.badge-status-svg-only svg.rejected {
  width: 14px;
  height: 14px;
}

/* line 94, Content/ht-theme/components/badge/_badge.scss */
.badge-dark.badge-status.badge-status-svg-only svg.pending-review {
  width: 21px;
  height: 18px;
}

/* line 99, Content/ht-theme/components/badge/_badge.scss */
.badge-dark.badge-status.badge-status-svg-only svg.accepted {
  width: 18px;
  height: 14px;
}

/* line 106, Content/ht-theme/components/badge/_badge.scss */
.badge-dark.badge-status.less-icon-padding {
  padding: .25rem .4rem;
}

/* line 110, Content/ht-theme/components/badge/_badge.scss */
.badge-dark.badge-status + .badge-status-text {
  vertical-align: middle;
  margin-left: 1.5rem;
  font-size: 1rem;
  color: #3e526e;
}

/* line 117, Content/ht-theme/components/badge/_badge.scss */
.badge-dark.badge-status.badge-na {
  white-space: nowrap;
  word-break: keep-all;
}

/* line 124, Content/ht-theme/components/badge/_badge.scss */
.badge-dark.badge-status.badge-status-table-cell {
  display: inline-flex;
  align-items: center;
  /* width: 100%;
                justify-content: center;*/
  /* .badge-status-text {
                    display: none;
                }*/
}

/* line 129, Content/ht-theme/components/badge/_badge.scss */
.badge-dark.badge-status.badge-status-table-cell .badge-status-icon {
  display: inline-block;
  /*font-size: 1.25rem;*/
  letter-spacing: 0;
  width: auto;
}

/* line 136, Content/ht-theme/components/badge/_badge.scss */
.badge-dark.badge-status.badge-status-table-cell .badge-status-text {
  display: none;
  vertical-align: middle;
  text-align: left;
  white-space: pre-wrap;
  padding-left: .5rem;
  /*min-height: 1.2rem;*/
  line-height: 1.2;
  font-weight: 500;
}

/* line 147, Content/ht-theme/components/badge/_badge.scss */
.badge-dark.badge-status.badge-status-table-cell.badge-table-cell-test-status {
  margin-right: .5rem;
  display: inline-block;
}

/* line 151, Content/ht-theme/components/badge/_badge.scss */
.badge-dark.badge-status.badge-status-table-cell.badge-table-cell-test-status .badge-status-icon {
  letter-spacing: 0;
  width: auto;
}

/* line 156, Content/ht-theme/components/badge/_badge.scss */
.badge-dark.badge-status.badge-status-table-cell.badge-table-cell-test-status.badge-na .badge-status-text {
  overflow: visible;
  width: 1.28571rem;
  position: relative;
  left: -2px;
  white-space: nowrap;
  word-break: keep-all;
}

@media (min-width: 768px) {
  /* line 173, Content/ht-theme/components/badge/_badge.scss */
  .badge-dark.badge-status.badge-status-table-cell.badge-status-full-width {
    width: 100%;
  }
  /* line 177, Content/ht-theme/components/badge/_badge.scss */
  .badge-dark.badge-status.badge-status-table-cell.badge-table-cell-test-status {
    display: none;
  }
  /* line 181, Content/ht-theme/components/badge/_badge.scss */
  .badge-dark.badge-status.badge-status-table-cell .badge-status-text {
    display: inline-block;
  }
}

/* line 187, Content/ht-theme/components/badge/_badge.scss */
.badge-dark.badge-status.badge-status-table-cell.badge-na {
  justify-content: center;
}

/* line 190, Content/ht-theme/components/badge/_badge.scss */
.badge-dark.badge-status.badge-status-table-cell.badge-na .badge-status-icon {
  display: none;
}

/* line 194, Content/ht-theme/components/badge/_badge.scss */
.badge-dark.badge-status.badge-status-table-cell.badge-na .badge-status-text {
  padding-left: 0;
  display: inline-block;
}

@media (min-width: 768px) {
  /* line 200, Content/ht-theme/components/badge/_badge.scss */
  .badge-dark.badge-status.badge-status-table-cell.badge-na {
    min-width: 80px;
  }
}

/* line 210, Content/ht-theme/components/badge/_badge.scss */
.badge-dark.badge-status.badge-status-no-icon .badge-status-text {
  display: inline-block;
  padding: 0;
  margin: 0;
  /*text-align: center;*/
}

/* line 218, Content/ht-theme/components/badge/_badge.scss */
.badge-dark.badge-status.badge-status-text-align-center {
  text-align: center;
  justify-content: center;
}

/* line 222, Content/ht-theme/components/badge/_badge.scss */
.badge-dark.badge-status.badge-status-text-align-center .badge-status-text {
  text-align: center;
}

/* line 228, Content/ht-theme/components/badge/_badge.scss */
.badge-dark.badge-text-align-left {
  text-align: left;
}

/* line 234, Content/ht-theme/components/badge/_badge.scss */
.badge-top-right-notification {
  position: absolute;
  padding: 0.25rem 0.393rem;
  top: -0.65rem;
  right: 0;
}

/* line 241, Content/ht-theme/components/badge/_badge.scss */
.badge-list {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

/* line 246, Content/ht-theme/components/badge/_badge.scss */
.badge-list .badge-list__item:not(:last-child) {
  margin-bottom: .25rem;
}

/* line 250, Content/ht-theme/components/badge/_badge.scss */
.badge-list .badge-status.badge-pill, .badge-list .badge-status.select2-results__message {
  min-width: 0;
}

/* line 255, Content/ht-theme/components/badge/_badge.scss */
.badge-list.badge-list-icon-text .badge-status .badge-status-text {
  display: inline-block;
}

/* line 261, Content/ht-theme/components/badge/_badge.scss */
.badge-list.badge-list--inline .badge-list__item {
  display: inline-block;
}

/* line 265, Content/ht-theme/components/badge/_badge.scss */
.badge-list.badge-list--inline .badge-list__item:not(:last-child) {
  margin-bottom: 0;
  margin-right: .125rem;
}

@media (min-width: 576px) {
  /* line 271, Content/ht-theme/components/badge/_badge.scss */
  .badge-list.badge-list--inline .badge-list__item:not(:last-child) {
    margin-right: .25rem;
  }
}

/* line 276, Content/ht-theme/components/badge/_badge.scss */
.badge-list.badge-list--inline .badge-secondary.badge-status.badge-status-table-cell.badge-na {
  min-width: auto;
  padding-left: calc(1rem - 3px);
  padding-right: calc(1rem - 3px);
}

/* line 17, Content/bootstrap/mixins/_hover.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #17cfff !important;
}

/* line 17, Content/bootstrap/mixins/_hover.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #506a8f !important;
}

/* line 17, Content/bootstrap/mixins/_hover.scss */
a.text-success:hover, a.text-success:focus {
  color: #51cb97 !important;
}

/* line 17, Content/bootstrap/mixins/_hover.scss */
a.text-info:hover, a.text-info:focus {
  color: #1fc8e3 !important;
}

/* line 17, Content/bootstrap/mixins/_hover.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #ffa973 !important;
}

/* line 17, Content/bootstrap/mixins/_hover.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #ff3363 !important;
}

/* line 17, Content/bootstrap/mixins/_hover.scss */
a.text-light:hover, a.text-light:focus {
  color: white !important;
}

/* line 17, Content/bootstrap/mixins/_hover.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #4b545c !important;
}

/* line 14, Content/ht-theme/components/text/_text.scss */
.text-secondary {
  color: #a0a9ba !important;
}

/* line 21, Content/ht-theme/components/text/_text.scss */
.font-weight-100 {
  font-weight: 100;
}

/* line 21, Content/ht-theme/components/text/_text.scss */
.font-weight-200 {
  font-weight: 200;
}

/* line 21, Content/ht-theme/components/text/_text.scss */
.font-weight-300 {
  font-weight: 300;
}

/* line 21, Content/ht-theme/components/text/_text.scss */
.font-weight-400 {
  font-weight: 400;
}

/* line 21, Content/ht-theme/components/text/_text.scss */
.font-weight-500 {
  font-weight: 500;
}

/* line 21, Content/ht-theme/components/text/_text.scss */
.font-weight-600 {
  font-weight: 600;
}

/* line 21, Content/ht-theme/components/text/_text.scss */
.font-weight-700 {
  font-weight: 700;
}

/* line 21, Content/ht-theme/components/text/_text.scss */
.font-weight-800 {
  font-weight: 800;
}

/* line 21, Content/ht-theme/components/text/_text.scss */
.font-weight-900 {
  font-weight: 900;
}

/* line 26, Content/ht-theme/components/text/_text.scss */
.truncate-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 767.98px) {
  /* line 33, Content/ht-theme/components/text/_text.scss */
  .font-weight-sm-down-bold {
    font-weight: 600;
  }
}

/* line 39, Content/ht-theme/components/text/_text.scss */
.readonlyInternationalPhoneNumber .iti__selected-dial-code {
  color: #a0a9ba;
}

/* line 5, Content/ht-theme/components/toast/_toast.scss */
.toast.toast-success {
  background-color: #36b37e !important;
}

/* line 9, Content/ht-theme/components/toast/_toast.scss */
.toast.toast-error {
  background-color: #ff003c !important;
}

/* line 13, Content/ht-theme/components/toast/_toast.scss */
.toast.toast-info {
  background-color: #00b4e3 !important;
}

/* line 17, Content/ht-theme/components/toast/_toast.scss */
.toast.toast-warning {
  background-color: #ff8940 !important;
}

/* line 21, Content/ht-theme/components/toast/_toast.scss */
#toast-container > .toast.toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAQAAAD8x0bcAAAAf0lEQVQoz42SsRGAIAxFGYDCmkHYgO0chKPUGRzBNShY4FlQSAJ6eV3Cu+NfEucUeLz7hkSmAdDIpFnYONGcbFK5WXEPGsfwsLMP1fFmGQkEUfdsFNG8uERdulT5o/a5SCJRdfws6Uzg5++0VFfBtVTsIzAN07gW04KNp/J/dA96IqZo8shEhwAAAABJRU5ErkJggg==") !important;
}

/* line 1, Content/ht-theme/components/modal/_modal.scss */
.modal {
  z-index: 10000;
}

/* line 6, Content/ht-theme/components/modal/_modal.scss */
.modal-dialog .modal-header {
  font-size: 1.214rem;
}

/* line 9, Content/ht-theme/components/modal/_modal.scss */
.modal-dialog .modal-header .close {
  padding-top: 0.75rem;
  font-size: 2rem;
}

/* line 2, Content/ht-theme/components/card/_card.scss */
.modal-dialog .modal-body .card {
  box-shadow: 0 12px 24px 0 rgba(56, 96, 165, 0.15);
}

@media (max-width: 991.98px) {
  /* line 20, Content/ht-theme/components/modal/_modal.scss */
  .modal-dialog .modal-footer {
    display: block !important;
  }
}

/* line 26, Content/ht-theme/components/modal/_modal.scss */
.modal-dialog .col-modal-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 33, Content/ht-theme/components/modal/_modal.scss */
.modal-open .modal {
  z-index: 12000;
}

/* line 36, Content/ht-theme/components/modal/_modal.scss */
.modal-open .modal.modal-subform {
  z-index: 13000;
}

/* line 50, Content/ht-theme/components/modal/_modal.scss */
.modal-dialog.modal-dialog-site-diagram {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  max-width: 1200px;
}

@media (min-width: 1200px) {
  /* line 58, Content/ht-theme/components/modal/_modal.scss */
  .modal-dialog.modal-dialog-site-diagram {
    margin-left: auto;
    margin-right: auto;
  }
}

/* line 64, Content/ht-theme/components/modal/_modal.scss */
.modal-backdrop {
  z-index: 11000;
}

@media screen and (min-width: 768px) {
  /* line 2, Content/ht-theme/components/modal/_history-dialog.scss */
  .modal-xxl, .incident-history-dialog, .employer-history-dialog {
    max-width: 700px;
  }
}

@media screen and (min-width: 1000px) {
  /* line 8, Content/ht-theme/components/modal/_history-dialog.scss */
  .modal-xxl, .incident-history-dialog, .employer-history-dialog {
    max-width: 920px;
  }
}

@media screen and (min-width: 1300px) {
  /* line 14, Content/ht-theme/components/modal/_history-dialog.scss */
  .modal-xxl, .incident-history-dialog, .employer-history-dialog {
    max-width: 1200px;
  }
}

@media screen and (min-width: 1600px) {
  /* line 21, Content/ht-theme/components/modal/_history-dialog.scss */
  .modal-xxl, .incident-history-dialog, .employer-history-dialog {
    max-width: 1550px;
  }
}

@media screen and (min-width: 1900px) {
  /* line 27, Content/ht-theme/components/modal/_history-dialog.scss */
  .modal-xxl, .incident-history-dialog, .employer-history-dialog {
    max-width: 1700px;
  }
}

/* Style the Image Used to Trigger the Modal */
/* line 2, Content/ht-theme/components/modal/_js-open-modal.scss */
.js-open-modal img {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  padding-top: 1px;
}

/* line 9, Content/ht-theme/components/modal/_js-open-modal.scss */
.js-open-modal img:hover {
  opacity: 0.7;
}

/* line 4, Content/ht-theme/components/multiselect/_multiselect-container.scss */
.multiselect-container li.multiselect-group label {
  padding-left: 50px !important;
}

/* line 9, Content/ht-theme/components/multiselect/_multiselect-container.scss */
.multiselect-container li label {
  font-size: 0.929rem;
}

/* line 14, Content/ht-theme/components/multiselect/_multiselect-container.scss */
.multiselect-container.dropdown-menu {
  padding: 1.214rem;
  max-width: 550px;
  width: 100%;
}

/* line 19, Content/ht-theme/components/multiselect/_multiselect-container.scss */
.multiselect-container.dropdown-menu .project-group {
  font-weight: 600 !important;
  padding-right: 0px;
}

/* line 2, Content/ht-theme/components/multiselect/_mutliselect-treeview.scss */
.region-checkbox-treeview * {
  padding: 0;
  list-style: none;
  font-size: 0.929rem;
}

/* line 9, Content/ht-theme/components/multiselect/_mutliselect-treeview.scss */
.region-checkbox-treeview .checkbox label {
  padding-left: 35px !important;
}

/* line 15, Content/ht-theme/components/multiselect/_mutliselect-treeview.scss */
.region-checkbox-treeview ul.hasParentRegion, .region-checkbox-treeview ul.isProject, .region-checkbox-treeview ul.parentLocation {
  padding-left: 35px;
}

/* line 24, Content/ht-theme/components/multiselect/_mutliselect-treeview.scss */
.region-checkbox-treeview .regionLable {
  font-weight: 600 !important;
}

/* line 2, Content/ht-theme/components/multiselect/_mutliselect-treeview.scss */
.region-only-checkbox-treeview * {
  padding: 0;
  list-style: none;
  font-size: 0.929rem;
}

/* line 9, Content/ht-theme/components/multiselect/_mutliselect-treeview.scss */
.region-only-checkbox-treeview .checkbox label {
  padding-left: 35px !important;
}

/* line 15, Content/ht-theme/components/multiselect/_mutliselect-treeview.scss */
.region-only-checkbox-treeview ul.hasParentRegion, .region-only-checkbox-treeview ul.isProject, .region-only-checkbox-treeview ul.parentLocation {
  padding-left: 35px;
}

/* line 33, Content/ht-theme/components/multiselect/_mutliselect-treeview.scss */
.location-checkbox-treeview {
  overflow: auto;
}

/* line 2, Content/ht-theme/components/multiselect/_mutliselect-treeview.scss */
.location-checkbox-treeview * {
  padding: 0;
  list-style: none;
  font-size: 0.929rem;
}

/* line 9, Content/ht-theme/components/multiselect/_mutliselect-treeview.scss */
.location-checkbox-treeview .checkbox label {
  padding-left: 35px !important;
}

/* line 15, Content/ht-theme/components/multiselect/_mutliselect-treeview.scss */
.location-checkbox-treeview ul.hasParentRegion, .location-checkbox-treeview ul.isProject, .location-checkbox-treeview ul.parentLocation {
  padding-left: 35px;
}

/* line 38, Content/ht-theme/components/multiselect/_mutliselect-treeview.scss */
.location-checkbox-treeview .locationLabel {
  font-weight: 600 !important;
}

/* line 43, Content/ht-theme/components/multiselect/_mutliselect-treeview.scss */
.location-checkbox-treeview .checkbox label {
  font-weight: 600 !important;
  word-break: normal;
  white-space: nowrap;
}

/* line 52, Content/ht-theme/components/multiselect/_mutliselect-treeview.scss */
.location-checkbox-treeview li div span {
  display: flex;
  align-items: center;
  margin-bottom: 0.875rem;
}

/* line 2, Content/ht-theme/components/multiselect/_multiselect.scss */
.multiselect-native-select {
  position: relative;
}

/* line 5, Content/ht-theme/components/multiselect/_multiselect.scss */
.multiselect-native-select select {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px -1px -1px -3px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  left: 50%;
  top: 30px;
}

/* line 18, Content/ht-theme/components/multiselect/_multiselect.scss */
.multiselect-native-select select + div {
  position: relative;
  max-width: 550px;
}

/* line 23, Content/ht-theme/components/multiselect/_multiselect.scss */
.multiselect-native-select .multiselect {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 550px;
}

/* line 28, Content/ht-theme/components/multiselect/_multiselect.scss */
.multiselect-native-select .multiselect:disabled {
  background-color: rgba(62, 82, 110, 0.08);
  border-color: rgba(62, 82, 110, 0.08);
  color: #a0a9ba;
}

/* line 35, Content/ht-theme/components/multiselect/_multiselect.scss */
.multiselect-native-select .multiselect.dropdown-toggle {
  padding-left: .75rem;
  padding-right: .75rem;
}

/* line 39, Content/ht-theme/components/multiselect/_multiselect.scss */
.multiselect-native-select .multiselect.dropdown-toggle:after {
  display: none;
}

/* line 44, Content/ht-theme/components/multiselect/_multiselect.scss */
.multiselect-native-select .multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  margin-top: .25rem;
  padding: 1rem 1.5rem;
  z-index: 1021;
  /*To draw on top of .sticky-top table heading class with z-index 1020 */
}

/* line 52, Content/ht-theme/components/multiselect/_multiselect.scss */
.multiselect-native-select .multiselect-container .multiselect-filter {
  position: relative;
  padding-bottom: .5rem;
  border-bottom: 1px solid rgba(97, 97, 97, 0.17);
}

/* line 57, Content/ht-theme/components/multiselect/_multiselect.scss */
.multiselect-native-select .multiselect-container .multiselect-filter > input.multiselect-search {
  border-radius: 1rem;
  padding-right: 1rem;
}

/* line 62, Content/ht-theme/components/multiselect/_multiselect.scss */
.multiselect-native-select .multiselect-container .multiselect-filter .icon-search,
.multiselect-native-select .multiselect-container .multiselect-filter .icon-clear {
  color: #3e526e;
}

/* line 67, Content/ht-theme/components/multiselect/_multiselect.scss */
.multiselect-native-select .multiselect-container .multiselect-filter .icon-search,
.multiselect-native-select .multiselect-container .multiselect-filter .btn-clear-filter {
  position: absolute;
  top: .75rem;
  right: 1rem;
}

/* line 74, Content/ht-theme/components/multiselect/_multiselect.scss */
.multiselect-native-select .multiselect-container .multiselect-filter .btn-clear-filter {
  display: none;
}

/* line 79, Content/ht-theme/components/multiselect/_multiselect.scss */
.multiselect-native-select .multiselect-container .dropdown-item {
  white-space: normal;
  word-break: normal;
  padding: .5rem;
  margin: 0;
  /*margin: 0 -.5rem;*/
  /*width: auto;*/
}

/* line 86, Content/ht-theme/components/multiselect/_multiselect.scss */
.multiselect-native-select .multiselect-container .dropdown-item.active, .multiselect-native-select .multiselect-container .dropdown-item:active {
  background-color: #ffffff;
  color: #3e526e;
}

/* line 91, Content/ht-theme/components/multiselect/_multiselect.scss */
.multiselect-native-select .multiselect-container .dropdown-item:hover {
  cursor: pointer;
  background-color: #e1e8f3;
}

/* line 96, Content/ht-theme/components/multiselect/_multiselect.scss */
.multiselect-native-select .multiselect-container .dropdown-item.multiselect-group {
  display: block;
  /*width: 100%;*/
}

/* line 101, Content/ht-theme/components/multiselect/_multiselect.scss */
.multiselect-native-select .multiselect-container .dropdown-item .form-check {
  padding: 0;
}

/* line 104, Content/ht-theme/components/multiselect/_multiselect.scss */
.multiselect-native-select .multiselect-container .dropdown-item .form-check:hover {
  cursor: pointer;
}

/* line 108, Content/ht-theme/components/multiselect/_multiselect.scss */
.multiselect-native-select .multiselect-container .dropdown-item .form-check .form-check-input,
.multiselect-native-select .multiselect-container .dropdown-item .form-check .form-check-label {
  cursor: pointer;
}

/* line 113, Content/ht-theme/components/multiselect/_multiselect.scss */
.multiselect-native-select .multiselect-container .dropdown-item .form-check .form-check-label {
  word-break: normal;
}

/* line 119, Content/ht-theme/components/multiselect/_multiselect.scss */
.multiselect-native-select .multiselect-container .dropdown-toggle.dropdown-toggle-collapsed:after {
  transform: rotate(-90deg);
}

/* line 123, Content/ht-theme/components/multiselect/_multiselect.scss */
.multiselect-native-select .multiselect-container .form-check-label {
  padding-left: 3rem;
}

/* line 127, Content/ht-theme/components/multiselect/_multiselect.scss */
.multiselect-native-select .multiselect-container .multiselect-option .form-check-label {
  font-weight: 500;
}

/**Moved from smartadmin.css for backward compatability*/
/* line 5, Content/ht-theme/components/multiselect/_select2.scss */
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 100% !important;
}

/* line 15, Content/ht-theme/components/multiselect/_select2.scss */
.select2-container.select2-container--above-modal {
  z-index: 14000;
}

/* line 20, Content/ht-theme/components/multiselect/_select2.scss */
.select2-container--default .select2-selection--single {
  color: #3e526e;
  height: calc(1.5em + 0.9rem + 2px) !important;
  padding: 0.45rem 1rem !important;
  border: 1px solid #ced4da;
  background-clip: padding-box;
}

/* line 27, Content/ht-theme/components/multiselect/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #a0a9ba;
}

/* line 34, Content/ht-theme/components/multiselect/_select2.scss */
.select2-hidden-accessible.input-validation-error + .select2-container .select2-selection {
  border-color: #ff003c !important;
}

/* line 40, Content/ht-theme/components/multiselect/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #3e526e !important;
  line-height: 22px !important;
}

/* line 45, Content/ht-theme/components/multiselect/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 33px !important;
}

/* line 49, Content/ht-theme/components/multiselect/_select2.scss */
.select2-container--open .select2-dropdown--above,
.select2-dropdown--below {
  border: 1px solid #e7e7e9 !important;
  border-radius: 0.571rem;
  padding: .75rem 1rem;
  box-shadow: 0 0.285rem 0.571rem 0 rgba(56, 96, 165, 0.15);
}

/* line 57, Content/ht-theme/components/multiselect/_select2.scss */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #ced4da !important;
  padding: 0.45rem 1rem;
  box-shadow: none;
  border-radius: 1.5rem;
}

/* line 64, Content/ht-theme/components/multiselect/_select2.scss */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 70, Content/ht-theme/components/multiselect/_select2.scss */
.select2-search--dropdown .select2-search__field {
  width: 100%;
  box-sizing: border-box;
}

/* line 75, Content/ht-theme/components/multiselect/_select2.scss */
.select2-container--default .select2-results__option--selectable {
  color: #3e526e !important;
}

/* line 79, Content/ht-theme/components/multiselect/_select2.scss */
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-results__option--selected {
  border-radius: 0.286rem !important;
  color: #3e526e !important;
  background-color: rgba(225, 232, 243, 0.5) !important;
}

/* line 85, Content/ht-theme/components/multiselect/_select2.scss */
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable:active, .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable:hover,
.select2-results__option--selected:active,
.select2-results__option--selected:hover {
  border-radius: 0.286rem !important;
  color: #3e526e !important;
  background-color: rgba(225, 232, 243, 0.5) !important;
}

/* line 93, Content/ht-theme/components/multiselect/_select2.scss */
.select2-results__option.select2-results__option--disabled.loading-results {
  background: #ffffff url("/Content/ht-theme/images/loading_white_bg.gif") no-repeat 100% !important;
}

/* line 97, Content/ht-theme/components/multiselect/_select2.scss */
.select2-container--default.select2-container--disabled .select2-selection--single {
  cursor: default;
  background-color: rgba(62, 82, 110, 0.08);
  border-color: rgba(62, 82, 110, 0.08);
  color: #a0a9ba;
  -webkit-text-fill-color: #a0a9ba;
  opacity: 1;
}

/* line 106, Content/ht-theme/components/multiselect/_select2.scss */
.select2-results__message {
  width: auto !important;
}

/* line 114, Content/ht-theme/components/multiselect/_select2.scss */
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
}

/* line 132, Content/ht-theme/components/multiselect/_select2.scss */
.select2-container .select2-choice {
  display: block;
  height: 32px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #ccc;
  white-space: nowrap;
  line-height: 32px;
  color: #444;
  text-decoration: none;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
}

/* line 152, Content/ht-theme/components/multiselect/_select2.scss */
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #ccc;
}

/* line 156, Content/ht-theme/components/multiselect/_select2.scss */
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}

/* line 160, Content/ht-theme/components/multiselect/_select2.scss */
.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 168, Content/ht-theme/components/multiselect/_select2.scss */
.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  /*background: url('@{base-url}/select2.png') right top no-repeat;*/
  cursor: pointer;
  outline: 0;
}

/* line 183, Content/ht-theme/components/multiselect/_select2.scss */
.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}

/* line 187, Content/ht-theme/components/multiselect/_select2.scss */
.select2-container .select2-choice abbr:hover {
  /*background-position: right -11px;*/
  cursor: pointer;
}

/* line 192, Content/ht-theme/components/multiselect/_select2.scss */
.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background: #fff;
  filter: alpha(opacity=0);
}

/* line 210, Content/ht-theme/components/multiselect/_select2.scss */
.select2-drop {
  margin-top: -1px;
  width: 100%;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #ccc;
  border-top: 0;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

/* line 224, Content/ht-theme/components/multiselect/_select2.scss */
.select2-drop-auto-width {
  border-top: 1px solid #ccc;
  width: auto;
}

/* line 229, Content/ht-theme/components/multiselect/_select2.scss */
.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}

/* line 233, Content/ht-theme/components/multiselect/_select2.scss */
.select2-drop.select2-drop-above {
  margin-bottom: 0px;
  border-top: 1px solid #5D98CC;
  border-top-width: 3px;
  border-bottom: 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}

/* line 242, Content/ht-theme/components/multiselect/_select2.scss */
.select2-drop-active {
  border: 1px solid #5D98CC;
  border-top: none;
  border-bottom-width: 3px;
}

/* line 248, Content/ht-theme/components/multiselect/_select2.scss */
.select2-drop.select2-drop-above.select2-drop-active {
  border-top-width: 3px;
}

/* line 252, Content/ht-theme/components/multiselect/_select2.scss */
.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 34px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #ccc;
  background-clip: padding-box;
  background: #eee;
}

/* line 264, Content/ht-theme/components/multiselect/_select2.scss */
.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  font-size: 14px;
}

/* line 279, Content/ht-theme/components/multiselect/_select2.scss */
.select2-container .select2-choice .select2-arrow b:before {
  content: "\f107";
  width: 100%;
  height: 100%;
  text-align: center;
  display: block;
}

/* line 287, Content/ht-theme/components/multiselect/_select2.scss */
.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}

/* line 299, Content/ht-theme/components/multiselect/_select2.scss */
.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 29px;
  padding: 6px 20px 5px 10px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 313, Content/ht-theme/components/multiselect/_select2.scss */
.select2-search:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  content: "\f002";
  top: 25%;
  right: 15px;
  color: #3e526e !important;
}

/* line 328, Content/ht-theme/components/multiselect/_select2.scss */
.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}

/* line 332, Content/ht-theme/components/multiselect/_select2.scss */
.select2-drop.select2-drop-above .select2-search:before {
  top: 34%;
}

/* line 336, Content/ht-theme/components/multiselect/_select2.scss */
.select2-search input.select2-active {
  background: #ffffff url("/Content/ht-theme/images/loading_white_bg.gif") no-repeat 100%;
  background: url("/Content/ht-theme/images/loading_white_bg.gif") no-repeat 100%;
}

/* line 341, Content/ht-theme/components/multiselect/_select2.scss */
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5D98CC;
  outline: none;
}

/* line 347, Content/ht-theme/components/multiselect/_select2.scss */
.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #fff;
}

/* line 356, Content/ht-theme/components/multiselect/_select2.scss */
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5D98CC;
  border-top-color: transparent;
}

/* line 362, Content/ht-theme/components/multiselect/_select2.scss */
.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}

/* line 368, Content/ht-theme/components/multiselect/_select2.scss */
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}

/* results */
/* line 373, Content/ht-theme/components/multiselect/_select2.scss */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 383, Content/ht-theme/components/multiselect/_select2.scss */
.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}

/* line 388, Content/ht-theme/components/multiselect/_select2.scss */
.select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px;
}

/* line 392, Content/ht-theme/components/multiselect/_select2.scss */
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 40px;
}

/* line 396, Content/ht-theme/components/multiselect/_select2.scss */
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 60px;
}

/* line 400, Content/ht-theme/components/multiselect/_select2.scss */
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 80px;
}

/* line 404, Content/ht-theme/components/multiselect/_select2.scss */
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 100px;
}

/* line 408, Content/ht-theme/components/multiselect/_select2.scss */
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 110px;
}

/* line 412, Content/ht-theme/components/multiselect/_select2.scss */
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 120px;
}

/* line 416, Content/ht-theme/components/multiselect/_select2.scss */
.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}

/* line 422, Content/ht-theme/components/multiselect/_select2.scss */
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}

/* line 426, Content/ht-theme/components/multiselect/_select2.scss */
.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 438, Content/ht-theme/components/multiselect/_select2.scss */
.select2-results .select2-highlighted {
  background: #3276b1;
  color: #fff;
}

/* line 443, Content/ht-theme/components/multiselect/_select2.scss */
.select2-results li em {
  background: #feffde;
  font-style: normal;
}

/* line 448, Content/ht-theme/components/multiselect/_select2.scss */
.select2-results .select2-highlighted em {
  background: transparent;
}

/* line 452, Content/ht-theme/components/multiselect/_select2.scss */
.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}

/* line 457, Content/ht-theme/components/multiselect/_select2.scss */
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding: 3px 5px;
}

/* line 465, Content/ht-theme/components/multiselect/_select2.scss */
.select2-no-results {
  padding-left: 20px;
}

/* line 469, Content/ht-theme/components/multiselect/_select2.scss */
.select2-no-results:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f05a";
  margin-right: 5px;
}

/*
disabled look for disabled choices in the results dropdown
*/
/* line 484, Content/ht-theme/components/multiselect/_select2.scss */
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

/* line 491, Content/ht-theme/components/multiselect/_select2.scss */
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

/* line 497, Content/ht-theme/components/multiselect/_select2.scss */
.select2-results .select2-selected {
  display: none;
}

/* line 501, Content/ht-theme/components/multiselect/_select2.scss */
.select2-more-results.select2-active loading-results {
  background: #ffffff url("/Content/ht-theme/images/loading_white_bg.gif") no-repeat 100%;
}

/* line 505, Content/ht-theme/components/multiselect/_select2.scss */
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

/* disabled styles */
/* line 511, Content/ht-theme/components/multiselect/_select2.scss */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

/* line 518, Content/ht-theme/components/multiselect/_select2.scss */
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}

/* line 524, Content/ht-theme/components/multiselect/_select2.scss */
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}

/* multiselect */
/* line 529, Content/ht-theme/components/multiselect/_select2.scss */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0;
  position: relative;
  border: 1px solid #ccc;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
}

/* line 541, Content/ht-theme/components/multiselect/_select2.scss */
.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

/* line 545, Content/ht-theme/components/multiselect/_select2.scss */
.select2-container-multi .select2-choices {
  min-height: 26px;
}

/* line 549, Content/ht-theme/components/multiselect/_select2.scss */
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5D98CC;
  outline: none;
}

/* line 554, Content/ht-theme/components/multiselect/_select2.scss */
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}

/* line 559, Content/ht-theme/components/multiselect/_select2.scss */
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 565, Content/ht-theme/components/multiselect/_select2.scss */
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}

/* line 578, Content/ht-theme/components/multiselect/_select2.scss */
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #ffffff url("/Content/ht-theme/images/loading_white_bg.gif") no-repeat 100% !important;
}

/* line 582, Content/ht-theme/components/multiselect/_select2.scss */
.select2-default {
  color: #999 !important;
}

/* line 586, Content/ht-theme/components/multiselect/_select2.scss */
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 1px 28px 1px 8px;
  margin: 4px 0 3px 5px;
  position: relative;
  line-height: 18px;
  color: #fff;
  cursor: default;
  border: 1px solid #2a6395;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #3276b1;
}

/* line 605, Content/ht-theme/components/multiselect/_select2.scss */
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}

/* line 609, Content/ht-theme/components/multiselect/_select2.scss */
.select2-container-multi .select2-choices .select2-search-choice-focus {
  opacity: .8;
}

/* line 613, Content/ht-theme/components/multiselect/_select2.scss */
.select2-search-choice-close {
  display: block;
  min-width: 21px;
  min-height: 20px;
  position: absolute;
  right: 3px;
  top: 3px;
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 12px;
  text-decoration: none !important;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 633, Content/ht-theme/components/multiselect/_select2.scss */
.select2-search-choice-close:before {
  color: #ffffff;
  content: "\f057";
}

/* line 638, Content/ht-theme/components/multiselect/_select2.scss */
.select2-container-multi .select2-search-choice-close {
  display: block;
  top: 0;
  right: 0;
  padding: 3px 4px 3px 6px;
}

/* line 645, Content/ht-theme/components/multiselect/_select2.scss */
.select2-container-multi .select2-search-choice-close:hover {
  background: rgba(0, 0, 0, 0.3);
}

/*
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}*/
/* disabled styles */
/* line 657, Content/ht-theme/components/multiselect/_select2.scss */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

/* line 664, Content/ht-theme/components/multiselect/_select2.scss */
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px;
  border: 1px solid #4a90cc;
  background-image: none;
  background-color: #86b4dd;
  cursor: not-allowed;
}

/* line 672, Content/ht-theme/components/multiselect/_select2.scss */
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}

/* end multiselect */
/* line 678, Content/ht-theme/components/multiselect/_select2.scss */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}

/* line 683, Content/ht-theme/components/multiselect/_select2.scss */
.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

/* line 698, Content/ht-theme/components/multiselect/_select2.scss */
.select2-display-none {
  display: none;
}

/* line 702, Content/ht-theme/components/multiselect/_select2.scss */
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}

/* line 1, Content/ht-theme/components/textarea/_textarea.scss */
textarea {
  resize: both;
}

/* line 2, Content/ht-theme/components/textarea/_textarea.scss */
textarea.height2x {
  height: 100px;
}

/* line 2, Content/ht-theme/components/pick-a-color/_pick-a-color.scss */
.pick-a-color-markup .hex-pound {
  position: absolute;
  top: 2px;
  z-index: 5;
}

/* line 8, Content/ht-theme/components/pick-a-color/_pick-a-color.scss */
.pick-a-color-markup input.pick-a-color {
  padding-left: 25px;
  display: flex;
  flex-grow: 7;
  flex-basis: 0;
  max-width: 100%;
  border-top-right-radius: 0.214rem !important;
  border-top-left-radius: 0.214rem !important;
  border-bottom-right-radius: 0.214rem !important;
  border-bottom-left-radius: 0.214rem !important;
}

/* line 20, Content/ht-theme/components/pick-a-color/_pick-a-color.scss */
.pick-a-color-markup .input-group-btn {
  display: flex;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  margin-left: 1rem;
}

/* line 27, Content/ht-theme/components/pick-a-color/_pick-a-color.scss */
.pick-a-color-markup .input-group-btn .btn > *, .pick-a-color-markup .input-group-btn #tg-dialog-prev-btn > *, .pick-a-color-markup .input-group-btn #tg-dialog-next-btn > * {
  vertical-align: unset !important;
}

/* line 36, Content/ht-theme/components/pick-a-color/_pick-a-color.scss */
.pick-a-color-markup .color-menu .basicColors-content li:hover a, .pick-a-color-markup .color-menu .savedColors-content li:hover a {
  color: #3e526e;
}

/* line 43, Content/ht-theme/components/pick-a-color/_pick-a-color.scss */
.pick-a-color-markup .color-menu .btn, .pick-a-color-markup .color-menu #tg-dialog-prev-btn, .pick-a-color-markup .color-menu #tg-dialog-next-btn {
  color: #3e526e;
  border: 1px solid #a9b9cf;
  background-color: rgba(62, 82, 110, 0.08);
}

@media (max-width: 991.98px) {
  /* line 53, Content/ht-theme/components/pick-a-color/_pick-a-color.scss */
  .pick-a-color-markup .hex-pound {
    padding: unset;
    padding-left: 8px;
    padding-right: 8px;
    min-height: unset;
  }
  /* line 60, Content/ht-theme/components/pick-a-color/_pick-a-color.scss */
  .pick-a-color-markup .input-group-addon {
    padding: 6px 10px !important;
  }
  /* line 64, Content/ht-theme/components/pick-a-color/_pick-a-color.scss */
  .pick-a-color-markup .pick-a-color {
    font-size: inherit;
    padding: inherit;
    height: calc(1.5em + 0.9rem + 2px);
  }
  /* line 70, Content/ht-theme/components/pick-a-color/_pick-a-color.scss */
  .pick-a-color-markup .color-preview {
    height: 1.429rem;
    width: 1.429rem;
  }
  /* line 75, Content/ht-theme/components/pick-a-color/_pick-a-color.scss */
  .pick-a-color-markup .color-box {
    height: 20px !important;
  }
  /* line 79, Content/ht-theme/components/pick-a-color/_pick-a-color.scss */
  .pick-a-color-markup .highlight-band {
    width: 11px !important;
    height: 19px !important;
  }
  /* line 84, Content/ht-theme/components/pick-a-color/_pick-a-color.scss */
  .pick-a-color-markup .highlight-band-stripe {
    margin: 2px 1px !important;
  }
  /* line 88, Content/ht-theme/components/pick-a-color/_pick-a-color.scss */
  .pick-a-color-markup .color-menu {
    left: unset !important;
  }
  /* line 91, Content/ht-theme/components/pick-a-color/_pick-a-color.scss */
  .pick-a-color-markup .color-menu .color-preview {
    height: 1.429rem;
    width: 1.429rem;
  }
  /* line 97, Content/ht-theme/components/pick-a-color/_pick-a-color.scss */
  .pick-a-color-markup .color-menu .btn.color-select, .pick-a-color-markup .color-menu #tg-dialog-prev-btn.color-select, .pick-a-color-markup .color-menu #tg-dialog-next-btn.color-select {
    height: 20px;
  }
  /* line 103, Content/ht-theme/components/pick-a-color/_pick-a-color.scss */
  .pick-a-color-markup .color-menu .advanced-content .color-preview {
    height: 50px;
    width: 270px;
  }
  /* line 111, Content/ht-theme/components/pick-a-color/_pick-a-color.scss */
  .pick-a-color-markup .input-group-btn .color-dropdown {
    height: unset;
  }
}

/* line 1, Content/ht-theme/components/datetimepicker/_bootstrap-datetime-picker.scss */
.bootstrap-datetimepicker-widget {
  list-style: none;
}

/* line 4, Content/ht-theme/components/datetimepicker/_bootstrap-datetime-picker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}

/* line 9, Content/ht-theme/components/datetimepicker/_bootstrap-datetime-picker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}

/* line 16, Content/ht-theme/components/datetimepicker/_bootstrap-datetime-picker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before, .bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}

/* line 25, Content/ht-theme/components/datetimepicker/_bootstrap-datetime-picker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after, .bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}

/* line 35, Content/ht-theme/components/datetimepicker/_bootstrap-datetime-picker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  left: 6px;
}

/* line 39, Content/ht-theme/components/datetimepicker/_bootstrap-datetime-picker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  left: 7px;
}

/* line 45, Content/ht-theme/components/datetimepicker/_bootstrap-datetime-picker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}

/* line 50, Content/ht-theme/components/datetimepicker/_bootstrap-datetime-picker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.pull-rightafter {
  left: auto;
  right: 7px;
}

/* line 57, Content/ht-theme/components/datetimepicker/_bootstrap-datetime-picker.scss */
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

/* line 61, Content/ht-theme/components/datetimepicker/_bootstrap-datetime-picker.scss */
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

/* line 64, Content/ht-theme/components/datetimepicker/_bootstrap-datetime-picker.scss */
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}

/* line 70, Content/ht-theme/components/datetimepicker/_bootstrap-datetime-picker.scss */
.bootstrap-datetimepicker-widget a.btn, .bootstrap-datetimepicker-widget a#tg-dialog-prev-btn, .bootstrap-datetimepicker-widget a#tg-dialog-next-btn {
  color: #3e526e;
  font-size: 1.2rem;
}

/* line 76, Content/ht-theme/components/datetimepicker/_bootstrap-datetime-picker.scss */
.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  width: 30px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
  color: #3e526e;
}

/* line 84, Content/ht-theme/components/datetimepicker/_bootstrap-datetime-picker.scss */
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

/* line 91, Content/ht-theme/components/datetimepicker/_bootstrap-datetime-picker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]:after, .bootstrap-datetimepicker-widget #tg-dialog-prev-btn[data-action="incrementHours"]:after, .bootstrap-datetimepicker-widget #tg-dialog-next-btn[data-action="incrementHours"]:after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}

/* line 105, Content/ht-theme/components/datetimepicker/_bootstrap-datetime-picker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]:after, .bootstrap-datetimepicker-widget #tg-dialog-prev-btn[data-action="incrementMinutes"]:after, .bootstrap-datetimepicker-widget #tg-dialog-next-btn[data-action="incrementMinutes"]:after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}

/* line 119, Content/ht-theme/components/datetimepicker/_bootstrap-datetime-picker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]:after, .bootstrap-datetimepicker-widget #tg-dialog-prev-btn[data-action="decrementHours"]:after, .bootstrap-datetimepicker-widget #tg-dialog-next-btn[data-action="decrementHours"]:after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}

/* line 133, Content/ht-theme/components/datetimepicker/_bootstrap-datetime-picker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]:after, .bootstrap-datetimepicker-widget #tg-dialog-prev-btn[data-action="decrementMinutes"]:after, .bootstrap-datetimepicker-widget #tg-dialog-next-btn[data-action="decrementMinutes"]:after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}

/* line 147, Content/ht-theme/components/datetimepicker/_bootstrap-datetime-picker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]:after, .bootstrap-datetimepicker-widget #tg-dialog-prev-btn[data-action="showHours"]:after, .bootstrap-datetimepicker-widget #tg-dialog-next-btn[data-action="showHours"]:after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}

/* line 161, Content/ht-theme/components/datetimepicker/_bootstrap-datetime-picker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]:after, .bootstrap-datetimepicker-widget #tg-dialog-prev-btn[data-action="showMinutes"]:after, .bootstrap-datetimepicker-widget #tg-dialog-next-btn[data-action="showMinutes"]:after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}

/* line 175, Content/ht-theme/components/datetimepicker/_bootstrap-datetime-picker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]:after, .bootstrap-datetimepicker-widget #tg-dialog-prev-btn[data-action="togglePeriod"]:after, .bootstrap-datetimepicker-widget #tg-dialog-next-btn[data-action="togglePeriod"]:after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}

/* line 189, Content/ht-theme/components/datetimepicker/_bootstrap-datetime-picker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="clear"]:after, .bootstrap-datetimepicker-widget #tg-dialog-prev-btn[data-action="clear"]:after, .bootstrap-datetimepicker-widget #tg-dialog-next-btn[data-action="clear"]:after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}

/* line 203, Content/ht-theme/components/datetimepicker/_bootstrap-datetime-picker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="today"]:after, .bootstrap-datetimepicker-widget #tg-dialog-prev-btn[data-action="today"]:after, .bootstrap-datetimepicker-widget #tg-dialog-next-btn[data-action="today"]:after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}

/* line 217, Content/ht-theme/components/datetimepicker/_bootstrap-datetime-picker.scss */
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

/* line 220, Content/ht-theme/components/datetimepicker/_bootstrap-datetime-picker.scss */
.bootstrap-datetimepicker-widget .picker-switch:after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}

/* line 232, Content/ht-theme/components/datetimepicker/_bootstrap-datetime-picker.scss */
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

/* line 239, Content/ht-theme/components/datetimepicker/_bootstrap-datetime-picker.scss */
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

/* line 247, Content/ht-theme/components/datetimepicker/_bootstrap-datetime-picker.scss */
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

/* line 251, Content/ht-theme/components/datetimepicker/_bootstrap-datetime-picker.scss */
.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}

/* line 256, Content/ht-theme/components/datetimepicker/_bootstrap-datetime-picker.scss */
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

/* line 261, Content/ht-theme/components/datetimepicker/_bootstrap-datetime-picker.scss */
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

/* line 265, Content/ht-theme/components/datetimepicker/_bootstrap-datetime-picker.scss */
.bootstrap-datetimepicker-widget table th:disabled, .bootstrap-datetimepicker-widget table thdisabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed;
}

/* line 272, Content/ht-theme/components/datetimepicker/_bootstrap-datetime-picker.scss */
.bootstrap-datetimepicker-widget table th.prev:after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}

/* line 286, Content/ht-theme/components/datetimepicker/_bootstrap-datetime-picker.scss */
.bootstrap-datetimepicker-widget table th.next:after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}

/* line 303, Content/ht-theme/components/datetimepicker/_bootstrap-datetime-picker.scss */
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

/* line 306, Content/ht-theme/components/datetimepicker/_bootstrap-datetime-picker.scss */
.bootstrap-datetimepicker-widget table thead tr:first-child thhover {
  background: #eee;
}

/* line 314, Content/ht-theme/components/datetimepicker/_bootstrap-datetime-picker.scss */
.bootstrap-datetimepicker-widget table td {
  height: 30px;
  line-height: 30px;
  width: 30px;
}

/* line 319, Content/ht-theme/components/datetimepicker/_bootstrap-datetime-picker.scss */
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777;
}

/* line 326, Content/ht-theme/components/datetimepicker/_bootstrap-datetime-picker.scss */
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

/* line 332, Content/ht-theme/components/datetimepicker/_bootstrap-datetime-picker.scss */
.bootstrap-datetimepicker-widget table td.day, .bootstrap-datetimepicker-widget table td.hour, .bootstrap-datetimepicker-widget table td.minute, .bootstrap-datetimepicker-widget table td.second {
  color: #3e526e;
}

/* line 335, Content/ht-theme/components/datetimepicker/_bootstrap-datetime-picker.scss */
.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
  background: #eee;
  cursor: pointer;
}

/* line 341, Content/ht-theme/components/datetimepicker/_bootstrap-datetime-picker.scss */
.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
  color: #777;
}

/* line 345, Content/ht-theme/components/datetimepicker/_bootstrap-datetime-picker.scss */
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

/* line 348, Content/ht-theme/components/datetimepicker/_bootstrap-datetime-picker.scss */
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

/* line 361, Content/ht-theme/components/datetimepicker/_bootstrap-datetime-picker.scss */
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 369, Content/ht-theme/components/datetimepicker/_bootstrap-datetime-picker.scss */
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}

/* line 375, Content/ht-theme/components/datetimepicker/_bootstrap-datetime-picker.scss */
.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed;
}

/* line 381, Content/ht-theme/components/datetimepicker/_bootstrap-datetime-picker.scss */
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}

/* line 390, Content/ht-theme/components/datetimepicker/_bootstrap-datetime-picker.scss */
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eee;
}

/* line 394, Content/ht-theme/components/datetimepicker/_bootstrap-datetime-picker.scss */
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 400, Content/ht-theme/components/datetimepicker/_bootstrap-datetime-picker.scss */
.bootstrap-datetimepicker-widget table td span.old {
  color: #777;
}

/* line 404, Content/ht-theme/components/datetimepicker/_bootstrap-datetime-picker.scss */
.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed;
}

/* line 415, Content/ht-theme/components/datetimepicker/_bootstrap-datetime-picker.scss */
.bootstrap-datetimepicker-widget.usetewntyfour td.hour {
  height: 27px;
  line-height: 27px;
}

/* line 422, Content/ht-theme/components/datetimepicker/_bootstrap-datetime-picker.scss */
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}

/* line 427, Content/ht-theme/components/datetimepicker/_bootstrap-datetime-picker.scss */
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}

/* line 434, Content/ht-theme/components/datetimepicker/_bootstrap-datetime-picker.scss */
.input-group-date .input-group-addon {
  cursor: pointer;
}

/* line 439, Content/ht-theme/components/datetimepicker/_bootstrap-datetime-picker.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 452, Content/ht-theme/components/datetimepicker/_bootstrap-datetime-picker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
  padding: 0 1em;
}

@media (min-width: 576px) {
  /* line 452, Content/ht-theme/components/datetimepicker/_bootstrap-datetime-picker.scss */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

/* line 461, Content/ht-theme/components/datetimepicker/_bootstrap-datetime-picker.scss */
.bootstrap-datetimepicker-widget .ui-datepicker-inline {
  display: none !important;
}

/* line 3, Content/ht-theme/components/document-list/_document-list.scss */
.document-list ul {
  list-style-type: none;
  padding-left: 1.5rem;
}

/* line 7, Content/ht-theme/components/document-list/_document-list.scss */
.document-list ul li {
  position: relative;
}

/* line 10, Content/ht-theme/components/document-list/_document-list.scss */
.document-list ul li > i.material-icons {
  position: absolute;
  left: -1.75rem;
}

/* line 14, Content/ht-theme/components/document-list/_document-list.scss */
.document-list ul li > i.material-icons ~ label {
  padding-left: .5rem;
}

/* line 21, Content/ht-theme/components/document-list/_document-list.scss */
.document-list input[type=checkbox] {
  display: none;
}

/* line 24, Content/ht-theme/components/document-list/_document-list.scss */
.document-list input[type=checkbox] ~ ul {
  max-height: 0;
  max-width: 0;
  opacity: 0;
  overflow: visible;
  position: relative;
}

/* line 32, Content/ht-theme/components/document-list/_document-list.scss */
.document-list input[type=checkbox]:checked ~ ul {
  max-height: 100%;
  max-width: 100%;
  opacity: 1;
}

/* line 38, Content/ht-theme/components/document-list/_document-list.scss */
.document-list input[type=checkbox] + label {
  position: relative;
  padding-left: 2rem;
}

/* line 43, Content/ht-theme/components/document-list/_document-list.scss */
.document-list input[type=checkbox] + label:before {
  margin-left: -4rem;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 1.614rem;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
  /*content: "chevron_right folder";*/
  content: "\e5cc \e2c7";
  position: absolute;
}

/* line 51, Content/ht-theme/components/document-list/_document-list.scss */
.document-list input[type=checkbox]:checked + label:before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 1.614rem;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
  /*content: "expand_more folder_open";*/
  content: "\e5cf \e2c8";
}

/* line 17, Content/ht-theme/components/alert/_alert.scss */
.alert-primary {
  color: #00b4e3;
  background-color: rgba(0, 180, 227, 0.08);
  border-color: #00b4e3;
  border-radius: 8px;
  font-weight: 600;
  padding-left: 3.5rem;
  vertical-align: middle;
  position: relative;
  font-size: 0.929rem;
  display: block;
}

/* line 7, Content/ht-theme/components/alert/_alert.scss */
.alert-primary hr {
  border-top-color: #00a0ca;
}

/* line 11, Content/ht-theme/components/alert/_alert.scss */
.alert-primary .alert-link {
  color: #008cb0;
}

/* line 26, Content/ht-theme/components/alert/_alert.scss */
.alert-primary:before {
  font-family: "Material Icons";
  content: '\e88e';
  font-weight: normal;
  font-size: 1.75rem;
  vertical-align: middle;
  margin-left: -2.75rem;
  position: absolute;
  top: 3px;
}

/* line 17, Content/ht-theme/components/alert/_alert.scss */
.alert-secondary {
  color: #3e526e;
  background-color: rgba(62, 82, 110, 0.08);
  border-color: #3e526e;
  border-radius: 8px;
  font-weight: 600;
  padding-left: 3.5rem;
  vertical-align: middle;
  position: relative;
  font-size: 0.929rem;
  display: block;
}

/* line 7, Content/ht-theme/components/alert/_alert.scss */
.alert-secondary hr {
  border-top-color: #35465e;
}

/* line 11, Content/ht-theme/components/alert/_alert.scss */
.alert-secondary .alert-link {
  color: #2c3a4d;
}

/* line 26, Content/ht-theme/components/alert/_alert.scss */
.alert-secondary:before {
  font-family: "Material Icons";
  font-weight: normal;
  font-size: 1.75rem;
  vertical-align: middle;
  margin-left: -2.75rem;
  position: absolute;
  top: 3px;
}

/* line 17, Content/ht-theme/components/alert/_alert.scss */
.alert-success {
  color: #36b37e;
  background-color: rgba(54, 179, 126, 0.08);
  border-color: #36b37e;
  border-radius: 8px;
  font-weight: 600;
  padding-left: 3.5rem;
  vertical-align: middle;
  position: relative;
  font-size: 0.929rem;
  display: block;
}

/* line 7, Content/ht-theme/components/alert/_alert.scss */
.alert-success hr {
  border-top-color: #309f70;
}

/* line 11, Content/ht-theme/components/alert/_alert.scss */
.alert-success .alert-link {
  color: #2a8c62;
}

/* line 26, Content/ht-theme/components/alert/_alert.scss */
.alert-success:before {
  font-family: "Material Icons";
  content: '\e86c';
  font-weight: normal;
  font-size: 1.75rem;
  vertical-align: middle;
  margin-left: -2.75rem;
  position: absolute;
  top: 3px;
}

/* line 17, Content/ht-theme/components/alert/_alert.scss */
.alert-info {
  color: #17a2b8;
  background-color: rgba(23, 162, 184, 0.08);
  border-color: #17a2b8;
  border-radius: 8px;
  font-weight: 600;
  padding-left: 3.5rem;
  vertical-align: middle;
  position: relative;
  font-size: 0.929rem;
  display: block;
}

/* line 7, Content/ht-theme/components/alert/_alert.scss */
.alert-info hr {
  border-top-color: #148ea1;
}

/* line 11, Content/ht-theme/components/alert/_alert.scss */
.alert-info .alert-link {
  color: #117a8b;
}

/* line 26, Content/ht-theme/components/alert/_alert.scss */
.alert-info:before {
  font-family: "Material Icons";
  content: '\e88e';
  font-weight: normal;
  font-size: 1.75rem;
  vertical-align: middle;
  margin-left: -2.75rem;
  position: absolute;
  top: 3px;
}

/* line 17, Content/ht-theme/components/alert/_alert.scss */
.alert-warning {
  color: #ff8940;
  background-color: rgba(255, 137, 64, 0.08);
  border-color: #ff8940;
  border-radius: 8px;
  font-weight: 600;
  padding-left: 3.5rem;
  vertical-align: middle;
  position: relative;
  font-size: 0.929rem;
  display: block;
}

/* line 7, Content/ht-theme/components/alert/_alert.scss */
.alert-warning hr {
  border-top-color: #ff7927;
}

/* line 11, Content/ht-theme/components/alert/_alert.scss */
.alert-warning .alert-link {
  color: #ff690d;
}

/* line 26, Content/ht-theme/components/alert/_alert.scss */
.alert-warning:before {
  font-family: "Material Icons";
  content: '\e002';
  font-weight: normal;
  font-size: 1.75rem;
  vertical-align: middle;
  margin-left: -2.75rem;
  position: absolute;
  top: 3px;
}

/* line 17, Content/ht-theme/components/alert/_alert.scss */
.alert-danger {
  color: #ff003c;
  background-color: rgba(255, 0, 60, 0.08);
  border-color: #ff003c;
  border-radius: 8px;
  font-weight: 600;
  padding-left: 3.5rem;
  vertical-align: middle;
  position: relative;
  font-size: 0.929rem;
  display: block;
}

/* line 7, Content/ht-theme/components/alert/_alert.scss */
.alert-danger hr {
  border-top-color: #e60036;
}

/* line 11, Content/ht-theme/components/alert/_alert.scss */
.alert-danger .alert-link {
  color: #cc0030;
}

/* line 26, Content/ht-theme/components/alert/_alert.scss */
.alert-danger:before {
  font-family: "Material Icons";
  content: '\e000';
  font-weight: normal;
  font-size: 1.75rem;
  vertical-align: middle;
  margin-left: -2.75rem;
  position: absolute;
  top: 3px;
}

/* line 17, Content/ht-theme/components/alert/_alert.scss */
.alert-light {
  color: #f8f9fa;
  background-color: rgba(248, 249, 250, 0.08);
  border-color: #f8f9fa;
  border-radius: 8px;
  font-weight: 600;
  padding-left: 3.5rem;
  vertical-align: middle;
  position: relative;
  font-size: 0.929rem;
  display: block;
}

/* line 7, Content/ht-theme/components/alert/_alert.scss */
.alert-light hr {
  border-top-color: #e9ecef;
}

/* line 11, Content/ht-theme/components/alert/_alert.scss */
.alert-light .alert-link {
  color: #dae0e5;
}

/* line 26, Content/ht-theme/components/alert/_alert.scss */
.alert-light:before {
  font-family: "Material Icons";
  font-weight: normal;
  font-size: 1.75rem;
  vertical-align: middle;
  margin-left: -2.75rem;
  position: absolute;
  top: 3px;
}

/* line 17, Content/ht-theme/components/alert/_alert.scss */
.alert-dark {
  color: #343a40;
  background-color: rgba(52, 58, 64, 0.08);
  border-color: #343a40;
  border-radius: 8px;
  font-weight: 600;
  padding-left: 3.5rem;
  vertical-align: middle;
  position: relative;
  font-size: 0.929rem;
  display: block;
}

/* line 7, Content/ht-theme/components/alert/_alert.scss */
.alert-dark hr {
  border-top-color: #292d32;
}

/* line 11, Content/ht-theme/components/alert/_alert.scss */
.alert-dark .alert-link {
  color: #1d2124;
}

/* line 26, Content/ht-theme/components/alert/_alert.scss */
.alert-dark:before {
  font-family: "Material Icons";
  font-weight: normal;
  font-size: 1.75rem;
  vertical-align: middle;
  margin-left: -2.75rem;
  position: absolute;
  top: 3px;
}

/* line 56, Content/ht-theme/components/alert/_alert.scss */
.alert-primary-outlined {
  color: #00b4e3;
  background-color: rgba(0, 180, 227, 0.08);
  border-color: #00b4e3;
  border-radius: 8px;
  font-weight: 600;
  padding-left: 3.5rem;
  vertical-align: middle;
  position: relative;
  font-size: 0.929rem;
  display: block;
}

/* line 7, Content/ht-theme/components/alert/_alert.scss */
.alert-primary-outlined hr {
  border-top-color: #00a0ca;
}

/* line 11, Content/ht-theme/components/alert/_alert.scss */
.alert-primary-outlined .alert-link {
  color: #008cb0;
}

/* line 65, Content/ht-theme/components/alert/_alert.scss */
.alert-primary-outlined:before {
  font-family: "Material Icons Outlined";
  content: '\e88e';
  font-weight: normal;
  font-size: 1.75rem;
  vertical-align: middle;
  margin-left: -2.75rem;
  position: absolute;
  top: 3px;
}

/* line 56, Content/ht-theme/components/alert/_alert.scss */
.alert-secondary-outlined {
  color: #3e526e;
  background-color: rgba(62, 82, 110, 0.08);
  border-color: #3e526e;
  border-radius: 8px;
  font-weight: 600;
  padding-left: 3.5rem;
  vertical-align: middle;
  position: relative;
  font-size: 0.929rem;
  display: block;
}

/* line 7, Content/ht-theme/components/alert/_alert.scss */
.alert-secondary-outlined hr {
  border-top-color: #35465e;
}

/* line 11, Content/ht-theme/components/alert/_alert.scss */
.alert-secondary-outlined .alert-link {
  color: #2c3a4d;
}

/* line 65, Content/ht-theme/components/alert/_alert.scss */
.alert-secondary-outlined:before {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-size: 1.75rem;
  vertical-align: middle;
  margin-left: -2.75rem;
  position: absolute;
  top: 3px;
}

/* line 56, Content/ht-theme/components/alert/_alert.scss */
.alert-success-outlined {
  color: #36b37e;
  background-color: rgba(54, 179, 126, 0.08);
  border-color: #36b37e;
  border-radius: 8px;
  font-weight: 600;
  padding-left: 3.5rem;
  vertical-align: middle;
  position: relative;
  font-size: 0.929rem;
  display: block;
}

/* line 7, Content/ht-theme/components/alert/_alert.scss */
.alert-success-outlined hr {
  border-top-color: #309f70;
}

/* line 11, Content/ht-theme/components/alert/_alert.scss */
.alert-success-outlined .alert-link {
  color: #2a8c62;
}

/* line 65, Content/ht-theme/components/alert/_alert.scss */
.alert-success-outlined:before {
  font-family: "Material Icons Outlined";
  content: '\e86c';
  font-weight: normal;
  font-size: 1.75rem;
  vertical-align: middle;
  margin-left: -2.75rem;
  position: absolute;
  top: 3px;
}

/* line 56, Content/ht-theme/components/alert/_alert.scss */
.alert-info-outlined {
  color: #17a2b8;
  background-color: rgba(23, 162, 184, 0.08);
  border-color: #17a2b8;
  border-radius: 8px;
  font-weight: 600;
  padding-left: 3.5rem;
  vertical-align: middle;
  position: relative;
  font-size: 0.929rem;
  display: block;
}

/* line 7, Content/ht-theme/components/alert/_alert.scss */
.alert-info-outlined hr {
  border-top-color: #148ea1;
}

/* line 11, Content/ht-theme/components/alert/_alert.scss */
.alert-info-outlined .alert-link {
  color: #117a8b;
}

/* line 65, Content/ht-theme/components/alert/_alert.scss */
.alert-info-outlined:before {
  font-family: "Material Icons Outlined";
  content: '\e88e';
  font-weight: normal;
  font-size: 1.75rem;
  vertical-align: middle;
  margin-left: -2.75rem;
  position: absolute;
  top: 3px;
}

/* line 56, Content/ht-theme/components/alert/_alert.scss */
.alert-warning-outlined {
  color: #ff8940;
  background-color: rgba(255, 137, 64, 0.08);
  border-color: #ff8940;
  border-radius: 8px;
  font-weight: 600;
  padding-left: 3.5rem;
  vertical-align: middle;
  position: relative;
  font-size: 0.929rem;
  display: block;
}

/* line 7, Content/ht-theme/components/alert/_alert.scss */
.alert-warning-outlined hr {
  border-top-color: #ff7927;
}

/* line 11, Content/ht-theme/components/alert/_alert.scss */
.alert-warning-outlined .alert-link {
  color: #ff690d;
}

/* line 65, Content/ht-theme/components/alert/_alert.scss */
.alert-warning-outlined:before {
  font-family: "Material Icons Outlined";
  content: '\e002';
  font-weight: normal;
  font-size: 1.75rem;
  vertical-align: middle;
  margin-left: -2.75rem;
  position: absolute;
  top: 3px;
}

/* line 56, Content/ht-theme/components/alert/_alert.scss */
.alert-danger-outlined {
  color: #ff003c;
  background-color: rgba(255, 0, 60, 0.08);
  border-color: #ff003c;
  border-radius: 8px;
  font-weight: 600;
  padding-left: 3.5rem;
  vertical-align: middle;
  position: relative;
  font-size: 0.929rem;
  display: block;
}

/* line 7, Content/ht-theme/components/alert/_alert.scss */
.alert-danger-outlined hr {
  border-top-color: #e60036;
}

/* line 11, Content/ht-theme/components/alert/_alert.scss */
.alert-danger-outlined .alert-link {
  color: #cc0030;
}

/* line 65, Content/ht-theme/components/alert/_alert.scss */
.alert-danger-outlined:before {
  font-family: "Material Icons Outlined";
  content: '\e000';
  font-weight: normal;
  font-size: 1.75rem;
  vertical-align: middle;
  margin-left: -2.75rem;
  position: absolute;
  top: 3px;
}

/* line 56, Content/ht-theme/components/alert/_alert.scss */
.alert-light-outlined {
  color: #f8f9fa;
  background-color: rgba(248, 249, 250, 0.08);
  border-color: #f8f9fa;
  border-radius: 8px;
  font-weight: 600;
  padding-left: 3.5rem;
  vertical-align: middle;
  position: relative;
  font-size: 0.929rem;
  display: block;
}

/* line 7, Content/ht-theme/components/alert/_alert.scss */
.alert-light-outlined hr {
  border-top-color: #e9ecef;
}

/* line 11, Content/ht-theme/components/alert/_alert.scss */
.alert-light-outlined .alert-link {
  color: #dae0e5;
}

/* line 65, Content/ht-theme/components/alert/_alert.scss */
.alert-light-outlined:before {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-size: 1.75rem;
  vertical-align: middle;
  margin-left: -2.75rem;
  position: absolute;
  top: 3px;
}

/* line 56, Content/ht-theme/components/alert/_alert.scss */
.alert-dark-outlined {
  color: #343a40;
  background-color: rgba(52, 58, 64, 0.08);
  border-color: #343a40;
  border-radius: 8px;
  font-weight: 600;
  padding-left: 3.5rem;
  vertical-align: middle;
  position: relative;
  font-size: 0.929rem;
  display: block;
}

/* line 7, Content/ht-theme/components/alert/_alert.scss */
.alert-dark-outlined hr {
  border-top-color: #292d32;
}

/* line 11, Content/ht-theme/components/alert/_alert.scss */
.alert-dark-outlined .alert-link {
  color: #1d2124;
}

/* line 65, Content/ht-theme/components/alert/_alert.scss */
.alert-dark-outlined:before {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-size: 1.75rem;
  vertical-align: middle;
  margin-left: -2.75rem;
  position: absolute;
  top: 3px;
}

/* line 94, Content/ht-theme/components/alert/_alert.scss */
.alert.alert-primary .alert-link {
  color: #4c7abc;
}

/* line 98, Content/ht-theme/components/alert/_alert.scss */
.alert.no-background {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
}

/* line 105, Content/ht-theme/components/alert/_alert.scss */
.alert.hti-alert {
  color: #00b4e3;
  background-color: rgba(0, 180, 227, 0.08);
  border-color: #00b4e3;
  border-radius: 8px;
  display: block;
  padding-left: 3.5rem;
  position: relative;
}

/* line 7, Content/ht-theme/components/alert/_alert.scss */
.alert.hti-alert hr {
  border-top-color: #00a0ca;
}

/* line 11, Content/ht-theme/components/alert/_alert.scss */
.alert.hti-alert .alert-link {
  color: #008cb0;
}

/* line 111, Content/ht-theme/components/alert/_alert.scss */
.alert.hti-alert .alert-icon {
  position: absolute;
  left: 1.75rem;
  top: 50%;
  display: inline-flex;
  height: 20px;
  width: 20px;
  align-items: center;
  justify-content: center;
  background-color: #00b4e3;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

/*.header-dropdown-list {
    li {
        &:last-child {
            &.isParent {
                > a {
                    padding-bottom: 0;
                }
            }
        }
    }
}*/
/* line 13, Content/ht-theme/components/project-selection/_project-selection.scss */
#project-list, #preview-project-list {
  min-width: 350px;
  width: 100%;
  font-size: 0.929rem;
  padding: 14px 22px;
}

/* line 21, Content/ht-theme/components/project-selection/_project-selection.scss */
#project-list .scrollable-menu, #preview-project-list .scrollable-menu {
  height: auto;
  max-height: 350px;
  overflow-x: hidden;
}

/* line 27, Content/ht-theme/components/project-selection/_project-selection.scss */
#project-list .dropdown-search-input, #preview-project-list .dropdown-search-input {
  border-radius: 1.143rem;
  height: 32px;
  /*border: 1px solid lighten($secondary, 20%);*/
}

/* line 33, Content/ht-theme/components/project-selection/_project-selection.scss */
#project-list hr, #preview-project-list hr {
  border-top: solid 1px rgba(97, 97, 97, 0.17);
  marging-top: 0.75rem;
  margin-bottom: 0.75rem;
}

/* line 39, Content/ht-theme/components/project-selection/_project-selection.scss */
#project-list ul, #preview-project-list ul {
  padding-left: 20px;
}

/* line 43, Content/ht-theme/components/project-selection/_project-selection.scss */
#project-list li, #preview-project-list li {
  list-style-type: none !important;
  white-space: nowrap;
  /*&.active, &.active:hover > a {
            background-color: $primary;
        }*/
}

/* line 50, Content/ht-theme/components/project-selection/_project-selection.scss */
#project-list li.isParent > a, #preview-project-list li.isParent > a {
  font-weight: 600;
  padding-left: 30px;
}

/* line 56, Content/ht-theme/components/project-selection/_project-selection.scss */
#project-list li a, #preview-project-list li a {
  color: #3e526e;
  display: block;
  text-decoration: none !important;
  padding: 5px 10px 5px 10px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  white-space: nowrap;
  position: relative;
  /*padding-left: 30px;*/
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 71, Content/ht-theme/components/project-selection/_project-selection.scss */
#project-list li a:hover, #preview-project-list li a:hover {
  border-radius: 0.286rem;
  background-color: rgba(225, 232, 243, 0.5);
}

/* line 77, Content/ht-theme/components/project-selection/_project-selection.scss */
#project-list li a.dropdown-toggle:after, #preview-project-list li a.dropdown-toggle:after {
  display: none;
}

/* line 81, Content/ht-theme/components/project-selection/_project-selection.scss */
#project-list li a.dropdown-toggle:before, #preview-project-list li a.dropdown-toggle:before {
  border: none !important;
  margin: 0rem;
  vertical-align: middle;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 1.614rem;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  content: "expand_more" !important;
  line-height: 1rem;
  transition: all 0.4s ease;
  position: absolute;
  top: 7px;
  left: 5px;
}

/* line 109, Content/ht-theme/components/project-selection/_project-selection.scss */
#project-list li a.dropdown-toggle.collapsed:before, #preview-project-list li a.dropdown-toggle.collapsed:before {
  transform: rotate(-90deg);
}

/* line 117, Content/ht-theme/components/project-selection/_project-selection.scss */
#project-list li[data-project-list-only=True] > a, #preview-project-list li[data-project-list-only=True] > a {
  padding-left: 5px;
}

/* line 123, Content/ht-theme/components/project-selection/_project-selection.scss */
#project-list .project-search-group, #preview-project-list .project-search-group {
  position: relative;
}

/* line 126, Content/ht-theme/components/project-selection/_project-selection.scss */
#project-list .project-search-group .material-icons, #preview-project-list .project-search-group .material-icons {
  position: absolute;
  right: 12px;
  top: 6px;
  z-index: 5;
  cursor: pointer;
  font-size: 1.286rem;
}

/* line 137, Content/ht-theme/components/project-selection/_project-selection.scss */
#project-list #project-search-result li.active, #preview-project-list #project-search-result li.active {
  border-radius: 0.286rem;
  background-color: rgba(225, 232, 243, 0.5);
}

/* line 141, Content/ht-theme/components/project-selection/_project-selection.scss */
#project-list #project-search-result li.active a, #preview-project-list #project-search-result li.active a {
  padding-left: 40px;
}

/* line 144, Content/ht-theme/components/project-selection/_project-selection.scss */
#project-list #project-search-result li.active a:before, #preview-project-list #project-search-result li.active a:before {
  font-family: "FontAwesome";
  content: '\f00c';
  color: #00b4e3;
  font-size: 1.143rem;
  vertical-align: middle;
  position: absolute;
  display: inline-block;
  top: 0.143rem;
  margin-left: -30px;
}

@media (max-width: 575.98px) {
  /* line 161, Content/ht-theme/components/project-selection/_project-selection.scss */
  #project-list {
    min-width: 300px;
    width: 100%;
    left: 5% !important;
    transform: translateX(-50%);
    top: 100%;
  }
}

/* line 170, Content/ht-theme/components/project-selection/_project-selection.scss */
#overlay {
  background: rgba(0, 0, 0, 0.8);
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding-bottom: 30%;
  float: left;
  cursor: pointer;
}

/* line 183, Content/ht-theme/components/project-selection/_project-selection.scss */
#overlay table {
  z-index: 20000;
  font-size: 1.4em;
  color: white;
  position: absolute;
  float: left;
  top: 50%;
  border: 4px;
  width: 100%;
}

@-webkit-keyframes blink {
  50% {
    border-color: #000;
  }
}

/*.expose {
    border: solid 2px white;
    border-radius: 5px;
    z-index: 20000;
    -webkit-animation: blink .5s step-end infinite alternate;
}*/
/* line 208, Content/ht-theme/components/project-selection/_project-selection.scss */
.select-project-arrow {
  width: 6px;
  height: 30px;
  margin: 30% 30%;
  background-color: #00b4e3;
  -webkit-animation: 1s soft-blink infinite alternate;
  -moz-animation: 0.5s soft-blink infinite alternate;
  -o-animation: 0.5s soft-blink infinite alternate;
  animation: 0.5s soft-blink infinite alternate;
  position: absolute;
  opacity: 0;
}

/* line 220, Content/ht-theme/components/project-selection/_project-selection.scss */
.select-project-arrow:after {
  content: '';
  position: absolute;
  bottom: 30%;
  left: -112%;
  border-bottom: 0 solid #00b4e3;
  border-right: 6px solid #00b4e3;
  border-top: 6px solid #00b4e3;
  border-left: 0 solid transparent;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

@-webkit-keyframes soft-blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes soft-blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

/* line 2, Content/ht-theme/components/listgroup/_listgroup.scss */
.list-group .list-group-header {
  display: block;
  font-size: 1.25rem;
  font-weight: 600;
  color: #3e526e;
}

/* line 10, Content/ht-theme/components/listgroup/_listgroup.scss */
.list-group.border-0 .list-group-header, .list-group.border-0 .list-group-item {
  border: 0;
}

/* line 16, Content/ht-theme/components/listgroup/_listgroup.scss */
.list-group.padding-x-0 .list-group-header, .list-group.padding-x-0 .list-group-item {
  padding-left: 0;
  padding-right: 0;
}

/* line 23, Content/ht-theme/components/listgroup/_listgroup.scss */
.list-group.list-group-status .list-group-header {
  padding: 0;
  margin-bottom: .5rem;
}

/* line 28, Content/ht-theme/components/listgroup/_listgroup.scss */
.list-group.list-group-status .list-group-item {
  padding: 0;
}

/* line 31, Content/ht-theme/components/listgroup/_listgroup.scss */
.list-group.list-group-status .list-group-item:not(:last-child) {
  margin-bottom: .75rem;
}

/* line 4, Content/ht-theme/components/checklist/_checklist.scss */
#ChecklistQuestionsList .form-detail {
  margin-bottom: 1rem;
}

/* line 7, Content/ht-theme/components/checklist/_checklist.scss */
#ChecklistQuestionsList .form-detail textarea.checklist-additionalinformation {
  max-width: initial;
}

/* line 13, Content/ht-theme/components/checklist/_checklist.scss */
.checklistQuestion {
  background-color: rgba(220, 220, 220, 0.2);
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 25px;
  border-radius: 3px;
  border: 1px solid rgba(220, 220, 220, 0.6);
  --icon-opacity: 0.8;
  --color: #333;
  /* checkbox padding override from _mobilelayout.scss */
}

/* line 25, Content/ht-theme/components/checklist/_checklist.scss */
.checklistQuestion .left-column {
  text-align: center;
  padding-top: 1rem;
}

/* line 29, Content/ht-theme/components/checklist/_checklist.scss */
.checklistQuestion .left-column .hamburger {
  margin-top: 5px;
}

/* line 33, Content/ht-theme/components/checklist/_checklist.scss */
.checklistQuestion .left-column .hamburger-icon {
  font-size: 1.8em;
  color: var(--color);
  opacity: var(--icon-opacity);
}

/* line 40, Content/ht-theme/components/checklist/_checklist.scss */
.checklistQuestion .middle-column {
  padding-top: 1rem;
}

/* line 44, Content/ht-theme/components/checklist/_checklist.scss */
.checklistQuestion .right-column {
  padding-top: 1rem;
  text-align: center;
}

/* line 49, Content/ht-theme/components/checklist/_checklist.scss */
.checklistQuestion .expand {
  color: var(--color);
}

/* line 52, Content/ht-theme/components/checklist/_checklist.scss */
.checklistQuestion .expand .down-icon {
  font-size: 1.2em;
  margin-right: 8px;
}

/* line 58, Content/ht-theme/components/checklist/_checklist.scss */
.checklistQuestion .clear-margin-margin {
  margin-bottom: 0px;
}

/* line 62, Content/ht-theme/components/checklist/_checklist.scss */
.checklistQuestion .question-number {
  margin-top: 1.5rem;
}

/* line 66, Content/ht-theme/components/checklist/_checklist.scss */
.checklistQuestion .right-align {
  text-align: right;
  margin-right: 16px;
}

/* line 71, Content/ht-theme/components/checklist/_checklist.scss */
.checklistQuestion .btn-dropdown {
  margin-top: 10px;
  background-color: Transparent;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  overflow: hidden;
}

/* line 80, Content/ht-theme/components/checklist/_checklist.scss */
.checklistQuestion .question-type-tag {
  display: inline-flex;
  min-width: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
}

/* line 87, Content/ht-theme/components/checklist/_checklist.scss */
.checklistQuestion .question-type-tag .question-type-tag__text {
  display: inline-block;
  padding: 0.25rem 1.25rem;
  line-height: 1.5;
  color: #00b4e3;
  background-color: rgba(0, 180, 227, 0.08);
  border-color: #00b4e3;
  border-radius: 4px;
  font-weight: 600;
}

/* line 97, Content/ht-theme/components/checklist/_checklist.scss */
.checklistQuestion .question-type-tag .question-type-tag__text.question-type-tag--none-selected {
  color: #3e526e;
  background-color: rgba(62, 82, 110, 0.08);
  border-color: #3e526e;
}

/* line 105, Content/ht-theme/components/checklist/_checklist.scss */
.checklistQuestion .question-text-editor {
  /*max-width: $input-max-width;*/
}

/* line 107, Content/ht-theme/components/checklist/_checklist.scss */
.checklistQuestion .question-text-editor .textarea-autoresize, .checklistQuestion .question-text-editor .textarea-autoresize--readonly, .checklistQuestion .question-text-editor .textarea-autoresize--disabled {
  max-width: 100%;
}

/* line 111, Content/ht-theme/components/checklist/_checklist.scss */
.checklistQuestion .question-text-editor .textarea-autoresize--disabled {
  white-space: pre-wrap;
  height: auto;
}

/* line 116, Content/ht-theme/components/checklist/_checklist.scss */
.checklistQuestion .question-text-editor:hover, .checklistQuestion .question-text-editor .truncate-text:hover {
  cursor: text;
}

/* line 120, Content/ht-theme/components/checklist/_checklist.scss */
.checklistQuestion .question-text-editor .textarea-autoresize--readonly.textarea-autoresize--placeholder {
  color: #3e526e;
  opacity: 0.5;
}

/* line 126, Content/ht-theme/components/checklist/_checklist.scss */
.checklistQuestion .pnl-question-settings {
  margin-top: 1rem;
}

/* line 129, Content/ht-theme/components/checklist/_checklist.scss */
.checklistQuestion .pnl-question-settings .card {
  margin-bottom: 1rem;
}

@media (max-width: 539.99px) {
  /* line 136, Content/ht-theme/components/checklist/_checklist.scss */
  .checklistQuestion .pnl-question-settings .checkbox {
    padding-top: calc(0.45rem + 1px);
  }
}

/* line 142, Content/ht-theme/components/checklist/_checklist.scss */
.checklistQuestion.checklist-question-dragging-clone {
  margin-bottom: 8px;
}

/* line 148, Content/ht-theme/components/checklist/_checklist.scss */
.checklist-questions-dnd .question-placeholder {
  position: absolute;
  background-color: white;
  border-radius: 3px;
  border: dashed 1px blue;
  background-color: white;
}

/* line 157, Content/ht-theme/components/checklist/_checklist.scss */
.questions-dragging-clone-ct {
  position: relative;
}

/* line 160, Content/ht-theme/components/checklist/_checklist.scss */
.questions-dragging-clone-ct .questions-dragging-group-count {
  position: absolute;
  left: -1rem;
  top: 0;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #00B4E3;
  color: white;
}

/* line 177, Content/ht-theme/components/checklist/_checklist.scss */
.checklist-questions--desktop .checklist-question-row.checklist-question-row--flex {
  display: flex;
}

/* line 180, Content/ht-theme/components/checklist/_checklist.scss */
.checklist-questions--desktop .checklist-question-row.checklist-question-row--flex .col-setting-toggle {
  flex: 0 0 35px;
}

/* line 184, Content/ht-theme/components/checklist/_checklist.scss */
.checklist-questions--desktop .checklist-question-row.checklist-question-row--flex .col-select-question {
  flex: 0 0 35px;
  padding-top: 8px;
  padding-left: 8px;
}

/* line 190, Content/ht-theme/components/checklist/_checklist.scss */
.checklist-questions--desktop .checklist-question-row.checklist-question-row--flex .col-question-position {
  flex: 0 0 120px;
  padding-left: 20px;
}

/* line 195, Content/ht-theme/components/checklist/_checklist.scss */
.checklist-questions--desktop .checklist-question-row.checklist-question-row--flex .col-question-inner-container {
  flex-grow: 1;
  align-items: self-start;
  display: flex;
  min-width: 0;
}

/* line 201, Content/ht-theme/components/checklist/_checklist.scss */
.checklist-questions--desktop .checklist-question-row.checklist-question-row--flex .col-question-inner-container .question-text-editor {
  flex-grow: 1;
  min-width: 0;
}

/* line 206, Content/ht-theme/components/checklist/_checklist.scss */
.checklist-questions--desktop .checklist-question-row.checklist-question-row--flex .col-question-inner-container .question-language-selector {
  flex: 0 0 150px;
}

/* line 210, Content/ht-theme/components/checklist/_checklist.scss */
.checklist-questions--desktop .checklist-question-row.checklist-question-row--flex .col-question-inner-container .question-type-tag {
  display: flex;
  flex: 0 0 250px;
  padding-left: 14px;
  padding-top: 2px;
}

/* line 218, Content/ht-theme/components/checklist/_checklist.scss */
.checklist-questions--desktop .checklist-question-row.checklist-question-row--flex .col-question-menu {
  flex: 0 0 50px;
  display: flex;
  justify-content: flex-start;
}

/* line 225, Content/ht-theme/components/checklist/_checklist.scss */
.checklist-questions--desktop .checklist-question-row .label-left-align--desktop {
  width: 173px;
}

/* line 229, Content/ht-theme/components/checklist/_checklist.scss */
.checklist-questions--desktop .checklist-question-row .left-align-ct--desktop {
  margin-left: 0 !important;
}

/* line 237, Content/ht-theme/components/checklist/_checklist.scss */
.checklist-questions--desktop.checklist-questions-readonly--desktop .checklist-question-row.checklist-question-row--flex .col-select-question {
  flex: 0 0 10px;
}

/* line 243, Content/ht-theme/components/checklist/_checklist.scss */
.checklist-questions--desktop.checklist-questions-readonly--desktop .label-left-align--desktop {
  width: 148px;
}

/* line 1, Content/ht-theme/components/calendar/_calendar.scss */
.responsive-calendar .day-headers .day {
  background-color: white;
  border: 1px solid #BBB;
}

/* line 6, Content/ht-theme/components/calendar/_calendar.scss */
.responsive-calendar .day.past {
  background-color: #BBB;
  border: 1px solid #BBB;
}

/* line 11, Content/ht-theme/components/calendar/_calendar.scss */
.responsive-calendar .day, .responsive-calendar .day.permit-available-yes, .permit-available-yes,
.responsive-calendar .day.booking-available-yes, .booking-available-yes {
  background-color: green;
  border: 1px solid #BBB;
}

/* line 17, Content/ht-theme/components/calendar/_calendar.scss */
.responsive-calendar .day.permit-available-partial, .permit-available-partial,
.responsive-calendar .day.booking-available-partial, .booking-available-partial {
  background-color: yellow;
}

/* line 22, Content/ht-theme/components/calendar/_calendar.scss */
.responsive-calendar .day.permit-available-no, .permit-available-no,
.responsive-calendar .day.booking-available-no, .booking-available-no {
  background-color: red;
}

/* line 27, Content/ht-theme/components/calendar/_calendar.scss */
.legend-block-container {
  position: relative;
  padding-left: 20px;
}

/* line 31, Content/ht-theme/components/calendar/_calendar.scss */
.legend-block-container .legend-block {
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  display: inline-block;
}

/* line 7, Content/ht-theme/components/responsive-calendar/_responsive-calendar.scss */
.responsive-calendar .day-headers .day {
  background-color: #ffffff;
  border: 1px solid rgba(62, 82, 110, 0.08);
  color: #3e526e;
  cursor: default;
}

/* line 14, Content/ht-theme/components/responsive-calendar/_responsive-calendar.scss */
.responsive-calendar .day.past {
  background-color: rgba(62, 82, 110, 0.08);
  border: 1px solid rgba(62, 82, 110, 0.08);
  color: #3e526e;
}

/* line 2, Content/ht-theme/components/responsive-calendar/_responsive-calendar.scss */
.responsive-calendar .day.past a:hover {
  background-color: #e1e8f3;
  text-decoration: none;
}

/* line 22, Content/ht-theme/components/responsive-calendar/_responsive-calendar.scss */
.responsive-calendar .day, .responsive-calendar .day.permit-available-yes, .permit-available-yes,
.responsive-calendar .day.booking-available-yes, .booking-available-yes {
  background-color: #36b37e;
  color: #ffffff;
  border: 1px solid rgba(62, 82, 110, 0.08);
}

/* line 2, Content/ht-theme/components/responsive-calendar/_responsive-calendar.scss */
.responsive-calendar .day a:hover, .responsive-calendar .day.permit-available-yes a:hover, .permit-available-yes a:hover,
.responsive-calendar .day.booking-available-yes a:hover, .booking-available-yes a:hover {
  background-color: #4ac893;
  text-decoration: none;
}

/* line 31, Content/ht-theme/components/responsive-calendar/_responsive-calendar.scss */
.responsive-calendar .day.permit-available-partial, .permit-available-partial,
.responsive-calendar .day.booking-available-partial, .booking-available-partial {
  background-color: #ff8940;
  color: #ffffff;
}

/* line 2, Content/ht-theme/components/responsive-calendar/_responsive-calendar.scss */
.responsive-calendar .day.permit-available-partial a:hover, .permit-available-partial a:hover,
.responsive-calendar .day.booking-available-partial a:hover, .booking-available-partial a:hover {
  background-color: #ffa269;
  text-decoration: none;
}

/* line 39, Content/ht-theme/components/responsive-calendar/_responsive-calendar.scss */
.responsive-calendar .day.permit-available-no, .permit-available-no,
.responsive-calendar .day.booking-available-no, .booking-available-no {
  background-color: #ff003c;
  color: #ffffff;
}

/* line 2, Content/ht-theme/components/responsive-calendar/_responsive-calendar.scss */
.responsive-calendar .day.permit-available-no a:hover, .permit-available-no a:hover,
.responsive-calendar .day.booking-available-no a:hover, .booking-available-no a:hover {
  background-color: #ff295b;
  text-decoration: none;
}

/* line 7, Content/ht-theme/components/locationHierarchy/_locationHierarchy.scss */
.location-list li input.preserved_location[type='checkbox']:checked ~ label:before, .location-listbulk li input.preserved_location[type='checkbox']:checked ~ label:before {
  background-color: #a0a9ba !important;
  border-color: #a0a9ba !important;
}

/* line 3, Content/ht-theme/components/lists/_list.scss */
ul.list-left-align:not(.list-unstyled) {
  padding-left: 1.2rem;
}

/* line 8, Content/ht-theme/components/lists/_list.scss */
ul.list-text {
  list-style: none;
  padding-left: 1.25rem;
}

/* line 12, Content/ht-theme/components/lists/_list.scss */
ul.list-text .list-text-item {
  position: relative;
}

/* line 15, Content/ht-theme/components/lists/_list.scss */
ul.list-text .list-text-item:before {
  content: '';
  width: .375rem;
  height: .375rem;
  background-color: #00b4e3;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: -1.25rem;
  top: .575rem;
}

/* line 31, Content/ht-theme/components/lists/_list.scss */
.list-group .list-group-item-collapsible {
  border: 0;
  padding-left: 0;
  padding-right: 0;
}

/* line 36, Content/ht-theme/components/lists/_list.scss */
.list-group .list-group-item-collapsible .list-item-header {
  padding-bottom: .5rem;
}

/* line 40, Content/ht-theme/components/lists/_list.scss */
.list-group .list-group-item-collapsible .list-item-collapse {
  padding-left: 1rem;
}

/* line 44, Content/ht-theme/components/lists/_list.scss */
.list-group .list-group-item-collapsible .list-item-collapse .list-item:last-child .checkbox {
  margin-bottom: 0;
}

/* line 1, Content/ht-theme/components/progress/_circle-loader.scss */
.circle-loader {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  font-size: 0;
  color: #ffffff;
  width: 1rem;
  height: 1rem;
}

/* line 11, Content/ht-theme/components/progress/_circle-loader.scss */
.circle-loader-dark {
  color: #3e526e;
}

/* line 15, Content/ht-theme/components/progress/_circle-loader.scss */
.circle-loader-lg {
  width: 3rem;
  height: 3rem;
}

/* line 20, Content/ht-theme/components/progress/_circle-loader.scss */
.circle-loader-btn-submit {
  width: 1rem;
  height: 1rem;
}

/* line 25, Content/ht-theme/components/progress/_circle-loader.scss */
.circle-loader::before {
  content: "";
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  width: 100%;
  height: 100%;
  background: transparent;
  border-width: 2px;
  border-bottom-color: transparent;
  border-radius: 100%;
  animation: ball-clip-rotate .75s linear infinite;
}

@keyframes ball-clip-rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@supports (position: sticky) {
  /* line 19, Content/ht-theme/components/feedback-prompt/_feedback-prompt.scss */
  #feedback-prompt-positioner {
    position: sticky;
    position: -webkit-sticky;
    bottom: 1rem;
  }
}

@media (min-width: 576px) {
  /* line 19, Content/ht-theme/components/feedback-prompt/_feedback-prompt.scss */
  #feedback-prompt-positioner {
    bottom: 2.286rem;
  }
}

/* line 30, Content/ht-theme/components/feedback-prompt/_feedback-prompt.scss */
#feedback-prompt-positioner #feedback-prompt-container {
  display: block;
  position: static;
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  /* line 30, Content/ht-theme/components/feedback-prompt/_feedback-prompt.scss */
  #feedback-prompt-positioner #feedback-prompt-container {
    margin-bottom: 2.286rem;
  }
}

/* line 39, Content/ht-theme/components/feedback-prompt/_feedback-prompt.scss */
#feedback-prompt-positioner #feedback-prompt-container .feedback-prompt {
  border: 1px solid rgba(62, 82, 110, 0.2);
  max-width: none;
  margin-left: 5px;
  margin-right: 5px;
  height: 200px;
  box-shadow: 0 12px 24px 0 rgba(56, 96, 165, 0.15);
}

/* line 46, Content/ht-theme/components/feedback-prompt/_feedback-prompt.scss */
#feedback-prompt-positioner #feedback-prompt-container .feedback-prompt.SurveyPrompt {
  height: auto;
}

@media (min-width: 576px) {
  /* line 39, Content/ht-theme/components/feedback-prompt/_feedback-prompt.scss */
  #feedback-prompt-positioner #feedback-prompt-container .feedback-prompt {
    max-width: 500px;
    margin-left: auto;
    margin-right: 15px;
  }
  /* line 57, Content/ht-theme/components/feedback-prompt/_feedback-prompt.scss */
  #feedback-prompt-positioner #feedback-prompt-container .feedback-prompt.SurveyPrompt {
    max-width: 600px;
  }
}

/* line 62, Content/ht-theme/components/feedback-prompt/_feedback-prompt.scss */
#feedback-prompt-positioner #feedback-prompt-container .feedback-prompt .close-circle-background {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  right: 30px;
  background-color: #ffffff;
}

/* line 69, Content/ht-theme/components/feedback-prompt/_feedback-prompt.scss */
#feedback-prompt-positioner #feedback-prompt-container .feedback-prompt .close-circle-background svg.close-circle {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
}

/* line 72, Content/ht-theme/components/feedback-prompt/_feedback-prompt.scss */
#feedback-prompt-positioner #feedback-prompt-container .feedback-prompt .close-circle-background svg.close-circle #circle {
  fill: #00b4e3;
}

/* line 76, Content/ht-theme/components/feedback-prompt/_feedback-prompt.scss */
#feedback-prompt-positioner #feedback-prompt-container .feedback-prompt .close-circle-background svg.close-circle #x-symbol {
  fill: #ffffff;
}

/* line 80, Content/ht-theme/components/feedback-prompt/_feedback-prompt.scss */
#feedback-prompt-positioner #feedback-prompt-container .feedback-prompt .close-circle-background svg.close-circle:hover {
  cursor: pointer;
}

/* line 83, Content/ht-theme/components/feedback-prompt/_feedback-prompt.scss */
#feedback-prompt-positioner #feedback-prompt-container .feedback-prompt .close-circle-background svg.close-circle:hover #circle {
  fill: rgba(0, 180, 227, 0.7);
}

/* line 90, Content/ht-theme/components/feedback-prompt/_feedback-prompt.scss */
#feedback-prompt-positioner #feedback-prompt-container .feedback-prompt .close-button-row {
  position: absolute;
  bottom: 20px;
  right: 10px;
}

@media (min-width: 576px) {
  /* line 90, Content/ht-theme/components/feedback-prompt/_feedback-prompt.scss */
  #feedback-prompt-positioner #feedback-prompt-container .feedback-prompt .close-button-row {
    right: 15px;
  }
}

/* line 100, Content/ht-theme/components/feedback-prompt/_feedback-prompt.scss */
#feedback-prompt-positioner #feedback-prompt-container .feedback-prompt .thumb-button {
  padding: 0 10%;
}

/* line 103, Content/ht-theme/components/feedback-prompt/_feedback-prompt.scss */
#feedback-prompt-positioner #feedback-prompt-container .feedback-prompt .thumb-button svg {
  width: 40px;
  height: 40px;
}

/* line 107, Content/ht-theme/components/feedback-prompt/_feedback-prompt.scss */
#feedback-prompt-positioner #feedback-prompt-container .feedback-prompt .thumb-button svg path {
  fill: #00b4e3;
}

/* line 112, Content/ht-theme/components/feedback-prompt/_feedback-prompt.scss */
#feedback-prompt-positioner #feedback-prompt-container .feedback-prompt .thumb-button span.thumb-button-label {
  width: 38px;
  height: 18px;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  color: #00b4e3;
}

/* line 125, Content/ht-theme/components/feedback-prompt/_feedback-prompt.scss */
#feedback-prompt-positioner #feedback-prompt-container .feedback-prompt .thumb-button:hover {
  cursor: pointer;
}

/* line 128, Content/ht-theme/components/feedback-prompt/_feedback-prompt.scss */
#feedback-prompt-positioner #feedback-prompt-container .feedback-prompt .thumb-button:hover span.thumb-button-label {
  color: rgba(0, 180, 227, 0.7);
}

/* line 133, Content/ht-theme/components/feedback-prompt/_feedback-prompt.scss */
#feedback-prompt-positioner #feedback-prompt-container .feedback-prompt .thumb-button:hover svg path {
  fill: rgba(0, 180, 227, 0.7);
}

/* line 141, Content/ht-theme/components/feedback-prompt/_feedback-prompt.scss */
#feedback-prompt-positioner #feedback-prompt-container .feedback-prompt-tab-background {
  background-color: #ffffff;
  margin-left: auto;
  position: static;
  width: 36px;
  border: none;
  border-top-left-radius: 0.286rem;
  border-bottom-left-radius: 0.286rem;
  box-shadow: 0 12px 24px 0 rgba(56, 96, 165, 0.15);
}

/* line 150, Content/ht-theme/components/feedback-prompt/_feedback-prompt.scss */
#feedback-prompt-positioner #feedback-prompt-container .feedback-prompt-tab-background .feedback-prompt-tab {
  background-color: #00b4e3;
  width: 36px;
  border: none;
  border-top-left-radius: 0.286rem;
  border-bottom-left-radius: 0.286rem;
}

/* line 155, Content/ht-theme/components/feedback-prompt/_feedback-prompt.scss */
#feedback-prompt-positioner #feedback-prompt-container .feedback-prompt-tab-background .feedback-prompt-tab svg {
  fill: #ffffff;
}

/* line 158, Content/ht-theme/components/feedback-prompt/_feedback-prompt.scss */
#feedback-prompt-positioner #feedback-prompt-container .feedback-prompt-tab-background .feedback-prompt-tab svg text {
  font-weight: 300;
}

/* line 163, Content/ht-theme/components/feedback-prompt/_feedback-prompt.scss */
#feedback-prompt-positioner #feedback-prompt-container .feedback-prompt-tab-background .feedback-prompt-tab:hover {
  cursor: pointer;
  background-color: rgba(0, 180, 227, 0.7);
}

/* line 1, Content/ht-theme/components/event/_event.scss */
.event {
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 0.1px;
  -ms-touch-action: none;
  touch-action: none;
  user-select: none;
  overflow: hidden;
}

/* line 12, Content/ht-theme/components/event/_event.scss */
.event .event-bar-primary {
  width: 3px;
  background-color: #00b4e3;
  position: absolute;
  height: 100%;
}

/* line 19, Content/ht-theme/components/event/_event.scss */
.event .event-title-primary {
  margin-left: 2.5px;
  background-color: rgba(0, 180, 227, 0.25);
  height: 100%;
  position: relative;
  word-break: break-word;
}

/* line 12, Content/ht-theme/components/event/_event.scss */
.event .event-bar-secondary {
  width: 3px;
  background-color: #3e526e;
  position: absolute;
  height: 100%;
}

/* line 19, Content/ht-theme/components/event/_event.scss */
.event .event-title-secondary {
  margin-left: 2.5px;
  background-color: rgba(62, 82, 110, 0.25);
  height: 100%;
  position: relative;
  word-break: break-word;
}

/* line 12, Content/ht-theme/components/event/_event.scss */
.event .event-bar-success {
  width: 3px;
  background-color: #36b37e;
  position: absolute;
  height: 100%;
}

/* line 19, Content/ht-theme/components/event/_event.scss */
.event .event-title-success {
  margin-left: 2.5px;
  background-color: rgba(54, 179, 126, 0.25);
  height: 100%;
  position: relative;
  word-break: break-word;
}

/* line 12, Content/ht-theme/components/event/_event.scss */
.event .event-bar-info {
  width: 3px;
  background-color: #17a2b8;
  position: absolute;
  height: 100%;
}

/* line 19, Content/ht-theme/components/event/_event.scss */
.event .event-title-info {
  margin-left: 2.5px;
  background-color: rgba(23, 162, 184, 0.25);
  height: 100%;
  position: relative;
  word-break: break-word;
}

/* line 12, Content/ht-theme/components/event/_event.scss */
.event .event-bar-warning {
  width: 3px;
  background-color: #ff8940;
  position: absolute;
  height: 100%;
}

/* line 19, Content/ht-theme/components/event/_event.scss */
.event .event-title-warning {
  margin-left: 2.5px;
  background-color: rgba(255, 137, 64, 0.25);
  height: 100%;
  position: relative;
  word-break: break-word;
}

/* line 12, Content/ht-theme/components/event/_event.scss */
.event .event-bar-danger {
  width: 3px;
  background-color: #ff003c;
  position: absolute;
  height: 100%;
}

/* line 19, Content/ht-theme/components/event/_event.scss */
.event .event-title-danger {
  margin-left: 2.5px;
  background-color: rgba(255, 0, 60, 0.25);
  height: 100%;
  position: relative;
  word-break: break-word;
}

/* line 12, Content/ht-theme/components/event/_event.scss */
.event .event-bar-light {
  width: 3px;
  background-color: #f8f9fa;
  position: absolute;
  height: 100%;
}

/* line 19, Content/ht-theme/components/event/_event.scss */
.event .event-title-light {
  margin-left: 2.5px;
  background-color: rgba(248, 249, 250, 0.25);
  height: 100%;
  position: relative;
  word-break: break-word;
}

/* line 12, Content/ht-theme/components/event/_event.scss */
.event .event-bar-dark {
  width: 3px;
  background-color: #343a40;
  position: absolute;
  height: 100%;
}

/* line 19, Content/ht-theme/components/event/_event.scss */
.event .event-title-dark {
  margin-left: 2.5px;
  background-color: rgba(52, 58, 64, 0.25);
  height: 100%;
  position: relative;
  word-break: break-word;
}

/* line 1, Content/ht-theme/components/searchgroup/_searchgroup.scss */
.search-group {
  position: relative;
}

/* line 4, Content/ht-theme/components/searchgroup/_searchgroup.scss */
.search-group .search-group-input {
  border-radius: 1.143rem;
  height: 32px;
  max-width: 100%;
}

/* line 10, Content/ht-theme/components/searchgroup/_searchgroup.scss */
.search-group .material-icons {
  position: absolute;
  right: 20px;
  top: 6px;
  z-index: 5;
  cursor: pointer;
  font-size: 1.286rem;
}

/* line 2, Content/ht-theme/components/wizard/_wizard.scss */
.wizard .wizard-step {
  display: none;
}

/* line 5, Content/ht-theme/components/wizard/_wizard.scss */
.wizard .wizard-step.wizard-step--active {
  display: block;
}

/* line 10, Content/ht-theme/components/wizard/_wizard.scss */
.wizard .btn-prev {
  display: none;
}

/* line 9, Content/ht-theme/components/sidebar/_sidebar.scss */
.sidebar {
  background-color: #fff;
  box-shadow: 0 12px 24px 0 rgba(56, 96, 165, 0.15);
  border: 1px solid #e8e8e8;
  border-radius: 5rem;
  padding: 0.5rem 0.25rem;
}

/* line 17, Content/ht-theme/components/sidebar/_sidebar.scss */
.sidebar .sidebar__list {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 29, Content/ht-theme/components/sidebar/_sidebar.scss */
.sidebar .sidebar__list .sidebar__item .dropdown-menu .dropdown-header.disabled, .sidebar .sidebar__list .sidebar__item .dropdown-menu .dropdown-item.disabled {
  background-color: transparent;
}

/* line 37, Content/ht-theme/components/sidebar/_sidebar.scss */
.sidebar .sidebar__btn-action {
  padding: 0.45rem;
}

/* line 40, Content/ht-theme/components/sidebar/_sidebar.scss */
.sidebar .sidebar__btn-action.sidebar__btn-action--select-trigger {
  position: relative;
}

/* line 43, Content/ht-theme/components/sidebar/_sidebar.scss */
.sidebar .sidebar__btn-action.sidebar__btn-action--select-trigger:hover {
  /*background-color: $sidebar-bg-color;*/
}

/* line 47, Content/ht-theme/components/sidebar/_sidebar.scss */
.sidebar .sidebar__btn-action.sidebar__btn-action--select-trigger .left-arrow-icon {
  font-size: 1rem;
  position: absolute;
  left: -0.5rem;
  top: .75rem;
}

/* line 1, Content/ht-theme/components/tooltip/_tooltip.scss */
.tooltip-inner {
  font-weight: 600;
}

/* line 5, Content/ht-theme/components/tooltip/_tooltip.scss */
.ui-tooltip {
  background-color: #e1e8f3;
  -webkit-box-shadow: inset 0 1px 0 #ebf1fa;
  box-shadow: inset 0 1px 0 #ebf1fa;
  border-radius: 6px;
  border: 1px solid #c5d6ed;
  padding: 0 20px 0 20px;
  min-width: 250px;
  opacity: 1;
  z-index: 15000;
}

/* line 17, Content/ht-theme/components/tooltip/_tooltip.scss */
.ui-tooltip-content {
  background-color: #ebf1fa;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  color: #3e526e;
}

/* line 19, Content/ht-theme/components/progressOverview/_progressOverview.scss */
.progressOverviewBar__container--border {
  border-radius: 25px;
  overflow: hidden;
  height: 30px;
}

/* line 38, Content/ht-theme/components/progressOverview/_progressOverview.scss */
.progressOverviewBar__div--completed {
  background-color: #b8e5d2;
  font-family: Montserrat;
  font-size: 1.143rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  color: #42a67c;
  text-align: center;
  line-height: 2.143rem;
  letter-spacing: normal;
}

/* line 42, Content/ht-theme/components/progressOverview/_progressOverview.scss */
.progressOverviewBar__div--inprogress {
  background-color: #ffd8bf;
  font-family: Montserrat;
  font-size: 1.143rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  color: #ff8940;
  text-align: center;
  line-height: 2.143rem;
  letter-spacing: normal;
}

/* line 46, Content/ht-theme/components/progressOverview/_progressOverview.scss */
.progressOverviewBar__div--notstarted {
  background-color: #cdeff7;
  font-family: Montserrat;
  font-size: 1.143rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  color: #00b4e3;
  text-align: center;
  line-height: 2.143rem;
  letter-spacing: normal;
}

/* line 50, Content/ht-theme/components/progressOverview/_progressOverview.scss */
.progressOverviewBar__container--style {
  display: flex;
  flex-flow: row nowrap;
  margin: 0 1rem 1rem 1rem;
  justify-content: flex-start;
}

/* line 57, Content/ht-theme/components/progressOverview/_progressOverview.scss */
.progressOverviewBar__filterButtons--style {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  padding-right: 20px;
  justify-content: flex-start;
  margin-bottom: 0px;
  position: relative;
}

@media (max-width: 539.99px) {
  /* line 57, Content/ht-theme/components/progressOverview/_progressOverview.scss */
  .progressOverviewBar__filterButtons--style {
    top: -0.25rem;
  }
}

@media (min-width: 540px) {
  /* line 57, Content/ht-theme/components/progressOverview/_progressOverview.scss */
  .progressOverviewBar__filterButtons--style {
    top: -0.65rem;
  }
}

/* line 75, Content/ht-theme/components/progressOverview/_progressOverview.scss */
.progressOverviewBar__filterButton--selected {
  background-color: #0dcdff !important;
  border-color: #0dcdff !important;
  color: #ffffff !important;
}

/* line 82, Content/ht-theme/components/progressOverview/_progressOverview.scss */
.progressOverview__heading--font {
  font-family: Montserrat;
  font-size: 1.286rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  color: #437abc;
  min-height: 2.143rem;
  bottom: 0;
}

/* line 93, Content/ht-theme/components/progressOverview/_progressOverview.scss */
.progressOverview__heading--style {
  padding-left: 1.286rem;
  padding-right: 1.286rem;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  margin: 1rem 0 0.92rem 0;
}

/* line 102, Content/ht-theme/components/progressOverview/_progressOverview.scss */
.progressOverview__headingText--style {
  word-break: break-word;
  width: 70%;
  text-align: left;
}

/* line 108, Content/ht-theme/components/progressOverview/_progressOverview.scss */
.progressOverview__headingType--style {
  width: 30%;
  text-align: right;
  color: #3e526e;
  opacity: 0.5;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
}

/* line 118, Content/ht-theme/components/progressOverview/_progressOverview.scss */
.progressOverviewObservation__img--style {
  background-image: url("data:image/svg+xml,%3csvg width='22' height='20' viewBox='0 0 22 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.5359 2C9.0755 -0.666669 12.9245 -0.666667 14.4641 2L21.3923 14C22.9319 16.6667 21.0074 20 17.9282 20H4.07179C0.992592 20 -0.931905 16.6667 0.607695 14L7.5359 2Z' fill='%23FF003C'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 100%;
  text-align: center;
  height: 1.571rem;
  width: 1.714rem;
  line-height: 1.571rem;
  color: #fff;
  font-family: Montserrat;
  padding-top: 0.143rem;
}

/* line 131, Content/ht-theme/components/progressOverview/_progressOverview.scss */
.progressOverviewObservation__img--fontSizeLarge {
  font-size: 1rem;
}

/* line 135, Content/ht-theme/components/progressOverview/_progressOverview.scss */
.progressOverviewObservation__img--fontSizeSmall {
  font-size: 0.857rem;
}

/* line 139, Content/ht-theme/components/progressOverview/_progressOverview.scss */
.progressOverviewObservation__text--style {
  font-family: Montserrat;
  font-size: 1.143rem;
  font-weight: 600;
  color: #3e526e;
  text-align: left;
  margin-left: 0.5rem;
}

/* line 148, Content/ht-theme/components/progressOverview/_progressOverview.scss */
.progressOverviewObservation__filter--selected {
  color: #00b4e3;
}

/* line 152, Content/ht-theme/components/progressOverview/_progressOverview.scss */
.progressOverview__heading {
  margin-bottom: 1.071rem !important;
}

/** note - using BEM naming - http://getbem.com/naming/ */
/* line 2, Content/ht-theme/components/pageSearch/_pageSearch.scss */
.pageSearch__input--style {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  height: 34px;
  padding: 0 20px;
  outline: none;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  border-radius: 34px;
  border-color: #bfbfbf;
  background: #ffffff;
  color: #3e526e;
  -moz-appearance: none;
  -webkit-appearance: none;
  line-height: normal;
  margin-right: 25px;
}

/* line 24, Content/ht-theme/components/pageSearch/_pageSearch.scss */
.pageSearch__button--style {
  background: none;
  border: none;
  color: #6D6A69;
  font-size: 17px;
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 5px;
  top: 0px;
  width: 30px;
  z-index: 2;
}

/* line 40, Content/ht-theme/components/pageSearch/_pageSearch.scss */
.pageSearch__container--style {
  position: relative;
}

@media (min-width: 768px) {
  /* line 40, Content/ht-theme/components/pageSearch/_pageSearch.scss */
  .pageSearch__container--style {
    width: 30%;
  }
}

@media (max-width: 767.98px) {
  /* line 40, Content/ht-theme/components/pageSearch/_pageSearch.scss */
  .pageSearch__container--style {
    width: 100%;
  }
}

/* line 52, Content/ht-theme/components/pageSearch/_pageSearch.scss */
.pageSearch__buttonIcon--style {
  font-size: 24px;
  line-height: normal;
  vertical-align: middle;
}

/* line 1, Content/ht-theme/components/custom-fields/_custom-fields.scss */
img.custom-field-signature,
img.custom-field-upload,
img.customfield-file-upload-preview,
img.custom-field-pic-download {
  max-height: 200px;
  max-width: 200px;
  width: auto;
  height: auto;
  border: 1px solid lightgrey;
}

/* line 12, Content/ht-theme/components/custom-fields/_custom-fields.scss */
span.custom-field-download-btn-text {
  display: none;
}

@media (min-width: 768px) {
  /* line 12, Content/ht-theme/components/custom-fields/_custom-fields.scss */
  span.custom-field-download-btn-text {
    display: inline-block;
  }
}

/* line 2, Content/ht-theme/components/custom-fields/tabular-subforms/_tabular-sub-forms.scss */
tr.tabular-subform-row img.custom-field-signature,
tr.tabular-subform-row img.custom-field-upload,
tr.tabular-subform-row img.customfield-file-upload-preview,
tr.tabular-subform-row img.custom-field-pic-download {
  max-height: 150px;
  max-width: 150px;
  width: auto;
  height: auto;
  border: 1px solid lightgrey;
}

/* line 13, Content/ht-theme/components/custom-fields/tabular-subforms/_tabular-sub-forms.scss */
tr.tabular-subform-row span.custom-field-download-btn-text {
  display: none;
}

@media (min-width: 768px) {
  /* line 13, Content/ht-theme/components/custom-fields/tabular-subforms/_tabular-sub-forms.scss */
  tr.tabular-subform-row span.custom-field-download-btn-text {
    display: none;
  }
}

/* line 1, Content/ht-theme/components/tourguide/_tourguide.scss */
.tg-backdrop {
  border-radius: 25px !important;
  z-index: 12400 !important;
}

/* line 6, Content/ht-theme/components/tourguide/_tourguide.scss */
.tg-backdrop-borderless {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 0px 0px, rgba(0, 0, 0, 0.25) 0px 0px 0px 1000vh !important;
}

/* line 10, Content/ht-theme/components/tourguide/_tourguide.scss */
.tg-dialog {
  z-index: 12500 !important;
  font-size: .9rem;
  margin-right: 12px;
}

/* line 14, Content/ht-theme/components/tourguide/_tourguide.scss */
.tg-dialog .tg-dialog-body {
  padding-bottom: 5px !important;
}

@media (min-width: 576px) {
  /* line 20, Content/ht-theme/components/tourguide/_tourguide.scss */
  .tg-dialog {
    min-width: 490px;
  }
}

@media (min-width: 768px) {
  /* line 26, Content/ht-theme/components/tourguide/_tourguide.scss */
  .tg-dialog {
    min-width: 500px;
  }
}

/* line 31, Content/ht-theme/components/tourguide/_tourguide.scss */
.tg-dialog-close-btn {
  width: 15px !important;
  height: 25px !important;
}

/* line 34, Content/ht-theme/components/tourguide/_tourguide.scss */
.tg-dialog-close-btn svg {
  width: 18px;
  height: 18px;
  opacity: 0.45;
}

/* line 46, Content/ht-theme/components/tourguide/_tourguide.scss */
#tg-dialog-prev-btn {
  display: none;
}

/* line 3, Content/ht-theme/components/icon/_icon.scss */
.loading-icon.loading-icon-lg {
  width: 12rem;
}

/* line 8, Content/ht-theme/components/icon/_icon.scss */
.ai-icon-container {
  padding-left: 25px;
  position: relative;
}

/* line 12, Content/ht-theme/components/icon/_icon.scss */
.ai-icon-container .loading-icon {
  position: absolute;
  left: -25px;
  top: -5px;
  width: 50px;
}

/* line 20, Content/ht-theme/components/icon/_icon.scss */
.gen-loading-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 1;
  position: relative;
}

/* line 27, Content/ht-theme/components/icon/_icon.scss */
.gen-loading-icon .loading-icon {
  height: 24px;
  position: absolute;
  top: -6px;
  left: -9px;
}

/* line 1, Content/ht-theme/components/icon/_svg-icons.scss */
.ht-svg-icon {
  --color-white:  #ffffff;
  --color-gray500: #a0a9ba;
  --color-primary: #00b4e3;
  --color-secondary: #3e526e;
  display: inline-block;
  height: var(--icon-size, 18px);
  aspect-ratio: 1;
  background-size: cover;
  mask-size: cover;
}

/* size */
/* line 15, Content/ht-theme/components/icon/_svg-icons.scss */
.ht-svg-icon.ht-24 {
  height: 24px;
}

/* line 18, Content/ht-theme/components/icon/_svg-icons.scss */
.ht-svg-icon.ht-2rem {
  height: 2rem;
}

/* line 21, Content/ht-theme/components/icon/_svg-icons.scss */
.ht-svg-icon.ht-3rem {
  height: 3rem;
}

/* color */
/* line 26, Content/ht-theme/components/icon/_svg-icons.scss */
.ht-svg-icon.ht-icon-color-white {
  background-color: var(--color-white);
}

/* line 29, Content/ht-theme/components/icon/_svg-icons.scss */
.ht-svg-icon.ht-icon-color-gray500 {
  background-color: var(--color-gray500);
}

/* line 32, Content/ht-theme/components/icon/_svg-icons.scss */
.ht-svg-icon.ht-icon-color-primary {
  background-color: var(--color-primary);
}

/* line 35, Content/ht-theme/components/icon/_svg-icons.scss */
.ht-svg-icon.ht-icon-color-secondary {
  background-color: var(--color-secondary);
}

/* pseudo classes */
/* line 40, Content/ht-theme/components/icon/_svg-icons.scss */
.btn.btn-primary .ht-svg-icon {
  background-color: var(--color-white);
}

/* line 44, Content/ht-theme/components/icon/_svg-icons.scss */
.btn.disabled .ht-svg-icon, #tg-dialog-next-btn.disabled .ht-svg-icon, #tg-dialog-prev-btn.disabled .ht-svg-icon,
.btn:disabled .ht-svg-icon,
#tg-dialog-next-btn:disabled .ht-svg-icon,
#tg-dialog-prev-btn:disabled .ht-svg-icon {
  background-color: var(--color-secondary);
}

/* line 50, Content/ht-theme/components/icon/_svg-icons.scss */
.ht-audio {
  background-color: #3E526E;
  mask-image: url("/img/svg-icons-sprite.svg?v=202545115041#audio");
}

/* line 51, Content/ht-theme/components/icon/_svg-icons.scss */
.ht-delete {
  background-color: #3E526E;
  mask-image: url("/img/svg-icons-sprite.svg?v=202545115041#delete");
}

/* line 52, Content/ht-theme/components/icon/_svg-icons.scss */
.ht-sparkle {
  background-color: #3E526E;
  mask-image: url("/img/svg-icons-sprite.svg?v=202545115041#sparkle");
}

/* line 53, Content/ht-theme/components/icon/_svg-icons.scss */
.ht-upload-document {
  background-color: #A0A9BA;
  mask-image: url("/img/svg-icons-sprite.svg?v=202545115041#upload-document");
}

/* line 1, Content/ht-theme/components/intelligence/_intelligence.scss */
.hti-powered-by {
  display: flex;
  justify-content: end;
  align-items: baseline;
  padding: 0.275rem 0;
}

/* line 7, Content/ht-theme/components/intelligence/_intelligence.scss */
.hti-powered-by .hti-logo {
  height: 24px;
}

/* line 12, Content/ht-theme/components/intelligence/_intelligence.scss */
.hti-generated-by {
  display: flex;
  align-items: center;
  justify-content: end;
}

/* line 17, Content/ht-theme/components/intelligence/_intelligence.scss */
.hti-generated-by.for-form-control {
  max-width: 550px;
}

/* line 21, Content/ht-theme/components/intelligence/_intelligence.scss */
.hti-generated-by .ht-svg-icon {
  width: 0.875rem;
  height: 0.875rem;
  background-color: #8DAFD6;
}

/* line 27, Content/ht-theme/components/intelligence/_intelligence.scss */
.hti-generated-by .ht-small-text {
  color: #8DAFD6;
  font-size: 0.725rem;
}

/* line 34, Content/ht-theme/components/intelligence/_intelligence.scss */
.hti-dialog .modal-title {
  display: inline-flex;
  align-items: center;
}

/* line 39, Content/ht-theme/components/intelligence/_intelligence.scss */
.hti-dialog .ht-svg-icon {
  background-color: #8DAFD6;
}

/* line 1, Content/ht-theme/layout/_header.scss */
header {
  height: 65px;
  color: #3e526e;
}

/* line 5, Content/ht-theme/layout/_header.scss */
header img {
  max-width: 180px;
  max-height: 28px;
}

/* line 10, Content/ht-theme/layout/_header.scss */
header .navbar {
  height: 65px;
  background-color: #ffffff !important;
}

/* line 14, Content/ht-theme/layout/_header.scss */
header .navbar .logo-lg {
  width: 178px;
  height: 28px;
  padding-left: 1px;
}

/* line 20, Content/ht-theme/layout/_header.scss */
header .navbar .logo-sm {
  width: 30px;
  height: 28px;
}

/* line 25, Content/ht-theme/layout/_header.scss */
header .navbar .activity-dropdown {
  position: relative;
}

/* line 28, Content/ht-theme/layout/_header.scss */
header .navbar .activity-dropdown.active .badge, header .navbar .activity-dropdown.active .select2-results__message {
  background: #ff8940;
}

/* line 32, Content/ht-theme/layout/_header.scss */
header .navbar .activity-dropdown .ht-icon-notification {
  color: #3e526e;
  font-size: 1.5rem;
}

/* line 37, Content/ht-theme/layout/_header.scss */
header .navbar .activity-dropdown .badge-notification {
  position: absolute;
  content: '';
  background-color: #ff8940;
  display: block;
  top: -25%;
  left: 50%;
  border-radius: 50%;
  padding: 0;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  font-size: .75rem;
}

/* line 52, Content/ht-theme/layout/_header.scss */
header .navbar .activity-dropdown .badge-notification-text-small {
  font-size: .7rem;
}

/* line 57, Content/ht-theme/layout/_header.scss */
header .navbar .ajax-dropdown {
  position: absolute;
  display: none;
  z-index: 1003;
  background: white;
  top: 100%;
  left: 0;
  width: 28rem;
  height: 30rem;
  border-radius: 0.571rem;
  -webkit-border-radius: 0.571rem;
  -moz-border-radius: 0.571rem;
  -webkit-box-shadow: 0 0.285rem 0.571rem 0 rgba(56, 96, 165, 0.15);
  -moz-box-shadow: 0 0.285rem 0.571rem 0 rgba(56, 96, 165, 0.15);
  box-shadow: 0 0.285rem 0.571rem 0 rgba(56, 96, 165, 0.15);
  background: #ffffff;
  border: 1px solid #e7e7e9;
  margin-top: .75rem;
}

/* line 76, Content/ht-theme/layout/_header.scss */
header .navbar .ajax-dropdown .ajax-dropdown-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
}

/* line 86, Content/ht-theme/layout/_header.scss */
header .navbar .ajax-dropdown .ajax-dropdown-wrapper .ajax-dropdown-header {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  color: #3e526e;
  text-align: left;
  border-bottom: 1px solid rgba(97, 97, 97, 0.17);
}

/* line 95, Content/ht-theme/layout/_header.scss */
header .navbar .ajax-dropdown .ajax-dropdown-wrapper .ajax-dropdown-header .ajax-dropdown-title {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 0.65rem;
}

/* line 102, Content/ht-theme/layout/_header.scss */
header .navbar .ajax-dropdown .ajax-dropdown-wrapper .ajax-dropdown-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin: 2.5rem 0;
  margin-right: -1.25rem;
  margin-bottom: 1.5rem;
}

/* line 110, Content/ht-theme/layout/_header.scss */
header .navbar .ajax-dropdown .ajax-dropdown-wrapper .ajax-dropdown-body:after {
  margin-right: 1.25rem;
}

/* line 116, Content/ht-theme/layout/_header.scss */
header .navbar .ajax-dropdown .ajax-dropdown-wrapper .ajax-dropdown-footer .text-last-updated {
  text-align: left;
  color: #3e526e;
}

/* line 123, Content/ht-theme/layout/_header.scss */
header .navbar .ajax-dropdown .notification-body {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-right: 1rem;
}

/* line 130, Content/ht-theme/layout/_header.scss */
header .navbar .ajax-dropdown .notification-item {
  position: relative;
  padding: 0 .25rem;
  border-bottom: 1px solid rgba(97, 97, 97, 0.17);
}

/* line 135, Content/ht-theme/layout/_header.scss */
header .navbar .ajax-dropdown .notification-item:hover {
  background-color: #def1fa;
}

/* line 139, Content/ht-theme/layout/_header.scss */
header .navbar .ajax-dropdown .notification-item .unread {
  padding: .65rem 0;
  padding-right: 1.25rem;
  text-align: left;
  color: #3e526e;
}

/* line 146, Content/ht-theme/layout/_header.scss */
header .navbar .ajax-dropdown .notification-item .dismiss-btn {
  position: absolute;
  top: 0.65rem;
  right: 0;
  font-size: 1.25rem;
  color: #3e526e;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 156, Content/ht-theme/layout/_header.scss */
header .navbar .ajax-dropdown .notification-item .dismiss-btn:hover {
  background-color: transparent;
}

/* line 161, Content/ht-theme/layout/_header.scss */
header .navbar .ajax-dropdown .notification-item .text-reminder-date {
  display: inline-block;
  color: #3e526e;
  font-size: 80%;
  margin-top: .25rem;
  margin-bottom: .65rem;
}

/* line 170, Content/ht-theme/layout/_header.scss */
header .navbar .ajax-dropdown .viewdetails-btn {
  text-transform: capitalize;
  line-height: 1.2rem;
}

/* line 176, Content/ht-theme/layout/_header.scss */
header .navbar .ajax-dropdown:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 7px;
  left: 50%;
  margin-left: -7px;
}

/* line 184, Content/ht-theme/layout/_header.scss */
header .navbar .ajax-dropdown .btn-group .btn, header .navbar .ajax-dropdown .btn-group #tg-dialog-next-btn, header .navbar .ajax-dropdown .btn-group #tg-dialog-prev-btn {
  font-weight: bold;
  text-transform: capitalize;
}

/* line 189, Content/ht-theme/layout/_header.scss */
header .navbar .ajax-dropdown .btn-group > :nth-child(2) {
  border-right-width: 0px;
  border-left-width: 0px;
}

/* line 194, Content/ht-theme/layout/_header.scss */
header .navbar .ajax-dropdown .btn-group .btn:active, header .navbar .ajax-dropdown .btn-group #tg-dialog-next-btn:active, header .navbar .ajax-dropdown .btn-group #tg-dialog-prev-btn:active {
  top: 0px;
  left: 0px;
}

/* line 199, Content/ht-theme/layout/_header.scss */
header .navbar .ajax-notifications {
  height: auto;
  display: block;
  overflow: auto;
}

/* line 205, Content/ht-theme/layout/_header.scss */
header .navbar .ajax-notifications > .alert.alert-transparent {
  background-color: transparent;
  border-color: transparent;
  color: #757575;
  margin: 13px 10px;
}

/* line 212, Content/ht-theme/layout/_header.scss */
header .navbar .ajax-notifications > .alert > :first-child {
  margin-bottom: 10px;
  font-weight: 400;
}

/* line 217, Content/ht-theme/layout/_header.scss */
header .navbar .ajax-dropdown .fa-4x.fa-border {
  border-width: 3px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: block;
  margin: 0 auto;
  width: 46px;
  text-align: center;
  color: #D1D1D1;
  border-color: #D1D1D1;
}

/* line 230, Content/ht-theme/layout/_header.scss */
header .navbar .material-icons {
  font-size: 24px;
  line-height: normal;
  vertical-align: middle;
}

/* line 237, Content/ht-theme/layout/_header.scss */
header .navbar-nav {
  position: relative;
  margin-left: 8rem;
}

/* line 243, Content/ht-theme/layout/_header.scss */
header .btn-header a {
  color: #3e526e;
  vertical-align: -webkit-baseline-middle;
  line-height: normal;
}

/* line 251, Content/ht-theme/layout/_header.scss */
header .header-search > input[type="text"] {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  max-width: 155px;
  width: 100%;
  height: 34px;
  padding: 0 20px;
  outline: none;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  border-radius: 34px;
  border-color: #bfbfbf;
  background: #ffffff;
  color: #3e526e;
  appearance: normal;
  -moz-appearance: none;
  -webkit-appearance: none;
  line-height: normal;
  margin-right: 25px;
}

/* line 275, Content/ht-theme/layout/_header.scss */
header .header-search > button {
  background: none;
  border: none;
  color: #6D6A69;
  font-size: 17px;
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 30px;
  top: 0px;
  width: 30px;
  z-index: 2;
}

/* line 293, Content/ht-theme/layout/_header.scss */
header .header-search.private #search-fld:focus {
  border-color: #64dfff;
}

/* line 298, Content/ht-theme/layout/_header.scss */
header .header-search.private .material-icons {
  color: #3e526e;
}

/* line 304, Content/ht-theme/layout/_header.scss */
header .header-dropdown-list {
  margin: 0;
  margin-right: 1rem;
  list-style: none;
  position: relative;
}

/* line 311, Content/ht-theme/layout/_header.scss */
header .header-dropdown-list a {
  color: #3e526e;
  text-decoration: none;
}

/* line 316, Content/ht-theme/layout/_header.scss */
header .header-dropdown-list > li {
  display: inline-block;
  padding-right: 5px;
  vertical-align: -webkit-baseline-middle;
}

/* line 321, Content/ht-theme/layout/_header.scss */
header .header-dropdown-list > li > .dropdown-toggle {
  margin-top: 0;
  display: block;
}

/* line 328, Content/ht-theme/layout/_header.scss */
header .header-dropdown-list.projects > li {
  position: relative;
  display: inline-block !important;
  padding-right: 2rem;
}

/* line 334, Content/ht-theme/layout/_header.scss */
header .header-dropdown-list.projects > li .dropdown-toggle span {
  white-space: nowrap;
}

/* line 337, Content/ht-theme/layout/_header.scss */
header .header-dropdown-list.projects > li .dropdown-toggle span div {
  text-align: right;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 45rem;
}

/* line 345, Content/ht-theme/layout/_header.scss */
header .header-dropdown-list.projects > li .dropdown-toggle:after {
  position: absolute;
  top: calc(50% - (1rem / 2));
  right: 0.5rem;
}

/* line 356, Content/ht-theme/layout/_header.scss */
header.scrolling .navbar {
  box-shadow: 0 3px 8px 0 rgba(56, 96, 165, 0.15);
}

@media (max-width: 1199.98px) {
  /* line 364, Content/ht-theme/layout/_header.scss */
  header .navbar-nav {
    margin-left: 1rem;
  }
  /* line 367, Content/ht-theme/layout/_header.scss */
  header .navbar-nav .material-icons {
    font-size: 20px;
  }
  /* line 372, Content/ht-theme/layout/_header.scss */
  header .header-search {
    display: none;
  }
  /* line 374, Content/ht-theme/layout/_header.scss */
  header .header-search > input[type="text"] {
    max-width: unset;
  }
  /* line 378, Content/ht-theme/layout/_header.scss */
  header .header-search > button {
    top: 10px;
    background-color: transparent;
    height: 29px;
    line-height: 29px;
    right: 2rem;
  }
  /* line 386, Content/ht-theme/layout/_header.scss */
  header .header-search .material-icons {
    font-size: 24px;
  }
  /* line 393, Content/ht-theme/layout/_header.scss */
  header .btn-header a .material-icons {
    vertical-align: middle;
    font-size: 24px;
  }
  /* line 400, Content/ht-theme/layout/_header.scss */
  header .header-dropdown-list {
    margin-right: 1rem;
  }
  /* line 404, Content/ht-theme/layout/_header.scss */
  header #search-mobile {
    display: block;
    margin-left: 0;
    margin-right: 20px;
  }
  /* line 412, Content/ht-theme/layout/_header.scss */
  .search-mobile .header-search {
    background: #ffffff;
  }
  /* line 416, Content/ht-theme/layout/_header.scss */
  .search-mobile #search-mobile {
    display: none;
  }
}

@media (max-width: 575.98px) {
  /* line 424, Content/ht-theme/layout/_header.scss */
  header .navbar-nav {
    margin-left: 1rem;
    position: static;
  }
  /* line 428, Content/ht-theme/layout/_header.scss */
  header .navbar-nav .ajax-dropdown {
    left: 20px;
    right: 20px;
    width: auto;
    top: 3.5rem;
  }
  /* line 435, Content/ht-theme/layout/_header.scss */
  header .navbar-nav .text-last-updated {
    font-size: 0.825rem;
  }
}

@media (max-width: 1199.98px) {
  /*.header-dropdown-list {
        &:not(.d-xs-none) {
            display: block;
        }
    }*/
  /* line 450, Content/ht-theme/layout/_header.scss */
  .search-mobile #cancel-search-js {
    display: block;
    color: #ff003c;
    background-color: transparent;
  }
  /* line 456, Content/ht-theme/layout/_header.scss */
  .search-mobile .header-search {
    display: block;
    position: relative;
    top: -10px;
    /*width: 100%;*/
    height: 34px;
    background: #ffffff;
    padding: 0 2px;
    box-sizing: border-box;
    /*left: 0px;*/
  }
  /* line 467, Content/ht-theme/layout/_header.scss */
  .search-mobile .header-search #search-fld {
    -webkit-transition: ease width .5s;
    -moz-transition: ease width .5s;
    transition: ease width .5s;
    max-width: 155px;
    width: 100%;
  }
  /* line 474, Content/ht-theme/layout/_header.scss */
  .search-mobile .header-search #search-fld:focus {
    width: 100%;
    max-width: unset;
  }
  /* line 482, Content/ht-theme/layout/_header.scss */
  .search-mobile .header-dropdown-list:not(.d-xs-none) {
    display: none;
  }
  /* line 487, Content/ht-theme/layout/_header.scss */
  .search-mobile .search {
    position: absolute;
    height: 65px;
    top: 1.964rem;
  }
  /* line 496, Content/ht-theme/layout/_header.scss */
  header .header-search input[type=text] {
    height: 2.429rem;
    /*margin-top: 0.714rem;*/
  }
  /* line 501, Content/ht-theme/layout/_header.scss */
  header .header-search > button, header .header-search > #cancel-search-js {
    position: absolute;
    top: 0.8rem;
    /*right: 32px;*/
  }
  /* line 507, Content/ht-theme/layout/_header.scss */
  header .header-search > #cancel-search-js {
    right: 0.5rem;
  }
  /* line 511, Content/ht-theme/layout/_header.scss */
  header .header-search.private {
    position: absolute;
    top: 18px;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 0 10px;
  }
  /* line 519, Content/ht-theme/layout/_header.scss */
  header .header-search.private #search-fld {
    max-width: 100%;
    padding-right: 50px;
  }
  /* line 523, Content/ht-theme/layout/_header.scss */
  header .header-search.private #search-fld:focus {
    border-color: #64dfff;
  }
  /* line 528, Content/ht-theme/layout/_header.scss */
  header .header-search.private > button {
    top: 2px;
    right: 40px;
  }
  /* line 533, Content/ht-theme/layout/_header.scss */
  header .header-search.private > #cancel-search-js {
    top: 2px;
    right: 16px;
  }
  /* line 538, Content/ht-theme/layout/_header.scss */
  header .header-search.private .material-icons {
    color: #3e526e;
  }
  /* line 542, Content/ht-theme/layout/_header.scss */
  header .header-search.private > input[type="text"] {
    margin-top: 0px;
  }
}

/*header {
    height: 65px;*/
/* 65 + 5px */
/*position: sticky !important;
    -webkit-position: sticky !important;*/
/* negative top allows for 15 pixels of movement before sticking */
/*top: -5px;*/
/* make sure header overlaps main*/
/*z-index: 9999;
    color: $white;
    text-align: center;*/
/* fix weird flickering issue in chrome: https://stackoverflow.com/a/22224884/286685 */
/*-webkit-backface-visibility: hidden;
}*/
/* PSEUDO ELEMENTS to create drop-shadow */
/*header::before,
header::after {
    content: '';
    display: block;
    height: 5px;*/
/* make pseudo elements sticky as well */
/*position: sticky !important;
    -webkit-position: sticky !important;
}*/
/* SHADOW */
/*header::before {
    top: 60px;*/
/* shadow is at bottom of element, so at 60 + 5 = 65px */
/*box-shadow: 0 3px 8px 0 rgba(56, 96, 165, 0.15);
}*/
/* COVER */
/*header::after {*/
/* linear gradient from background color to transparent acts as
     a transition effect so the shadow appears gradually */
/*background: #fff;
    top: 0;*/
/* cover should fall over shadow */
/*z-index: 2;
}

header > nav {
    height: 65px;*/
/*padding: 20px;*/
/*position: sticky !important;
    -webkit-position: sticky !important;
    top: 0px;*/
/* compensate for shadow with negative margin */
/*margin-top: -5px;*/
/* content should fall over shadow and cover */
/*z-index: 3;
}*/
/* line 2, Content/ht-theme/layout/_private-menu.scss */
#left-panel {
  color: #ffffff;
  /*max-width: 19.063rem;*/
  width: 305px;
  background-color: #3e526e;
  font-size: 1.071rem;
  font-weight: 300;
  top: 65px;
  bottom: 0px;
  position: fixed;
  /*overflow-y: auto;*/
  /*min-height: 90vh !important;*/
  padding-top: 0.5rem;
}

/* line 16, Content/ht-theme/layout/_private-menu.scss */
#left-panel .material-icons, #left-panel .ht-icons {
  vertical-align: middle;
  line-height: 1.5rem;
  position: absolute;
  margin-left: -2rem;
  top: 0.875rem;
}

/* line 26, Content/ht-theme/layout/_private-menu.scss */
#left-panel .login-info a {
  vertical-align: middle;
  color: #ffffff;
  text-decoration: none;
  width: 100%;
  padding: 0.75rem 3rem 0.531rem 4.5rem;
  padding-left: 4.5rem;
  position: relative;
  line-height: 1.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 15rem;
  display: inline-block;
  cursor: default;
}

/* line 42, Content/ht-theme/layout/_private-menu.scss */
#left-panel .login-info a > * {
  vertical-align: middle;
}

/* line 46, Content/ht-theme/layout/_private-menu.scss */
#left-panel .login-info a img {
  margin-right: 0.714rem;
  position: initial;
  margin-left: -2.875rem;
  width: 1.714rem;
}

/* line 55, Content/ht-theme/layout/_private-menu.scss */
#left-panel .beta-version {
  height: 1.25rem;
  margin-left: 0.37rem;
  margin-top: -0.125rem;
}

/* line 61, Content/ht-theme/layout/_private-menu.scss */
#left-panel nav {
  position: relative;
}

/* line 64, Content/ht-theme/layout/_private-menu.scss */
#left-panel nav ul {
  list-style: none;
  padding-left: 0;
}

/* line 69, Content/ht-theme/layout/_private-menu.scss */
#left-panel nav > ul {
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 85vh;
  margin-bottom: 50%;
}

/* line 70, Content/ht-theme/layout/_private-menu.scss */
#left-panel nav > ul::-webkit-scrollbar {
  display: none;
}

/* line 81, Content/ht-theme/layout/_private-menu.scss */
#left-panel nav > ul > li {
  padding: 0px;
  line-height: 1.5rem;
  background-color: #3e526e;
  /*padding-left: 34px;*/
  position: static;
}

/* line 84, Content/ht-theme/layout/_private-menu.scss */
#left-panel nav > ul > li a {
  margin: 0px;
  display: block;
  width: 100%;
  height: 100%;
}

/* line 97, Content/ht-theme/layout/_private-menu.scss */
#left-panel nav > ul > li > ul.submenu {
  /*margin-left: -30px;*/
  display: none;
}

/* line 101, Content/ht-theme/layout/_private-menu.scss */
#left-panel nav > ul > li > ul.submenu > li {
  padding: 0px;
}

/* line 104, Content/ht-theme/layout/_private-menu.scss */
#left-panel nav > ul > li > ul.submenu > li > a {
  /*padding-left: 34px;*/
  display: inline-block;
  word-break: break-word;
  padding-right: 15px;
  width: 100%;
  line-height: 1.5;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin: 0px;
  padding-left: 4.5rem;
  width: 100%;
  height: 100%;
}

/* line 123, Content/ht-theme/layout/_private-menu.scss */
#left-panel nav > ul > li i.pull-down {
  color: #ffffff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* line 131, Content/ht-theme/layout/_private-menu.scss */
#left-panel nav > ul > li.expanded {
  background-color: #304157;
}

/* line 134, Content/ht-theme/layout/_private-menu.scss */
#left-panel nav > ul > li.expanded > ul > li {
  background-color: #506788;
}

/* line 137, Content/ht-theme/layout/_private-menu.scss */
#left-panel nav > ul > li.expanded > ul > li:hover {
  -webkit-box-shadow: inset 13px 0 0 -10px #00b4e3;
  box-shadow: inset 13px 0 0 -10px #00b4e3;
  background-color: #304157;
}

/* line 145, Content/ht-theme/layout/_private-menu.scss */
#left-panel nav > ul > li.expanded i.pull-down {
  color: #00b4e3;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/* line 155, Content/ht-theme/layout/_private-menu.scss */
#left-panel nav > ul > li:hover:not(.expanded) {
  -webkit-box-shadow: inset 13px 0 0 -10px #00b4e3;
  box-shadow: inset 13px 0 0 -10px #00b4e3;
  background-color: #304157;
}

/* line 162, Content/ht-theme/layout/_private-menu.scss */
#left-panel nav > ul > li:last-child {
  margin-bottom: 50px;
}

@media (max-width: 1199.98px) {
  /* line 168, Content/ht-theme/layout/_private-menu.scss */
  #left-panel nav > ul > li:last-child {
    margin-bottom: 150px;
  }
}

/* line 174, Content/ht-theme/layout/_private-menu.scss */
#left-panel nav > ul .menu-item-parent {
  position: relative;
  padding: 0.75rem 3rem 0.75rem 4.5rem;
  /*padding-left: 4rem;*/
  /*padding-right: 3rem;*/
  line-height: 1.5rem;
  /*padding-top: 0.75rem;
                padding-bottom: 0.75rem;*/
}

/* line 183, Content/ht-theme/layout/_private-menu.scss */
#left-panel nav > ul .menu-item-parent i.pull-down {
  position: absolute;
  right: 15px;
  cursor: default;
  font-size: 1.614rem;
  top: 0.857rem;
}

/* line 193, Content/ht-theme/layout/_private-menu.scss */
#left-panel nav > ul a {
  color: #ffffff;
  vertical-align: middle;
  text-decoration: none;
  width: 100%;
  font-weight: 300;
  display: inline-block;
}

/* line 194, Content/ht-theme/layout/_private-menu.scss */
#left-panel nav > ul a > i {
  margin-right: 15px;
}

/* line 209, Content/ht-theme/layout/_private-menu.scss */
.hidden-menu #left-panel {
  position: fixed;
  left: -304px;
  z-index: 2;
  transition: left 0.3s ease-in;
}

/* line 215, Content/ht-theme/layout/_private-menu.scss */
.hidden-menu #left-panel:hover {
  left: 0;
  transition: left 0.3s ease-out;
}

@media (max-width: 1199.98px) {
  /* line 222, Content/ht-theme/layout/_private-menu.scss */
  #left-panel {
    position: fixed;
    left: -305px;
  }
  /* line 228, Content/ht-theme/layout/_private-menu.scss */
  .hidden-menu #left-panel {
    left: 0px;
  }
  /* line 232, Content/ht-theme/layout/_private-menu.scss */
  .hidden-menu #content {
    position: static;
  }
  /* line 238, Content/ht-theme/layout/_private-menu.scss */
  .minified #left-panel {
    position: fixed;
    left: initial;
  }
}

/* line 1, Content/ht-theme/layout/_main.scss */
#main {
  display: block;
  margin-left: 305px;
  padding: 0;
  min-height: 500px;
  color: #3e526e;
}

/* line 10, Content/ht-theme/layout/_main.scss */
.hidden-menu #main {
  margin-left: 1px;
}

/* line 15, Content/ht-theme/layout/_main.scss */
#menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  outline: 0;
  background-color: #3e526e;
  opacity: 40%;
  display: none;
  z-index: -10000;
  width: 0%;
  height: 0%;
}

@media (max-width: 1199.98px) {
  /* line 30, Content/ht-theme/layout/_main.scss */
  #main {
    margin-left: 0;
  }
  /* line 34, Content/ht-theme/layout/_main.scss */
  .hidden-menu #main {
    margin-left: 0;
  }
  /* line 37, Content/ht-theme/layout/_main.scss */
  .hidden-menu #main #content {
    left: 0;
    width: 100%;
    position: fixed;
  }
  /* line 44, Content/ht-theme/layout/_main.scss */
  #menu-overlay {
    z-index: 1;
    width: 100%;
    height: 100%;
  }
}

/* line 1, Content/ht-theme/layout/_content.scss */
#content {
  padding-top: 18px;
  padding-left: 25px;
  padding-right: 25px;
}

@media (max-width: 1199.98px) {
  /* line 8, Content/ht-theme/layout/_content.scss */
  #content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*
 * MINIFIED MENU
 */
/* line 5, Content/ht-theme/layout/_minified.scss */
.minifyme {
  background: #00b4e3;
  text-align: center;
  padding-top: 1px;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  /*right: -3px;*/
  border-radius: 14px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.1s linear 0s;
  bottom: 0;
  /*right: -18px;*/
  position: absolute;
  color: #ffffff;
  top: 17px;
  left: 293px;
  opacity: 0;
  transition: opacity 0.5s;
}

/* line 27, Content/ht-theme/layout/_minified.scss */
.minifyme span.fa {
  font-weight: 600;
}

/* line 31, Content/ht-theme/layout/_minified.scss */
.minifyme:hover {
  background: #0dcdff;
  /*right: 0px;*/
}

/* line 38, Content/ht-theme/layout/_minified.scss */
.minified #left-panel {
  width: 90px;
  overflow: visible;
  position: absolute;
  bottom: unset;
}

/* line 44, Content/ht-theme/layout/_minified.scss */
.minified #left-panel .beta-version {
  height: 0.90rem;
  top: 0.55em;
  left: 3.0rem;
  position: absolute;
}

/* line 52, Content/ht-theme/layout/_minified.scss */
.minified #left-panel nav > ul {
  overflow: visible;
  max-height: unset;
}

/* line 58, Content/ht-theme/layout/_minified.scss */
.minified #left-panel .minifyme {
  /*right: -18px !important;*/
  position: absolute;
  /*right: -3px;*/
  /*margin: 0;*/
  /*top: -30px;*/
  left: 78px;
  transition: none;
  opacity: 1;
}

/* line 68, Content/ht-theme/layout/_minified.scss */
.minified #left-panel .minifyme .fa {
  left: 1px;
}

/* line 71, Content/ht-theme/layout/_minified.scss */
.minified #left-panel .minifyme .fa:before {
  content: "\f105";
}

/* line 77, Content/ht-theme/layout/_minified.scss */
.minified #left-panel .login-info {
  padding-right: 65px;
  margin-bottom: 0 !important;
  height: 38px;
  /*border-bottom: 1px solid #181818;*/
}

/* line 83, Content/ht-theme/layout/_minified.scss */
.minified #left-panel .login-info a {
  /*display: none;*/
}

/* line 85, Content/ht-theme/layout/_minified.scss */
.minified #left-panel .login-info a i {
  margin-left: -2.375rem !important;
}

/* line 89, Content/ht-theme/layout/_minified.scss */
.minified #left-panel .login-info a .user-text {
  display: none;
}

/* line 94, Content/ht-theme/layout/_minified.scss */
.minified #left-panel .login-info span {
  padding: 0px 5px;
  text-align: center;
}

/* line 99, Content/ht-theme/layout/_minified.scss */
.minified #left-panel .login-info img {
  margin-left: -2.15rem;
  width: 1.714rem;
}

/* line 108, Content/ht-theme/layout/_minified.scss */
.minified #left-panel .menu-item-parent {
  padding: 0.75rem 2.5rem;
}

/* line 112, Content/ht-theme/layout/_minified.scss */
.minified #left-panel .menu-item-parent a .material-icons, .minified #left-panel .menu-item-parent a .ht-icons {
  position: relative !important;
  top: unset !important;
}

/* line 119, Content/ht-theme/layout/_minified.scss */
.minified #left-panel .menu-item-parent i.pull-down {
  display: none;
}

/* line 128, Content/ht-theme/layout/_minified.scss */
.minified #left-panel nav > ul > li {
  overflow: visible;
  position: relative;
  padding-right: 55px;
}

/* line 133, Content/ht-theme/layout/_minified.scss */
.minified #left-panel nav > ul > li > a.menu-item-parent {
  position: relative;
}

/* line 136, Content/ht-theme/layout/_minified.scss */
.minified #left-panel nav > ul > li > a.menu-item-parent .menu-item-parent-text {
  display: none;
}

/* line 140, Content/ht-theme/layout/_minified.scss */
.minified #left-panel nav > ul > li > a.menu-item-parent i {
  display: block;
  width: auto;
  text-align: center;
  padding: 0;
  position: relative;
  top: unset;
  margin-left: -0.1rem;
}

/* line 151, Content/ht-theme/layout/_minified.scss */
.minified #left-panel nav > ul > li > .menu-item-parent > a > .menu-item-parent-text, .minified #left-panel nav > ul > li > .menu-item-parent > .menu-item-parent-text {
  /*display: none;*/
  position: absolute;
  left: 55px;
  top: -11px;
  width: 280px;
  height: 42px;
  background-color: #3e526e;
  z-index: 5;
  padding-left: 34px;
  border-top-right-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(56, 96, 165, 0.15);
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 1rem;
}

/* line 171, Content/ht-theme/layout/_minified.scss */
.minified #left-panel nav > ul > li > .menu-item-parent {
  line-height: 1;
}

/* line 174, Content/ht-theme/layout/_minified.scss */
.minified #left-panel nav > ul > li > .menu-item-parent a {
  position: relative;
}

/* line 178, Content/ht-theme/layout/_minified.scss */
.minified #left-panel nav > ul > li > .menu-item-parent > .menu-item-parent-text {
  /*display: none;*/
  left: 90px;
  top: 0;
}

/* line 185, Content/ht-theme/layout/_minified.scss */
.minified #left-panel nav > ul > li > .menu-item-parent:last-child > .menu-item-parent-text {
  border-bottom-right-radius: 8px;
}

/* line 190, Content/ht-theme/layout/_minified.scss */
.minified #left-panel nav > ul > li > .menu-item-parent > a i {
  display: block;
  width: auto;
  text-align: center;
  padding: 0;
}

/* line 197, Content/ht-theme/layout/_minified.scss */
.minified #left-panel nav > ul > li > .menu-item-parent > a > i {
  text-align: center;
  margin: 0;
  display: block;
}

/* line 203, Content/ht-theme/layout/_minified.scss */
.minified #left-panel nav > ul > li > .menu-item-parent > a .menu-item-parent-text {
  display: none;
}

/* line 207, Content/ht-theme/layout/_minified.scss */
.minified #left-panel nav > ul > li > .menu-item-parent > a > b {
  display: none;
}

/* line 211, Content/ht-theme/layout/_minified.scss */
.minified #left-panel nav > ul > li > .menu-item-parent > a > .menu-item-parent-text {
  /*display: none;*/
}

/* line 220, Content/ht-theme/layout/_minified.scss */
.minified #left-panel nav > ul > li > .menu-item-parent:only-child > a > .menu-item-parent-text {
  border-bottom-right-radius: 8px;
}

/* line 226, Content/ht-theme/layout/_minified.scss */
.minified #left-panel nav > ul > li > ul {
  display: none !important;
  position: absolute;
  left: 90px;
  width: 280px;
  z-index: 5;
}

/* line 227, Content/ht-theme/layout/_minified.scss */
.minified #left-panel nav > ul > li > ul.submenu {
  border-bottom-right-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(56, 96, 165, 0.15);
}

/* line 231, Content/ht-theme/layout/_minified.scss */
.minified #left-panel nav > ul > li > ul.submenu > li {
  padding-left: 0 !important;
}

/* line 234, Content/ht-theme/layout/_minified.scss */
.minified #left-panel nav > ul > li > ul.submenu > li > a {
  padding-left: 34px;
}

/* line 238, Content/ht-theme/layout/_minified.scss */
.minified #left-panel nav > ul > li > ul.submenu > li:last-child {
  border-bottom-right-radius: 8px;
}

/* line 244, Content/ht-theme/layout/_minified.scss */
.minified #left-panel nav > ul > li > ul::before {
  left: 12px;
  border-left: none;
}

/* line 255, Content/ht-theme/layout/_minified.scss */
.minified #left-panel nav > ul > li > ul > li {
  background-color: #506788;
  min-height: 38px;
  /*> a {
                                padding-top: 0;
                            }*/
}

/* line 260, Content/ht-theme/layout/_minified.scss */
.minified #left-panel nav > ul > li > ul > li > ul > li {
  background-color: #484B50;
}

/* line 263, Content/ht-theme/layout/_minified.scss */
.minified #left-panel nav > ul > li > ul > li > ul > li > a {
  padding-top: 7px;
  padding-bottom: 7px;
}

/* line 268, Content/ht-theme/layout/_minified.scss */
.minified #left-panel nav > ul > li > ul > li > ul > li a {
  padding-top: 6px;
  padding-bottom: 6px;
}

/* line 277, Content/ht-theme/layout/_minified.scss */
.minified #left-panel nav > ul > li > ul > li:hover {
  -webkit-box-shadow: inset 13px 0 0 -10px #00b4e3;
  box-shadow: inset 13px 0 0 -10px #00b4e3;
  background-color: #304157;
}

/* line 288, Content/ht-theme/layout/_minified.scss */
.minified #left-panel nav > ul > li:hover > div a > .menu-item-parent-text,
.minified #left-panel nav > ul > li:hover > a > .menu-item-parent-text {
  display: block !important;
}

/* line 293, Content/ht-theme/layout/_minified.scss */
.minified #left-panel nav > ul > li:hover > ul {
  display: block !important;
}

/* line 299, Content/ht-theme/layout/_minified.scss */
.minified #left-panel nav > ul > ul {
  min-height: 100px !important;
  max-height: 180px !important;
  overflow-y: scroll;
  overflow-x: hidden;
  background: #ed1c24 !important;
}

/* line 309, Content/ht-theme/layout/_minified.scss */
.minified #left-panel nav > ul > li.active > a::before {
  content: "\f0d9";
}

/* line 317, Content/ht-theme/layout/_minified.scss */
.minified #left-panel nav > ul ul li::before {
  left: 12px;
  border: none;
}

/* line 327, Content/ht-theme/layout/_minified.scss */
.minified #left-panel nav ul > li > a {
  /*padding: 10px 11px;*/
  display: block;
}

/* line 334, Content/ht-theme/layout/_minified.scss */
.minified #left-panel nav ul > li > ul > li > ul {
  position: relative;
  left: 13px;
  border: none;
  width: auto;
  margin-left: -12px;
  width: 197px;
}

/* line 348, Content/ht-theme/layout/_minified.scss */
.minified #left-panel nav ul ul li a {
  padding-left: 14px;
}

/* line 353, Content/ht-theme/layout/_minified.scss */
.minified #left-panel nav ul ul li li a {
  padding-left: 25px;
}

/* line 362, Content/ht-theme/layout/_minified.scss */
.minified #left-panel nav ul ul ul ul li a {
  padding-left: 45px;
}

/* line 369, Content/ht-theme/layout/_minified.scss */
.minified #left-panel nav ul ul ul ul ul li a {
  padding-left: 62px;
}

/* line 376, Content/ht-theme/layout/_minified.scss */
.minified #left-panel nav ul ul ul ul ul ul li a {
  padding-left: 82px;
}

/* line 389, Content/ht-theme/layout/_minified.scss */
.minified .inbox-badge {
  border-radius: 50%;
  font-size: 9px;
  padding: 2px;
  position: absolute;
  top: 6px;
  right: 6px;
  background: #ED1C24;
  min-width: 13px;
}

/* line 400, Content/ht-theme/layout/_minified.scss */
.minified #main {
  margin-left: 90px;
}

/* line 404, Content/ht-theme/layout/_minified.scss */
.minified .slimScrollDiv {
  overflow: visible !important;
}

/* line 407, Content/ht-theme/layout/_minified.scss */
> .minified .slimScrollDiv:first-child {
  overflow: visible !important;
}

/* line 412, Content/ht-theme/layout/_minified.scss */
.minified .slimScrollBar {
  display: none;
}

/* line 416, Content/ht-theme/layout/_minified.scss */
.minified .slimScrollRail {
  display: none;
}

/* line 423, Content/ht-theme/layout/_minified.scss */
.slimScrollDiv {
  overflow: hidden;
}

/* line 426, Content/ht-theme/layout/_minified.scss */
> .slimScrollDiv:first-child {
  overflow: hidden;
}

/* line 431, Content/ht-theme/layout/_minified.scss */
.hidden-menu .minifyme {
  display: none;
}

/* line 434, Content/ht-theme/layout/_minified.scss */
.minified #hide-menu {
  display: none;
}

/*#left-panel {
    &:hover {
        .minifyme {
            opacity: 1;
        }
    }
}*/
/* line 448, Content/ht-theme/layout/_minified.scss */
#left-panel:hover .minifyme {
  opacity: 1;
}

/* line 11, Content/ht-theme/layout/_collapse-menu.scss */
.collapse-menu {
  width: 26px;
  height: 16px;
  position: relative;
  display: block;
  vertical-align: middle;
}

/* line 18, Content/ht-theme/layout/_collapse-menu.scss */
.collapse-menu span {
  display: block;
  background: #3e526e;
  width: 26px;
  height: 3px;
  position: absolute;
  left: 0;
  border-radius: 1.5px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

/* line 30, Content/ht-theme/layout/_collapse-menu.scss */
.collapse-menu span:nth-child(1) {
  top: 0;
}

/* line 34, Content/ht-theme/layout/_collapse-menu.scss */
.collapse-menu span:nth-child(2) {
  top: 50%;
}

/* line 38, Content/ht-theme/layout/_collapse-menu.scss */
.collapse-menu span:nth-child(3) {
  top: 100%;
}

/* line 44, Content/ht-theme/layout/_collapse-menu.scss */
.collapse-menu:hover :nth-child(1), .collapse-menu:focus :nth-child(1) {
  transform: translateY(-1.5px);
  -webkit-transform: translateY(-1.5px);
  -moz-transform: translateY(-1.5px);
}

/* line 50, Content/ht-theme/layout/_collapse-menu.scss */
.collapse-menu:hover :nth-child(3), .collapse-menu:focus :nth-child(3) {
  transform: translateY(1.5px);
  -webkit-transform: translateY(1.5px);
  -moz-transform: translateY(1.5px);
}

/* line 58, Content/ht-theme/layout/_collapse-menu.scss */
.collapse-menu.collapsed > * {
  background: #7891b3;
}

/* line 2, Content/ht-theme/layout/_languageSection.scss */
#languageAnnouncementText .splash-header1 {
  color: #3e526e;
  leading-trim: both;
  text-edge: cap;
  font-weight: 700;
  line-height: 20px;
  /* 125% */
  font-size: 16px;
}

/* line 11, Content/ht-theme/layout/_languageSection.scss */
#languageAnnouncementText .splash-header2 {
  color: rgba(62, 82, 110, 0.5);
  leading-trim: both;
  text-edge: cap;
  font-weight: 500;
  line-height: 20px;
}

/* line 22, Content/ht-theme/layout/_languageSection.scss */
.splash-title {
  display: inline-flex;
  padding: 5px 10px 5px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  background: #00b4e3;
  color: #ffffff;
  leading-trim: both;
  text-edge: cap;
}

/* line 35, Content/ht-theme/layout/_languageSection.scss */
.modal-content {
  top: 2rem;
}

/* line 39, Content/ht-theme/layout/_languageSection.scss */
.language-selection-list {
  max-height: 50vh;
  margin-right: -12px;
  padding-right: 12px;
  overflow-y: auto;
  overflow-x: hidden;
}

/* line 47, Content/ht-theme/layout/_languageSection.scss */
.language-search-field-group {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* line 52, Content/ht-theme/layout/_languageSection.scss */
.language-search-field-group .language-search-input {
  max-width: none;
  max-width: unset;
  display: block;
  border-radius: 1.143rem;
  padding-left: 2rem;
}

/* line 60, Content/ht-theme/layout/_languageSection.scss */
.language-search-field-group .material-icons {
  position: absolute;
  right: 1rem;
  top: 0.571rem;
  z-index: 5;
  cursor: pointer;
}

/* line 71, Content/ht-theme/layout/_languageSection.scss */
.language-selection-link a {
  border-radius: 6px;
  border: 1px solid rgba(198, 215, 235, 0.5);
}

/* line 76, Content/ht-theme/layout/_languageSection.scss */
.language-selection-link .current-culture {
  border: 1px solid #00b4e3;
  box-shadow: inset 0px 0px 0px 1px #00b4e3;
}

/* line 81, Content/ht-theme/layout/_languageSection.scss */
.language-selection-link .flag-col {
  min-width: 36px;
}

/* line 84, Content/ht-theme/layout/_languageSection.scss */
.language-selection-link .flag-col .flag {
  width: 28px;
}

/* line 89, Content/ht-theme/layout/_languageSection.scss */
.language-selection-link .language {
  font-weight: 600;
  cursor: pointer;
}

/* line 94, Content/ht-theme/layout/_languageSection.scss */
.language-selection-link .country {
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  color: #3E526E80;
}

/* line 102, Content/ht-theme/layout/_languageSection.scss */
.language-selection-list-public {
  max-height: 90vh;
  overflow-y: auto;
  overflow-x: hidden;
}

/* line 107, Content/ht-theme/layout/_languageSection.scss */
.language-selection-list-public .dropdown-item {
  margin-right: 1rem;
}

@media (max-width: 419.99px) {
  /* line 2, Content/ht-theme/layout/_mobilelayout.scss */
  .dashboard-section .table {
    font-size: 0.7rem;
    /*margin-left:-5px;
    margin-right:-5px;*/
  }
  /* line 8, Content/ht-theme/layout/_mobilelayout.scss */
  .dashboard-section .table .badge, .dashboard-section .table .select2-results__message,
.dashboard-section .table .alert,
.dashboard-section .table th .btn,
.dashboard-section .table th #tg-dialog-next-btn,
.dashboard-section .table th #tg-dialog-prev-btn {
    font-size: 0.6rem;
  }
  /* line 15, Content/ht-theme/layout/_mobilelayout.scss */
  .dashboard-section .table .badge-na {
    font-size: 0.8rem;
  }
  /* line 19, Content/ht-theme/layout/_mobilelayout.scss */
  .dashboard-section .table .badge-status .badge-status-icon {
    font-size: 1rem;
  }
}

@media (min-width: 420px) and (max-width: 539.99px) {
  /* line 26, Content/ht-theme/layout/_mobilelayout.scss */
  .dashboard-section .table {
    font-size: 0.81rem;
    /*margin-left:-5px;
    margin-right:-5px;*/
  }
  /* line 32, Content/ht-theme/layout/_mobilelayout.scss */
  .dashboard-section .table .badge, .dashboard-section .table .select2-results__message,
.dashboard-section .table .alert,
.dashboard-section .table th .btn,
.dashboard-section .table th #tg-dialog-next-btn,
.dashboard-section .table th #tg-dialog-prev-btn {
    font-size: 0.7rem;
  }
  /* line 39, Content/ht-theme/layout/_mobilelayout.scss */
  .dashboard-section .table .badge-na {
    font-size: 0.8rem;
  }
  /* line 43, Content/ht-theme/layout/_mobilelayout.scss */
  .dashboard-section .table .badge-status .badge-status-icon {
    font-size: 1rem;
  }
}

/* custom mobile-specific styles to tweak margin and sizing*/
@media (max-width: 539.99px) {
  /* line 51, Content/ht-theme/layout/_mobilelayout.scss */
  .col-form-label, .card.card-plain > span, .checkbox {
    padding-top: 0px;
    padding-bottom: 3px;
    margin-bottom: 0.1rem;
  }
  /* line 57, Content/ht-theme/layout/_mobilelayout.scss */
  .form-group {
    margin-bottom: 0.6rem;
  }
  /* line 61, Content/ht-theme/layout/_mobilelayout.scss */
  .form-horizontal {
    overflow: hidden;
  }
  /* line 65, Content/ht-theme/layout/_mobilelayout.scss */
  .dashboard-section {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  /* line 70, Content/ht-theme/layout/_mobilelayout.scss */
  .dashboard-section .card-title {
    line-height: 1.5;
    font-size: 1.0rem;
  }
  /* line 76, Content/ht-theme/layout/_mobilelayout.scss */
  .dashboard-section .card-title {
    align-items: center;
  }
  /* line 80, Content/ht-theme/layout/_mobilelayout.scss */
  .table th, .table td {
    padding-left: 0.6em;
    padding-right: 0.6em;
  }
  /* line 85, Content/ht-theme/layout/_mobilelayout.scss */
  #content {
    padding-left: 5px !important;
    /*important is bad, but we already have some theme styles that might override this*/
    padding-right: 5px !important;
  }
  /* line 90, Content/ht-theme/layout/_mobilelayout.scss */
  table.full-table tr th:first-child, table.full-table tr td:first-child, table.full-width-table tr th:first-child, table.full-width-table tr td:first-child {
    padding-left: 10px;
  }
  /* line 94, Content/ht-theme/layout/_mobilelayout.scss */
  table.full-table tr th:last-child, table.full-table tr td:last-child, table.full-width-table tr th:last-child, table.full-width-table tr td:last-child {
    padding-left: 10px;
  }
  /* line 98, Content/ht-theme/layout/_mobilelayout.scss */
  .card-body {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 103, Content/ht-theme/layout/_mobilelayout.scss */
  .card .card {
    margin-bottom: 1rem;
  }
  /* line 107, Content/ht-theme/layout/_mobilelayout.scss */
  .card {
    margin-bottom: 1.5rem;
  }
  /* line 111, Content/ht-theme/layout/_mobilelayout.scss */
  .dashboard-section .card-title {
    padding-left: 10px;
  }
}

@media (min-width: 540px) and (max-width: 767.99px) {
  /* line 119, Content/ht-theme/layout/_mobilelayout.scss */
  .form-horizontal {
    overflow: hidden;
  }
  /* line 123, Content/ht-theme/layout/_mobilelayout.scss */
  .dashboard-section {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  /* line 128, Content/ht-theme/layout/_mobilelayout.scss */
  .dashboard-section .card-title {
    padding-left: 10px;
  }
  /* line 132, Content/ht-theme/layout/_mobilelayout.scss */
  #content {
    padding-left: 15px !important;
    /*important is bad, but we already have some theme styles using media queries that might override this*/
    padding-right: 15px !important;
  }
  /* line 137, Content/ht-theme/layout/_mobilelayout.scss */
  table.full-table tr th:first-child, table.full-table tr td:first-child, table.full-width-table tr th:first-child, table.full-width-table tr td:first-child {
    padding-left: 15px;
  }
  /* line 141, Content/ht-theme/layout/_mobilelayout.scss */
  table.full-table tr th:last-child, table.full-table tr td:last-child, table.full-width-table tr th:last-child, table.full-width-table tr td:last-child {
    padding-right: 15px;
  }
}

/* line 146, Content/ht-theme/layout/_mobilelayout.scss */
#content {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 767.99px) {
  /* line 152, Content/ht-theme/layout/_mobilelayout.scss */
  .breadcrumb {
    padding-top: 0.0rem;
  }
}

/* line 1, Content/toastr.scss */
.toast-title {
  font-weight: bold;
}

/* line 4, Content/toastr.scss */
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

/* line 8, Content/toastr.scss */
.toast-message a,
.toast-message label {
  color: #ffffff;
}

/* line 12, Content/toastr.scss */
.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}

/* line 16, Content/toastr.scss */
.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);
}

/* line 30, Content/toastr.scss */
.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="#"`.*/
/* line 42, Content/toastr.scss */
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 49, Content/toastr.scss */
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

/* line 54, Content/toastr.scss */
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

/* line 59, Content/toastr.scss */
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

/* line 64, Content/toastr.scss */
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

/* line 69, Content/toastr.scss */
.toast-top-left {
  top: 12px;
  left: 12px;
}

/* line 73, Content/toastr.scss */
.toast-top-right {
  top: 12px;
  right: 12px;
}

/* line 77, Content/toastr.scss */
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

/* line 81, Content/toastr.scss */
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

/* line 85, Content/toastr.scss */
#toast-container,
#toast-container-reward {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}

/* line 91, Content/toastr.scss */
#toast-container *,
#toast-container-reward * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 97, Content/toastr.scss */
#toast-container > div,
#toast-container-reward > 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: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
}

/* line 120, Content/toastr.scss */
#toast-container > :hover,
#toast-container-reward > :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;
}

/* line 130, Content/toastr.scss */
#toast-container > .toast-info,
#toast-container-reward > .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;
}

/* line 134, Content/toastr.scss */
#toast-container > .toast-error,
#toast-container-reward > .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;
}

/* line 138, Content/toastr.scss */
#toast-container > .toast-success,
#toast-container-reward > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

/* line 142, Content/toastr.scss */
#toast-container > .toast-warning,
#toast-container-reward > .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;
}

/* line 146, Content/toastr.scss */
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div,
#toast-container-reward.toast-top-center > div,
#toast-container-reward.toast-bottom-center > div {
  width: 300px;
  margin: auto;
}

/* line 153, Content/toastr.scss */
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div,
#toast-container-reward.toast-top-full-width > div,
#toast-container-reward.toast-bottom-full-width > div {
  width: 96%;
  margin: auto;
}

/* line 160, Content/toastr.scss */
.toast {
  background-color: #030303;
}

/* line 163, Content/toastr.scss */
.toast-success {
  background-color: #51a351;
}

/* line 166, Content/toastr.scss */
.toast-error {
  background-color: #bd362f;
}

/* line 169, Content/toastr.scss */
.toast-info {
  background-color: #2f96b4;
}

/* line 172, Content/toastr.scss */
.toast-warning {
  background-color: #f89406;
}

/* line 176, Content/toastr.scss */
.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) {
  /* line 189, Content/toastr.scss */
  #toast-container > div,
#toast-container-reward > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  /* line 194, Content/toastr.scss */
  #toast-container .toast-close-button,
#toast-container-reward .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  /* line 201, Content/toastr.scss */
  #toast-container > div,
#toast-container-reward > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  /* line 206, Content/toastr.scss */
  #toast-container .toast-close-button,
#toast-container-reward .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  /* line 213, Content/toastr.scss */
  #toast-container > div
#toast-container-reward > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

/* line 2, Content/ht-theme/layout/_newFeatureToastrInfo.scss */
.toast-info {
  background-color: #ffffff !important;
  border: 1px #C6D7EB80;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  border-radius: 15px !important;
  max-width: 540px !important;
  width: 96% !important;
}

/* Style for small devices */
@media (max-width: 600px) {
  /* line 13, Content/ht-theme/layout/_newFeatureToastrInfo.scss */
  .toast-info {
    max-width: 550px !important;
    width: 96% !important;
    margin: 0 auto !important;
  }
  /* line 19, Content/ht-theme/layout/_newFeatureToastrInfo.scss */
  .toast-row {
    margin-right: 0.5rem !important;
  }
}

/* line 25, Content/ht-theme/layout/_newFeatureToastrInfo.scss */
.colInfo {
  padding-left: 1px !important;
}

@media (max-width: 575.98px) {
  /* line 11, Content/ht-theme/utilities/_sizing.scss */
  .w-25 {
    width: 25% !important;
  }
  /* line 11, Content/ht-theme/utilities/_sizing.scss */
  .w-50 {
    width: 50% !important;
  }
  /* line 11, Content/ht-theme/utilities/_sizing.scss */
  .w-75 {
    width: 75% !important;
  }
  /* line 11, Content/ht-theme/utilities/_sizing.scss */
  .w-100 {
    width: 100% !important;
  }
  /* line 11, Content/ht-theme/utilities/_sizing.scss */
  .w-auto {
    width: auto !important;
  }
  /* line 11, Content/ht-theme/utilities/_sizing.scss */
  .h-25 {
    height: 25% !important;
  }
  /* line 11, Content/ht-theme/utilities/_sizing.scss */
  .h-50 {
    height: 50% !important;
  }
  /* line 11, Content/ht-theme/utilities/_sizing.scss */
  .h-75 {
    height: 75% !important;
  }
  /* line 11, Content/ht-theme/utilities/_sizing.scss */
  .h-100 {
    height: 100% !important;
  }
  /* line 11, Content/ht-theme/utilities/_sizing.scss */
  .h-auto {
    height: auto !important;
  }
}

@media (max-width: 767.98px) {
  /* line 11, Content/ht-theme/utilities/_sizing.scss */
  .w-sm-25 {
    width: 25% !important;
  }
  /* line 11, Content/ht-theme/utilities/_sizing.scss */
  .w-sm-50 {
    width: 50% !important;
  }
  /* line 11, Content/ht-theme/utilities/_sizing.scss */
  .w-sm-75 {
    width: 75% !important;
  }
  /* line 11, Content/ht-theme/utilities/_sizing.scss */
  .w-sm-100 {
    width: 100% !important;
  }
  /* line 11, Content/ht-theme/utilities/_sizing.scss */
  .w-sm-auto {
    width: auto !important;
  }
  /* line 11, Content/ht-theme/utilities/_sizing.scss */
  .h-sm-25 {
    height: 25% !important;
  }
  /* line 11, Content/ht-theme/utilities/_sizing.scss */
  .h-sm-50 {
    height: 50% !important;
  }
  /* line 11, Content/ht-theme/utilities/_sizing.scss */
  .h-sm-75 {
    height: 75% !important;
  }
  /* line 11, Content/ht-theme/utilities/_sizing.scss */
  .h-sm-100 {
    height: 100% !important;
  }
  /* line 11, Content/ht-theme/utilities/_sizing.scss */
  .h-sm-auto {
    height: auto !important;
  }
}

@media (max-width: 991.98px) {
  /* line 11, Content/ht-theme/utilities/_sizing.scss */
  .w-md-25 {
    width: 25% !important;
  }
  /* line 11, Content/ht-theme/utilities/_sizing.scss */
  .w-md-50 {
    width: 50% !important;
  }
  /* line 11, Content/ht-theme/utilities/_sizing.scss */
  .w-md-75 {
    width: 75% !important;
  }
  /* line 11, Content/ht-theme/utilities/_sizing.scss */
  .w-md-100 {
    width: 100% !important;
  }
  /* line 11, Content/ht-theme/utilities/_sizing.scss */
  .w-md-auto {
    width: auto !important;
  }
  /* line 11, Content/ht-theme/utilities/_sizing.scss */
  .h-md-25 {
    height: 25% !important;
  }
  /* line 11, Content/ht-theme/utilities/_sizing.scss */
  .h-md-50 {
    height: 50% !important;
  }
  /* line 11, Content/ht-theme/utilities/_sizing.scss */
  .h-md-75 {
    height: 75% !important;
  }
  /* line 11, Content/ht-theme/utilities/_sizing.scss */
  .h-md-100 {
    height: 100% !important;
  }
  /* line 11, Content/ht-theme/utilities/_sizing.scss */
  .h-md-auto {
    height: auto !important;
  }
}

@media (max-width: 1199.98px) {
  /* line 11, Content/ht-theme/utilities/_sizing.scss */
  .w-lg-25 {
    width: 25% !important;
  }
  /* line 11, Content/ht-theme/utilities/_sizing.scss */
  .w-lg-50 {
    width: 50% !important;
  }
  /* line 11, Content/ht-theme/utilities/_sizing.scss */
  .w-lg-75 {
    width: 75% !important;
  }
  /* line 11, Content/ht-theme/utilities/_sizing.scss */
  .w-lg-100 {
    width: 100% !important;
  }
  /* line 11, Content/ht-theme/utilities/_sizing.scss */
  .w-lg-auto {
    width: auto !important;
  }
  /* line 11, Content/ht-theme/utilities/_sizing.scss */
  .h-lg-25 {
    height: 25% !important;
  }
  /* line 11, Content/ht-theme/utilities/_sizing.scss */
  .h-lg-50 {
    height: 50% !important;
  }
  /* line 11, Content/ht-theme/utilities/_sizing.scss */
  .h-lg-75 {
    height: 75% !important;
  }
  /* line 11, Content/ht-theme/utilities/_sizing.scss */
  .h-lg-100 {
    height: 100% !important;
  }
  /* line 11, Content/ht-theme/utilities/_sizing.scss */
  .h-lg-auto {
    height: auto !important;
  }
}

@media (max-width: 1399.98px) {
  /* line 11, Content/ht-theme/utilities/_sizing.scss */
  .w-xl-25 {
    width: 25% !important;
  }
  /* line 11, Content/ht-theme/utilities/_sizing.scss */
  .w-xl-50 {
    width: 50% !important;
  }
  /* line 11, Content/ht-theme/utilities/_sizing.scss */
  .w-xl-75 {
    width: 75% !important;
  }
  /* line 11, Content/ht-theme/utilities/_sizing.scss */
  .w-xl-100 {
    width: 100% !important;
  }
  /* line 11, Content/ht-theme/utilities/_sizing.scss */
  .w-xl-auto {
    width: auto !important;
  }
  /* line 11, Content/ht-theme/utilities/_sizing.scss */
  .h-xl-25 {
    height: 25% !important;
  }
  /* line 11, Content/ht-theme/utilities/_sizing.scss */
  .h-xl-50 {
    height: 50% !important;
  }
  /* line 11, Content/ht-theme/utilities/_sizing.scss */
  .h-xl-75 {
    height: 75% !important;
  }
  /* line 11, Content/ht-theme/utilities/_sizing.scss */
  .h-xl-100 {
    height: 100% !important;
  }
  /* line 11, Content/ht-theme/utilities/_sizing.scss */
  .h-xl-auto {
    height: auto !important;
  }
}

/* line 11, Content/ht-theme/utilities/_sizing.scss */
.w-xxl-25 {
  width: 25% !important;
}

/* line 11, Content/ht-theme/utilities/_sizing.scss */
.w-xxl-50 {
  width: 50% !important;
}

/* line 11, Content/ht-theme/utilities/_sizing.scss */
.w-xxl-75 {
  width: 75% !important;
}

/* line 11, Content/ht-theme/utilities/_sizing.scss */
.w-xxl-100 {
  width: 100% !important;
}

/* line 11, Content/ht-theme/utilities/_sizing.scss */
.w-xxl-auto {
  width: auto !important;
}

/* line 11, Content/ht-theme/utilities/_sizing.scss */
.h-xxl-25 {
  height: 25% !important;
}

/* line 11, Content/ht-theme/utilities/_sizing.scss */
.h-xxl-50 {
  height: 50% !important;
}

/* line 11, Content/ht-theme/utilities/_sizing.scss */
.h-xxl-75 {
  height: 75% !important;
}

/* line 11, Content/ht-theme/utilities/_sizing.scss */
.h-xxl-100 {
  height: 100% !important;
}

/* line 11, Content/ht-theme/utilities/_sizing.scss */
.h-xxl-auto {
  height: auto !important;
}

/* line 22, Content/ht-theme/utilities/_sizing.scss */
.min-w-50 {
  min-width: 50px !important;
}

/* line 26, Content/ht-theme/utilities/_sizing.scss */
.max-w-50 {
  max-width: 50px !important;
}

/* line 22, Content/ht-theme/utilities/_sizing.scss */
.min-w-75 {
  min-width: 75px !important;
}

/* line 26, Content/ht-theme/utilities/_sizing.scss */
.max-w-75 {
  max-width: 75px !important;
}

/* line 22, Content/ht-theme/utilities/_sizing.scss */
.min-w-100 {
  min-width: 100px !important;
}

/* line 26, Content/ht-theme/utilities/_sizing.scss */
.max-w-100 {
  max-width: 100px !important;
}

/* line 7, Content/ht-theme/utilities/_scrollbar.scss */
.custom-scroll::-webkit-scrollbar, .card-body::-webkit-scrollbar, .filter-panel .panel-collapse::-webkit-scrollbar, .dropdown-menu::-webkit-scrollbar, .dashboard-table table tbody::-webkit-scrollbar, .table-scrollx-wrapper::-webkit-scrollbar, .react-table .table-body::-webkit-scrollbar, .permit-table .content-body::-webkit-scrollbar, .booking-table .content-body::-webkit-scrollbar, select.form-control::-webkit-scrollbar, .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar, textarea::-webkit-scrollbar, #project-list::-webkit-scrollbar, #preview-project-list::-webkit-scrollbar {
  width: 0.6rem;
  height: 0.6rem;
}

/* line 12, Content/ht-theme/utilities/_scrollbar.scss */
.custom-scroll::-webkit-scrollbar-track, .card-body::-webkit-scrollbar-track, .filter-panel .panel-collapse::-webkit-scrollbar-track, .dropdown-menu::-webkit-scrollbar-track, .dashboard-table table tbody::-webkit-scrollbar-track, .table-scrollx-wrapper::-webkit-scrollbar-track, .react-table .table-body::-webkit-scrollbar-track, .permit-table .content-body::-webkit-scrollbar-track, .booking-table .content-body::-webkit-scrollbar-track, select.form-control::-webkit-scrollbar-track, .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track, textarea::-webkit-scrollbar-track, #project-list::-webkit-scrollbar-track, #preview-project-list::-webkit-scrollbar-track {
  background-color: #f3f7fd;
}

/* line 16, Content/ht-theme/utilities/_scrollbar.scss */
.custom-scroll::-webkit-scrollbar-thumb, .card-body::-webkit-scrollbar-thumb, .filter-panel .panel-collapse::-webkit-scrollbar-thumb, .dropdown-menu::-webkit-scrollbar-thumb, .dashboard-table table tbody::-webkit-scrollbar-thumb, .table-scrollx-wrapper::-webkit-scrollbar-thumb, .react-table .table-body::-webkit-scrollbar-thumb, .permit-table .content-body::-webkit-scrollbar-thumb, .booking-table .content-body::-webkit-scrollbar-thumb, select.form-control::-webkit-scrollbar-thumb, .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb, textarea::-webkit-scrollbar-thumb, #project-list::-webkit-scrollbar-thumb, #preview-project-list::-webkit-scrollbar-thumb {
  background-color: #00b4e3;
  border-radius: 0.25rem;
  border: 0.1rem solid #f3f7fd;
}

/* line 23, Content/ht-theme/utilities/_scrollbar.scss */
.custom-scroll, .card-body, .filter-panel .panel-collapse, .dropdown-menu, .dashboard-table table tbody, .table-scrollx-wrapper, .react-table .table-body, .permit-table .content-body, .booking-table .content-body, select.form-control, .select2-container--default .select2-results > .select2-results__options, textarea, #project-list, #preview-project-list {
  scrollbar-width: thin;
  scrollbar-color: #00b4e3 #f3f7fd;
}

/* line 45, Content/ht-theme/utilities/_scrollbar.scss */
.no-scroll {
  touch-action: none;
  overflow: hidden;
  -webkit-overflow-scrolling: none;
  overscroll-behavior: none;
  position: fixed;
}

/* line 1, Content/ht-theme/utilities/_text.scss */
.text-line-height-1 {
  line-height: 1;
}

/* line 5, Content/ht-theme/utilities/_text.scss */
.inline-text-pre-wrap {
  white-space: pre-wrap;
}

/* line 9, Content/ht-theme/utilities/_text.scss */
.text-pre-wrap {
  white-space: pre-wrap;
}

/* line 15, Content/ht-theme/utilities/_text.scss */
.text-normal {
  text-transform: none !important;
}

/* line 1, Content/ht-theme/utilities/_validation.scss */
label.error {
  color: #ff003c;
}

/* line 3, Content/ht-theme/utilities/_overflow.scss */
.overflow-x-auto {
  overflow-x: auto !important;
}

/* line 7, Content/ht-theme/utilities/_overflow.scss */
.overflow-y-auto {
  overflow-y: auto !important;
}

/* line 3, Content/ht-theme/utilities/_overflow.scss */
.overflow-x-hidden {
  overflow-x: hidden !important;
}

/* line 7, Content/ht-theme/utilities/_overflow.scss */
.overflow-y-hidden {
  overflow-y: hidden !important;
}

/* line 1, Content/ht-theme/utilities/_borders.scss */
.rounded-pill-right {
  border-top-right-radius: 50rem !important;
  border-bottom-right-radius: 50rem !important;
}

/* line 6, Content/ht-theme/utilities/_borders.scss */
.rounded-pill-left {
  border-top-left-radius: 50rem !important;
  border-bottom-left-radius: 50rem !important;
}

/* line 1, Content/ht-theme/utilities/_pointer-event.scss */
.no-pointer-event {
  pointer-events: none;
}
