@charset "UTF-8";
/**
 * Clay 3.84.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
/*old themes variables start*/
/*end*/
/*custom*/
:root {
  --warning: #E07400;
}

.room-star-gold {
  color: #E07400;
}

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

.btn-danger {
  background-color: #B30000 !important;
  border-color: #B30000 !important;
}

html:not(#__):not(#___) body .cadmin .component-action.portlet-options {
  color: #1d2124;
}

#spaces-main-content .has-warning .form-feedback-item {
  color: #8A6700;
}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #004b77;
  --secondary: #1d2124;
  --success: #007e33;
  --info: #0063cc;
  --warning: #ffc107;
  --danger: #b51f2e;
  --light: #f8f9fa;
  --dark: #343a40;
  --primary-open-k9: #004b77;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 800px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto 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;
}

/* SPDX-SnippetBegin
 * SPDX-License-Identifier: MIT
 * SPDX-SnippetCopyrightText: © 2016 Nicolas Gallagher and Jonathan Neal <https://github.com/necolas/normalize.css>
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

main {
  display: block;
}

body {
  background-color: #f1f2f5;
  color: #212529;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  -ms-overflow-style: scrollbar;
  text-align: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  margin-top: 0;
}

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 900;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #004b77;
  text-decoration: none;
}
a:hover {
  color: #001b2b;
  text-decoration: underline;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

pre {
  margin-bottom: 1rem;
  margin-top: 0;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

input,
button,
select,
optgroup,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

button,
input {
  overflow: visible;
}

select {
  word-wrap: normal;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
}

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

legend {
  color: inherit;
  display: block;
  font-size: 1.5rem;
  line-height: inherit;
  margin-bottom: 0.5rem;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  width: 100%;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/* SPDX-SnippetEnd */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

h1,
.h1 {
  font-size: calc(1rem * 2.5);
}
h2,
.h2 {
  font-size: calc(1rem * 2);
}
h3,
.h3 {
  font-size: calc(1rem * 1.75);
}
h4,
.h4 {
  font-size: calc(1rem * 1.5);
}
h5,
.h5 {
  font-size: calc(1rem * 1.25);
}
h6,
.h6 {
  font-size: 1rem;
}
.lead {
  font-size: calc(1rem * 1.25);
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  border-color: rgba(0, 0, 0, 0.1);
  border-style: solid;
  border-width: 0.0625rem 0 0 0;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

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

mark,
.mark {
  background-color: #fcf8e3;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  box-shadow: -0.25em 0 0 #fcf8e3;
  display: inline;
  line-height: normal;
  padding: 2px 0.25em 3px 0;
  position: relative;
  white-space: pre-wrap;
}
mark:before,
.mark:before {
  background-color: #fcf8e3;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  right: 100%;
  top: 0;
  width: 0.25em;
  z-index: -1;
}

.list-unstyled {
  list-style: none;
  padding-left: 0;
}

.list-inline {
  list-style: none;
  padding-left: 0;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

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

.blockquote {
  font-size: calc(1rem * 1.25);
  margin-bottom: 1rem;
}

.blockquote-footer {
  color: #6c757d;
  display: block;
  font-size: 80%;
}
.blockquote-footer::before {
  content: "— ";
}

.reference-mark {
  display: inline-block;
  font-size: 0.75rem;
  position: relative;
  vertical-align: super;
}
.reference-mark.lexicon-icon {
  vertical-align: super;
}

.c-kbd-group {
  font-size: 0.875rem;
}
.c-kbd-group > .c-kbd {
  font-size: inherit;
}

.c-kbd {
  background-color: transparent;
  border-radius: 2px;
  border-color: transparent;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  color: inherit;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 0.875rem;
  font-weight: 500;
  height: 1.5rem;
  line-height: 1.375rem;
  min-width: 1.5rem;
  padding-bottom: 0;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  padding-top: 0;
  text-align: center;
  text-transform: capitalize;
}

.c-kbd > .c-kbd {
  border-width: 0px;
  font-size: inherit;
  font-weight: inherit;
  height: auto;
  line-height: inherit;
  min-width: 0;
  padding: 0;
}
.c-kbd > .c-kbd[class*=c-kbd-] {
  border-width: inherit;
  height: inherit;
  min-width: inherit;
  padding: inherit;
}
.c-kbd > .c-kbd[class*=c-kbd-]:first-child {
  margin-left: -0.3125rem;
}
.c-kbd > .c-kbd[class*=c-kbd-]:last-child {
  margin-right: -0.3125rem;
}
.c-kbd > .c-kbd.c-kbd-monospaced {
  padding: 0;
}
.c-kbd > .c-kbd-separator {
  font-weight: 400;
}

.c-kbd-monospaced {
  padding: 0;
}

.c-kbd-inline {
  border-width: 0px;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  min-width: 0;
  padding: 0;
}
.c-kbd-inline .c-kbd-separator {
  font-weight: inherit;
}

.c-kbd-sm,
.c-kbd.c-kbd-sm {
  font-size: 0.75rem;
}

.c-kbd-group-sm {
  font-size: 0.75rem;
}
.c-kbd-lg,
.c-kbd.c-kbd-lg {
  font-size: 1rem;
}

.c-kbd-group-lg {
  font-size: 1rem;
}
.c-kbd-group-light {
  color: #1d2124;
}

.c-kbd-light {
  background-color: #fff;
  border-color: #ced4da;
  color: #1d2124;
}

.c-kbd-group-dark {
  color: #fff;
}

.c-kbd-dark {
  background-color: #828e9a;
  border-color: #828e9a;
  color: #fff;
}

.text-truncate {
  display: block;
}

.text-truncate-inline {
  display: inline-flex;
  max-width: 100%;
}
.text-truncate-inline .text-truncate {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
  word-wrap: normal;
}

code {
  color: #e83e8c;
  font-size: 87.5%;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  background-color: #212529;
  border-radius: 0.125rem;
  color: #fff;
  font-size: 87.5%;
  padding: 0.2rem 0.4rem;
}
kbd kbd {
  font-size: 100%;
  font-weight: 700;
  padding: 0;
}

pre {
  color: #212529;
  display: block;
  font-size: 87.5%;
}
pre code {
  color: inherit;
  font-size: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

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

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

.figure {
  display: inline-block;
}

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

.figure-caption {
  color: #6c757d;
  font-size: 90%;
}

.carousel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='%23fff'%20width='8'%20height='8'%20viewBox='0%200%208%208'%3E%3Cpath%20d='M5.25%200l-4%204%204%204%201.5-1.5L4.25%204l2.5-2.5L5.25%200z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='%23fff'%20width='8'%20height='8'%20viewBox='0%200%208%208'%3E%3Cpath%20d='M2.75%200l-1.5%201.5L3.75%204l-2.5%202.5L2.75%208l4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  list-style: none;
  margin-left: 15%;
  margin-right: 15%;
  padding-left: 0;
  position: absolute;
  right: 0;
  z-index: 15;
}
.carousel-indicators li {
  background-clip: padding-box;
  background-color: #fff;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  box-sizing: content-box;
  cursor: pointer;
  flex: 0 1 auto;
  height: 3px;
  margin-left: 3px;
  margin-right: 3px;
  opacity: 0.5;
  text-indent: -999px;
  transition: opacity 0.6s ease;
  width: 30px;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.jumbotron {
  background-color: #e9ecef;
  border-radius: 0.375rem;
  margin-bottom: 2rem;
  padding: 2rem 1rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

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

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

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

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

.toast {
  backdrop-filter: blur(10px);
  background-clip: padding-box;
  background-color: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  font-size: 0.875rem;
  max-width: 350px;
  opacity: 0;
  overflow: hidden;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  align-items: center;
  background-clip: padding-box;
  background-color: rgba(255, 255, 255, 0.85);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  color: #6c757d;
  display: flex;
  padding: 0.25rem 0.75rem;
}

.toast-body {
  padding: 0.75rem;
}

.lexicon-icon {
  display: inline-block;
  fill: currentColor;
  height: 1em;
  margin-top: -3px;
  vertical-align: middle;
  width: 1em;
}

.lexicon-icon-sm {
  font-size: 0.5rem;
}

.lexicon-icon-lg {
  font-size: 2rem;
}

.lexicon-icon-xl {
  font-size: 8rem;
}

.order-arrow-down-active .order-arrow-arrow-down {
  fill: rgba(0, 0, 0, 0.9);
}

.order-arrow-up-active .order-arrow-arrow-up {
  fill: rgba(0, 0, 0, 0.9);
}

a.collapse-icon,
button.collapse-icon {
  padding-right: 2.28125rem;
}
a.collapse-icon .c-inner,
button.collapse-icon .c-inner {
  margin-right: -2.28125rem;
}

.collapse-icon-closed .lexicon-icon,
.collapse-icon-open .lexicon-icon {
  display: block;
}

.collapse-icon .collapse-icon-closed,
.collapse-icon .collapse-icon-open {
  height: 1em;
  position: absolute;
  right: 0.9375rem;
  top: calc(0.5rem + 0.0625rem + (((0.9375em * 1.5) - 1em) * 0.5));
  width: 1em;
}
.collapse-icon .collapse-icon-closed .lexicon-icon,
.collapse-icon .collapse-icon-open .lexicon-icon {
  margin-top: 0;
}
.collapse-icon .collapse-icon-closed {
  display: none;
}
.collapse-icon .collapse-icon-open {
  display: inline-block;
}

.collapsed .collapse-icon-closed {
  display: inline-block;
}
.collapsed .collapse-icon-open {
  display: none;
}

.collapse-icon.collapse-icon-middle .collapse-icon-closed,
.collapse-icon.collapse-icon-middle .collapse-icon-open {
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
}

.aspect-ratio {
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: calc(1 / 1 * 100%);
}

.aspect-ratio-item {
  left: 0;
  position: absolute;
  word-wrap: break-word;
}

.sticker-img, .aspect-ratio-item-fluid {
  max-width: 100%;
  position: absolute;
  word-wrap: break-word;
}

.aspect-ratio-item-vertical-fluid {
  max-height: 100%;
  position: absolute;
  word-wrap: break-word;
}

.aspect-ratio-item-flush {
  max-width: none;
  position: absolute;
  width: 100.6%;
}

.aspect-ratio-item-vertical-flush {
  height: 100.6%;
  max-height: none;
  position: absolute;
}

.aspect-ratio-item-top-left {
  position: absolute;
  bottom: auto;
  left: 0;
  right: auto;
  top: 0;
}

.aspect-ratio-item-top-center {
  position: absolute;
  bottom: auto;
  left: 50%;
  right: auto;
  top: 0;
  transform: translateX(-50%);
}

.aspect-ratio-item-top-right {
  position: absolute;
  bottom: auto;
  left: auto;
  right: 0;
  top: 0;
}

.aspect-ratio-item-right-middle {
  position: absolute;
  bottom: auto;
  left: auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.aspect-ratio-item-bottom-right {
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  top: auto;
}

.aspect-ratio-item-bottom-center {
  position: absolute;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}

.aspect-ratio-item-bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
  top: auto;
}

.aspect-ratio-item-left-middle {
  position: absolute;
  bottom: auto;
  left: 0;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
}

.sticker-img, .aspect-ratio-item-center-middle {
  position: absolute;
  bottom: auto;
  left: 50%;
  right: auto;
  top: 50%;
  transform: translate(-50%, -50%);
}

.aspect-ratio-3-to-2 {
  padding-bottom: calc(2 / 3 * 100%);
}

.aspect-ratio-4-to-3 {
  padding-bottom: calc(3 / 4 * 100%);
}

.aspect-ratio-8-to-3 {
  padding-bottom: calc(3 / 8 * 100%);
}

.aspect-ratio-8-to-5 {
  padding-bottom: calc(5 / 8 * 100%);
}

.aspect-ratio-16-to-9 {
  padding-bottom: calc(9 / 16 * 100%);
}

.aspect-ratio-bg-contain {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.aspect-ratio-bg-cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.aspect-ratio-bg-center {
  background-position: center;
  background-repeat: no-repeat;
}

.btn, .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item {
  background-color: transparent;
  border-color: transparent;
  border-style: solid;
  border-width: 0.0625rem;
  border-radius: 0.25rem;
  color: #212529;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 0.375rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  text-align: center;
  text-transform: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  vertical-align: middle;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item {
    transition: none;
  }
}
.btn:hover, .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item:focus, .btn.focus, .tasks-portlet .control-wrapper .global-task-actions a.focus.lfr-icon-item {
  box-shadow: 0 0 0 0.2rem rgba(0, 75, 119, 0.25);
  outline: 0;
}
.btn:active:focus, .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item:active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 75, 119, 0.25);
}
.btn:disabled, .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item:disabled, .btn.disabled, .tasks-portlet .control-wrapper .global-task-actions a.disabled.lfr-icon-item {
  cursor: not-allowed;
  opacity: 0.65;
}
.btn:disabled:focus, .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item:disabled:focus, .btn.disabled:focus, .tasks-portlet .control-wrapper .global-task-actions a.disabled.lfr-icon-item:focus {
  box-shadow: none;
}
.btn:disabled:active, .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item:disabled:active, .btn.disabled:active, .tasks-portlet .control-wrapper .global-task-actions a.disabled.lfr-icon-item:active {
  pointer-events: none;
}
.btn .c-inner, .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item .c-inner {
  margin-bottom: -0.375rem;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.375rem;
}
.btn .inline-item, .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item .inline-item {
  line-height: 1;
  margin-top: -3px;
}
.btn .inline-item .lexicon-icon, .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item .inline-item .lexicon-icon {
  margin-top: 0;
}
.btn .btn-section, .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item .btn-section {
  display: block;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1;
}
fieldset:disabled a.btn, fieldset:disabled .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions fieldset:disabled a.lfr-icon-item {
  cursor: not-allowed;
  opacity: 0.65;
}
fieldset:disabled a.btn:focus, fieldset:disabled .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item:focus, .tasks-portlet .control-wrapper .global-task-actions fieldset:disabled a.lfr-icon-item:focus {
  box-shadow: none;
}
fieldset:disabled a.btn:active, fieldset:disabled .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item:active, .tasks-portlet .control-wrapper .global-task-actions fieldset:disabled a.lfr-icon-item:active {
  pointer-events: none;
}

.btn-xs {
  font-size: 0.75rem;
  padding-bottom: 0.125rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.125rem;
}
.btn-xs .c-inner {
  margin-bottom: -0.125rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-top: -0.125rem;
}
.btn-xs .inline-item {
  font-size: inherit;
  margin-top: -3px;
}
.btn-xs .inline-item-before {
  margin-right: 0.25rem;
}
.btn-xs .inline-item-after {
  margin-left: 0.25rem;
}
.btn-xs .btn-section {
  font-size: 0.375rem;
}
.btn-group-lg > .btn, .tasks-portlet .control-wrapper .global-task-actions .btn-group-lg > a.lfr-icon-item,
.btn-group-lg .btn-group > .btn,
.btn-group-lg .tasks-portlet .control-wrapper .global-task-actions .btn-group > a.lfr-icon-item,
.tasks-portlet .control-wrapper .global-task-actions .btn-group-lg .btn-group > a.lfr-icon-item, .btn-lg {
  border-radius: 0.375rem;
  font-size: 1.25rem;
  line-height: 1.5;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
}
.btn-group-lg > .btn .c-inner, .tasks-portlet .control-wrapper .global-task-actions .btn-group-lg > a.lfr-icon-item .c-inner,
.btn-group-lg .btn-group > .btn .c-inner,
.btn-group-lg .tasks-portlet .control-wrapper .global-task-actions .btn-group > a.lfr-icon-item .c-inner,
.tasks-portlet .control-wrapper .global-task-actions .btn-group-lg .btn-group > a.lfr-icon-item .c-inner, .btn-lg .c-inner {
  margin-bottom: -0.5rem;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-top: -0.5rem;
}
.btn-group-lg > .btn .btn-section, .tasks-portlet .control-wrapper .global-task-actions .btn-group-lg > a.lfr-icon-item .btn-section,
.btn-group-lg .btn-group > .btn .btn-section,
.btn-group-lg .tasks-portlet .control-wrapper .global-task-actions .btn-group > a.lfr-icon-item .btn-section,
.tasks-portlet .control-wrapper .global-task-actions .btn-group-lg .btn-group > a.lfr-icon-item .btn-section, .btn-lg .btn-section {
  font-size: 0.8125rem;
}
.form-group-sm .btn, .form-group-sm .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .form-group-sm a.lfr-icon-item, .btn-group-sm > .btn, .tasks-portlet .control-wrapper .global-task-actions .btn-group-sm > a.lfr-icon-item,
.btn-group-sm .btn-group > .btn,
.btn-group-sm .tasks-portlet .control-wrapper .global-task-actions .btn-group > a.lfr-icon-item,
.tasks-portlet .control-wrapper .global-task-actions .btn-group-sm .btn-group > a.lfr-icon-item, .btn-sm {
  border-radius: 0.125rem;
  font-size: 0.875rem;
  line-height: 1.5;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
}
.form-group-sm .btn .c-inner, .form-group-sm .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item .c-inner, .tasks-portlet .control-wrapper .global-task-actions .form-group-sm a.lfr-icon-item .c-inner, .btn-group-sm > .btn .c-inner, .tasks-portlet .control-wrapper .global-task-actions .btn-group-sm > a.lfr-icon-item .c-inner,
.btn-group-sm .btn-group > .btn .c-inner,
.btn-group-sm .tasks-portlet .control-wrapper .global-task-actions .btn-group > a.lfr-icon-item .c-inner,
.tasks-portlet .control-wrapper .global-task-actions .btn-group-sm .btn-group > a.lfr-icon-item .c-inner, .btn-sm .c-inner {
  margin-bottom: -0.25rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-top: -0.25rem;
}
.form-group-sm .btn .btn-section, .form-group-sm .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item .btn-section, .tasks-portlet .control-wrapper .global-task-actions .form-group-sm a.lfr-icon-item .btn-section, .btn-group-sm > .btn .btn-section, .tasks-portlet .control-wrapper .global-task-actions .btn-group-sm > a.lfr-icon-item .btn-section,
.btn-group-sm .btn-group > .btn .btn-section,
.btn-group-sm .tasks-portlet .control-wrapper .global-task-actions .btn-group > a.lfr-icon-item .btn-section,
.tasks-portlet .control-wrapper .global-task-actions .btn-group-sm .btn-group > a.lfr-icon-item .btn-section, .btn-sm .btn-section {
  font-size: 0.5625rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.menubar-toggler, .btn-unstyled {
  background-color: rgba(0, 0, 0, 0.001);
  border-width: 0;
  cursor: pointer;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  max-width: 100%;
  padding: 0;
  text-align: left;
  text-transform: inherit;
  vertical-align: baseline;
}
.menubar-toggler .c-inner, .btn-unstyled .c-inner {
  margin: 0;
  max-width: none;
}
.btn-monospaced.btn-xs {
  height: 1.5rem;
  width: 1.5rem;
}
.btn-monospaced {
  align-items: center;
  display: inline-flex;
  flex-direction: column;
  height: 2.375rem;
  justify-content: center;
  line-height: 1;
  overflow: hidden;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  text-align: center;
  white-space: normal;
  width: 2.375rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.btn-monospaced .c-inner {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 0;
  width: 100%;
}
.btn-monospaced .lexicon-icon {
  margin-top: 0;
}
.btn-monospaced .inline-item {
  margin-top: 0;
}
.btn-group-vertical > .btn-monospaced.btn-lg, .btn-group-lg .btn-monospaced, .btn-monospaced.btn-lg {
  height: 3rem;
  width: 3rem;
}
.btn-group-vertical > .btn-monospaced.btn-sm, .btn-group-sm .btn-monospaced, .btn-monospaced.btn-sm {
  height: 1.9375rem;
  width: 1.9375rem;
}
.btn-primary, .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item {
  background-color: #004b77;
  border-color: #004b77;
  color: #fff;
}
.btn-primary:hover, .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item:hover {
  background-color: #003351;
  border-color: #002b44;
  color: #fff;
}
.btn-primary:focus, .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item:focus, .focus.btn-primary, .tasks-portlet .control-wrapper .global-task-actions a.focus.lfr-icon-item {
  background-color: #003351;
  border-color: #002b44;
  color: #fff;
}
.btn-primary:active, .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item:active {
  background-color: #002b44;
  border-color: #002337;
  color: #fff;
}
.active.btn-primary, .tasks-portlet .control-wrapper .global-task-actions a.active.lfr-icon-item {
  background-color: #002b44;
  border-color: #002337;
  color: #fff;
}
.btn-primary:disabled, .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item:disabled, .disabled.btn-primary, .tasks-portlet .control-wrapper .global-task-actions a.disabled.lfr-icon-item {
  background-color: #004b77;
  border-color: #004b77;
  color: #fff;
}
[aria-expanded=true].btn-primary, .tasks-portlet .control-wrapper .global-task-actions a[aria-expanded=true].lfr-icon-item, .show.btn-primary, .tasks-portlet .control-wrapper .global-task-actions a.show.lfr-icon-item {
  background-color: #002b44;
  border-color: #002337;
  color: #fff;
}
.form-file-input:focus + .btn-primary, .tasks-portlet .control-wrapper .global-task-actions .form-file-input:focus + a.lfr-icon-item {
  background-color: #003351;
  border-color: #002b44;
  color: #fff;
}
.btn-secondary {
  background-color: #1d2124;
  border-color: #1d2124;
  color: #fff;
}
.btn-secondary:hover {
  background-color: #0c0e0f;
  border-color: #060708;
  color: #fff;
}
.btn-secondary:focus, .focus.btn-secondary {
  background-color: #0c0e0f;
  border-color: #060708;
  color: #fff;
}
.btn-secondary:active {
  background-color: #060708;
  border-color: #010101;
  color: #fff;
}
.active.btn-secondary {
  background-color: #060708;
  border-color: #010101;
  color: #fff;
}
.btn-secondary:disabled, .disabled.btn-secondary {
  background-color: #1d2124;
  border-color: #1d2124;
  color: #fff;
}
[aria-expanded=true].btn-secondary, .show.btn-secondary {
  background-color: #060708;
  border-color: #010101;
  color: #fff;
}
.form-file-input:focus + .btn-secondary {
  background-color: #0c0e0f;
  border-color: #060708;
  color: #fff;
}
.btn-success {
  background-color: #007e33;
  border-color: #007e33;
  color: #fff;
}
.btn-success:hover {
  background-color: #005824;
  border-color: #004b1e;
  color: #fff;
}
.btn-success:focus, .focus.btn-success {
  background-color: #005824;
  border-color: #004b1e;
  color: #fff;
}
.btn-success:active {
  background-color: #004b1e;
  border-color: #003e19;
  color: #fff;
}
.active.btn-success {
  background-color: #004b1e;
  border-color: #003e19;
  color: #fff;
}
.btn-success:disabled, .disabled.btn-success {
  background-color: #007e33;
  border-color: #007e33;
  color: #fff;
}
[aria-expanded=true].btn-success, .show.btn-success {
  background-color: #004b1e;
  border-color: #003e19;
  color: #fff;
}
.form-file-input:focus + .btn-success {
  background-color: #005824;
  border-color: #004b1e;
  color: #fff;
}
.btn-info {
  background-color: #0063cc;
  border-color: #0063cc;
  color: #fff;
}
.btn-info:hover {
  background-color: #0050a6;
  border-color: #004a99;
  color: #fff;
}
.btn-info:focus, .focus.btn-info {
  background-color: #0050a6;
  border-color: #004a99;
  color: #fff;
}
.btn-info:active {
  background-color: #004a99;
  border-color: #00448c;
  color: #fff;
}
.active.btn-info {
  background-color: #004a99;
  border-color: #00448c;
  color: #fff;
}
.btn-info:disabled, .disabled.btn-info {
  background-color: #0063cc;
  border-color: #0063cc;
  color: #fff;
}
[aria-expanded=true].btn-info, .show.btn-info {
  background-color: #004a99;
  border-color: #00448c;
  color: #fff;
}
.btn-warning {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #212529;
}
.btn-warning:hover {
  background-color: #e0a800;
  border-color: #d39e00;
  color: #212529;
}
.btn-warning:focus, .focus.btn-warning {
  background-color: #e0a800;
  border-color: #d39e00;
  color: #212529;
}
.btn-warning:active {
  background-color: #d39e00;
  border-color: #c69500;
  color: #212529;
}
.active.btn-warning {
  background-color: #d39e00;
  border-color: #c69500;
  color: #212529;
}
.btn-warning:disabled, .disabled.btn-warning {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #212529;
}
[aria-expanded=true].btn-warning, .show.btn-warning {
  background-color: #d39e00;
  border-color: #c69500;
  color: #212529;
}
.form-file-input:focus + .btn-warning {
  background-color: #e0a800;
  border-color: #d39e00;
  color: #212529;
}
.btn-danger {
  background-color: #b51f2e;
  border-color: #b51f2e;
  color: #fff;
}
.btn-danger:hover {
  background-color: #941926;
  border-color: #891823;
  color: #fff;
}
.btn-danger:focus, .focus.btn-danger {
  background-color: #941926;
  border-color: #891823;
  color: #fff;
}
.btn-danger:active {
  background-color: #891823;
  border-color: #7f1620;
  color: #fff;
}
.active.btn-danger {
  background-color: #891823;
  border-color: #7f1620;
  color: #fff;
}
.btn-danger:disabled, .disabled.btn-danger {
  background-color: #b51f2e;
  border-color: #b51f2e;
  color: #fff;
}
[aria-expanded=true].btn-danger, .show.btn-danger {
  background-color: #891823;
  border-color: #7f1620;
  color: #fff;
}
.form-file-input:focus + .btn-danger {
  background-color: #941926;
  border-color: #891823;
  color: #fff;
}
.btn-light {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #212529;
}
.btn-light:hover {
  background-color: #e2e6ea;
  border-color: #dae0e5;
  color: #212529;
}
.btn-light:focus, .focus.btn-light {
  background-color: #e2e6ea;
  border-color: #dae0e5;
  color: #212529;
}
.btn-light:active {
  background-color: #dae0e5;
  border-color: #d3d9df;
  color: #212529;
}
.active.btn-light {
  background-color: #dae0e5;
  border-color: #d3d9df;
  color: #212529;
}
.btn-light:disabled, .disabled.btn-light {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #212529;
}
[aria-expanded=true].btn-light, .show.btn-light {
  background-color: #dae0e5;
  border-color: #d3d9df;
  color: #212529;
}
.form-file-input:focus + .btn-light {
  background-color: #e2e6ea;
  border-color: #dae0e5;
  color: #212529;
}
.btn-dark {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
}
.btn-dark:hover {
  background-color: #23272b;
  border-color: #1d2124;
  color: #fff;
}
.btn-dark:focus, .focus.btn-dark {
  background-color: #23272b;
  border-color: #1d2124;
  color: #fff;
}
.btn-dark:active {
  background-color: #1d2124;
  border-color: #171a1d;
  color: #fff;
}
.active.btn-dark {
  background-color: #1d2124;
  border-color: #171a1d;
  color: #fff;
}
.btn-dark:disabled, .disabled.btn-dark {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
}
[aria-expanded=true].btn-dark, .show.btn-dark {
  background-color: #1d2124;
  border-color: #171a1d;
  color: #fff;
}
.form-file-input:focus + .btn-dark {
  background-color: #23272b;
  border-color: #1d2124;
  color: #fff;
}
.btn-link {
  border-radius: 1px;
  color: #004b77;
  font-weight: 400;
  text-decoration: none;
}
.btn-link:hover {
  color: #001b2b;
  text-decoration: underline;
}
.btn-link:focus, .focus.btn-link {
  box-shadow: 0 0 0 0.2rem rgba(0, 75, 119, 0.25);
  text-decoration: none;
}
.btn-link:active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 75, 119, 0.25);
}
.btn-link:disabled, .disabled.btn-link {
  box-shadow: none;
  color: #6c757d;
  text-decoration: none;
}
.btn-outline-primary {
  border-color: #004b77;
  color: #004b77;
}
.btn-outline-primary:hover {
  background-color: #004b77;
  border-color: #004b77;
  color: #fff;
}
.btn-outline-primary:focus, .focus.btn-outline-primary {
  box-shadow: 0 0 0 0.2rem rgba(0, 75, 119, 0.5);
}
.btn-outline-primary:active {
  background-color: #004b77;
  border-color: #004b77;
  color: #fff;
}
.btn-outline-primary:active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 75, 119, 0.5);
}
.active.btn-outline-primary {
  background-color: #004b77;
  border-color: #004b77;
  color: #fff;
}
.btn-outline-primary:disabled, .disabled.btn-outline-primary {
  background-color: transparent;
  color: #004b77;
}
[aria-expanded=true].btn-outline-primary, .show.btn-outline-primary {
  background-color: #004b77;
  border-color: #004b77;
  color: #fff;
}
.btn-outline-secondary {
  border-color: #1d2124;
  color: #1d2124;
}
.btn-outline-secondary:hover {
  background-color: #1d2124;
  border-color: #1d2124;
  color: #fff;
}
.btn-outline-secondary:focus, .focus.btn-outline-secondary {
  box-shadow: 0 0 0 0.2rem rgba(29, 33, 36, 0.5);
}
.btn-outline-secondary:active {
  background-color: #1d2124;
  border-color: #1d2124;
  color: #fff;
}
.btn-outline-secondary:active:focus {
  box-shadow: 0 0 0 0.2rem rgba(29, 33, 36, 0.5);
}
.active.btn-outline-secondary {
  background-color: #1d2124;
  border-color: #1d2124;
  color: #fff;
}
.btn-outline-secondary:disabled, .disabled.btn-outline-secondary {
  background-color: transparent;
  color: #1d2124;
}
[aria-expanded=true].btn-outline-secondary, .show.btn-outline-secondary {
  background-color: #1d2124;
  border-color: #1d2124;
  color: #fff;
}
.btn-outline-success {
  border-color: #007e33;
  color: #007e33;
}
.btn-outline-success:hover {
  background-color: #007e33;
  border-color: #007e33;
  color: #fff;
}
.btn-outline-success:focus, .focus.btn-outline-success {
  box-shadow: 0 0 0 0.2rem rgba(0, 126, 51, 0.5);
}
.btn-outline-success:active {
  background-color: #007e33;
  border-color: #007e33;
  color: #fff;
}
.btn-outline-success:active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 126, 51, 0.5);
}
.active.btn-outline-success {
  background-color: #007e33;
  border-color: #007e33;
  color: #fff;
}
.btn-outline-success:disabled, .disabled.btn-outline-success {
  background-color: transparent;
  color: #007e33;
}
[aria-expanded=true].btn-outline-success, .show.btn-outline-success {
  background-color: #007e33;
  border-color: #007e33;
  color: #fff;
}
.btn-outline-info {
  border-color: #0063cc;
  color: #0063cc;
}
.btn-outline-info:hover {
  background-color: #0063cc;
  border-color: #0063cc;
  color: #fff;
}
.btn-outline-info:focus, .focus.btn-outline-info {
  box-shadow: 0 0 0 0.2rem rgba(0, 99, 204, 0.5);
}
.btn-outline-info:active {
  background-color: #0063cc;
  border-color: #0063cc;
  color: #fff;
}
.btn-outline-info:active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 99, 204, 0.5);
}
.active.btn-outline-info {
  background-color: #0063cc;
  border-color: #0063cc;
  color: #fff;
}
.btn-outline-info:disabled, .disabled.btn-outline-info {
  background-color: transparent;
  color: #0063cc;
}
[aria-expanded=true].btn-outline-info, .show.btn-outline-info {
  background-color: #0063cc;
  border-color: #0063cc;
  color: #fff;
}
.btn-outline-warning {
  border-color: #ffc107;
  color: #ffc107;
}
.btn-outline-warning:hover {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #212529;
}
.btn-outline-warning:focus, .focus.btn-outline-warning {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:active {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #212529;
}
.btn-outline-warning:active:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.active.btn-outline-warning {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #212529;
}
.btn-outline-warning:disabled, .disabled.btn-outline-warning {
  background-color: transparent;
  color: #ffc107;
}
[aria-expanded=true].btn-outline-warning, .show.btn-outline-warning {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #212529;
}
.btn-outline-danger {
  border-color: #b51f2e;
  color: #b51f2e;
}
.btn-outline-danger:hover {
  background-color: #b51f2e;
  border-color: #b51f2e;
  color: #fff;
}
.btn-outline-danger:focus, .focus.btn-outline-danger {
  box-shadow: 0 0 0 0.2rem rgba(181, 31, 46, 0.5);
}
.btn-outline-danger:active {
  background-color: #b51f2e;
  border-color: #b51f2e;
  color: #fff;
}
.btn-outline-danger:active:focus {
  box-shadow: 0 0 0 0.2rem rgba(181, 31, 46, 0.5);
}
.active.btn-outline-danger {
  background-color: #b51f2e;
  border-color: #b51f2e;
  color: #fff;
}
.btn-outline-danger:disabled, .disabled.btn-outline-danger {
  background-color: transparent;
  color: #b51f2e;
}
[aria-expanded=true].btn-outline-danger, .show.btn-outline-danger {
  background-color: #b51f2e;
  border-color: #b51f2e;
  color: #fff;
}
.btn-outline-light {
  border-color: #f8f9fa;
  color: #f8f9fa;
}
.btn-outline-light:hover {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #212529;
}
.btn-outline-light:focus, .focus.btn-outline-light {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:active {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #212529;
}
.btn-outline-light:active:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.active.btn-outline-light {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #212529;
}
.btn-outline-light:disabled, .disabled.btn-outline-light {
  background-color: transparent;
  color: #f8f9fa;
}
[aria-expanded=true].btn-outline-light, .show.btn-outline-light {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #212529;
}
.btn-outline-dark {
  border-color: #343a40;
  color: #343a40;
}
.btn-outline-dark:hover {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
}
.btn-outline-dark:focus, .focus.btn-outline-dark {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark:active {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
}
.btn-outline-dark:active:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.active.btn-outline-dark {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
}
.btn-outline-dark:disabled, .disabled.btn-outline-dark {
  background-color: transparent;
  color: #343a40;
}
[aria-expanded=true].btn-outline-dark, .show.btn-outline-dark {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
}
.btn-outline-borderless {
  border-color: transparent;
}
.btn-outline-borderless:hover {
  border-color: transparent;
}
.btn-outline-borderless:focus, .btn-outline-borderless.focus {
  border-color: transparent;
}
.btn-outline-borderless:disabled, .btn-outline-borderless.disabled {
  border-color: transparent;
}
.btn-outline-borderless:not(:disabled):not(.disabled):active {
  border-color: transparent;
}

.show > .btn-outline-borderless.dropdown-toggle {
  border-color: transparent;
}

.btn .loading-animation, .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item .loading-animation {
  font-size: 1em;
  margin-top: -0.1em;
}

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

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

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

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(30px * 0.5);
  padding-right: calc(30px * 0.5);
  width: 100%;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 800px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-xl, .container-lg, .container-md, .container-sm, .container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(30px * 0.5);
  padding-right: calc(30px * 0.5);
  width: 100%;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 800px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.no-gutters {
  margin-left: 0;
  margin-right: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

.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 {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 calc(100% / 1);
  max-width: calc(100% / 1);
}

.row-cols-2 > * {
  flex: 0 0 calc(100% / 2);
  max-width: calc(100% / 2);
}

.row-cols-3 > * {
  flex: 0 0 calc(100% / 3);
  max-width: calc(100% / 3);
}

.row-cols-4 > * {
  flex: 0 0 calc(100% / 4);
  max-width: calc(100% / 4);
}

.row-cols-5 > * {
  flex: 0 0 calc(100% / 5);
  max-width: calc(100% / 5);
}

.row-cols-6 > * {
  flex: 0 0 calc(100% / 6);
  max-width: calc(100% / 6);
}

.col-auto {
  flex: 0 0 auto;
  max-width: 100%;
  width: auto;
}

.col-1 {
  flex: 0 0 calc(1 / 12 * 100%);
  max-width: calc(1 / 12 * 100%);
}

.col-2 {
  flex: 0 0 calc(2 / 12 * 100%);
  max-width: calc(2 / 12 * 100%);
}

.col-3 {
  flex: 0 0 calc(3 / 12 * 100%);
  max-width: calc(3 / 12 * 100%);
}

.col-4 {
  flex: 0 0 calc(4 / 12 * 100%);
  max-width: calc(4 / 12 * 100%);
}

.col-5 {
  flex: 0 0 calc(5 / 12 * 100%);
  max-width: calc(5 / 12 * 100%);
}

.col-6 {
  flex: 0 0 calc(6 / 12 * 100%);
  max-width: calc(6 / 12 * 100%);
}

.col-7 {
  flex: 0 0 calc(7 / 12 * 100%);
  max-width: calc(7 / 12 * 100%);
}

.col-8 {
  flex: 0 0 calc(8 / 12 * 100%);
  max-width: calc(8 / 12 * 100%);
}

.col-9 {
  flex: 0 0 calc(9 / 12 * 100%);
  max-width: calc(9 / 12 * 100%);
}

.col-10 {
  flex: 0 0 calc(10 / 12 * 100%);
  max-width: calc(10 / 12 * 100%);
}

.col-11 {
  flex: 0 0 calc(11 / 12 * 100%);
  max-width: calc(11 / 12 * 100%);
}

.col-12 {
  flex: 0 0 calc(12 / 12 * 100%);
  max-width: calc(12 / 12 * 100%);
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: calc(1 / 12 * 100%);
}

.offset-2 {
  margin-left: calc(2 / 12 * 100%);
}

.offset-3 {
  margin-left: calc(3 / 12 * 100%);
}

.offset-4 {
  margin-left: calc(4 / 12 * 100%);
}

.offset-5 {
  margin-left: calc(5 / 12 * 100%);
}

.offset-6 {
  margin-left: calc(6 / 12 * 100%);
}

.offset-7 {
  margin-left: calc(7 / 12 * 100%);
}

.offset-8 {
  margin-left: calc(8 / 12 * 100%);
}

.offset-9 {
  margin-left: calc(9 / 12 * 100%);
}

.offset-10 {
  margin-left: calc(10 / 12 * 100%);
}

.offset-11 {
  margin-left: calc(11 / 12 * 100%);
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 calc(100% / 1);
    max-width: calc(100% / 1);
  }
  .row-cols-sm-2 > * {
    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
  }
  .row-cols-sm-3 > * {
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }
  .row-cols-sm-4 > * {
    flex: 0 0 calc(100% / 4);
    max-width: calc(100% / 4);
  }
  .row-cols-sm-5 > * {
    flex: 0 0 calc(100% / 5);
    max-width: calc(100% / 5);
  }
  .row-cols-sm-6 > * {
    flex: 0 0 calc(100% / 6);
    max-width: calc(100% / 6);
  }
  .col-sm-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 calc(1 / 12 * 100%);
    max-width: calc(1 / 12 * 100%);
  }
  .col-sm-2 {
    flex: 0 0 calc(2 / 12 * 100%);
    max-width: calc(2 / 12 * 100%);
  }
  .col-sm-3 {
    flex: 0 0 calc(3 / 12 * 100%);
    max-width: calc(3 / 12 * 100%);
  }
  .col-sm-4 {
    flex: 0 0 calc(4 / 12 * 100%);
    max-width: calc(4 / 12 * 100%);
  }
  .col-sm-5 {
    flex: 0 0 calc(5 / 12 * 100%);
    max-width: calc(5 / 12 * 100%);
  }
  .col-sm-6 {
    flex: 0 0 calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%);
  }
  .col-sm-7 {
    flex: 0 0 calc(7 / 12 * 100%);
    max-width: calc(7 / 12 * 100%);
  }
  .col-sm-8 {
    flex: 0 0 calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%);
  }
  .col-sm-9 {
    flex: 0 0 calc(9 / 12 * 100%);
    max-width: calc(9 / 12 * 100%);
  }
  .col-sm-10 {
    flex: 0 0 calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }
  .col-sm-11 {
    flex: 0 0 calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }
  .col-sm-12 {
    flex: 0 0 calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: calc(0 / 12 * 100%);
  }
  .offset-sm-1 {
    margin-left: calc(1 / 12 * 100%);
  }
  .offset-sm-2 {
    margin-left: calc(2 / 12 * 100%);
  }
  .offset-sm-3 {
    margin-left: calc(3 / 12 * 100%);
  }
  .offset-sm-4 {
    margin-left: calc(4 / 12 * 100%);
  }
  .offset-sm-5 {
    margin-left: calc(5 / 12 * 100%);
  }
  .offset-sm-6 {
    margin-left: calc(6 / 12 * 100%);
  }
  .offset-sm-7 {
    margin-left: calc(7 / 12 * 100%);
  }
  .offset-sm-8 {
    margin-left: calc(8 / 12 * 100%);
  }
  .offset-sm-9 {
    margin-left: calc(9 / 12 * 100%);
  }
  .offset-sm-10 {
    margin-left: calc(10 / 12 * 100%);
  }
  .offset-sm-11 {
    margin-left: calc(11 / 12 * 100%);
  }
}
@media (min-width: 800px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 calc(100% / 1);
    max-width: calc(100% / 1);
  }
  .row-cols-md-2 > * {
    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
  }
  .row-cols-md-3 > * {
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }
  .row-cols-md-4 > * {
    flex: 0 0 calc(100% / 4);
    max-width: calc(100% / 4);
  }
  .row-cols-md-5 > * {
    flex: 0 0 calc(100% / 5);
    max-width: calc(100% / 5);
  }
  .row-cols-md-6 > * {
    flex: 0 0 calc(100% / 6);
    max-width: calc(100% / 6);
  }
  .col-md-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 calc(1 / 12 * 100%);
    max-width: calc(1 / 12 * 100%);
  }
  .col-md-2 {
    flex: 0 0 calc(2 / 12 * 100%);
    max-width: calc(2 / 12 * 100%);
  }
  .col-md-3 {
    flex: 0 0 calc(3 / 12 * 100%);
    max-width: calc(3 / 12 * 100%);
  }
  .col-md-4 {
    flex: 0 0 calc(4 / 12 * 100%);
    max-width: calc(4 / 12 * 100%);
  }
  .col-md-5 {
    flex: 0 0 calc(5 / 12 * 100%);
    max-width: calc(5 / 12 * 100%);
  }
  .col-md-6 {
    flex: 0 0 calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%);
  }
  .col-md-7 {
    flex: 0 0 calc(7 / 12 * 100%);
    max-width: calc(7 / 12 * 100%);
  }
  .col-md-8 {
    flex: 0 0 calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%);
  }
  .col-md-9 {
    flex: 0 0 calc(9 / 12 * 100%);
    max-width: calc(9 / 12 * 100%);
  }
  .col-md-10 {
    flex: 0 0 calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }
  .col-md-11 {
    flex: 0 0 calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }
  .col-md-12 {
    flex: 0 0 calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: calc(0 / 12 * 100%);
  }
  .offset-md-1 {
    margin-left: calc(1 / 12 * 100%);
  }
  .offset-md-2 {
    margin-left: calc(2 / 12 * 100%);
  }
  .offset-md-3 {
    margin-left: calc(3 / 12 * 100%);
  }
  .offset-md-4 {
    margin-left: calc(4 / 12 * 100%);
  }
  .offset-md-5 {
    margin-left: calc(5 / 12 * 100%);
  }
  .offset-md-6 {
    margin-left: calc(6 / 12 * 100%);
  }
  .offset-md-7 {
    margin-left: calc(7 / 12 * 100%);
  }
  .offset-md-8 {
    margin-left: calc(8 / 12 * 100%);
  }
  .offset-md-9 {
    margin-left: calc(9 / 12 * 100%);
  }
  .offset-md-10 {
    margin-left: calc(10 / 12 * 100%);
  }
  .offset-md-11 {
    margin-left: calc(11 / 12 * 100%);
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 calc(100% / 1);
    max-width: calc(100% / 1);
  }
  .row-cols-lg-2 > * {
    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
  }
  .row-cols-lg-3 > * {
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }
  .row-cols-lg-4 > * {
    flex: 0 0 calc(100% / 4);
    max-width: calc(100% / 4);
  }
  .row-cols-lg-5 > * {
    flex: 0 0 calc(100% / 5);
    max-width: calc(100% / 5);
  }
  .row-cols-lg-6 > * {
    flex: 0 0 calc(100% / 6);
    max-width: calc(100% / 6);
  }
  .col-lg-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 calc(1 / 12 * 100%);
    max-width: calc(1 / 12 * 100%);
  }
  .col-lg-2 {
    flex: 0 0 calc(2 / 12 * 100%);
    max-width: calc(2 / 12 * 100%);
  }
  .col-lg-3 {
    flex: 0 0 calc(3 / 12 * 100%);
    max-width: calc(3 / 12 * 100%);
  }
  .col-lg-4 {
    flex: 0 0 calc(4 / 12 * 100%);
    max-width: calc(4 / 12 * 100%);
  }
  .col-lg-5 {
    flex: 0 0 calc(5 / 12 * 100%);
    max-width: calc(5 / 12 * 100%);
  }
  .col-lg-6 {
    flex: 0 0 calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%);
  }
  .col-lg-7 {
    flex: 0 0 calc(7 / 12 * 100%);
    max-width: calc(7 / 12 * 100%);
  }
  .col-lg-8 {
    flex: 0 0 calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%);
  }
  .col-lg-9 {
    flex: 0 0 calc(9 / 12 * 100%);
    max-width: calc(9 / 12 * 100%);
  }
  .col-lg-10 {
    flex: 0 0 calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }
  .col-lg-11 {
    flex: 0 0 calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }
  .col-lg-12 {
    flex: 0 0 calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: calc(0 / 12 * 100%);
  }
  .offset-lg-1 {
    margin-left: calc(1 / 12 * 100%);
  }
  .offset-lg-2 {
    margin-left: calc(2 / 12 * 100%);
  }
  .offset-lg-3 {
    margin-left: calc(3 / 12 * 100%);
  }
  .offset-lg-4 {
    margin-left: calc(4 / 12 * 100%);
  }
  .offset-lg-5 {
    margin-left: calc(5 / 12 * 100%);
  }
  .offset-lg-6 {
    margin-left: calc(6 / 12 * 100%);
  }
  .offset-lg-7 {
    margin-left: calc(7 / 12 * 100%);
  }
  .offset-lg-8 {
    margin-left: calc(8 / 12 * 100%);
  }
  .offset-lg-9 {
    margin-left: calc(9 / 12 * 100%);
  }
  .offset-lg-10 {
    margin-left: calc(10 / 12 * 100%);
  }
  .offset-lg-11 {
    margin-left: calc(11 / 12 * 100%);
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 calc(100% / 1);
    max-width: calc(100% / 1);
  }
  .row-cols-xl-2 > * {
    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
  }
  .row-cols-xl-3 > * {
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }
  .row-cols-xl-4 > * {
    flex: 0 0 calc(100% / 4);
    max-width: calc(100% / 4);
  }
  .row-cols-xl-5 > * {
    flex: 0 0 calc(100% / 5);
    max-width: calc(100% / 5);
  }
  .row-cols-xl-6 > * {
    flex: 0 0 calc(100% / 6);
    max-width: calc(100% / 6);
  }
  .col-xl-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 calc(1 / 12 * 100%);
    max-width: calc(1 / 12 * 100%);
  }
  .col-xl-2 {
    flex: 0 0 calc(2 / 12 * 100%);
    max-width: calc(2 / 12 * 100%);
  }
  .col-xl-3 {
    flex: 0 0 calc(3 / 12 * 100%);
    max-width: calc(3 / 12 * 100%);
  }
  .col-xl-4 {
    flex: 0 0 calc(4 / 12 * 100%);
    max-width: calc(4 / 12 * 100%);
  }
  .col-xl-5 {
    flex: 0 0 calc(5 / 12 * 100%);
    max-width: calc(5 / 12 * 100%);
  }
  .col-xl-6 {
    flex: 0 0 calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%);
  }
  .col-xl-7 {
    flex: 0 0 calc(7 / 12 * 100%);
    max-width: calc(7 / 12 * 100%);
  }
  .col-xl-8 {
    flex: 0 0 calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%);
  }
  .col-xl-9 {
    flex: 0 0 calc(9 / 12 * 100%);
    max-width: calc(9 / 12 * 100%);
  }
  .col-xl-10 {
    flex: 0 0 calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }
  .col-xl-11 {
    flex: 0 0 calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }
  .col-xl-12 {
    flex: 0 0 calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: calc(0 / 12 * 100%);
  }
  .offset-xl-1 {
    margin-left: calc(1 / 12 * 100%);
  }
  .offset-xl-2 {
    margin-left: calc(2 / 12 * 100%);
  }
  .offset-xl-3 {
    margin-left: calc(3 / 12 * 100%);
  }
  .offset-xl-4 {
    margin-left: calc(4 / 12 * 100%);
  }
  .offset-xl-5 {
    margin-left: calc(5 / 12 * 100%);
  }
  .offset-xl-6 {
    margin-left: calc(6 / 12 * 100%);
  }
  .offset-xl-7 {
    margin-left: calc(7 / 12 * 100%);
  }
  .offset-xl-8 {
    margin-left: calc(8 / 12 * 100%);
  }
  .offset-xl-9 {
    margin-left: calc(9 / 12 * 100%);
  }
  .offset-xl-10 {
    margin-left: calc(10 / 12 * 100%);
  }
  .offset-xl-11 {
    margin-left: calc(11 / 12 * 100%);
  }
}
.container-fluid-max-sm {
  max-width: 540px;
}
.container-fluid-max-md {
  max-width: 720px;
}
.container-fluid-max-lg {
  max-width: 960px;
}
.container-fluid-max-xl {
  max-width: 1140px;
}

.container-no-gutters {
  padding-left: 0;
  padding-right: 0;
}
.container-no-gutters > .row {
  margin-left: 0;
  margin-right: 0;
}
.container-no-gutters > .row > .col,
.container-no-gutters > .row > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 575.98px) {
  .container-no-gutters-sm-down {
    padding-left: 0;
    padding-right: 0;
  }
  .container-no-gutters-sm-down > .row {
    margin-left: 0;
    margin-right: 0;
  }
  .container-no-gutters-sm-down > .row > .col,
  .container-no-gutters-sm-down > .row > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 799.98px) {
  .container-no-gutters-md-down {
    padding-left: 0;
    padding-right: 0;
  }
  .container-no-gutters-md-down > .row {
    margin-left: 0;
    margin-right: 0;
  }
  .container-no-gutters-md-down > .row > .col,
  .container-no-gutters-md-down > .row > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 991.98px) {
  .container-no-gutters-lg-down {
    padding-left: 0;
    padding-right: 0;
  }
  .container-no-gutters-lg-down > .row {
    margin-left: 0;
    margin-right: 0;
  }
  .container-no-gutters-lg-down > .row > .col,
  .container-no-gutters-lg-down > .row > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 1199.98px) {
  .container-no-gutters-xl-down {
    padding-left: 0;
    padding-right: 0;
  }
  .container-no-gutters-xl-down > .row {
    margin-left: 0;
    margin-right: 0;
  }
  .container-no-gutters-xl-down > .row > .col,
  .container-no-gutters-xl-down > .row > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }
}

.card-page {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.container .card-page, .container-fluid .card-page {
  margin-left: -15px;
  margin-right: -15px;
}

.container-form-lg {
  padding-bottom: 3rem;
  padding-top: 3rem;
}
@media (max-width: 991.98px) {
  .container-form-lg {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
}
@media (max-width: 991.98px) {
  .container-form-lg .menubar-vertical-expand-lg {
    margin-top: -1rem;
  }
}

.container-view {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

.alert, .portlet-msg-alert,
.portlet-msg-error,
.portlet-msg-help,
.portlet-msg-info,
.portlet-msg-progress,
.portlet-msg-success {
  border-color: transparent;
  border-style: solid;
  border-width: 0.0625rem;
  border-radius: 0.25rem;
  display: block;
  margin-bottom: 1rem;
  padding: 0.75rem 1.25rem;
  position: relative;
  white-space: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.alert .alert-btn, .portlet-msg-alert .alert-btn,
.portlet-msg-error .alert-btn,
.portlet-msg-help .alert-btn,
.portlet-msg-info .alert-btn,
.portlet-msg-progress .alert-btn,
.portlet-msg-success .alert-btn {
  border-radius: 0.125rem;
  font-size: 0.875rem;
  line-height: 1.5;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
}
.alert .alert-btn .c-inner, .portlet-msg-alert .alert-btn .c-inner,
.portlet-msg-error .alert-btn .c-inner,
.portlet-msg-help .alert-btn .c-inner,
.portlet-msg-info .alert-btn .c-inner,
.portlet-msg-progress .alert-btn .c-inner,
.portlet-msg-success .alert-btn .c-inner {
  margin-bottom: -0.25rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-top: -0.25rem;
}
.alert .btn-group, .portlet-msg-alert .btn-group,
.portlet-msg-error .btn-group,
.portlet-msg-help .btn-group,
.portlet-msg-info .btn-group,
.portlet-msg-progress .btn-group,
.portlet-msg-success .btn-group {
  margin-bottom: -0.125rem;
  margin-top: -0.125rem;
}
.alert .btn-group-item, .portlet-msg-alert .btn-group-item,
.portlet-msg-error .btn-group-item,
.portlet-msg-help .btn-group-item,
.portlet-msg-info .btn-group-item,
.portlet-msg-progress .btn-group-item,
.portlet-msg-success .btn-group-item {
  margin-bottom: 0.125rem;
  margin-top: 0.125rem;
}
.alert .close, .portlet-msg-alert .close,
.portlet-msg-error .close,
.portlet-msg-help .close,
.portlet-msg-info .close,
.portlet-msg-progress .close,
.portlet-msg-success .close {
  color: inherit;
  font-size: 0.875rem;
  height: 2rem;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  position: absolute;
  right: 0.5rem;
  top: 0.75rem;
  width: 2rem;
}
.alert .close:hover, .portlet-msg-alert .close:hover,
.portlet-msg-error .close:hover,
.portlet-msg-help .close:hover,
.portlet-msg-info .close:hover,
.portlet-msg-progress .close:hover,
.portlet-msg-success .close:hover {
  color: inherit;
}
.alert .close .c-inner, .portlet-msg-alert .close .c-inner,
.portlet-msg-error .close .c-inner,
.portlet-msg-help .close .c-inner,
.portlet-msg-info .close .c-inner,
.portlet-msg-progress .close .c-inner,
.portlet-msg-success .close .c-inner {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.alert .lead, .portlet-msg-alert .lead,
.portlet-msg-error .lead,
.portlet-msg-help .lead,
.portlet-msg-info .lead,
.portlet-msg-progress .lead,
.portlet-msg-success .lead {
  margin-right: 0.3125rem;
}
.alert-heading {
  color: inherit;
}

.alert-footer {
  margin-top: 1.375rem;
}

.alert-link,
.alert-link.btn-unstyled {
  font-weight: 700;
}
.alert-link:hover,
.alert-link.btn-unstyled:hover {
  text-decoration: underline;
}
.alert-link.focus, .alert-link:focus,
.alert-link.btn-unstyled.focus,
.alert-link.btn-unstyled:focus {
  text-decoration: underline;
}
.alert-indicator {
  font-size: 1.25rem;
  line-height: 1;
  vertical-align: 8%;
}
.alert-indicator + .lead {
  margin-left: 0.3125rem;
}

.alert-dismissible {
  padding-right: 2.5rem;
}

.alert-fluid {
  border-radius: 0;
  border-width: 0 0 1px 0;
  margin-bottom: 0;
  padding: 0;
}
.alert-fluid.alert-dismissible .container,
.alert-fluid.alert-dismissible .container-fluid {
  padding-right: calc( 				2.5rem + 15px 			);
  position: relative;
}
.alert-fluid .close {
  right: calc(15px + 0.25rem);
}
.alert-fluid .container,
.alert-fluid .container-fluid {
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
}
.alert-container {
  height: 0;
  position: relative;
}

.alert-notifications .alert, .alert-notifications .portlet-msg-alert,
.alert-notifications .portlet-msg-error,
.alert-notifications .portlet-msg-help,
.alert-notifications .portlet-msg-info,
.alert-notifications .portlet-msg-progress,
.alert-notifications .portlet-msg-success {
  clear: both;
  float: left;
  margin-bottom: 1rem;
  max-width: 22.5rem;
}
.alert-notifications .alert:last-child, .alert-notifications .portlet-msg-alert:last-child,
.alert-notifications .portlet-msg-error:last-child,
.alert-notifications .portlet-msg-help:last-child,
.alert-notifications .portlet-msg-info:last-child,
.alert-notifications .portlet-msg-progress:last-child,
.alert-notifications .portlet-msg-success:last-child {
  margin-bottom: 0;
}
.alert-notifications .alert-fluid {
  padding-bottom: 0;
  padding-top: 0;
}

.alert-notifications-absolute {
  height: 0;
  position: absolute;
  right: 0.5rem;
  top: 4.75rem;
  z-index: 5000;
}

.alert-notifications-fixed {
  bottom: 1.25rem;
  left: 1.25rem;
  position: fixed;
  z-index: 5000;
}

.alert-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
}
.alert-list .close {
  top: 50%;
  transform: translateY(-50%);
}

.modal-body .alert .close, .modal-body .portlet-msg-alert .close,
.modal-body .portlet-msg-error .close,
.modal-body .portlet-msg-help .close,
.modal-body .portlet-msg-info .close,
.modal-body .portlet-msg-progress .close,
.modal-body .portlet-msg-success .close {
  right: 1rem;
}
.modal-body .alert-list .alert-fluid:last-child {
  margin-bottom: -1px;
}

.autofit-row.alert-autofit-row {
  align-items: baseline;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  width: auto;
}
.autofit-row.alert-autofit-row > .autofit-col {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.alert-feedback.alert, .alert-feedback.portlet-msg-alert,
.alert-feedback.portlet-msg-error,
.alert-feedback.portlet-msg-help,
.alert-feedback.portlet-msg-info,
.alert-feedback.portlet-msg-progress,
.alert-feedback.portlet-msg-success {
  background-color: transparent;
  border-width: 0;
  margin-bottom: 0.25rem;
  padding: 0;
}
.alert-feedback.alert .alert-autofit-row, .alert-feedback.portlet-msg-alert .alert-autofit-row,
.alert-feedback.portlet-msg-error .alert-autofit-row,
.alert-feedback.portlet-msg-help .alert-autofit-row,
.alert-feedback.portlet-msg-info .alert-autofit-row,
.alert-feedback.portlet-msg-progress .alert-autofit-row,
.alert-feedback.portlet-msg-success .alert-autofit-row,
.alert-feedback.alert .autofit-row,
.alert-feedback.portlet-msg-alert .autofit-row,
.alert-feedback.portlet-msg-error .autofit-row,
.alert-feedback.portlet-msg-help .autofit-row,
.alert-feedback.portlet-msg-info .autofit-row,
.alert-feedback.portlet-msg-progress .autofit-row,
.alert-feedback.portlet-msg-success .autofit-row {
  display: inline;
  margin-left: 0;
  margin-right: 0;
}
.alert-feedback.alert .alert-autofit-row > .autofit-col, .alert-feedback.portlet-msg-alert .alert-autofit-row > .autofit-col,
.alert-feedback.portlet-msg-error .alert-autofit-row > .autofit-col,
.alert-feedback.portlet-msg-help .alert-autofit-row > .autofit-col,
.alert-feedback.portlet-msg-info .alert-autofit-row > .autofit-col,
.alert-feedback.portlet-msg-progress .alert-autofit-row > .autofit-col,
.alert-feedback.portlet-msg-success .alert-autofit-row > .autofit-col,
.alert-feedback.alert .autofit-row > .autofit-col,
.alert-feedback.portlet-msg-alert .autofit-row > .autofit-col,
.alert-feedback.portlet-msg-error .autofit-row > .autofit-col,
.alert-feedback.portlet-msg-help .autofit-row > .autofit-col,
.alert-feedback.portlet-msg-info .autofit-row > .autofit-col,
.alert-feedback.portlet-msg-progress .autofit-row > .autofit-col,
.alert-feedback.portlet-msg-success .autofit-row > .autofit-col {
  display: inline;
  padding-left: 0;
  padding-right: 0.25em;
}
.alert-feedback.alert .alert-autofit-row > .autofit-col > .autofit-section, .alert-feedback.portlet-msg-alert .alert-autofit-row > .autofit-col > .autofit-section,
.alert-feedback.portlet-msg-error .alert-autofit-row > .autofit-col > .autofit-section,
.alert-feedback.portlet-msg-help .alert-autofit-row > .autofit-col > .autofit-section,
.alert-feedback.portlet-msg-info .alert-autofit-row > .autofit-col > .autofit-section,
.alert-feedback.portlet-msg-progress .alert-autofit-row > .autofit-col > .autofit-section,
.alert-feedback.portlet-msg-success .alert-autofit-row > .autofit-col > .autofit-section,
.alert-feedback.alert .autofit-row > .autofit-col > .autofit-section,
.alert-feedback.portlet-msg-alert .autofit-row > .autofit-col > .autofit-section,
.alert-feedback.portlet-msg-error .autofit-row > .autofit-col > .autofit-section,
.alert-feedback.portlet-msg-help .autofit-row > .autofit-col > .autofit-section,
.alert-feedback.portlet-msg-info .autofit-row > .autofit-col > .autofit-section,
.alert-feedback.portlet-msg-progress .autofit-row > .autofit-col > .autofit-section,
.alert-feedback.portlet-msg-success .autofit-row > .autofit-col > .autofit-section {
  display: inline;
}
.alert-feedback.alert .close, .alert-feedback.portlet-msg-alert .close,
.alert-feedback.portlet-msg-error .close,
.alert-feedback.portlet-msg-help .close,
.alert-feedback.portlet-msg-info .close,
.alert-feedback.portlet-msg-progress .close,
.alert-feedback.portlet-msg-success .close {
  font-size: inherit;
  height: 1rem;
  position: relative;
  right: auto;
  top: 0.125em;
  width: 1rem;
}
.alert-feedback.alert .lead, .alert-feedback.portlet-msg-alert .lead,
.alert-feedback.portlet-msg-error .lead,
.alert-feedback.portlet-msg-help .lead,
.alert-feedback.portlet-msg-info .lead,
.alert-feedback.portlet-msg-progress .lead,
.alert-feedback.portlet-msg-success .lead {
  margin-right: 0;
}
.alert-feedback.alert .lead + .component-text, .alert-feedback.portlet-msg-alert .lead + .component-text,
.alert-feedback.portlet-msg-error .lead + .component-text,
.alert-feedback.portlet-msg-help .lead + .component-text,
.alert-feedback.portlet-msg-info .lead + .component-text,
.alert-feedback.portlet-msg-progress .lead + .component-text,
.alert-feedback.portlet-msg-success .lead + .component-text {
  margin-left: 0.25em;
}

.alert-inline.alert, .alert-inline.portlet-msg-alert,
.alert-inline.portlet-msg-error,
.alert-inline.portlet-msg-help,
.alert-inline.portlet-msg-info,
.alert-inline.portlet-msg-progress,
.alert-inline.portlet-msg-success {
  display: inline-block;
  max-width: 100%;
  width: auto;
}
.alert-inline.alert.alert-dismissible, .alert-inline.alert-dismissible.portlet-msg-alert,
.alert-inline.alert-dismissible.portlet-msg-error,
.alert-inline.alert-dismissible.portlet-msg-help,
.alert-inline.alert-dismissible.portlet-msg-info,
.alert-inline.alert-dismissible.portlet-msg-progress,
.alert-inline.alert-dismissible.portlet-msg-success {
  padding-right: 3.5rem;
}
.alert-inline.alert.alert-dismissible.alert-fluid, .alert-inline.alert-dismissible.alert-fluid.portlet-msg-alert,
.alert-inline.alert-dismissible.alert-fluid.portlet-msg-error,
.alert-inline.alert-dismissible.alert-fluid.portlet-msg-help,
.alert-inline.alert-dismissible.alert-fluid.portlet-msg-info,
.alert-inline.alert-dismissible.alert-fluid.portlet-msg-progress,
.alert-inline.alert-dismissible.alert-fluid.portlet-msg-success {
  padding-right: 0;
}
.alert-inline.alert.alert-dismissible.alert-fluid > .container, .alert-inline.alert-dismissible.alert-fluid.portlet-msg-alert > .container,
.alert-inline.alert-dismissible.alert-fluid.portlet-msg-error > .container,
.alert-inline.alert-dismissible.alert-fluid.portlet-msg-help > .container,
.alert-inline.alert-dismissible.alert-fluid.portlet-msg-info > .container,
.alert-inline.alert-dismissible.alert-fluid.portlet-msg-progress > .container,
.alert-inline.alert-dismissible.alert-fluid.portlet-msg-success > .container,
.alert-inline.alert.alert-dismissible.alert-fluid > .container-fluid,
.alert-inline.alert-dismissible.alert-fluid.portlet-msg-alert > .container-fluid,
.alert-inline.alert-dismissible.alert-fluid.portlet-msg-error > .container-fluid,
.alert-inline.alert-dismissible.alert-fluid.portlet-msg-help > .container-fluid,
.alert-inline.alert-dismissible.alert-fluid.portlet-msg-info > .container-fluid,
.alert-inline.alert-dismissible.alert-fluid.portlet-msg-progress > .container-fluid,
.alert-inline.alert-dismissible.alert-fluid.portlet-msg-success > .container-fluid {
  padding-right: 3.5rem;
}
.alert-inline.alert.alert-dismissible.alert-fluid > .container > .alert-autofit-row, .alert-inline.alert-dismissible.alert-fluid.portlet-msg-alert > .container > .alert-autofit-row,
.alert-inline.alert-dismissible.alert-fluid.portlet-msg-error > .container > .alert-autofit-row,
.alert-inline.alert-dismissible.alert-fluid.portlet-msg-help > .container > .alert-autofit-row,
.alert-inline.alert-dismissible.alert-fluid.portlet-msg-info > .container > .alert-autofit-row,
.alert-inline.alert-dismissible.alert-fluid.portlet-msg-progress > .container > .alert-autofit-row,
.alert-inline.alert-dismissible.alert-fluid.portlet-msg-success > .container > .alert-autofit-row,
.alert-inline.alert.alert-dismissible.alert-fluid > .container-fluid > .alert-autofit-row,
.alert-inline.alert-dismissible.alert-fluid.portlet-msg-alert > .container-fluid > .alert-autofit-row,
.alert-inline.alert-dismissible.alert-fluid.portlet-msg-error > .container-fluid > .alert-autofit-row,
.alert-inline.alert-dismissible.alert-fluid.portlet-msg-help > .container-fluid > .alert-autofit-row,
.alert-inline.alert-dismissible.alert-fluid.portlet-msg-info > .container-fluid > .alert-autofit-row,
.alert-inline.alert-dismissible.alert-fluid.portlet-msg-progress > .container-fluid > .alert-autofit-row,
.alert-inline.alert-dismissible.alert-fluid.portlet-msg-success > .container-fluid > .alert-autofit-row {
  align-items: center;
  margin-bottom: calc(-0.75rem - 1px);
  margin-top: calc(-0.75rem - 1px);
  padding-bottom: 0.5625rem;
  padding-top: 0.5625rem;
  min-height: 3.5rem;
}
.alert-inline.alert > .alert-autofit-row, .alert-inline.portlet-msg-alert > .alert-autofit-row,
.alert-inline.portlet-msg-error > .alert-autofit-row,
.alert-inline.portlet-msg-help > .alert-autofit-row,
.alert-inline.portlet-msg-info > .alert-autofit-row,
.alert-inline.portlet-msg-progress > .alert-autofit-row,
.alert-inline.portlet-msg-success > .alert-autofit-row {
  align-items: center;
  margin-bottom: calc(-0.75rem - 1px);
  margin-top: calc(-0.75rem - 1px);
  padding-bottom: 0.5625rem;
  padding-top: 0.5625rem;
  min-height: 3.5rem;
}
.alert-inline.alert > .alert-autofit-row .btn-group, .alert-inline.portlet-msg-alert > .alert-autofit-row .btn-group,
.alert-inline.portlet-msg-error > .alert-autofit-row .btn-group,
.alert-inline.portlet-msg-help > .alert-autofit-row .btn-group,
.alert-inline.portlet-msg-info > .alert-autofit-row .btn-group,
.alert-inline.portlet-msg-progress > .alert-autofit-row .btn-group,
.alert-inline.portlet-msg-success > .alert-autofit-row .btn-group {
  margin-right: 2rem;
}
.alert-inline.alert .close, .alert-inline.portlet-msg-alert .close,
.alert-inline.portlet-msg-error .close,
.alert-inline.portlet-msg-help .close,
.alert-inline.portlet-msg-info .close,
.alert-inline.portlet-msg-progress .close,
.alert-inline.portlet-msg-success .close {
  margin-top: -1rem;
  top: 50%;
}
.alert-autofit-stacked.alert > .alert-autofit-row, .alert-autofit-stacked.portlet-msg-alert > .alert-autofit-row,
.alert-autofit-stacked.portlet-msg-error > .alert-autofit-row,
.alert-autofit-stacked.portlet-msg-help > .alert-autofit-row,
.alert-autofit-stacked.portlet-msg-info > .alert-autofit-row,
.alert-autofit-stacked.portlet-msg-progress > .alert-autofit-row,
.alert-autofit-stacked.portlet-msg-success > .alert-autofit-row {
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 0;
  margin-top: 0;
  min-height: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.alert-autofit-stacked.alert > .alert-autofit-row > .autofit-col, .alert-autofit-stacked.portlet-msg-alert > .alert-autofit-row > .autofit-col,
.alert-autofit-stacked.portlet-msg-error > .alert-autofit-row > .autofit-col,
.alert-autofit-stacked.portlet-msg-help > .alert-autofit-row > .autofit-col,
.alert-autofit-stacked.portlet-msg-info > .alert-autofit-row > .autofit-col,
.alert-autofit-stacked.portlet-msg-progress > .alert-autofit-row > .autofit-col,
.alert-autofit-stacked.portlet-msg-success > .alert-autofit-row > .autofit-col {
  width: 100%;
}
.alert-autofit-stacked.alert > .alert-autofit-row .btn-group, .alert-autofit-stacked.portlet-msg-alert > .alert-autofit-row .btn-group,
.alert-autofit-stacked.portlet-msg-error > .alert-autofit-row .btn-group,
.alert-autofit-stacked.portlet-msg-help > .alert-autofit-row .btn-group,
.alert-autofit-stacked.portlet-msg-info > .alert-autofit-row .btn-group,
.alert-autofit-stacked.portlet-msg-progress > .alert-autofit-row .btn-group,
.alert-autofit-stacked.portlet-msg-success > .alert-autofit-row .btn-group {
  margin-right: 0;
  margin-top: 0.875rem;
}
.alert-autofit-stacked.alert .close, .alert-autofit-stacked.portlet-msg-alert .close,
.alert-autofit-stacked.portlet-msg-error .close,
.alert-autofit-stacked.portlet-msg-help .close,
.alert-autofit-stacked.portlet-msg-info .close,
.alert-autofit-stacked.portlet-msg-progress .close,
.alert-autofit-stacked.portlet-msg-success .close {
  margin-top: 0;
  top: 0.75rem;
}
@media (max-width: 799.98px) {
  .alert-autofit-stacked-sm-down.alert > .alert-autofit-row, .alert-autofit-stacked-sm-down.portlet-msg-alert > .alert-autofit-row,
  .alert-autofit-stacked-sm-down.portlet-msg-error > .alert-autofit-row,
  .alert-autofit-stacked-sm-down.portlet-msg-help > .alert-autofit-row,
  .alert-autofit-stacked-sm-down.portlet-msg-info > .alert-autofit-row,
  .alert-autofit-stacked-sm-down.portlet-msg-progress > .alert-autofit-row,
  .alert-autofit-stacked-sm-down.portlet-msg-success > .alert-autofit-row {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 0;
    margin-top: 0;
    min-height: 0;
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media (max-width: 799.98px) {
  .alert-autofit-stacked-sm-down.alert > .alert-autofit-row > .autofit-col, .alert-autofit-stacked-sm-down.portlet-msg-alert > .alert-autofit-row > .autofit-col,
  .alert-autofit-stacked-sm-down.portlet-msg-error > .alert-autofit-row > .autofit-col,
  .alert-autofit-stacked-sm-down.portlet-msg-help > .alert-autofit-row > .autofit-col,
  .alert-autofit-stacked-sm-down.portlet-msg-info > .alert-autofit-row > .autofit-col,
  .alert-autofit-stacked-sm-down.portlet-msg-progress > .alert-autofit-row > .autofit-col,
  .alert-autofit-stacked-sm-down.portlet-msg-success > .alert-autofit-row > .autofit-col {
    width: 100%;
  }
}
@media (max-width: 799.98px) {
  .alert-autofit-stacked-sm-down.alert > .alert-autofit-row .btn-group, .alert-autofit-stacked-sm-down.portlet-msg-alert > .alert-autofit-row .btn-group,
  .alert-autofit-stacked-sm-down.portlet-msg-error > .alert-autofit-row .btn-group,
  .alert-autofit-stacked-sm-down.portlet-msg-help > .alert-autofit-row .btn-group,
  .alert-autofit-stacked-sm-down.portlet-msg-info > .alert-autofit-row .btn-group,
  .alert-autofit-stacked-sm-down.portlet-msg-progress > .alert-autofit-row .btn-group,
  .alert-autofit-stacked-sm-down.portlet-msg-success > .alert-autofit-row .btn-group {
    margin-right: 0;
    margin-top: 0.875rem;
  }
}
@media (max-width: 799.98px) {
  .alert-autofit-stacked-sm-down.alert .close, .alert-autofit-stacked-sm-down.portlet-msg-alert .close,
  .alert-autofit-stacked-sm-down.portlet-msg-error .close,
  .alert-autofit-stacked-sm-down.portlet-msg-help .close,
  .alert-autofit-stacked-sm-down.portlet-msg-info .close,
  .alert-autofit-stacked-sm-down.portlet-msg-progress .close,
  .alert-autofit-stacked-sm-down.portlet-msg-success .close {
    margin-top: 0;
    top: 0.75rem;
  }
}

@media (max-width: 575.98px) {
  .alert-autofit-stacked-xs-down.alert > .alert-autofit-row, .alert-autofit-stacked-xs-down.portlet-msg-alert > .alert-autofit-row,
  .alert-autofit-stacked-xs-down.portlet-msg-error > .alert-autofit-row,
  .alert-autofit-stacked-xs-down.portlet-msg-help > .alert-autofit-row,
  .alert-autofit-stacked-xs-down.portlet-msg-info > .alert-autofit-row,
  .alert-autofit-stacked-xs-down.portlet-msg-progress > .alert-autofit-row,
  .alert-autofit-stacked-xs-down.portlet-msg-success > .alert-autofit-row {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 0;
    margin-top: 0;
    min-height: 0;
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media (max-width: 575.98px) {
  .alert-autofit-stacked-xs-down.alert > .alert-autofit-row > .autofit-col, .alert-autofit-stacked-xs-down.portlet-msg-alert > .alert-autofit-row > .autofit-col,
  .alert-autofit-stacked-xs-down.portlet-msg-error > .alert-autofit-row > .autofit-col,
  .alert-autofit-stacked-xs-down.portlet-msg-help > .alert-autofit-row > .autofit-col,
  .alert-autofit-stacked-xs-down.portlet-msg-info > .alert-autofit-row > .autofit-col,
  .alert-autofit-stacked-xs-down.portlet-msg-progress > .alert-autofit-row > .autofit-col,
  .alert-autofit-stacked-xs-down.portlet-msg-success > .alert-autofit-row > .autofit-col {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .alert-autofit-stacked-xs-down.alert > .alert-autofit-row .btn-group, .alert-autofit-stacked-xs-down.portlet-msg-alert > .alert-autofit-row .btn-group,
  .alert-autofit-stacked-xs-down.portlet-msg-error > .alert-autofit-row .btn-group,
  .alert-autofit-stacked-xs-down.portlet-msg-help > .alert-autofit-row .btn-group,
  .alert-autofit-stacked-xs-down.portlet-msg-info > .alert-autofit-row .btn-group,
  .alert-autofit-stacked-xs-down.portlet-msg-progress > .alert-autofit-row .btn-group,
  .alert-autofit-stacked-xs-down.portlet-msg-success > .alert-autofit-row .btn-group {
    margin-right: 0;
    margin-top: 0.875rem;
  }
}
@media (max-width: 575.98px) {
  .alert-autofit-stacked-xs-down.alert .close, .alert-autofit-stacked-xs-down.portlet-msg-alert .close,
  .alert-autofit-stacked-xs-down.portlet-msg-error .close,
  .alert-autofit-stacked-xs-down.portlet-msg-help .close,
  .alert-autofit-stacked-xs-down.portlet-msg-info .close,
  .alert-autofit-stacked-xs-down.portlet-msg-progress .close,
  .alert-autofit-stacked-xs-down.portlet-msg-success .close {
    margin-top: 0;
    top: 0.75rem;
  }
}

.alert-indicator-start.alert, .alert-indicator-start.portlet-msg-alert,
.alert-indicator-start.portlet-msg-error,
.alert-indicator-start.portlet-msg-help,
.alert-indicator-start.portlet-msg-info,
.alert-indicator-start.portlet-msg-progress,
.alert-indicator-start.portlet-msg-success {
  padding-left: calc( 				1.25rem + 1.25rem + 0.5rem 			);
}
.alert-indicator-start.alert.alert-fluid, .alert-indicator-start.alert-fluid.portlet-msg-alert,
.alert-indicator-start.alert-fluid.portlet-msg-error,
.alert-indicator-start.alert-fluid.portlet-msg-help,
.alert-indicator-start.alert-fluid.portlet-msg-info,
.alert-indicator-start.alert-fluid.portlet-msg-progress,
.alert-indicator-start.alert-fluid.portlet-msg-success {
  padding-left: 0;
}
.alert-indicator-start.alert.alert-fluid > .container, .alert-indicator-start.alert-fluid.portlet-msg-alert > .container,
.alert-indicator-start.alert-fluid.portlet-msg-error > .container,
.alert-indicator-start.alert-fluid.portlet-msg-help > .container,
.alert-indicator-start.alert-fluid.portlet-msg-info > .container,
.alert-indicator-start.alert-fluid.portlet-msg-progress > .container,
.alert-indicator-start.alert-fluid.portlet-msg-success > .container,
.alert-indicator-start.alert.alert-fluid > .container-fluid,
.alert-indicator-start.alert-fluid.portlet-msg-alert > .container-fluid,
.alert-indicator-start.alert-fluid.portlet-msg-error > .container-fluid,
.alert-indicator-start.alert-fluid.portlet-msg-help > .container-fluid,
.alert-indicator-start.alert-fluid.portlet-msg-info > .container-fluid,
.alert-indicator-start.alert-fluid.portlet-msg-progress > .container-fluid,
.alert-indicator-start.alert-fluid.portlet-msg-success > .container-fluid {
  padding-left: calc( 						1.25rem + 1.25rem + 0.5rem 					);
}
.alert-indicator-start.alert.alert-feedback, .alert-indicator-start.alert-feedback.portlet-msg-alert,
.alert-indicator-start.alert-feedback.portlet-msg-error,
.alert-indicator-start.alert-feedback.portlet-msg-help,
.alert-indicator-start.alert-feedback.portlet-msg-info,
.alert-indicator-start.alert-feedback.portlet-msg-progress,
.alert-indicator-start.alert-feedback.portlet-msg-success {
  padding-left: calc( 					1.25rem + 0.5rem 				);
}
.alert-indicator-start.alert .alert-indicator, .alert-indicator-start.portlet-msg-alert .alert-indicator,
.alert-indicator-start.portlet-msg-error .alert-indicator,
.alert-indicator-start.portlet-msg-help .alert-indicator,
.alert-indicator-start.portlet-msg-info .alert-indicator,
.alert-indicator-start.portlet-msg-progress .alert-indicator,
.alert-indicator-start.portlet-msg-success .alert-indicator {
  line-height: 1;
  margin-left: calc( 					-1em - 0.5rem 				);
  margin-top: 4px;
  position: absolute;
}
.alert-indicator-start.alert .alert-indicator + .lead, .alert-indicator-start.portlet-msg-alert .alert-indicator + .lead,
.alert-indicator-start.portlet-msg-error .alert-indicator + .lead,
.alert-indicator-start.portlet-msg-help .alert-indicator + .lead,
.alert-indicator-start.portlet-msg-info .alert-indicator + .lead,
.alert-indicator-start.portlet-msg-progress .alert-indicator + .lead,
.alert-indicator-start.portlet-msg-success .alert-indicator + .lead {
  margin-left: 0;
}
.alert-indicator-start.alert .alert-autofit-row .alert-indicator:only-child, .alert-indicator-start.portlet-msg-alert .alert-autofit-row .alert-indicator:only-child,
.alert-indicator-start.portlet-msg-error .alert-autofit-row .alert-indicator:only-child,
.alert-indicator-start.portlet-msg-help .alert-autofit-row .alert-indicator:only-child,
.alert-indicator-start.portlet-msg-info .alert-autofit-row .alert-indicator:only-child,
.alert-indicator-start.portlet-msg-progress .alert-autofit-row .alert-indicator:only-child,
.alert-indicator-start.portlet-msg-success .alert-autofit-row .alert-indicator:only-child {
  margin-right: 0;
}

.alert-primary {
  background-color: #ccdbe4;
  border-color: #b8cdd9;
  color: #00273e;
}
.alert-primary hr {
  border-top-color: #a7c1d0;
}
.alert-primary .alert-btn {
  background-color: #fff;
  border-color: #004b77;
  color: #004b77;
}
.alert-primary .alert-btn:hover {
  background-color: #004b77;
  color: #fff;
}
.alert-primary .alert-btn:active {
  background-color: #003b5e;
  border-color: #003b5e;
}
.alert-primary .alert-btn.active {
  background-color: #003b5e;
  border-color: #003b5e;
}
.alert-primary .alert-btn[aria-expanded=true], .alert-primary .alert-btn.show {
  background-color: #003b5e;
  border-color: #003b5e;
}
.alert-primary .alert-link {
  color: #00070b;
}
.alert-secondary {
  background-color: #d2d3d3;
  border-color: #c0c1c2;
  color: #0f1113;
}
.alert-secondary .alert-btn {
  background-color: #fff;
  border-color: #1d2124;
  color: #1d2124;
}
.alert-secondary .alert-btn:hover {
  background-color: #1d2124;
  color: #fff;
}
.alert-secondary .alert-btn:active {
  background-color: #121416;
  border-color: #121416;
}
.alert-secondary .alert-btn.active {
  background-color: #121416;
  border-color: #121416;
}
.alert-secondary .alert-btn[aria-expanded=true], .alert-secondary .alert-btn.show {
  background-color: #121416;
  border-color: #121416;
}
.alert-secondary .alert-link {
  color: black;
}
.alert-success, .portlet-msg-success {
  background-color: #cce5d6;
  border-color: #b8dbc6;
  color: #00421b;
}
.alert-success .alert-btn, .portlet-msg-success .alert-btn {
  background-color: #fff;
  border-color: #007e33;
  color: #007e33;
}
.alert-success .alert-btn:hover, .portlet-msg-success .alert-btn:hover {
  background-color: #007e33;
  color: #fff;
}
.alert-success .alert-btn:active, .portlet-msg-success .alert-btn:active {
  background-color: #006529;
  border-color: #006529;
}
.alert-success .alert-btn.active, .portlet-msg-success .alert-btn.active {
  background-color: #006529;
  border-color: #006529;
}
.alert-success .alert-btn[aria-expanded=true], .portlet-msg-success .alert-btn[aria-expanded=true], .alert-success .alert-btn.show, .portlet-msg-success .alert-btn.show {
  background-color: #006529;
  border-color: #006529;
}
.alert-success .alert-link, .portlet-msg-success .alert-link {
  color: #000f06;
}
.alert-info, .portlet-msg-help,
.portlet-msg-info,
.portlet-msg-progress {
  background-color: #cce0f5;
  border-color: #b8d3f1;
  color: #00336a;
}
.alert-info .alert-btn, .portlet-msg-help .alert-btn,
.portlet-msg-info .alert-btn,
.portlet-msg-progress .alert-btn {
  background-color: #fff;
  border-color: #0063cc;
  color: #0063cc;
}
.alert-info .alert-btn:hover, .portlet-msg-help .alert-btn:hover,
.portlet-msg-info .alert-btn:hover,
.portlet-msg-progress .alert-btn:hover {
  background-color: #0063cc;
  color: #fff;
}
.alert-info .alert-btn:active, .portlet-msg-help .alert-btn:active,
.portlet-msg-info .alert-btn:active,
.portlet-msg-progress .alert-btn:active {
  background-color: #0057b3;
  border-color: #0057b3;
}
.alert-info .alert-btn.active, .portlet-msg-help .alert-btn.active,
.portlet-msg-info .alert-btn.active,
.portlet-msg-progress .alert-btn.active {
  background-color: #0057b3;
  border-color: #0057b3;
}
.alert-info .alert-btn[aria-expanded=true], .portlet-msg-help .alert-btn[aria-expanded=true],
.portlet-msg-info .alert-btn[aria-expanded=true],
.portlet-msg-progress .alert-btn[aria-expanded=true], .alert-info .alert-btn.show, .portlet-msg-help .alert-btn.show,
.portlet-msg-info .alert-btn.show,
.portlet-msg-progress .alert-btn.show {
  background-color: #0057b3;
  border-color: #0057b3;
}
.alert-warning, .portlet-msg-alert {
  background-color: #fff3cd;
  border-color: #ffeeba;
  color: #856404;
}
.alert-warning .alert-btn, .portlet-msg-alert .alert-btn {
  background-color: #fff;
  border-color: #ffc107;
  color: #ffc107;
}
.alert-warning .alert-btn:hover, .portlet-msg-alert .alert-btn:hover {
  background-color: #ffc107;
  color: #212529;
}
.alert-warning .alert-btn:active, .portlet-msg-alert .alert-btn:active {
  background-color: #edb100;
  border-color: #edb100;
}
.alert-warning .alert-btn.active, .portlet-msg-alert .alert-btn.active {
  background-color: #edb100;
  border-color: #edb100;
}
.alert-warning .alert-btn[aria-expanded=true], .portlet-msg-alert .alert-btn[aria-expanded=true], .alert-warning .alert-btn.show, .portlet-msg-alert .alert-btn.show {
  background-color: #edb100;
  border-color: #edb100;
}
.alert-danger, .portlet-msg-error {
  background-color: #f0d2d5;
  border-color: #eac0c4;
  color: #5e1018;
}
.alert-danger .alert-btn, .portlet-msg-error .alert-btn {
  background-color: #fff;
  border-color: #b51f2e;
  color: #b51f2e;
}
.alert-danger .alert-btn:hover, .portlet-msg-error .alert-btn:hover {
  background-color: #b51f2e;
  color: #fff;
}
.alert-danger .alert-btn:active, .portlet-msg-error .alert-btn:active {
  background-color: #9f1b28;
  border-color: #9f1b28;
}
.alert-danger .alert-btn.active, .portlet-msg-error .alert-btn.active {
  background-color: #9f1b28;
  border-color: #9f1b28;
}
.alert-danger .alert-btn[aria-expanded=true], .portlet-msg-error .alert-btn[aria-expanded=true], .alert-danger .alert-btn.show, .portlet-msg-error .alert-btn.show {
  background-color: #9f1b28;
  border-color: #9f1b28;
}
.alert-light {
  background-color: #fefefe;
  border-color: #fdfdfe;
  color: #818182;
}
.alert-light .alert-btn {
  background-color: #fff;
  border-color: #1d2124;
  color: #1d2124;
}
.alert-light .alert-btn:hover {
  background-color: #1d2124;
  color: #fff;
}
.alert-light .alert-btn:active {
  background-color: #121416;
  border-color: #121416;
}
.alert-light .alert-btn.active {
  background-color: #121416;
  border-color: #121416;
}
.alert-light .alert-btn[aria-expanded=true], .alert-light .alert-btn.show {
  background-color: #121416;
  border-color: #121416;
}
.alert-dark {
  background-color: #d6d8d9;
  border-color: #c6c8ca;
  color: #1b1e21;
}
.alert-dark .alert-btn {
  background-color: #fff;
  border-color: #343a40;
  color: #343a40;
}
.alert-dark .alert-btn:hover {
  background-color: #343a40;
  color: #fff;
}
.alert-dark .alert-btn:active {
  background-color: #292d32;
  border-color: #292d32;
}
.alert-dark .alert-btn.active {
  background-color: #292d32;
  border-color: #292d32;
}
.alert-dark .alert-btn[aria-expanded=true], .alert-dark .alert-btn.show {
  background-color: #292d32;
  border-color: #292d32;
}
.badge {
  border-color: transparent;
  border-radius: 0.25rem;
  border-style: solid;
  border-width: 1px;
  display: inline-flex;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.125rem;
  margin-right: 0.25rem;
  margin-top: 0.125rem;
  max-width: 100%;
  padding-bottom: 0.25em;
  padding-left: 0.4em;
  padding-right: 0.4em;
  padding-top: 0.25em;
  text-align: center;
  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;
  white-space: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
.badge:empty {
  display: none;
}
.badge[href]:hover, .badge[type]:hover {
  text-decoration: none;
}
.badge[href].focus, .badge[href]:focus, .badge[type].focus, .badge[type]:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 75, 119, 0.25);
  outline: 0;
}
.badge a {
  color: #fff;
  text-decoration: underline;
}
.badge a:hover {
  text-decoration: none;
}
.badge a.focus, .badge a:focus {
  text-decoration: none;
}
.badge > .c-inner {
  margin-bottom: -0.25em;
  margin-left: -0.4em;
  margin-right: -0.4em;
  margin-top: -0.25em;
  max-width: none;
}
.badge .inline-item a {
  align-items: center;
  display: inline-flex;
  margin-top: 0;
}
.badge .inline-item .btn-unstyled {
  color: inherit;
  display: inline-flex;
  margin-top: 0;
  max-width: none;
}
.badge .inline-item .close {
  color: inherit;
  display: inline-flex;
  float: none;
  font-size: inherit;
  margin-top: 0;
  opacity: 1;
}
.badge .inline-item a .lexicon-icon,
.badge .inline-item .btn-unstyled .lexicon-icon,
.badge .inline-item .close .lexicon-icon {
  margin-top: 0;
}
.badge .inline-item .lexicon-icon {
  height: 0.875em;
  margin-top: 0;
  width: 0.875em;
}

.badge-item {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  min-height: 0;
  position: relative;
  text-align: left;
}
.badge-item a {
  display: inline-flex;
}
.badge-item .btn-unstyled {
  color: inherit;
  display: inline-flex;
}
.badge-item .close {
  border-radius: 1px;
  color: inherit;
  display: inline-flex;
  font-size: inherit;
  height: auto;
  opacity: 1;
  width: auto;
}
.badge-item .close:hover {
  color: inherit;
  opacity: 1;
}
.badge-item .close:focus {
  opacity: 1;
}
.badge-item .lexicon-icon {
  height: 0.875em;
  margin-top: 0;
  width: 0.875em;
}

.badge-item-expand {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0.375rem;
  word-wrap: break-word;
}
.badge-item-expand a {
  flex-direction: column;
}

.badge-item-before {
  margin-right: 0.5em;
}

.badge-item-after {
  margin-left: 0.5em;
}

.btn .badge, .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item .badge {
  margin-right: 0;
  position: relative;
  top: -1px;
}

.badge-pill {
  border-radius: 10rem;
  padding-left: 0.6em;
  padding-right: 0.6em;
}
.badge-primary {
  background-color: #004b77;
  color: #fff;
}
[href].badge-primary:hover, [type].badge-primary:hover {
  background-color: #002b44;
  color: #fff;
}
[href].focus.badge-primary, [href].badge-primary:focus, [type].focus.badge-primary, [type].badge-primary:focus {
  background-color: #002b44;
  box-shadow: 0 0 0 0.2rem rgba(0, 75, 119, 0.5);
  color: #fff;
}
.badge-secondary {
  background-color: #1d2124;
  color: #fff;
}
[href].badge-secondary:hover, [type].badge-secondary:hover {
  background-color: #060708;
  color: #fff;
}
[href].focus.badge-secondary, [href].badge-secondary:focus, [type].focus.badge-secondary, [type].badge-secondary:focus {
  background-color: #060708;
  color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(29, 33, 36, 0.5);
}
.badge-success {
  background-color: #007e33;
  color: #fff;
}
[href].badge-success:hover, [type].badge-success:hover {
  background-color: #004b1e;
  color: #fff;
}
[href].focus.badge-success, [href].badge-success:focus, [type].focus.badge-success, [type].badge-success:focus {
  background-color: #004b1e;
  color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(0, 126, 51, 0.5);
}
.badge-info {
  background-color: #0063cc;
  color: #fff;
}
[href].badge-info:hover, [type].badge-info:hover {
  background-color: #004a99;
  color: #fff;
}
[href].focus.badge-info, [href].badge-info:focus, [type].focus.badge-info, [type].badge-info:focus {
  background-color: #004a99;
  color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(0, 99, 204, 0.5);
}
.badge-warning {
  background-color: #ffc107;
  color: #212529;
}
[href].badge-warning:hover, [type].badge-warning:hover {
  background-color: #d39e00;
  color: #212529;
}
[href].focus.badge-warning, [href].badge-warning:focus, [type].focus.badge-warning, [type].badge-warning:focus {
  background-color: #d39e00;
  color: #212529;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.badge-danger {
  background-color: #b51f2e;
  color: #fff;
}
[href].badge-danger:hover, [type].badge-danger:hover {
  background-color: #891823;
  color: #fff;
}
[href].focus.badge-danger, [href].badge-danger:focus, [type].focus.badge-danger, [type].badge-danger:focus {
  background-color: #891823;
  color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(181, 31, 46, 0.5);
}
.badge-light {
  background-color: #f8f9fa;
  color: #212529;
}
[href].badge-light:hover, [type].badge-light:hover {
  background-color: #dae0e5;
  color: #212529;
}
[href].focus.badge-light, [href].badge-light:focus, [type].focus.badge-light, [type].badge-light:focus {
  background-color: #dae0e5;
  color: #212529;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.badge-dark {
  background-color: #343a40;
  color: #fff;
}
[href].badge-dark:hover, [type].badge-dark:hover {
  background-color: #1d2124;
  color: #fff;
}
[href].focus.badge-dark, [href].badge-dark:focus, [type].focus.badge-dark, [type].badge-dark:focus {
  background-color: #1d2124;
  color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.breadcrumb {
  background-color: #e9ecef;
  border-radius: 0.25rem;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 1rem;
  padding: 0.75rem 1rem;
}

.breadcrumb-link {
  color: #004b77;
  display: block;
  text-decoration: none;
}
.breadcrumb-link:hover {
  color: #001b2b;
  text-decoration: underline;
}
.breadcrumb-link.focus, .breadcrumb-link:focus {
  color: #001b2b;
  text-decoration: underline;
}
.breadcrumb-item {
  margin-right: 0.5em;
  position: relative;
}
.breadcrumb-item.active,
.breadcrumb-item .active {
  color: #6c757d;
}
.breadcrumb-item > span {
  text-transform: inherit;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 1em;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #6c757d;
  display: block;
  float: left;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline'%20d='M375.2%20239.2%20173.3%2037c-23.6-23-59.9%2011.9-36%2035.1l183%20183.9-182.9%20183.8c-24%2023.5%2012.5%2058.2%2036.1%2035.2l201.7-202.1c10.2-10.1%209.3-24.4%200-33.7z'%20fill='%236c757d'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 0.75em;
  left: 0;
  margin-top: calc(-0.75em / 2);
  padding: 0;
  position: absolute;
  top: 50%;
  width: 0.75em;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item .dropdown-toggle {
  text-decoration: none;
}
.breadcrumb-item .dropdown-toggle:hover {
  text-decoration: none;
}
.breadcrumb-item .dropdown-toggle:focus, .breadcrumb-item .dropdown-toggle.focus {
  text-decoration: none;
}
.breadcrumb-text-truncate {
  display: inline-block;
  max-width: 17.875rem;
  overflow: hidden;
  text-decoration: inherit;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.btn-group,
.btn-group-vertical {
  display: inline-flex;
  position: relative;
  vertical-align: middle;
}
.btn-group > .btn, .tasks-portlet .control-wrapper .global-task-actions .btn-group > a.lfr-icon-item,
.btn-group-vertical > .btn,
.tasks-portlet .control-wrapper .global-task-actions .btn-group-vertical > a.lfr-icon-item {
  position: relative;
}
.btn-group > .btn:hover, .tasks-portlet .control-wrapper .global-task-actions .btn-group > a.lfr-icon-item:hover,
.btn-group-vertical > .btn:hover,
.tasks-portlet .control-wrapper .global-task-actions .btn-group-vertical > a.lfr-icon-item:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .tasks-portlet .control-wrapper .global-task-actions .btn-group > a.lfr-icon-item:focus,
.btn-group-vertical > .btn:focus,
.tasks-portlet .control-wrapper .global-task-actions .btn-group-vertical > a.lfr-icon-item:focus {
  z-index: 3;
}
.btn-group > .btn:active, .tasks-portlet .control-wrapper .global-task-actions .btn-group > a.lfr-icon-item:active, .btn-group > .btn.active, .tasks-portlet .control-wrapper .global-task-actions .btn-group > a.active.lfr-icon-item,
.btn-group-vertical > .btn:active,
.tasks-portlet .control-wrapper .global-task-actions .btn-group-vertical > a.lfr-icon-item:active,
.btn-group-vertical > .btn.active,
.tasks-portlet .control-wrapper .global-task-actions .btn-group-vertical > a.active.lfr-icon-item {
  z-index: 2;
}

.btn-group > .btn:not(:first-child), .tasks-portlet .control-wrapper .global-task-actions .btn-group > a.lfr-icon-item:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -0.0625rem;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .tasks-portlet .control-wrapper .global-task-actions .btn-group > a.lfr-icon-item:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.tasks-portlet .control-wrapper .global-task-actions .btn-group > .btn-group:not(:last-child) > a.lfr-icon-item {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:not(:first-child), .tasks-portlet .control-wrapper .global-task-actions .btn-group > a.lfr-icon-item:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.tasks-portlet .control-wrapper .global-task-actions .btn-group > .btn-group:not(:first-child) > a.lfr-icon-item {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group {
  flex-wrap: wrap;
}

.btn-group-nowrap {
  flex-wrap: nowrap;
}

.btn-group-item {
  align-items: center;
  display: inline-flex;
  margin-right: 0.5rem;
}

.btn-group-item:last-child,
.btn-group-item-last {
  margin-right: 0;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  margin-bottom: 0.125rem;
  margin-top: 0.125rem;
}
.btn-toolbar .btn-group:not(:last-child),
.btn-toolbar .input-group:not(:last-child) {
  margin-right: 0.5rem;
}
.btn-toolbar .input-group {
  width: auto;
}

.dropdown-toggle-split {
  padding-left: calc(0.75rem * 0.75);
  padding-right: calc(0.75rem * 0.75);
}

.btn-sm + .dropdown-toggle-split {
  padding-right: calc(0.5rem * 0.75);
  padding-left: calc(0.5rem * 0.75);
}

.btn-lg + .dropdown-toggle-split {
  padding-right: calc(1rem * 0.75);
  padding-left: calc(1rem * 0.75);
}

.btn-group-vertical {
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.btn-group-vertical > .btn, .tasks-portlet .control-wrapper .global-task-actions .btn-group-vertical > a.lfr-icon-item,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .tasks-portlet .control-wrapper .global-task-actions .btn-group-vertical > a.lfr-icon-item:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -0.0625rem;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .tasks-portlet .control-wrapper .global-task-actions .btn-group-vertical > a.lfr-icon-item:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.tasks-portlet .control-wrapper .global-task-actions .btn-group-vertical > .btn-group:not(:last-child) > a.lfr-icon-item {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child), .tasks-portlet .control-wrapper .global-task-actions .btn-group-vertical > a.lfr-icon-item:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.tasks-portlet .control-wrapper .global-task-actions .btn-group-vertical > .btn-group:not(:first-child) > a.lfr-icon-item {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-vertical > .btn-monospaced {
  width: 2.375rem;
}
.btn-group-toggle > .btn, .tasks-portlet .control-wrapper .global-task-actions .btn-group-toggle > a.lfr-icon-item,
.btn-group-toggle > .btn-group > .btn,
.tasks-portlet .control-wrapper .global-task-actions .btn-group-toggle > .btn-group > a.lfr-icon-item {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio], .tasks-portlet .control-wrapper .global-task-actions .btn-group-toggle > a.lfr-icon-item input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.tasks-portlet .control-wrapper .global-task-actions .btn-group-toggle > a.lfr-icon-item input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.tasks-portlet .control-wrapper .global-task-actions .btn-group-toggle > .btn-group > a.lfr-icon-item input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox],
.tasks-portlet .control-wrapper .global-task-actions .btn-group-toggle > .btn-group > a.lfr-icon-item input[type=checkbox] {
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  position: absolute;
}

.c-empty-state-animation {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 5rem auto 1.5rem;
  max-width: 340px;
  text-align: center;
}

.c-empty-state-image {
  margin-bottom: -0.5rem;
  max-width: 250px;
  width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.c-empty-state-aspect-ratio {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  display: block;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}

.c-empty-state-title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 2.5rem;
  max-width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.c-empty-state-text {
  color: #1d2124;
  margin-bottom: 0;
  margin-top: 0.5rem;
  max-width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.c-empty-state-footer {
  margin-top: 1rem;
  max-width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.c-empty-state-sm.c-empty-state-animation {
  margin: 2.5rem auto 2rem;
  max-width: 268px;
}
.c-empty-state-sm .c-empty-state-image {
  max-width: 120px;
}
.c-empty-state-sm .c-empty-state-title {
  font-size: 1rem;
  line-height: 1.5;
}
.c-empty-state-sm .c-empty-state-text {
  font-size: 0.875rem;
}
.label {
  border-color: #212529;
  border-radius: 0.25rem;
  border-style: solid;
  border-width: 0.0625rem;
  display: inline-flex;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.125rem;
  margin-right: 0.25rem;
  margin-top: 0.125rem;
  max-width: 100%;
  padding-bottom: 0.1875rem;
  padding-left: 0.4375rem;
  padding-right: 0.4375rem;
  padding-top: 0.1875rem;
  white-space: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.label[href], .label[type], .label[tabindex] {
  cursor: pointer;
  text-decoration: none;
}
.label a,
.label .btn-unstyled {
  color: inherit;
  display: inline-block;
  text-decoration: underline;
}
.label a:hover,
.label .btn-unstyled:hover {
  color: inherit;
  text-decoration: none;
}
.label a.focus, .label a:focus,
.label .btn-unstyled.focus,
.label .btn-unstyled:focus {
  color: inherit;
  text-decoration: none;
}
.label .sticker {
  border-radius: 100px;
  height: 0.875em;
  line-height: 0.875em;
  width: 0.875em;
}
.label .sticker-overlay {
  border-radius: 100px;
}
.label > .c-inner {
  margin-bottom: -0.1875rem;
  margin-left: -0.4375rem;
  margin-right: -0.4375rem;
  margin-top: -0.1875rem;
  max-width: none;
}
.label .inline-item a {
  align-items: center;
  display: inline-flex;
  margin-top: 0;
}
.label .inline-item .btn-unstyled {
  color: inherit;
  display: inline-flex;
  margin-top: 0;
  max-width: none;
}
.label .inline-item .close {
  color: inherit;
  display: inline-flex;
  float: none;
  font-size: inherit;
  margin-top: 0;
  opacity: 1;
}
.label .inline-item a .lexicon-icon,
.label .inline-item .btn-unstyled .lexicon-icon,
.label .inline-item .close .lexicon-icon {
  margin-top: 0;
}
.label .inline-item .lexicon-icon {
  margin-top: 0;
}

.label-item {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  min-height: 0;
  position: relative;
}
.label-item a {
  display: inline-flex;
}
.label-item .btn-unstyled {
  color: inherit;
  display: inline-flex;
}
.label-item .close {
  border-radius: 1px;
  color: inherit;
  display: inline-flex;
  font-size: 1rem;
  height: auto;
  margin-bottom: -2px;
  margin-top: -2px;
  opacity: 1;
  width: auto;
}
.label-item .close:hover {
  color: inherit;
  opacity: 1;
}
.label-item .close:focus {
  opacity: 1;
}
.label-item .close:disabled, .label-item .close.disabled {
  opacity: 0.65;
}
.label-item .lexicon-icon {
  margin-top: 0;
}
.label-item .text-truncate-inline {
  display: inline-flex;
}

.label-item-expand {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 1rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.label-item-expand a {
  flex-direction: column;
}
.label-item-before {
  margin-right: 0.5em;
}

.label-item-after {
  margin-left: 0.5em;
}

.label-lg {
  font-size: 0.875rem;
  height: auto;
  padding-bottom: 0.375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.375rem;
  text-transform: none;
}
.label-lg > .c-inner {
  margin-bottom: -0.375rem;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-top: -0.375rem;
}

.label-primary {
  background-color: #fff;
  border-color: #004b77;
  color: #004b77;
}
[href].label-primary:hover, [type].label-primary:hover, [tabindex].label-primary:hover {
  border-color: #002b44;
  color: #002b44;
}
[href].focus.label-primary, [href].label-primary:focus, [type].focus.label-primary, [type].label-primary:focus, [tabindex].focus.label-primary, [tabindex].label-primary:focus {
  color: #002b44;
}
.label-primary a:hover,
.label-primary .btn-unstyled:hover {
  color: #002b44;
}
.label-primary .close:hover {
  color: #002b44;
}
.label-primary .close:focus {
  color: #002b44;
}
.label-secondary {
  background-color: #fff;
  border-color: #1d2124;
  color: #1d2124;
}
[href].label-secondary:hover, [type].label-secondary:hover, [tabindex].label-secondary:hover {
  border-color: #060708;
  color: #060708;
}
[href].focus.label-secondary, [href].label-secondary:focus, [type].focus.label-secondary, [type].label-secondary:focus, [tabindex].focus.label-secondary, [tabindex].label-secondary:focus {
  color: #060708;
}
.label-secondary a:hover,
.label-secondary .btn-unstyled:hover {
  color: #060708;
}
.label-secondary .close:hover {
  color: #060708;
}
.label-secondary .close:focus {
  color: #060708;
}
.label-success {
  background-color: #fff;
  border-color: #007e33;
  color: #007e33;
}
[href].label-success:hover, [type].label-success:hover, [tabindex].label-success:hover {
  border-color: #004b1e;
  color: #004b1e;
}
[href].focus.label-success, [href].label-success:focus, [type].focus.label-success, [type].label-success:focus, [tabindex].focus.label-success, [tabindex].label-success:focus {
  color: #004b1e;
}
.label-success a:hover,
.label-success .btn-unstyled:hover {
  color: #004b1e;
}
.label-success .close:hover {
  color: #004b1e;
}
.label-success .close:focus {
  color: #004b1e;
}
.label-info {
  background-color: #fff;
  border-color: #0063cc;
  color: #0063cc;
}
[href].label-info:hover, [type].label-info:hover, [tabindex].label-info:hover {
  border-color: #004a99;
  color: #004a99;
}
[href].focus.label-info, [href].label-info:focus, [type].focus.label-info, [type].label-info:focus, [tabindex].focus.label-info, [tabindex].label-info:focus {
  color: #004a99;
}
.label-info a:hover,
.label-info .btn-unstyled:hover {
  color: #004a99;
}
.label-info .close:hover {
  color: #004a99;
}
.label-info .close:focus {
  color: #004a99;
}
.label-warning {
  background-color: #fff;
  border-color: #ffc107;
  color: #ffc107;
}
[href].label-warning:hover, [type].label-warning:hover, [tabindex].label-warning:hover {
  border-color: #d39e00;
  color: #d39e00;
}
[href].focus.label-warning, [href].label-warning:focus, [type].focus.label-warning, [type].label-warning:focus, [tabindex].focus.label-warning, [tabindex].label-warning:focus {
  color: #d39e00;
}
.label-warning a:hover,
.label-warning .btn-unstyled:hover {
  color: #d39e00;
}
.label-warning .close:hover {
  color: #d39e00;
}
.label-warning .close:focus {
  color: #d39e00;
}
.label-danger {
  background-color: #fff;
  border-color: #b51f2e;
  color: #b51f2e;
}
[href].label-danger:hover, [type].label-danger:hover, [tabindex].label-danger:hover {
  border-color: #891823;
  color: #891823;
}
[href].focus.label-danger, [href].label-danger:focus, [type].focus.label-danger, [type].label-danger:focus, [tabindex].focus.label-danger, [tabindex].label-danger:focus {
  color: #891823;
}
.label-danger a:hover,
.label-danger .btn-unstyled:hover {
  color: #891823;
}
.label-danger .close:hover {
  color: #891823;
}
.label-danger .close:focus {
  color: #891823;
}
.label-dark {
  background-color: #fff;
  border-color: #343a40;
  color: #343a40;
}
[href].label-dark:hover, [type].label-dark:hover, [tabindex].label-dark:hover {
  border-color: #1d2124;
  color: #1d2124;
}
[href].focus.label-dark, [href].label-dark:focus, [type].focus.label-dark, [type].label-dark:focus, [tabindex].focus.label-dark, [tabindex].label-dark:focus {
  color: #1d2124;
}
.label-dark a:hover,
.label-dark .btn-unstyled:hover {
  color: #1d2124;
}
.label-dark .close:hover {
  color: #1d2124;
}
.label-dark .close:focus {
  color: #1d2124;
}
.label-light {
  background-color: #343a40;
  border-color: #f8f9fa;
  color: #f8f9fa;
}
[href].label-light:hover, [type].label-light:hover, [tabindex].label-light:hover {
  border-color: #dae0e5;
  color: #dae0e5;
}
[href].focus.label-light, [href].label-light:focus, [type].focus.label-light, [type].label-light:focus, [tabindex].focus.label-light, [tabindex].label-light:focus {
  color: #dae0e5;
}
.label-light a:hover,
.label-light .btn-unstyled:hover {
  color: #dae0e5;
}
.label-light .close:hover {
  color: #dae0e5;
}
.label-light .close:focus {
  color: #dae0e5;
}
.label-inverse-primary {
  background-color: #004b77;
  border-color: #004b77;
  color: #fff;
}
[href].label-inverse-primary:hover, [type].label-inverse-primary:hover, [tabindex].label-inverse-primary:hover {
  background-color: #002b44;
  border-color: #002b44;
  color: #fff;
}
.label-inverse-primary a:hover,
.label-inverse-primary .btn-unstyled:hover {
  color: #e6e6e6;
}
.label-inverse-primary .close:hover {
  color: #e6e6e6;
}
.label-inverse-secondary {
  background-color: #1d2124;
  border-color: #1d2124;
  color: #fff;
}
[href].label-inverse-secondary:hover, [type].label-inverse-secondary:hover, [tabindex].label-inverse-secondary:hover {
  background-color: #060708;
  border-color: #060708;
  color: #fff;
}
.label-inverse-secondary a:hover,
.label-inverse-secondary .btn-unstyled:hover {
  color: #e6e6e6;
}
.label-inverse-secondary .close:hover {
  color: #e6e6e6;
}
.label-inverse-success {
  background-color: #007e33;
  border-color: #007e33;
  color: #fff;
}
[href].label-inverse-success:hover, [type].label-inverse-success:hover, [tabindex].label-inverse-success:hover {
  background-color: #004b1e;
  border-color: #004b1e;
  color: #fff;
}
.label-inverse-success a:hover,
.label-inverse-success .btn-unstyled:hover {
  color: #e6e6e6;
}
.label-inverse-success .close:hover {
  color: #e6e6e6;
}
.label-inverse-info {
  background-color: #0063cc;
  border-color: #0063cc;
  color: #fff;
}
[href].label-inverse-info:hover, [type].label-inverse-info:hover, [tabindex].label-inverse-info:hover {
  background-color: #004a99;
  border-color: #004a99;
  color: #fff;
}
.label-inverse-info a:hover,
.label-inverse-info .btn-unstyled:hover {
  color: #e6e6e6;
}
.label-inverse-info .close:hover {
  color: #e6e6e6;
}
.label-inverse-warning {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #212529;
}
[href].label-inverse-warning:hover, [type].label-inverse-warning:hover, [tabindex].label-inverse-warning:hover {
  background-color: #d39e00;
  border-color: #d39e00;
  color: #212529;
}
.label-inverse-warning a:hover,
.label-inverse-warning .btn-unstyled:hover {
  color: #4e5862;
}
.label-inverse-warning .close:hover {
  color: #4e5862;
}
.label-inverse-danger {
  background-color: #b51f2e;
  border-color: #b51f2e;
  color: #fff;
}
[href].label-inverse-danger:hover, [type].label-inverse-danger:hover, [tabindex].label-inverse-danger:hover {
  background-color: #891823;
  border-color: #891823;
  color: #fff;
}
.label-inverse-danger a:hover,
.label-inverse-danger .btn-unstyled:hover {
  color: #e6e6e6;
}
.label-inverse-danger .close:hover {
  color: #e6e6e6;
}
.label-inverse-light {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #212529;
}
[href].label-inverse-light:hover, [type].label-inverse-light:hover, [tabindex].label-inverse-light:hover {
  background-color: #dae0e5;
  border-color: #dae0e5;
  color: #212529;
}
.label-inverse-light a:hover,
.label-inverse-light .btn-unstyled:hover {
  color: #383f45;
}
.label-inverse-light .close:hover {
  color: #383f45;
}
.label-inverse-dark {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
}
[href].label-inverse-dark:hover, [type].label-inverse-dark:hover, [tabindex].label-inverse-dark:hover {
  background-color: #1d2124;
  border-color: #1d2124;
  color: #fff;
}
.label-inverse-dark a:hover,
.label-inverse-dark .btn-unstyled:hover {
  color: #e6e6e6;
}
.label-inverse-dark .close:hover {
  color: #e6e6e6;
}
.media {
  align-items: flex-start;
  display: flex;
}

.media-body {
  flex: 1;
}

.sticker {
  align-items: center;
  border-radius: 0.25rem;
  color: #212529;
  height: 2rem;
  line-height: 2rem;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 500;
  justify-content: center;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 2rem;
}
.sticker > .inline-item {
  justify-content: center;
}
.sticker > .inline-item .lexicon-icon {
  margin-top: 0;
}
.sticker .lexicon-icon {
  margin-top: 0;
}
.sticker-overlay {
  align-items: center;
  border-radius: inherit;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.sticker-bottom-left {
  bottom: 15px;
  left: 15px;
  position: absolute;
  right: auto;
  top: auto;
}

.sticker-bottom-right {
  bottom: 15px;
  left: auto;
  position: absolute;
  right: 15px;
  top: auto;
}

.sticker-top-left {
  left: 15px;
  position: absolute;
  top: 15px;
}

.sticker-top-right {
  left: auto;
  position: absolute;
  right: 15px;
  top: 15px;
}

.sticker-outside {
  left: -1rem;
  top: -1rem;
}
.sticker-outside.sticker-bottom-left {
  bottom: -1rem;
  top: auto;
}
.sticker-outside.sticker-bottom-right {
  bottom: -1rem;
  left: auto;
  right: -1rem;
  top: auto;
}
.sticker-outside.sticker-top-right {
  left: auto;
  right: -1rem;
}

.sticker-user-icon {
  background-color: #fff;
  border-radius: 5000px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125);
}
.sticker-sm {
  font-size: 0.75rem;
  height: 1.5rem;
  line-height: 1.5rem;
  width: 1.5rem;
}
.sticker-outside.sticker-sm {
  left: -0.75rem;
  top: -0.75rem;
}
.sticker-outside.sticker-bottom-left.sticker-sm {
  bottom: -0.75rem;
  top: auto;
}
.sticker-outside.sticker-bottom-right.sticker-sm {
  bottom: -0.75rem;
  left: auto;
  right: -0.75rem;
  top: auto;
}
.sticker-outside.sticker-top-right.sticker-sm {
  left: auto;
  right: -0.75rem;
}

.sticker-lg {
  font-size: 1.125rem;
  height: 2.5rem;
  line-height: 2.5rem;
  width: 2.5rem;
}
.sticker-outside.sticker-lg {
  left: -1.25rem;
  top: -1.25rem;
}
.sticker-outside.sticker-bottom-left.sticker-lg {
  bottom: -1.25rem;
  top: auto;
}
.sticker-outside.sticker-bottom-right.sticker-lg {
  bottom: -1.25rem;
  left: auto;
  right: -1.25rem;
  top: auto;
}
.sticker-outside.sticker-top-right.sticker-lg {
  left: auto;
  right: -1.25rem;
}

.sticker-xl {
  font-size: 1.25rem;
  height: 3rem;
  line-height: 3rem;
  width: 3rem;
}
.sticker-outside.sticker-xl {
  left: -1.5rem;
  top: -1.5rem;
}
.sticker-outside.sticker-bottom-left.sticker-xl {
  bottom: -1.5rem;
  top: auto;
}
.sticker-outside.sticker-bottom-right.sticker-xl {
  bottom: -1.5rem;
  left: auto;
  right: -1.5rem;
  top: auto;
}
.sticker-outside.sticker-top-right.sticker-xl {
  left: auto;
  right: -1.5rem;
}

.sticker-primary {
  background-color: #004b77;
  color: #fff;
}
.sticker-secondary {
  background-color: #1d2124;
  color: #fff;
}
.sticker-success {
  background-color: #007e33;
  color: #fff;
}
.sticker-info {
  background-color: #0063cc;
  color: #fff;
}
.sticker-warning {
  background-color: #ffc107;
  color: #212529;
}
.sticker-danger {
  background-color: #b51f2e;
  color: #fff;
}
.sticker-light {
  background-color: #f8f9fa;
  color: #212529;
}
.sticker-dark {
  background-color: #343a40;
  color: #fff;
}
.sticker-circle {
  border-radius: 5000px;
}
.card,
.card-horizontal {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  border-style: solid;
  border-width: 0.0625rem;
  display: block;
  margin-bottom: 1.5rem;
  min-width: 0;
  position: relative;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.card .aspect-ratio .label,
.card-horizontal .aspect-ratio .label {
  display: block;
  margin-bottom: 0.5rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0.5rem;
}
.card .aspect-ratio-item-top-left,
.card-horizontal .aspect-ratio-item-top-left {
  left: 1rem;
  top: 1rem;
}
.card .aspect-ratio-item-top-center,
.card-horizontal .aspect-ratio-item-top-center {
  top: 1rem;
}
.card .aspect-ratio-item-top-right,
.card-horizontal .aspect-ratio-item-top-right {
  right: 1rem;
  top: 1rem;
}
.card .aspect-ratio-item-right-middle,
.card-horizontal .aspect-ratio-item-right-middle {
  right: 1rem;
}
.card .aspect-ratio-item-bottom-right,
.card-horizontal .aspect-ratio-item-bottom-right {
  bottom: 1rem;
  right: 1rem;
}
.card .aspect-ratio-item-bottom-center,
.card-horizontal .aspect-ratio-item-bottom-center {
  bottom: 1rem;
}
.card .aspect-ratio-item-bottom-left,
.card-horizontal .aspect-ratio-item-bottom-left {
  bottom: 1rem;
  left: 1rem;
}
.card > hr,
.card-horizontal > hr {
  margin-left: 0;
  margin-right: 0;
}
.card .autofit-col:first-child,
.card-horizontal .autofit-col:first-child {
  border-bottom-left-radius: calc(
	0.25rem - 0.0625rem
);
  border-top-left-radius: calc(
	0.25rem - 0.0625rem
);
}
.card .autofit-col:last-child,
.card-horizontal .autofit-col:last-child {
  border-bottom-right-radius: calc(
	0.25rem - 0.0625rem
);
  border-top-right-radius: calc(
	0.25rem - 0.0625rem
);
}
.card > .list-group:first-child .list-group-item:first-child,
.card-horizontal > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child,
.card-horizontal > .list-group:last-child .list-group-item:last-child {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
}

.card-section-header {
  color: #6c757d;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 2.5;
  margin-bottom: 1.5rem;
  padding: 0 15px;
  text-transform: uppercase;
}

.card-title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0;
}
.card-subtitle {
  color: #6c757d;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 0;
}
.card-subtitle[href],
.card-subtitle [href] {
  color: #6c757d;
}
.card-subtitle[href]:hover,
.card-subtitle [href]:hover {
  color: #494f54;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link {
  color: #004b77;
}
.card-link:hover {
  color: #001b2b;
  text-decoration: none;
}
.card-link.btn-unstyled {
  white-space: normal;
}
.card-link + .card-link {
  margin-left: 0;
}

.card-divider {
  background-color: rgba(0, 0, 0, 0.125);
  height: 1px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.card-header {
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.125);
  margin-bottom: 0;
  padding: 0.75rem 1.25rem;
}
.card-header:first-child {
  border-radius: calc( 	0.25rem - 0.0625rem ) calc( 	0.25rem - 0.0625rem ) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-header-tabs {
  border-bottom: 0;
  margin-bottom: -0.75rem;
  margin-left: calc(-1.25rem / 2);
  margin-right: calc(-1.25rem / 2);
}

.card-header-pills {
  margin-left: calc(-1.25rem / 2);
  margin-right: calc(-1.25rem / 2);
}

.card-footer {
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.125);
  padding: 0.75rem 1.25rem;
}
.card-footer:last-child {
  border-radius: 0 0 calc( 	0.25rem - 0.0625rem ) calc( 	0.25rem - 0.0625rem );
}
.card-img-overlay {
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  position: absolute;
  right: 0;
  top: 0;
}

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

.card-img,
.card-img-top {
  border-top-left-radius: calc(
	0.25rem - 0.0625rem
);
  border-top-right-radius: calc(
	0.25rem - 0.0625rem
);
}

.card-img,
.card-img-bottom {
  border-bottom-left-radius: calc(
	0.25rem - 0.0625rem
);
  border-bottom-right-radius: calc(
	0.25rem - 0.0625rem
);
}

.card-row {
  display: flex;
  width: 100%;
}
.card-row .autofit-col {
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
}
.card-row .autofit-col-expand {
  min-width: 25px;
}

.card-row .autofit-col-gutters {
  padding-left: 10px;
  padding-right: 10px;
}
.card-row .autofit-col-gutters .card-divider {
  margin-left: -10px;
  margin-right: -10px;
}

.justify-content-center .autofit-col {
  justify-content: center;
}
.justify-content-start .autofit-col {
  justify-content: flex-start;
}
.justify-content-end .autofit-col {
  justify-content: flex-end;
}
.text-center .autofit-col {
  text-align: center;
}
.text-left .autofit-col {
  text-align: left;
}
.text-right .autofit-col {
  text-align: right;
}

.card-item-first {
  border-top-left-radius: calc(
	0.25rem - 0.0625rem
);
  border-top-right-radius: calc(
	0.25rem - 0.0625rem
);
  width: 100%;
}

.autofit-col:first-child .card-item-first {
  border-radius: calc(
	0.25rem - 0.0625rem
) 0 0 calc(
	0.25rem - 0.0625rem
);
}

.card-item-last {
  border-bottom-left-radius: calc(
	0.25rem - 0.0625rem
);
  border-bottom-right-radius: calc(
	0.25rem - 0.0625rem
);
  width: 100%;
}

.autofit-col:last-child .card-item-last {
  border-radius: 0 calc(
	0.25rem - 0.0625rem
) calc(
	0.25rem - 0.0625rem
) 0;
}

.rounded .card-header,
.rounded .card-item-first {
  border-top-left-radius: calc(
	0.25rem - 0.0625rem
);
  border-top-right-radius: calc(
	0.25rem - 0.0625rem
);
}
.rounded .card-footer,
.rounded .card-item-last {
  border-bottom-left-radius: calc(
	0.25rem - 0.0625rem
);
  border-bottom-right-radius: calc(
	0.25rem - 0.0625rem
);
}
.rounded .autofit-col:first-child {
  border-bottom-left-radius: calc(
	0.25rem - 0.0625rem
);
  border-top-left-radius: calc(
	0.25rem - 0.0625rem
);
}
.rounded .autofit-col:first-child .card-item-first {
  border-radius: calc(
	0.25rem - 0.0625rem
) 0 0 calc(
	0.25rem - 0.0625rem
);
}
.rounded .autofit-col:last-child {
  border-bottom-right-radius: calc(
	0.25rem - 0.0625rem
);
  border-top-right-radius: calc(
	0.25rem - 0.0625rem
);
}
.rounded .autofit-col:last-child .card-item-last {
  border-radius: 0 calc(
	0.25rem - 0.0625rem
) calc(
	0.25rem - 0.0625rem
) 0;
}

.rounded-0 .card-header,
.rounded-0 .card-item-first {
  border-top-left-radius: calc(
	0px - 0.0625rem
);
  border-top-right-radius: calc(
	0px - 0.0625rem
);
}
.rounded-0 .card-footer,
.rounded-0 .card-item-last {
  border-bottom-left-radius: calc(
	0px - 0.0625rem
);
  border-bottom-right-radius: calc(
	0px - 0.0625rem
);
}
.rounded-0 .autofit-col:first-child {
  border-bottom-left-radius: calc(
	0px - 0.0625rem
);
  border-top-left-radius: calc(
	0px - 0.0625rem
);
}
.rounded-0 .autofit-col:first-child .card-item-first {
  border-radius: calc(
	0px - 0.0625rem
) 0 0 calc(
	0px - 0.0625rem
);
}
.rounded-0 .autofit-col:last-child {
  border-bottom-right-radius: calc(
	0px - 0.0625rem
);
  border-top-right-radius: calc(
	0px - 0.0625rem
);
}
.rounded-0 .autofit-col:last-child .card-item-last {
  border-radius: 0 calc(
	0px - 0.0625rem
) calc(
	0px - 0.0625rem
) 0;
}

.rounded-circle .card-header,
.rounded-circle .card-item-first {
  border-top-left-radius: calc(
	5000px - 0.0625rem
);
  border-top-right-radius: calc(
	5000px - 0.0625rem
);
}
.rounded-circle .card-footer,
.rounded-circle .card-item-last {
  border-bottom-left-radius: calc(
	5000px - 0.0625rem
);
  border-bottom-right-radius: calc(
	5000px - 0.0625rem
);
}
.rounded-circle .autofit-col:first-child {
  border-bottom-left-radius: calc(
	5000px - 0.0625rem
);
  border-top-left-radius: calc(
	5000px - 0.0625rem
);
}
.rounded-circle .autofit-col:first-child .card-item-first {
  border-radius: calc(
	5000px - 0.0625rem
) 0 0 calc(
	5000px - 0.0625rem
);
}
.rounded-circle .autofit-col:last-child {
  border-bottom-right-radius: calc(
	5000px - 0.0625rem
);
  border-top-right-radius: calc(
	5000px - 0.0625rem
);
}
.rounded-circle .autofit-col:last-child .card-item-last {
  border-radius: 0 calc(
	5000px - 0.0625rem
) calc(
	5000px - 0.0625rem
) 0;
}

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
  }
}

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

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -0.0625rem;
}

.form-check-card {
  margin-bottom: 1.5rem;
  margin-top: 0;
  padding-left: 0;
}
.form-check-card:hover .card {
  box-shadow: 0 0 0 0.2rem rgba(0, 75, 119, 0.25);
}
.form-check-card.active .card {
  box-shadow: 0 0 0 0.2rem rgba(0, 75, 119, 0.25);
}
.form-check-card.checked .card {
  box-shadow: 0 0 0 0.2rem rgba(0, 75, 119, 0.25);
}
.form-check-card .card {
  margin-bottom: 0;
}
.form-check-card .form-check-input {
  margin-left: 0;
  margin-top: 0;
  opacity: 0;
  position: absolute;
  z-index: 1;
}
.form-check-card .form-check-label {
  color: #212529;
  display: inline;
  font-weight: 400;
  padding-left: 0;
  position: static;
}
.form-check-card .custom-control {
  display: inline;
  margin-right: 0;
  position: static;
}
.form-check-card .custom-control label {
  font-weight: 400;
  padding-left: 0;
}
.form-check-card .custom-control .custom-control-label {
  opacity: 0;
  position: absolute;
  z-index: 1;
}
.form-check-card .custom-control .custom-control-label::before {
  top: 0;
}
.form-check-card .custom-control .custom-control-label::after {
  top: 0;
}
.form-check-card .custom-control .custom-control-input {
  z-index: 2;
}
.form-check-card .custom-control .custom-control-input:checked ~ .card {
  box-shadow: 0 0 0 0.2rem rgba(0, 75, 119, 0.25);
}
.form-check-card .custom-control .custom-control-input:checked ~ .card {
  box-shadow: 0 0 0 0.2rem rgba(0, 75, 119, 0.25);
}
.form-check-card .form-check-input:checked ~ .card {
  box-shadow: 0 0 0 0.2rem rgba(0, 75, 119, 0.25);
}
.form-check-bottom-left .card-horizontal > .card-body,
.form-check-middle-left .card-horizontal > .card-body,
.form-check-top-left .card-horizontal > .card-body {
  padding-left: 40px;
}

.form-check-bottom-right .card-horizontal > .card-body,
.form-check-middle-right .card-horizontal > .card-body,
.form-check-top-right .card-horizontal > .card-body {
  padding-right: 40px;
}

.form-check-bottom-left .form-check-input {
  bottom: 1rem;
  left: 1rem;
  opacity: 1;
  top: auto;
  transform: none;
}
.form-check-bottom-left .custom-control .custom-control-label {
  bottom: 1rem;
  left: 1rem;
  opacity: 1;
  top: auto;
  transform: none;
}
.form-check-bottom-left .custom-control .custom-control-input {
  bottom: 1rem;
  left: 1rem;
  top: auto;
  transform: none;
}
.form-check-bottom-right .form-check-input {
  bottom: 1rem;
  left: auto;
  opacity: 1;
  right: 1rem;
  top: auto;
  transform: none;
}
.form-check-bottom-right .custom-control .custom-control-label {
  bottom: 1rem;
  left: auto;
  opacity: 1;
  right: 1rem;
  top: auto;
  transform: none;
}
.form-check-bottom-right .custom-control .custom-control-input {
  bottom: 1rem;
  left: auto;
  right: 1rem;
  top: auto;
  transform: none;
}
.form-check-middle-left .form-check-input {
  left: 1rem;
  margin-top: 0;
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
}
.form-check-middle-left .custom-control .custom-control-label {
  left: 1rem;
  margin-top: 0;
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
}
.form-check-middle-left .custom-control .custom-control-input {
  left: 1rem;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
}
.form-check-middle-right .form-check-input {
  left: auto;
  margin-top: 0;
  opacity: 1;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.form-check-middle-right .custom-control .custom-control-label {
  left: auto;
  margin-top: 0;
  opacity: 1;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.form-check-middle-right .custom-control .custom-control-input {
  left: auto;
  margin-top: 0;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.form-check-top-left .form-check-input {
  left: 1rem;
  opacity: 1;
  top: 1rem;
  transform: none;
}
.form-check-top-left .custom-control .custom-control-label {
  left: 1rem;
  opacity: 1;
  top: 1rem;
  transform: none;
}
.form-check-top-left .custom-control .custom-control-input {
  left: 1rem;
  top: 1rem;
  transform: none;
}
.form-check-top-right .form-check-input {
  left: auto;
  opacity: 1;
  right: 1rem;
  top: 1rem;
  transform: none;
}
.form-check-top-right .custom-control .custom-control-label {
  left: auto;
  opacity: 1;
  right: 1rem;
  top: 1rem;
  transform: none;
}
.form-check-top-right .custom-control .custom-control-input {
  left: auto;
  right: 1rem;
  top: 1rem;
  transform: none;
}
.card-page.card-page-equal-height .card-page-item,
.card-page.card-page-equal-height .card-page-item-asset,
.card-page.card-page-equal-height .card-page-item-directory {
  display: flex;
  flex-direction: column;
}
.card-page.card-page-equal-height .form-check-card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.card-page.card-page-equal-height .card {
  flex-grow: 1;
}

.card-page-item-header {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.card-page-item-directory {
  display: block;
  flex-grow: 1;
  min-width: 193px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}
@media (min-width: 0) {
  .card-page-item-directory {
    min-width: 193px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 576px) {
  .card-page-item-directory {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 800px) {
  .card-page-item-directory {
    flex-basis: 33.3333%;
    max-width: 33.3333%;
  }
}
@media (min-width: 992px) {
  .card-page-item-directory {
    flex-basis: 25%;
    max-width: 25%;
  }
}

.card-page-item-asset {
  display: block;
  flex-grow: 1;
  min-width: 193px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}
@media (min-width: 0) {
  .card-page-item-asset {
    min-width: 193px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 576px) {
  .card-page-item-asset {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 800px) {
  .card-page-item-asset {
    flex-basis: 33.3333%;
    max-width: 33.3333%;
  }
}
@media (min-width: 992px) {
  .card-page-item-asset {
    flex-basis: 25%;
    max-width: 25%;
  }
}

.card-page-item-user {
  display: block;
  flex-basis: 50%;
  flex-grow: 1;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}
@media (min-width: 0) {
  .card-page-item-user {
    flex-basis: 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 576px) {
  .card-page-item-user {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
    min-width: 200px;
  }
}
@media (min-width: 992px) {
  .card-page-item-user {
    flex-basis: 20%;
    max-width: 20%;
  }
}

.card-interactive {
  cursor: pointer;
  outline: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .card-interactive {
    transition: none;
  }
}
.card-interactive:hover, .card-interactive.hover {
  background-color: #f8f9fa;
  text-decoration: none;
}
.card-interactive:focus, .card-interactive.focus {
  border-color: #009bf7;
  box-shadow: 0 0 0 0.2rem rgba(0, 75, 119, 0.25);
}
.card-interactive:active, .card-interactive.active {
  background-color: #e9ecef;
}
.card-interactive::after {
  border-radius: 0 0 0.25rem 0.25rem;
  bottom: -0.0625rem;
  content: "";
  height: 0;
  left: -0.0625rem;
  position: absolute;
  right: -0.0625rem;
  transition: height 0.15s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .card-interactive::after {
    transition: none;
  }
}
.card-interactive:hover::after, .card-interactive.hover::after {
  height: 4px;
}
.card-interactive:focus::after, .card-interactive.focus::after {
  height: 4px;
}
.card-interactive:active::after, .card-interactive.active::after {
  height: 4px;
}
.card-interactive .card-body {
  display: block;
}
.card-interactive label {
  cursor: pointer;
}

.card-interactive-primary:focus, .card-interactive-primary.focus {
  background-color: #f8f9fa;
}
.card-interactive-primary:active, .card-interactive-primary.active {
  background-color: #e9ecef;
}
.card-interactive-primary:hover::after, .card-interactive-primary.hover::after {
  background-color: #004b77;
}
.card-interactive-primary:focus::after, .card-interactive-primary.focus::after {
  background-color: #004b77;
}
.card-interactive-primary:active::after, .card-interactive-primary.active::after {
  background-color: #004b77;
}
.card-interactive-secondary {
  color: #212529;
}
.card-interactive-secondary:hover, .card-interactive-secondary.hover {
  background-color: #fff;
  border-color: #009bf7;
  box-shadow: 0 0 0 0.2rem rgba(0, 75, 119, 0.25);
  color: #212529;
}
.card-interactive-secondary:active, .card-interactive-secondary.active {
  background-color: #fff;
}
.card-type-asset .aspect-ratio {
  border-color: rgba(0, 0, 0, 0.125);
  border-style: solid;
  border-width: 0 0 0.0625rem 0;
  padding-bottom: calc(9 / 16 * 100%);
}
.card-type-asset .aspect-ratio .custom-control label,
.card-type-asset .aspect-ratio .form-check-label {
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.card-type-asset .card-row {
  align-items: flex-start;
}
.card-type-asset .card-type-asset-icon {
  width: 22.225%;
}
.card-type-asset .card-type-asset-icon .inline-item {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.card-type-asset .card-type-asset-icon > .lexicon-icon {
  height: 100%;
  width: 100%;
}
.card-type-asset .card-type-asset-icon > .sticker {
  border-radius: 50%;
  display: block;
  font-size: 2vw;
  padding-bottom: 100%;
  width: 100%;
}
.card-type-asset .dropdown-action {
  margin-right: -0.5rem;
  margin-top: -0.1875rem;
}
.file-card .card-type-asset-icon {
  color: #6c757d;
}
.product-card .aspect-ratio {
  background-color: #fff;
  background-image: linear-gradient(0deg, #ebebeb, #ebebeb);
}
.product-card .card-body {
  text-align: center;
}
.product-card .card-title {
  font-size: 1rem;
}
.product-card .card-subtitle {
  font-size: 0.75rem;
}
.product-card .card-text {
  font-size: 1.125rem;
  font-weight: 500;
}
.user-card .card-type-asset-icon {
  max-width: 80px;
  min-width: 48px;
  width: 30%;
}
.user-card .card-type-asset-icon > .lexicon-icon {
  height: auto;
  width: 50%;
}
.card-type-directory .sticker {
  font-size: 1.125rem;
}
.card-type-template {
  color: #212529;
}
.card-type-template:hover, .card-type-template.hover {
  color: #212529;
}
.card-type-template .aspect-ratio {
  border-width: 0px;
  color: #6c757d;
  text-align: center;
  padding-bottom: calc(9 / 16 * 100%);
}
.card-type-template .aspect-ratio .lexicon-icon {
  height: auto;
  width: 28%;
}
.card-type-template .aspect-ratio-item {
  width: 100.6%;
}
.card-type-template .card-title {
  display: block;
  margin-bottom: 0.5rem;
}
.card-type-template .card-text {
  display: block;
}
.template-card .card-body {
  padding-top: 0;
  text-align: center;
}
.template-card-horizontal {
  color: #6c757d;
}
.template-card-horizontal:hover, .template-card-horizontal.hover {
  color: #6c757d;
}
.template-card-horizontal .sticker {
  font-size: 1.25rem;
}
.template-card-horizontal .card-row {
  margin-left: -4px;
  margin-right: -4px;
  width: auto;
}
.template-card-horizontal .card-row .autofit-col {
  padding-left: 4px;
  padding-right: 4px;
}
.template-card-horizontal .card-title {
  color: inherit;
  margin-bottom: 0;
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-header {
  color: #6c757d;
  display: block;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  position: relative;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.dropdown-header:first-child {
  margin-top: 0;
}

.dropdown-subheader {
  color: #6c757d;
  font-size: 0.75rem;
  font-weight: 500;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  text-transform: uppercase;
  white-space: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.dropdown-subheader:first-child {
  margin-top: 0;
}

.dropdown-caption {
  color: #6c757d;
  font-size: 0.875rem;
  padding: 0.25rem 1.5rem;
  white-space: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.dropdown-item {
  background-color: transparent;
  border-radius: 0px;
  border-width: 0px;
  clear: both;
  color: #212529;
  cursor: pointer;
  display: block;
  font-weight: 400;
  overflow: hidden;
  padding-bottom: 0.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.25rem;
  position: relative;
  text-align: inherit;
  transition: none;
  width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.dropdown-item:hover, .dropdown-item.hover {
  background-color: #f8f9fa;
  color: #16181b;
  text-decoration: none;
}
.dropdown-item:focus, .dropdown-item.focus {
  background-color: #f8f9fa;
  color: #16181b;
  text-decoration: none;
}
.dropdown-item:active {
  background-color: #004b77;
  color: #fff;
  text-decoration: none;
}
.dropdown-item:active label {
  color: #fff;
}
.dropdown-item:active .form-check-label {
  color: #fff;
}
.dropdown-item.active {
  background-color: #004b77;
  color: #fff;
  text-decoration: none;
}
.dropdown-item.active label {
  color: #fff;
}
.dropdown-item.active .form-check-label {
  color: #fff;
}
.dropdown-item:disabled, .dropdown-item.disabled {
  background-color: transparent;
  color: #6c757d;
  cursor: not-allowed;
  opacity: 1;
  outline: 0;
}
.dropdown-item:disabled label,
.dropdown-item:disabled .form-check-label, .dropdown-item.disabled label,
.dropdown-item.disabled .form-check-label {
  color: #6c757d;
}
.dropdown-item:disabled .c-kbd-inline, .dropdown-item.disabled .c-kbd-inline {
  color: #6c757d;
}
.dropdown-item:disabled:active, .dropdown-item.disabled:active {
  pointer-events: none;
}
.dropdown-item .c-inner {
  flex-grow: 1;
  margin-bottom: -0.25rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  margin-top: -0.25rem;
  width: auto;
}
.dropdown-item.autofit-row {
  padding-left: calc(1.5rem - 0.25rem);
  padding-right: calc(1.5rem - 0.25rem);
}
.dropdown-item.autofit-row > .autofit-col {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.dropdown-item .autofit-row {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  width: auto;
}
.dropdown-item .autofit-row > .autofit-col {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.dropdown-item .c-kbd-inline {
  line-height: calc(1rem * 1.5);
}
.dropdown-item .form-check-label {
  font-weight: 400;
}
.dropdown-item .custom-control-label {
  font-weight: 400;
}
.dropdown-item .form-check {
  margin-bottom: 0;
}
.dropdown-item .custom-control {
  margin-bottom: 0;
  margin-right: 0;
  min-height: 1rem;
}

.dropdown-item-text {
  color: #212529;
  display: block;
  font-weight: 400;
  padding-bottom: 0.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.25rem;
}

.dropdown-section {
  padding: 0.25rem 1.5rem;
}
.dropdown-section .form-group + .form-group {
  margin-top: 0.5rem;
}
.dropdown-section .custom-control {
  margin-bottom: 0;
}
.dropdown-footer {
  box-shadow: -1px -2px 3px -3px rgba(0, 0, 0, 0.5);
  padding: 0.5rem 1.5rem 0;
  position: relative;
}

.dropdown-menu {
  background-clip: padding-box;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  border-style: solid;
  border-width: 0.0625rem;
  color: #212529;
  display: none;
  float: left;
  font-size: 1rem;
  left: 0;
  list-style: none;
  margin: 0.125rem 0 0;
  max-height: 500px;
  max-width: 260px;
  min-width: 10rem;
  overflow: auto;
  padding: 0.5rem 0;
  position: absolute;
  text-align: left;
  top: 100%;
  z-index: 1000;
}
@media (max-width: 991.98px) {
  .dropdown-menu {
    max-height: 295px;
    max-width: 230px;
  }
}
.dropdown-menu.show {
  display: block;
}
.dropdown-menu .alert, .dropdown-menu .portlet-msg-alert,
.dropdown-menu .portlet-msg-error,
.dropdown-menu .portlet-msg-help,
.dropdown-menu .portlet-msg-info,
.dropdown-menu .portlet-msg-progress,
.dropdown-menu .portlet-msg-success {
  line-height: normal;
  margin: 0.5rem;
  padding: 0.5rem 1.5rem;
}
.dropdown-menu .alert:first-child, .dropdown-menu .portlet-msg-alert:first-child,
.dropdown-menu .portlet-msg-error:first-child,
.dropdown-menu .portlet-msg-help:first-child,
.dropdown-menu .portlet-msg-info:first-child,
.dropdown-menu .portlet-msg-progress:first-child,
.dropdown-menu .portlet-msg-success:first-child {
  margin-top: 0;
}
.dropdown-menu .alert:last-child, .dropdown-menu .portlet-msg-alert:last-child,
.dropdown-menu .portlet-msg-error:last-child,
.dropdown-menu .portlet-msg-help:last-child,
.dropdown-menu .portlet-msg-info:last-child,
.dropdown-menu .portlet-msg-progress:last-child,
.dropdown-menu .portlet-msg-success:last-child {
  margin-bottom: 0;
}
.dropdown-menu .alert-fluid {
  margin-left: 0;
  margin-right: 0;
}
.dropdown-menu .alert-fluid:first-child {
  margin-top: -0.5rem;
}
.dropdown-menu .alert-fluid:last-child {
  margin-bottom: -0.5rem;
}
.dropdown-menu .form-group {
  margin-bottom: 0;
}
.dropdown-menu .inline-scroller {
  max-height: 200px;
}
@media (max-width: 991.98px) {
  .dropdown-menu .inline-scroller {
    max-height: none;
  }
}
.dropdown-menu > .list-unstyled {
  margin-bottom: 0;
}

.dropdown-menu-select.dropdown-menu .dropdown-header {
  padding-bottom: 0.375rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 0.3125rem;
}
.dropdown-menu-select.dropdown-menu .dropdown-subheader {
  padding-bottom: 0.4375rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 0.4375rem;
}
.dropdown-menu-select.dropdown-menu .dropdown-section {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.dropdown-menu-select.dropdown-menu .dropdown-item {
  padding-bottom: 0.375rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 0.3125rem;
}
.dropdown-menu-select.dropdown-menu .dropdown-item .c-inner {
  flex-grow: 1;
  margin-bottom: -0.375rem;
  margin-left: -1.75rem;
  margin-right: -1.75rem;
  margin-top: -0.3125rem;
  width: auto;
}
.dropdown-menu-select.dropdown-menu .dropdown-item.autofit-row {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.dropdown-menu-select.dropdown-menu .dropdown-divider {
  margin: 0.3125rem 0;
}
.dropdown-menu-select.dropdown-menu.dropdown-menu-indicator-start .dropdown-item-indicator-start {
  left: 0.5rem;
  top: 0.5rem;
}
.dropdown-menu-select.dropdown-menu.dropdown-menu-indicator-end .dropdown-item-indicator-end {
  right: 0.5rem;
  top: 0.5rem;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    left: 0;
    right: auto;
  }
  .dropdown-menu-sm-right {
    left: auto;
    right: 0;
  }
}
@media (min-width: 800px) {
  .dropdown-menu-md-left {
    left: 0;
    right: auto;
  }
  .dropdown-menu-md-right {
    left: auto;
    right: 0;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    left: 0;
    right: auto;
  }
  .dropdown-menu-lg-right {
    left: auto;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    left: 0;
    right: auto;
  }
  .dropdown-menu-xl-right {
    left: auto;
    right: 0;
  }
}
.dropup .dropdown-menu {
  bottom: 100%;
  margin-bottom: 0.125rem;
  margin-top: 0;
  top: auto;
}
.dropright .dropdown-menu {
  left: 100%;
  margin-left: 0.125rem;
  margin-top: 0;
  right: auto;
  top: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  left: auto;
  margin-right: 0.125rem;
  margin-top: 0;
  right: 100%;
  top: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  bottom: auto;
  right: auto;
}

.dropdown-divider {
  border-top: 1px solid #e9ecef;
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
}

.dropdown-action {
  display: inline-block;
  vertical-align: middle;
}
.dropdown-action > .dropdown-toggle {
  align-items: center;
  border-radius: 0.25rem;
  cursor: pointer;
  display: flex;
  font-size: inherit;
  font-weight: inherit;
  height: 1.9375rem;
  justify-content: center;
  line-height: inherit;
  padding: 0;
  text-transform: inherit;
  vertical-align: baseline;
  width: 1.9375rem;
}
.dropdown-action > .dropdown-toggle:disabled, .dropdown-action > .dropdown-toggle.disabled {
  cursor: not-allowed;
  opacity: 0.65;
}
.dropdown-action > .dropdown-toggle .lexicon-icon {
  margin-top: 0;
}
.dropdown-action > .dropdown-toggle .inline-item .lexicon-icon {
  margin-top: 0;
}
.dropdown-menu-indicator-start .dropdown-item-indicator {
  height: 1rem;
  left: 1.5rem;
  position: absolute;
  top: 0.25rem;
  width: 1rem;
}
.dropdown-menu-indicator-start .dropdown-item-indicator-text-start {
  padding-left: 0;
}
.dropdown-menu-indicator-start .dropdown-header,
.dropdown-menu-indicator-start .dropdown-subheader,
.dropdown-menu-indicator-start .dropdown-caption,
.dropdown-menu-indicator-start .dropdown-item {
  padding-left: calc(
			1.5rem + 1rem + 1rem
		);
}
.dropdown-menu-indicator-start .dropdown-item .c-inner {
  margin-left: calc((
							1.5rem +
								1rem +
								1rem
						) * -1);
}

.dropdown-item-indicator-start {
  align-items: center;
  color: inherit;
  display: inline-flex;
  height: 1rem;
  justify-content: center;
  left: 1.5rem;
  position: absolute;
  right: auto;
  top: calc( 				0.25rem - (( 								1rem - (1em * 1.5) 							) / 2) 			);
  width: 1rem;
}
.dropdown-item-indicator-start .lexicon-icon {
  margin-top: 0;
}

.dropdown-item-indicator-text-start {
  color: inherit;
  display: block;
  padding-left: 2rem;
  text-decoration: inherit;
  width: 100%;
}
.dropdown-item-indicator-text-start:hover {
  color: inherit;
  text-decoration: inherit;
}
.dropdown-item-indicator-text-start.focus, .dropdown-item-indicator-text-start:focus {
  color: inherit;
  text-decoration: inherit;
}
.dropdown-item-indicator-text-start > .c-inner {
  margin-left: -2rem;
}
.dropdown-menu-indicator-end .dropdown-item-indicator {
  position: absolute;
  right: 1.5rem;
  top: 0.25rem;
}
.dropdown-menu-indicator-end .dropdown-item-indicator-text-end {
  padding-right: 0;
}
.dropdown-menu-indicator-end .dropdown-item {
  padding-right: calc(
			1.5rem + 1rem + 1rem
		);
}
.dropdown-menu-indicator-end .dropdown-item .c-inner {
  margin-right: calc((
							1.5rem +
								1rem +
								1rem
						) * -1);
}

.dropdown-item-indicator-end {
  align-items: center;
  color: inherit;
  display: inline-flex;
  height: 1rem;
  justify-content: center;
  left: auto;
  position: absolute;
  right: 1.5rem;
  top: calc( 				0.25rem - (( 								1rem - (1em * 1.5) 							) / 2) 			);
  width: 1rem;
}
.dropdown-item-indicator-end .lexicon-icon {
  margin-top: 0;
}

.dropdown-item-indicator-text-end {
  color: inherit;
  display: block;
  padding-right: 2rem;
  text-decoration: inherit;
  width: 100%;
}
.dropdown-item-indicator-text-end:hover {
  color: inherit;
  text-decoration: inherit;
}
.dropdown-item-indicator-text-end.focus, .dropdown-item-indicator-text-end:focus {
  color: inherit;
  text-decoration: inherit;
}
.dropdown-item-indicator-text-end > .c-inner {
  margin-right: -2rem;
}
.dropdown-menu-top {
  bottom: 100% !important;
  left: 0 !important;
  margin-top: 0;
  margin-bottom: 0.125rem;
  right: auto !important;
  top: auto !important;
  transform: none !important;
  will-change: auto !important;
}
.dropdown-menu-top-right {
  bottom: 100% !important;
  left: auto !important;
  margin-top: 0;
  margin-bottom: 0.125rem;
  right: 0 !important;
  top: auto !important;
  transform: none !important;
  will-change: auto !important;
}
.dropdown-menu-top-center {
  bottom: 100% !important;
  left: 50% !important;
  margin-top: 0;
  margin-bottom: 0.125rem;
  right: auto !important;
  top: auto !important;
  transform: translateX(-50%) !important;
  will-change: auto !important;
}
.dropdown-menu-center {
  bottom: auto !important;
  left: 50% !important;
  right: auto !important;
  top: 100% !important;
  transform: translateX(-50%) !important;
  will-change: auto !important;
}
.dropdown-menu-left-side {
  bottom: auto !important;
  left: auto !important;
  margin-right: 0.125rem;
  margin-top: 0;
  right: 100% !important;
  top: 0 !important;
  transform: none !important;
  will-change: auto !important;
}
.dropdown-menu-left-side-bottom {
  bottom: 0 !important;
  left: auto !important;
  margin-right: 0.125rem;
  margin-top: 0;
  right: 100% !important;
  top: auto !important;
  transform: none !important;
  will-change: auto !important;
}
.dropdown-menu-left-side-middle {
  bottom: auto !important;
  left: auto !important;
  margin-right: 0.125rem;
  margin-top: 0;
  right: 100% !important;
  top: 50% !important;
  transform: translate(0, -50%) !important;
  will-change: auto !important;
}
.dropdown-menu-right-side {
  bottom: auto !important;
  left: 100% !important;
  margin-left: 0.125rem;
  margin-top: 0;
  right: auto !important;
  top: 0 !important;
  transform: none !important;
  will-change: auto !important;
}
.dropdown-menu-right-side-bottom {
  bottom: 0 !important;
  left: 100% !important;
  margin-left: 0.125rem;
  margin-top: 0;
  right: auto !important;
  top: auto !important;
  transform: none !important;
  will-change: auto !important;
}
.dropdown-menu-right-side-middle {
  bottom: auto !important;
  left: 100% !important;
  margin-left: 0.125rem;
  margin-top: 0;
  right: auto !important;
  top: 50% !important;
  transform: translate(0, -50%) !important;
  will-change: auto !important;
}
.dropdown-full .dropdown-menu,
.dropdown-wide .dropdown-menu {
  max-width: none;
  width: 100%;
}
@media (min-width: 800px) {
  .dropdown-full .dropdown-menu,
  .dropdown-wide .dropdown-menu {
    max-height: none;
    width: 100%;
  }
}

.dropdown-full .dropdown-header ~ .dropdown-header,
.dropdown-wide .dropdown-header ~ .dropdown-header {
  margin-top: 20px;
}
.dropdown-full .dropdown-menu > .row,
.dropdown-wide .dropdown-menu > .row {
  margin-left: 0;
  margin-right: 0;
  min-width: 500px;
}

@media (min-width: 992px) {
  .dropdown-wide .dropdown-menu {
    min-width: 500px;
  }
}

.dropdown-menu-width-shrink {
  min-width: 0;
  white-space: nowrap;
}
.dropdown-menu-width-full {
  left: 12px !important;
  right: 12px !important;
  max-width: none;
  min-width: 0;
  width: calc(100% - 24px);
}

.dropdown-menu-width-sm {
  max-width: none;
  min-width: 0;
  width: 500px;
}
@media (max-width: 799.98px) {
  .dropdown-menu-width-sm {
    left: 12px !important;
    right: 12px !important;
    width: calc(100% - 24px);
  }
}

.dropdown-menu-height-auto {
  height: auto;
  max-height: none;
  min-height: 0;
}

@media (min-width: 800px) {
  .dropdown-full .autocomplete-dropdown-menu,
  .dropdown-full .dropdown-menu-autocomplete {
    max-height: calc(9rem + 2px);
  }
}

.autocomplete-dropdown-menu,
.dropdown-menu-autocomplete {
  max-height: calc(9rem + 2px);
  max-width: none;
  width: 100%;
}
.nav-item.dropdown-full {
  position: static;
}

@media (max-width: 991.98px) {
  .nav-item.dropdown-wide {
    position: static;
  }
}

@media (max-width: 799.98px) {
  .navbar-nav .dropdown-menu-center {
    transform: none;
  }
}

.navbar-right .dropdown-menu-center {
  left: 50%;
  right: auto;
}

.drilldown-inner {
  display: flex;
  flex-grow: 1;
  overflow: hidden;
  transition: height 0.25s ease;
}
@media (prefers-reduced-motion: reduce) {
  .drilldown-inner {
    transition: none;
  }
}

.drilldown-item {
  display: none;
  flex-shrink: 0;
  height: 0;
  width: 100%;
}

.drilldown-item-inner {
  display: flex;
  flex-direction: column;
}

.drilldown-transition {
  transition: all 0.25s ease;
}

.drilldown-item.transitioning {
  display: block;
}

.drilldown-current {
  display: block;
  height: auto;
}

.drilldown-next-active,
.drilldown-prev-initial {
  transform: translateX(-100%);
}

.drilldown-prev-active {
  transform: translateX(0%);
}

.drilldown.dropdown-menu {
  flex-direction: column;
  max-height: none;
  max-width: none;
  min-width: 0;
  overflow: hidden;
  width: 260px;
}
.drilldown.dropdown-menu.show {
  display: flex;
}
.drilldown.dropdown-menu .drilldown-inner {
  min-height: 266px;
}
.drilldown.dropdown-menu .inline-scroller {
  max-height: none;
}

.drilldown.dropdown-menu-indicator-start .dropdown-item,
.drilldown .dropdown-menu-indicator-start .dropdown-item {
  padding-left: 3rem;
}
.drilldown.dropdown-menu-indicator-start .dropdown-item .dropdown-item-indicator-text-start,
.drilldown .dropdown-menu-indicator-start .dropdown-item .dropdown-item-indicator-text-start {
  padding-left: 0;
}
.drilldown.dropdown-menu-indicator-start .dropdown-item .dropdown-item-indicator-text-end,
.drilldown .dropdown-menu-indicator-start .dropdown-item .dropdown-item-indicator-text-end {
  margin-left: -3rem;
}

.drilldown.dropdown-menu-indicator-end .dropdown-item,
.drilldown .dropdown-menu-indicator-end .dropdown-item {
  padding-right: 3rem;
}
.drilldown.dropdown-menu-indicator-end .dropdown-item .dropdown-item-indicator-text-start,
.drilldown .dropdown-menu-indicator-end .dropdown-item .dropdown-item-indicator-text-start {
  margin-right: -3rem;
}
.drilldown.dropdown-menu-indicator-end .dropdown-item .dropdown-item-indicator-text-end,
.drilldown .dropdown-menu-indicator-end .dropdown-item .dropdown-item-indicator-text-end {
  padding-right: 0;
}

.drilldown .dropdown-header {
  color: #1d2124;
  font-weight: 500;
  padding-bottom: 0.59375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.59375rem;
  text-transform: uppercase;
}
.drilldown .dropdown-footer {
  padding: 1rem 1rem 0.625rem;
}
.drilldown .dropdown-divider {
  margin: 0;
}
.drilldown .dropdown-item {
  padding-bottom: 0.59375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.59375rem;
}
.drilldown .dropdown-item .c-inner {
  flex-grow: 1;
  margin-bottom: -0.59375rem;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-top: -0.59375rem;
  width: auto;
}
.drilldown .dropdown-item-indicator-start {
  height: 1.5rem;
  left: 0.5rem;
  top: calc( 				0.59375rem - (( 								1.5rem - (1em * 1.5) 							) / 2) 			);
  transition: none;
  width: 1.5rem;
}
.drilldown .dropdown-item-indicator-text-start {
  padding-left: 2rem;
}
.drilldown .dropdown-item-indicator-end {
  height: 1.5rem;
  right: 0.5rem;
  top: calc( 				0.59375rem - (( 								1.5rem - (1em * 1.5) 							) / 2) 			);
  transition: none;
  width: 1.5rem;
}
.drilldown .dropdown-item-indicator-text-end {
  margin-bottom: -0.59375rem;
  margin-left: -1rem;
  margin-top: -0.59375rem;
  padding-bottom: inherit;
  padding-left: inherit;
  padding-right: 2rem;
  padding-top: inherit;
  width: auto;
}

.drilldown-height-md.dropdown-menu .drilldown-inner, .drilldown-height-sm.dropdown-menu .drilldown-inner {
  min-height: 0;
}
.drilldown-height-md.dropdown-menu .drilldown-item, .drilldown-height-sm.dropdown-menu .drilldown-item {
  height: 100%;
}
.drilldown-height-md.dropdown-menu .drilldown-item-inner, .drilldown-height-sm.dropdown-menu .drilldown-item-inner {
  height: 100%;
}

.drilldown-height-sm.dropdown-menu {
  height: 272px;
}

.drilldown-height-md.dropdown-menu {
  height: 344px;
}

[type=checkbox] {
  cursor: pointer;
  height: 14px;
  width: 14px;
}
[type=checkbox]:disabled {
  cursor: not-allowed;
}

[type=radio] {
  cursor: pointer;
  height: 15px;
  width: 14px;
}
[type=radio]:disabled {
  cursor: not-allowed;
}

label {
  margin-bottom: 0.5rem;
  max-width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
label[for] {
  cursor: pointer;
}
label + .form-text {
  margin-bottom: 0.5rem;
  margin-top: 0;
}
label .reference-mark {
  color: #ffc107;
}

.form-control-label {
  display: inline;
  margin-bottom: 0;
}

.form-control-label-text {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0.5rem;
  max-width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

fieldset[disabled] label,
label.disabled {
  color: #6c757d;
  cursor: not-allowed;
  opacity: 1;
}

fieldset[disabled] label .form-control {
  font-weight: normal;
  opacity: 1;
}

.form-control {
  background-color: #fff;
  border-color: #ced4da;
  border-style: solid;
  border-width: 0.0625rem;
  border-bottom-width: 0.0625rem;
  border-left-width: 0.0625rem;
  border-right-width: 0.0625rem;
  border-top-width: 0.0625rem;
  border-radius: 0.25rem;
  color: #495057;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  height: 2.375rem;
  line-height: 1.5;
  min-width: 0;
  padding-bottom: 0.375rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:focus, .form-control.focus {
  background-color: #fff;
  border-color: #009bf7;
  box-shadow: 0 0 0 0.2rem rgba(0, 75, 119, 0.25);
  color: #495057;
  outline: 0;
}
.form-control:disabled, .form-control.disabled {
  background-color: #e9ecef;
  cursor: not-allowed;
  opacity: 1;
}
.form-control:not([type=range]) {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.form-control::-ms-clear, .form-control::-ms-reveal {
  display: none;
  height: 0;
  width: 0;
}
.form-control[contenteditable] p {
  margin-bottom: 0;
}
.form-control .label {
  border-width: 0.0625rem;
  height: auto;
  margin-bottom: 0.25rem;
  margin-right: 0.5rem;
  margin-top: 0.25rem;
  min-height: 1.25rem;
}
fieldset[disabled] .form-control {
  background-color: #e9ecef;
  cursor: not-allowed;
  opacity: 1;
}

.form-control-plaintext {
  background-clip: border-box;
  background-color: transparent;
  border-color: transparent;
  border-style: solid;
  border-bottom-width: 0.0625rem;
  border-left-width: 0.0625rem;
  border-right-width: 0.0625rem;
  border-top-width: 0.0625rem;
  color: #212529;
  display: block;
  font-size: 1rem;
  height: 2.375rem;
  line-height: 1.5;
  margin-bottom: 0;
  min-width: 0;
  padding-bottom: 0.375rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.375rem;
  text-overflow: ellipsis;
  width: 100%;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-hidden {
  left: 0;
  opacity: 0;
  position: absolute;
  z-index: -1;
}

div.form-control {
  height: auto;
  min-height: 2.375rem;
}
div.form-control-lg {
  min-height: 3rem;
}
div.form-control-sm {
  min-height: 1.9375rem;
}

.form-control-tag-group {
  align-items: center;
  color: #1d2124;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
}
.form-control-tag-group .autofit-row {
  align-items: center;
  flex-grow: 1;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  width: auto;
}
.form-control-tag-group .autofit-col {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.form-control-tag-group .autofit-col .form-control-inset {
  width: auto;
}
.form-control-tag-group .input-group-item {
  align-items: center;
}
.form-control-tag-group .inline-item {
  height: 1.5rem;
  margin-bottom: 0.125rem;
  margin-top: 0.125rem;
}
.form-control-tag-group .btn, .form-control-tag-group .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .form-control-tag-group a.lfr-icon-item {
  height: 1.5rem;
  line-height: 1;
  margin-bottom: 0.125rem;
  margin-top: 0.125rem;
  padding-bottom: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0;
}
.form-control-tag-group .btn .c-inner, .form-control-tag-group .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item .c-inner, .tasks-portlet .control-wrapper .global-task-actions .form-control-tag-group a.lfr-icon-item .c-inner {
  margin-bottom: 0;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-top: 0;
}
.form-control-tag-group .btn-monospaced {
  height: 1.5rem;
  line-height: 1;
  margin-bottom: 0.125rem;
  margin-top: 0.125rem;
  padding-left: 0;
  padding-right: 0;
  width: 1.5rem;
}
.form-control-tag-group .btn-monospaced .c-inner {
  margin-left: 0;
  margin-right: 0;
}
.form-control-tag-group .component-action {
  height: 100%;
  margin-bottom: 0;
  margin-top: 0;
  width: 2rem;
}
.form-control-inset {
  background-color: transparent;
  border-width: 0px;
  color: #495057;
  flex-grow: 1;
  margin-bottom: 0.125rem;
  margin-left: 0.25rem;
  margin-top: 0.125rem;
  min-height: 1.5rem;
  padding: 0;
  width: 50px;
}
.form-control-inset:focus, .form-control-inset.focus {
  outline: 0;
}
.form-control-inset:disabled, .form-control-inset.disabled {
  background-color: #e9ecef;
  cursor: not-allowed;
  opacity: 1;
}
.form-control-inset::-ms-clear, .form-control-inset::-ms-reveal {
  display: none;
  height: 0;
  width: 0;
}

select.form-control {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23495057' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  background-size: 8px 10px;
  cursor: pointer;
  padding-right: 1.75rem;
  color: #495057;
}
select.form-control:disabled > option, select.form-control.disabled > option {
  cursor: not-allowed;
}
select.form-control option {
  cursor: pointer;
}
select.form-control::-ms-expand {
  display: none;
}
select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  background-color: transparent;
  color: inherit;
}

.form-control-select {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23495057' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  background-size: 8px 10px;
  padding-right: 1.75rem;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.form-control-select:hover {
  color: inherit;
  text-decoration: none;
}
select.form-control[size] {
  background-image: none;
  height: auto;
  margin-left: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  scrollbar-width: thin;
  color: #495057;
}
select.form-control[size]:focus, select.form-control[size].focus {
  background-image: none;
}
select.form-control[size] option {
  padding: 0.25rem;
}
select.form-control[multiple] {
  background-image: none;
  height: auto;
  margin-left: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  scrollbar-width: thin;
  color: #495057;
}
select.form-control[multiple]:focus, select.form-control[multiple].focus {
  background-image: none;
}
select.form-control[multiple] option {
  padding: 0.25rem;
}
textarea.form-control,
textarea.form-control-plaintext,
.form-control.form-control-textarea {
  height: 150px;
  resize: vertical;
}
.form-control-file {
  cursor: pointer;
  display: block;
  width: 100%;
}
.form-control-file::-webkit-file-upload-button {
  cursor: pointer;
}

.form-control[type=range] {
  background-color: transparent;
  border-color: transparent;
  padding: 0;
}
.form-control[type=range]:focus {
  box-shadow: none;
}
.form-control[type=range]:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.2rem rgba(0, 75, 119, 0.25);
}
.form-control[type=range]::-webkit-slider-thumb {
  border-radius: 100px;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control-range {
  display: block;
  width: 100%;
}

.form-check {
  display: block;
  padding-left: 0;
  position: relative;
}

.form-check-label {
  cursor: pointer;
  display: inline;
  margin-bottom: 0;
  position: relative;
}

.form-check-input {
  margin-left: 0;
  margin-top: 0;
  position: static;
}
.form-check-input[disabled], .form-check-input:disabled {
  cursor: not-allowed;
}
.form-check-input[disabled] ~ .form-check-label,
.form-check-input[disabled] + .form-check-label-text, .form-check-input:disabled ~ .form-check-label,
.form-check-input:disabled + .form-check-label-text {
  color: #6c757d;
  cursor: not-allowed;
}

.form-check-label-text {
  margin-left: -0.1875rem;
  padding-left: 0.5rem;
}

.form-check-inline {
  align-items: center;
  display: inline-flex;
  margin-right: 0.75rem;
  padding-left: 0;
}
.form-check-inline .form-check-input {
  margin-left: 0;
  margin-right: auto;
  margin-top: 0;
  position: static;
}

.form-control-file:disabled {
  cursor: not-allowed;
}
.form-control-file:disabled::-webkit-file-upload-button {
  cursor: not-allowed;
}

.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control-plaintext[readonly] {
  border-radius: 0.25rem;
  outline: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control-plaintext[readonly] {
    transition: none;
  }
}
.form-control-plaintext[readonly]:focus, .form-control-plaintext[readonly].focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 75, 119, 0.25);
}
.form-control-lg {
  border-radius: 0.375rem;
  font-size: 1.25rem;
  height: 3rem;
  line-height: 1.5;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
}
textarea.form-control-lg,
.form-control-lg.form-control-textarea {
  height: 190px;
}
.input-group-sm .form-control, .form-group-sm .form-control,
.form-group-sm .form-control-plaintext, .form-control-sm {
  border-radius: 0.125rem;
  font-size: 0.875rem;
  height: 1.9375rem;
  line-height: 1.5;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
}
.form-group-sm select.form-control, .form-control-select.form-control-sm {
  height: 1.9375rem;
  padding-right: 2em;
}
.form-group-sm textarea.form-control,
.form-group-sm .form-control.form-control-textarea, textarea.form-control-sm,
.form-control-sm.form-control-textarea {
  height: 120px;
}
.form-group-sm .input-group .form-control-tag-group, .input-group-sm .form-control-tag-group, .form-group-sm .form-control-tag-group.input-group, .form-control-tag-group.input-group-sm, .form-control-tag-group-sm.form-control {
  border-radius: 0.125rem;
  font-size: 0.875rem;
  height: auto;
  line-height: 1.5;
  min-height: 1.9375rem;
  padding-bottom: 0;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0;
}
.form-group-sm .input-group .form-control-tag-group .inline-item, .input-group-sm .form-control-tag-group .inline-item, .form-group-sm .form-control-tag-group.input-group .inline-item, .form-control-tag-group.input-group-sm .inline-item, .form-control-tag-group-sm.form-control .inline-item {
  margin-bottom: 0;
  margin-top: 0;
}
.form-group-sm .input-group .form-control-tag-group .label, .input-group-sm .form-control-tag-group .label, .form-group-sm .form-control-tag-group.input-group .label, .form-control-tag-group.input-group-sm .label, .form-control-tag-group-sm.form-control .label {
  margin-bottom: 0.1875rem;
  margin-right: 0.25rem;
  margin-top: 0.1875rem;
}
.form-group-sm .input-group .form-control-tag-group .form-control-inset, .input-group-sm .form-control-tag-group .form-control-inset, .form-group-sm .form-control-tag-group.input-group .form-control-inset, .form-control-tag-group.input-group-sm .form-control-inset, .form-control-tag-group-sm.form-control .form-control-inset {
  margin-bottom: 0.125rem;
  margin-left: 0.25rem;
  margin-top: 0.1875rem;
}
.form-group {
  margin-bottom: 1rem;
}

.col-form-label {
  font-size: inherit;
  line-height: 1.5;
  margin-bottom: 0;
  padding-bottom: 0.4375rem;
  padding-top: 0.4375rem;
}

.col-form-label-lg {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-bottom: 0.5625rem;
  padding-top: 0.5625rem;
}

.col-form-label-sm {
  font-size: 0.875rem;
  line-height: 1.5;
  padding-bottom: 0.3125rem;
  padding-top: 0.3125rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}

.form-inline {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    flex: 0 0 auto;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    vertical-align: middle;
    width: auto;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-left: 0;
    width: auto;
  }
  .form-inline .form-check-input {
    flex-shrink: 0;
    margin-left: 0;
    margin-right: 0.25rem;
    margin-top: 0;
    position: relative;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.form-group-autofit {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .form-group-autofit {
    flex-direction: row;
    width: 100%;
  }
}
.form-group-autofit label {
  align-self: flex-start;
}
.form-group-autofit .form-group-item {
  display: flex;
  flex-basis: auto;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 1;
  min-width: 25px;
  position: relative;
  width: 100%;
}
.form-group-autofit .form-group-item:not(:last-child) {
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .form-group-autofit > .form-group-item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 15px;
  }
}
.form-group-autofit .form-group-item-shrink {
  flex-shrink: 0;
  max-width: 100%;
  width: auto;
}

@media (max-width: 575.98px) {
  .form-group-autofit .form-group-item-label:not(:last-child) {
    margin-bottom: 0;
  }
}

@media (min-width: 576px) {
  .form-group-item-label {
    justify-content: center;
    min-height: 2.375rem;
  }
  .form-group-item-label > label {
    margin-bottom: 0;
    max-width: 12.5rem;
  }
}

@media (min-width: 576px) {
  .form-group-item-label-spacer {
    margin-top: 2rem;
  }
}

.form-group {
  position: relative;
}

.form-group-sm {
  margin-bottom: 1rem;
}
.form-group-sm label {
  margin-bottom: 0.25rem;
}
.form-group-sm div.form-control,
.form-group-sm .form-control[contenteditable] {
  height: auto;
  min-height: 1.9375rem;
}
.form-group-sm select[multiple],
.form-group-sm .form-control[size] {
  height: auto;
}
.form-group-sm .form-feedback-item ~ .form-feedback-item,
.form-group-sm .form-feedback-item ~ .form-text,
.form-group-sm .form-text ~ .form-feedback-item,
.form-group-sm .form-text ~ .form-text {
  margin-top: 0;
}
@media (min-width: 576px) {
  .form-group-sm .form-group-item-label {
    min-height: 1.9375rem;
  }
  .form-group-sm .form-group-item-label > label {
    margin-bottom: 0;
  }
}
@media (min-width: 576px) {
  .form-group-sm .form-group-item-label-spacer {
    margin-top: 1.75rem;
  }
}

.component-link {
  color: #6c757d;
}
.component-link:hover {
  color: #494f54;
}
.single-link {
  font-weight: 500;
}

.link-primary {
  color: #004b77;
}
.link-primary:hover {
  color: #001b2b;
}
.link-secondary {
  color: #1d2124;
}
.link-secondary:hover {
  color: black;
}
button.link-outline {
  cursor: pointer;
}

.link-outline {
  align-items: center;
  background-color: transparent;
  border-color: transparent;
  border-radius: 0.25rem;
  border-style: solid;
  border-width: 0.0625rem;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 500;
  justify-content: center;
  line-height: 1.5;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  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;
  vertical-align: middle;
}
@media (prefers-reduced-motion: reduce) {
  .link-outline {
    transition: none;
  }
}
.link-outline:hover {
  text-decoration: none;
}
.link-outline.focus, .link-outline:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 75, 119, 0.25);
  outline: 0;
}
.link-outline:disabled, .link-outline.disabled {
  box-shadow: none;
}
.link-outline:disabled:active, .link-outline.disabled:active {
  pointer-events: none;
}
.link-outline > .c-inner {
  margin-bottom: -0.25rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-top: -0.25rem;
}
.link-outline .lexicon-icon {
  margin-top: 0;
}

.link-outline-primary {
  border-color: #004b77;
  color: #004b77;
}
.link-outline-primary:hover {
  background-color: #004b77;
  color: #fff;
}
.link-outline-primary:active {
  background-color: #004b77;
  color: #fff;
}
.link-outline-primary.active {
  background-color: #004b77;
  color: #fff;
}
.link-outline-primary:disabled, .link-outline-primary.disabled {
  background-color: transparent;
  color: #004b77;
  cursor: not-allowed;
  opacity: 0.65;
}
.link-outline-primary[aria-expanded=true], .link-outline-primary.show {
  background-color: #004b77;
  color: #fff;
}
.link-outline-secondary {
  border-color: #1d2124;
  color: #1d2124;
}
.link-outline-secondary:hover {
  background-color: #1d2124;
  color: #fff;
}
.link-outline-secondary:active {
  background-color: #1d2124;
  color: #fff;
}
.link-outline-secondary.active {
  background-color: #1d2124;
  color: #fff;
}
.link-outline-secondary:disabled, .link-outline-secondary.disabled {
  background-color: transparent;
  color: #1d2124;
  cursor: not-allowed;
  opacity: 0.65;
}
.link-outline-secondary[aria-expanded=true], .link-outline-secondary.show {
  background-color: #1d2124;
  color: #fff;
}
.link-outline-borderless {
  border-color: transparent;
}

.link-monospaced {
  align-items: center;
  display: inline-flex;
  height: 1.9375rem;
  justify-content: center;
  overflow: hidden;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  vertical-align: middle;
  width: 1.9375rem;
}
.link-monospaced > .c-inner {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.link-monospaced .lexicon-icon {
  margin-top: 0;
}

.component-title {
  color: #212529;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: calc(( 						1.9375rem - (1em * 1.2) 					) / 2);
  margin-top: calc(( 						1.9375rem - (1em * 1.2) 					) / 2);
}
.component-title[href],
.component-title [href] {
  color: #212529;
}
.component-title[href]:hover,
.component-title [href]:hover {
  color: black;
}
.component-subtitle {
  color: #6c757d;
  margin-bottom: 0;
}
.component-subtitle[href],
.component-subtitle [href] {
  color: #6c757d;
}
.component-subtitle[href]:hover,
.component-subtitle [href]:hover {
  color: #494f54;
}
.component-action {
  align-items: center;
  background-color: transparent;
  border-color: transparent;
  border-radius: 0.25rem;
  border-width: 0px;
  color: #1d2124;
  display: inline-flex;
  height: 1.9375rem;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  vertical-align: middle;
  width: 1.9375rem;
}
@media (prefers-reduced-motion: reduce) {
  .component-action {
    transition: none;
  }
}
.component-action:hover {
  background-color: #1d2124;
  color: #fff;
}
.component-action.focus, .component-action:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 75, 119, 0.25);
  outline: 0;
}
.component-action:active {
  background-color: #1d2124;
  color: #fff;
}
.component-action.active {
  background-color: #1d2124;
  color: #fff;
}
.component-action:disabled, .component-action.disabled {
  background-color: transparent;
  box-shadow: none;
  color: #1d2124;
  cursor: not-allowed;
  opacity: 0.65;
}
.component-action:disabled:active, .component-action.disabled:active {
  pointer-events: none;
}
.component-action[aria-expanded=true], .component-action.show {
  background-color: #1d2124;
  color: #fff;
}
.component-action .lexicon-icon {
  margin-top: 0;
}

.component-icon {
  align-items: center;
  display: inline-flex;
  height: 32px;
  justify-content: center;
  width: 32px;
}
.component-icon .lexicon-icon {
  margin-top: 0;
}

.clay-range {
  padding-bottom: 0.1px;
}
.clay-range .input-group {
  align-items: center;
}
.clay-range .input-group-item {
  flex-direction: column;
}
.clay-range .input-group-text {
  background-color: transparent;
  border-width: 0px;
  color: #212529;
  font-size: 0.875rem;
  font-weight: 500;
  min-width: 1.5rem;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.clay-range.disabled .clay-range-title {
  color: #6c757d;
}
.clay-range.disabled .input-group-text {
  color: #6c757d;
}

.clay-range-progress-none .clay-range-progress {
  visibility: hidden;
}

.clay-range-title {
  display: block;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.5rem;
  text-align: center;
}
.clay-range-input {
  display: block;
  padding-bottom: 0.1px;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
.clay-range-input .tooltip {
  margin-left: 0.8125rem;
  transition: opacity 0.15s linear;
  visibility: hidden;
  white-space: nowrap;
}
@media (prefers-reduced-motion: reduce) {
  .clay-range-input .tooltip {
    transition: none;
  }
}
.clay-range-input .tooltip-inner {
  padding: 0.25rem 0.5rem;
}
.clay-range-input .tooltip-arrow {
  height: 0.375rem;
  width: 0.375rem;
}
.clay-range-input .clay-tooltip-bottom {
  margin-top: 0.25rem;
  padding-top: 0.1875rem;
  top: 100%;
  transform: translateX(-50%);
}
.clay-range-input .clay-tooltip-bottom .tooltip-arrow {
  margin-left: -0.25rem;
}
.clay-range-input .clay-tooltip-top {
  bottom: 100%;
  margin-bottom: 0.25rem;
  padding-bottom: 0.1875rem;
  transform: translateX(-50%);
}
.clay-range-input .clay-tooltip-top .tooltip-arrow {
  margin-left: -0.25rem;
}
.clay-range-input .clay-range-track {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #dee2e6;
  border-radius: 100px;
  height: 0.25rem;
  margin-top: -0.125rem;
  position: absolute;
  top: 50%;
  width: 100%;
}
.clay-range-input .clay-range-track::-ms-expand {
  display: none;
}
.clay-range-input .clay-range-progress {
  background-color: #004b77;
  border-radius: 100px 0 0 100px;
  position: absolute;
  top: 50%;
  width: 50%;
  height: 0.25rem;
  margin-top: -0.125rem;
}
.clay-range-input .clay-range-thumb {
  background-color: #fff;
  border-radius: 100px;
  border-width: 0px;
  box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.3);
  height: 1.5rem;
  margin-top: -0.75rem;
  position: absolute;
  right: -0.75rem;
  top: 50%;
  visibility: hidden;
  width: 1.5rem;
}
.clay-range-input .form-control-range {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  height: 2.375rem;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  content: "1.5rem";
}
.clay-range-input .form-control-range::-ms-expand {
  display: none;
}
.clay-range-input .form-control-range::-moz-focus-outer {
  border-width: 0;
}
.clay-range-input .form-control-range::-moz-range-thumb {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  border-radius: 100px;
  border-width: 0px;
  box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.3);
  height: 1.5rem;
  margin-top: -0.75rem;
  position: relative;
  top: 50%;
  width: 1.5rem;
}
.clay-range-input .form-control-range::-moz-range-thumb::-ms-expand {
  display: none;
}
.clay-range-input .form-control-range::-moz-range-track {
  -moz-appearance: none;
  appearance: none;
  height: 100%;
}
.clay-range-input .form-control-range::-ms-fill-lower {
  background-color: transparent;
}
.clay-range-input .form-control-range::-ms-fill-upper {
  background-color: transparent;
}
.clay-range-input .form-control-range::-ms-thumb {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.clay-range-input .form-control-range::-ms-thumb::-ms-expand {
  display: none;
}
.clay-range-input .form-control-range::-ms-tooltip {
  display: none;
}
.clay-range-input .form-control-range::-ms-track {
  background-color: transparent;
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  color: transparent;
  height: 100%;
}
.clay-range-input .form-control-range::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  appearance: none;
  height: 100%;
}
.clay-range-input .form-control-range::-webkit-slider-thumb {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  border-radius: 100px;
  border-width: 0px;
  box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.3);
  height: 1.5rem;
  margin-top: -0.75rem;
  position: relative;
  top: 50%;
  width: 1.5rem;
}
.clay-range-input .form-control-range::-webkit-slider-thumb::-ms-expand {
  display: none;
}
.clay-range-input .form-control-range:hover {
  cursor: pointer;
}
.clay-range-input .form-control-range:hover ~ .clay-range-progress .tooltip {
  visibility: visible;
  opacity: 1;
}
.clay-range-input .form-control-range:focus, .clay-range-input .form-control-range.focus {
  outline: 0;
}
.clay-range-input .form-control-range:focus ~ .clay-range-progress .tooltip, .clay-range-input .form-control-range.focus ~ .clay-range-progress .tooltip {
  visibility: visible;
  opacity: 1;
}
.clay-range-input .form-control-range:disabled {
  color: #6c757d;
  cursor: not-allowed;
}
.clay-range-input .form-control-range:disabled ~ .clay-range-track {
  background-color: #e9ecef;
}
.clay-range-input .form-control-range:disabled ~ .clay-range-progress {
  background-color: #20adff;
}
.clay-range-input[data-label-min], .clay-range-input[data-label-max] {
  margin-bottom: 1rem;
}
.clay-range-input[data-label-min]::before {
  content: '\FEFF' attr(data-label-min);
}
.clay-range-input[data-label-max]::after {
  content: '\FEFF' attr(data-label-max);
  right: 0;
}
.clay-range-input::after, .clay-range-input::before {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 2.5rem;
  position: absolute;
  text-align: center;
  top: 0;
  width: 1.5rem;
}

.clay-range-align-items-start .input-group {
  align-items: flex-start;
}

.clay-range-align-items-end .input-group {
  align-items: flex-end;
}

.clay-reorder {
  padding: 2px;
  position: relative;
  z-index: 0;
}
.clay-reorder .form-control-inset {
  margin-bottom: 0;
  margin-top: 0;
  overflow: auto;
  padding-bottom: 0.375rem;
  padding-top: 0.375rem;
  width: 100%;
}
.clay-reorder .form-control-inset:focus, .clay-reorder .form-control-inset.focus {
  background-color: transparent;
  box-shadow: none;
}
.clay-reorder .form-control-inset:focus + .clay-reorder-underlay, .clay-reorder .form-control-inset.focus + .clay-reorder-underlay {
  background-color: #fff;
  border-color: #009bf7;
  box-shadow: 0 0 0 0.2rem rgba(0, 75, 119, 0.25);
}
.clay-reorder .form-control-inset + .clay-reorder-underlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.clay-reorder-footer {
  padding: 0.5rem;
}

.clay-reorder-footer-invisible.clay-reorder-footer *,
.clay-reorder-footer-invisible .clay-reorder-footer * {
  visibility: hidden;
}

.clay-reorder-footer-center.clay-reorder-footer,
.clay-reorder-footer-center .clay-reorder-footer {
  text-align: center;
}

.clay-reorder-footer-end.clay-reorder-footer,
.clay-reorder-footer-end .clay-reorder-footer {
  text-align: right;
}

.clay-color > .input-group-item > .input-group-inset-item-before {
  color: #6c757d;
  font-size: inherit;
  padding-left: 0.75rem;
  padding-right: 0.5rem;
}
.clay-color > .input-group-item > .input-group-text {
  background-color: #fff;
  border-color: #ced4da;
  padding-left: 0;
  padding-right: 0;
}

.clay-color-dropdown-menu {
  max-height: 400px;
  max-width: none;
  padding-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  width: 272px;
}
.clay-color-dropdown-menu .component-action:hover {
  background-color: transparent;
  color: #000;
}
.clay-color-dropdown-menu .component-action:focus, .clay-color-dropdown-menu .component-action.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 75, 119, 0.25);
  color: #000;
}
.clay-color-dropdown-menu .component-action:active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 75, 119, 0.25);
}
.clay-color-dropdown-menu .form-control {
  font-size: 0.875rem;
  height: 2rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
}
.clay-color-dropdown-menu .form-group {
  margin-bottom: 1rem;
}
.clay-color-dropdown-menu .input-group .input-group-inset-item-before {
  color: #6c757d;
  font-size: 0.875rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.clay-color-btn {
  border-radius: 2px;
  height: 1.5rem;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  width: 1.5rem;
}
.clay-color-btn:active {
  box-shadow: 0 0 0 0.2rem rgba(0, 75, 119, 0.25);
}
.clay-color-btn.active {
  box-shadow: 0 0 0 0.2rem rgba(0, 75, 119, 0.25);
}
.clay-color-btn[aria-expanded=true], .clay-color-btn.show {
  box-shadow: 0 0 0 0.2rem rgba(0, 75, 119, 0.25);
}
.clay-color-btn .c-inner {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.clay-color-btn-bordered {
  border-color: #dee2e6;
}
.clay-color-pointer {
  background-color: transparent;
  border-radius: 100px;
  border-color: #fff;
  border-style: solid;
  border-width: 2px;
  height: 0.875rem;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  position: absolute;
  transition: box-shadow 0.15s ease-in-out;
  width: 0.875rem;
}
@media (prefers-reduced-motion: reduce) {
  .clay-color-pointer {
    transition: none;
  }
}
.clay-color-pointer:focus, .clay-color-pointer.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 75, 119, 0.25);
  outline: 0;
}
.clay-color-pointer:active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 75, 119, 0.25);
}
.clay-color-pointer .c-inner {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.clay-color-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  margin-right: -0.25rem;
}
.clay-color-header .component-title {
  color: #6c757d;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  max-width: calc(100% - 2rem);
}
.clay-color-footer {
  margin-bottom: 1rem;
}

.clay-color-swatch {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-top: 0.5rem;
}
.clay-color-swatch + .clay-color-swatch {
  margin-top: 0;
}

.clay-color-swatch-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 1rem;
  width: 16.66667%;
}

.clay-color-map-group {
  display: flex;
  margin-top: 0.5rem;
}

.clay-color-map {
  flex-shrink: 0;
  height: 128px;
  margin-bottom: 1rem;
  margin-right: 1rem;
  position: relative;
  touch-action: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  width: 144px;
}

.clay-color-map-hsb {
  background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0)), linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}

.clay-color-map-values {
  flex-grow: 1;
  flex-shrink: 1;
  width: 1%;
}
.clay-color-map-values .form-control {
  padding-left: 0;
  padding-right: 10%;
  text-align: right;
}
.clay-color-map-values .input-group .input-group-inset-item-before {
  font-weight: 500;
  padding-left: 10%;
  padding-right: 0;
  min-width: 1.125rem;
}
.clay-color-range {
  border-radius: 100px;
  height: 0.5rem;
  margin-bottom: 1.25rem;
  margin-top: 0.25rem;
  position: relative;
  touch-action: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.clay-color-range-hue {
  background-image: linear-gradient(270deg, #fc0d1b 0%, #fc22d6 18.23%, #1824fb 34.25%, #2bf6fd 50.28%, #2bfd2e 67.58%, #fcfd37 81.22%, #fc121b 100%);
}

.clay-color-range-pointer {
  margin-top: -7px;
  top: 50%;
}
.form-group-sm .clay-color.input-group > .input-group-item > .input-group-inset-item-before, .clay-color.input-group-sm > .input-group-item > .input-group-inset-item-before {
  padding-left: 0.5rem;
}

.form-group-sm .clay-color.input-group > .input-group-item > .input-group-text, .clay-color.input-group-sm > .input-group-item > .input-group-text {
  padding: 0;
}

.form-group-sm .clay-color.input-group > .input-group-item > .input-group-text > .clay-color-btn, .clay-color.input-group-sm > .input-group-item > .input-group-text > .clay-color-btn {
  border-radius: 2px;
  height: 1.25rem;
  padding: 0;
  width: 1.25rem;
}
.form-file {
  display: flex;
  position: relative;
}

.form-file-input {
  cursor: pointer;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.form-file-input::-webkit-file-upload-button {
  cursor: pointer;
}
.form-file-input:focus + .input-group {
  border-radius: 1px;
  box-shadow: 0 0 0 0.2rem rgba(0, 75, 119, 0.25);
}
.form-file-input:disabled {
  cursor: not-allowed;
}
.form-file-input:disabled::-webkit-file-upload-button {
  cursor: not-allowed;
}

.custom-control {
  display: block;
  min-height: 1.5rem;
  position: relative;
  text-align: left;
}
.custom-control:only-child {
  margin-bottom: 0;
}
.custom-control label {
  cursor: pointer;
  display: inline;
  font-size: 1rem;
  margin-bottom: 0;
}

.custom-control-label {
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0;
  position: static;
  vertical-align: top;
}
.custom-control-label::before {
  background-color: #fff;
  border-color: #adb5bd;
  border-style: solid;
  border-width: 0.0625rem;
  content: "";
  display: block;
  float: left;
  font-size: 1rem;
  height: 1rem;
  left: 0;
  position: relative;
  top: 0.25rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before {
    transition: none;
  }
}
.custom-control-label::after {
  background: no-repeat 50%/50% 50%;
  content: "";
  display: block;
  height: 1rem;
  left: 0;
  position: absolute;
  top: 0.25rem;
  width: 1rem;
}

label.custom-control-label {
  font-size: 1rem;
}

.custom-control-label-text {
  padding-left: 0.5rem;
}
.custom-control-primary .custom-control-label-text {
  font-weight: 500;
}
.custom-control-label::before {
  background-color: #fff;
  border-color: #adb5bd;
  border-style: solid;
  border-width: 0.0625rem;
  content: "";
  display: block;
  float: left;
  font-size: 1rem;
  height: 1rem;
  left: 0;
  position: relative;
  top: 0.25rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before {
    transition: none;
  }
}

.custom-control-label::after {
  background: no-repeat 50%/50% 50%;
  content: "";
  display: block;
  height: 1rem;
  left: 0;
  position: absolute;
  top: 0.25rem;
  width: 1rem;
}

.custom-control-input {
  cursor: pointer;
  height: 1rem;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0.25rem;
  width: 1rem;
  z-index: 1;
}
.custom-control-input:focus ~ .custom-control-label::before {
  border-color: #009bf7;
  box-shadow: 0 0 0 0.2rem rgba(0, 75, 119, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  background-color: #004c79;
  border-color: #004c79;
  box-shadow: none;
  color: #fff;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
  cursor: not-allowed;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
  border-color: #ced4da;
  box-shadow: none;
}
.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #004b77;
  border-color: #004b77;
  color: #fff;
}
.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #004b77;
  border-color: #004b77;
  color: #fff;
}
.custom-control-input:checked[disabled] ~ .custom-control-label::before, .custom-control-input:checked:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
  box-shadow: none;
}
.custom-control-input:checked[readonly] ~ .custom-control-label::before {
  background-color: #fff;
  border-color: #adb5bd;
}
.custom-checkbox .custom-control-input ~ .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='8'%20height='8'%20viewBox='0%200%208%208'%3E%3Cpath%20fill='%23fff'%20d='M6.564.75l-3.59%203.612-1.538-1.55L0%204.26l2.974%202.99L8%202.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='8'%20height='8'%20viewBox='0%200%208%208'%3E%3Cpath%20fill='%23fff'%20d='M6.564.75l-3.59%203.612-1.538-1.55L0%204.26l2.974%202.99L8%202.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:checked[disabled] ~ .custom-control-label::before, .custom-checkbox .custom-control-input:checked:disabled ~ .custom-control-label::before {
  background-color: rgba(0, 75, 119, 0.5);
}
.custom-checkbox .custom-control-input:checked[readonly] ~ .custom-control-label::before {
  background-color: #fff;
}
.custom-checkbox .custom-control-input:checked[readonly] ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='8'%20height='8'%20viewBox='0%200%208%208'%3E%3Cpath%20fill='%236c757d'%20d='M6.564.75l-3.59%203.612-1.538-1.55L0%204.26l2.974%202.99L8%202.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #004b77;
  border-color: #004b77;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='4'%20height='4'%20viewBox='0%200%204%204'%3E%3Cpath%20stroke='%23fff'%20d='M0%202h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate[disabled] ~ .custom-control-label::before, .custom-checkbox .custom-control-input:indeterminate:disabled ~ .custom-control-label::before {
  background-color: rgba(0, 75, 119, 0.5);
}
.custom-checkbox .custom-control-input:indeterminate[readonly] ~ .custom-control-label::before {
  background-color: #fff;
  border-color: #adb5bd;
}
.custom-checkbox .custom-control-input:indeterminate[readonly] ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='4'%20height='4'%20viewBox='0%200%204%204'%3E%3Cpath%20stroke='%23343a40'%20d='M0%202h4'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input ~ .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='12'%20height='12'%20viewBox='-4%20-4%208%208'%3E%3Ccircle%20r='3'%20fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='12'%20height='12'%20viewBox='-4%20-4%208%208'%3E%3Ccircle%20r='3'%20fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:checked[disabled] ~ .custom-control-label::before, .custom-radio .custom-control-input:checked:disabled ~ .custom-control-label::before {
  background-color: rgba(0, 75, 119, 0.5);
}
.custom-control-inline {
  display: inline-flex;
}
.custom-control-inline + .custom-control-inline {
  margin-left: 1rem;
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  border-radius: 0.5rem;
  left: -2.25rem;
  pointer-events: all;
  width: 1.75rem;
}
.custom-switch .custom-control-label::after {
  background-color: #adb5bd;
  border-radius: 0.5rem;
  height: 0.75rem;
  left: -2.125rem;
  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;
  top: calc((
									1rem *
										1.5 -
										1rem
								) * 0.5 + (0.0625rem * 2));
  width: 0.75rem;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 75, 119, 0.5);
}

.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='4'%20height='5'%20viewBox='0%200%204%205'%3E%3Cpath%20fill='%23343a40'%20d='M2%200L0%202h4zm0%205L0%203h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center/8px 10px;
  border: 0.0625rem solid #ced4da;
  border-radius: 0.25rem;
  color: #495057;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  height: 2.375rem;
  line-height: 1.5;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  vertical-align: middle;
  width: 100%;
}
.custom-select:focus {
  border-color: #009bf7;
  box-shadow: 0 0 0 0.2rem #009bf7;
  outline: 0;
}
.custom-select:focus::-ms-value {
  background-color: #fff;
  color: #495057;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  background-image: none;
  height: auto;
  padding-right: 0.75rem;
}
.custom-select:disabled {
  background-color: #e9ecef;
  color: #6c757d;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

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

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

.custom-file {
  display: inline-block;
  height: 2.375rem;
  margin-bottom: 0;
  position: relative;
  width: 100%;
}

.custom-file-input {
  height: 2.375rem;
  margin: 0;
  opacity: 0;
  position: relative;
  width: 100%;
  z-index: 2;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #009bf7;
  box-shadow: 0 0 0 0.2rem rgba(0, 75, 119, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: '\FEFF Browse';
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: '\FEFF' attr(data-browse);
}

.custom-file-label {
  background-color: #fff;
  border: 0.0625rem solid #ced4da;
  border-radius: 0.25rem;
  color: #495057;
  font-weight: 400;
  height: 2.375rem;
  left: 0;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.custom-file-label::after {
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
  bottom: 0;
  color: #495057;
  content: '\FEFF Browse';
  display: block;
  height: 36px;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}

.custom-range {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  height: 1.4rem;
  padding: 0;
  width: 100%;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f1f2f5, 0 0 0 0.2rem rgba(0, 75, 119, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f1f2f5, 0 0 0 0.2rem rgba(0, 75, 119, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f1f2f5, 0 0 0 0.2rem rgba(0, 75, 119, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background-color: #004b77;
  border: 0;
  border-radius: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #2bb0ff;
}
.custom-range::-webkit-slider-runnable-track {
  border-radius: 1rem;
  background-color: #dee2e6;
  border-color: transparent;
  color: transparent;
  cursor: pointer;
  height: 0.5rem;
  width: 100%;
}
.custom-range::-moz-range-thumb {
  -moz-appearance: none;
  appearance: none;
  background-color: #004b77;
  border-radius: 1rem;
  border: 0;
  height: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #2bb0ff;
}
.custom-range::-moz-range-track {
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  color: transparent;
  cursor: pointer;
  height: 0.5rem;
  width: 100%;
}
.custom-range::-ms-thumb {
  appearance: none;
  background-color: #004b77;
  border: 0;
  border-radius: 1rem;
  height: 1rem;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  margin-top: 0;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #2bb0ff;
}
.custom-range::-ms-track {
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
  color: transparent;
  cursor: pointer;
  height: 0.5rem;
  width: 100%;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  border-radius: 1rem;
  background-color: #dee2e6;
  margin-right: 15px;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.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) {
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.clay-time .btn, .clay-time .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .clay-time a.lfr-icon-item {
  align-items: center;
  display: inline-flex;
  font-size: 0.75rem;
  height: 1.5rem;
  justify-content: center;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  width: 1.5rem;
}
.clay-time .btn .c-inner, .clay-time .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item .c-inner, .tasks-portlet .control-wrapper .global-task-actions .clay-time a.lfr-icon-item .c-inner {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.clay-time .btn .lexicon-icon, .clay-time .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item .lexicon-icon, .tasks-portlet .control-wrapper .global-task-actions .clay-time a.lfr-icon-item .lexicon-icon {
  margin-top: 0;
}
.clay-time .form-control {
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
  padding-bottom: 0.125rem;
  padding-top: 0.125rem;
}
.clay-time .form-control-inset {
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
  width: 1.25rem;
}
.clay-time .form-control-inset::-moz-selection {
  background-color: transparent;
}
.clay-time .form-control-inset::-moz-selection, .clay-time .form-control-inset::selection {
  background-color: transparent;
}
.clay-time .form-control-inset:focus, .clay-time .form-control-inset.focus {
  background-color: #b3d8fd;
}
.clay-time .input-group-text {
  background-color: transparent;
  border-color: transparent;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.clay-time .clay-time-ampm {
  font-weight: 500;
  margin-left: 0.25rem;
  text-transform: uppercase;
  width: 1.5rem;
}
.clay-time-edit {
  display: flex;
  flex-wrap: wrap;
  margin-right: auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.clay-time-edit:first-child {
  margin-left: -0.5rem;
}
.clay-time-edit:last-child {
  margin-right: -0.5rem;
}

.clay-time-action-group {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}

.clay-time-action-group-item {
  align-items: center;
  display: flex;
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.clay-time-inner-spin {
  border-color: #0c0e0f;
  border-radius: 8px;
  border-style: solid;
  border-width: 0.0625rem;
}
.clay-time-inner-spin .btn, .clay-time-inner-spin .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .clay-time-inner-spin a.lfr-icon-item {
  align-items: center;
  border-radius: 8px;
  border-width: 0px;
  display: inline-flex;
  font-size: 8px;
  height: auto;
  justify-content: center;
  padding-bottom: 2px;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 2px;
  width: auto;
}
.clay-time-inner-spin .btn .c-inner, .clay-time-inner-spin .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item .c-inner, .tasks-portlet .control-wrapper .global-task-actions .clay-time-inner-spin a.lfr-icon-item .c-inner {
  margin-bottom: -2px;
  margin-left: -2px;
  margin-right: -2px;
  margin-top: -2px;
}
.date-picker .input-group-text {
  background-color: transparent;
  border-color: transparent;
  min-width: 2rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.date-picker-dropdown-menu {
  max-height: none;
  max-width: 370px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  width: 100%;
}
.date-picker-nav {
  display: flex;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.date-picker-nav .nav-btn {
  color: #6c757d;
  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) {
  .date-picker-nav .nav-btn {
    transition: none;
  }
}
.date-picker-nav .nav-btn:hover {
  background-color: #e9ecef;
}
.date-picker-nav .nav-btn:focus, .date-picker-nav .nav-btn.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 75, 119, 0.25);
}
.date-picker-nav .nav-btn:active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 75, 119, 0.25);
}
.date-picker-nav .nav-btn:disabled, .date-picker-nav .nav-btn.disabled {
  background-color: transparent;
  box-shadow: none;
  color: #6c757d;
  opacity: 0.65;
}
.date-picker-nav .nav-btn-monospaced {
  margin-bottom: 0;
  margin-top: 0;
}
.date-picker-nav-item {
  align-items: center;
  display: flex;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.date-picker-nav-item-expand {
  flex-grow: 1;
}

.date-picker-nav-controls {
  display: flex;
  justify-content: flex-end;
}

.date-picker-calendar {
  float: left;
  min-width: 100%;
}

.date-picker-calendar-header {
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
}

.date-picker-calendar-body {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
}

.date-picker-calendar-footer {
  border-color: #ced4da;
  border-style: solid;
  border-width: 1px 0 0 0;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
}

.date-picker-calendar-item {
  align-items: center;
  background-color: transparent;
  border-width: 0px;
  display: inline-flex;
  flex-shrink: 0;
  font-weight: 500;
  height: 2rem;
  justify-content: center;
  line-height: 1;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  width: 2rem;
}
@media (prefers-reduced-motion: reduce) {
  .date-picker-calendar-item {
    transition: none;
  }
}
.date-picker-calendar-item:disabled, .date-picker-calendar-item.disabled {
  cursor: not-allowed;
}
.date-picker-calendar-item .c-inner {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.date-picker-row {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  padding: 0;
}

.date-picker-col {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.date-picker-col.c-selected {
  background-image: linear-gradient(#5dc3ff, #5dc3ff);
  background-repeat: no-repeat;
}
.date-picker-col.c-selected:first-child {
  border-bottom-left-radius: 100px;
  border-top-left-radius: 100px;
}
.date-picker-col.c-selected:last-child {
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
}
.date-picker-col.c-selected-start {
  background-position: right top;
  background-size: 50% 100%;
}
.date-picker-col.c-selected-end {
  background-position: left top;
  background-size: 50% 100%;
}

.date-picker-days-row {
  margin-bottom: 1rem;
  margin-top: 0;
}

.date-picker-day {
  height: 1.3125rem;
}
.date-picker-date {
  border-radius: 100px;
  color: #6c757d;
  cursor: pointer;
  position: relative;
}
.date-picker-date:hover {
  background-color: #e9ecef;
}
.date-picker-date:focus, .date-picker-date.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 75, 119, 0.25);
  outline: 0;
}
.date-picker-date:active {
  background-color: #004b77;
  color: #fff;
}
.date-picker-date:active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 75, 119, 0.25);
}
.date-picker-date.active {
  background-color: #004b77;
  color: #fff;
}
.date-picker-date:disabled, .date-picker-date.disabled {
  background-color: transparent;
  box-shadow: none;
  opacity: 0.65;
}
.date-picker-date[aria-expanded=true], .date-picker-date.show {
  background-color: #004b77;
  color: #fff;
}
.previous-month-date {
  opacity: 0.65;
}
.previous-month-date:focus, .previous-month-date.focus {
  opacity: 1;
}
.previous-month-date:active {
  background-color: #0095ec;
  color: #5dc3ff;
}
.previous-month-date.active {
  background-color: #0095ec;
  color: #5dc3ff;
}
.previous-month-date[aria-expanded=true], .previous-month-date.show {
  background-color: #0095ec;
  color: #5dc3ff;
}
.next-month-date {
  opacity: 0.65;
}
.next-month-date:focus, .next-month-date.focus {
  opacity: 1;
}
.next-month-date:active {
  background-color: #0095ec;
  color: #5dc3ff;
}
.next-month-date.active {
  background-color: #0095ec;
  color: #5dc3ff;
}
.next-month-date[aria-expanded=true], .next-month-date.show {
  background-color: #0095ec;
  color: #5dc3ff;
}
.clay-dual-listbox {
  display: flex;
  flex-direction: row;
}
.clay-dual-listbox .clay-reorder {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.clay-dual-listbox label {
  margin-bottom: 1rem;
}

.clay-dual-listbox-item {
  display: flex;
  flex-direction: column;
  margin-right: 0.25rem;
}
@media (min-width: 576px) {
  .clay-dual-listbox-item {
    margin-right: 1.5rem;
  }
}
.clay-dual-listbox-item:last-child {
  margin-right: 0;
}

.clay-dual-listbox-item-expand {
  flex-grow: 1;
  width: 3rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.clay-dual-listbox-actions {
  align-self: center;
  margin-top: calc(21px + 1rem);
}

.valid-feedback {
  color: #007e33;
  display: none;
  font-size: 80%;
  margin-top: 0.25rem;
  width: 100%;
}

.valid-tooltip {
  background-color: rgba(0, 126, 51, 0.9);
  border-radius: 0.25rem;
  color: #fff;
  display: none;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 0.1rem;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  position: absolute;
  top: 100%;
  z-index: 5;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #007e33;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #007e33;
  box-shadow: 0 0 0 0.2rem rgba(0, 126, 51, 0.25);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #007e33;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #007e33;
  box-shadow: 0 0 0 0.2rem rgba(0, 126, 51, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #007e33;
}
.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;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #007e33;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #007e33;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #00b148;
  border-color: #00b148;
}
.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.2rem rgba(0, 126, 51, 0.25);
}
.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: #007e33;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #007e33;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #007e33;
  box-shadow: 0 0 0 0.2rem rgba(0, 126, 51, 0.25);
}

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

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

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #b51f2e;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #b51f2e;
  box-shadow: 0 0 0 0.2rem rgba(181, 31, 46, 0.25);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #b51f2e;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #b51f2e;
  box-shadow: 0 0 0 0.2rem rgba(181, 31, 46, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #b51f2e;
}
.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;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #b51f2e;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #b51f2e;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #db2c3e;
  border-color: #db2c3e;
}
.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.2rem rgba(181, 31, 46, 0.25);
}
.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: #b51f2e;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #b51f2e;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #b51f2e;
  box-shadow: 0 0 0 0.2rem rgba(181, 31, 46, 0.25);
}

.form-feedback-group {
  width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.form-feedback-item {
  font-size: 80%;
  margin-top: 0.25rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.form-feedback-indicator {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}
.form-feedback-indicator:first-child {
  margin-left: 0;
}

.form-text {
  color: #6c757d;
  display: block;
  font-size: 0.875rem;
  margin-top: 0.25rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.was-validated .form-control:valid,
.was-validated .form-control.is-valid {
  border-color: #007e33;
}
.was-validated .form-control:valid:focus,
.was-validated .form-control.is-valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 126, 51, 0.25);
}

.was-validated .form-control:invalid,
.was-validated .form-control.is-invalid {
  border-color: #b51f2e;
}
.was-validated .form-control:invalid:focus,
.was-validated .form-control.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(181, 31, 46, 0.25);
}

.has-error .custom-control-label,
.has-error .form-check-label {
  color: #b51f2e;
}
.has-error .form-control {
  border-color: #b51f2e;
}
.has-error .form-control:focus, .has-error .form-control.focus {
  box-shadow: 0 0 0 0.2rem rgba(181, 31, 46, 0.25);
}
.has-error .form-feedback-item {
  color: #b51f2e;
}
.has-error select.form-control {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23b51f2e' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
  color: #495057;
}
.has-error select.form-control[size] {
  background-image: none;
  color: #495057;
}
.has-error select.form-control[multiple] {
  background-image: none;
  color: #495057;
}
.has-error .input-group-item.focus {
  box-shadow: 0 0 0 0.2rem rgba(181, 31, 46, 0.25);
}
.has-error .input-group-item.focus .input-group-inset {
  border-color: #b51f2e;
}
.has-error .input-group-item.focus .input-group-inset ~ .input-group-inset-item {
  border-color: #b51f2e;
}
.has-error .input-group-item .input-group-inset ~ .input-group-inset-item {
  border-color: #b51f2e;
}
.has-error .input-group-item .input-group-inset:focus {
  box-shadow: none;
}
.has-error .input-group-item .input-group-inset:focus ~ .input-group-inset-item {
  border-color: #b51f2e;
}

.has-warning .custom-control-label,
.has-warning .form-check-label {
  color: #ffc107;
}
.has-warning .form-control {
  border-color: #ffc107;
}
.has-warning .form-control:focus, .has-warning .form-control.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25);
}
.has-warning .form-feedback-item {
  color: #ffc107;
}
.has-warning select.form-control {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23ffc107' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
  color: #495057;
}
.has-warning select.form-control[size] {
  background-image: none;
  color: #495057;
}
.has-warning select.form-control[multiple] {
  background-image: none;
  color: #495057;
}
.has-warning .input-group-item.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25);
}
.has-warning .input-group-item.focus .input-group-inset {
  border-color: #ffc107;
}
.has-warning .input-group-item.focus .input-group-inset ~ .input-group-inset-item {
  border-color: #ffc107;
}
.has-warning .input-group-item .input-group-inset ~ .input-group-inset-item {
  border-color: #ffc107;
}
.has-warning .input-group-item .input-group-inset:focus {
  box-shadow: none;
}
.has-warning .input-group-item .input-group-inset:focus ~ .input-group-inset-item {
  border-color: #ffc107;
}

.has-success .custom-control-label,
.has-success .form-check-label {
  color: #007e33;
}
.has-success .form-control {
  border-color: #007e33;
}
.has-success .form-control:focus, .has-success .form-control.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 126, 51, 0.25);
}
.has-success .form-feedback-item {
  color: #007e33;
}
.has-success select.form-control {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23007e33' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
  color: #495057;
}
.has-success select.form-control[size] {
  background-image: none;
  color: #495057;
}
.has-success select.form-control[multiple] {
  background-image: none;
  color: #495057;
}
.has-success .input-group-item.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 126, 51, 0.25);
}
.has-success .input-group-item.focus .input-group-inset {
  border-color: #007e33;
}
.has-success .input-group-item.focus .input-group-inset ~ .input-group-inset-item {
  border-color: #007e33;
}
.has-success .input-group-item .input-group-inset ~ .input-group-inset-item {
  border-color: #007e33;
}
.has-success .input-group-item .input-group-inset:focus {
  box-shadow: none;
}
.has-success .input-group-item .input-group-inset:focus ~ .input-group-inset-item {
  border-color: #007e33;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  flex: 1 1 0%;
  margin-bottom: 0;
  min-width: 0;
  position: relative;
}
.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: -0.0625rem;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group > .custom-file {
  align-items: center;
  display: flex;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-lg > .custom-select {
  border-radius: 0.375rem;
  font-size: 1.25rem;
  height: 3rem;
  line-height: 1.5;
  padding: 0.5rem 1rem;
}

.input-group-sm > .custom-select {
  border-radius: 0.125rem;
  font-size: 0.875rem;
  height: 1.9375rem;
  line-height: 1.5;
  padding: 0.25rem 0.5rem;
}

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

.input-group-prepend > .btn + .btn, .tasks-portlet .control-wrapper .global-task-actions .input-group-prepend > a.lfr-icon-item + .btn, .tasks-portlet .control-wrapper .global-task-actions .input-group-prepend > .btn + a.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .input-group-prepend > a.lfr-icon-item + a.lfr-icon-item,
.input-group-prepend > .btn + .input-group-text,
.tasks-portlet .control-wrapper .global-task-actions .input-group-prepend > a.lfr-icon-item + .input-group-text,
.input-group-prepend > .input-group-text + .input-group-text,
.input-group-prepend > .input-group-text + .btn,
.tasks-portlet .control-wrapper .global-task-actions .input-group-prepend > .input-group-text + a.lfr-icon-item,
.input-group-append > .btn + .btn,
.tasks-portlet .control-wrapper .global-task-actions .input-group-append > a.lfr-icon-item + .btn,
.tasks-portlet .control-wrapper .global-task-actions .input-group-append > .btn + a.lfr-icon-item,
.tasks-portlet .control-wrapper .global-task-actions .input-group-append > a.lfr-icon-item + a.lfr-icon-item,
.input-group-append > .btn + .input-group-text,
.tasks-portlet .control-wrapper .global-task-actions .input-group-append > a.lfr-icon-item + .input-group-text,
.input-group-append > .input-group-text + .input-group-text,
.input-group-append > .input-group-text + .btn,
.tasks-portlet .control-wrapper .global-task-actions .input-group-append > .input-group-text + a.lfr-icon-item {
  margin-left: -0.0625rem;
}
.input-group-prepend .btn, .input-group-prepend .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .input-group-prepend a.lfr-icon-item,
.input-group-append .btn,
.input-group-append .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item,
.tasks-portlet .control-wrapper .global-task-actions .input-group-append a.lfr-icon-item {
  z-index: 1;
}
.input-group-prepend .btn:hover, .input-group-prepend .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item:hover, .tasks-portlet .control-wrapper .global-task-actions .input-group-prepend a.lfr-icon-item:hover,
.input-group-append .btn:hover,
.input-group-append .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item:hover,
.tasks-portlet .control-wrapper .global-task-actions .input-group-append a.lfr-icon-item:hover {
  z-index: 3;
}
.input-group-prepend .btn, .input-group-prepend .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .input-group-prepend a.lfr-icon-item,
.input-group-prepend .form-control,
.input-group-append .btn,
.input-group-append .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item,
.tasks-portlet .control-wrapper .global-task-actions .input-group-append a.lfr-icon-item,
.input-group-append .form-control {
  position: relative;
}
.input-group-prepend .btn:focus, .input-group-prepend .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item:focus, .tasks-portlet .control-wrapper .global-task-actions .input-group-prepend a.lfr-icon-item:focus,
.input-group-prepend .form-control:focus,
.input-group-append .btn:focus,
.input-group-append .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item:focus,
.tasks-portlet .control-wrapper .global-task-actions .input-group-append a.lfr-icon-item:focus,
.input-group-append .form-control:focus {
  z-index: 4;
}

.input-group {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
.input-group .btn-unstyled {
  color: inherit;
}
.input-group-item {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  margin-left: 0.5rem;
  width: 1%;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.input-group-item.focus {
  border-radius: 0.25rem;
  box-shadow: 0 0 0 0.2rem rgba(0, 75, 119, 0.25);
}
.input-group-item.focus.input-group-prepend {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  z-index: 1;
}
.input-group-item.focus.input-group-append {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-item.focus > .form-control {
  background-color: #fff;
  border-color: #009bf7;
}
.input-group-item.focus > .input-group-inset-item {
  background-color: #fff;
  border-color: #009bf7;
}
.input-group-item:first-child {
  margin-left: 0;
}
.input-group-item > .btn, .tasks-portlet .control-wrapper .global-task-actions .input-group-item > a.lfr-icon-item {
  align-self: flex-start;
}
.input-group-item > .dropdown {
  display: flex;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  word-wrap: break-word;
  width: 100%;
}
.input-group-item-shrink {
  flex-grow: 0;
  width: auto;
}
.input-group-text {
  align-items: center;
  background-color: #e9ecef;
  border-bottom-width: 0.0625rem;
  border-color: #ced4da;
  border-left-width: 0.0625rem;
  border-radius: 0.25rem;
  border-right-width: 0.0625rem;
  border-style: solid;
  border-top-width: 0.0625rem;
  color: #495057;
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  height: 2.375rem;
  justify-content: center;
  line-height: 1.5;
  margin-bottom: 0;
  min-width: 2.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  text-align: center;
  white-space: nowrap;
}
.input-group-text label {
  color: #495057;
}
.input-group-text .custom-control {
  margin-bottom: 0;
}
.input-group-text .form-check {
  margin-bottom: 0;
}
.input-group-text .form-check input[type=radio],
.input-group-text .form-check input[type=checkbox] {
  margin-top: 0;
}
.input-group-text .lexicon-icon {
  margin-top: 0;
}
.input-group-text-secondary {
  background-color: #1d2124;
  border-color: #1d2124;
  border-width: 0.0625rem;
  color: #fff;
  z-index: 2;
}
.input-group-text-secondary label {
  color: #fff;
}
@media (max-width: 575.98px) {
  .input-group-stacked-sm-down > .input-group-item {
    margin-bottom: 0.5rem;
    margin-left: 0;
    width: 100%;
  }
  .input-group-stacked-sm-down > .input-group-item-shrink {
    margin-right: 0.5rem;
    width: auto;
  }
}

.input-group-lg > .input-group-item > .btn, .tasks-portlet .control-wrapper .global-task-actions .input-group-lg > .input-group-item > a.lfr-icon-item {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
}
.input-group-lg > .input-group-item > .btn .c-inner, .tasks-portlet .control-wrapper .global-task-actions .input-group-lg > .input-group-item > a.lfr-icon-item .c-inner {
  margin-bottom: -0.5rem;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-top: -0.5rem;
}
.input-group-lg > .input-group-item > .btn .btn-section, .tasks-portlet .control-wrapper .global-task-actions .input-group-lg > .input-group-item > a.lfr-icon-item .btn-section {
  font-size: 0.8125rem;
}
.input-group-lg > .input-group-item > .btn-monospaced {
  height: 3rem;
  line-height: 1;
  width: 3rem;
}
.input-group-lg > .input-group-item > .form-control {
  border-radius: 0.375rem;
  font-size: 1.25rem;
  height: auto;
  line-height: 1.5;
  min-height: 3rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
}
.input-group-lg > .input-group-item > .form-file .btn, .input-group-lg > .input-group-item > .form-file .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .input-group-lg > .input-group-item > .form-file a.lfr-icon-item {
  border-radius: 0.375rem;
  font-size: 1.25rem;
  height: 3rem;
  line-height: 1.5;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
}
.input-group-lg > .input-group-item > .form-file .btn .c-inner, .input-group-lg > .input-group-item > .form-file .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item .c-inner, .tasks-portlet .control-wrapper .global-task-actions .input-group-lg > .input-group-item > .form-file a.lfr-icon-item .c-inner {
  margin-bottom: -0.5rem;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-top: -0.5rem;
}
.input-group-lg > .input-group-item > textarea.form-control,
.input-group-lg > .input-group-item > .form-control-textarea {
  height: 190px;
}
.input-group-lg > .input-group-item > .form-control-plaintext {
  font-size: 1.25rem;
  height: 3rem;
  line-height: 1.5;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.input-group-lg > .input-group-item > .input-group-text {
  border-radius: 0.375rem;
  font-size: 1.25rem;
  height: 3rem;
  min-width: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.input-group-lg > .input-group-item > .input-group-inset-item > .form-file .btn, .input-group-lg > .input-group-item > .input-group-inset-item > .form-file .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .input-group-lg > .input-group-item > .input-group-inset-item > .form-file a.lfr-icon-item {
  border-radius: 0.375rem;
  font-size: 1.25rem;
  height: 3rem;
  line-height: 1.5;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
}
.input-group-lg > .input-group-item > .input-group-inset-item > .form-file .btn .c-inner, .input-group-lg > .input-group-item > .input-group-inset-item > .form-file .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item .c-inner, .tasks-portlet .control-wrapper .global-task-actions .input-group-lg > .input-group-item > .input-group-inset-item > .form-file a.lfr-icon-item .c-inner {
  margin-bottom: -0.5rem;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-top: -0.5rem;
}
.input-group-lg > .input-group-item .form-control-inset {
  margin-bottom: 0;
  margin-top: 0;
}
.form-group-sm .input-group > .input-group-item > .btn, .form-group-sm .tasks-portlet .control-wrapper .global-task-actions .input-group > .input-group-item > a.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .form-group-sm .input-group > .input-group-item > a.lfr-icon-item, .input-group-sm > .input-group-item > .btn, .tasks-portlet .control-wrapper .global-task-actions .input-group-sm > .input-group-item > a.lfr-icon-item {
  font-size: 0.875rem;
  line-height: 1.5;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
}
.form-group-sm .input-group > .input-group-item > .btn .c-inner, .form-group-sm .tasks-portlet .control-wrapper .global-task-actions .input-group > .input-group-item > a.lfr-icon-item .c-inner, .tasks-portlet .control-wrapper .global-task-actions .form-group-sm .input-group > .input-group-item > a.lfr-icon-item .c-inner, .input-group-sm > .input-group-item > .btn .c-inner, .tasks-portlet .control-wrapper .global-task-actions .input-group-sm > .input-group-item > a.lfr-icon-item .c-inner {
  margin-bottom: -0.25rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-top: -0.25rem;
}
.form-group-sm .input-group > .input-group-item > .btn .btn-section, .form-group-sm .tasks-portlet .control-wrapper .global-task-actions .input-group > .input-group-item > a.lfr-icon-item .btn-section, .tasks-portlet .control-wrapper .global-task-actions .form-group-sm .input-group > .input-group-item > a.lfr-icon-item .btn-section, .input-group-sm > .input-group-item > .btn .btn-section, .tasks-portlet .control-wrapper .global-task-actions .input-group-sm > .input-group-item > a.lfr-icon-item .btn-section {
  font-size: 0.5625rem;
}
.form-group-sm .input-group > .input-group-item > .btn-monospaced, .input-group-sm > .input-group-item > .btn-monospaced {
  height: 1.9375rem;
  line-height: 1;
  width: 1.9375rem;
}
.form-group-sm .input-group > .input-group-item > .form-file .btn, .form-group-sm .input-group > .input-group-item > .form-file .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .form-group-sm .input-group > .input-group-item > .form-file a.lfr-icon-item, .input-group-sm > .input-group-item > .form-file .btn, .input-group-sm > .input-group-item > .form-file .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .input-group-sm > .input-group-item > .form-file a.lfr-icon-item {
  border-radius: 0.125rem;
  font-size: 0.875rem;
  height: 1.9375rem;
  line-height: 1.5;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
}
.form-group-sm .input-group > .input-group-item > .form-file .btn .c-inner, .form-group-sm .input-group > .input-group-item > .form-file .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item .c-inner, .tasks-portlet .control-wrapper .global-task-actions .form-group-sm .input-group > .input-group-item > .form-file a.lfr-icon-item .c-inner, .input-group-sm > .input-group-item > .form-file .btn .c-inner, .input-group-sm > .input-group-item > .form-file .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item .c-inner, .tasks-portlet .control-wrapper .global-task-actions .input-group-sm > .input-group-item > .form-file a.lfr-icon-item .c-inner {
  margin-bottom: -0.25rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-top: -0.25rem;
}
.form-group-sm .input-group > .input-group-item > textarea.form-control, .input-group-sm > .input-group-item > textarea.form-control,
.form-group-sm .input-group > .input-group-item > .form-control-textarea,
.input-group-sm > .input-group-item > .form-control-textarea {
  height: 120px;
}
.form-group-sm .input-group > .input-group-item > .form-control-plaintext, .input-group-sm > .input-group-item > .form-control-plaintext {
  font-size: 0.875rem;
  height: 1.9375rem;
  line-height: 1.5;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}
.form-group-sm .input-group > .input-group-item > .input-group-text, .input-group-sm > .input-group-item > .input-group-text {
  border-radius: 0.125rem;
  font-size: 0.875rem;
  height: 1.9375rem;
  min-width: 1.9375rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.form-group-sm .input-group > .input-group-item > .input-group-inset-item > .btn, .form-group-sm .tasks-portlet .control-wrapper .global-task-actions .input-group > .input-group-item > .input-group-inset-item > a.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .form-group-sm .input-group > .input-group-item > .input-group-inset-item > a.lfr-icon-item, .input-group-sm > .input-group-item > .input-group-inset-item > .btn, .tasks-portlet .control-wrapper .global-task-actions .input-group-sm > .input-group-item > .input-group-inset-item > a.lfr-icon-item {
  line-height: 1;
  padding-bottom: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0;
}
.form-group-sm .input-group > .input-group-item > .input-group-inset-item > .btn .c-inner, .form-group-sm .tasks-portlet .control-wrapper .global-task-actions .input-group > .input-group-item > .input-group-inset-item > a.lfr-icon-item .c-inner, .tasks-portlet .control-wrapper .global-task-actions .form-group-sm .input-group > .input-group-item > .input-group-inset-item > a.lfr-icon-item .c-inner, .input-group-sm > .input-group-item > .input-group-inset-item > .btn .c-inner, .tasks-portlet .control-wrapper .global-task-actions .input-group-sm > .input-group-item > .input-group-inset-item > a.lfr-icon-item .c-inner {
  margin-bottom: 0;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-top: 0;
}
.form-group-sm .input-group > .input-group-item > .input-group-inset-item > .btn-monospaced, .input-group-sm > .input-group-item > .input-group-inset-item > .btn-monospaced {
  height: 1.5rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  width: 1.5rem;
}
.form-group-sm .input-group > .input-group-item > .input-group-inset-item > .form-file .btn, .form-group-sm .input-group > .input-group-item > .input-group-inset-item > .form-file .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .form-group-sm .input-group > .input-group-item > .input-group-inset-item > .form-file a.lfr-icon-item, .input-group-sm > .input-group-item > .input-group-inset-item > .form-file .btn, .input-group-sm > .input-group-item > .input-group-inset-item > .form-file .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .input-group-sm > .input-group-item > .input-group-inset-item > .form-file a.lfr-icon-item {
  border-radius: 0.125rem;
  font-size: 0.875rem;
  height: 1.9375rem;
  line-height: 1.5;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
}
.form-group-sm .input-group > .input-group-item > .input-group-inset-item > .form-file .btn .c-inner, .form-group-sm .input-group > .input-group-item > .input-group-inset-item > .form-file .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item .c-inner, .tasks-portlet .control-wrapper .global-task-actions .form-group-sm .input-group > .input-group-item > .input-group-inset-item > .form-file a.lfr-icon-item .c-inner, .input-group-sm > .input-group-item > .input-group-inset-item > .form-file .btn .c-inner, .input-group-sm > .input-group-item > .input-group-inset-item > .form-file .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item .c-inner, .tasks-portlet .control-wrapper .global-task-actions .input-group-sm > .input-group-item > .input-group-inset-item > .form-file a.lfr-icon-item .c-inner {
  margin-bottom: -0.25rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-top: -0.25rem;
}
.input-group-inset {
  flex-grow: 1;
  order: 5;
  width: 1%;
}
.input-group-inset:focus, .input-group-inset.focus {
  box-shadow: none;
}
.input-group-inset:focus ~ .input-group-inset-item, .input-group-inset.focus ~ .input-group-inset-item {
  background-color: #fff;
  border-color: #009bf7;
}
.input-group-inset:disabled ~ .input-group-inset-item, .input-group-inset.disabled ~ .input-group-inset-item {
  background-color: #e9ecef;
}
.input-group-inset ~ .form-feedback-group {
  order: 13;
}

.input-group-inset[readonly] ~ .input-group-inset-item {
  background-color: #e9ecef;
}
.input-group .input-group-inset-item {
  align-items: center;
  background-color: #fff;
  border-bottom-width: 0.0625rem;
  border-color: #ced4da;
  border-left-width: 0.0625rem;
  border-right-width: 0.0625rem;
  border-style: solid;
  border-top-width: 0.0625rem;
  display: flex;
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.input-group .input-group-inset-item .btn, .input-group .input-group-inset-item .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .input-group .input-group-inset-item a.lfr-icon-item {
  align-items: center;
  display: flex;
  height: 75%;
  justify-content: center;
  line-height: 1;
  margin-left: 0.1875rem;
  margin-right: 0.1875rem;
  padding-bottom: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0;
}
.input-group .input-group-inset-item .btn .c-inner, .input-group .input-group-inset-item .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item .c-inner, .tasks-portlet .control-wrapper .global-task-actions .input-group .input-group-inset-item a.lfr-icon-item .c-inner {
  margin-bottom: 0;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-top: 0;
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
.input-group .input-group-inset-item .btn .lexicon-icon, .input-group .input-group-inset-item .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item .lexicon-icon, .tasks-portlet .control-wrapper .global-task-actions .input-group .input-group-inset-item a.lfr-icon-item .lexicon-icon {
  margin-top: 0;
}
.input-group .input-group-inset-item .btn .c-inner .lexicon-icon, .input-group .input-group-inset-item .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item .c-inner .lexicon-icon, .tasks-portlet .control-wrapper .global-task-actions .input-group .input-group-inset-item a.lfr-icon-item .c-inner .lexicon-icon {
  margin-top: 0;
}
.input-group .input-group-inset-item .btn-monospaced {
  font-size: 1rem;
  height: 2rem;
  margin-bottom: -0.0625rem;
  margin-top: -0.0625rem;
  padding: 0;
  width: 2rem;
}
.input-group .input-group-inset-item .form-file {
  height: 75%;
}
.input-group .input-group-inset-item .form-file .btn, .input-group .input-group-inset-item .form-file .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .input-group .input-group-inset-item .form-file a.lfr-icon-item {
  height: 100%;
}
.input-group .input-group-item .input-group-inset-before.form-control {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-left-width: 0;
  padding-left: 0;
}
.input-group .input-group-inset-item-before {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-right-width: 0;
  color: #495057;
  order: 3;
}
.input-group .input-group-append > .input-group-inset-item-before {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group .input-group-item .input-group-inset-after.form-control {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right-width: 0;
  padding-right: 0;
}
.input-group .input-group-inset-item-after {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-left-width: 0;
  color: #495057;
  order: 9;
}
.input-group-prepend .input-group .input-group-inset-item-after {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  z-index: 1;
}

.input-group > .input-group-item.input-group-prepend {
  align-items: stretch;
  display: flex;
  margin-right: -0.0625rem;
}
.input-group > .input-group-item.input-group-prepend:not(:last-child) > .btn, .tasks-portlet .control-wrapper .global-task-actions .input-group > .input-group-item.input-group-prepend:not(:last-child) > a.lfr-icon-item,
.input-group > .input-group-item.input-group-prepend:not(:last-child) > .form-control,
.input-group > .input-group-item.input-group-prepend:not(:last-child) > .input-group-text {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group > .input-group-item.input-group-prepend:not(:last-child) > .btn + .btn, .tasks-portlet .control-wrapper .global-task-actions .input-group > .input-group-item.input-group-prepend:not(:last-child) > a.lfr-icon-item + .btn, .tasks-portlet .control-wrapper .global-task-actions .input-group > .input-group-item.input-group-prepend:not(:last-child) > .btn + a.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .input-group > .input-group-item.input-group-prepend:not(:last-child) > a.lfr-icon-item + a.lfr-icon-item {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group > .input-group-item.input-group-prepend + .input-group-prepend {
  margin-left: 0;
}
.input-group > .input-group-item.input-group-prepend + .input-group-prepend > .btn, .tasks-portlet .control-wrapper .global-task-actions .input-group > .input-group-item.input-group-prepend + .input-group-prepend > a.lfr-icon-item,
.input-group > .input-group-item.input-group-prepend + .input-group-prepend > .form-control,
.input-group > .input-group-item.input-group-prepend + .input-group-prepend > .input-group-text {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group > .input-group-item.input-group-append {
  align-items: stretch;
  display: flex;
  margin-right: -0.0625rem;
}
.input-group > .input-group-item.input-group-append:first-child > .btn, .tasks-portlet .control-wrapper .global-task-actions .input-group > .input-group-item.input-group-append:first-child > a.lfr-icon-item,
.input-group > .input-group-item.input-group-append:first-child > .form-control,
.input-group > .input-group-item.input-group-append:first-child > .input-group-text {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group > .input-group-item.input-group-append:not(:first-child) > .btn, .tasks-portlet .control-wrapper .global-task-actions .input-group > .input-group-item.input-group-append:not(:first-child) > a.lfr-icon-item,
.input-group > .input-group-item.input-group-append:not(:first-child) > .form-control,
.input-group > .input-group-item.input-group-append:not(:first-child) > .form-file .btn,
.input-group > .input-group-item.input-group-append:not(:first-child) > .form-file .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item,
.tasks-portlet .control-wrapper .global-task-actions .input-group > .input-group-item.input-group-append:not(:first-child) > .form-file a.lfr-icon-item,
.input-group > .input-group-item.input-group-append:not(:first-child) > .input-group-text {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group > .input-group-item.input-group-append + .input-group-append, .input-group > .input-group-item.input-group-prepend + .input-group-append {
  margin-left: 0;
}

.input-group-password .form-control[type=text] ~ .input-group-inset-item .input-password-label {
  display: none;
}
.input-group-password .form-control[type=password] ~ .input-group-inset-item .input-text-label {
  display: none;
}

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

.list-group {
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
  padding-left: 0;
}
.list-group-bordered .list-group-item-flex {
  padding: 0;
}
.list-group-bordered .list-group-item-flex.active .autofit-col {
  border-color: #004b77;
}
.list-group-bordered .autofit-col {
  border-left: 0.0625rem solid rgba(0, 0, 0, 0.125);
  border-right: 0.0625rem solid rgba(0, 0, 0, 0.125);
  margin-left: -0.0625rem;
  padding: 0.75rem 1.25rem;
}
.list-group-bordered .autofit-col:first-child, .list-group-bordered .autofit-col:last-child {
  border-left-width: 0;
  border-right-width: 0;
  margin-left: 0;
}

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

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item {
    border-left-width: 0;
    border-top-width: 0.0625rem;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item.active {
    border-left-width: 0.0625rem;
    margin-left: -0.0625rem;
  }
}
@media (min-width: 800px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item {
    border-left-width: 0;
    border-top-width: 0.0625rem;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item.active {
    border-left-width: 0.0625rem;
    margin-left: -0.0625rem;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item {
    border-left-width: 0;
    border-top-width: 0.0625rem;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item.active {
    border-left-width: 0.0625rem;
    margin-left: -0.0625rem;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item {
    border-left-width: 0;
    border-top-width: 0.0625rem;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item.active {
    border-left-width: 0.0625rem;
    margin-left: -0.0625rem;
  }
}
.list-group-header {
  align-items: center;
  background-color: #fff;
  border: 0.0625rem solid rgba(0, 0, 0, 0.125);
  display: flex;
  justify-content: space-between;
  margin-bottom: -0.0625rem;
  padding: 0.75rem 1.25rem;
}
.list-group-header:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-header:last-child {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.list-group-header-title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
}
.list-group-title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: -0.25rem;
}
.list-group-title[href],
.list-group-title [href] {
  color: #212529;
  max-width: 100%;
}
.list-group-title[href]:hover,
.list-group-title [href]:hover {
  color: black;
}
.list-group-subtitle {
  color: #6c757d;
  margin-bottom: 0;
}
.list-group-subtitle[href],
.list-group-subtitle [href] {
  color: #6c757d;
}
.list-group-subtitle[href]:hover,
.list-group-subtitle [href]:hover {
  color: #494f54;
}
.list-group-text {
  color: #212529;
  margin-bottom: 0;
}
.list-group-text[href],
.list-group-text [href] {
  color: #212529;
}
.list-group-text[href]:hover,
.list-group-text [href]:hover {
  color: black;
}
.list-group-subtext {
  color: #6c757d;
  margin-bottom: 0;
}
.list-group-subtext[href],
.list-group-subtext [href] {
  color: #6c757d;
}
.list-group-subtext[href]:hover,
.list-group-subtext [href]:hover {
  color: #494f54;
}
.show-dropdown-action-on-active .list-group-item.active .dropdown-action .dropdown-menu {
  background-color: #004b77;
}
.show-dropdown-action-on-active .list-group-item.active .dropdown-action .dropdown-item {
  color: #fff;
}

.list-group-item {
  background-color: #fff;
  border: 0.0625rem solid rgba(0, 0, 0, 0.125);
  display: block;
  padding: 0.75rem 1.25rem;
  position: relative;
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.list-group-item.active {
  background-color: #004b77;
  border-color: #004b77;
  color: #fff;
  z-index: 2;
}
.list-group-item.active:focus, .list-group-item.active.focus {
  z-index: 2;
}
.list-group-item.active .dropdown-action .dropdown-toggle,
.list-group-item.active .list-group-link {
  color: #fff;
}
.list-group-item.active .list-group-title,
.list-group-item.active a.list-group-title,
.list-group-item.active .list-group-title a {
  color: #fff;
}
.list-group-item.active .list-group-text,
.list-group-item.active a.list-group-text,
.list-group-item.active .list-group-text a {
  color: #fff;
}
.list-group-item.active .list-group-subtext,
.list-group-item.active a.list-group-subtext,
.list-group-item.active .list-group-subtext a {
  color: #fff;
}
.list-group-item.active .list-group-link {
  color: #fff;
}
.list-group-item.disabled, .list-group-item:disabled {
  background-color: #fff;
  color: #6c757d;
  pointer-events: none;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  border-top-width: 0.0625rem;
  margin-top: -0.0625rem;
}

.list-group-item-flex {
  display: flex;
  margin-bottom: -0.0625rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.list-group-item-flex:last-child {
  margin-bottom: 0;
}
.list-group-item-flex + .list-group-item-flex {
  border-top-width: 0.0625rem;
}
.list-group-item-flex + .list-group-item-flex.active {
  margin-top: 0;
}
.list-group-item-flex .autofit-col {
  justify-content: flex-start;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.list-group-item-flex .autofit-col .custom-control:only-child {
  margin-bottom: 0;
  margin-top: 0.0625rem;
}
.list-group-item-flex .autofit-col .custom-control:only-child .custom-control-input,
.list-group-item-flex .autofit-col .custom-control:only-child .custom-control-label::before,
.list-group-item-flex .autofit-col .custom-control:only-child .custom-control-label::after {
  margin-top: 0.1875rem;
}
.list-group-item-flex .autofit-col .form-check:only-child {
  margin-bottom: 0;
  margin-top: 0.0625rem;
  padding-top: 0.1875rem;
}
.list-group-item-flex .autofit-col .sticker:only-child {
  margin-top: 0.0625rem;
}
.list-group-item-flex .autofit-col .list-group-title:only-child {
  align-items: center;
  display: flex;
  min-height: 32px;
  margin-top: 0;
}
.list-group-item-flex .autofit-col .list-group-title:only-child::after {
  content: "";
  display: block;
  min-height: inherit;
}
.list-group-item-flex .autofit-col .dropdown-action {
  margin-top: 0.0625rem;
}
.list-group-item-flex .autofit-col .quick-action-item {
  margin-top: 0.0625rem;
}

.list-group-item-action .c-inner {
  margin: -0.75rem -1.25rem;
  width: auto;
}

.list-group-item-action:focus {
  z-index: 1;
}

.sidebar-list-group .list-group-item, .list-group-flush .list-group-item {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0;
}
.sidebar-list-group .list-group-item:first-child, .list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}
.sidebar-list-group .list-group-item:last-child .list-group-item:last-child, .list-group-flush .list-group-item:last-child .list-group-item:last-child {
  border-bottom-width: 0;
}
.sidebar-list-group .list-group-item > .autofit-col:first-child, .list-group-flush .list-group-item > .autofit-col:first-child {
  padding-left: 0;
}
.sidebar-list-group .list-group-item > .autofit-col:last-child, .list-group-flush .list-group-item > .autofit-col:last-child {
  padding-right: 0;
}

.list-group-item-primary {
  background-color: #b8cdd9;
  color: #00273e;
}
.list-group-item-primary.list-group-item-action:hover {
  background-color: #a7c1d0;
  color: #00273e;
}
.list-group-item-primary.list-group-item-action.active {
  background-color: #00273e;
  border-color: #00273e;
  color: #fff;
}

.list-group-item-secondary {
  background-color: #c0c1c2;
  color: #0f1113;
}
.list-group-item-secondary.list-group-item-action:hover {
  background-color: #b3b4b5;
  color: #0f1113;
}
.list-group-item-secondary.list-group-item-action.active {
  background-color: #0f1113;
  border-color: #0f1113;
  color: #fff;
}

.list-group-item-success {
  background-color: #b8dbc6;
  color: #00421b;
}
.list-group-item-success.list-group-item-action:hover {
  background-color: #a7d2b8;
  color: #00421b;
}
.list-group-item-success.list-group-item-action.active {
  background-color: #00421b;
  border-color: #00421b;
  color: #fff;
}

.list-group-item-info {
  background-color: #b8d3f1;
  color: #00336a;
}
.list-group-item-info.list-group-item-action:hover {
  background-color: #a3c6ed;
  color: #00336a;
}
.list-group-item-info.list-group-item-action.active {
  background-color: #00336a;
  border-color: #00336a;
  color: #fff;
}

.list-group-item-warning {
  background-color: #ffeeba;
  color: #856404;
}
.list-group-item-warning.list-group-item-action:hover {
  background-color: #ffe8a1;
  color: #856404;
}
.list-group-item-warning.list-group-item-action.active {
  background-color: #856404;
  border-color: #856404;
  color: #fff;
}

.list-group-item-danger {
  background-color: #eac0c4;
  color: #5e1018;
}
.list-group-item-danger.list-group-item-action:hover {
  background-color: #e4adb2;
  color: #5e1018;
}
.list-group-item-danger.list-group-item-action.active {
  background-color: #5e1018;
  border-color: #5e1018;
  color: #fff;
}

.list-group-item-light {
  background-color: #fdfdfe;
  color: #818182;
}
.list-group-item-light.list-group-item-action:hover {
  background-color: #ececf6;
  color: #818182;
}
.list-group-item-light.list-group-item-action.active {
  background-color: #818182;
  border-color: #818182;
  color: #fff;
}

.list-group-item-dark {
  background-color: #c6c8ca;
  color: #1b1e21;
}
.list-group-item-dark.list-group-item-action:hover {
  background-color: #b9bbbe;
  color: #1b1e21;
}
.list-group-item-dark.list-group-item-action.active {
  background-color: #1b1e21;
  border-color: #1b1e21;
  color: #fff;
}

.show-quick-actions-on-hover .list-group-item:not(.active):hover .quick-action-menu {
  display: flex;
}
.show-quick-actions-on-hover .focus:not(.active) .quick-action-menu {
  display: flex;
}

.list-group .quick-action-menu {
  align-items: flex-start;
  background-color: #fff;
  margin-bottom: -0.75rem;
  margin-top: -0.75rem;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
}

.list-group-bordered .quick-action-menu {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
}

.list-group-item-flex.active .quick-action-menu {
  background-color: #004b77;
}
.list-group-item-flex.active .quick-action-item {
  color: #fff;
}

.list-group-notification.list-group-bordered .quick-action-menu {
  margin-bottom: 0.0625rem;
  margin-top: 0.0625rem;
}
.list-group-notification .list-group-item {
  border-width: 0;
}
.list-group-notification .list-group-item-flex.active {
  border-top-width: 0;
}
.list-group-notification .list-group-item-primary {
  background-color: #fff;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  box-shadow: inset 0.5rem 0 #b8cdd9, inset -0.0625rem 0 rgba(0, 0, 0, 0.125), inset 0 0.0625rem rgba(0, 0, 0, 0.125), inset 0 -0.0625rem rgba(0, 0, 0, 0.125);
}
.list-group-notification .list-group-item-primary.active {
  background-color: #004b77;
  box-shadow: inset 0.5rem 0 #b8cdd9, inset -0.0625rem 0 #004b77, inset 0 0.0625rem #004b77, inset 0 -0.0625rem #004b77;
}
.list-group-notification .quick-action-menu {
  margin-bottom: -0.6875rem;
  margin-top: -0.6875rem;
}
.list-group-notification .autofit-col .quick-action-item {
  margin-top: 0rem;
}

.list-group-sm .list-group-item {
  padding-bottom: 0.40625rem;
  padding-top: 0.40625rem;
}
.list-group-sm .quick-action-menu {
  margin-bottom: -0.40625rem;
  margin-top: -0.40625rem;
  padding-bottom: 0.40625rem;
  padding-top: 0.40625rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

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

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

@media (min-width: 576px) {
  .modal-dialog {
    margin: 1.75rem auto;
    max-width: 500px;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered .modal-dialog,
  .modal-dialog-centered.modal-dialog {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered .modal-dialog::before,
  .modal-dialog-centered.modal-dialog::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered .modal-dialog,
.modal-dialog-centered.modal-dialog {
  align-items: center;
  display: flex;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered .modal-dialog::before,
.modal-dialog-centered.modal-dialog::before {
  content: "";
  display: block;
  height: calc(100vh - 1rem);
}
.modal-dialog-centered .modal-dialog.modal-dialog-scrollable,
.modal-dialog-centered.modal-dialog.modal-dialog-scrollable {
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.modal-dialog-centered .modal-dialog.modal-dialog-scrollable .modal-content,
.modal-dialog-centered.modal-dialog.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered .modal-dialog.modal-dialog-scrollable::before,
.modal-dialog-centered.modal-dialog.modal-dialog-scrollable::before {
  content: none;
}

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

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

.modal-header {
  align-items: center;
  border-color: #dee2e6;
  border-style: solid;
  border-width: 0 0 0.0625rem 0;
  display: flex;
  flex-shrink: 0;
  height: 4rem;
  justify-content: space-between;
  padding: 1rem 1rem;
  padding-bottom: 0;
  padding-top: 0;
  z-index: 1;
}

.modal-body {
  border-top: 0.0625rem solid #dee2e6;
  flex-grow: 1;
  flex-shrink: 1;
  margin-top: -0.0625rem;
  padding: 1rem;
  position: relative;
}
.modal-body.inline-scroller {
  max-height: 320px;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  padding: 1rem;
}

.modal-body-flush {
  padding: 0;
}

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

.modal-item-group {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  min-width: 3rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 100%;
}
.modal-item-group:first-child, .modal-item-group.modal-item-group-first {
  padding-left: 0;
}
.modal-item-group:last-child, .modal-item-group.modal-item-group-last {
  padding-right: 0;
}
.modal-item-group:only-child, .modal-item-group.modal-item-group-only {
  padding-left: 0;
  padding-right: 0;
}

.modal-item {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  max-width: 100%;
  min-height: 0;
  min-width: 3.125rem;
  padding: 0;
  position: relative;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.modal-item-shrink {
  flex-grow: 0;
}

.modal-item-last {
  margin-left: auto;
}

.modal-footer > .modal-item-last {
  margin-left: auto;
}

.modal-title {
  flex-grow: 1;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.modal-title-indicator {
  display: inline-block;
  font-size: 0.875rem;
  margin-right: 0.5rem;
  margin-top: -0.2em;
  vertical-align: middle;
}

.modal-subtitle {
  display: inline-block;
}
.modal-subtitle-divider {
  display: inline-block;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.modal .close:first-child {
  margin-left: -0.3125rem;
}
.modal .close:last-child {
  margin-right: -0.3125rem;
}

.close + .modal-title {
  margin-left: 0.3125rem;
}

.modal-title + .close {
  margin-right: 0.3125rem;
}

.modal-body-iframe {
  height: 160px;
  padding: 0;
}
.modal-body-iframe iframe {
  border-width: 0;
  height: 100%;
  position: absolute;
  width: 100%;
}

.modal-full-screen {
  bottom: 45px;
  left: 45px;
  margin: 0;
  max-width: none;
  position: absolute;
  right: 45px;
  top: 45px;
}
.modal-full-screen .modal-content {
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 0.375rem;
  border-width: 0.0625rem;
  height: 100%;
}
.modal-full-screen .modal-body {
  overflow: auto;
}

@media (max-width: 799.98px) {
  .modal-full-screen-sm-down {
    bottom: 0;
    left: 0;
    margin: 0;
    max-width: none;
    position: absolute;
    right: 0;
    top: 0;
  }
  .modal-full-screen-sm-down .modal-body {
    overflow: auto;
  }
  .modal-full-screen-sm-down .modal-content {
    border-radius: 0;
    border-width: 0;
    height: 100%;
  }
}

.modal-height-sm .modal-content {
  height: 250px;
}

.modal-height-md .modal-content {
  height: 450px;
}

.modal-height-lg .modal-content {
  height: 650px;
}

.modal-height-xl .modal-content {
  height: 800px;
}

.modal-height-full .modal-dialog {
  height: 100%;
  margin: 0;
}
@media (min-width: 576px) {
  .modal-height-full .modal-dialog {
    bottom: 0;
    height: 100%;
    left: 50%;
    margin-bottom: 0;
    margin-left: calc(-500px / 2);
    margin-right: 0;
    margin-top: 0;
    top: 0;
  }
}
@media (min-width: 576px) {
  .modal-height-full .modal-dialog.modal-sm {
    margin-left: calc(-300px / 2);
  }
}
@media (min-width: 992px) {
  .modal-height-full .modal-dialog.modal-lg {
    margin-left: calc(-800px / 2);
  }
}
@media (min-width: 992px) {
  .modal-height-full .modal-dialog.modal-xl {
    margin-left: calc(-800px / 2);
  }
}
@media (min-width: 1200px) {
  .modal-height-full .modal-dialog.modal-xl {
    margin-left: calc(-1140px / 2);
  }
}
.modal-height-full .modal-content {
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
  top: 0.5rem;
}
@media (min-width: 576px) {
  .modal-height-full .modal-content {
    bottom: 1.75rem;
    left: auto;
    right: auto;
    top: 1.75rem;
  }
}

.modal-success .modal-header {
  background-color: #cce5d6;
  border-color: #b8dbc6;
  color: #00421b;
}
.modal-info .modal-header {
  background-color: #cce0f5;
  border-color: #b8d3f1;
  color: #00336a;
}
.modal-warning .modal-header {
  background-color: #fff3cd;
  border-color: #ffeeba;
  color: #856404;
}
.modal-danger .modal-header {
  background-color: #f0d2d5;
  border-color: #eac0c4;
  color: #5e1018;
}
.modal-scrollbar-measure {
  height: 50px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
  width: 50px;
}

.multi-step-nav {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 15px;
  padding: 0 15px;
  position: relative;
}

.multi-step-indicator-label-bottom .multi-step-item {
  padding-bottom: calc(
			1rem * 1.5
		);
}
.multi-step-indicator-label-bottom .multi-step-indicator-label {
  top: 2rem;
}

.multi-step-indicator-label-top .multi-step-item {
  padding-top: calc(
			1rem * 1.5
		);
}
.multi-step-indicator-label-top .multi-step-indicator-label {
  bottom: calc(2rem + 0.25rem);
}

.multi-step-title-center .multi-step-title {
  margin-left: calc(2rem * 0.5);
  max-width: 100px;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
  transform: translateX(-50%);
  white-space: nowrap;
  width: auto;
}

.multi-step-item {
  margin-bottom: 10px;
  position: relative;
}
.multi-step-item.active .multi-step-icon {
  background-color: #004b77;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1rem;
  color: #fff;
}
.multi-step-item.active .multi-step-divider {
  background-color: #e9ecef;
}
.multi-step-item.active.complete .multi-step-icon {
  background-color: #004b77;
  color: #fff;
}
.multi-step-item.complete .dropdown .multi-step-icon, .multi-step-item.complete .dropdown .multi-step-icon:active {
  background-image: none;
}
.multi-step-item.complete .multi-step-icon {
  background-color: #6c757d;
  color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline'%20d='M192.9%20429.5c-8.3%200-16.4-3.3-22.3-9.2L44.5%20294.1C15%20263.2%2062.7%20222%2089.1%20249.5L191.5%20352l230-258.9c27.2-30.5%2074.3%2011.5%2047.1%2041.9L216.4%20418.9c-5.8%206.5-14%2010.3-22.6%2010.6h-.9z'%20fill='%23fff'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1rem;
}
.multi-step-item.complete .multi-step-icon[data-multi-step-icon]:before {
  content: none;
}
.multi-step-item.complete .multi-step-icon:active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline'%20d='M192.9%20429.5c-8.3%200-16.4-3.3-22.3-9.2L44.5%20294.1C15%20263.2%2062.7%20222%2089.1%20249.5L191.5%20352l230-258.9c27.2-30.5%2074.3%2011.5%2047.1%2041.9L216.4%20418.9c-5.8%206.5-14%2010.3-22.6%2010.6h-.9z'%20fill='%23fff'/%3E%3C/svg%3E");
}
.multi-step-item.complete .multi-step-divider {
  background-color: #6c757d;
}
.multi-step-item.disabled .multi-step-title {
  color: #ced4da;
}
.multi-step-item.disabled .multi-step-icon {
  background-color: #f8f9fa;
  background-repeat: no-repeat;
  color: #ced4da;
  cursor: not-allowed;
  opacity: 1;
}
.multi-step-item.disabled .multi-step-icon:focus {
  box-shadow: none;
}
.multi-step-item.disabled .multi-step-indicator-label {
  color: #ced4da;
}
.multi-step-item.disabled .multi-step-divider {
  background-color: #f8f9fa;
}

.multi-step-title {
  font-size: 1rem;
  line-height: normal;
  margin-bottom: 0.625rem;
  word-wrap: break-word;
}

.multi-step-item-expand {
  flex-grow: 1;
  width: 75px;
}

.multi-step-divider {
  background-color: #e9ecef;
  height: 0.25rem;
  margin-left: 2rem;
  margin-top: -0.25rem;
  position: relative;
  top: 1.125rem;
}

.multi-step-indicator {
  position: relative;
  width: 2rem;
}
.multi-step-indicator .dropdown-item-indicator,
.multi-step-indicator .dropdown-item-indicator-start,
.multi-step-indicator .dropdown-item-indicator-end {
  display: none;
}
.multi-step-indicator .complete .dropdown-item-indicator,
.multi-step-indicator .complete .dropdown-item-indicator-start,
.multi-step-indicator .complete .dropdown-item-indicator-end {
  display: block;
}
.multi-step-indicator .multi-step-indicator-label {
  font-size: 1rem;
  left: 50%;
  max-width: 100px;
  position: absolute;
  transform: translateX(-50%);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.multi-step-icon {
  align-items: center;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  border-width: 0px;
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: flex;
  font-size: 1rem;
  justify-content: center;
  height: 2rem;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  transition: box-shadow 0.15s ease-in-out;
  width: 2rem;
}
.multi-step-icon:hover {
  background-color: #e9ecef;
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}
.multi-step-icon:focus {
  background-color: #e9ecef;
  box-shadow: 0 0 0 0.2rem rgba(0, 75, 119, 0.25);
  color: rgba(0, 0, 0, 0.7);
  outline: 0;
  text-decoration: none;
}
.multi-step-icon[data-multi-step-icon]::before {
  content: '\FEFF' attr(data-multi-step-icon);
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  width: 2rem;
}
.multi-step-icon .c-inner {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  position: absolute;
}
.multi-step-icon .btn-link {
  vertical-align: baseline;
}
.multi-step-icon .lexicon-icon {
  height: 1rem;
  margin-top: 0;
  width: 1rem;
}

.multi-step-item-fixed-width.multi-step-item,
.multi-step-item-fixed-width .multi-step-item-expand {
  flex-grow: 0;
  width: 150px;
}

@media (max-width: 799.98px) {
  .multi-step-nav-collapse-sm {
    flex-wrap: nowrap;
  }
  .multi-step-nav-collapse-sm.multi-step-indicator-label-top .multi-step-indicator-label {
    bottom: auto;
    top: 0;
  }
  .multi-step-nav-collapse-sm.multi-step-indicator-label-bottom .multi-step-indicator-label {
    bottom: 0;
    top: auto;
  }
  .multi-step-nav-collapse-sm.multi-step-title-center .multi-step-title {
    margin-left: 0;
    max-width: none;
    transform: none;
  }
  .multi-step-nav-collapse-sm .active.multi-step-item {
    position: static;
  }
  .multi-step-nav-collapse-sm .active .multi-step-title {
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
  }
  .multi-step-nav-collapse-sm .active .multi-step-indicator {
    position: static;
  }
  .multi-step-nav-collapse-sm .active .multi-step-indicator-label {
    display: block;
    left: 0;
    max-width: none;
    position: absolute;
    right: 0;
    text-align: center;
    transform: none;
    width: auto;
  }
  .multi-step-nav-collapse-sm .multi-step-item {
    margin-bottom: 0;
    min-width: 2rem;
    padding-top: calc(
				1rem + 0.625rem +
					(0.25rem * 0.5)
			);
  }
  .multi-step-nav-collapse-sm .multi-step-title {
    display: none;
  }
  .multi-step-nav-collapse-sm .multi-step-indicator-label {
    display: none;
  }
}

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

.nav-link {
  display: block;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  position: relative;
}
.nav-link:hover {
  text-decoration: none;
}
.nav-link.focus, .nav-link:focus {
  text-decoration: none;
  z-index: 1;
}
.nav-link:disabled, .nav-link.disabled {
  color: #6c757d;
  cursor: not-allowed;
}
.nav-link:disabled:active, .nav-link.disabled:active {
  pointer-events: none;
}
.nav-link > .c-inner {
  margin-bottom: -0.5rem;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-top: -0.5rem;
}
.nav-link.btn-unstyled {
  width: 100%;
}
.nav-link.btn-unstyled:disabled, .nav-link.btn-unstyled.disabled {
  opacity: 1;
}
.nav-link.btn-unstyled .c-inner {
  width: auto;
}
.nav-btn {
  align-items: center;
  display: flex;
  height: 2rem;
  justify-content: center;
  line-height: 1.5;
  margin: calc(( 			(1.5 * 1rem) + 				(0.5rem * 2) - 2rem 		) * 0.5) 0.25rem;
  min-width: 2rem;
  padding: 0 0.5rem;
  position: relative;
  text-align: center;
  width: auto;
}
.nav-btn:focus, .nav-btn.focus {
  z-index: 1;
}
.nav-btn:disabled, .nav-btn.disabled {
  opacity: 1;
}
.nav-btn .c-inner {
  margin-bottom: 0;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-top: -0.0625rem;
}
.nav-btn .lexicon-icon {
  margin-top: 0;
}
.nav-btn.btn-link {
  margin-left: 0;
  margin-right: 0;
}
.nav-btn-monospaced {
  padding: 0;
}
.nav-btn-monospaced .c-inner {
  margin-left: -0.0625rem;
  margin-right: -0.0625rem;
}
.nav-link-monospaced {
  align-items: center;
  display: flex;
  height: 2rem;
  justify-content: center;
  margin: calc(( 			(1.5 * 1rem) + 				(0.5rem * 2) - 2rem 		) * 0.5) 0.25rem;
  min-width: 2rem;
  padding: 0;
}
.nav-link-monospaced .lexicon-icon {
  margin-top: 0;
}

.nav-item {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.nav-item[class*=col-] {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.nav-divider {
  margin-left: 0.5rem;
  padding-left: 0.5rem;
  position: relative;
}
.nav-divider::before {
  background-color: #6c757d;
  content: "";
  display: block;
  height: 1rem;
  left: 0;
  margin-top: -0.5rem;
  position: absolute;
  top: 50%;
  width: 1px;
  z-index: 2;
}
.nav-divider-end {
  margin-right: 0.5rem;
  padding-right: 0.5rem;
  position: relative;
}
.nav-divider-end::after {
  background-color: #6c757d;
  content: "";
  display: block;
  height: 1rem;
  margin-top: -0.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  z-index: 2;
}

.nav-text-truncate {
  display: inline-block;
  margin-bottom: -6px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dropdown-toggle .nav-text-truncate {
  max-width: calc(100% - 24px);
}

.nav .nav-form {
  padding-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-link {
  text-align: center;
  width: 100%;
}
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.nav-stacked {
  display: block;
}
.nav-stacked .nav-form {
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
}

.nav-unstyled {
  flex-wrap: nowrap;
}
.nav-unstyled .nav-link {
  line-height: 2rem;
  padding-bottom: 0;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 0;
}
.nav-unstyled .nav-link > .c-inner {
  margin-bottom: 0;
  margin-left: -4px;
  margin-right: -4px;
  margin-top: 0;
}
.nav-unstyled .nav-link-monospaced {
  margin: 0 4px;
}
.nav-unstyled .nav-btn {
  margin: 0 4px;
  padding-bottom: 0;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 0;
}
.nav-unstyled .nav-btn .c-inner {
  margin-bottom: 0;
  margin-left: -4px;
  margin-right: -4px;
  margin-top: 0;
}
.nav-nested {
  flex-direction: column;
  flex-wrap: nowrap;
}
.nav-nested .nav > li > a {
  padding-left: calc(1rem * 2);
}
.nav-nested .nav > li > .nav-equal-height-heading {
  padding-left: calc(1rem * 1);
}
.nav-nested .nav .nav > li > a {
  padding-left: calc(1rem * 3);
}
.nav-nested .nav .nav > li > .nav-equal-height-heading {
  padding-left: calc(1rem * 2);
}
.nav-nested .nav .nav .nav > li > a {
  padding-left: calc(1rem * 4);
}
.nav-nested .nav .nav .nav > li > .nav-equal-height-heading {
  padding-left: calc(1rem * 3);
}
.nav-nested .nav .nav .nav .nav > li > a {
  padding-left: calc(1rem * 5);
}
.nav-nested .nav .nav .nav .nav > li > .nav-equal-height-heading {
  padding-left: calc(1rem * 4);
}
.nav-nested .nav .nav .nav .nav .nav > li > a {
  padding-left: calc(1rem * 6);
}
.nav-nested .nav .nav .nav .nav .nav > li > .nav-equal-height-heading {
  padding-left: calc(1rem * 5);
}
.nav-nested .nav .nav .nav .nav .nav .nav > li > a {
  padding-left: calc(1rem * 7);
}
.nav-nested .nav .nav .nav .nav .nav .nav > li > .nav-equal-height-heading {
  padding-left: calc(1rem * 6);
}
.nav-nested .nav .nav .nav .nav .nav .nav .nav > li > a {
  padding-left: calc(1rem * 8);
}
.nav-nested .nav .nav .nav .nav .nav .nav .nav > li > .nav-equal-height-heading {
  padding-left: calc(1rem * 7);
}
.nav-nested .nav .nav .nav .nav .nav .nav .nav .nav > li > a {
  padding-left: calc(1rem * 9);
}
.nav-nested .nav .nav .nav .nav .nav .nav .nav .nav > li > .nav-equal-height-heading {
  padding-left: calc(1rem * 8);
}
.nav-nested .nav .nav .nav .nav .nav .nav .nav .nav .nav > li > a {
  padding-left: calc(1rem * 10);
}
.nav-nested .nav .nav .nav .nav .nav .nav .nav .nav .nav > li > .nav-equal-height-heading {
  padding-left: calc(1rem * 9);
}
.nav-nested .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav > li > a {
  padding-left: calc(1rem * 11);
}
.nav-nested .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav > li > .nav-equal-height-heading {
  padding-left: calc(1rem * 10);
}
.nav-nested .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav > li > a {
  padding-left: calc(1rem * 12);
}
.nav-nested .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav > li > .nav-equal-height-heading {
  padding-left: calc(1rem * 11);
}
.nav-nested .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav > li > a {
  padding-left: calc(1rem * 13);
}
.nav-nested .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav > li > .nav-equal-height-heading {
  padding-left: calc(1rem * 12);
}
.nav-nested .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav > li > a {
  padding-left: calc(1rem * 14);
}
.nav-nested .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav > li > .nav-equal-height-heading {
  padding-left: calc(1rem * 13);
}
.nav-nested .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav > li > a {
  padding-left: calc(1rem * 15);
}
.nav-nested .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav > li > .nav-equal-height-heading {
  padding-left: calc(1rem * 14);
}
.nav-nested .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav > li > a {
  padding-left: calc(1rem * 16);
}
.nav-nested .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav > li > .nav-equal-height-heading {
  padding-left: calc(1rem * 15);
}

.nav-nested-margins {
  flex-direction: column;
  flex-wrap: nowrap;
}
.nav-nested-margins > li .nav > li {
  margin-left: 1rem;
}

.nav-tabs {
  border-bottom: 0.0625rem solid #dee2e6;
}
.nav-tabs .nav-link {
  border-color: transparent;
  border-style: solid;
  border-width: 0.0625rem;
  border-radius: 0.25rem 0.25rem 0 0;
  white-space: nowrap;
}
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.focus, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link:active {
  background-color: #f1f2f5;
  border-color: #dee2e6 #dee2e6 #f1f2f5;
  color: #495057;
}
.nav-tabs .nav-link.active {
  background-color: #f1f2f5;
  color: #495057;
  border-color: #dee2e6 #dee2e6 #f1f2f5;
}
.nav-tabs .nav-link:disabled, .nav-tabs .nav-link.disabled {
  background-color: transparent;
  border-color: transparent;
  color: #6c757d;
}
.nav-tabs .nav-link[aria-expanded=true], .nav-tabs .nav-link.show {
  background-color: #f1f2f5;
  color: #495057;
  border-color: #dadee1 #dadee1 #fff #dadee1;
}
.nav-tabs .nav-item {
  margin-bottom: -0.0625rem;
}
.nav-tabs .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: -0.0625rem;
}
.nav-tabs + .tab-content .tab-pane.active:first-child {
  border-top-left-radius: 0;
}

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

.dropdown-item[data-toggle=tab] .dropdown-item-indicator,
.dropdown-item[data-toggle=tab] .dropdown-item-indicator-start,
.dropdown-item[data-toggle=tab] .dropdown-item-indicator-end {
  display: none;
}
.dropdown-item[data-toggle=tab].active .dropdown-item-indicator,
.dropdown-item[data-toggle=tab].active .dropdown-item-indicator-start,
.dropdown-item[data-toggle=tab].active .dropdown-item-indicator-end {
  display: block;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #004b77;
  color: #fff;
}

.nav-underline .nav-link::after {
  bottom: 0;
  display: block;
  position: absolute;
  left: 0.5rem;
  right: 0.5rem;
  width: auto;
}
.nav-underline .nav-link.active::after {
  background-color: #004b77;
  content: "";
  height: 0.1875rem;
}
.nav-underline .nav-link[aria-expanded=true]::after, .nav-underline .nav-link.show::after {
  content: "";
  height: 0.1875rem;
}
.menubar {
  position: relative;
}

.menubar-toggler {
  display: none;
}

.menubar-vertical-expand-md {
  max-width: 15.625rem;
}
@media (max-width: 799.98px) {
  .menubar-vertical-expand-md {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.menubar-vertical-expand-md .menubar-collapse {
  display: block;
}
@media (max-width: 799.98px) {
  .menubar-vertical-expand-md .menubar-collapse {
    border-color: transparent;
    border-style: solid;
    border-width: 0.0625rem;
    display: none;
    left: -0.0625rem;
    position: absolute;
    right: -0.0625rem;
    top: 100%;
    z-index: 499;
  }
}
.menubar-vertical-expand-md .menubar-collapse.collapsing, .menubar-vertical-expand-md .menubar-collapse.show {
  display: block;
}
@media (max-width: 799.98px) {
  .menubar-vertical-expand-md .menubar-toggler {
    align-items: center;
    border-color: transparent;
    border-style: solid;
    border-width: 0.0625rem;
    display: flex;
    height: 2rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .menubar-vertical-expand-md .menubar-toggler .c-inner {
    max-width: none;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .menubar-vertical-expand-md .menubar-toggler .lexicon-icon {
    margin-top: 0;
  }
}
@media (max-width: 799.98px) {
  .menubar-vertical-expand-md .nav-nested {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }
}
@media (max-width: 799.98px) {
  .menubar-vertical-expand-md .nav-nested-margins > li .nav > li {
    margin-left: 0;
  }
}
@media (max-width: 799.98px) {
  .menubar-vertical-expand-md.menubar-transparent {
    background-color: #f8f9fa;
  }
}
@media (max-width: 799.98px) {
  .menubar-vertical-expand-md.menubar-transparent .menubar-collapse {
    background-color: #fff;
    border-color: #dee2e6;
    border-radius: 0.25rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
  }
}
@media (max-width: 799.98px) {
  .menubar-vertical-expand-md.menubar-transparent .menubar-toggler {
    text-decoration: none;
  }
}
.menubar-vertical-expand-md.menubar-transparent .nav-link {
  color: #6c757d;
}
.menubar-vertical-expand-md.menubar-transparent .nav-link:hover {
  color: #494f54;
}
.menubar-vertical-expand-md.menubar-transparent .nav-link:active {
  color: rgba(0, 0, 0, 0.9);
}
.menubar-vertical-expand-md.menubar-transparent .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.menubar-vertical-expand-md.menubar-transparent .nav-link:disabled, .menubar-vertical-expand-md.menubar-transparent .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 799.98px) {
  .menubar-vertical-expand-md.menubar-transparent .nav-link {
    border-radius: 0;
    color: #212529;
  }
  .menubar-vertical-expand-md.menubar-transparent .nav-link:hover {
    background-color: #f8f9fa;
    color: #16181b;
  }
  .menubar-vertical-expand-md.menubar-transparent .nav-link:active {
    background-color: #004b77;
    color: #fff;
  }
  .menubar-vertical-expand-md.menubar-transparent .nav-link.active {
    font-weight: 500;
    background-color: #004b77;
    color: #fff;
  }
  .menubar-vertical-expand-md.menubar-transparent .nav-link:disabled, .menubar-vertical-expand-md.menubar-transparent .nav-link.disabled {
    background-color: transparent;
    color: #6c757d;
  }
}
@media (min-width: 800px) {
  .menubar-vertical-expand-md.menubar-decorated .nav {
    border-left-color: #dee2e6;
    border-left-style: solid;
    border-left-width: 0.125rem;
    display: block;
    padding-left: 0.5rem;
  }
  .menubar-vertical-expand-md.menubar-decorated .nav > .nav-item .nav {
    margin-bottom: 0.25rem;
    margin-left: 1rem;
    margin-top: 0.25rem;
  }
  .menubar-vertical-expand-md.menubar-decorated .nav-link {
    padding-left: 1rem !important;
  }
  .menubar-vertical-expand-md.menubar-decorated .nav-link.active::after {
    background-color: #20adff;
    bottom: 0;
    content: "";
    display: block;
    left: -0.625rem;
    position: absolute;
    top: 0;
    width: 0.125rem;
  }
}

.menubar-vertical-expand-lg {
  max-width: 15.625rem;
}
@media (max-width: 991.98px) {
  .menubar-vertical-expand-lg {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.menubar-vertical-expand-lg .menubar-collapse {
  display: block;
}
@media (max-width: 991.98px) {
  .menubar-vertical-expand-lg .menubar-collapse {
    border-color: transparent;
    border-style: solid;
    border-width: 0.0625rem;
    display: none;
    left: -0.0625rem;
    position: absolute;
    right: -0.0625rem;
    top: 100%;
    z-index: 499;
  }
}
.menubar-vertical-expand-lg .menubar-collapse.collapsing, .menubar-vertical-expand-lg .menubar-collapse.show {
  display: block;
}
@media (max-width: 991.98px) {
  .menubar-vertical-expand-lg .menubar-toggler {
    align-items: center;
    border-color: transparent;
    border-style: solid;
    border-width: 0.0625rem;
    display: flex;
    height: 2rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .menubar-vertical-expand-lg .menubar-toggler .c-inner {
    max-width: none;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .menubar-vertical-expand-lg .menubar-toggler .lexicon-icon {
    margin-top: 0;
  }
}
@media (max-width: 991.98px) {
  .menubar-vertical-expand-lg .nav-nested {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }
}
@media (max-width: 991.98px) {
  .menubar-vertical-expand-lg .nav-nested-margins {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }
}
@media (max-width: 991.98px) {
  .menubar-vertical-expand-lg .nav-nested-margins > li .nav > li {
    margin-left: 0;
  }
}
@media (max-width: 991.98px) {
  .menubar-vertical-expand-lg.menubar-transparent {
    background-color: #f8f9fa;
  }
}
@media (max-width: 991.98px) {
  .menubar-vertical-expand-lg.menubar-transparent .menubar-collapse {
    background-color: #fff;
    border-color: #dee2e6;
    border-radius: 0.25rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
  }
}
@media (max-width: 991.98px) {
  .menubar-vertical-expand-lg.menubar-transparent .menubar-toggler {
    text-decoration: none;
  }
}
.menubar-vertical-expand-lg.menubar-transparent .nav-link {
  color: #6c757d;
}
.menubar-vertical-expand-lg.menubar-transparent .nav-link:hover {
  color: #494f54;
}
.menubar-vertical-expand-lg.menubar-transparent .nav-link:active {
  color: rgba(0, 0, 0, 0.9);
}
.menubar-vertical-expand-lg.menubar-transparent .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.menubar-vertical-expand-lg.menubar-transparent .nav-link:disabled, .menubar-vertical-expand-lg.menubar-transparent .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 991.98px) {
  .menubar-vertical-expand-lg.menubar-transparent .nav-link {
    border-radius: 0;
    color: #212529;
  }
  .menubar-vertical-expand-lg.menubar-transparent .nav-link:hover {
    background-color: #f8f9fa;
    color: #16181b;
  }
  .menubar-vertical-expand-lg.menubar-transparent .nav-link:active {
    background-color: #004b77;
    color: #fff;
  }
  .menubar-vertical-expand-lg.menubar-transparent .nav-link.active {
    font-weight: 500;
    background-color: #004b77;
    color: #fff;
  }
  .menubar-vertical-expand-lg.menubar-transparent .nav-link:disabled, .menubar-vertical-expand-lg.menubar-transparent .nav-link.disabled {
    background-color: transparent;
    color: #6c757d;
  }
}
@media (min-width: 992px) {
  .menubar-vertical-expand-lg.menubar-decorated .nav {
    border-left-color: #dee2e6;
    border-left-style: solid;
    border-left-width: 0.125rem;
    display: block;
    padding-left: 0.5rem;
  }
  .menubar-vertical-expand-lg.menubar-decorated .nav > .nav-item .nav {
    margin-bottom: 0.25rem;
    margin-left: 1rem;
    margin-top: 0.25rem;
  }
  .menubar-vertical-expand-lg.menubar-decorated .nav-link {
    padding-left: 1rem !important;
  }
  .menubar-vertical-expand-lg.menubar-decorated .nav-link.active::after {
    background-color: #20adff;
    bottom: 0;
    content: "";
    display: block;
    left: -0.625rem;
    position: absolute;
    top: 0;
    width: 0.125rem;
  }
}

.navbar {
  align-items: center;
  border-width: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  position: relative;
}
.navbar > .container-xl, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar .container,
.navbar .container-fluid {
  align-items: inherit;
  background-color: inherit;
  display: inherit;
  flex-wrap: inherit;
  justify-content: inherit;
}
.navbar-nowrap {
  flex-wrap: nowrap;
}
.navbar-nowrap .navbar-text {
  min-width: 0;
  white-space: nowrap;
}

.navbar-nav .dropdown-menu-right,
.navbar-form .dropdown-menu-right {
  left: auto;
  right: 0;
}

.navbar-nav {
  display: flex;
  flex-wrap: inherit;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  float: none;
}
.navbar-nav .nav-item,
.navbar-nav .nav-item .dropdown {
  align-items: center;
  display: flex;
  word-wrap: normal;
  max-width: 100%;
}
.navbar-nav .nav-item > .custom-control,
.navbar-nav .nav-item > .form-check {
  margin-bottom: 0;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.navbar-nav .nav-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.navbar-nav-expand {
  flex-grow: 1;
  min-width: 0;
}

.navbar-nav-last {
  margin-left: auto;
}

.nav-item-expand {
  flex-grow: 1;
  min-width: 0;
}

.nav-item-shrink {
  min-width: 0;
}

.navbar-title {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0;
}

.navbar-text {
  display: inline-block;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
}

.navbar-collapse {
  align-items: center;
  flex-grow: 1;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.navbar-collapse .container,
.navbar-collapse .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.navbar-collapse .dropdown-toggle .navbar-text-truncate {
  max-width: calc(100% - 1.5625rem);
}

.navbar-text-truncate {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

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

.navbar-toggler {
  background-color: transparent;
  border: 0.0625rem solid transparent;
  border-radius: 0.25rem;
  font-size: 1.25rem;
  line-height: 1;
  padding: 0.25rem 0.75rem;
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  z-index: 525;
}
.navbar-toggler-link {
  align-items: center;
  display: flex;
  border-width: 0;
  line-height: 1.5;
  max-width: 100%;
  padding: calc((1rem * 1.5 + 0.5rem * 2 - calc(
	1.25rem * 1.5
)) * 0.5) 0.5rem;
  position: relative;
}
.navbar-toggler-link .lexicon-icon {
  min-width: 1em;
  margin-left: 3px;
  margin-top: 0;
}

.navbar-brand {
  display: inline-block;
  font-size: 1.25rem;
  line-height: inherit;
  max-width: calc(100% - 72px);
  padding-bottom: calc((1rem * 1.5 + 0.5rem * 2 - calc(
	1.25rem * 1.5
)) * 0.5);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: calc((1rem * 1.5 + 0.5rem * 2 - calc(
	1.25rem * 1.5
)) * 0.5);
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-form {
  align-items: center;
  display: flex;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.navbar-form > form {
  width: 100%;
}

.navbar-form-autofit {
  flex-basis: 100px;
  flex-grow: 1;
}
.navbar-form-autofit form {
  display: flex;
  width: 100%;
}

.navbar-overlay {
  background-color: inherit;
  flex-wrap: inherit;
}

.navbar-breakpoint-d-block,
.navbar-breakpoint-d-inline-block,
.navbar-breakpoint-d-flex {
  display: none !important;
}

.navbar-expand-sm .nav-item .navbar-text-truncate {
  max-width: 12.5rem;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm.navbar-collapse-absolute .navbar-collapse {
    background-color: inherit;
    left: 0;
    padding: 0 1rem;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 500;
  }
  .navbar-expand-sm.navbar-collapse-absolute .navbar-collapse .container,
  .navbar-expand-sm.navbar-collapse-absolute .navbar-collapse .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-expand-sm.navbar-collapse-absolute .navbar-collapse .navbar-nav:last-child,
  .navbar-expand-sm.navbar-collapse-absolute .navbar-collapse .navbar-form:last-child {
    padding-bottom: 0.5rem;
  }
  .navbar-expand-sm .navbar-collapse .nav-item,
  .navbar-expand-sm .navbar-collapse .nav-item .dropdown {
    display: block;
  }
  .navbar-expand-sm .navbar-collapse .navbar-text-truncate {
    max-width: 100%;
  }
  .navbar-expand-sm .navbar-collapse .navbar-nav {
    flex-direction: column;
  }
  .navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-toggle .navbar-text-truncate {
    max-width: calc(
									100% - 1.5625rem
								);
  }
  .navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-divider {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-item:hover, .navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-item:focus {
    background-color: transparent;
  }
  .navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-item.active {
    background-color: transparent;
  }
  .navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-menu {
    background-color: transparent;
    border-width: 0;
    box-shadow: none;
    margin: 0;
    max-height: none;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: static;
  }
  .navbar-expand-sm .show-dropdown-on-collapse .dropdown-header,
  .navbar-expand-sm .show-dropdown-on-collapse .dropdown-item {
    padding: 0.5rem 0.5rem;
  }
  .navbar-expand-sm .show-dropdown-on-collapse .dropdown-menu {
    display: block;
  }
  .navbar-expand-sm .show-dropdown-on-collapse .dropdown-toggle {
    display: none;
  }
  .navbar-expand-sm .navbar-breakpoint-down-d-block {
    display: block !important;
  }
  .navbar-expand-sm .navbar-breakpoint-down-d-inline-block {
    display: inline-block !important;
  }
  .navbar-expand-sm .navbar-breakpoint-down-d-flex {
    display: flex !important;
  }
  .navbar-expand-sm .navbar-breakpoint-down-d-none {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm .navbar-brand .navbar-text-truncate {
    max-width: 12.5rem;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    width: auto;
  }
  .navbar-expand-sm .navbar-collapse .dropdown-toggle .navbar-text-truncate {
    max-width: 10.9375rem;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .navbar-breakpoint-d-block {
    display: block !important;
  }
  .navbar-expand-sm .navbar-breakpoint-d-inline-block {
    display: inline-block !important;
  }
  .navbar-expand-sm .navbar-breakpoint-d-flex {
    display: flex !important;
  }
  .navbar-expand-sm .navbar-breakpoint-d-none {
    display: none !important;
  }
}
.navbar-expand-md .nav-item .navbar-text-truncate {
  max-width: 12.5rem;
}
@media (max-width: 799.98px) {
  .navbar-expand-md.navbar-collapse-absolute .navbar-collapse {
    background-color: inherit;
    left: 0;
    padding: 0 1rem;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 500;
  }
  .navbar-expand-md.navbar-collapse-absolute .navbar-collapse .container,
  .navbar-expand-md.navbar-collapse-absolute .navbar-collapse .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-expand-md.navbar-collapse-absolute .navbar-collapse .navbar-nav:last-child,
  .navbar-expand-md.navbar-collapse-absolute .navbar-collapse .navbar-form:last-child {
    padding-bottom: 0.5rem;
  }
  .navbar-expand-md .navbar-collapse .nav-item,
  .navbar-expand-md .navbar-collapse .nav-item .dropdown {
    display: block;
  }
  .navbar-expand-md .navbar-collapse .navbar-text-truncate {
    max-width: 100%;
  }
  .navbar-expand-md .navbar-collapse .navbar-nav {
    flex-direction: column;
  }
  .navbar-expand-md .navbar-collapse .navbar-nav .dropdown-toggle .navbar-text-truncate {
    max-width: calc(
									100% - 1.5625rem
								);
  }
  .navbar-expand-md .navbar-collapse .navbar-nav .dropdown-divider {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:hover, .navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:focus {
    background-color: transparent;
  }
  .navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item.active {
    background-color: transparent;
  }
  .navbar-expand-md .navbar-collapse .navbar-nav .dropdown-menu {
    background-color: transparent;
    border-width: 0;
    box-shadow: none;
    margin: 0;
    max-height: none;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: static;
  }
  .navbar-expand-md .show-dropdown-on-collapse .dropdown-header,
  .navbar-expand-md .show-dropdown-on-collapse .dropdown-item {
    padding: 0.5rem 0.5rem;
  }
  .navbar-expand-md .show-dropdown-on-collapse .dropdown-menu {
    display: block;
  }
  .navbar-expand-md .show-dropdown-on-collapse .dropdown-toggle {
    display: none;
  }
  .navbar-expand-md .navbar-breakpoint-down-d-block {
    display: block !important;
  }
  .navbar-expand-md .navbar-breakpoint-down-d-inline-block {
    display: inline-block !important;
  }
  .navbar-expand-md .navbar-breakpoint-down-d-flex {
    display: flex !important;
  }
  .navbar-expand-md .navbar-breakpoint-down-d-none {
    display: none !important;
  }
}
@media (min-width: 800px) {
  .navbar-expand-md .navbar-brand .navbar-text-truncate {
    max-width: 12.5rem;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    width: auto;
  }
  .navbar-expand-md .navbar-collapse .dropdown-toggle .navbar-text-truncate {
    max-width: 10.9375rem;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .navbar-breakpoint-d-block {
    display: block !important;
  }
  .navbar-expand-md .navbar-breakpoint-d-inline-block {
    display: inline-block !important;
  }
  .navbar-expand-md .navbar-breakpoint-d-flex {
    display: flex !important;
  }
  .navbar-expand-md .navbar-breakpoint-d-none {
    display: none !important;
  }
}
.navbar-expand-lg .nav-item .navbar-text-truncate {
  max-width: 12.5rem;
}
@media (max-width: 991.98px) {
  .navbar-expand-lg.navbar-collapse-absolute .navbar-collapse {
    background-color: inherit;
    left: 0;
    padding: 0 1rem;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 500;
  }
  .navbar-expand-lg.navbar-collapse-absolute .navbar-collapse .container,
  .navbar-expand-lg.navbar-collapse-absolute .navbar-collapse .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-expand-lg.navbar-collapse-absolute .navbar-collapse .navbar-nav:last-child,
  .navbar-expand-lg.navbar-collapse-absolute .navbar-collapse .navbar-form:last-child {
    padding-bottom: 0.5rem;
  }
  .navbar-expand-lg .navbar-collapse .nav-item,
  .navbar-expand-lg .navbar-collapse .nav-item .dropdown {
    display: block;
  }
  .navbar-expand-lg .navbar-collapse .navbar-text-truncate {
    max-width: 100%;
  }
  .navbar-expand-lg .navbar-collapse .navbar-nav {
    flex-direction: column;
  }
  .navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-toggle .navbar-text-truncate {
    max-width: calc(
									100% - 1.5625rem
								);
  }
  .navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-divider {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-item:hover, .navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-item:focus {
    background-color: transparent;
  }
  .navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-item.active {
    background-color: transparent;
  }
  .navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-menu {
    background-color: transparent;
    border-width: 0;
    box-shadow: none;
    margin: 0;
    max-height: none;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: static;
  }
  .navbar-expand-lg .show-dropdown-on-collapse .dropdown-header,
  .navbar-expand-lg .show-dropdown-on-collapse .dropdown-item {
    padding: 0.5rem 0.5rem;
  }
  .navbar-expand-lg .show-dropdown-on-collapse .dropdown-menu {
    display: block;
  }
  .navbar-expand-lg .show-dropdown-on-collapse .dropdown-toggle {
    display: none;
  }
  .navbar-expand-lg .navbar-breakpoint-down-d-block {
    display: block !important;
  }
  .navbar-expand-lg .navbar-breakpoint-down-d-inline-block {
    display: inline-block !important;
  }
  .navbar-expand-lg .navbar-breakpoint-down-d-flex {
    display: flex !important;
  }
  .navbar-expand-lg .navbar-breakpoint-down-d-none {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-brand .navbar-text-truncate {
    max-width: 12.5rem;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    width: auto;
  }
  .navbar-expand-lg .navbar-collapse .dropdown-toggle .navbar-text-truncate {
    max-width: 10.9375rem;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .navbar-breakpoint-d-block {
    display: block !important;
  }
  .navbar-expand-lg .navbar-breakpoint-d-inline-block {
    display: inline-block !important;
  }
  .navbar-expand-lg .navbar-breakpoint-d-flex {
    display: flex !important;
  }
  .navbar-expand-lg .navbar-breakpoint-d-none {
    display: none !important;
  }
}
.navbar-expand-xl .nav-item .navbar-text-truncate {
  max-width: 12.5rem;
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl.navbar-collapse-absolute .navbar-collapse {
    background-color: inherit;
    left: 0;
    padding: 0 1rem;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 500;
  }
  .navbar-expand-xl.navbar-collapse-absolute .navbar-collapse .container,
  .navbar-expand-xl.navbar-collapse-absolute .navbar-collapse .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-expand-xl.navbar-collapse-absolute .navbar-collapse .navbar-nav:last-child,
  .navbar-expand-xl.navbar-collapse-absolute .navbar-collapse .navbar-form:last-child {
    padding-bottom: 0.5rem;
  }
  .navbar-expand-xl .navbar-collapse .nav-item,
  .navbar-expand-xl .navbar-collapse .nav-item .dropdown {
    display: block;
  }
  .navbar-expand-xl .navbar-collapse .navbar-text-truncate {
    max-width: 100%;
  }
  .navbar-expand-xl .navbar-collapse .navbar-nav {
    flex-direction: column;
  }
  .navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-toggle .navbar-text-truncate {
    max-width: calc(
									100% - 1.5625rem
								);
  }
  .navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-divider {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-item:hover, .navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-item:focus {
    background-color: transparent;
  }
  .navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-item.active {
    background-color: transparent;
  }
  .navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-menu {
    background-color: transparent;
    border-width: 0;
    box-shadow: none;
    margin: 0;
    max-height: none;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: static;
  }
  .navbar-expand-xl .show-dropdown-on-collapse .dropdown-header,
  .navbar-expand-xl .show-dropdown-on-collapse .dropdown-item {
    padding: 0.5rem 0.5rem;
  }
  .navbar-expand-xl .show-dropdown-on-collapse .dropdown-menu {
    display: block;
  }
  .navbar-expand-xl .show-dropdown-on-collapse .dropdown-toggle {
    display: none;
  }
  .navbar-expand-xl .navbar-breakpoint-down-d-block {
    display: block !important;
  }
  .navbar-expand-xl .navbar-breakpoint-down-d-inline-block {
    display: inline-block !important;
  }
  .navbar-expand-xl .navbar-breakpoint-down-d-flex {
    display: flex !important;
  }
  .navbar-expand-xl .navbar-breakpoint-down-d-none {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-brand .navbar-text-truncate {
    max-width: 12.5rem;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    width: auto;
  }
  .navbar-expand-xl .navbar-collapse .dropdown-toggle .navbar-text-truncate {
    max-width: 10.9375rem;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .navbar-breakpoint-d-block {
    display: block !important;
  }
  .navbar-expand-xl .navbar-breakpoint-d-inline-block {
    display: inline-block !important;
  }
  .navbar-expand-xl .navbar-breakpoint-d-flex {
    display: flex !important;
  }
  .navbar-expand-xl .navbar-breakpoint-d-none {
    display: none !important;
  }
}
.navbar-expand .nav-item .navbar-text-truncate {
  max-width: 12.5rem;
}

@media (max-width: 575.98px) {
  .navbar-overlay-xs-down {
    bottom: 0;
    display: none;
    justify-content: space-between;
    left: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 450;
  }
  .navbar-overlay-xs-down.show {
    display: flex;
  }
}

@media (max-width: 799.98px) {
  .navbar-overlay-sm-down {
    bottom: 0;
    display: none;
    justify-content: space-between;
    left: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 450;
  }
  .navbar-overlay-sm-down.show {
    display: flex;
  }
}

@media (max-width: 991.98px) {
  .navbar-overlay-md-down {
    bottom: 0;
    display: none;
    justify-content: space-between;
    left: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 450;
  }
  .navbar-overlay-md-down.show {
    display: flex;
  }
}

@media (max-width: 1199.98px) {
  .navbar-overlay-lg-down {
    bottom: 0;
    display: none;
    justify-content: space-between;
    left: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 450;
  }
  .navbar-overlay-lg-down.show {
    display: flex;
  }
}

.navbar-overlay-up {
  bottom: 0;
  display: none;
  justify-content: space-between;
  left: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 450;
}
.navbar-overlay-up.show {
  display: flex;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.5);
}
.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(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
}
.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(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.navbar-underline .navbar-toggler-link:after {
  background-color: #004b77;
  bottom: -0.5rem;
  content: "";
  display: block;
  height: 0.1875rem;
  left: 0;
  position: absolute;
  right: 0;
  width: auto;
}

@media (min-width: 576px) {
  .navbar-underline.navbar-expand-sm .navbar-nav .nav-link.active:after {
    background-color: #004b77;
    bottom: -0.5rem;
    content: "";
    display: block;
    height: 0.1875rem;
    left: 0;
    position: absolute;
    right: 0;
    width: auto;
  }
}
@media (min-width: 800px) {
  .navbar-underline.navbar-expand-md .navbar-nav .nav-link.active:after {
    background-color: #004b77;
    bottom: -0.5rem;
    content: "";
    display: block;
    height: 0.1875rem;
    left: 0;
    position: absolute;
    right: 0;
    width: auto;
  }
}
@media (min-width: 992px) {
  .navbar-underline.navbar-expand-lg .navbar-nav .nav-link.active:after {
    background-color: #004b77;
    bottom: -0.5rem;
    content: "";
    display: block;
    height: 0.1875rem;
    left: 0;
    position: absolute;
    right: 0;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .navbar-underline.navbar-expand-xl .navbar-nav .nav-link.active:after {
    background-color: #004b77;
    bottom: -0.5rem;
    content: "";
    display: block;
    height: 0.1875rem;
    left: 0;
    position: absolute;
    right: 0;
    width: auto;
  }
}
.navbar-underline.navbar-expand .navbar-nav .nav-link.active:after {
  background-color: #004b77;
  bottom: -0.5rem;
  content: "";
  display: block;
  height: 0.1875rem;
  left: 0;
  position: absolute;
  right: 0;
  width: auto;
}

.application-bar {
  flex-wrap: nowrap;
  border-width: 0px 0px 0px 0px;
  font-size: 1rem;
  padding: 0px 0;
}
.application-bar .navbar-toggler {
  font-size: 1.25rem;
  height: calc(3rem * 0.66667);
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
}
.application-bar .navbar-toggler .c-inner {
  margin-bottom: -0.25rem;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.25rem;
}
.application-bar .navbar-toggler-link {
  font-size: 1rem;
  height: auto;
  line-height: 1.5;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: calc((
						3rem -
							0px -
							0px -
							0px *
							2 -
							1rem *
							1.5
					) * 0.5);
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: calc((
						3rem -
							0px -
							0px -
							0px *
							2 -
							1rem *
							1.5
					) * 0.5);
}
.application-bar .navbar-toggler-link .c-inner {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.application-bar .navbar-brand {
  font-size: 1.25rem;
  margin-right: 0;
  padding-bottom: calc((
							3rem -
								0px -
								0px -
								0px *
								2 -
								1.25rem *
								1.5
						) * 0.5);
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: calc((
							3rem -
								0px -
								0px -
								0px *
								2 -
								1.25rem *
								1.5
						) * 0.5);
}
.application-bar .navbar-brand .c-inner {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.application-bar .navbar-nav .nav-btn {
  font-size: 1rem;
  margin-bottom: calc((
						3rem -
							0px -
							0px -
							0px *
							2 -
							2rem
					) * 0.5);
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  margin-top: calc((
						3rem -
							0px -
							0px -
							0px *
							2 -
							2rem
					) * 0.5);
  padding-bottom: 0.25rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.25rem;
}
.application-bar .navbar-nav .nav-btn .c-inner {
  margin-bottom: -0.25rem;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  margin-top: -0.25rem;
}
.application-bar .navbar-nav .nav-btn-monospaced {
  font-size: 1rem;
  padding: 0;
}
.application-bar .navbar-nav .nav-btn-monospaced .c-inner {
  margin: 0;
}
.application-bar .navbar-nav .nav-item > .custom-control,
.application-bar .navbar-nav .nav-item > .form-check {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.application-bar .navbar-nav .nav-link,
.application-bar .navbar-nav .navbar-text {
  margin-bottom: calc((
						(
								3rem -
									0px -
									0px
							) -
							2rem
					) * 0.5);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: calc((
						(
								3rem -
									0px -
									0px
							) -
							2rem
					) * 0.5);
  padding-bottom: calc((
						2rem -
							(1rem * 1.5)
					) * 0.5);
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: calc((
						2rem -
							(1rem * 1.5)
					) * 0.5);
}
.application-bar .navbar-nav .nav-link .c-inner,
.application-bar .navbar-nav .navbar-text .c-inner {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.application-bar .navbar-nav .nav-link-monospaced {
  font-size: 1rem;
  margin-bottom: calc((
						3rem -
							0px -
							0px -
							0px *
							2 -
							2rem
					) * 0.5);
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  margin-top: calc((
						3rem -
							0px -
							0px -
							0px *
							2 -
							2rem
					) * 0.5);
  padding: 0;
}
.application-bar .navbar-nav .nav-link-monospaced .c-inner {
  margin: 0;
}
@media (max-width: 575.98px) {
  .application-bar.navbar-expand-sm.navbar-collapse-absolute .navbar-collapse {
    border-color: transparent;
    border-style: solid;
    border-width: 0 0px 0px 0px;
    left: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0px;
    right: 0px;
  }
  .application-bar.navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-divider {
    margin-left: 0;
    margin-right: 0;
  }
  .application-bar.navbar-expand-sm .navbar-form {
    height: calc(
											3rem - 0px -
												0px
										);
    padding-bottom: calc((
						2rem -
							(1rem * 1.5)
					) * 0.5);
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: calc((
						2rem -
							(1rem * 1.5)
					) * 0.5);
  }
  .application-bar.navbar-expand-sm .navbar-form .form-control {
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media (min-width: 576px) {
  .application-bar.navbar-expand-sm .navbar-brand {
    font-size: 1.25rem;
    margin-right: 0.25rem;
    padding-bottom: calc((
							3.5rem -
								0px -
								0px -
								0px *
								2 -
								(1.25rem * 1.5)
						) * 0.5);
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: calc((
							3.5rem -
								0px -
								0px -
								0px *
								2 -
								(1.25rem * 1.5)
						) * 0.5);
  }
  .application-bar.navbar-expand-sm .navbar-brand .c-inner {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .application-bar.navbar-expand-sm .navbar-form {
    height: calc(
												3.5rem -
													0px -
													0px
											);
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .application-bar.navbar-expand-sm .navbar-form > .container,
  .application-bar.navbar-expand-sm .navbar-form > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .application-bar.navbar-expand-sm .nav-btn {
    font-size: 1rem;
    margin-bottom: calc((
						3.5rem -
							0px -
							0px -
							0px *
							2 -
							2rem
					) * 0.5);
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    margin-top: calc((
						3.5rem -
							0px -
							0px -
							0px *
							2 -
							2rem
					) * 0.5);
    padding-bottom: calc((
							2rem -
								(1rem * 1.5)
						) * 0.5);
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: calc((
							2rem -
								(1rem * 1.5)
						) * 0.5);
  }
  .application-bar.navbar-expand-sm .nav-btn .c-inner {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .application-bar.navbar-expand-sm .nav-btn-monospaced {
    font-size: 1rem;
    padding: 0;
  }
  .application-bar.navbar-expand-sm .nav-btn-monospaced .c-inner {
    margin: 0;
  }
  .application-bar.navbar-expand-sm .nav-item > .custom-control,
  .application-bar.navbar-expand-sm .nav-item > .form-check {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .application-bar.navbar-expand-sm .nav-link,
  .application-bar.navbar-expand-sm .navbar-text {
    margin-bottom: calc((
						(
								3.5rem -
									0px -
									0px
							) -
							2rem
					) * 0.5);
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-top: calc((
						(
								3.5rem -
									0px -
									0px
							) -
							2rem
					) * 0.5);
    padding-bottom: calc((
							2rem -
								(1rem * 1.5)
						) * 0.5);
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: calc((
							2rem -
								(1rem * 1.5)
						) * 0.5);
  }
  .application-bar.navbar-expand-sm .nav-link .c-inner,
  .application-bar.navbar-expand-sm .navbar-text .c-inner {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .application-bar.navbar-expand-sm .nav-link-monospaced {
    font-size: 1rem;
    margin-bottom: calc((
						3.5rem -
							0px -
							0px -
							0px *
							2 -
							2rem
					) * 0.5);
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    margin-top: calc((
						3.5rem -
							0px -
							0px -
							0px *
							2 -
							2rem
					) * 0.5);
    padding: 0;
  }
  .application-bar.navbar-expand-sm .nav-link-monospaced .c-inner {
    margin: 0;
  }
}
@media (max-width: 799.98px) {
  .application-bar.navbar-expand-md.navbar-collapse-absolute .navbar-collapse {
    border-color: transparent;
    border-style: solid;
    border-width: 0 0px 0px 0px;
    left: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0px;
    right: 0px;
  }
  .application-bar.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-divider {
    margin-left: 0;
    margin-right: 0;
  }
  .application-bar.navbar-expand-md .navbar-form {
    height: calc(
											3rem - 0px -
												0px
										);
    padding-bottom: calc((
						2rem -
							(1rem * 1.5)
					) * 0.5);
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: calc((
						2rem -
							(1rem * 1.5)
					) * 0.5);
  }
  .application-bar.navbar-expand-md .navbar-form .form-control {
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media (min-width: 800px) {
  .application-bar.navbar-expand-md .navbar-brand {
    font-size: 1.25rem;
    margin-right: 0.25rem;
    padding-bottom: calc((
							3.5rem -
								0px -
								0px -
								0px *
								2 -
								(1.25rem * 1.5)
						) * 0.5);
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: calc((
							3.5rem -
								0px -
								0px -
								0px *
								2 -
								(1.25rem * 1.5)
						) * 0.5);
  }
  .application-bar.navbar-expand-md .navbar-brand .c-inner {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .application-bar.navbar-expand-md .navbar-form {
    height: calc(
												3.5rem -
													0px -
													0px
											);
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .application-bar.navbar-expand-md .navbar-form > .container,
  .application-bar.navbar-expand-md .navbar-form > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .application-bar.navbar-expand-md .nav-btn {
    font-size: 1rem;
    margin-bottom: calc((
						3.5rem -
							0px -
							0px -
							0px *
							2 -
							2rem
					) * 0.5);
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    margin-top: calc((
						3.5rem -
							0px -
							0px -
							0px *
							2 -
							2rem
					) * 0.5);
    padding-bottom: calc((
							2rem -
								(1rem * 1.5)
						) * 0.5);
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: calc((
							2rem -
								(1rem * 1.5)
						) * 0.5);
  }
  .application-bar.navbar-expand-md .nav-btn .c-inner {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .application-bar.navbar-expand-md .nav-btn-monospaced {
    font-size: 1rem;
    padding: 0;
  }
  .application-bar.navbar-expand-md .nav-btn-monospaced .c-inner {
    margin: 0;
  }
  .application-bar.navbar-expand-md .nav-item > .custom-control,
  .application-bar.navbar-expand-md .nav-item > .form-check {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .application-bar.navbar-expand-md .nav-link,
  .application-bar.navbar-expand-md .navbar-text {
    margin-bottom: calc((
						(
								3.5rem -
									0px -
									0px
							) -
							2rem
					) * 0.5);
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-top: calc((
						(
								3.5rem -
									0px -
									0px
							) -
							2rem
					) * 0.5);
    padding-bottom: calc((
							2rem -
								(1rem * 1.5)
						) * 0.5);
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: calc((
							2rem -
								(1rem * 1.5)
						) * 0.5);
  }
  .application-bar.navbar-expand-md .nav-link .c-inner,
  .application-bar.navbar-expand-md .navbar-text .c-inner {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .application-bar.navbar-expand-md .nav-link-monospaced {
    font-size: 1rem;
    margin-bottom: calc((
						3.5rem -
							0px -
							0px -
							0px *
							2 -
							2rem
					) * 0.5);
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    margin-top: calc((
						3.5rem -
							0px -
							0px -
							0px *
							2 -
							2rem
					) * 0.5);
    padding: 0;
  }
  .application-bar.navbar-expand-md .nav-link-monospaced .c-inner {
    margin: 0;
  }
}
@media (max-width: 991.98px) {
  .application-bar.navbar-expand-lg.navbar-collapse-absolute .navbar-collapse {
    border-color: transparent;
    border-style: solid;
    border-width: 0 0px 0px 0px;
    left: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0px;
    right: 0px;
  }
  .application-bar.navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-divider {
    margin-left: 0;
    margin-right: 0;
  }
  .application-bar.navbar-expand-lg .navbar-form {
    height: calc(
											3rem - 0px -
												0px
										);
    padding-bottom: calc((
						2rem -
							(1rem * 1.5)
					) * 0.5);
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: calc((
						2rem -
							(1rem * 1.5)
					) * 0.5);
  }
  .application-bar.navbar-expand-lg .navbar-form .form-control {
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .application-bar.navbar-expand-lg .navbar-brand {
    font-size: 1.25rem;
    margin-right: 0.25rem;
    padding-bottom: calc((
							3.5rem -
								0px -
								0px -
								0px *
								2 -
								(1.25rem * 1.5)
						) * 0.5);
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: calc((
							3.5rem -
								0px -
								0px -
								0px *
								2 -
								(1.25rem * 1.5)
						) * 0.5);
  }
  .application-bar.navbar-expand-lg .navbar-brand .c-inner {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .application-bar.navbar-expand-lg .navbar-form {
    height: calc(
												3.5rem -
													0px -
													0px
											);
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .application-bar.navbar-expand-lg .navbar-form > .container,
  .application-bar.navbar-expand-lg .navbar-form > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .application-bar.navbar-expand-lg .nav-btn {
    font-size: 1rem;
    margin-bottom: calc((
						3.5rem -
							0px -
							0px -
							0px *
							2 -
							2rem
					) * 0.5);
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    margin-top: calc((
						3.5rem -
							0px -
							0px -
							0px *
							2 -
							2rem
					) * 0.5);
    padding-bottom: calc((
							2rem -
								(1rem * 1.5)
						) * 0.5);
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: calc((
							2rem -
								(1rem * 1.5)
						) * 0.5);
  }
  .application-bar.navbar-expand-lg .nav-btn .c-inner {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .application-bar.navbar-expand-lg .nav-btn-monospaced {
    font-size: 1rem;
    padding: 0;
  }
  .application-bar.navbar-expand-lg .nav-btn-monospaced .c-inner {
    margin: 0;
  }
  .application-bar.navbar-expand-lg .nav-item > .custom-control,
  .application-bar.navbar-expand-lg .nav-item > .form-check {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .application-bar.navbar-expand-lg .nav-link,
  .application-bar.navbar-expand-lg .navbar-text {
    margin-bottom: calc((
						(
								3.5rem -
									0px -
									0px
							) -
							2rem
					) * 0.5);
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-top: calc((
						(
								3.5rem -
									0px -
									0px
							) -
							2rem
					) * 0.5);
    padding-bottom: calc((
							2rem -
								(1rem * 1.5)
						) * 0.5);
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: calc((
							2rem -
								(1rem * 1.5)
						) * 0.5);
  }
  .application-bar.navbar-expand-lg .nav-link .c-inner,
  .application-bar.navbar-expand-lg .navbar-text .c-inner {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .application-bar.navbar-expand-lg .nav-link-monospaced {
    font-size: 1rem;
    margin-bottom: calc((
						3.5rem -
							0px -
							0px -
							0px *
							2 -
							2rem
					) * 0.5);
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    margin-top: calc((
						3.5rem -
							0px -
							0px -
							0px *
							2 -
							2rem
					) * 0.5);
    padding: 0;
  }
  .application-bar.navbar-expand-lg .nav-link-monospaced .c-inner {
    margin: 0;
  }
}
@media (max-width: 1199.98px) {
  .application-bar.navbar-expand-xl.navbar-collapse-absolute .navbar-collapse {
    border-color: transparent;
    border-style: solid;
    border-width: 0 0px 0px 0px;
    left: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0px;
    right: 0px;
  }
  .application-bar.navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-divider {
    margin-left: 0;
    margin-right: 0;
  }
  .application-bar.navbar-expand-xl .navbar-form {
    height: calc(
											3rem - 0px -
												0px
										);
    padding-bottom: calc((
						2rem -
							(1rem * 1.5)
					) * 0.5);
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: calc((
						2rem -
							(1rem * 1.5)
					) * 0.5);
  }
  .application-bar.navbar-expand-xl .navbar-form .form-control {
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .application-bar.navbar-expand-xl .navbar-brand {
    font-size: 1.25rem;
    margin-right: 0.25rem;
    padding-bottom: calc((
							3.5rem -
								0px -
								0px -
								0px *
								2 -
								(1.25rem * 1.5)
						) * 0.5);
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: calc((
							3.5rem -
								0px -
								0px -
								0px *
								2 -
								(1.25rem * 1.5)
						) * 0.5);
  }
  .application-bar.navbar-expand-xl .navbar-brand .c-inner {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .application-bar.navbar-expand-xl .navbar-form {
    height: calc(
												3.5rem -
													0px -
													0px
											);
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .application-bar.navbar-expand-xl .navbar-form > .container,
  .application-bar.navbar-expand-xl .navbar-form > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .application-bar.navbar-expand-xl .nav-btn {
    font-size: 1rem;
    margin-bottom: calc((
						3.5rem -
							0px -
							0px -
							0px *
							2 -
							2rem
					) * 0.5);
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    margin-top: calc((
						3.5rem -
							0px -
							0px -
							0px *
							2 -
							2rem
					) * 0.5);
    padding-bottom: calc((
							2rem -
								(1rem * 1.5)
						) * 0.5);
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: calc((
							2rem -
								(1rem * 1.5)
						) * 0.5);
  }
  .application-bar.navbar-expand-xl .nav-btn .c-inner {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .application-bar.navbar-expand-xl .nav-btn-monospaced {
    font-size: 1rem;
    padding: 0;
  }
  .application-bar.navbar-expand-xl .nav-btn-monospaced .c-inner {
    margin: 0;
  }
  .application-bar.navbar-expand-xl .nav-item > .custom-control,
  .application-bar.navbar-expand-xl .nav-item > .form-check {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .application-bar.navbar-expand-xl .nav-link,
  .application-bar.navbar-expand-xl .navbar-text {
    margin-bottom: calc((
						(
								3.5rem -
									0px -
									0px
							) -
							2rem
					) * 0.5);
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-top: calc((
						(
								3.5rem -
									0px -
									0px
							) -
							2rem
					) * 0.5);
    padding-bottom: calc((
							2rem -
								(1rem * 1.5)
						) * 0.5);
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: calc((
							2rem -
								(1rem * 1.5)
						) * 0.5);
  }
  .application-bar.navbar-expand-xl .nav-link .c-inner,
  .application-bar.navbar-expand-xl .navbar-text .c-inner {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .application-bar.navbar-expand-xl .nav-link-monospaced {
    font-size: 1rem;
    margin-bottom: calc((
						3.5rem -
							0px -
							0px -
							0px *
							2 -
							2rem
					) * 0.5);
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    margin-top: calc((
						3.5rem -
							0px -
							0px -
							0px *
							2 -
							2rem
					) * 0.5);
    padding: 0;
  }
  .application-bar.navbar-expand-xl .nav-link-monospaced .c-inner {
    margin: 0;
  }
}
@media (max-width: 575.98px) {
  .application-bar .navbar-overlay-xs-down {
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0px;
  }
}
@media (max-width: 799.98px) {
  .application-bar .navbar-overlay-sm-down {
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0px;
  }
}
@media (max-width: 991.98px) {
  .application-bar .navbar-overlay-md-down {
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0px;
  }
}
@media (max-width: 1199.98px) {
  .application-bar .navbar-overlay-lg-down {
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0px;
  }
}
.application-bar .navbar-overlay-up {
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0px;
}
.application-bar.navbar-underline .navbar-toggler-link:after {
  bottom: calc((
						0px +
							0px +
							calc((
						(
								3rem -
									0px -
									0px
							) -
							2rem
					) * 0.5)
					) * -1);
  height: 0.125rem;
}
@media (min-width: 576px) {
  .application-bar.navbar-underline.navbar-expand-sm .navbar-nav .nav-link.active:after {
    bottom: calc((0px + 0px + calc((
						(
								3.5rem -
									0px -
									0px
							) -
							2rem
					) * 0.5)) * -1);
    height: 0.125rem;
  }
}
@media (min-width: 800px) {
  .application-bar.navbar-underline.navbar-expand-md .navbar-nav .nav-link.active:after {
    bottom: calc((0px + 0px + calc((
						(
								3.5rem -
									0px -
									0px
							) -
							2rem
					) * 0.5)) * -1);
    height: 0.125rem;
  }
}
@media (min-width: 992px) {
  .application-bar.navbar-underline.navbar-expand-lg .navbar-nav .nav-link.active:after {
    bottom: calc((0px + 0px + calc((
						(
								3.5rem -
									0px -
									0px
							) -
							2rem
					) * 0.5)) * -1);
    height: 0.125rem;
  }
}
@media (min-width: 1200px) {
  .application-bar.navbar-underline.navbar-expand-xl .navbar-nav .nav-link.active:after {
    bottom: calc((0px + 0px + calc((
						(
								3.5rem -
									0px -
									0px
							) -
							2rem
					) * 0.5)) * -1);
    height: 0.125rem;
  }
}
.application-bar.navbar-underline.navbar-expand .navbar-nav .nav-link.active:after {
  bottom: calc((0px + 0px + calc((
						(
								3.5rem -
									0px -
									0px
							) -
							2rem
					) * 0.5)) * -1);
  height: 0.125rem;
}
.application-bar .container,
.application-bar .container-fluid {
  flex-wrap: nowrap;
}
.application-bar .navbar-nav {
  flex-wrap: nowrap;
}

.application-bar-dark {
  background-color: #343a40;
  color: rgba(255, 255, 255, 0.5);
}
.application-bar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.application-bar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
.application-bar-dark .navbar-nav .nav-link:active {
  color: #fff;
}
.application-bar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.application-bar-dark .navbar-nav .nav-link:disabled, .application-bar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
  opacity: 1;
}
.application-bar-dark .navbar-nav .nav-link[aria-expanded=true], .application-bar-dark .navbar-nav .nav-link.show {
  color: #fff;
}
.application-bar-dark .navbar-brand:active {
  color: #fff;
}
.application-bar-dark .navbar-brand.active {
  color: #fff;
}
.application-bar-dark .navbar-brand:disabled, .application-bar-dark .navbar-brand.disabled {
  color: rgba(255, 255, 255, 0.25);
  opacity: 1;
}
.application-bar-dark .navbar-brand[aria-expanded=true], .application-bar-dark .navbar-brand.show {
  color: #fff;
}
.application-bar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
}
.application-bar-dark .navbar-overlay {
  background-color: #343a40;
}
.management-bar {
  border-width: 0px 0px 0.0625rem 0px;
  font-size: 1rem;
  min-height: 4rem;
  padding: 0px 0;
  border-color: transparent;
  border-style: solid;
}
.management-bar .navbar-toggler {
  font-size: 1.25rem;
  height: calc(3rem * 0.66667);
  margin-left: 0.875rem;
  margin-right: 0.875rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
}
.management-bar .navbar-toggler .c-inner {
  margin-bottom: -0.25rem;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.25rem;
}
.management-bar .navbar-toggler-link {
  font-size: 1rem;
  height: auto;
  line-height: 1.5;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: calc((
						3rem -
							0.0625rem -
							0px -
							0px *
							2 -
							1rem *
							1.5
					) * 0.5);
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: calc((
						3rem -
							0.0625rem -
							0px -
							0px *
							2 -
							1rem *
							1.5
					) * 0.5);
}
.management-bar .navbar-toggler-link .c-inner {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.management-bar .navbar-brand {
  font-size: 1.25rem;
  margin-right: 0;
  padding-bottom: calc((
							3rem -
								0.0625rem -
								0px -
								0px *
								2 -
								1.25rem *
								1.5
						) * 0.5);
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: calc((
							3rem -
								0.0625rem -
								0px -
								0px *
								2 -
								1.25rem *
								1.5
						) * 0.5);
}
.management-bar .navbar-brand .c-inner {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.management-bar .navbar-nav .nav-btn {
  font-size: 1rem;
  margin-bottom: calc((
						3rem -
							0.0625rem -
							0px -
							0px *
							2 -
							2rem
					) * 0.5);
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  margin-top: calc((
						3rem -
							0.0625rem -
							0px -
							0px *
							2 -
							2rem
					) * 0.5);
  padding-bottom: 0.25rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.25rem;
}
.management-bar .navbar-nav .nav-btn .c-inner {
  margin-bottom: -0.25rem;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  margin-top: -0.25rem;
}
.management-bar .navbar-nav .nav-btn-monospaced {
  font-size: 1rem;
  padding: 0;
}
.management-bar .navbar-nav .nav-btn-monospaced .c-inner {
  margin: 0;
}
.management-bar .navbar-nav .nav-item > .custom-control,
.management-bar .navbar-nav .nav-item > .form-check {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.management-bar .navbar-nav .nav-link,
.management-bar .navbar-nav .navbar-text {
  margin-bottom: calc((
						(
								3rem -
									0.0625rem -
									0px
							) -
							2rem
					) * 0.5);
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  margin-top: calc((
						(
								3rem -
									0.0625rem -
									0px
							) -
							2rem
					) * 0.5);
  padding-bottom: calc((
						2rem -
							(1rem * 1.5)
					) * 0.5);
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: calc((
						2rem -
							(1rem * 1.5)
					) * 0.5);
}
.management-bar .navbar-nav .nav-link .c-inner,
.management-bar .navbar-nav .navbar-text .c-inner {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.management-bar .navbar-nav .nav-link-monospaced {
  font-size: 1rem;
  margin-bottom: calc((
						3rem -
							0.0625rem -
							0px -
							0px *
							2 -
							2rem
					) * 0.5);
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  margin-top: calc((
						3rem -
							0.0625rem -
							0px -
							0px *
							2 -
							2rem
					) * 0.5);
  padding: 0;
}
.management-bar .navbar-nav .nav-link-monospaced .c-inner {
  margin: 0;
}
.management-bar .dropdown-menu {
  margin-top: 0;
}
@media (max-width: 575.98px) {
  .management-bar.navbar-expand-sm {
    min-height: 3rem;
  }
  .management-bar.navbar-expand-sm.navbar-collapse-absolute .navbar-collapse {
    border-color: transparent;
    border-style: solid;
    border-width: 0 0px 0.0625rem 0px;
    left: 0px;
    margin-top: 0.0625rem;
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0px;
    right: 0px;
  }
  .management-bar.navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-divider {
    margin-left: 0;
    margin-right: 0;
  }
  .management-bar.navbar-expand-sm .navbar-form {
    height: calc(
											3rem - 0.0625rem -
												0px
										);
    padding-bottom: calc((
						2rem -
							(1rem * 1.5)
					) * 0.5);
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: calc((
						2rem -
							(1rem * 1.5)
					) * 0.5);
  }
  .management-bar.navbar-expand-sm .navbar-form .form-control {
    height: 2rem;
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media (min-width: 576px) {
  .management-bar.navbar-expand-sm .navbar-brand {
    font-size: 1.25rem;
    margin-right: 0.5rem;
    padding-bottom: calc((
							4rem -
								0.0625rem -
								0px -
								0px *
								2 -
								(1.25rem * 1.5)
						) * 0.5);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: calc((
							4rem -
								0.0625rem -
								0px -
								0px *
								2 -
								(1.25rem * 1.5)
						) * 0.5);
  }
  .management-bar.navbar-expand-sm .navbar-brand .c-inner {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .management-bar.navbar-expand-sm .navbar-form {
    height: calc(
												4rem -
													0.0625rem -
													0px
											);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .management-bar.navbar-expand-sm .navbar-form > .container,
  .management-bar.navbar-expand-sm .navbar-form > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .management-bar.navbar-expand-sm .nav-btn {
    font-size: 1rem;
    margin-bottom: calc((
						4rem -
							0.0625rem -
							0px -
							0px *
							2 -
							2rem
					) * 0.5);
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-top: calc((
						4rem -
							0.0625rem -
							0px -
							0px *
							2 -
							2rem
					) * 0.5);
    padding-bottom: calc((
							2rem -
								(1rem * 1.5)
						) * 0.5);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: calc((
							2rem -
								(1rem * 1.5)
						) * 0.5);
  }
  .management-bar.navbar-expand-sm .nav-btn .c-inner {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .management-bar.navbar-expand-sm .nav-btn-monospaced {
    font-size: 1rem;
    padding: 0;
  }
  .management-bar.navbar-expand-sm .nav-btn-monospaced .c-inner {
    margin: 0;
  }
  .management-bar.navbar-expand-sm .nav-item > .custom-control,
  .management-bar.navbar-expand-sm .nav-item > .form-check {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .management-bar.navbar-expand-sm .nav-link,
  .management-bar.navbar-expand-sm .navbar-text {
    margin-bottom: calc((
						(
								4rem -
									0.0625rem -
									0px
							) -
							2rem
					) * 0.5);
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-top: calc((
						(
								4rem -
									0.0625rem -
									0px
							) -
							2rem
					) * 0.5);
    padding-bottom: calc((
							2rem -
								(1rem * 1.5)
						) * 0.5);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: calc((
							2rem -
								(1rem * 1.5)
						) * 0.5);
  }
  .management-bar.navbar-expand-sm .nav-link .c-inner,
  .management-bar.navbar-expand-sm .navbar-text .c-inner {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .management-bar.navbar-expand-sm .nav-link-monospaced {
    font-size: 1rem;
    margin-bottom: calc((
						4rem -
							0.0625rem -
							0px -
							0px *
							2 -
							2rem
					) * 0.5);
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-top: calc((
						4rem -
							0.0625rem -
							0px -
							0px *
							2 -
							2rem
					) * 0.5);
    padding: 0;
  }
  .management-bar.navbar-expand-sm .nav-link-monospaced .c-inner {
    margin: 0;
  }
}
@media (max-width: 799.98px) {
  .management-bar.navbar-expand-md {
    min-height: 3rem;
  }
  .management-bar.navbar-expand-md.navbar-collapse-absolute .navbar-collapse {
    border-color: transparent;
    border-style: solid;
    border-width: 0 0px 0.0625rem 0px;
    left: 0px;
    margin-top: 0.0625rem;
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0px;
    right: 0px;
  }
  .management-bar.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-divider {
    margin-left: 0;
    margin-right: 0;
  }
  .management-bar.navbar-expand-md .navbar-form {
    height: calc(
											3rem - 0.0625rem -
												0px
										);
    padding-bottom: calc((
						2rem -
							(1rem * 1.5)
					) * 0.5);
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: calc((
						2rem -
							(1rem * 1.5)
					) * 0.5);
  }
  .management-bar.navbar-expand-md .navbar-form .form-control {
    height: 2rem;
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media (min-width: 800px) {
  .management-bar.navbar-expand-md .navbar-brand {
    font-size: 1.25rem;
    margin-right: 0.5rem;
    padding-bottom: calc((
							4rem -
								0.0625rem -
								0px -
								0px *
								2 -
								(1.25rem * 1.5)
						) * 0.5);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: calc((
							4rem -
								0.0625rem -
								0px -
								0px *
								2 -
								(1.25rem * 1.5)
						) * 0.5);
  }
  .management-bar.navbar-expand-md .navbar-brand .c-inner {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .management-bar.navbar-expand-md .navbar-form {
    height: calc(
												4rem -
													0.0625rem -
													0px
											);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .management-bar.navbar-expand-md .navbar-form > .container,
  .management-bar.navbar-expand-md .navbar-form > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .management-bar.navbar-expand-md .nav-btn {
    font-size: 1rem;
    margin-bottom: calc((
						4rem -
							0.0625rem -
							0px -
							0px *
							2 -
							2rem
					) * 0.5);
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-top: calc((
						4rem -
							0.0625rem -
							0px -
							0px *
							2 -
							2rem
					) * 0.5);
    padding-bottom: calc((
							2rem -
								(1rem * 1.5)
						) * 0.5);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: calc((
							2rem -
								(1rem * 1.5)
						) * 0.5);
  }
  .management-bar.navbar-expand-md .nav-btn .c-inner {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .management-bar.navbar-expand-md .nav-btn-monospaced {
    font-size: 1rem;
    padding: 0;
  }
  .management-bar.navbar-expand-md .nav-btn-monospaced .c-inner {
    margin: 0;
  }
  .management-bar.navbar-expand-md .nav-item > .custom-control,
  .management-bar.navbar-expand-md .nav-item > .form-check {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .management-bar.navbar-expand-md .nav-link,
  .management-bar.navbar-expand-md .navbar-text {
    margin-bottom: calc((
						(
								4rem -
									0.0625rem -
									0px
							) -
							2rem
					) * 0.5);
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-top: calc((
						(
								4rem -
									0.0625rem -
									0px
							) -
							2rem
					) * 0.5);
    padding-bottom: calc((
							2rem -
								(1rem * 1.5)
						) * 0.5);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: calc((
							2rem -
								(1rem * 1.5)
						) * 0.5);
  }
  .management-bar.navbar-expand-md .nav-link .c-inner,
  .management-bar.navbar-expand-md .navbar-text .c-inner {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .management-bar.navbar-expand-md .nav-link-monospaced {
    font-size: 1rem;
    margin-bottom: calc((
						4rem -
							0.0625rem -
							0px -
							0px *
							2 -
							2rem
					) * 0.5);
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-top: calc((
						4rem -
							0.0625rem -
							0px -
							0px *
							2 -
							2rem
					) * 0.5);
    padding: 0;
  }
  .management-bar.navbar-expand-md .nav-link-monospaced .c-inner {
    margin: 0;
  }
}
@media (max-width: 991.98px) {
  .management-bar.navbar-expand-lg {
    min-height: 3rem;
  }
  .management-bar.navbar-expand-lg.navbar-collapse-absolute .navbar-collapse {
    border-color: transparent;
    border-style: solid;
    border-width: 0 0px 0.0625rem 0px;
    left: 0px;
    margin-top: 0.0625rem;
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0px;
    right: 0px;
  }
  .management-bar.navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-divider {
    margin-left: 0;
    margin-right: 0;
  }
  .management-bar.navbar-expand-lg .navbar-form {
    height: calc(
											3rem - 0.0625rem -
												0px
										);
    padding-bottom: calc((
						2rem -
							(1rem * 1.5)
					) * 0.5);
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: calc((
						2rem -
							(1rem * 1.5)
					) * 0.5);
  }
  .management-bar.navbar-expand-lg .navbar-form .form-control {
    height: 2rem;
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .management-bar.navbar-expand-lg .navbar-brand {
    font-size: 1.25rem;
    margin-right: 0.5rem;
    padding-bottom: calc((
							4rem -
								0.0625rem -
								0px -
								0px *
								2 -
								(1.25rem * 1.5)
						) * 0.5);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: calc((
							4rem -
								0.0625rem -
								0px -
								0px *
								2 -
								(1.25rem * 1.5)
						) * 0.5);
  }
  .management-bar.navbar-expand-lg .navbar-brand .c-inner {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .management-bar.navbar-expand-lg .navbar-form {
    height: calc(
												4rem -
													0.0625rem -
													0px
											);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .management-bar.navbar-expand-lg .navbar-form > .container,
  .management-bar.navbar-expand-lg .navbar-form > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .management-bar.navbar-expand-lg .nav-btn {
    font-size: 1rem;
    margin-bottom: calc((
						4rem -
							0.0625rem -
							0px -
							0px *
							2 -
							2rem
					) * 0.5);
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-top: calc((
						4rem -
							0.0625rem -
							0px -
							0px *
							2 -
							2rem
					) * 0.5);
    padding-bottom: calc((
							2rem -
								(1rem * 1.5)
						) * 0.5);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: calc((
							2rem -
								(1rem * 1.5)
						) * 0.5);
  }
  .management-bar.navbar-expand-lg .nav-btn .c-inner {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .management-bar.navbar-expand-lg .nav-btn-monospaced {
    font-size: 1rem;
    padding: 0;
  }
  .management-bar.navbar-expand-lg .nav-btn-monospaced .c-inner {
    margin: 0;
  }
  .management-bar.navbar-expand-lg .nav-item > .custom-control,
  .management-bar.navbar-expand-lg .nav-item > .form-check {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .management-bar.navbar-expand-lg .nav-link,
  .management-bar.navbar-expand-lg .navbar-text {
    margin-bottom: calc((
						(
								4rem -
									0.0625rem -
									0px
							) -
							2rem
					) * 0.5);
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-top: calc((
						(
								4rem -
									0.0625rem -
									0px
							) -
							2rem
					) * 0.5);
    padding-bottom: calc((
							2rem -
								(1rem * 1.5)
						) * 0.5);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: calc((
							2rem -
								(1rem * 1.5)
						) * 0.5);
  }
  .management-bar.navbar-expand-lg .nav-link .c-inner,
  .management-bar.navbar-expand-lg .navbar-text .c-inner {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .management-bar.navbar-expand-lg .nav-link-monospaced {
    font-size: 1rem;
    margin-bottom: calc((
						4rem -
							0.0625rem -
							0px -
							0px *
							2 -
							2rem
					) * 0.5);
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-top: calc((
						4rem -
							0.0625rem -
							0px -
							0px *
							2 -
							2rem
					) * 0.5);
    padding: 0;
  }
  .management-bar.navbar-expand-lg .nav-link-monospaced .c-inner {
    margin: 0;
  }
}
@media (max-width: 1199.98px) {
  .management-bar.navbar-expand-xl {
    min-height: 3rem;
  }
  .management-bar.navbar-expand-xl.navbar-collapse-absolute .navbar-collapse {
    border-color: transparent;
    border-style: solid;
    border-width: 0 0px 0.0625rem 0px;
    left: 0px;
    margin-top: 0.0625rem;
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0px;
    right: 0px;
  }
  .management-bar.navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-divider {
    margin-left: 0;
    margin-right: 0;
  }
  .management-bar.navbar-expand-xl .navbar-form {
    height: calc(
											3rem - 0.0625rem -
												0px
										);
    padding-bottom: calc((
						2rem -
							(1rem * 1.5)
					) * 0.5);
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: calc((
						2rem -
							(1rem * 1.5)
					) * 0.5);
  }
  .management-bar.navbar-expand-xl .navbar-form .form-control {
    height: 2rem;
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .management-bar.navbar-expand-xl .navbar-brand {
    font-size: 1.25rem;
    margin-right: 0.5rem;
    padding-bottom: calc((
							4rem -
								0.0625rem -
								0px -
								0px *
								2 -
								(1.25rem * 1.5)
						) * 0.5);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: calc((
							4rem -
								0.0625rem -
								0px -
								0px *
								2 -
								(1.25rem * 1.5)
						) * 0.5);
  }
  .management-bar.navbar-expand-xl .navbar-brand .c-inner {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .management-bar.navbar-expand-xl .navbar-form {
    height: calc(
												4rem -
													0.0625rem -
													0px
											);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .management-bar.navbar-expand-xl .navbar-form > .container,
  .management-bar.navbar-expand-xl .navbar-form > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .management-bar.navbar-expand-xl .nav-btn {
    font-size: 1rem;
    margin-bottom: calc((
						4rem -
							0.0625rem -
							0px -
							0px *
							2 -
							2rem
					) * 0.5);
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-top: calc((
						4rem -
							0.0625rem -
							0px -
							0px *
							2 -
							2rem
					) * 0.5);
    padding-bottom: calc((
							2rem -
								(1rem * 1.5)
						) * 0.5);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: calc((
							2rem -
								(1rem * 1.5)
						) * 0.5);
  }
  .management-bar.navbar-expand-xl .nav-btn .c-inner {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .management-bar.navbar-expand-xl .nav-btn-monospaced {
    font-size: 1rem;
    padding: 0;
  }
  .management-bar.navbar-expand-xl .nav-btn-monospaced .c-inner {
    margin: 0;
  }
  .management-bar.navbar-expand-xl .nav-item > .custom-control,
  .management-bar.navbar-expand-xl .nav-item > .form-check {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .management-bar.navbar-expand-xl .nav-link,
  .management-bar.navbar-expand-xl .navbar-text {
    margin-bottom: calc((
						(
								4rem -
									0.0625rem -
									0px
							) -
							2rem
					) * 0.5);
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-top: calc((
						(
								4rem -
									0.0625rem -
									0px
							) -
							2rem
					) * 0.5);
    padding-bottom: calc((
							2rem -
								(1rem * 1.5)
						) * 0.5);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: calc((
							2rem -
								(1rem * 1.5)
						) * 0.5);
  }
  .management-bar.navbar-expand-xl .nav-link .c-inner,
  .management-bar.navbar-expand-xl .navbar-text .c-inner {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .management-bar.navbar-expand-xl .nav-link-monospaced {
    font-size: 1rem;
    margin-bottom: calc((
						4rem -
							0.0625rem -
							0px -
							0px *
							2 -
							2rem
					) * 0.5);
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-top: calc((
						4rem -
							0.0625rem -
							0px -
							0px *
							2 -
							2rem
					) * 0.5);
    padding: 0;
  }
  .management-bar.navbar-expand-xl .nav-link-monospaced .c-inner {
    margin: 0;
  }
}
@media (max-width: 575.98px) {
  .management-bar .navbar-overlay-xs-down {
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0px;
  }
}
@media (max-width: 799.98px) {
  .management-bar .navbar-overlay-sm-down {
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0px;
  }
}
@media (max-width: 991.98px) {
  .management-bar .navbar-overlay-md-down {
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0px;
  }
}
@media (max-width: 1199.98px) {
  .management-bar .navbar-overlay-lg-down {
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0px;
  }
}
.management-bar .navbar-overlay-up {
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0px;
}
.management-bar.navbar-underline .navbar-toggler-link:after {
  bottom: calc((
						0.0625rem +
							0px +
							calc((
						(
								3rem -
									0.0625rem -
									0px
							) -
							2rem
					) * 0.5)
					) * -1);
  height: 0.25rem;
}
@media (min-width: 576px) {
  .management-bar.navbar-underline.navbar-expand-sm .navbar-nav .nav-link.active:after {
    bottom: calc((0.0625rem + 0px + calc((
						(
								4rem -
									0.0625rem -
									0px
							) -
							2rem
					) * 0.5)) * -1);
    height: 0.25rem;
  }
}
@media (min-width: 800px) {
  .management-bar.navbar-underline.navbar-expand-md .navbar-nav .nav-link.active:after {
    bottom: calc((0.0625rem + 0px + calc((
						(
								4rem -
									0.0625rem -
									0px
							) -
							2rem
					) * 0.5)) * -1);
    height: 0.25rem;
  }
}
@media (min-width: 992px) {
  .management-bar.navbar-underline.navbar-expand-lg .navbar-nav .nav-link.active:after {
    bottom: calc((0.0625rem + 0px + calc((
						(
								4rem -
									0.0625rem -
									0px
							) -
							2rem
					) * 0.5)) * -1);
    height: 0.25rem;
  }
}
@media (min-width: 1200px) {
  .management-bar.navbar-underline.navbar-expand-xl .navbar-nav .nav-link.active:after {
    bottom: calc((0.0625rem + 0px + calc((
						(
								4rem -
									0.0625rem -
									0px
							) -
							2rem
					) * 0.5)) * -1);
    height: 0.25rem;
  }
}
.management-bar.navbar-underline.navbar-expand .navbar-nav .nav-link.active:after {
  bottom: calc((0.0625rem + 0px + calc((
						(
								4rem -
									0.0625rem -
									0px
							) -
							2rem
					) * 0.5)) * -1);
  height: 0.25rem;
}
.management-bar.navbar-nowrap .navbar-text {
  white-space: normal;
  word-wrap: break-word;
}

.management-bar-light {
  background-color: #f8f9fa;
}
.management-bar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.management-bar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.management-bar-light .navbar-nav .nav-link:active {
  color: rgba(0, 0, 0, 0.9);
}
.management-bar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.management-bar-light .navbar-nav .nav-link:disabled, .management-bar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.management-bar-light .navbar-nav .nav-link[aria-expanded=true], .management-bar-light .navbar-nav .nav-link.show {
  color: rgba(0, 0, 0, 0.9);
}
.management-bar-light .navbar-brand:active {
  color: rgba(0, 0, 0, 0.9);
}
.management-bar-light .navbar-brand.active {
  color: rgba(0, 0, 0, 0.9);
}
.management-bar-light .navbar-brand:disabled, .management-bar-light .navbar-brand.disabled {
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.management-bar-light .navbar-brand[aria-expanded=true], .management-bar-light .navbar-brand.show {
  color: rgba(0, 0, 0, 0.9);
}
.management-bar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
}
.management-bar-light .navbar-overlay {
  background-color: #f8f9fa;
}
.management-bar-primary {
  background-color: #5dc3ff;
  border-color: #004b77;
  color: rgba(0, 0, 0, 0.5);
}
.management-bar-primary .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.management-bar-primary .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.management-bar-primary .navbar-nav .nav-link:active {
  color: rgba(0, 0, 0, 0.9);
}
.management-bar-primary .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.management-bar-primary .navbar-nav .nav-link:disabled, .management-bar-primary .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.management-bar-primary .navbar-nav .nav-link[aria-expanded=true], .management-bar-primary .navbar-nav .nav-link.show {
  color: rgba(0, 0, 0, 0.9);
}
.management-bar-primary .navbar-brand:active {
  color: rgba(0, 0, 0, 0.9);
}
.management-bar-primary .navbar-brand.active {
  color: rgba(0, 0, 0, 0.9);
}
.management-bar-primary .navbar-brand:disabled, .management-bar-primary .navbar-brand.disabled {
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.management-bar-primary .navbar-brand[aria-expanded=true], .management-bar-primary .navbar-brand.show {
  color: rgba(0, 0, 0, 0.9);
}
.management-bar-primary .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
}
.management-bar-primary .navbar-overlay {
  background-color: #5dc3ff;
}
.navigation-bar {
  border-width: 0px 0px 0.0625rem 0px;
  font-size: 1rem;
  padding: 0px 0;
  border-color: transparent;
  border-style: solid;
}
.navigation-bar .navbar-toggler {
  font-size: 1.25rem;
  height: calc(3rem * 0.66667);
  margin-left: 1rem;
  margin-right: 1rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
}
.navigation-bar .navbar-toggler .c-inner {
  margin-bottom: -0.25rem;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.25rem;
}
.navigation-bar .navbar-toggler-link {
  font-size: 1rem;
  height: auto;
  line-height: 1.5;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: calc((
						3rem -
							0.0625rem -
							0px -
							0px *
							2 -
							1rem *
							1.5
					) * 0.5);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: calc((
						3rem -
							0.0625rem -
							0px -
							0px *
							2 -
							1rem *
							1.5
					) * 0.5);
}
.navigation-bar .navbar-toggler-link .c-inner {
  margin-left: -1rem;
  margin-right: -1rem;
}
.navigation-bar .navbar-brand {
  font-size: 1.25rem;
  margin-right: 0;
  padding-bottom: calc((
							3rem -
								0.0625rem -
								0px -
								0px *
								2 -
								1.25rem *
								1.5
						) * 0.5);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: calc((
							3rem -
								0.0625rem -
								0px -
								0px *
								2 -
								1.25rem *
								1.5
						) * 0.5);
}
.navigation-bar .navbar-brand .c-inner {
  margin-left: -1rem;
  margin-right: -1rem;
}
.navigation-bar .navbar-nav .nav-btn {
  font-size: 1rem;
  margin-bottom: calc((
						3rem -
							0.0625rem -
							0px -
							0px *
							2 -
							2rem
					) * 0.5);
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: calc((
						3rem -
							0.0625rem -
							0px -
							0px *
							2 -
							2rem
					) * 0.5);
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
}
.navigation-bar .navbar-nav .nav-btn .c-inner {
  margin-bottom: -1rem;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-top: -1rem;
}
.navigation-bar .navbar-nav .nav-btn-monospaced {
  padding: 0;
}
.navigation-bar .navbar-nav .nav-btn-monospaced .c-inner {
  margin: 0;
}
.navigation-bar .navbar-nav .nav-item > .custom-control,
.navigation-bar .navbar-nav .nav-item > .form-check {
  margin-left: 1rem;
  margin-right: 1rem;
}
.navigation-bar .navbar-nav .nav-link,
.navigation-bar .navbar-nav .navbar-text {
  margin-bottom: calc((
						(
								3rem -
									0.0625rem -
									0px
							) -
							3rem - 0.0625rem - 0px - 0px * 2
					) * 0.5);
  margin-top: calc((
						(
								3rem -
									0.0625rem -
									0px
							) -
							3rem - 0.0625rem - 0px - 0px * 2
					) * 0.5);
  padding-bottom: calc((
						3rem - 0.0625rem - 0px - 0px * 2 -
							(1rem * 1.5)
					) * 0.5);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: calc((
						3rem - 0.0625rem - 0px - 0px * 2 -
							(1rem * 1.5)
					) * 0.5);
}
.navigation-bar .navbar-nav .nav-link .c-inner,
.navigation-bar .navbar-nav .navbar-text .c-inner {
  margin-left: -1rem;
  margin-right: -1rem;
}
.navigation-bar .navbar-nav .nav-link-monospaced {
  margin-bottom: calc((
						3rem -
							0.0625rem -
							0px -
							0px *
							2 -
							2rem
					) * 0.5);
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: calc((
						3rem -
							0.0625rem -
							0px -
							0px *
							2 -
							2rem
					) * 0.5);
  padding: 0;
}
.navigation-bar .navbar-nav .nav-link-monospaced .c-inner {
  margin: 0;
}
.navigation-bar .dropdown-menu {
  margin-top: 0;
}
@media (max-width: 575.98px) {
  .navigation-bar.navbar-expand-sm.navbar-collapse-absolute .navbar-collapse {
    border-color: transparent;
    border-style: solid;
    border-width: 0 0px 0.0625rem 0px;
    left: 0px;
    margin-top: 0.0625rem;
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0px;
    right: 0px;
  }
  .navigation-bar.navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-divider {
    margin-left: 0;
    margin-right: 0;
  }
  .navigation-bar.navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-item {
    padding-bottom: 0.71875rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.71875rem;
  }
  .navigation-bar.navbar-expand-sm .navbar-form {
    height: calc(
											3rem - 0.0625rem -
												0px
										);
    padding-bottom: calc((
						3rem - 0.0625rem - 0px - 0px * 2 -
							(1rem * 1.5)
					) * 0.5);
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: calc((
						3rem - 0.0625rem - 0px - 0px * 2 -
							(1rem * 1.5)
					) * 0.5);
  }
  .navigation-bar.navbar-expand-sm .navbar-form .form-control {
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media (max-width: 799.98px) {
  .navigation-bar.navbar-expand-md.navbar-collapse-absolute .navbar-collapse {
    border-color: transparent;
    border-style: solid;
    border-width: 0 0px 0.0625rem 0px;
    left: 0px;
    margin-top: 0.0625rem;
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0px;
    right: 0px;
  }
  .navigation-bar.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-divider {
    margin-left: 0;
    margin-right: 0;
  }
  .navigation-bar.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item {
    padding-bottom: 0.71875rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.71875rem;
  }
  .navigation-bar.navbar-expand-md .navbar-form {
    height: calc(
											3rem - 0.0625rem -
												0px
										);
    padding-bottom: calc((
						3rem - 0.0625rem - 0px - 0px * 2 -
							(1rem * 1.5)
					) * 0.5);
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: calc((
						3rem - 0.0625rem - 0px - 0px * 2 -
							(1rem * 1.5)
					) * 0.5);
  }
  .navigation-bar.navbar-expand-md .navbar-form .form-control {
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media (max-width: 991.98px) {
  .navigation-bar.navbar-expand-lg.navbar-collapse-absolute .navbar-collapse {
    border-color: transparent;
    border-style: solid;
    border-width: 0 0px 0.0625rem 0px;
    left: 0px;
    margin-top: 0.0625rem;
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0px;
    right: 0px;
  }
  .navigation-bar.navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-divider {
    margin-left: 0;
    margin-right: 0;
  }
  .navigation-bar.navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-item {
    padding-bottom: 0.71875rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.71875rem;
  }
  .navigation-bar.navbar-expand-lg .navbar-form {
    height: calc(
											3rem - 0.0625rem -
												0px
										);
    padding-bottom: calc((
						3rem - 0.0625rem - 0px - 0px * 2 -
							(1rem * 1.5)
					) * 0.5);
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: calc((
						3rem - 0.0625rem - 0px - 0px * 2 -
							(1rem * 1.5)
					) * 0.5);
  }
  .navigation-bar.navbar-expand-lg .navbar-form .form-control {
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media (max-width: 1199.98px) {
  .navigation-bar.navbar-expand-xl.navbar-collapse-absolute .navbar-collapse {
    border-color: transparent;
    border-style: solid;
    border-width: 0 0px 0.0625rem 0px;
    left: 0px;
    margin-top: 0.0625rem;
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0px;
    right: 0px;
  }
  .navigation-bar.navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-divider {
    margin-left: 0;
    margin-right: 0;
  }
  .navigation-bar.navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-item {
    padding-bottom: 0.71875rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.71875rem;
  }
  .navigation-bar.navbar-expand-xl .navbar-form {
    height: calc(
											3rem - 0.0625rem -
												0px
										);
    padding-bottom: calc((
						3rem - 0.0625rem - 0px - 0px * 2 -
							(1rem * 1.5)
					) * 0.5);
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: calc((
						3rem - 0.0625rem - 0px - 0px * 2 -
							(1rem * 1.5)
					) * 0.5);
  }
  .navigation-bar.navbar-expand-xl .navbar-form .form-control {
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media (max-width: 575.98px) {
  .navigation-bar .navbar-overlay-xs-down {
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0px;
  }
}
@media (max-width: 799.98px) {
  .navigation-bar .navbar-overlay-sm-down {
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0px;
  }
}
@media (max-width: 991.98px) {
  .navigation-bar .navbar-overlay-md-down {
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0px;
  }
}
@media (max-width: 1199.98px) {
  .navigation-bar .navbar-overlay-lg-down {
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0px;
  }
}
.navigation-bar .navbar-overlay-up {
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0px;
}
.navigation-bar.navbar-underline .navbar-toggler-link:after {
  bottom: calc((
						0.0625rem +
							0px +
							calc((
						(
								3rem -
									0.0625rem -
									0px
							) -
							3rem - 0.0625rem - 0px - 0px * 2
					) * 0.5)
					) * -1);
  height: 0.25rem;
}
@media (min-width: 576px) {
  .navigation-bar.navbar-underline.navbar-expand-sm .navbar-nav .nav-link.active:after {
    bottom: calc((0.0625rem + 0px + calc((
						(
								3rem -
									0.0625rem -
									0px
							) -
							3rem - 0.0625rem - 0px - 0px * 2
					) * 0.5)) * -1);
    height: 0.25rem;
  }
}
@media (min-width: 800px) {
  .navigation-bar.navbar-underline.navbar-expand-md .navbar-nav .nav-link.active:after {
    bottom: calc((0.0625rem + 0px + calc((
						(
								3rem -
									0.0625rem -
									0px
							) -
							3rem - 0.0625rem - 0px - 0px * 2
					) * 0.5)) * -1);
    height: 0.25rem;
  }
}
@media (min-width: 992px) {
  .navigation-bar.navbar-underline.navbar-expand-lg .navbar-nav .nav-link.active:after {
    bottom: calc((0.0625rem + 0px + calc((
						(
								3rem -
									0.0625rem -
									0px
							) -
							3rem - 0.0625rem - 0px - 0px * 2
					) * 0.5)) * -1);
    height: 0.25rem;
  }
}
@media (min-width: 1200px) {
  .navigation-bar.navbar-underline.navbar-expand-xl .navbar-nav .nav-link.active:after {
    bottom: calc((0.0625rem + 0px + calc((
						(
								3rem -
									0.0625rem -
									0px
							) -
							3rem - 0.0625rem - 0px - 0px * 2
					) * 0.5)) * -1);
    height: 0.25rem;
  }
}
.navigation-bar.navbar-underline.navbar-expand .navbar-nav .nav-link.active:after {
  bottom: calc((0.0625rem + 0px + calc((
						(
								3rem -
									0.0625rem -
									0px
							) -
							3rem - 0.0625rem - 0px - 0px * 2
					) * 0.5)) * -1);
  height: 0.25rem;
}
.navigation-bar-light {
  background-color: #f8f9fa;
}
.navigation-bar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navigation-bar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.navigation-bar-light .navbar-nav .nav-link:active {
  color: rgba(0, 0, 0, 0.9);
}
.navigation-bar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navigation-bar-light .navbar-nav .nav-link:disabled, .navigation-bar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.navigation-bar-light .navbar-nav .nav-link[aria-expanded=true], .navigation-bar-light .navbar-nav .nav-link.show {
  color: rgba(0, 0, 0, 0.9);
}
.navigation-bar-light .navbar-brand:active {
  color: rgba(0, 0, 0, 0.9);
}
.navigation-bar-light .navbar-brand.active {
  color: rgba(0, 0, 0, 0.9);
}
.navigation-bar-light .navbar-brand:disabled, .navigation-bar-light .navbar-brand.disabled {
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.navigation-bar-light .navbar-brand[aria-expanded=true], .navigation-bar-light .navbar-brand.show {
  color: rgba(0, 0, 0, 0.9);
}
.navigation-bar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
}
.navigation-bar-light .navbar-overlay {
  background-color: #f8f9fa;
}
@media (max-width: 799.98px) {
  .navigation-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item {
    color: rgba(0, 0, 0, 0.5);
  }
  .navigation-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:hover {
    color: rgba(0, 0, 0, 0.7);
  }
  .navigation-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:active {
    color: rgba(0, 0, 0, 0.9);
  }
  .navigation-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item.active {
    color: rgba(0, 0, 0, 0.9);
  }
  .navigation-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:disabled, .navigation-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item.disabled {
    color: rgba(0, 0, 0, 0.3);
    opacity: 1;
  }
  .navigation-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item[aria-expanded=true], .navigation-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item.show {
    color: rgba(0, 0, 0, 0.9);
  }
}

.navigation-bar-secondary {
  background-color: #1d2124;
  color: #fff;
}
.navigation-bar-secondary .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.65);
}
.navigation-bar-secondary .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.9);
}
.navigation-bar-secondary .navbar-nav .nav-link:active {
  color: rgba(255, 255, 255, 0.9);
}
.navigation-bar-secondary .navbar-nav .nav-link.active {
  color: rgba(255, 255, 255, 0.9);
}
.navigation-bar-secondary .navbar-nav .nav-link:disabled, .navigation-bar-secondary .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
  opacity: 1;
}
.navigation-bar-secondary .navbar-nav .nav-link[aria-expanded=true], .navigation-bar-secondary .navbar-nav .nav-link.show {
  color: rgba(255, 255, 255, 0.9);
}
.navigation-bar-secondary .navbar-brand {
  color: rgba(255, 255, 255, 0.9);
}
.navigation-bar-secondary .navbar-brand:hover {
  color: rgba(255, 255, 255, 0.9);
}
.navigation-bar-secondary .navbar-brand:active {
  color: rgba(255, 255, 255, 0.9);
}
.navigation-bar-secondary .navbar-brand.active {
  color: rgba(255, 255, 255, 0.9);
}
.navigation-bar-secondary .navbar-brand:disabled, .navigation-bar-secondary .navbar-brand.disabled {
  color: rgba(255, 255, 255, 0.25);
  opacity: 1;
}
.navigation-bar-secondary .navbar-brand[aria-expanded=true], .navigation-bar-secondary .navbar-brand.show {
  color: rgba(255, 255, 255, 0.9);
}
.navigation-bar-secondary .navbar-toggler {
  color: rgba(255, 255, 255, 0.65);
}
.navigation-bar-secondary .navbar-overlay {
  background-color: #1d2124;
}
@media (max-width: 799.98px) {
  .navigation-bar-secondary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item {
    color: rgba(255, 255, 255, 0.65);
  }
  .navigation-bar-secondary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:hover {
    color: rgba(255, 255, 255, 0.9);
  }
  .navigation-bar-secondary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:active {
    color: rgba(255, 255, 255, 0.9);
  }
  .navigation-bar-secondary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item.active {
    color: rgba(255, 255, 255, 0.9);
  }
  .navigation-bar-secondary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:disabled, .navigation-bar-secondary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item.disabled {
    color: rgba(255, 255, 255, 0.25);
    opacity: 1;
  }
  .navigation-bar-secondary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item[aria-expanded=true], .navigation-bar-secondary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item.show {
    color: rgba(255, 255, 255, 0.9);
  }
}

.pagination {
  border-radius: 0.25rem;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0.5rem;
  padding-left: 0;
}
.pagination-bar {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 799.98px) {
  .pagination-bar {
    flex-direction: column;
    justify-content: center;
  }
  .pagination-bar .pagination {
    margin-top: 0.5rem;
  }
}

.page-link {
  align-items: center;
  background-color: #fff;
  border-radius: 0px;
  border-color: #dee2e6;
  border-style: solid;
  border-width: 0.0625rem;
  color: #004b77;
  display: inline-flex;
  height: 2.375rem;
  justify-content: center;
  line-height: 1.25;
  margin-left: 0;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  position: relative;
}
.page-link:hover {
  background-color: #e9ecef;
  border-color: #dee2e6;
  color: #001b2b;
  text-decoration: none;
  z-index: 2;
}
.page-link.focus, .page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 75, 119, 0.25);
  outline: 0;
  z-index: 4;
}
.page-link:active {
  background-color: #004b77;
  border-color: #004b77;
  color: #fff;
  cursor: default;
  z-index: 3;
}
.page-link.active {
  background-color: #004b77;
  border-color: #004b77;
  color: #fff;
  z-index: 3;
}
.page-link:disabled, .page-link.disabled {
  background-color: #fff;
  border-color: #dee2e6;
  box-shadow: none;
  color: #6c757d;
  cursor: not-allowed;
  opacity: 1;
  pointer-events: auto;
  z-index: 0;
}
.page-link:disabled:active, .page-link.disabled:active {
  pointer-events: none;
}
.page-link[aria-expanded=true], .page-link.show {
  background-color: #004b77;
  border-color: #004b77;
  color: #fff;
  z-index: 3;
}
.page-link > .c-inner {
  margin-bottom: -0.5rem;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.5rem;
}
.page-link .lexicon-icon {
  margin-top: 0;
}

.page-item {
  margin-left: -0.5px;
  margin-right: -0.5px;
}
.page-item.active .page-link {
  background-color: #004b77;
  border-color: #004b77;
  color: #fff;
  cursor: default;
  z-index: 3;
}
.page-item.disabled .page-link {
  background-color: #fff;
  border-color: #dee2e6;
  box-shadow: none;
  color: #6c757d;
  cursor: not-allowed;
  opacity: 1;
  pointer-events: auto;
  z-index: 0;
}
.page-item.disabled .page-link:active {
  pointer-events: none;
}
.page-item:first-child .page-link,
.page-link-first {
  border-radius: 0.25rem 0 0 0.25rem;
}

.page-item:last-child .page-link,
.page-link-last {
  border-radius: 0 0.25rem 0.25rem 0;
}

.pagination-items-per-page {
  margin-bottom: 0.5rem;
}
.pagination-items-per-page > a,
.pagination-items-per-page > button {
  align-items: center;
  border-color: #dee2e6;
  border-radius: 0.25rem;
  border-style: solid;
  border-width: 0.0625rem;
  color: #004b77;
  display: inline-flex;
  height: 2.375rem;
  justify-content: center;
  line-height: 1.25;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  text-decoration: none;
}
.pagination-items-per-page > a:hover,
.pagination-items-per-page > button:hover {
  background-color: #e9ecef;
  border-color: #dee2e6;
  color: #001b2b;
}
.pagination-items-per-page > a.focus, .pagination-items-per-page > a:focus,
.pagination-items-per-page > button.focus,
.pagination-items-per-page > button:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 75, 119, 0.25);
  outline: 0;
}
.pagination-items-per-page > a:active,
.pagination-items-per-page > button:active {
  background-color: #004b77;
  border-color: #004b77;
  color: #fff;
}
.pagination-items-per-page > a.active,
.pagination-items-per-page > button.active {
  background-color: #004b77;
  border-color: #004b77;
  color: #fff;
}
.pagination-items-per-page > a:disabled, .pagination-items-per-page > a.disabled,
.pagination-items-per-page > button:disabled,
.pagination-items-per-page > button.disabled {
  background-color: #fff;
  border-color: #dee2e6;
  box-shadow: none;
  color: #6c757d;
  cursor: not-allowed;
  opacity: 1;
  pointer-events: auto;
}
.pagination-items-per-page > a[aria-expanded=true], .pagination-items-per-page > a.show,
.pagination-items-per-page > button[aria-expanded=true],
.pagination-items-per-page > button.show {
  background-color: #004b77;
  border-color: #004b77;
  color: #fff;
}
.pagination-items-per-page > a > .c-inner,
.pagination-items-per-page > button > .c-inner {
  margin-bottom: -0.5rem;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.5rem;
}
.pagination-items-per-page > a .lexicon-icon,
.pagination-items-per-page > button .lexicon-icon {
  margin-left: 0.125rem;
  margin-top: 0.125rem;
}
.pagination-items-per-page.disabled > a,
.pagination-items-per-page.disabled > button {
  background-color: #fff;
  border-color: #dee2e6;
  box-shadow: none;
  color: #6c757d;
  cursor: not-allowed;
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 799.98px) {
  .pagination-items-per-page + .pagination-results {
    margin-left: auto;
  }
}

.pagination-results {
  border-color: transparent;
  border-style: solid;
  border-width: 0.0625rem;
  line-height: 1.25;
  margin-bottom: 0.5rem;
  margin-right: auto;
  max-width: 100%;
  padding: 0.5rem 0.75rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.pagination-sm .page-link {
  font-size: 0.875rem;
  height: 1.9375rem;
  line-height: 1;
  padding-bottom: 0.25rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  padding-top: 0.25rem;
}
.pagination-sm .page-link > .c-inner {
  margin-bottom: -0.25rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-top: -0.25rem;
}
.pagination-sm .page-item:first-child .page-link,
.pagination-sm .page-link-first {
  border-bottom-left-radius: 0.125rem;
  border-top-left-radius: 0.125rem;
}
.pagination-sm .page-item:last-child .page-link,
.pagination-sm .page-link-last {
  border-bottom-right-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}
.pagination-sm .pagination-items-per-page {
  border-radius: 0.125rem;
}
.pagination-sm .pagination-items-per-page > a,
.pagination-sm .pagination-items-per-page > button {
  font-size: 0.875rem;
  height: 1.9375rem;
  line-height: 1;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
}
.pagination-sm .pagination-items-per-page > a > .c-inner,
.pagination-sm .pagination-items-per-page > button > .c-inner {
  margin-bottom: -0.25rem;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.25rem;
}
.pagination-sm .pagination-items-per-page + .pagination-results {
  font-size: 0.875rem;
  line-height: 1;
  padding: 0.25rem 0.75rem;
}

.pagination-lg .page-link {
  font-size: 1.25rem;
  height: 3.5rem;
  line-height: 1;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
}
.pagination-lg .page-link > .c-inner {
  margin-bottom: -0.75rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  margin-top: -0.75rem;
}
.pagination-lg .page-item:first-child .page-link,
.pagination-lg .page-link-first {
  border-bottom-left-radius: 0.375rem;
  border-top-left-radius: 0.375rem;
}
.pagination-lg .page-item:last-child .page-link,
.pagination-lg .page-link-last {
  border-bottom-right-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.pagination-lg .pagination-items-per-page {
  border-radius: 0.375rem;
}
.pagination-lg .pagination-items-per-page > a,
.pagination-lg .pagination-items-per-page > button {
  font-size: 1.25rem;
  height: 3.5rem;
  line-height: 1;
  padding: 0.75rem 0.75rem;
}
.pagination-lg .pagination-items-per-page + .pagination-results {
  font-size: 1.25rem;
  line-height: 1;
  padding: 0.75rem 0.75rem;
}

.panel {
  background-color: #fff;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
  word-wrap: break-word;
}

.panel-header {
  border-bottom: 1px solid transparent;
  border-top-left-radius: calc(
	0.25rem - 1px
);
  border-top-right-radius: calc(
	0.25rem - 1px
);
  display: block;
  font-size: 1rem;
  line-height: 1.2;
  padding: 0.75rem 1.25rem;
  position: relative;
  width: 100%;
}
.panel-header .c-inner {
  margin: -0.75rem -1.25rem;
  width: auto;
}
.panel-header.collapsed {
  border-bottom-left-radius: calc(
	0.25rem - 1px
);
  border-bottom-right-radius: calc(
	0.25rem - 1px
);
}
.panel-header .collapse-icon-closed,
.panel-header .collapse-icon-open {
  font-size: 0.875rem;
  top: calc(0.75rem + (((1em * 1.2) - 1em) * 0.5));
}

.panel-header-link {
  color: inherit;
  display: block;
  transition: border-color 0.1s ease, border-radius 0.5s ease;
}
@media (prefers-reduced-motion: reduce) {
  .panel-header-link {
    transition: none;
  }
}
.panel-header-link:hover {
  color: inherit;
}
.panel-header-link.focus, .panel-header-link:focus {
  z-index: 1;
}
.panel-header-link.panel-header.collapsed {
  border-color: transparent;
  transition: border-color 0.75s ease;
}
@media (prefers-reduced-motion: reduce) {
  .panel-header-link.panel-header.collapsed {
    transition: none;
  }
}
.panel-header-link .collapse-icon {
  padding-right: 2.28125rem;
}

.panel-body {
  padding: 0.75rem 1.25rem;
}

.panel-footer {
  border-bottom-left-radius: calc(
	0.25rem - 1px
);
  border-bottom-right-radius: calc(
	0.25rem - 1px
);
  border-top: 1px solid transparent;
  padding: 0.75rem 1.25rem;
}

.panel-title {
  font-weight: 500;
}
.panel-group {
  border-radius: 0.25rem;
}
.panel-group .panel {
  margin-bottom: -1px;
}
.panel-group .panel:first-child, .panel-group .panel:first-child .panel-header {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.panel-group .panel:not(:first-child) {
  border-radius: 0;
  margin-top: -1px;
}
.panel-group .panel:not(:first-child) .panel-header {
  border-radius: 0;
}
.panel-group .panel:last-child {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.panel-group .panel:last-child .panel-header.collapsed {
  border-bottom-left-radius: calc(
	0.25rem - 1px
);
  border-bottom-right-radius: calc(
	0.25rem - 1px
);
}
.panel-group .panel-header {
  border-bottom-width: 0;
}
.panel-group .panel-header + .panel-collapse > .panel-body {
  border-top: 1px solid transparent;
}
.panel-group .panel-unstyled {
  margin-bottom: 1.5rem;
}
.panel-group-fluid .panel,
.panel-group-flush .panel {
  border-left-width: 0;
  border-right-width: 0;
}
.panel-group-fluid .panel:first-child, .panel-group-fluid .panel:last-child,
.panel-group-flush .panel:first-child,
.panel-group-flush .panel:last-child {
  border-radius: 0;
}
.panel-group-fluid .panel:first-child .panel-header, .panel-group-fluid .panel:first-child .panel-header.collapsed, .panel-group-fluid .panel:last-child .panel-header, .panel-group-fluid .panel:last-child .panel-header.collapsed,
.panel-group-flush .panel:first-child .panel-header,
.panel-group-flush .panel:first-child .panel-header.collapsed,
.panel-group-flush .panel:last-child .panel-header,
.panel-group-flush .panel:last-child .panel-header.collapsed {
  border-radius: 0;
}

.panel-group-fluid-first .panel {
  border-left-width: 0;
  border-right-width: 0;
}
.panel-group-fluid-first .panel:first-child {
  border-top-width: 0;
}
.panel-group-fluid-first .panel:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.panel-group-fluid-last .panel {
  border-left-width: 0;
  border-right-width: 0;
}
.panel-group-fluid-last .panel:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-group-fluid-last .panel:last-child {
  border-bottom-width: 0;
}

.card-body > .panel-group-fluid,
.card-body > .panel-group-fluid-first,
.card-body > .panel-group-fluid-last {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.sheet > .panel-group-fluid {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.sheet > .panel-group-fluid-first {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  margin-top: -1.5rem;
}
.sheet > .panel-group-fluid-last {
  margin-bottom: -0.0625rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.panel-group-flush .panel-header,
.panel-group-flush .panel-header-link {
  padding-left: 0;
  padding-right: 0;
}
.panel-group-flush .panel-header .c-inner,
.panel-group-flush .panel-header-link .c-inner {
  margin-left: 0;
  margin-right: 0;
}
.panel-group-flush .panel-body {
  margin-bottom: 1.5rem;
  padding: 0;
}
.panel-group-flush .collapse-icon {
  padding-right: 1.5rem;
}
.panel-group-flush .collapse-icon .c-inner {
  margin-right: -1.5rem;
}
.panel-group-flush .collapse-icon-closed,
.panel-group-flush .collapse-icon-open {
  right: 0;
}
.panel-group-flush .panel-unstyled {
  margin-bottom: 1.5rem;
}
.panel-group-flush .panel-unstyled .panel-body {
  margin-bottom: 0;
}
.panel-group-sm .panel {
  font-size: 0.875rem;
}
.panel-group-sm .panel .panel-header {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.panel-group-sm .panel .panel-header .c-inner {
  margin-bottom: -0.5rem;
  margin-top: -0.5rem;
}
.panel-group-sm .panel .panel-header:not(.collapse-icon-middle) .collapse-icon-closed,
.panel-group-sm .panel .panel-header:not(.collapse-icon-middle) .collapse-icon-open {
  top: 0.6875rem;
}
.panel-group-sm .panel .panel-title {
  font-size: 0.875rem;
}
.panel-group-sm .panel-unstyled {
  margin-bottom: 1rem;
}
.panel-secondary {
  border-color: rgba(0, 0, 0, 0.125);
}
.panel-secondary .panel-header {
  background-color: #f8f9fa;
  border-color: rgba(0, 0, 0, 0.125);
}
.panel-group .panel-secondary .panel-header + .panel-collapse > .panel-body {
  border-color: rgba(0, 0, 0, 0.125);
}
.panel-secondary .panel-footer {
  background-color: #f8f9fa;
  border-color: rgba(0, 0, 0, 0.125);
}
.panel-unstyled {
  background-color: transparent;
  border-radius: 0px;
  border-width: 0px;
  margin-bottom: 1.5rem;
}
.panel-unstyled .panel-header {
  border-color: #adb5bd;
  border-radius: 0px;
  border-style: solid;
  border-width: 0 0 1px 0;
  padding-left: 0;
}
.panel-unstyled .panel-header .c-inner {
  margin-left: 0;
}
.panel-unstyled .panel-header.collapsed {
  border-color: #adb5bd;
}
.panel-unstyled .panel-header:not(.collapse-icon-middle) .collapse-icon-closed,
.panel-unstyled .panel-header:not(.collapse-icon-middle) .collapse-icon-open {
  right: 0;
}
.panel-unstyled .panel-body {
  padding: 1rem 0 0.1px 0;
}
.panel-unstyled .panel-footer {
  padding: 1rem 0 0.1px 0;
}
.popover {
  background-clip: padding-box;
  background-color: #fff;
  border: 0.0625rem solid rgba(0, 0, 0, 0.2);
  border-radius: 0.375rem;
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  left: 0;
  letter-spacing: normal;
  line-height: 1.5;
  max-width: 276px;
  position: absolute;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  top: 0;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  z-index: 1060;
}
.popover .arrow {
  display: block;
  height: 0.5rem;
  margin: 0 0.375rem;
  position: absolute;
  width: 1rem;
}
.popover .arrow::before {
  border-color: transparent;
  border-style: solid;
  content: "";
  display: block;
  position: absolute;
}
.popover .arrow::after {
  border-color: transparent;
  border-style: solid;
  content: "";
  display: block;
  position: absolute;
}
.popover .inline-scroller {
  max-height: 14.75rem;
}
.popover-secondary {
  box-shadow: 0 8px 16px 0 rgba(0, 75, 119, 0.16);
}
.popover-secondary .popover-header {
  background-color: transparent;
  border-color: transparent;
  padding-bottom: 0;
}
.popover-secondary .close {
  color: #6c757d;
}
.bs-popover-bottom,
.bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(
			-0.5rem - 0.0625rem
		);
}
.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-width: 0 0.5rem 0.5rem 0.5rem;
  top: 0;
}
.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #f7f7f7;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  top: 0.0625rem;
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom: 0.0625rem solid #f7f7f7;
  content: "";
  display: block;
  left: 50%;
  margin-left: calc(-1rem / 2);
  position: absolute;
  top: 0;
  width: 1rem;
}

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

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

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

.popover-header {
  background-color: #f7f7f7;
  border-bottom: 0.0625rem solid #ebebeb;
  border-top-left-radius: calc( 	0.375rem - 0.0625rem );
  border-top-right-radius: calc( 	0.375rem - 0.0625rem );
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0.5rem 0.75rem;
}
.popover-header:empty {
  display: none;
}
.popover-body {
  border-bottom-left-radius: calc( 	0.375rem - 0.0625rem );
  border-bottom-right-radius: calc( 	0.375rem - 0.0625rem );
  color: #212529;
  padding: 0.5rem 0.75rem;
}
.popover-width-lg {
  max-width: 421px;
}
.clay-popover-top,
.clay-popover-top-left,
.clay-popover-top-right {
  margin-bottom: 0.5rem;
}
.clay-popover-top .arrow,
.clay-popover-top-left .arrow,
.clay-popover-top-right .arrow {
  left: 50%;
  margin-left: -0.5rem;
  bottom: calc((0.5rem + 0.0625rem) * -1);
  margin: 0;
}
.clay-popover-top .arrow::before,
.clay-popover-top-left .arrow::before,
.clay-popover-top-right .arrow::before {
  border-top-color: rgba(0, 0, 0, 0.25);
  border-width: 0.5rem 0.5rem 0;
  bottom: 0;
}
.clay-popover-top .arrow::after,
.clay-popover-top-left .arrow::after,
.clay-popover-top-right .arrow::after {
  border-top-color: #fff;
  border-width: 0.5rem 0.5rem 0;
  bottom: 0.0625rem;
}
.clay-popover-top-left .arrow {
  left: 0.375rem;
  margin: 0;
}
.clay-popover-top-right .arrow {
  left: auto;
  right: 0.375rem;
  margin: 0;
}
.clay-popover-right,
.clay-popover-right-bottom,
.clay-popover-right-top {
  margin-left: 0.5rem;
}
.clay-popover-right .arrow,
.clay-popover-right-bottom .arrow,
.clay-popover-right-top .arrow {
  height: 1rem;
  left: calc((0.5rem + 0.0625rem) * -1);
  margin: -0.25rem 0 0;
  top: 50%;
  width: 0.5rem;
}
.clay-popover-right .arrow::before,
.clay-popover-right-bottom .arrow::before,
.clay-popover-right-top .arrow::before {
  border-right-color: rgba(0, 0, 0, 0.25);
  border-width: 0.5rem 0.5rem 0.5rem 0;
  left: 0;
}
.clay-popover-right .arrow::after,
.clay-popover-right-bottom .arrow::after,
.clay-popover-right-top .arrow::after {
  border-right-color: #fff;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  left: 0.0625rem;
}
.clay-popover-right-bottom .arrow {
  bottom: 0.375rem;
  margin: 0;
  top: auto;
}
.clay-popover-right-top .arrow {
  margin: 0;
  top: 0.375rem;
}
.clay-popover-right-top .arrow::after {
  border-right-color: #f7f7f7;
}
.clay-popover-bottom,
.clay-popover-bottom-left,
.clay-popover-bottom-right {
  margin-top: 0.5rem;
}
.clay-popover-bottom .arrow,
.clay-popover-bottom-left .arrow,
.clay-popover-bottom-right .arrow {
  left: 50%;
  margin: 0 0 0 -0.5rem;
  top: calc((0.5rem + 0.0625rem) * -1);
}
.clay-popover-bottom .arrow::before,
.clay-popover-bottom-left .arrow::before,
.clay-popover-bottom-right .arrow::before {
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-width: 0 0.5rem 0.5rem 0.5rem;
  top: 0;
}
.clay-popover-bottom .arrow::after,
.clay-popover-bottom-left .arrow::after,
.clay-popover-bottom-right .arrow::after {
  border-bottom-color: #f7f7f7;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  top: 0.0625rem;
}
.clay-popover-bottom-left .arrow {
  left: 0.375rem;
  margin: 0;
}
.clay-popover-bottom-left .arrow::after {
  border-bottom-color: #f7f7f7;
}
.clay-popover-bottom-right .arrow {
  left: auto;
  right: 0.375rem;
}
.clay-popover-bottom-right .arrow::after {
  border-bottom-color: #f7f7f7;
}
.clay-popover-left,
.clay-popover-left-bottom,
.clay-popover-left-top {
  margin-right: 0.5rem;
}
.clay-popover-left .arrow,
.clay-popover-left-bottom .arrow,
.clay-popover-left-top .arrow {
  height: 1rem;
  margin: -0.25rem 0 0;
  right: calc((0.5rem + 0.0625rem) * -1);
  top: 50%;
  width: 0.5rem;
}
.clay-popover-left .arrow::before,
.clay-popover-left-bottom .arrow::before,
.clay-popover-left-top .arrow::before {
  border-left-color: rgba(0, 0, 0, 0.25);
  border-width: 0.5rem 0 0.5rem 0.5rem;
  right: 0;
}
.clay-popover-left .arrow::after,
.clay-popover-left-bottom .arrow::after,
.clay-popover-left-top .arrow::after {
  border-left-color: #fff;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  right: 0.0625rem;
}
.clay-popover-left-bottom .arrow {
  bottom: 0.375rem;
  margin: 0;
  top: auto;
}
.clay-popover-left-top .arrow {
  margin: 0;
  top: 0.375rem;
}
.clay-popover-left-top .arrow::after {
  border-left-color: #f7f7f7;
}
.progress {
  background-color: #e9ecef;
  border-radius: 0.25rem;
  display: flex;
  flex-grow: 1;
  font-size: 0.6rem;
  height: 1rem;
  min-width: 6.25rem;
  overflow: hidden;
}

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

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

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.progress-lg,
.progress-lg > .progress {
  border-radius: 0.25rem;
  font-size: 1.25rem;
  height: calc(1rem * 2);
  line-height: calc(1rem * 2);
}

.progress-group {
  align-items: center;
  display: flex;
}
.progress-group-addon {
  margin-right: 0.25rem;
  min-width: 2rem;
  text-align: center;
}
.progress-group-addon:first-child {
  padding-left: 0;
}
.progress-group-addon:last-child {
  padding-right: 0;
}

.progress ~ .progress-group-addon {
  margin-left: 0.25rem;
  margin-right: 0;
}

.progress-group-feedback {
  color: #004b77;
}

.progress-group-stacked {
  display: block;
}
.progress-group-stacked .progress {
  margin-bottom: 0.25rem;
  margin-top: 0.25rem;
}
.progress-group-stacked .progress-group-addon {
  margin-left: 0;
  margin-right: 0;
}

.progress-success .progress-bar {
  background-color: #007e33;
}
.progress-success .progress-group-feedback {
  color: #007e33;
}

.progress-info .progress-bar {
  background-color: #0063cc;
}
.progress-info .progress-group-feedback {
  color: #0063cc;
}

.progress-warning .progress-bar {
  background-color: #ffc107;
}
.progress-warning .progress-group-feedback {
  color: #ffc107;
}

.progress-danger .progress-bar {
  background-color: #b51f2e;
}
.progress-danger .progress-group-feedback {
  color: #b51f2e;
}

.quick-action-menu {
  align-items: center;
  bottom: 0;
  display: none;
  left: auto;
  position: absolute;
  right: 100%;
  top: 0;
}

.quick-action-item {
  border-radius: 0.25rem;
  display: flex;
  line-height: 1;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  min-height: 2rem;
  min-width: 2rem;
}
.quick-action-item:disabled, .quick-action-item.disabled {
  cursor: not-allowed;
  opacity: 0.65;
}
.quick-action-item .lexicon-icon {
  margin-top: 0;
}

.sheet {
  background-color: #f1f2f5;
  border-color: #dee2e6;
  border-style: solid;
  border-width: 0.0625rem;
  border-radius: 0.25rem;
  padding-bottom: 0.0625rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
}
.sheet::after {
  content: "";
  display: block;
  margin-top: 1.5rem;
}
.sheet + .sheet {
  margin-top: 3rem;
}
.sheet .component-title {
  color: inherit;
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  max-width: 100%;
}
.sheet .panel-group,
.sheet .panel-group .panel:last-child .panel-body {
  margin-bottom: 1.5rem;
}
.sheet .panel-group .panel-body {
  margin-bottom: 3rem;
}

.sheet-header {
  margin-bottom: 3rem;
}
.sheet-header::after {
  clear: both;
  content: "";
  display: block;
}

.sheet-section {
  margin-bottom: 3rem;
}
.sheet-section > fieldset {
  margin-bottom: -3rem;
}
.sheet-section > .card-page:last-child,
.sheet-section .card-page-last {
  margin-bottom: -1.5rem;
}
.sheet-section::after {
  clear: both;
  content: "";
  display: block;
}

fieldset + .sheet-footer {
  margin-top: 0;
}

.sheet-footer {
  display: flex;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}
.sheet-footer::after {
  clear: both;
  content: "";
  display: block;
}

@media (max-width: 799.98px) {
  .sheet-footer-btn-block-sm-down {
    display: block;
  }
  .sheet-footer-btn-block-sm-down .btn, .sheet-footer-btn-block-sm-down .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .sheet-footer-btn-block-sm-down a.lfr-icon-item {
    display: block;
    margin-bottom: 1rem;
    width: 100%;
  }
  .sheet-footer-btn-block-sm-down .btn-group {
    display: block;
  }
  .sheet-footer-btn-block-sm-down .btn-group-item {
    display: block;
    margin-right: 0;
  }
}

.sheet-lg {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

.sheet-title {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  word-wrap: break-word;
}
.sheet-subtitle {
  border-style: solid;
  border-width: 0 0 1px 0;
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  padding-bottom: 0.3125rem;
  padding-top: 0.3125rem;
  position: relative;
  text-transform: uppercase;
  word-wrap: break-word;
}
.sheet-subtitle .c-inner {
  margin-bottom: -0.3125rem;
  margin-top: -0.3125rem;
}
.sheet-subtitle.autofit-row {
  padding-bottom: 0;
}
.sheet-subtitle.autofit-row .autofit-col {
  margin-bottom: 0.3125rem;
}
.sheet-subtitle .collapse-icon-closed,
.sheet-subtitle .collapse-icon-open {
  top: calc(0.3125rem + (((1em * 1.2) - 1em) * 0.5));
}
.sheet-subtitle .component-title,
.sheet-subtitle .heading-text {
  margin-bottom: 0;
  margin-top: auto;
}
.sheet-subtitle a,
.sheet-subtitle .btn,
.sheet-subtitle .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item,
.tasks-portlet .control-wrapper .global-task-actions .sheet-subtitle a.lfr-icon-item {
  text-transform: none;
}

a.sheet-subtitle:hover {
  text-decoration: none;
}
.sheet-tertiary-title {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  padding-bottom: 0.3125rem;
  padding-top: 0.3125rem;
  text-transform: uppercase;
  word-wrap: break-word;
}
.sheet-tertiary-title .component-title {
  margin-bottom: 0;
}

.sheet-text {
  margin-bottom: 1.5rem;
  word-wrap: break-word;
}

.sheet-multiple-form .sheet-header {
  border-color: #dee2e6;
  border-style: solid;
  border-width: 0 0 1px;
  margin: -1.5rem -1.5rem 1.5rem;
  padding: 1rem 1.5rem;
}
.sheet-multiple-form .sheet-header .sheet-title {
  margin-bottom: 0;
}

.sheet-dataset-content .sheet-header {
  border-width: 0px;
  margin: -1.5rem -1.5rem 1.5rem;
  padding: 1rem 1.5rem;
}
.sheet-dataset-content .sheet-header .sheet-title {
  margin-bottom: 0;
}

.card-page-equal-height .sheet {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.card-page-equal-height .sheet > .autofit-row {
  flex-grow: 1;
}

.card-page-item .sheet {
  margin-bottom: 30px;
}

.container-fluid-1280.sidenav-container {
  padding-left: 15px;
  padding-right: 15px;
}

.sidenav-container {
  position: relative;
}
.sidenav-container > .sidenav-menu-slider {
  visibility: hidden;
  width: 0;
}
.sidenav-container > .sidenav-content {
  left: 0;
}

.sidenav-container.open.sidenav-transition > .sidenav-menu-slider {
  overflow: hidden;
}
.sidenav-container.open > .sidenav-menu-slider {
  overflow: visible;
  visibility: visible;
}

.sidenav-content {
  position: relative;
}
@media (min-width: 800px) {
  .sidenav-content {
    position: static;
  }
  .sidenav-content::after {
    clear: both;
    content: "";
    display: block;
  }
}

.sidenav-menu {
  height: 100%;
  position: relative;
}

.sidenav-menu-slider {
  overflow: hidden;
  position: absolute;
  width: 320px;
  z-index: 10;
}

.sidenav-fixed > .sidenav-menu-slider {
  bottom: 0;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 1035;
}

.sidenav-end > .sidenav-content,
.sidenav-right > .sidenav-content {
  left: auto;
  right: 0;
}
.sidenav-end > .sidenav-menu-slider,
.sidenav-right > .sidenav-menu-slider {
  left: auto;
  right: 0;
}
.sidenav-end > .sidenav-menu-slider .sidenav-menu,
.sidenav-right > .sidenav-menu-slider .sidenav-menu {
  right: 0;
}

.sidenav-js-fouc > .sidenav-menu-slider {
  opacity: 0;
  visibility: hidden;
}

.sidenav-transition .sidenav-content,
.sidenav-transition .sidenav-menu,
.sidenav-transition .sidenav-menu-slider {
  transition: all 0.5s ease;
}

.sidenav-transition {
  transition: all 0.5s ease;
}

.sidenav-fixed.sidenav-menu-slider {
  bottom: 0;
  left: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 0;
}
.sidenav-fixed.sidenav-menu-slider.open {
  visibility: visible;
  width: 320px;
}
.sidenav-fixed.sidenav-menu-slider .sidenav-menu {
  position: absolute;
}

.sidenav-menu-slider .sidenav-menu {
  width: 320px;
}
.sidenav-menu-slider.sidenav-end, .sidenav-menu-slider.sidenav-right {
  left: auto;
  right: 0;
}
.sidenav-menu-slider.sidenav-end .sidenav-menu, .sidenav-menu-slider.sidenav-right .sidenav-menu {
  right: 0;
}

.sidebar {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.sidebar:focus, .sidebar.focus {
  box-shadow: inset 0 0 0 0.2rem rgba(0, 75, 119, 0.25);
  outline: 0;
}
.sidebar .container-fluid {
  padding-left: 1rem;
  padding-right: 1rem;
}

.sidebar-header {
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
}
.sidebar-header .component-title {
  font-size: 1.5rem;
  font-weight: 500;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.sidebar-header .component-title[href],
.sidebar-header .component-title [href] {
  color: #212529;
}
.sidebar-header .component-subtitle {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.sidebar-footer {
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
}

.sidebar-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
}
.sidebar-body > .sidebar-section {
  margin-bottom: 2rem;
}
.sidebar-body > .sidebar-section:last-child {
  margin-bottom: 0;
}

.sidebar-section {
  position: relative;
  word-wrap: break-word;
}

.sidebar-list-group {
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
  margin-bottom: 0;
  padding-left: 0;
}
.sidebar-list-group .autofit-col {
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1rem;
}
.sidebar-list-group .list-group-item {
  background-color: transparent;
  border-color: #dee2e6;
  padding: 0;
}
.sidebar-list-group .sticker {
  font-size: 0.75rem;
  height: 1.5rem;
  line-height: 1.5rem;
  width: 1.5rem;
}
.sidebar-list-group .sticker.sticker-outside {
  left: -0.75rem;
  top: -0.75rem;
}
.sidebar-list-group .sticker.sticker-outside.sticker-bottom-left {
  bottom: -0.75rem;
  top: auto;
}
.sidebar-list-group .sticker.sticker-outside.sticker-bottom-right {
  bottom: -0.75rem;
  left: auto;
  right: -0.75rem;
  top: auto;
}
.sidebar-list-group .sticker.sticker-outside.sticker-top-right {
  left: auto;
  right: -0.75rem;
}

.sidebar-panel {
  margin-bottom: 1rem;
  position: relative;
}

.sidebar-dt {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}
.sidebar-dd {
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}
.sidebar-light {
  background-color: #f8f9fa;
  border-color: #dee2e6;
  border-left-width: 1px;
  color: #212529;
}
.sidebar-light .sidebar-list-group .list-group-title {
  font-size: 1rem;
}
.sidebar-light .sidebar-list-group .list-group-title[href],
.sidebar-light .sidebar-list-group .list-group-title [href] {
  color: #212529;
}
.sidebar-light .sidebar-panel {
  background-color: #e9ecef;
}
.sidebar-light .sidebar-dd[href],
.sidebar-light .sidebar-dd [href] {
  color: #212529;
}
.sidebar-light .component-navigation-bar {
  background-color: #f8f9fa;
  border-color: #dee2e6;
}
.sidebar-light .component-navigation-bar .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.sidebar-light .component-navigation-bar .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.sidebar-light .component-navigation-bar .navbar-nav .nav-link:active {
  color: rgba(0, 0, 0, 0.9);
}
.sidebar-light .component-navigation-bar .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.sidebar-light .component-navigation-bar .navbar-nav .nav-link:disabled, .sidebar-light .component-navigation-bar .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.sidebar-light .component-navigation-bar .navbar-nav .nav-link[aria-expanded=true], .sidebar-light .component-navigation-bar .navbar-nav .nav-link.show {
  color: rgba(0, 0, 0, 0.9);
}
.sidebar-light .component-navigation-bar .navbar-brand:active {
  color: rgba(0, 0, 0, 0.9);
}
.sidebar-light .component-navigation-bar .navbar-brand.active {
  color: rgba(0, 0, 0, 0.9);
}
.sidebar-light .component-navigation-bar .navbar-brand:disabled, .sidebar-light .component-navigation-bar .navbar-brand.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.sidebar-light .component-navigation-bar .navbar-brand[aria-expanded=true], .sidebar-light .component-navigation-bar .navbar-brand.show {
  color: rgba(0, 0, 0, 0.9);
}
.sidebar-light .component-navigation-bar .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
}
.sidebar-light .component-navigation-bar .navbar-overlay {
  background-color: #f8f9fa;
}
.sidebar-dark {
  background-color: #343a40;
  color: #fff;
}
.sidebar-dark .close {
  color: #515c65;
}
.sidebar-dark .close:hover {
  color: #fff;
}
.sidebar-dark .sidebar-header .component-title {
  color: inherit;
}
.sidebar-dark .sidebar-header .component-title[href],
.sidebar-dark .sidebar-header .component-title [href] {
  color: inherit;
}
.sidebar-dark .sidebar-header .component-subtitle {
  color: inherit;
}
.sidebar-dark .sidebar-header .component-subtitle[href],
.sidebar-dark .sidebar-header .component-subtitle [href] {
  color: inherit;
}
.sidebar-dark .nav-nested .nav-link {
  border-radius: 0.25rem;
  color: #515c65;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .sidebar-dark .nav-nested .nav-link {
    transition: none;
  }
}
.sidebar-dark .nav-nested .nav-link:hover {
  color: #fff;
}
.sidebar-dark .nav-nested .nav-link.focus, .sidebar-dark .nav-nested .nav-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 75, 119, 0.25);
  outline: 0;
}
.sidebar-dark .nav-nested .nav-link:active {
  color: #fff;
}
.sidebar-dark .nav-nested .nav-link.active {
  color: #fff;
}
.sidebar-dark .nav-nested .nav-link:disabled, .sidebar-dark .nav-nested .nav-link.disabled {
  box-shadow: none;
  color: #515c65;
  opacity: 0.65;
}
.sidebar-dark .nav-nested .nav-link:disabled:active, .sidebar-dark .nav-nested .nav-link.disabled:active {
  pointer-events: none;
}
.sidebar-dark .nav-nested .nav-link[aria-expanded=true], .sidebar-dark .nav-nested .nav-link.show {
  color: #fff;
}
.sidebar-dark-l2 {
  background-color: #828e9a;
  color: #fff;
}
.sidebar-dark-l2 .close {
  color: #515c65;
}
.sidebar-dark-l2 .close:hover {
  color: #fff;
}
.sidebar-dark-l2 .sidebar-header .component-title {
  color: inherit;
}
.sidebar-dark-l2 .sidebar-header .component-title[href],
.sidebar-dark-l2 .sidebar-header .component-title [href] {
  color: inherit;
}
.sidebar-dark-l2 .sidebar-header .component-subtitle {
  color: inherit;
}
.sidebar-dark-l2 .sidebar-header .component-subtitle[href],
.sidebar-dark-l2 .sidebar-header .component-subtitle [href] {
  color: inherit;
}
.sidebar-dark-l2 .nav-nested .nav-link {
  border-radius: 0.25rem;
  color: #515c65;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .sidebar-dark-l2 .nav-nested .nav-link {
    transition: none;
  }
}
.sidebar-dark-l2 .nav-nested .nav-link:hover {
  color: #fff;
}
.sidebar-dark-l2 .nav-nested .nav-link.focus, .sidebar-dark-l2 .nav-nested .nav-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 75, 119, 0.25);
  outline: 0;
}
.sidebar-dark-l2 .nav-nested .nav-link:active {
  color: #fff;
}
.sidebar-dark-l2 .nav-nested .nav-link.active {
  color: #fff;
}
.sidebar-dark-l2 .nav-nested .nav-link:disabled, .sidebar-dark-l2 .nav-nested .nav-link.disabled {
  box-shadow: none;
  color: #515c65;
  opacity: 0.65;
}
.sidebar-dark-l2 .nav-nested .nav-link:disabled:active, .sidebar-dark-l2 .nav-nested .nav-link.disabled:active {
  pointer-events: none;
}
.sidebar-dark-l2 .nav-nested .nav-link[aria-expanded=true], .sidebar-dark-l2 .nav-nested .nav-link.show {
  color: #fff;
}
.c-slideout-transition-in {
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .c-slideout-transition-in {
    transition: none;
  }
}

.c-slideout-transition-out {
  transition: all 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .c-slideout-transition-out {
    transition: none;
  }
}

.c-slideout-fixed {
  position: fixed;
}

.c-slideout-absolute {
  position: absolute;
}

.c-slideout {
  display: flex;
  overflow: hidden;
  z-index: 1035;
}
.c-slideout.c-slideout-shown {
  overflow: visible;
}
.c-slideout .sidebar {
  display: none;
  flex-shrink: 0;
  position: relative;
  width: 320px;
}
.c-slideout .sidebar.c-slideout-show {
  display: block;
}
.c-slideout .sidebar.c-slideout-transition {
  display: block;
}
.c-slideout .tbar-stacked {
  display: none;
  flex-shrink: 0;
  min-width: 40px;
  overflow: auto;
  position: relative;
  z-index: 1;
}
.c-slideout .tbar-stacked.c-slideout-show {
  display: flex;
}
.c-slideout .tbar-stacked.c-slideout-transition {
  display: flex;
}
@media (max-width: 799.98px) {
  .c-slideout .sidebar {
    width: 280px;
  }
}

.c-slideout-start {
  bottom: 0;
  left: 0;
  top: 0;
}
.c-slideout-start.c-slideout-tbar-shown .sidebar {
  left: -320px;
}
.c-slideout-start .sidebar {
  left: -360px;
  width: 320px;
}
.c-slideout-start .sidebar.c-slideout-show {
  left: 0;
}
.c-slideout-start .tbar-stacked {
  left: -40px;
}
.c-slideout-start .tbar-stacked.c-slideout-show {
  left: 0;
}
@media (max-width: 799.98px) {
  .c-slideout-start.c-slideout-tbar-shown .sidebar {
    left: -280px;
  }
  .c-slideout-start .sidebar {
    left: -320px;
    width: 280px;
  }
  .c-slideout-start .tbar-stacked {
    left: -40px;
  }
}

.c-slideout-end {
  bottom: 0;
  right: 0;
  top: 0;
}
.c-slideout-end.c-slideout-tbar-shown .sidebar {
  right: -320px;
}
.c-slideout-end .sidebar {
  right: -360px;
}
.c-slideout-end .sidebar.c-slideout-show {
  right: 0;
}
.c-slideout-end .tbar-stacked {
  right: -40px;
}
.c-slideout-end .tbar-stacked.c-slideout-show {
  right: 0;
}
@media (max-width: 799.98px) {
  .c-slideout-end.c-slideout-tbar-shown .sidebar {
    right: -280px;
  }
  .c-slideout-end .sidebar {
    right: -320px;
  }
  .c-slideout-end .tbar-stacked {
    right: -40px;
  }
}

table {
  border-collapse: collapse;
}

th {
  height: 20px;
  text-align: left;
}

caption {
  color: #6c757d;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  text-align: left;
}

.table-head-title .inline-item-before {
  margin-right: 0.25rem;
}
.table-head-title .inline-item-before + .text-truncate-inline {
  max-width: calc(
	100% - 1em - 0.25rem
);
}
.table-head-title .inline-item-after {
  margin-left: 0.25rem;
}

.table {
  border-spacing: 0;
  color: #212529;
  margin-bottom: 0;
  width: 100%;
}
.table thead {
  background-color: #fff;
}
.table thead th,
.table thead td {
  background-color: #fff;
  border-bottom: calc(2 * 0.0625rem) solid #dee2e6;
  border-top-width: 0px;
  vertical-align: bottom;
}
.table th:first-child,
.table td:first-child,
.table .table-column-start {
  padding-left: 15px;
}
.table th:last-child,
.table td:last-child,
.table .table-column-end {
  padding-right: 15px;
}
.table th {
  background-clip: padding-box;
  border-top: 0.0625rem solid #dee2e6;
  color: #495057;
  height: 36px;
  padding: 0.75rem;
  position: relative;
  vertical-align: top;
}
.table td {
  background-clip: padding-box;
  border-bottom-width: 0.0625rem;
  border-color: #dee2e6;
  border-left-width: 0px;
  border-right-width: 0px;
  border-style: solid;
  border-top-width: 0.0625rem;
  padding: 0.75rem;
  position: relative;
  vertical-align: middle;
}
.table tbody + tbody {
  border-top: calc(2 * 0.0625rem) solid #dee2e6;
}
.table caption {
  caption-side: top;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.table .table-divider th,
.table .table-divider td {
  background-color: #fff;
  padding: 0.75rem;
}
.table .table-active {
  background-color: #ececec;
}
.table .table-active th,
.table .table-active td {
  background-color: #ececec;
}
.table .table-active .quick-action-menu {
  background-color: #ececec;
}
.table .table-disabled {
  color: #acacac;
}
.table .table-disabled th,
.table .table-disabled td {
  background-color: #fff;
  cursor: not-allowed;
}
.table .table-disabled th [href],
.table .table-disabled td [href] {
  color: #acacac;
  pointer-events: none;
}
.table .table-disabled .table-title {
  color: #acacac;
}
.table .table-disabled .table-list-title {
  color: #acacac;
}
.table .autofit-col {
  justify-content: center;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.table .autofit-col:first-child {
  padding-left: 0;
}
.table .autofit-col:last-child {
  padding-right: 0;
}
.table .custom-control,
.table .form-check {
  margin-bottom: 0;
}
.table .quick-action-menu {
  align-items: flex-start;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
}

.table-caption-bottom caption {
  caption-side: bottom;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 0.0625rem solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: calc(2 * 0.0625rem);
}
.table-bordered th,
.table-bordered td {
  border: 0.0625rem solid #dee2e6;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) td,
.table-striped tbody tr:nth-of-type(odd) th {
  background-color: #f2f2f2;
}

.table-hover tbody tr:hover {
  background-color: #ececec;
  color: #212529;
}
.table-hover tbody tr:hover th,
.table-hover tbody tr:hover td {
  background-color: #ececec;
  color: #212529;
}
.table-hover tbody tr:hover .quick-action-menu {
  background-color: #ececec;
}
.table-hover .table-active:hover .quick-action-menu {
  background-color: #ececec;
}
.table-hover .table-disabled:hover {
  background-color: #fff;
}
.table-hover .table-disabled:hover th,
.table-hover .table-disabled:hover td {
  background-color: #fff;
}
.table .table-primary,
.table .table-primary > th,
.table .table-primary > td {
  background-color: #b8cdd9;
  border-color: #7aa1b8;
}
.table .table-primary th,
.table .table-primary td,
.table .table-primary thead th,
.table .table-primary tbody + tbody {
  border-color: #7aa1b8;
}

.table-hover .table-primary:hover {
  background-color: #a7c1d0;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a7c1d0;
}

.table .table-secondary,
.table .table-secondary > th,
.table .table-secondary > td {
  background-color: #c0c1c2;
  border-color: #898c8d;
}
.table .table-secondary th,
.table .table-secondary td,
.table .table-secondary thead th,
.table .table-secondary tbody + tbody {
  border-color: #898c8d;
}

.table-hover .table-secondary:hover {
  background-color: #b3b4b5;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #b3b4b5;
}

.table .table-success,
.table .table-success > th,
.table .table-success > td {
  background-color: #b8dbc6;
  border-color: #7abc95;
}
.table .table-success th,
.table .table-success td,
.table .table-success thead th,
.table .table-success tbody + tbody {
  border-color: #7abc95;
}

.table-hover .table-success:hover {
  background-color: #a7d2b8;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #a7d2b8;
}

.table .table-info,
.table .table-info > th,
.table .table-info > td {
  background-color: #b8d3f1;
  border-color: #7aaee4;
}
.table .table-info th,
.table .table-info td,
.table .table-info thead th,
.table .table-info tbody + tbody {
  border-color: #7aaee4;
}

.table-hover .table-info:hover {
  background-color: #a3c6ed;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #a3c6ed;
}

.table .table-warning,
.table .table-warning > th,
.table .table-warning > td {
  background-color: #ffeeba;
  border-color: #ffdf7e;
}
.table .table-warning th,
.table .table-warning td,
.table .table-warning thead th,
.table .table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table .table-danger,
.table .table-danger > th,
.table .table-danger > td {
  background-color: #eac0c4;
  border-color: #d98b92;
}
.table .table-danger th,
.table .table-danger td,
.table .table-danger thead th,
.table .table-danger tbody + tbody {
  border-color: #d98b92;
}

.table-hover .table-danger:hover {
  background-color: #e4adb2;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #e4adb2;
}

.table .table-light,
.table .table-light > th,
.table .table-light > td {
  background-color: #fdfdfe;
  border-color: #fbfcfc;
}
.table .table-light th,
.table .table-light td,
.table .table-light thead th,
.table .table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table .table-dark,
.table .table-dark > th,
.table .table-dark > td {
  background-color: #c6c8ca;
  border-color: #95999c;
}
.table .table-dark .table-title,
.table .table-dark > th .table-title,
.table .table-dark > td .table-title {
  color: #fff;
}
.table .table-dark .table-title[href],
.table .table-dark .table-title [href],
.table .table-dark > th .table-title[href],
.table .table-dark > th .table-title [href],
.table .table-dark > td .table-title[href],
.table .table-dark > td .table-title [href] {
  color: inherit;
}
.table .table-dark th,
.table .table-dark td,
.table .table-dark thead th,
.table .table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-striped tbody .table-disabled:nth-of-type(odd) td,
.table-striped tbody .table-disabled:nth-of-type(odd) th {
  background-color: #fff;
}

.table .thead-dark th {
  background-color: #343a40;
  border-color: #454d55;
  color: #fff;
}
.table .thead-light th {
  background-color: #fff;
  border-color: #dee2e6;
  color: #495057;
}

.table-dark {
  background-color: #343a40;
  color: #fff;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border-width: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
  color: #fff;
}

.table-title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0;
}
.table-title[href],
.table-title [href] {
  color: #212529;
}
.table-title[href]:hover,
.table-title [href]:hover {
  color: #212529;
}
.table-link {
  color: #495057;
}
.table-link:hover {
  color: #262a2d;
}
.table-action-link {
  align-items: center;
  border-radius: 0.25rem;
  display: inline-flex;
  height: 2rem;
  justify-content: center;
  vertical-align: middle;
  width: 2rem;
}
.table-action-link:hover {
  text-decoration: none;
}
.table-action-link .lexicon-icon {
  margin-top: 0;
}

.table-responsive-sm {
  margin-bottom: 1.5rem;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    width: 100%;
  }
}
.table-responsive-md {
  margin-bottom: 1.5rem;
}
@media (max-width: 799.98px) {
  .table-responsive-md {
    display: block;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    width: 100%;
  }
}
.table-responsive-lg {
  margin-bottom: 1.5rem;
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    width: 100%;
  }
}
.table-responsive-xl {
  margin-bottom: 1.5rem;
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    width: 100%;
  }
}
.table-responsive {
  margin-bottom: 1.5rem;
  display: block;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  width: 100%;
}

.table-list {
  border-collapse: separate;
  border-color: #dee2e6;
  border-radius: 0.25rem;
  border-style: solid;
  border-width: 0.0625rem 0.0625rem;
  margin-bottom: 0.0625rem;
}
.table-list thead {
  background-color: #fff;
  border-top-left-radius: calc(0.25rem - 0.0625rem);
  border-top-right-radius: calc(0.25rem - 0.0625rem);
}
.table-list thead th,
.table-list thead td {
  background-color: #fff;
  border-bottom-width: 0;
}
.table-list th,
.table-list td {
  border-color: #dee2e6;
  border-style: solid;
  border-width: 0.0625rem 0 0 0;
}
.table-list thead:first-child tr:first-child th,
.table-list thead:first-child tr:first-child td,
.table-list tbody:first-child tr:first-child th,
.table-list tbody:first-child tr:first-child td,
.table-list tfoot:first-child tr:first-child th,
.table-list tfoot:first-child tr:first-child td,
.table-list caption:first-child + thead tr:first-child th,
.table-list caption:first-child + thead tr:first-child td {
  border-top-width: 0;
}
.table-list thead:first-child tr:first-child th:first-child,
.table-list thead:first-child tr:first-child td:first-child,
.table-list tbody:first-child tr:first-child th:first-child,
.table-list tbody:first-child tr:first-child td:first-child,
.table-list tfoot:first-child tr:first-child th:first-child,
.table-list tfoot:first-child tr:first-child td:first-child,
.table-list caption:first-child + thead tr:first-child th:first-child,
.table-list caption:first-child + thead tr:first-child td:first-child {
  border-top-left-radius: calc(0.25rem - 0.0625rem);
}
.table-list thead:first-child tr:first-child th:last-child,
.table-list thead:first-child tr:first-child td:last-child,
.table-list tbody:first-child tr:first-child th:last-child,
.table-list tbody:first-child tr:first-child td:last-child,
.table-list tfoot:first-child tr:first-child th:last-child,
.table-list tfoot:first-child tr:first-child td:last-child,
.table-list caption:first-child + thead tr:first-child th:last-child,
.table-list caption:first-child + thead tr:first-child td:last-child {
  border-top-right-radius: calc(0.25rem - 0.0625rem);
}
.table-list .table-row-start .table-cell-start {
  border-top-left-radius: calc(0.25rem - 0.0625rem);
}
.table-list .table-row-start .table-cell-end {
  border-top-right-radius: calc(0.25rem - 0.0625rem);
}
.table-list thead:last-child tr:last-child th:first-child,
.table-list thead:last-child tr:last-child td:first-child,
.table-list tbody:last-child tr:last-child th:first-child,
.table-list tbody:last-child tr:last-child td:first-child,
.table-list tfoot:last-child tr:last-child th:first-child,
.table-list tfoot:last-child tr:last-child td:first-child {
  border-bottom-left-radius: calc(0.25rem - 0.0625rem);
}
.table-list thead:last-child tr:last-child th:last-child,
.table-list thead:last-child tr:last-child td:last-child,
.table-list tbody:last-child tr:last-child th:last-child,
.table-list tbody:last-child tr:last-child td:last-child,
.table-list tfoot:last-child tr:last-child th:last-child,
.table-list tfoot:last-child tr:last-child td:last-child {
  border-bottom-right-radius: calc(0.25rem - 0.0625rem);
}
.table-list .table-row-end .table-cell-start {
  border-bottom-left-radius: calc(0.25rem - 0.0625rem);
}
.table-list .table-row-end .table-cell-end {
  border-bottom-right-radius: calc(0.25rem - 0.0625rem);
}
.table-list tbody {
  background-color: #fff;
  border-bottom-left-radius: calc(0.25rem - 0.0625rem);
  border-bottom-right-radius: calc(0.25rem - 0.0625rem);
}
.table-list tbody th,
.table-list tbody td {
  background-color: #fff;
  vertical-align: middle;
}
.table-list tfoot {
  background-color: #fff;
}
.table-list tfoot th,
.table-list tfoot td {
  background-color: #fff;
  vertical-align: middle;
}
.table-list .table-divider th,
.table-list .table-divider td {
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
}
.table-list .table-active {
  background-color: #dadada;
}
.table-list .table-active th,
.table-list .table-active td {
  background-color: #dadada;
}
.table-list .table-active .quick-action-menu {
  background-color: #dadada;
}
.table-list .table-disabled {
  background-color: #fff;
  color: #acacac;
}
.table-list .table-disabled th,
.table-list .table-disabled td {
  background-color: #fff;
  color: #acacac;
}
.table-list .table-disabled th [href],
.table-list .table-disabled td [href] {
  color: #acacac;
  pointer-events: none;
}
.table-list .table-disabled .table-title {
  color: #acacac;
}
.table-list .table-disabled .table-list-title {
  color: #acacac;
}
.table-list .quick-action-menu {
  align-items: center;
  background-color: #fff;
  bottom: 0;
  top: 0;
}

.table.table-list.table-bordered thead th,
.table.table-list.table-bordered thead td {
  border-bottom-width: 0;
}
.table.table-list.table-bordered th,
.table.table-list.table-bordered td {
  border-left-width: 0.0625rem;
}
.table.table-list.table-bordered th:first-child,
.table.table-list.table-bordered td:first-child,
.table.table-list.table-bordered .table-column-start {
  border-left-width: 0;
}
.table-list.table-striped tbody tr:nth-of-type(odd) td,
.table-list.table-striped tbody tr:nth-of-type(odd) th {
  background-color: #f2f2f2;
}

.table-list.table-hover tbody tr:hover {
  background-color: #ececec;
}
.table-list.table-hover tbody tr:hover th,
.table-list.table-hover tbody tr:hover td {
  background-color: #ececec;
}
.table-list.table-hover tbody tr:hover .quick-action-menu {
  background-color: #ececec;
}
.table-list.table-hover .table-active:hover {
  background-color: #dadada;
}
.table-list.table-hover .table-active:hover th,
.table-list.table-hover .table-active:hover td {
  background-color: #dadada;
}
.table-list.table-hover .table-active:hover .quick-action-menu {
  background-color: #ececec;
}
.table-list.table-hover .table-disabled {
  background-color: #fff;
}
.table-list.table-hover .table-disabled:hover {
  background-color: #fff;
}
.table-list.table-hover .table-disabled:hover th,
.table-list.table-hover .table-disabled:hover td {
  background-color: #fff;
}
.table-list.table-striped tbody .table-disabled:nth-of-type(odd),
.table-list.table-striped tbody .table-disabled:nth-of-type(odd) td,
.table-list.table-striped tbody .table-disabled:nth-of-type(odd) th {
  background-color: #fff;
}

.table-list-title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
}
.table-list-title[href],
.table-list-title [href] {
  color: #212529;
}
.table-list-title[href]:hover,
.table-list-title [href]:hover {
  color: #212529;
}
.table-list-link {
  color: #495057;
}
.table-list-link:hover {
  color: #262a2d;
}
.table-list-action-link {
  align-items: center;
  display: inline-flex;
  height: 2rem;
  justify-content: center;
  vertical-align: middle;
  width: 2rem;
}
.table-list-action-link:hover {
  text-decoration: none;
}
.table-list-action-link .lexicon-icon {
  margin-top: 0;
}

.table-nowrap td,
.table-nowrap th {
  white-space: nowrap;
}

.table-heading-nowrap thead td,
.table-heading-nowrap thead th {
  white-space: nowrap;
}

.table-valign-bottom tbody td,
.table-valign-bottom tbody th,
.table-valign-bottom tfoot td,
.table-valign-bottom tfoot th,
.table-valign-bottom thead td,
.table-valign-bottom thead th {
  vertical-align: bottom;
}
.table-valign-bottom tbody td,
.table-valign-bottom tbody th {
  padding-bottom: 1rem;
}
.table-valign-bottom.show-quick-actions-on-hover .quick-action-menu {
  align-items: flex-end;
}

.table-valign-middle tbody td,
.table-valign-middle tbody th,
.table-valign-middle tfoot td,
.table-valign-middle tfoot th,
.table-valign-middle thead td,
.table-valign-middle thead th {
  vertical-align: middle;
}

.table-valign-top tbody td,
.table-valign-top tbody th,
.table-valign-top tfoot td,
.table-valign-top tfoot th,
.table-valign-top thead td,
.table-valign-top thead th {
  vertical-align: top;
}
.table-valign-top tbody td,
.table-valign-top tbody th {
  padding-top: 1rem;
}
.table-valign-top.show-quick-actions-on-hover .quick-action-menu {
  align-items: flex-start;
}

.tbody-valign-bottom tbody td,
.tbody-valign-bottom tbody th {
  padding-bottom: 1rem;
  vertical-align: bottom;
}
.tbody-valign-bottom.show-quick-actions-on-hover .quick-action-menu {
  align-items: flex-end;
}

.tbody-valign-middle tbody td {
  vertical-align: middle;
}

.tbody-valign-top tbody td,
.tbody-valign-top tbody th {
  padding-top: 1rem;
  vertical-align: top;
}
.tbody-valign-top.show-quick-actions-on-hover .quick-action-menu {
  align-items: flex-start;
}

.thead-valign-bottom thead td,
.thead-valign-bottom thead th {
  vertical-align: bottom;
}

.thead-valign-middle thead td,
.thead-valign-middle thead th {
  vertical-align: middle;
}

.thead-valign-top thead td,
.thead-valign-top thead th {
  vertical-align: top;
}

.show-quick-actions-on-hover tr:not(.table-active):not(.table-disabled):hover .quick-action-menu {
  display: flex;
}
.show-quick-actions-on-hover .table-focus:not(.table-active):not(.table-disabled) .quick-action-menu {
  display: flex;
}

.table-striped tbody tr:nth-of-type(odd) .quick-action-menu {
  background-color: #f2f2f2;
}
.table-striped tbody .table-active:nth-of-type(odd) .quick-action-menu {
  background-color: #f2f2f2;
}

.table-list.table-striped tbody tr:nth-of-type(odd) .quick-action-menu {
  background-color: #f2f2f2;
}
.table-list.table-striped tbody .table-active:nth-of-type(odd) .quick-action-menu {
  background-color: #dadada;
}

.table-column-text-start,
.table-cell-text-start {
  text-align: left;
}

.table-column-text-center,
.table-cell-text-center {
  text-align: center;
}

.table-column-text-end,
.table-cell-text-end {
  text-align: right;
}

.table-column,
.table-cell-contract, .table-autofit td,
.table-autofit th {
  display: table-cell;
  overflow-wrap: break-word;
  word-wrap: break-word;
  width: 1%;
}

.table-cell-expand,
.table-column-expand, .table-autofit .table-cell-expand {
  display: table-cell;
  max-width: 12.5rem;
  min-width: 12.5rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
  width: auto;
}

.table-cell-expand-small,
.table-column-expand-small, .table-autofit .table-cell-expand-small {
  max-width: 12.5rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
  width: 25%;
}

.table-cell-expand-smaller,
.table-column-expand-smaller, .table-autofit .table-cell-expand-smaller {
  max-width: 12.5rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
  width: 15%;
}

.table-cell-expand-smallest,
.table-column-expand-smallest, .table-autofit .table-cell-expand-smallest {
  max-width: 12.5rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
  width: 10%;
}

.table-cell-minw-50,
.table-column-minw-50 {
  min-width: 50px;
}

.table-cell-minw-75,
.table-column-minw-75 {
  min-width: 75px;
}

.table-cell-minw-100,
.table-column-minw-100 {
  min-width: 100px;
}

.table-cell-minw-150,
.table-column-minw-150 {
  min-width: 150px;
}

.table-cell-minw-200,
.table-column-minw-200 {
  min-width: 200px;
}

.table-cell-minw-250,
.table-column-minw-250 {
  min-width: 250px;
}

.table-cell-minw-300,
.table-column-minw-300 {
  min-width: 300px;
}

.table-cell-minw-350,
.table-column-minw-350 {
  min-width: 350px;
}

.table-cell-minw-400,
.table-column-minw-400 {
  min-width: 400px;
}

.table-cell-ws-normal,
.table-column-ws-normal {
  white-space: normal;
}

.table-cell-ws-nowrap,
.table-column-ws-nowrap {
  white-space: nowrap;
}

.table-img {
  height: auto;
  max-height: 100px;
  max-width: none;
  width: auto;
}

.tbar {
  display: flex;
}
.tbar > .container,
.tbar > .container-fluid {
  display: flex;
}

.tbar-nav {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  flex-wrap: nowrap;
  list-style: none;
  margin-bottom: 0;
  min-width: 3.125rem;
  padding-left: 0;
  word-wrap: break-word;
}
.tbar-nav > .tbar-item {
  justify-content: center;
}

.tbar-nav-shrink {
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
}

.tbar-nav-wrap {
  flex-wrap: wrap;
}

.tbar-item {
  max-width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.tbar-item:first-child {
  padding-left: 0;
}
.tbar-item:last-child {
  padding-right: 0;
}

.tbar-item-expand {
  text-align: center;
}

.tbar-link {
  display: inline-block;
}

.tbar-btn-monospaced,
.tbar-link-monospaced {
  align-items: center;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  text-align: center;
}
.tbar-btn-monospaced .inline-item .lexicon-icon,
.tbar-btn-monospaced .lexicon-icon,
.tbar-link-monospaced .inline-item .lexicon-icon,
.tbar-link-monospaced .lexicon-icon {
  margin-top: 0;
}

@media (max-width: 575.98px) {
  .tbar-inline-xs-down {
    display: block;
  }
  .tbar-inline-xs-down .container,
  .tbar-inline-xs-down .container-fluid {
    display: block;
  }
  .tbar-inline-xs-down .component-title,
  .tbar-inline-xs-down .tbar-nav,
  .tbar-inline-xs-down .tbar-section {
    display: inline;
  }
  .tbar-inline-xs-down .tbar-item {
    padding-left: 0;
    display: inline;
  }
}

@media (max-width: 799.98px) {
  .tbar-inline-sm-down {
    display: block;
  }
  .tbar-inline-sm-down .container,
  .tbar-inline-sm-down .container-fluid {
    display: block;
  }
  .tbar-inline-sm-down .component-title,
  .tbar-inline-sm-down .tbar-nav,
  .tbar-inline-sm-down .tbar-section {
    display: inline;
  }
  .tbar-inline-sm-down .tbar-item {
    padding-left: 0;
    display: inline;
  }
}

@media (max-width: 991.98px) {
  .tbar-inline-md-down {
    display: block;
  }
  .tbar-inline-md-down .container,
  .tbar-inline-md-down .container-fluid {
    display: block;
  }
  .tbar-inline-md-down .component-title,
  .tbar-inline-md-down .tbar-nav,
  .tbar-inline-md-down .tbar-section {
    display: inline;
  }
  .tbar-inline-md-down .tbar-item {
    padding-left: 0;
    display: inline;
  }
}

@media (max-width: 1199.98px) {
  .tbar-inline-lg-down {
    display: block;
  }
  .tbar-inline-lg-down .container,
  .tbar-inline-lg-down .container-fluid {
    display: block;
  }
  .tbar-inline-lg-down .component-title,
  .tbar-inline-lg-down .tbar-nav,
  .tbar-inline-lg-down .tbar-section {
    display: inline;
  }
  .tbar-inline-lg-down .tbar-item {
    padding-left: 0;
    display: inline;
  }
}

.tbar-inline-xl-down {
  display: block;
}
.tbar-inline-xl-down .container,
.tbar-inline-xl-down .container-fluid {
  display: block;
}
.tbar-inline-xl-down .component-title,
.tbar-inline-xl-down .tbar-nav,
.tbar-inline-xl-down .tbar-section {
  display: inline;
}
.tbar-inline-xl-down .tbar-item {
  padding-left: 0;
  display: inline;
}

.component-tbar {
  border-color: #dee2e6;
  border-style: solid;
  border-width: 0 0 0.0625rem 0;
  height: 3.5rem;
}
.component-tbar .tbar-label {
  border-width: 0.0625rem;
}
.subnav-tbar {
  font-size: 0.875rem;
}
.subnav-tbar .btn-unstyled {
  color: #004b77;
  text-decoration: none;
}
.subnav-tbar .btn-unstyled:hover {
  color: #001b2b;
  text-decoration: underline;
}
.subnav-tbar strong {
  font-weight: 500;
}
.subnav-tbar .component-link {
  color: #004b77;
  font-weight: 500;
}
.subnav-tbar .component-link:hover {
  color: #001b2b;
}
.subnav-tbar .component-link:disabled, .subnav-tbar .component-link.disabled {
  box-shadow: none;
}
.subnav-tbar .tbar-item {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.subnav-tbar .tbar-btn {
  height: 1.5rem;
  line-height: 1;
  margin-bottom: 0.125rem;
  margin-top: 0.125rem;
  padding-left: 0;
  padding-right: 0;
}
.subnav-tbar .tbar-btn .c-inner {
  margin-left: 0;
  margin-right: 0;
}
.subnav-tbar .tbar-btn .c-inner {
  margin-left: 0;
  margin-right: 0;
}
.subnav-tbar .tbar-link {
  margin-bottom: 0.125rem;
  margin-top: 0.125rem;
  padding-bottom: 0.09375rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.09375rem;
}
.subnav-tbar .tbar-link > .c-inner {
  margin-bottom: -0.09375rem;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  margin-top: -0.09375rem;
}
.subnav-tbar .tbar-link .c-inner {
  margin-bottom: -0.09375rem;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  margin-top: -0.09375rem;
}
.subnav-tbar .tbar-btn-monospaced {
  margin-bottom: 0.125rem;
  margin-top: 0.125rem;
  padding: 0.25rem;
  height: 1.5rem;
  width: 1.5rem;
}
.subnav-tbar .tbar-btn-monospaced .c-inner {
  margin: -0.25rem;
}
.subnav-tbar .tbar-link-monospaced {
  height: 1.5rem;
  margin-bottom: 0.125rem;
  margin-top: 0.125rem;
  width: 1.5rem;
}
.subnav-tbar .tbar-section {
  text-align: left;
}
.subnav-tbar .component-title {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.45;
  margin-bottom: 0.25rem;
  margin-top: 0.25rem;
  max-width: 100%;
}
.subnav-tbar .component-text {
  display: inline-block;
  line-height: 1.45;
  margin-bottom: 0.25rem;
  margin-top: 0.25rem;
  max-width: 100%;
}
.subnav-tbar .component-label {
  font-weight: 400;
}
.subnav-tbar .tbar-label {
  border-width: 0.0625rem;
}
.subnav-tbar-primary {
  background-color: #20adff;
  padding-bottom: 0.625rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.625rem;
}
.subnav-tbar-primary .component-link {
  color: #212529;
}
.subnav-tbar-primary .component-link:hover {
  color: #212529;
}
.subnav-tbar-primary .component-link:disabled, .subnav-tbar-primary .component-link.disabled {
  color: #6c757d;
  cursor: not-allowed;
  opacity: 0.65;
  text-decoration: none;
}
.subnav-tbar-primary .tbar-item {
  justify-content: flex-start;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.subnav-tbar-primary .tbar-link-monospaced {
  border-radius: 0px;
  border-width: 0px;
  height: 3rem;
  margin-bottom: -0.625rem;
  margin-top: -0.625rem;
  width: 3rem;
}
.subnav-tbar-primary .component-label .close:focus {
  color: inherit;
}
.subnav-tbar-primary .component-label .close:disabled, .subnav-tbar-primary .component-label .close.disabled {
  color: #6c757d;
  opacity: 0.65;
}
.subnav-tbar-primary .tbar-label {
  font-size: 0.75rem;
  margin-right: 0;
  padding-bottom: 0.3125rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.3125rem;
  text-transform: none;
  border-width: 0.0625rem;
}
.subnav-tbar-primary .tbar-label > .c-inner {
  margin-bottom: -0.3125rem;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  margin-top: -0.3125rem;
}
.subnav-tbar-primary.subnav-tbar-disabled {
  background-color: #50ade4;
  color: #6c757d;
}
.subnav-tbar-primary.subnav-tbar-disabled .component-label {
  border-color: #6c757d;
}
.subnav-tbar-primary.subnav-tbar-disabled .tbar-label {
  border-width: 0.0625rem;
}
.subnav-tbar-light {
  background-color: #f8f9fa;
  color: rgba(0, 0, 0, 0.5);
  padding-bottom: 0.125rem;
  padding-top: 0.125rem;
}
.subnav-tbar-light .tbar-label {
  border-width: 0.0625rem;
}
.tbar-stacked {
  display: inline-flex;
  height: 100%;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.tbar-stacked .tbar-nav {
  flex-direction: column;
  min-width: 0;
}
.tbar-stacked .tbar-item {
  align-items: center;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
}
.tbar-stacked .tbar-divider-before::before {
  background-color: #212529;
  content: "";
  display: block;
  height: 1px;
  margin-bottom: 0.25rem;
  margin-top: 0.25rem;
  width: 2.5rem;
}
.tbar-stacked .tbar-divider-after::after {
  background-color: #212529;
  content: "";
  display: block;
  height: 1px;
  margin-bottom: 0.25rem;
  margin-top: 0.25rem;
  width: 2.5rem;
}
.tbar-stacked .tbar-item-expand {
  flex-shrink: 0;
  min-width: 0;
}
.tbar-stacked .tbar-btn-monospaced {
  border-color: transparent;
  border-radius: 0px;
  border-width: 0px;
  color: inherit;
  height: 2.5rem;
  margin-bottom: 0;
  margin-top: 0;
  overflow: visible;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  position: relative;
  width: 2.5rem;
}
.tbar-stacked .tbar-btn-monospaced:focus, .tbar-stacked .tbar-btn-monospaced.focus {
  box-shadow: inset 0 0 0 0.125rem #0095ec, inset 0 0 0 0.25rem #fff;
}
.tbar-stacked .tbar-btn-monospaced:active:focus {
  box-shadow: inset 0 0 0 0.125rem #0095ec, inset 0 0 0 0.25rem #fff;
}
.tbar-stacked .tbar-btn-monospaced .c-inner {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.tbar-stacked .tbar-label {
  border-width: 0.0625rem;
}
.tbar-light {
  background-color: #fff;
  box-shadow: inset 1px 0 0 0 #e9ecef, inset -1px 0 0 0 #e9ecef;
  color: #1d2124;
}
.tbar-light .tbar-divider-before::before {
  background-color: #e9ecef;
}
.tbar-light .tbar-divider-after::after {
  background-color: #e9ecef;
}
.tbar-light .tbar-btn-monospaced:hover {
  color: #343a40;
}
.tbar-light .tbar-btn-monospaced:focus, .tbar-light .tbar-btn-monospaced.focus {
  color: #343a40;
}
.tbar-light .tbar-btn-monospaced:active {
  background-color: #e9ecef;
  color: #343a40;
}
.tbar-light .tbar-btn-monospaced.active {
  background-color: #e9ecef;
  color: #343a40;
}
.tbar-light .tbar-btn-monospaced:disabled, .tbar-light .tbar-btn-monospaced.disabled {
  color: inherit;
}
.tbar-light .tbar-btn-monospaced[aria-expanded=true], .tbar-light .tbar-btn-monospaced.show {
  background-color: #e9ecef;
  color: #343a40;
}
.tbar-light .tbar-label {
  border-width: 0.0625rem;
}
.tbar-dark-l2 {
  background-color: #828e9a;
  box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.06), inset -1px 0 0 0 rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.06);
  color: #adb5bd;
}
.tbar-dark-l2 .tbar-divider-before::before {
  background-color: rgba(255, 255, 255, 0.06);
}
.tbar-dark-l2 .tbar-divider-after::after {
  background-color: rgba(255, 255, 255, 0.06);
}
.tbar-dark-l2 .tbar-btn-monospaced:hover {
  color: #fff;
}
.tbar-dark-l2 .tbar-btn-monospaced:focus, .tbar-dark-l2 .tbar-btn-monospaced.focus {
  color: #fff;
}
.tbar-dark-l2 .tbar-btn-monospaced:active {
  background-color: rgba(255, 255, 255, 0.06);
  color: #fff;
}
.tbar-dark-l2 .tbar-btn-monospaced.active {
  background-color: rgba(255, 255, 255, 0.06);
  color: #fff;
}
.tbar-dark-l2 .tbar-btn-monospaced:disabled, .tbar-dark-l2 .tbar-btn-monospaced.disabled {
  color: inherit;
}
.tbar-dark-l2 .tbar-btn-monospaced[aria-expanded=true], .tbar-dark-l2 .tbar-btn-monospaced.show {
  background-color: rgba(255, 255, 255, 0.06);
  color: #fff;
}
.tbar-dark-l2 .tbar-label {
  border-width: 0.0625rem;
}
.tbar-dark-d1 {
  background-color: #23272b;
  box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.06), inset -1px 0 0 0 rgba(255, 255, 255, 0.06);
  color: #adb5bd;
}
.tbar-dark-d1 .tbar-divider-before::before {
  background-color: rgba(255, 255, 255, 0.06);
}
.tbar-dark-d1 .tbar-divider-after::after {
  background-color: rgba(255, 255, 255, 0.06);
}
.tbar-dark-d1 .tbar-btn-monospaced:hover {
  color: #fff;
}
.tbar-dark-d1 .tbar-btn-monospaced:focus, .tbar-dark-d1 .tbar-btn-monospaced.focus {
  color: #fff;
}
.tbar-dark-d1 .tbar-btn-monospaced:active {
  background-color: rgba(255, 255, 255, 0.06);
  color: #fff;
}
.tbar-dark-d1 .tbar-btn-monospaced.active {
  background-color: rgba(255, 255, 255, 0.06);
  color: #fff;
}
.tbar-dark-d1 .tbar-btn-monospaced:disabled, .tbar-dark-d1 .tbar-btn-monospaced.disabled {
  color: inherit;
}
.tbar-dark-d1 .tbar-btn-monospaced[aria-expanded=true], .tbar-dark-d1 .tbar-btn-monospaced.show {
  background-color: rgba(255, 255, 255, 0.06);
  color: #fff;
}
.tbar-dark-d1 .tbar-label {
  border-width: 0.0625rem;
}
.timeline {
  list-style: none;
  padding-left: 0;
  padding-left: 25px;
}
.timeline .panel,
.timeline .panel-group {
  margin-bottom: 0;
}

.timeline-icon {
  background-color: #f1f2f5;
  border: 2px solid #dee2e6;
  border-radius: 50%;
  display: block;
  height: 10px;
  line-height: 10px;
  width: 10px;
}

.timeline-increment {
  background-color: #f1f2f5;
  left: -39px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.timeline-increment-text {
  display: block;
  max-width: 65px;
}

.timeline-item-label {
  color: #212529;
}

.timeline-item {
  padding-bottom: 5px;
  padding-left: 40px;
  padding-top: 5px;
  position: relative;
}
.timeline-item:before {
  background-color: #dee2e6;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 2px;
}
.timeline-item.active .timeline-icon {
  background-color: #004b77;
  border-color: #004b77;
}
.timeline-item .panel,
.timeline-item .panel-heading {
  position: relative;
}
.timeline-item .panel .timeline-increment {
  margin-left: -1px;
}

.timeline-right {
  padding-left: 0;
  padding-right: 25px;
}
.timeline-right .timeline-item {
  padding-left: 0;
  padding-right: 40px;
}
.timeline-right .timeline-item:before {
  left: auto;
  right: -2px;
}
.timeline-right .timeline-item .panel .timeline-increment {
  margin-left: auto;
  margin-right: -0.0625rem;
}
.timeline-right .timeline-item .timeline-increment {
  left: auto;
  right: -41px;
  transform: translate(50%, -50%);
}

@media (max-width: 575.98px) {
  .timeline-right-xs-only {
    padding-left: 0;
    padding-right: 25px;
  }
  .timeline-right-xs-only .timeline-item {
    padding-left: 0;
    padding-right: 40px;
  }
  .timeline-right-xs-only .timeline-item:before {
    left: auto;
    right: -2px;
  }
  .timeline-right-xs-only .timeline-item .panel .timeline-increment {
    margin-left: auto;
    margin-right: -0.0625rem;
  }
  .timeline-right-xs-only .timeline-item .timeline-increment {
    left: auto;
    right: -41px;
    transform: translate(50%, -50%);
  }
}

@media (min-width: 800px) {
  .timeline-center {
    padding-left: 0;
  }
  .timeline-center .timeline-item {
    margin-left: 50%;
    width: 50%;
  }
  .timeline-center .timeline-item .timeline-item-label {
    left: -100%;
    margin-left: -80px;
    position: absolute;
    text-align: right;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  .timeline-center .timeline-item.timeline-item-reverse {
    padding-left: 0;
    padding-right: 40px;
    margin-left: 0;
  }
  .timeline-center .timeline-item.timeline-item-reverse:before {
    left: auto;
    right: -2px;
  }
  .timeline-center .timeline-item.timeline-item-reverse .panel .timeline-increment {
    margin-left: auto;
    margin-right: -0.0625rem;
  }
  .timeline-center .timeline-item.timeline-item-reverse .timeline-increment {
    left: auto;
    right: -41px;
    transform: translate(50%, -50%);
  }
  .timeline-center .timeline-item.timeline-item-reverse .timeline-item-label {
    margin-left: auto;
    margin-right: -80px;
    right: -100%;
    text-align: left;
  }
}

@media (min-width: 800px) {
  .timeline-even .timeline-item:nth-of-type(even),
  .timeline-odd .timeline-item:nth-of-type(odd) {
    padding-left: 0;
    padding-right: 40px;
    margin-left: 0;
  }
  .timeline-even .timeline-item:nth-of-type(even):before,
  .timeline-odd .timeline-item:nth-of-type(odd):before {
    left: auto;
    right: -2px;
  }
  .timeline-even .timeline-item:nth-of-type(even) .panel .timeline-increment,
  .timeline-odd .timeline-item:nth-of-type(odd) .panel .timeline-increment {
    margin-left: auto;
    margin-right: -0.0625rem;
  }
  .timeline-even .timeline-item:nth-of-type(even) .timeline-increment,
  .timeline-odd .timeline-item:nth-of-type(odd) .timeline-increment {
    left: auto;
    right: -41px;
    transform: translate(50%, -50%);
  }
  .timeline-even .timeline-item:nth-of-type(even) .timeline-item-label,
  .timeline-odd .timeline-item:nth-of-type(odd) .timeline-item-label {
    margin-left: auto;
    margin-right: -80px;
    right: -100%;
    text-align: left;
  }
}

.timeline-spacing-xl.timeline {
  padding-left: 25px;
}
@media (min-width: 800px) {
  .timeline-spacing-xl.timeline-center {
    padding-left: 0;
  }
  .timeline-spacing-xl.timeline-center .timeline-item .timeline-item-label {
    margin-left: -100px;
  }
  .timeline-spacing-xl.timeline-center .timeline-item.timeline-item-reverse {
    padding-right: 50px;
  }
  .timeline-spacing-xl.timeline-center .timeline-item.timeline-item-reverse .timeline-increment {
    right: -51px;
  }
  .timeline-spacing-xl.timeline-center .timeline-item.timeline-item-reverse .timeline-item-label {
    margin-left: auto;
    margin-right: -100px;
  }
}
@media (min-width: 800px) {
  .timeline-spacing-xl.timeline-even .timeline-item:nth-of-type(even), .timeline-spacing-xl.timeline-odd .timeline-item:nth-of-type(odd) {
    padding-right: 50px;
  }
  .timeline-spacing-xl.timeline-even .timeline-item:nth-of-type(even) .timeline-increment, .timeline-spacing-xl.timeline-odd .timeline-item:nth-of-type(odd) .timeline-increment {
    right: -51px;
  }
  .timeline-spacing-xl.timeline-even .timeline-item:nth-of-type(even) .timeline-item-label, .timeline-spacing-xl.timeline-odd .timeline-item:nth-of-type(odd) .timeline-item-label {
    margin-left: auto;
    margin-right: -100px;
  }
}
.timeline-spacing-xl.timeline-right {
  padding-right: 25px;
}
.timeline-spacing-xl.timeline-right .timeline-item {
  padding-right: 50px;
}
.timeline-spacing-xl.timeline-right .timeline-item .timeline-increment {
  right: -51px;
}
@media (max-width: 575.98px) {
  .timeline-spacing-xl.timeline-right-xs-only {
    padding-left: 0;
    padding-right: 25px;
  }
  .timeline-spacing-xl.timeline-right-xs-only .timeline-item {
    padding-left: 0;
    padding-right: 50px;
  }
  .timeline-spacing-xl.timeline-right-xs-only .timeline-item .timeline-increment {
    left: auto;
    right: -51px;
  }
}
.timeline-spacing-xl .timeline-item {
  padding-bottom: 15px;
  padding-left: 50px;
  padding-top: 15px;
}
.timeline-spacing-xl .timeline-item .timeline-increment {
  left: -49px;
}
.timeline-spacing-xl .timeline-increment-text {
  max-width: 75px;
}

.toggle-switch {
  cursor: pointer;
  display: inline-block;
  max-width: 100%;
  position: relative;
}
.toggle-switch.disabled {
  cursor: not-allowed;
}
.toggle-switch.disabled .toggle-switch-label {
  color: #6c757d;
  cursor: not-allowed;
}
.toggle-switch.disabled .toggle-switch-text {
  color: #6c757d;
}
.toggle-switch-check-bar {
  display: inline-flex;
  position: relative;
}

.toggle-switch-bar .toggle-switch-handle {
  display: block;
  min-width: 50px;
  text-transform: uppercase;
}
.toggle-switch-bar .toggle-switch-icon {
  font-size: 0.75rem;
}
.toggle-switch-bar .toggle-switch-icon .lexicon-icon {
  margin-top: -0.2em;
}
.toggle-switch-bar .button-icon {
  font-size: 0.75rem;
}
.toggle-switch-check {
  bottom: 0;
  font-size: 62.5%;
  height: 25px;
  opacity: 0;
  position: absolute;
  width: 50px;
  z-index: 2;
}
.toggle-switch-check ~ .toggle-switch-bar {
  display: inline-flex;
  font-size: 0.75rem;
  height: 25px;
  line-height: 25px;
  position: relative;
  text-indent: 0;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.toggle-switch-check ~ .toggle-switch-bar::before {
  background-color: #e9ecef;
  border-color: #ced4da;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  bottom: 0;
  content: " ";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  transition: background-color 100ms ease-in, border-color 100ms ease-in, box-shadow 150ms ease-in-out, color 100ms ease-in, left 100ms ease-in, right 100ms ease-in;
  width: 50px;
}
@media (prefers-reduced-motion: reduce) {
  .toggle-switch-check ~ .toggle-switch-bar::before {
    transition: none;
  }
}
.toggle-switch-check ~ .toggle-switch-bar::after {
  background-color: #fff;
  border-color: #ced4da;
  border-radius: 3px 0 0 3px;
  border-style: solid;
  border-width: 1px;
  bottom: 0;
  content: "";
  display: block;
  height: 25px;
  left: 0;
  position: absolute;
  top: 0;
  transition: background-color 100ms ease-in, border-color 100ms ease-in, box-shadow 150ms ease-in-out, color 100ms ease-in, left 100ms ease-in, right 100ms ease-in;
  width: 25px;
}
@media (prefers-reduced-motion: reduce) {
  .toggle-switch-check ~ .toggle-switch-bar::after {
    transition: none;
  }
}
.toggle-switch-check ~ .toggle-switch-bar .toggle-switch-handle::before {
  transition: background-color 100ms ease-in, border-color 100ms ease-in, box-shadow 150ms ease-in-out, color 100ms ease-in, left 100ms ease-in, right 100ms ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .toggle-switch-check ~ .toggle-switch-bar .toggle-switch-handle::before {
    transition: none;
  }
}
.toggle-switch-check ~ .toggle-switch-bar .toggle-switch-handle::after {
  content: '\FEFF' attr(data-label-off);
  margin-left: 58px;
  transition: background-color 100ms ease-in, border-color 100ms ease-in, box-shadow 150ms ease-in-out, color 100ms ease-in, left 100ms ease-in, right 100ms ease-in;
  white-space: nowrap;
}
@media (prefers-reduced-motion: reduce) {
  .toggle-switch-check ~ .toggle-switch-bar .toggle-switch-handle::after {
    transition: none;
  }
}
.toggle-switch-check ~ .toggle-switch-bar .toggle-switch-icon {
  color: #495057;
  left: 0;
  line-height: 25px;
  position: absolute;
  text-align: center;
  text-indent: 0;
  top: 0;
  transition: background-color 100ms ease-in, border-color 100ms ease-in, box-shadow 150ms ease-in-out, color 100ms ease-in, left 100ms ease-in, right 100ms ease-in;
  width: 25px;
  z-index: 1;
}
@media (prefers-reduced-motion: reduce) {
  .toggle-switch-check ~ .toggle-switch-bar .toggle-switch-icon {
    transition: none;
  }
}
.toggle-switch-check ~ .toggle-switch-bar .toggle-switch-icon-on {
  left: 0;
  opacity: 0;
}
.toggle-switch-check ~ .toggle-switch-bar .toggle-switch-icon-off {
  left: 25px;
}
.toggle-switch-check ~ .toggle-switch-bar .button-icon {
  color: #495057;
}
.toggle-switch-check ~ .toggle-switch-bar .button-icon-on {
  opacity: 0;
}
.toggle-switch-check:focus ~ .toggle-switch-bar::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 75, 119, 0.25);
}
.toggle-switch-check[disabled] ~ .toggle-switch-bar, .toggle-switch-check:disabled ~ .toggle-switch-bar {
  cursor: not-allowed;
  opacity: 0.4;
}
.toggle-switch-check:checked ~ .toggle-switch-bar::before {
  background-color: #004b77;
  border-color: #004b77;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
}
.toggle-switch-check:checked ~ .toggle-switch-bar::after {
  background-color: #fff;
  border-color: #004b77;
  border-radius: 0 3px 3px 0;
  border-style: solid;
  border-width: 1px;
  left: 25px;
}
.toggle-switch-check:checked ~ .toggle-switch-bar .toggle-switch-handle::after {
  content: '\FEFF' attr(data-label-on);
}
.toggle-switch-check:checked ~ .toggle-switch-bar .toggle-switch-icon {
  color: #fff;
}
.toggle-switch-check:checked ~ .toggle-switch-bar .toggle-switch-icon-on {
  opacity: 1;
}
.toggle-switch-check:checked ~ .toggle-switch-bar .toggle-switch-icon-off {
  opacity: 0;
}
.toggle-switch-check:checked ~ .toggle-switch-bar .button-icon {
  color: #004b77;
  left: 25px;
}
.toggle-switch-check:checked ~ .toggle-switch-bar .button-icon-on {
  opacity: 1;
}
.toggle-switch-check:checked ~ .toggle-switch-bar .button-icon-off {
  opacity: 0;
}
@media (max-width: 799.98px) {
  .toggle-switch-check {
    height: 25px;
    width: 50px;
  }
  .toggle-switch-check ~ .toggle-switch-bar {
    height: 25px;
    line-height: 25px;
    text-indent: 0;
  }
  .toggle-switch-check ~ .toggle-switch-bar::before {
    width: 50px;
  }
  .toggle-switch-check ~ .toggle-switch-bar::after {
    bottom: 0;
    height: 25px;
    left: 0;
    top: 0;
    width: 25px;
  }
  .toggle-switch-check ~ .toggle-switch-bar .toggle-switch-handle {
    min-width: 50px;
  }
  .toggle-switch-check ~ .toggle-switch-bar .toggle-switch-handle::after {
    margin-left: 58px;
  }
  .toggle-switch-check ~ .toggle-switch-bar .toggle-switch-icon {
    font-size: 0.75rem;
    left: 0;
    line-height: 25px;
    top: 0;
    width: 25px;
  }
  .toggle-switch-check ~ .toggle-switch-bar .toggle-switch-icon-on {
    left: 0;
  }
  .toggle-switch-check ~ .toggle-switch-bar .toggle-switch-icon-off {
    left: 25px;
  }
  .toggle-switch-check ~ .toggle-switch-bar .button-icon {
    font-size: 0.75rem;
  }
  .toggle-switch-check:checked ~ .toggle-switch-bar::after {
    left: 25px;
  }
  .toggle-switch-check:checked ~ .toggle-switch-bar .toggle-switch-handle::after {
    margin-left: 58px;
  }
  .toggle-switch-check:checked ~ .toggle-switch-bar .button-icon {
    left: 25px;
  }
}

.toggle-switch-label {
  display: block;
  margin-bottom: 2px;
}

.toggle-switch-text {
  display: block;
  font-size: 0.75rem;
}

.toggle-switch-text-left {
  display: inline-flex;
  line-height: 25px;
  margin-right: 8px;
}
@media (max-width: 799.98px) {
  .toggle-switch-text-left {
    line-height: 25px;
  }
}

.toggle-switch-text-right {
  display: inline-flex;
  line-height: 25px;
  margin-left: 8px;
}
@media (max-width: 799.98px) {
  .toggle-switch-text-right {
    line-height: 25px;
  }
}

.simple-toggle-switch.toggle-switch {
  align-items: center;
  display: inline-flex;
}
.simple-toggle-switch.toggle-switch .toggle-switch-label {
  line-height: 1;
  margin-bottom: 0;
  max-width: calc( 					100% - 58px 				);
}
@media (max-width: 799.98px) {
  .simple-toggle-switch.toggle-switch .toggle-switch-label {
    max-width: calc( 						100% - 58px 					);
  }
}
.simple-toggle-switch.toggle-switch .toggle-switch-check + .toggle-switch-label {
  margin-right: 0.5rem;
}
.simple-toggle-switch.toggle-switch .toggle-switch-label + .toggle-switch-check-bar {
  margin-left: 0.5rem;
}

.simple-toggle-switch-reverse.simple-toggle-switch .toggle-switch-check-bar {
  order: 5;
}
.simple-toggle-switch-reverse.simple-toggle-switch .toggle-switch-check ~ .toggle-switch-bar {
  order: 5;
}
.simple-toggle-switch-reverse.simple-toggle-switch .toggle-switch-label {
  margin-right: 0.5rem;
}
.tooltip {
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.5;
  margin: 0;
  opacity: 0;
  position: absolute;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  z-index: 1070;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  display: block;
  height: 0.4rem;
  position: absolute;
  width: 0.8rem;
}
.tooltip .arrow::before {
  border-color: transparent;
  border-style: solid;
  content: "";
  position: absolute;
}
.tooltip-inner {
  background-color: #000;
  border-radius: 0.25rem;
  color: #fff;
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  text-align: center;
  white-space: pre-line;
}

.tooltip-arrow {
  background-color: #000;
  position: absolute;
  transform: rotate(45deg);
}

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

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

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

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

.clay-tooltip-bottom,
.clay-tooltip-bottom-left,
.clay-tooltip-bottom-right {
  padding-top: 0.4rem;
}
.clay-tooltip-bottom .arrow,
.clay-tooltip-bottom-left .arrow,
.clay-tooltip-bottom-right .arrow {
  left: 50%;
  margin-left: -0.4rem;
  top: 0;
}
.clay-tooltip-bottom .arrow::before,
.clay-tooltip-bottom-left .arrow::before,
.clay-tooltip-bottom-right .arrow::before {
  border-bottom-color: #000;
  border-width: 0 0.4rem 0.4rem;
  bottom: 0;
}
.clay-tooltip-bottom .tooltip-arrow,
.clay-tooltip-bottom-left .tooltip-arrow,
.clay-tooltip-bottom-right .tooltip-arrow {
  border-bottom-color: transparent;
  border-right-color: transparent;
  left: 50%;
  top: 0;
}
.clay-tooltip-bottom-left .arrow {
  left: 0.25rem;
  margin-left: 0;
}
.clay-tooltip-bottom-right .arrow {
  left: auto;
  margin-left: 0;
  right: 0.25rem;
}
.clay-tooltip-left,
.clay-tooltip-left-bottom,
.clay-tooltip-left-top {
  padding-right: 0.4rem;
}
.clay-tooltip-left .arrow,
.clay-tooltip-left-bottom .arrow,
.clay-tooltip-left-top .arrow {
  height: 0.8rem;
  margin-top: -0.4rem;
  right: 0;
  top: 50%;
  width: 0.4rem;
}
.clay-tooltip-left .arrow::before,
.clay-tooltip-left-bottom .arrow::before,
.clay-tooltip-left-top .arrow::before {
  border-left-color: #000;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  left: 0;
}
.clay-tooltip-left .tooltip-arrow,
.clay-tooltip-left-bottom .tooltip-arrow,
.clay-tooltip-left-top .tooltip-arrow {
  border-bottom-color: transparent;
  border-left-color: transparent;
  right: 0;
  top: 50%;
}
.clay-tooltip-left-bottom .arrow {
  bottom: 0.25rem;
  margin-top: 0;
  top: auto;
}
.clay-tooltip-left-top .arrow {
  margin-top: 0;
  top: 0.25rem;
}
.clay-tooltip-right,
.clay-tooltip-right-bottom,
.clay-tooltip-right-top {
  padding-left: 0.4rem;
}
.clay-tooltip-right .arrow,
.clay-tooltip-right-bottom .arrow,
.clay-tooltip-right-top .arrow {
  height: 0.8rem;
  left: 0;
  margin-top: -0.4rem;
  width: 0.4rem;
  top: 50%;
}
.clay-tooltip-right .arrow::before,
.clay-tooltip-right-bottom .arrow::before,
.clay-tooltip-right-top .arrow::before {
  border-right-color: #000;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  right: 0;
}
.clay-tooltip-right .tooltip-arrow,
.clay-tooltip-right-bottom .tooltip-arrow,
.clay-tooltip-right-top .tooltip-arrow {
  border-right-color: transparent;
  border-top-color: transparent;
  left: 0;
  top: 50%;
}
.clay-tooltip-right-bottom .arrow {
  bottom: 0.25rem;
  margin-top: 0;
  top: auto;
}
.clay-tooltip-right-top .arrow {
  margin-top: 0;
  top: 0.25rem;
}
.clay-tooltip-top,
.clay-tooltip-top-left,
.clay-tooltip-top-right {
  padding-bottom: 0.4rem;
}
.clay-tooltip-top .arrow,
.clay-tooltip-top-left .arrow,
.clay-tooltip-top-right .arrow {
  bottom: 0;
  left: 50%;
  margin-left: -0.4rem;
}
.clay-tooltip-top .arrow::before,
.clay-tooltip-top-left .arrow::before,
.clay-tooltip-top-right .arrow::before {
  border-top-color: #000;
  border-width: 0.4rem 0.4rem 0;
  top: 0;
}
.clay-tooltip-top .tooltip-arrow,
.clay-tooltip-top-left .tooltip-arrow,
.clay-tooltip-top-right .tooltip-arrow {
  border-left-color: transparent;
  border-top-color: transparent;
  bottom: 0;
  left: 50%;
}
.clay-tooltip-top-left .arrow {
  left: 0.25rem;
  margin-left: 0;
}
.clay-tooltip-top-right .arrow {
  left: auto;
  margin-left: 0;
  right: 0.25rem;
}
.treeview {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  list-style: none;
  margin-bottom: 0;
  padding: 2px 0;
}
.treeview .btn, .treeview .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .treeview a.lfr-icon-item {
  font-size: 12px;
  line-height: 1;
  padding: 6px 8px;
}
.treeview .btn .c-inner, .treeview .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item .c-inner, .tasks-portlet .control-wrapper .global-task-actions .treeview a.lfr-icon-item .c-inner {
  margin: -7px -8px;
}
.treeview .btn-monospaced {
  font-size: inherit;
  height: 24px;
  padding: 0;
  width: 24px;
}
.treeview .btn-monospaced:focus, .treeview .btn-monospaced.focus {
  box-shadow: inset 0 0 0 0.2rem rgba(0, 75, 119, 0.25);
}
.treeview .btn-monospaced:active:focus {
  box-shadow: inset 0 0 0 0.2rem rgba(0, 75, 119, 0.25);
}
.treeview .custom-control {
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 1.5px;
}
.treeview .component-expander {
  font-size: 10px;
}
.treeview .component-expander .lexicon-icon:not(.component-expanded-d-none) {
  display: none;
}
.treeview .component-action {
  font-size: 16px;
  margin-left: 2px;
  margin-right: 2px;
}
.treeview .component-action:hover {
  background-color: transparent;
  color: #1d2124;
}
.treeview .component-action:focus, .treeview .component-action.focus {
  color: #1d2124;
}
.treeview .component-action:active {
  background-color: transparent;
}
.treeview .component-action.active {
  background-color: transparent;
}
.treeview .component-action[aria-expanded=true], .treeview .component-action.show {
  background-color: transparent;
}
.treeview .component-icon {
  display: inline-block;
  font-size: 16px;
  height: auto;
  margin: 4px;
  vertical-align: middle;
  width: auto;
}
.treeview .component-icon .lexicon-icon {
  display: block;
}
.treeview .component-text {
  line-height: 24px;
  padding-left: 4px;
  -moz-user-select: auto;
  -webkit-user-select: auto;
  user-select: auto;
}
.treeview.show-component-expander-on-hover:hover .component-expander, .treeview.show-component-expander-on-hover.hover .component-expander {
  opacity: 1;
  transition: opacity ease-in-out 600ms;
}
@media (prefers-reduced-motion: reduce) {
  .treeview.show-component-expander-on-hover:hover .component-expander, .treeview.show-component-expander-on-hover.hover .component-expander {
    transition: none;
  }
}
.treeview.show-component-expander-on-hover .treeview-link:focus .component-expander, .treeview.show-component-expander-on-hover .treeview-link.focus .component-expander {
  opacity: 1;
  transition: none;
}
.treeview.show-component-expander-on-hover .component-expander {
  opacity: 0;
  transition: opacity ease-in-out 450ms;
}
@media (prefers-reduced-motion: reduce) {
  .treeview.show-component-expander-on-hover .component-expander {
    transition: none;
  }
}
.treeview .quick-action-item {
  margin: 0 2px;
  min-height: 0;
  min-width: 0;
}
.treeview .autofit-row {
  align-items: center;
}
.treeview.show-quick-actions-on-hover .treeview-link:not(:hover):not(:focus):not(.focus) .quick-action-item {
  display: none;
}
.treeview.show-quick-actions-on-hover .treeview-link:disabled .quick-action-item, .treeview.show-quick-actions-on-hover .treeview-link.disabled .quick-action-item {
  display: none;
}
.treeview.show-quick-actions-on-hover .treeview-link .quick-action-item:disabled, .treeview.show-quick-actions-on-hover .treeview-link .quick-action-item.disabled {
  display: none;
}

.treeview-group {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.treeview-item {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.treeview-link {
  background-color: transparent;
  cursor: pointer;
  display: block;
  border-color: transparent;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 2px;
  margin-top: 2px;
  min-width: 100%;
  padding: 0;
  position: relative;
  text-align: left;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.treeview-link:hover {
  text-decoration: none;
}
.treeview-link.focus, .treeview-link:focus {
  box-shadow: inset 0 0 0 0.2rem rgba(0, 75, 119, 0.25);
  outline: 0;
}
.treeview-link:disabled, .treeview-link.disabled {
  cursor: not-allowed;
}
.treeview-link.treeview-dropping-bottom {
  box-shadow: 0 2px 0 0 #0095ec;
}
.treeview-link.treeview-dropping-middle {
  background-color: #5dc3ff;
  border-color: #0095ec;
}
.treeview-link.treeview-dropping-top {
  box-shadow: 0 -2px 0 0 #0095ec;
}
.treeview-link.show .component-expander .component-expanded-d-none, .treeview-link[aria-expanded=true] .component-expander .component-expanded-d-none {
  display: none;
}
.treeview-link.show .component-expander .lexicon-icon:not(.component-expanded-d-none), .treeview-link[aria-expanded=true] .component-expander .lexicon-icon:not(.component-expanded-d-none) {
  display: inline-block;
}
.treeview-nested-margins .treeview-group .treeview-item {
  margin-left: 24px;
}

.treeview-item-dragging {
  cursor: not-allowed;
  opacity: 0.4;
}
.treeview-item-dragging .treeview-link {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.treeview-dragging {
  background-color: #fff;
  border-color: #0095ec;
  border-radius: 0.125rem;
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  font-size: 10px;
  font-weight: 500;
  padding: 4px 12px;
  text-transform: uppercase;
}

.treeview-light .component-expander {
  color: #1d2124;
}
.treeview-light .component-expander:hover {
  color: #004b77;
}
.treeview-light .component-expander:disabled, .treeview-light .component-expander.disabled {
  color: #1d2124;
  opacity: 0.5;
}
.treeview-light .component-expander.btn-secondary {
  background-color: #fff;
}
.treeview-light .treeview-link {
  color: #6c757d;
}
.treeview-light .treeview-link:hover {
  background-color: #f8f9fa;
  color: #212529;
}
.treeview-light .treeview-link:active {
  background-color: #e9ecef;
  color: #212529;
}
.treeview-light .treeview-link.active {
  background-color: #e9ecef;
  color: #212529;
}
.treeview-light .treeview-link:disabled, .treeview-light .treeview-link.disabled {
  background-color: transparent;
  color: rgba(108, 117, 125, 0.5);
}
.treeview-light .treeview-link.treeview-no-hover:hover {
  background-color: transparent;
  color: #1d2124;
}
.treeview-dark .component-expander {
  color: #515c65;
}
.treeview-dark .component-expander:hover {
  color: #0095ec;
}
.treeview-dark .component-expander:disabled, .treeview-dark .component-expander.disabled {
  color: #515c65;
  opacity: 0.5;
}
.treeview-dark .treeview-link {
  color: #515c65;
}
.treeview-dark .treeview-link:hover {
  background-color: rgba(255, 255, 255, 0.04);
}
.treeview-dark .treeview-link.active {
  background-color: rgba(255, 255, 255, 0.06);
  color: #fff;
}
.treeview-dark .treeview-link:disabled, .treeview-dark .treeview-link.disabled {
  background-color: transparent;
  color: rgba(81, 92, 101, 0.5);
}
.treeview-dark .treeview-link.treeview-no-hover:hover {
  background-color: transparent;
  color: #515c65;
}
.treeview-dark .component-action {
  color: #515c65;
}
.treeview-dark .component-action:disabled, .treeview-dark .component-action.disabled {
  color: #515c65;
}
.bg-checkered {
  background-image: linear-gradient(45deg, #e9ecef 25%, transparent 25%), linear-gradient(-45deg, #e9ecef 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #e9ecef 75%), linear-gradient(-45deg, transparent 75%, #e9ecef 75%);
  background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
  background-size: 20px 20px;
}

.close {
  align-items: center;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border-radius: 0.125rem;
  border-width: 0px;
  color: #000;
  cursor: pointer;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 700;
  height: 2rem;
  justify-content: center;
  line-height: 1;
  opacity: 0.5;
  padding: 0;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  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;
  width: 2rem;
}
.close::-ms-expand {
  display: none;
}
@media (prefers-reduced-motion: reduce) {
  .close {
    transition: none;
  }
}
.close:hover {
  color: #000;
  opacity: 0.75;
  text-decoration: none;
}
.close:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 75, 119, 0.25);
  outline: 0;
  opacity: 0.75;
}
.close:disabled, .close.disabled {
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.25;
  outline: 0;
}
.close .lexicon-icon {
  margin-top: 0;
}

.c-focus-inset:focus:not(:disabled):not(.disabled):not([disabled]), .c-focus-inset.focus:not(:disabled):not(.disabled):not([disabled]) {
  box-shadow: inset 0 0 0 0.2rem rgba(0, 75, 119, 0.25);
  border-color: rgba(0, 75, 119, 0.25);
  outline: 0;
}

.autofit-row {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
ul.autofit-row {
  list-style: none;
  padding-left: 0;
}

.autofit-row-center > .autofit-col {
  justify-content: center;
}

.autofit-row-end > .autofit-col {
  justify-content: flex-end;
}

.autofit-padded > .autofit-col {
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
}

.autofit-padded-no-gutters-x {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  width: auto;
}
.autofit-padded-no-gutters-x > .autofit-col {
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
}

.autofit-padded-no-gutters-y {
  margin-bottom: -0.25rem;
  margin-top: -0.25rem;
  width: auto;
}
.autofit-padded-no-gutters-y > .autofit-col {
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
}

.autofit-padded-no-gutters {
  margin-bottom: -0.25rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-top: -0.25rem;
  width: auto;
}
.autofit-padded-no-gutters > .autofit-col {
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
}

.autofit-padded-no-gutters-sm, .sheet-title .autofit-padded-no-gutters {
  margin: -0.25rem;
  width: auto;
}
.autofit-padded-no-gutters-sm > .autofit-col, .sheet-title .autofit-padded-no-gutters > .autofit-col {
  padding: 0.25rem;
}

.autofit-col, .tbar-item {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  min-height: 0;
  position: relative;
}

.autofit-col-shrink {
  flex-shrink: 1;
  min-width: 1rem;
  word-wrap: break-word;
}

.autofit-col-expand, .tbar-item-expand {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 3.125rem;
  word-wrap: break-word;
}

.autofit-section, .tbar-section {
  max-width: 100%;
}

.autofit-float {
  flex-wrap: wrap;
}
.autofit-float > .autofit-col {
  max-width: 100%;
}
.autofit-float > .autofit-col-end {
  margin-left: auto;
}
.autofit-float > .autofit-col-end + .autofit-col-end {
  margin-left: 0;
}

@media (max-width: 799.98px) {
  .autofit-float-sm-down {
    flex-wrap: wrap;
  }
  .autofit-float-sm-down > .autofit-col {
    max-width: 100%;
  }
  .autofit-float-sm-down > .autofit-col-end {
    margin-left: auto;
  }
  .autofit-float-sm-down > .autofit-col-end + .autofit-col-end {
    margin-left: 0;
  }
}

@media (max-width: 991.98px) {
  .autofit-float-md-down {
    flex-wrap: wrap;
  }
  .autofit-float-md-down > .autofit-col {
    max-width: 100%;
  }
  .autofit-float-md-down > .autofit-col-end {
    margin-left: auto;
  }
  .autofit-float-md-down > .autofit-col-end + .autofit-col-end {
    margin-left: 0;
  }
}

.autofit-float-end {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.autofit-float-end > .autofit-col {
  max-width: 100%;
}
.autofit-float-end > .autofit-col-end {
  margin-left: auto;
}
.autofit-float-end > .autofit-col-end + .autofit-col-end {
  margin-left: 0;
}

@media (max-width: 799.98px) {
  .autofit-float-end-sm-down {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .autofit-float-end-sm-down > .autofit-col {
    max-width: 100%;
  }
  .autofit-float-end-sm-down > .autofit-col-end {
    margin-left: auto;
  }
  .autofit-float-end-sm-down > .autofit-col-end + .autofit-col-end {
    margin-left: 0;
  }
}

@media (max-width: 991.98px) {
  .autofit-float-end-md-down {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .autofit-float-end-md-down > .autofit-col {
    max-width: 100%;
  }
  .autofit-float-end-md-down > .autofit-col-end {
    margin-left: auto;
  }
  .autofit-float-end-md-down > .autofit-col-end + .autofit-col-end {
    margin-left: 0;
  }
}

.c-inner {
  align-items: inherit;
  display: inherit;
  flex-direction: inherit;
  height: inherit;
  justify-content: inherit;
  line-height: inherit;
  max-width: inherit;
  min-width: inherit;
  outline: 0;
  overflow: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  padding-right: inherit;
  padding-top: inherit;
  text-overflow: inherit;
  width: inherit;
}

.heading-start {
  margin-right: 1rem;
}

.heading-end {
  margin-left: 1rem;
}

.heading-text {
  margin-bottom: auto;
  margin-top: auto;
}

.inline-scroller {
  -webkit-overflow-scrolling: touch;
  list-style: none;
  margin: 0;
  max-height: 125px;
  overflow: auto;
  padding: 0;
}
.inline-scroller:focus {
  outline: 0;
}
.inline-scroller:focus-visible {
  box-shadow: 0 0 0 0.2rem rgba(0, 75, 119, 0.25);
}

.inline-item {
  align-items: center;
  display: inline-flex;
  vertical-align: middle;
}
.inline-item .inline-item {
  display: inline;
}
.inline-item .lexicon-icon {
  margin-top: -0.1em;
}
.inline-item-before {
  margin-right: 0.5rem;
}

.inline-item-middle {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.inline-item-middle + .inline-item-middle {
  margin-left: 0;
}

.inline-item-after {
  margin-left: 0.5rem;
}

.page-header {
  background-color: #e9ecef;
}

.c-gap-0 {
  gap: 0;
}

.c-gapx-0 {
  -moz-column-gap: 0;
       column-gap: 0;
}

.c-gapy-0 {
  row-gap: 0;
}

.c-gap-1 {
  gap: 0.25rem;
}

.c-gapx-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.c-gapy-1 {
  row-gap: 0.25rem;
}

.c-gap-2 {
  gap: 0.5rem;
}

.c-gapx-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.c-gapy-2 {
  row-gap: 0.5rem;
}

.c-gap-3 {
  gap: 1rem;
}

.c-gapx-3 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.c-gapy-3 {
  row-gap: 1rem;
}

.c-gap-4 {
  gap: 1.5rem;
}

.c-gapx-4 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.c-gapy-4 {
  row-gap: 1.5rem;
}

.c-gap-5 {
  gap: 3rem;
}

.c-gapx-5 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.c-gapy-5 {
  row-gap: 3rem;
}

@media (min-width: 576px) {
  .c-gap-sm-0 {
    gap: 0;
  }
  .c-gapx-sm-0 {
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .c-gapy-sm-0 {
    row-gap: 0;
  }
  .c-gap-sm-1 {
    gap: 0.25rem;
  }
  .c-gapx-sm-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }
  .c-gapy-sm-1 {
    row-gap: 0.25rem;
  }
  .c-gap-sm-2 {
    gap: 0.5rem;
  }
  .c-gapx-sm-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
  .c-gapy-sm-2 {
    row-gap: 0.5rem;
  }
  .c-gap-sm-3 {
    gap: 1rem;
  }
  .c-gapx-sm-3 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .c-gapy-sm-3 {
    row-gap: 1rem;
  }
  .c-gap-sm-4 {
    gap: 1.5rem;
  }
  .c-gapx-sm-4 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
  .c-gapy-sm-4 {
    row-gap: 1.5rem;
  }
  .c-gap-sm-5 {
    gap: 3rem;
  }
  .c-gapx-sm-5 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  .c-gapy-sm-5 {
    row-gap: 3rem;
  }
}
@media (min-width: 800px) {
  .c-gap-md-0 {
    gap: 0;
  }
  .c-gapx-md-0 {
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .c-gapy-md-0 {
    row-gap: 0;
  }
  .c-gap-md-1 {
    gap: 0.25rem;
  }
  .c-gapx-md-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }
  .c-gapy-md-1 {
    row-gap: 0.25rem;
  }
  .c-gap-md-2 {
    gap: 0.5rem;
  }
  .c-gapx-md-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
  .c-gapy-md-2 {
    row-gap: 0.5rem;
  }
  .c-gap-md-3 {
    gap: 1rem;
  }
  .c-gapx-md-3 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .c-gapy-md-3 {
    row-gap: 1rem;
  }
  .c-gap-md-4 {
    gap: 1.5rem;
  }
  .c-gapx-md-4 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
  .c-gapy-md-4 {
    row-gap: 1.5rem;
  }
  .c-gap-md-5 {
    gap: 3rem;
  }
  .c-gapx-md-5 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  .c-gapy-md-5 {
    row-gap: 3rem;
  }
}
@media (min-width: 992px) {
  .c-gap-lg-0 {
    gap: 0;
  }
  .c-gapx-lg-0 {
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .c-gapy-lg-0 {
    row-gap: 0;
  }
  .c-gap-lg-1 {
    gap: 0.25rem;
  }
  .c-gapx-lg-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }
  .c-gapy-lg-1 {
    row-gap: 0.25rem;
  }
  .c-gap-lg-2 {
    gap: 0.5rem;
  }
  .c-gapx-lg-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
  .c-gapy-lg-2 {
    row-gap: 0.5rem;
  }
  .c-gap-lg-3 {
    gap: 1rem;
  }
  .c-gapx-lg-3 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .c-gapy-lg-3 {
    row-gap: 1rem;
  }
  .c-gap-lg-4 {
    gap: 1.5rem;
  }
  .c-gapx-lg-4 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
  .c-gapy-lg-4 {
    row-gap: 1.5rem;
  }
  .c-gap-lg-5 {
    gap: 3rem;
  }
  .c-gapx-lg-5 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  .c-gapy-lg-5 {
    row-gap: 3rem;
  }
}
@media (min-width: 1200px) {
  .c-gap-xl-0 {
    gap: 0;
  }
  .c-gapx-xl-0 {
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .c-gapy-xl-0 {
    row-gap: 0;
  }
  .c-gap-xl-1 {
    gap: 0.25rem;
  }
  .c-gapx-xl-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }
  .c-gapy-xl-1 {
    row-gap: 0.25rem;
  }
  .c-gap-xl-2 {
    gap: 0.5rem;
  }
  .c-gapx-xl-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
  .c-gapy-xl-2 {
    row-gap: 0.5rem;
  }
  .c-gap-xl-3 {
    gap: 1rem;
  }
  .c-gapx-xl-3 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .c-gapy-xl-3 {
    row-gap: 1rem;
  }
  .c-gap-xl-4 {
    gap: 1.5rem;
  }
  .c-gapx-xl-4 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
  .c-gapy-xl-4 {
    row-gap: 1.5rem;
  }
  .c-gap-xl-5 {
    gap: 3rem;
  }
  .c-gapx-xl-5 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  .c-gapy-xl-5 {
    row-gap: 3rem;
  }
}
.c-m-0 {
  margin: 0;
}

.c-mt-0,
.c-my-0 {
  margin-top: 0;
}

.c-mr-0,
.c-mx-0 {
  margin-right: 0;
}

.c-mb-0,
.c-my-0 {
  margin-bottom: 0;
}

.c-ml-0,
.c-mx-0 {
  margin-left: 0;
}

.c-m-1 {
  margin: 0.25rem;
}

.c-mt-1,
.c-my-1 {
  margin-top: 0.25rem;
}

.c-mr-1,
.c-mx-1 {
  margin-right: 0.25rem;
}

.c-mb-1,
.c-my-1 {
  margin-bottom: 0.25rem;
}

.c-ml-1,
.c-mx-1 {
  margin-left: 0.25rem;
}

.c-m-2 {
  margin: 0.5rem;
}

.c-mt-2,
.c-my-2 {
  margin-top: 0.5rem;
}

.c-mr-2,
.c-mx-2 {
  margin-right: 0.5rem;
}

.c-mb-2,
.c-my-2 {
  margin-bottom: 0.5rem;
}

.c-ml-2,
.c-mx-2 {
  margin-left: 0.5rem;
}

.c-m-3 {
  margin: 1rem;
}

.c-mt-3,
.c-my-3 {
  margin-top: 1rem;
}

.c-mr-3,
.c-mx-3 {
  margin-right: 1rem;
}

.c-mb-3,
.c-my-3 {
  margin-bottom: 1rem;
}

.c-ml-3,
.c-mx-3 {
  margin-left: 1rem;
}

.c-m-4 {
  margin: 1.5rem;
}

.c-mt-4,
.c-my-4 {
  margin-top: 1.5rem;
}

.c-mr-4,
.c-mx-4 {
  margin-right: 1.5rem;
}

.c-mb-4,
.c-my-4 {
  margin-bottom: 1.5rem;
}

.c-ml-4,
.c-mx-4 {
  margin-left: 1.5rem;
}

.c-m-5 {
  margin: 3rem;
}

.c-mt-5,
.c-my-5 {
  margin-top: 3rem;
}

.c-mr-5,
.c-mx-5 {
  margin-right: 3rem;
}

.c-mb-5,
.c-my-5 {
  margin-bottom: 3rem;
}

.c-ml-5,
.c-mx-5 {
  margin-left: 3rem;
}

.c-m-6 {
  margin: 4.5rem;
}

.c-mt-6,
.c-my-6 {
  margin-top: 4.5rem;
}

.c-mr-6,
.c-mx-6 {
  margin-right: 4.5rem;
}

.c-mb-6,
.c-my-6 {
  margin-bottom: 4.5rem;
}

.c-ml-6,
.c-mx-6 {
  margin-left: 4.5rem;
}

.c-m-7 {
  margin: 6rem;
}

.c-mt-7,
.c-my-7 {
  margin-top: 6rem;
}

.c-mr-7,
.c-mx-7 {
  margin-right: 6rem;
}

.c-mb-7,
.c-my-7 {
  margin-bottom: 6rem;
}

.c-ml-7,
.c-mx-7 {
  margin-left: 6rem;
}

.c-m-8 {
  margin: 7.5rem;
}

.c-mt-8,
.c-my-8 {
  margin-top: 7.5rem;
}

.c-mr-8,
.c-mx-8 {
  margin-right: 7.5rem;
}

.c-mb-8,
.c-my-8 {
  margin-bottom: 7.5rem;
}

.c-ml-8,
.c-mx-8 {
  margin-left: 7.5rem;
}

.c-p-0 {
  padding: 0;
}

.c-pt-0,
.c-py-0 {
  padding-top: 0;
}

.c-pr-0,
.c-px-0 {
  padding-right: 0;
}

.c-pb-0,
.c-py-0 {
  padding-bottom: 0;
}

.c-pl-0,
.c-px-0 {
  padding-left: 0;
}

.c-p-1 {
  padding: 0.25rem;
}

.c-pt-1,
.c-py-1 {
  padding-top: 0.25rem;
}

.c-pr-1,
.c-px-1 {
  padding-right: 0.25rem;
}

.c-pb-1,
.c-py-1 {
  padding-bottom: 0.25rem;
}

.c-pl-1,
.c-px-1 {
  padding-left: 0.25rem;
}

.c-p-2 {
  padding: 0.5rem;
}

.c-pt-2,
.c-py-2 {
  padding-top: 0.5rem;
}

.c-pr-2,
.c-px-2 {
  padding-right: 0.5rem;
}

.c-pb-2,
.c-py-2 {
  padding-bottom: 0.5rem;
}

.c-pl-2,
.c-px-2 {
  padding-left: 0.5rem;
}

.c-p-3 {
  padding: 1rem;
}

.c-pt-3,
.c-py-3 {
  padding-top: 1rem;
}

.c-pr-3,
.c-px-3 {
  padding-right: 1rem;
}

.c-pb-3,
.c-py-3 {
  padding-bottom: 1rem;
}

.c-pl-3,
.c-px-3 {
  padding-left: 1rem;
}

.c-p-4 {
  padding: 1.5rem;
}

.c-pt-4,
.c-py-4 {
  padding-top: 1.5rem;
}

.c-pr-4,
.c-px-4 {
  padding-right: 1.5rem;
}

.c-pb-4,
.c-py-4 {
  padding-bottom: 1.5rem;
}

.c-pl-4,
.c-px-4 {
  padding-left: 1.5rem;
}

.c-p-5 {
  padding: 3rem;
}

.c-pt-5,
.c-py-5 {
  padding-top: 3rem;
}

.c-pr-5,
.c-px-5 {
  padding-right: 3rem;
}

.c-pb-5,
.c-py-5 {
  padding-bottom: 3rem;
}

.c-pl-5,
.c-px-5 {
  padding-left: 3rem;
}

.c-p-6 {
  padding: 4.5rem;
}

.c-pt-6,
.c-py-6 {
  padding-top: 4.5rem;
}

.c-pr-6,
.c-px-6 {
  padding-right: 4.5rem;
}

.c-pb-6,
.c-py-6 {
  padding-bottom: 4.5rem;
}

.c-pl-6,
.c-px-6 {
  padding-left: 4.5rem;
}

.c-p-7 {
  padding: 6rem;
}

.c-pt-7,
.c-py-7 {
  padding-top: 6rem;
}

.c-pr-7,
.c-px-7 {
  padding-right: 6rem;
}

.c-pb-7,
.c-py-7 {
  padding-bottom: 6rem;
}

.c-pl-7,
.c-px-7 {
  padding-left: 6rem;
}

.c-p-8 {
  padding: 7.5rem;
}

.c-pt-8,
.c-py-8 {
  padding-top: 7.5rem;
}

.c-pr-8,
.c-px-8 {
  padding-right: 7.5rem;
}

.c-pb-8,
.c-py-8 {
  padding-bottom: 7.5rem;
}

.c-pl-8,
.c-px-8 {
  padding-left: 7.5rem;
}

.c-m-n1 {
  margin: -0.25rem;
}

.c-mt-n1,
.c-my-n1 {
  margin-top: -0.25rem;
}

.c-mr-n1,
.c-mx-n1 {
  margin-right: -0.25rem;
}

.c-mb-n1,
.c-my-n1 {
  margin-bottom: -0.25rem;
}

.c-ml-n1,
.c-mx-n1 {
  margin-left: -0.25rem;
}

.c-m-n2 {
  margin: -0.5rem;
}

.c-mt-n2,
.c-my-n2 {
  margin-top: -0.5rem;
}

.c-mr-n2,
.c-mx-n2 {
  margin-right: -0.5rem;
}

.c-mb-n2,
.c-my-n2 {
  margin-bottom: -0.5rem;
}

.c-ml-n2,
.c-mx-n2 {
  margin-left: -0.5rem;
}

.c-m-n3 {
  margin: -1rem;
}

.c-mt-n3,
.c-my-n3 {
  margin-top: -1rem;
}

.c-mr-n3,
.c-mx-n3 {
  margin-right: -1rem;
}

.c-mb-n3,
.c-my-n3 {
  margin-bottom: -1rem;
}

.c-ml-n3,
.c-mx-n3 {
  margin-left: -1rem;
}

.c-m-n4 {
  margin: -1.5rem;
}

.c-mt-n4,
.c-my-n4 {
  margin-top: -1.5rem;
}

.c-mr-n4,
.c-mx-n4 {
  margin-right: -1.5rem;
}

.c-mb-n4,
.c-my-n4 {
  margin-bottom: -1.5rem;
}

.c-ml-n4,
.c-mx-n4 {
  margin-left: -1.5rem;
}

.c-m-n5 {
  margin: -3rem;
}

.c-mt-n5,
.c-my-n5 {
  margin-top: -3rem;
}

.c-mr-n5,
.c-mx-n5 {
  margin-right: -3rem;
}

.c-mb-n5,
.c-my-n5 {
  margin-bottom: -3rem;
}

.c-ml-n5,
.c-mx-n5 {
  margin-left: -3rem;
}

.c-m-n6 {
  margin: -4.5rem;
}

.c-mt-n6,
.c-my-n6 {
  margin-top: -4.5rem;
}

.c-mr-n6,
.c-mx-n6 {
  margin-right: -4.5rem;
}

.c-mb-n6,
.c-my-n6 {
  margin-bottom: -4.5rem;
}

.c-ml-n6,
.c-mx-n6 {
  margin-left: -4.5rem;
}

.c-m-n7 {
  margin: -6rem;
}

.c-mt-n7,
.c-my-n7 {
  margin-top: -6rem;
}

.c-mr-n7,
.c-mx-n7 {
  margin-right: -6rem;
}

.c-mb-n7,
.c-my-n7 {
  margin-bottom: -6rem;
}

.c-ml-n7,
.c-mx-n7 {
  margin-left: -6rem;
}

.c-m-n8 {
  margin: -7.5rem;
}

.c-mt-n8,
.c-my-n8 {
  margin-top: -7.5rem;
}

.c-mr-n8,
.c-mx-n8 {
  margin-right: -7.5rem;
}

.c-mb-n8,
.c-my-n8 {
  margin-bottom: -7.5rem;
}

.c-ml-n8,
.c-mx-n8 {
  margin-left: -7.5rem;
}

.c-m-auto {
  margin: auto;
}

.c-mt-auto,
.c-my-auto {
  margin-top: auto;
}

.c-mr-auto,
.c-mx-auto {
  margin-right: auto;
}

.c-mb-auto,
.c-my-auto {
  margin-bottom: auto;
}

.c-ml-auto,
.c-mx-auto {
  margin-left: auto;
}

@media (min-width: 576px) {
  .c-m-sm-0 {
    margin: 0;
  }
  .c-mt-sm-0,
  .c-my-sm-0 {
    margin-top: 0;
  }
  .c-mr-sm-0,
  .c-mx-sm-0 {
    margin-right: 0;
  }
  .c-mb-sm-0,
  .c-my-sm-0 {
    margin-bottom: 0;
  }
  .c-ml-sm-0,
  .c-mx-sm-0 {
    margin-left: 0;
  }
  .c-m-sm-1 {
    margin: 0.25rem;
  }
  .c-mt-sm-1,
  .c-my-sm-1 {
    margin-top: 0.25rem;
  }
  .c-mr-sm-1,
  .c-mx-sm-1 {
    margin-right: 0.25rem;
  }
  .c-mb-sm-1,
  .c-my-sm-1 {
    margin-bottom: 0.25rem;
  }
  .c-ml-sm-1,
  .c-mx-sm-1 {
    margin-left: 0.25rem;
  }
  .c-m-sm-2 {
    margin: 0.5rem;
  }
  .c-mt-sm-2,
  .c-my-sm-2 {
    margin-top: 0.5rem;
  }
  .c-mr-sm-2,
  .c-mx-sm-2 {
    margin-right: 0.5rem;
  }
  .c-mb-sm-2,
  .c-my-sm-2 {
    margin-bottom: 0.5rem;
  }
  .c-ml-sm-2,
  .c-mx-sm-2 {
    margin-left: 0.5rem;
  }
  .c-m-sm-3 {
    margin: 1rem;
  }
  .c-mt-sm-3,
  .c-my-sm-3 {
    margin-top: 1rem;
  }
  .c-mr-sm-3,
  .c-mx-sm-3 {
    margin-right: 1rem;
  }
  .c-mb-sm-3,
  .c-my-sm-3 {
    margin-bottom: 1rem;
  }
  .c-ml-sm-3,
  .c-mx-sm-3 {
    margin-left: 1rem;
  }
  .c-m-sm-4 {
    margin: 1.5rem;
  }
  .c-mt-sm-4,
  .c-my-sm-4 {
    margin-top: 1.5rem;
  }
  .c-mr-sm-4,
  .c-mx-sm-4 {
    margin-right: 1.5rem;
  }
  .c-mb-sm-4,
  .c-my-sm-4 {
    margin-bottom: 1.5rem;
  }
  .c-ml-sm-4,
  .c-mx-sm-4 {
    margin-left: 1.5rem;
  }
  .c-m-sm-5 {
    margin: 3rem;
  }
  .c-mt-sm-5,
  .c-my-sm-5 {
    margin-top: 3rem;
  }
  .c-mr-sm-5,
  .c-mx-sm-5 {
    margin-right: 3rem;
  }
  .c-mb-sm-5,
  .c-my-sm-5 {
    margin-bottom: 3rem;
  }
  .c-ml-sm-5,
  .c-mx-sm-5 {
    margin-left: 3rem;
  }
  .c-m-sm-6 {
    margin: 4.5rem;
  }
  .c-mt-sm-6,
  .c-my-sm-6 {
    margin-top: 4.5rem;
  }
  .c-mr-sm-6,
  .c-mx-sm-6 {
    margin-right: 4.5rem;
  }
  .c-mb-sm-6,
  .c-my-sm-6 {
    margin-bottom: 4.5rem;
  }
  .c-ml-sm-6,
  .c-mx-sm-6 {
    margin-left: 4.5rem;
  }
  .c-m-sm-7 {
    margin: 6rem;
  }
  .c-mt-sm-7,
  .c-my-sm-7 {
    margin-top: 6rem;
  }
  .c-mr-sm-7,
  .c-mx-sm-7 {
    margin-right: 6rem;
  }
  .c-mb-sm-7,
  .c-my-sm-7 {
    margin-bottom: 6rem;
  }
  .c-ml-sm-7,
  .c-mx-sm-7 {
    margin-left: 6rem;
  }
  .c-m-sm-8 {
    margin: 7.5rem;
  }
  .c-mt-sm-8,
  .c-my-sm-8 {
    margin-top: 7.5rem;
  }
  .c-mr-sm-8,
  .c-mx-sm-8 {
    margin-right: 7.5rem;
  }
  .c-mb-sm-8,
  .c-my-sm-8 {
    margin-bottom: 7.5rem;
  }
  .c-ml-sm-8,
  .c-mx-sm-8 {
    margin-left: 7.5rem;
  }
  .c-p-sm-0 {
    padding: 0;
  }
  .c-pt-sm-0,
  .c-py-sm-0 {
    padding-top: 0;
  }
  .c-pr-sm-0,
  .c-px-sm-0 {
    padding-right: 0;
  }
  .c-pb-sm-0,
  .c-py-sm-0 {
    padding-bottom: 0;
  }
  .c-pl-sm-0,
  .c-px-sm-0 {
    padding-left: 0;
  }
  .c-p-sm-1 {
    padding: 0.25rem;
  }
  .c-pt-sm-1,
  .c-py-sm-1 {
    padding-top: 0.25rem;
  }
  .c-pr-sm-1,
  .c-px-sm-1 {
    padding-right: 0.25rem;
  }
  .c-pb-sm-1,
  .c-py-sm-1 {
    padding-bottom: 0.25rem;
  }
  .c-pl-sm-1,
  .c-px-sm-1 {
    padding-left: 0.25rem;
  }
  .c-p-sm-2 {
    padding: 0.5rem;
  }
  .c-pt-sm-2,
  .c-py-sm-2 {
    padding-top: 0.5rem;
  }
  .c-pr-sm-2,
  .c-px-sm-2 {
    padding-right: 0.5rem;
  }
  .c-pb-sm-2,
  .c-py-sm-2 {
    padding-bottom: 0.5rem;
  }
  .c-pl-sm-2,
  .c-px-sm-2 {
    padding-left: 0.5rem;
  }
  .c-p-sm-3 {
    padding: 1rem;
  }
  .c-pt-sm-3,
  .c-py-sm-3 {
    padding-top: 1rem;
  }
  .c-pr-sm-3,
  .c-px-sm-3 {
    padding-right: 1rem;
  }
  .c-pb-sm-3,
  .c-py-sm-3 {
    padding-bottom: 1rem;
  }
  .c-pl-sm-3,
  .c-px-sm-3 {
    padding-left: 1rem;
  }
  .c-p-sm-4 {
    padding: 1.5rem;
  }
  .c-pt-sm-4,
  .c-py-sm-4 {
    padding-top: 1.5rem;
  }
  .c-pr-sm-4,
  .c-px-sm-4 {
    padding-right: 1.5rem;
  }
  .c-pb-sm-4,
  .c-py-sm-4 {
    padding-bottom: 1.5rem;
  }
  .c-pl-sm-4,
  .c-px-sm-4 {
    padding-left: 1.5rem;
  }
  .c-p-sm-5 {
    padding: 3rem;
  }
  .c-pt-sm-5,
  .c-py-sm-5 {
    padding-top: 3rem;
  }
  .c-pr-sm-5,
  .c-px-sm-5 {
    padding-right: 3rem;
  }
  .c-pb-sm-5,
  .c-py-sm-5 {
    padding-bottom: 3rem;
  }
  .c-pl-sm-5,
  .c-px-sm-5 {
    padding-left: 3rem;
  }
  .c-p-sm-6 {
    padding: 4.5rem;
  }
  .c-pt-sm-6,
  .c-py-sm-6 {
    padding-top: 4.5rem;
  }
  .c-pr-sm-6,
  .c-px-sm-6 {
    padding-right: 4.5rem;
  }
  .c-pb-sm-6,
  .c-py-sm-6 {
    padding-bottom: 4.5rem;
  }
  .c-pl-sm-6,
  .c-px-sm-6 {
    padding-left: 4.5rem;
  }
  .c-p-sm-7 {
    padding: 6rem;
  }
  .c-pt-sm-7,
  .c-py-sm-7 {
    padding-top: 6rem;
  }
  .c-pr-sm-7,
  .c-px-sm-7 {
    padding-right: 6rem;
  }
  .c-pb-sm-7,
  .c-py-sm-7 {
    padding-bottom: 6rem;
  }
  .c-pl-sm-7,
  .c-px-sm-7 {
    padding-left: 6rem;
  }
  .c-p-sm-8 {
    padding: 7.5rem;
  }
  .c-pt-sm-8,
  .c-py-sm-8 {
    padding-top: 7.5rem;
  }
  .c-pr-sm-8,
  .c-px-sm-8 {
    padding-right: 7.5rem;
  }
  .c-pb-sm-8,
  .c-py-sm-8 {
    padding-bottom: 7.5rem;
  }
  .c-pl-sm-8,
  .c-px-sm-8 {
    padding-left: 7.5rem;
  }
  .c-m-sm-n1 {
    margin: -0.25rem;
  }
  .c-mt-sm-n1,
  .c-my-sm-n1 {
    margin-top: -0.25rem;
  }
  .c-mr-sm-n1,
  .c-mx-sm-n1 {
    margin-right: -0.25rem;
  }
  .c-mb-sm-n1,
  .c-my-sm-n1 {
    margin-bottom: -0.25rem;
  }
  .c-ml-sm-n1,
  .c-mx-sm-n1 {
    margin-left: -0.25rem;
  }
  .c-m-sm-n2 {
    margin: -0.5rem;
  }
  .c-mt-sm-n2,
  .c-my-sm-n2 {
    margin-top: -0.5rem;
  }
  .c-mr-sm-n2,
  .c-mx-sm-n2 {
    margin-right: -0.5rem;
  }
  .c-mb-sm-n2,
  .c-my-sm-n2 {
    margin-bottom: -0.5rem;
  }
  .c-ml-sm-n2,
  .c-mx-sm-n2 {
    margin-left: -0.5rem;
  }
  .c-m-sm-n3 {
    margin: -1rem;
  }
  .c-mt-sm-n3,
  .c-my-sm-n3 {
    margin-top: -1rem;
  }
  .c-mr-sm-n3,
  .c-mx-sm-n3 {
    margin-right: -1rem;
  }
  .c-mb-sm-n3,
  .c-my-sm-n3 {
    margin-bottom: -1rem;
  }
  .c-ml-sm-n3,
  .c-mx-sm-n3 {
    margin-left: -1rem;
  }
  .c-m-sm-n4 {
    margin: -1.5rem;
  }
  .c-mt-sm-n4,
  .c-my-sm-n4 {
    margin-top: -1.5rem;
  }
  .c-mr-sm-n4,
  .c-mx-sm-n4 {
    margin-right: -1.5rem;
  }
  .c-mb-sm-n4,
  .c-my-sm-n4 {
    margin-bottom: -1.5rem;
  }
  .c-ml-sm-n4,
  .c-mx-sm-n4 {
    margin-left: -1.5rem;
  }
  .c-m-sm-n5 {
    margin: -3rem;
  }
  .c-mt-sm-n5,
  .c-my-sm-n5 {
    margin-top: -3rem;
  }
  .c-mr-sm-n5,
  .c-mx-sm-n5 {
    margin-right: -3rem;
  }
  .c-mb-sm-n5,
  .c-my-sm-n5 {
    margin-bottom: -3rem;
  }
  .c-ml-sm-n5,
  .c-mx-sm-n5 {
    margin-left: -3rem;
  }
  .c-m-sm-n6 {
    margin: -4.5rem;
  }
  .c-mt-sm-n6,
  .c-my-sm-n6 {
    margin-top: -4.5rem;
  }
  .c-mr-sm-n6,
  .c-mx-sm-n6 {
    margin-right: -4.5rem;
  }
  .c-mb-sm-n6,
  .c-my-sm-n6 {
    margin-bottom: -4.5rem;
  }
  .c-ml-sm-n6,
  .c-mx-sm-n6 {
    margin-left: -4.5rem;
  }
  .c-m-sm-n7 {
    margin: -6rem;
  }
  .c-mt-sm-n7,
  .c-my-sm-n7 {
    margin-top: -6rem;
  }
  .c-mr-sm-n7,
  .c-mx-sm-n7 {
    margin-right: -6rem;
  }
  .c-mb-sm-n7,
  .c-my-sm-n7 {
    margin-bottom: -6rem;
  }
  .c-ml-sm-n7,
  .c-mx-sm-n7 {
    margin-left: -6rem;
  }
  .c-m-sm-n8 {
    margin: -7.5rem;
  }
  .c-mt-sm-n8,
  .c-my-sm-n8 {
    margin-top: -7.5rem;
  }
  .c-mr-sm-n8,
  .c-mx-sm-n8 {
    margin-right: -7.5rem;
  }
  .c-mb-sm-n8,
  .c-my-sm-n8 {
    margin-bottom: -7.5rem;
  }
  .c-ml-sm-n8,
  .c-mx-sm-n8 {
    margin-left: -7.5rem;
  }
  .c-m-sm-auto {
    margin: auto;
  }
  .c-mt-sm-auto,
  .c-my-sm-auto {
    margin-top: auto;
  }
  .c-mr-sm-auto,
  .c-mx-sm-auto {
    margin-right: auto;
  }
  .c-mb-sm-auto,
  .c-my-sm-auto {
    margin-bottom: auto;
  }
  .c-ml-sm-auto,
  .c-mx-sm-auto {
    margin-left: auto;
  }
}
@media (min-width: 800px) {
  .c-m-md-0 {
    margin: 0;
  }
  .c-mt-md-0,
  .c-my-md-0 {
    margin-top: 0;
  }
  .c-mr-md-0,
  .c-mx-md-0 {
    margin-right: 0;
  }
  .c-mb-md-0,
  .c-my-md-0 {
    margin-bottom: 0;
  }
  .c-ml-md-0,
  .c-mx-md-0 {
    margin-left: 0;
  }
  .c-m-md-1 {
    margin: 0.25rem;
  }
  .c-mt-md-1,
  .c-my-md-1 {
    margin-top: 0.25rem;
  }
  .c-mr-md-1,
  .c-mx-md-1 {
    margin-right: 0.25rem;
  }
  .c-mb-md-1,
  .c-my-md-1 {
    margin-bottom: 0.25rem;
  }
  .c-ml-md-1,
  .c-mx-md-1 {
    margin-left: 0.25rem;
  }
  .c-m-md-2 {
    margin: 0.5rem;
  }
  .c-mt-md-2,
  .c-my-md-2 {
    margin-top: 0.5rem;
  }
  .c-mr-md-2,
  .c-mx-md-2 {
    margin-right: 0.5rem;
  }
  .c-mb-md-2,
  .c-my-md-2 {
    margin-bottom: 0.5rem;
  }
  .c-ml-md-2,
  .c-mx-md-2 {
    margin-left: 0.5rem;
  }
  .c-m-md-3 {
    margin: 1rem;
  }
  .c-mt-md-3,
  .c-my-md-3 {
    margin-top: 1rem;
  }
  .c-mr-md-3,
  .c-mx-md-3 {
    margin-right: 1rem;
  }
  .c-mb-md-3,
  .c-my-md-3 {
    margin-bottom: 1rem;
  }
  .c-ml-md-3,
  .c-mx-md-3 {
    margin-left: 1rem;
  }
  .c-m-md-4 {
    margin: 1.5rem;
  }
  .c-mt-md-4,
  .c-my-md-4 {
    margin-top: 1.5rem;
  }
  .c-mr-md-4,
  .c-mx-md-4 {
    margin-right: 1.5rem;
  }
  .c-mb-md-4,
  .c-my-md-4 {
    margin-bottom: 1.5rem;
  }
  .c-ml-md-4,
  .c-mx-md-4 {
    margin-left: 1.5rem;
  }
  .c-m-md-5 {
    margin: 3rem;
  }
  .c-mt-md-5,
  .c-my-md-5 {
    margin-top: 3rem;
  }
  .c-mr-md-5,
  .c-mx-md-5 {
    margin-right: 3rem;
  }
  .c-mb-md-5,
  .c-my-md-5 {
    margin-bottom: 3rem;
  }
  .c-ml-md-5,
  .c-mx-md-5 {
    margin-left: 3rem;
  }
  .c-m-md-6 {
    margin: 4.5rem;
  }
  .c-mt-md-6,
  .c-my-md-6 {
    margin-top: 4.5rem;
  }
  .c-mr-md-6,
  .c-mx-md-6 {
    margin-right: 4.5rem;
  }
  .c-mb-md-6,
  .c-my-md-6 {
    margin-bottom: 4.5rem;
  }
  .c-ml-md-6,
  .c-mx-md-6 {
    margin-left: 4.5rem;
  }
  .c-m-md-7 {
    margin: 6rem;
  }
  .c-mt-md-7,
  .c-my-md-7 {
    margin-top: 6rem;
  }
  .c-mr-md-7,
  .c-mx-md-7 {
    margin-right: 6rem;
  }
  .c-mb-md-7,
  .c-my-md-7 {
    margin-bottom: 6rem;
  }
  .c-ml-md-7,
  .c-mx-md-7 {
    margin-left: 6rem;
  }
  .c-m-md-8 {
    margin: 7.5rem;
  }
  .c-mt-md-8,
  .c-my-md-8 {
    margin-top: 7.5rem;
  }
  .c-mr-md-8,
  .c-mx-md-8 {
    margin-right: 7.5rem;
  }
  .c-mb-md-8,
  .c-my-md-8 {
    margin-bottom: 7.5rem;
  }
  .c-ml-md-8,
  .c-mx-md-8 {
    margin-left: 7.5rem;
  }
  .c-p-md-0 {
    padding: 0;
  }
  .c-pt-md-0,
  .c-py-md-0 {
    padding-top: 0;
  }
  .c-pr-md-0,
  .c-px-md-0 {
    padding-right: 0;
  }
  .c-pb-md-0,
  .c-py-md-0 {
    padding-bottom: 0;
  }
  .c-pl-md-0,
  .c-px-md-0 {
    padding-left: 0;
  }
  .c-p-md-1 {
    padding: 0.25rem;
  }
  .c-pt-md-1,
  .c-py-md-1 {
    padding-top: 0.25rem;
  }
  .c-pr-md-1,
  .c-px-md-1 {
    padding-right: 0.25rem;
  }
  .c-pb-md-1,
  .c-py-md-1 {
    padding-bottom: 0.25rem;
  }
  .c-pl-md-1,
  .c-px-md-1 {
    padding-left: 0.25rem;
  }
  .c-p-md-2 {
    padding: 0.5rem;
  }
  .c-pt-md-2,
  .c-py-md-2 {
    padding-top: 0.5rem;
  }
  .c-pr-md-2,
  .c-px-md-2 {
    padding-right: 0.5rem;
  }
  .c-pb-md-2,
  .c-py-md-2 {
    padding-bottom: 0.5rem;
  }
  .c-pl-md-2,
  .c-px-md-2 {
    padding-left: 0.5rem;
  }
  .c-p-md-3 {
    padding: 1rem;
  }
  .c-pt-md-3,
  .c-py-md-3 {
    padding-top: 1rem;
  }
  .c-pr-md-3,
  .c-px-md-3 {
    padding-right: 1rem;
  }
  .c-pb-md-3,
  .c-py-md-3 {
    padding-bottom: 1rem;
  }
  .c-pl-md-3,
  .c-px-md-3 {
    padding-left: 1rem;
  }
  .c-p-md-4 {
    padding: 1.5rem;
  }
  .c-pt-md-4,
  .c-py-md-4 {
    padding-top: 1.5rem;
  }
  .c-pr-md-4,
  .c-px-md-4 {
    padding-right: 1.5rem;
  }
  .c-pb-md-4,
  .c-py-md-4 {
    padding-bottom: 1.5rem;
  }
  .c-pl-md-4,
  .c-px-md-4 {
    padding-left: 1.5rem;
  }
  .c-p-md-5 {
    padding: 3rem;
  }
  .c-pt-md-5,
  .c-py-md-5 {
    padding-top: 3rem;
  }
  .c-pr-md-5,
  .c-px-md-5 {
    padding-right: 3rem;
  }
  .c-pb-md-5,
  .c-py-md-5 {
    padding-bottom: 3rem;
  }
  .c-pl-md-5,
  .c-px-md-5 {
    padding-left: 3rem;
  }
  .c-p-md-6 {
    padding: 4.5rem;
  }
  .c-pt-md-6,
  .c-py-md-6 {
    padding-top: 4.5rem;
  }
  .c-pr-md-6,
  .c-px-md-6 {
    padding-right: 4.5rem;
  }
  .c-pb-md-6,
  .c-py-md-6 {
    padding-bottom: 4.5rem;
  }
  .c-pl-md-6,
  .c-px-md-6 {
    padding-left: 4.5rem;
  }
  .c-p-md-7 {
    padding: 6rem;
  }
  .c-pt-md-7,
  .c-py-md-7 {
    padding-top: 6rem;
  }
  .c-pr-md-7,
  .c-px-md-7 {
    padding-right: 6rem;
  }
  .c-pb-md-7,
  .c-py-md-7 {
    padding-bottom: 6rem;
  }
  .c-pl-md-7,
  .c-px-md-7 {
    padding-left: 6rem;
  }
  .c-p-md-8 {
    padding: 7.5rem;
  }
  .c-pt-md-8,
  .c-py-md-8 {
    padding-top: 7.5rem;
  }
  .c-pr-md-8,
  .c-px-md-8 {
    padding-right: 7.5rem;
  }
  .c-pb-md-8,
  .c-py-md-8 {
    padding-bottom: 7.5rem;
  }
  .c-pl-md-8,
  .c-px-md-8 {
    padding-left: 7.5rem;
  }
  .c-m-md-n1 {
    margin: -0.25rem;
  }
  .c-mt-md-n1,
  .c-my-md-n1 {
    margin-top: -0.25rem;
  }
  .c-mr-md-n1,
  .c-mx-md-n1 {
    margin-right: -0.25rem;
  }
  .c-mb-md-n1,
  .c-my-md-n1 {
    margin-bottom: -0.25rem;
  }
  .c-ml-md-n1,
  .c-mx-md-n1 {
    margin-left: -0.25rem;
  }
  .c-m-md-n2 {
    margin: -0.5rem;
  }
  .c-mt-md-n2,
  .c-my-md-n2 {
    margin-top: -0.5rem;
  }
  .c-mr-md-n2,
  .c-mx-md-n2 {
    margin-right: -0.5rem;
  }
  .c-mb-md-n2,
  .c-my-md-n2 {
    margin-bottom: -0.5rem;
  }
  .c-ml-md-n2,
  .c-mx-md-n2 {
    margin-left: -0.5rem;
  }
  .c-m-md-n3 {
    margin: -1rem;
  }
  .c-mt-md-n3,
  .c-my-md-n3 {
    margin-top: -1rem;
  }
  .c-mr-md-n3,
  .c-mx-md-n3 {
    margin-right: -1rem;
  }
  .c-mb-md-n3,
  .c-my-md-n3 {
    margin-bottom: -1rem;
  }
  .c-ml-md-n3,
  .c-mx-md-n3 {
    margin-left: -1rem;
  }
  .c-m-md-n4 {
    margin: -1.5rem;
  }
  .c-mt-md-n4,
  .c-my-md-n4 {
    margin-top: -1.5rem;
  }
  .c-mr-md-n4,
  .c-mx-md-n4 {
    margin-right: -1.5rem;
  }
  .c-mb-md-n4,
  .c-my-md-n4 {
    margin-bottom: -1.5rem;
  }
  .c-ml-md-n4,
  .c-mx-md-n4 {
    margin-left: -1.5rem;
  }
  .c-m-md-n5 {
    margin: -3rem;
  }
  .c-mt-md-n5,
  .c-my-md-n5 {
    margin-top: -3rem;
  }
  .c-mr-md-n5,
  .c-mx-md-n5 {
    margin-right: -3rem;
  }
  .c-mb-md-n5,
  .c-my-md-n5 {
    margin-bottom: -3rem;
  }
  .c-ml-md-n5,
  .c-mx-md-n5 {
    margin-left: -3rem;
  }
  .c-m-md-n6 {
    margin: -4.5rem;
  }
  .c-mt-md-n6,
  .c-my-md-n6 {
    margin-top: -4.5rem;
  }
  .c-mr-md-n6,
  .c-mx-md-n6 {
    margin-right: -4.5rem;
  }
  .c-mb-md-n6,
  .c-my-md-n6 {
    margin-bottom: -4.5rem;
  }
  .c-ml-md-n6,
  .c-mx-md-n6 {
    margin-left: -4.5rem;
  }
  .c-m-md-n7 {
    margin: -6rem;
  }
  .c-mt-md-n7,
  .c-my-md-n7 {
    margin-top: -6rem;
  }
  .c-mr-md-n7,
  .c-mx-md-n7 {
    margin-right: -6rem;
  }
  .c-mb-md-n7,
  .c-my-md-n7 {
    margin-bottom: -6rem;
  }
  .c-ml-md-n7,
  .c-mx-md-n7 {
    margin-left: -6rem;
  }
  .c-m-md-n8 {
    margin: -7.5rem;
  }
  .c-mt-md-n8,
  .c-my-md-n8 {
    margin-top: -7.5rem;
  }
  .c-mr-md-n8,
  .c-mx-md-n8 {
    margin-right: -7.5rem;
  }
  .c-mb-md-n8,
  .c-my-md-n8 {
    margin-bottom: -7.5rem;
  }
  .c-ml-md-n8,
  .c-mx-md-n8 {
    margin-left: -7.5rem;
  }
  .c-m-md-auto {
    margin: auto;
  }
  .c-mt-md-auto,
  .c-my-md-auto {
    margin-top: auto;
  }
  .c-mr-md-auto,
  .c-mx-md-auto {
    margin-right: auto;
  }
  .c-mb-md-auto,
  .c-my-md-auto {
    margin-bottom: auto;
  }
  .c-ml-md-auto,
  .c-mx-md-auto {
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .c-m-lg-0 {
    margin: 0;
  }
  .c-mt-lg-0,
  .c-my-lg-0 {
    margin-top: 0;
  }
  .c-mr-lg-0,
  .c-mx-lg-0 {
    margin-right: 0;
  }
  .c-mb-lg-0,
  .c-my-lg-0 {
    margin-bottom: 0;
  }
  .c-ml-lg-0,
  .c-mx-lg-0 {
    margin-left: 0;
  }
  .c-m-lg-1 {
    margin: 0.25rem;
  }
  .c-mt-lg-1,
  .c-my-lg-1 {
    margin-top: 0.25rem;
  }
  .c-mr-lg-1,
  .c-mx-lg-1 {
    margin-right: 0.25rem;
  }
  .c-mb-lg-1,
  .c-my-lg-1 {
    margin-bottom: 0.25rem;
  }
  .c-ml-lg-1,
  .c-mx-lg-1 {
    margin-left: 0.25rem;
  }
  .c-m-lg-2 {
    margin: 0.5rem;
  }
  .c-mt-lg-2,
  .c-my-lg-2 {
    margin-top: 0.5rem;
  }
  .c-mr-lg-2,
  .c-mx-lg-2 {
    margin-right: 0.5rem;
  }
  .c-mb-lg-2,
  .c-my-lg-2 {
    margin-bottom: 0.5rem;
  }
  .c-ml-lg-2,
  .c-mx-lg-2 {
    margin-left: 0.5rem;
  }
  .c-m-lg-3 {
    margin: 1rem;
  }
  .c-mt-lg-3,
  .c-my-lg-3 {
    margin-top: 1rem;
  }
  .c-mr-lg-3,
  .c-mx-lg-3 {
    margin-right: 1rem;
  }
  .c-mb-lg-3,
  .c-my-lg-3 {
    margin-bottom: 1rem;
  }
  .c-ml-lg-3,
  .c-mx-lg-3 {
    margin-left: 1rem;
  }
  .c-m-lg-4 {
    margin: 1.5rem;
  }
  .c-mt-lg-4,
  .c-my-lg-4 {
    margin-top: 1.5rem;
  }
  .c-mr-lg-4,
  .c-mx-lg-4 {
    margin-right: 1.5rem;
  }
  .c-mb-lg-4,
  .c-my-lg-4 {
    margin-bottom: 1.5rem;
  }
  .c-ml-lg-4,
  .c-mx-lg-4 {
    margin-left: 1.5rem;
  }
  .c-m-lg-5 {
    margin: 3rem;
  }
  .c-mt-lg-5,
  .c-my-lg-5 {
    margin-top: 3rem;
  }
  .c-mr-lg-5,
  .c-mx-lg-5 {
    margin-right: 3rem;
  }
  .c-mb-lg-5,
  .c-my-lg-5 {
    margin-bottom: 3rem;
  }
  .c-ml-lg-5,
  .c-mx-lg-5 {
    margin-left: 3rem;
  }
  .c-m-lg-6 {
    margin: 4.5rem;
  }
  .c-mt-lg-6,
  .c-my-lg-6 {
    margin-top: 4.5rem;
  }
  .c-mr-lg-6,
  .c-mx-lg-6 {
    margin-right: 4.5rem;
  }
  .c-mb-lg-6,
  .c-my-lg-6 {
    margin-bottom: 4.5rem;
  }
  .c-ml-lg-6,
  .c-mx-lg-6 {
    margin-left: 4.5rem;
  }
  .c-m-lg-7 {
    margin: 6rem;
  }
  .c-mt-lg-7,
  .c-my-lg-7 {
    margin-top: 6rem;
  }
  .c-mr-lg-7,
  .c-mx-lg-7 {
    margin-right: 6rem;
  }
  .c-mb-lg-7,
  .c-my-lg-7 {
    margin-bottom: 6rem;
  }
  .c-ml-lg-7,
  .c-mx-lg-7 {
    margin-left: 6rem;
  }
  .c-m-lg-8 {
    margin: 7.5rem;
  }
  .c-mt-lg-8,
  .c-my-lg-8 {
    margin-top: 7.5rem;
  }
  .c-mr-lg-8,
  .c-mx-lg-8 {
    margin-right: 7.5rem;
  }
  .c-mb-lg-8,
  .c-my-lg-8 {
    margin-bottom: 7.5rem;
  }
  .c-ml-lg-8,
  .c-mx-lg-8 {
    margin-left: 7.5rem;
  }
  .c-p-lg-0 {
    padding: 0;
  }
  .c-pt-lg-0,
  .c-py-lg-0 {
    padding-top: 0;
  }
  .c-pr-lg-0,
  .c-px-lg-0 {
    padding-right: 0;
  }
  .c-pb-lg-0,
  .c-py-lg-0 {
    padding-bottom: 0;
  }
  .c-pl-lg-0,
  .c-px-lg-0 {
    padding-left: 0;
  }
  .c-p-lg-1 {
    padding: 0.25rem;
  }
  .c-pt-lg-1,
  .c-py-lg-1 {
    padding-top: 0.25rem;
  }
  .c-pr-lg-1,
  .c-px-lg-1 {
    padding-right: 0.25rem;
  }
  .c-pb-lg-1,
  .c-py-lg-1 {
    padding-bottom: 0.25rem;
  }
  .c-pl-lg-1,
  .c-px-lg-1 {
    padding-left: 0.25rem;
  }
  .c-p-lg-2 {
    padding: 0.5rem;
  }
  .c-pt-lg-2,
  .c-py-lg-2 {
    padding-top: 0.5rem;
  }
  .c-pr-lg-2,
  .c-px-lg-2 {
    padding-right: 0.5rem;
  }
  .c-pb-lg-2,
  .c-py-lg-2 {
    padding-bottom: 0.5rem;
  }
  .c-pl-lg-2,
  .c-px-lg-2 {
    padding-left: 0.5rem;
  }
  .c-p-lg-3 {
    padding: 1rem;
  }
  .c-pt-lg-3,
  .c-py-lg-3 {
    padding-top: 1rem;
  }
  .c-pr-lg-3,
  .c-px-lg-3 {
    padding-right: 1rem;
  }
  .c-pb-lg-3,
  .c-py-lg-3 {
    padding-bottom: 1rem;
  }
  .c-pl-lg-3,
  .c-px-lg-3 {
    padding-left: 1rem;
  }
  .c-p-lg-4 {
    padding: 1.5rem;
  }
  .c-pt-lg-4,
  .c-py-lg-4 {
    padding-top: 1.5rem;
  }
  .c-pr-lg-4,
  .c-px-lg-4 {
    padding-right: 1.5rem;
  }
  .c-pb-lg-4,
  .c-py-lg-4 {
    padding-bottom: 1.5rem;
  }
  .c-pl-lg-4,
  .c-px-lg-4 {
    padding-left: 1.5rem;
  }
  .c-p-lg-5 {
    padding: 3rem;
  }
  .c-pt-lg-5,
  .c-py-lg-5 {
    padding-top: 3rem;
  }
  .c-pr-lg-5,
  .c-px-lg-5 {
    padding-right: 3rem;
  }
  .c-pb-lg-5,
  .c-py-lg-5 {
    padding-bottom: 3rem;
  }
  .c-pl-lg-5,
  .c-px-lg-5 {
    padding-left: 3rem;
  }
  .c-p-lg-6 {
    padding: 4.5rem;
  }
  .c-pt-lg-6,
  .c-py-lg-6 {
    padding-top: 4.5rem;
  }
  .c-pr-lg-6,
  .c-px-lg-6 {
    padding-right: 4.5rem;
  }
  .c-pb-lg-6,
  .c-py-lg-6 {
    padding-bottom: 4.5rem;
  }
  .c-pl-lg-6,
  .c-px-lg-6 {
    padding-left: 4.5rem;
  }
  .c-p-lg-7 {
    padding: 6rem;
  }
  .c-pt-lg-7,
  .c-py-lg-7 {
    padding-top: 6rem;
  }
  .c-pr-lg-7,
  .c-px-lg-7 {
    padding-right: 6rem;
  }
  .c-pb-lg-7,
  .c-py-lg-7 {
    padding-bottom: 6rem;
  }
  .c-pl-lg-7,
  .c-px-lg-7 {
    padding-left: 6rem;
  }
  .c-p-lg-8 {
    padding: 7.5rem;
  }
  .c-pt-lg-8,
  .c-py-lg-8 {
    padding-top: 7.5rem;
  }
  .c-pr-lg-8,
  .c-px-lg-8 {
    padding-right: 7.5rem;
  }
  .c-pb-lg-8,
  .c-py-lg-8 {
    padding-bottom: 7.5rem;
  }
  .c-pl-lg-8,
  .c-px-lg-8 {
    padding-left: 7.5rem;
  }
  .c-m-lg-n1 {
    margin: -0.25rem;
  }
  .c-mt-lg-n1,
  .c-my-lg-n1 {
    margin-top: -0.25rem;
  }
  .c-mr-lg-n1,
  .c-mx-lg-n1 {
    margin-right: -0.25rem;
  }
  .c-mb-lg-n1,
  .c-my-lg-n1 {
    margin-bottom: -0.25rem;
  }
  .c-ml-lg-n1,
  .c-mx-lg-n1 {
    margin-left: -0.25rem;
  }
  .c-m-lg-n2 {
    margin: -0.5rem;
  }
  .c-mt-lg-n2,
  .c-my-lg-n2 {
    margin-top: -0.5rem;
  }
  .c-mr-lg-n2,
  .c-mx-lg-n2 {
    margin-right: -0.5rem;
  }
  .c-mb-lg-n2,
  .c-my-lg-n2 {
    margin-bottom: -0.5rem;
  }
  .c-ml-lg-n2,
  .c-mx-lg-n2 {
    margin-left: -0.5rem;
  }
  .c-m-lg-n3 {
    margin: -1rem;
  }
  .c-mt-lg-n3,
  .c-my-lg-n3 {
    margin-top: -1rem;
  }
  .c-mr-lg-n3,
  .c-mx-lg-n3 {
    margin-right: -1rem;
  }
  .c-mb-lg-n3,
  .c-my-lg-n3 {
    margin-bottom: -1rem;
  }
  .c-ml-lg-n3,
  .c-mx-lg-n3 {
    margin-left: -1rem;
  }
  .c-m-lg-n4 {
    margin: -1.5rem;
  }
  .c-mt-lg-n4,
  .c-my-lg-n4 {
    margin-top: -1.5rem;
  }
  .c-mr-lg-n4,
  .c-mx-lg-n4 {
    margin-right: -1.5rem;
  }
  .c-mb-lg-n4,
  .c-my-lg-n4 {
    margin-bottom: -1.5rem;
  }
  .c-ml-lg-n4,
  .c-mx-lg-n4 {
    margin-left: -1.5rem;
  }
  .c-m-lg-n5 {
    margin: -3rem;
  }
  .c-mt-lg-n5,
  .c-my-lg-n5 {
    margin-top: -3rem;
  }
  .c-mr-lg-n5,
  .c-mx-lg-n5 {
    margin-right: -3rem;
  }
  .c-mb-lg-n5,
  .c-my-lg-n5 {
    margin-bottom: -3rem;
  }
  .c-ml-lg-n5,
  .c-mx-lg-n5 {
    margin-left: -3rem;
  }
  .c-m-lg-n6 {
    margin: -4.5rem;
  }
  .c-mt-lg-n6,
  .c-my-lg-n6 {
    margin-top: -4.5rem;
  }
  .c-mr-lg-n6,
  .c-mx-lg-n6 {
    margin-right: -4.5rem;
  }
  .c-mb-lg-n6,
  .c-my-lg-n6 {
    margin-bottom: -4.5rem;
  }
  .c-ml-lg-n6,
  .c-mx-lg-n6 {
    margin-left: -4.5rem;
  }
  .c-m-lg-n7 {
    margin: -6rem;
  }
  .c-mt-lg-n7,
  .c-my-lg-n7 {
    margin-top: -6rem;
  }
  .c-mr-lg-n7,
  .c-mx-lg-n7 {
    margin-right: -6rem;
  }
  .c-mb-lg-n7,
  .c-my-lg-n7 {
    margin-bottom: -6rem;
  }
  .c-ml-lg-n7,
  .c-mx-lg-n7 {
    margin-left: -6rem;
  }
  .c-m-lg-n8 {
    margin: -7.5rem;
  }
  .c-mt-lg-n8,
  .c-my-lg-n8 {
    margin-top: -7.5rem;
  }
  .c-mr-lg-n8,
  .c-mx-lg-n8 {
    margin-right: -7.5rem;
  }
  .c-mb-lg-n8,
  .c-my-lg-n8 {
    margin-bottom: -7.5rem;
  }
  .c-ml-lg-n8,
  .c-mx-lg-n8 {
    margin-left: -7.5rem;
  }
  .c-m-lg-auto {
    margin: auto;
  }
  .c-mt-lg-auto,
  .c-my-lg-auto {
    margin-top: auto;
  }
  .c-mr-lg-auto,
  .c-mx-lg-auto {
    margin-right: auto;
  }
  .c-mb-lg-auto,
  .c-my-lg-auto {
    margin-bottom: auto;
  }
  .c-ml-lg-auto,
  .c-mx-lg-auto {
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .c-m-xl-0 {
    margin: 0;
  }
  .c-mt-xl-0,
  .c-my-xl-0 {
    margin-top: 0;
  }
  .c-mr-xl-0,
  .c-mx-xl-0 {
    margin-right: 0;
  }
  .c-mb-xl-0,
  .c-my-xl-0 {
    margin-bottom: 0;
  }
  .c-ml-xl-0,
  .c-mx-xl-0 {
    margin-left: 0;
  }
  .c-m-xl-1 {
    margin: 0.25rem;
  }
  .c-mt-xl-1,
  .c-my-xl-1 {
    margin-top: 0.25rem;
  }
  .c-mr-xl-1,
  .c-mx-xl-1 {
    margin-right: 0.25rem;
  }
  .c-mb-xl-1,
  .c-my-xl-1 {
    margin-bottom: 0.25rem;
  }
  .c-ml-xl-1,
  .c-mx-xl-1 {
    margin-left: 0.25rem;
  }
  .c-m-xl-2 {
    margin: 0.5rem;
  }
  .c-mt-xl-2,
  .c-my-xl-2 {
    margin-top: 0.5rem;
  }
  .c-mr-xl-2,
  .c-mx-xl-2 {
    margin-right: 0.5rem;
  }
  .c-mb-xl-2,
  .c-my-xl-2 {
    margin-bottom: 0.5rem;
  }
  .c-ml-xl-2,
  .c-mx-xl-2 {
    margin-left: 0.5rem;
  }
  .c-m-xl-3 {
    margin: 1rem;
  }
  .c-mt-xl-3,
  .c-my-xl-3 {
    margin-top: 1rem;
  }
  .c-mr-xl-3,
  .c-mx-xl-3 {
    margin-right: 1rem;
  }
  .c-mb-xl-3,
  .c-my-xl-3 {
    margin-bottom: 1rem;
  }
  .c-ml-xl-3,
  .c-mx-xl-3 {
    margin-left: 1rem;
  }
  .c-m-xl-4 {
    margin: 1.5rem;
  }
  .c-mt-xl-4,
  .c-my-xl-4 {
    margin-top: 1.5rem;
  }
  .c-mr-xl-4,
  .c-mx-xl-4 {
    margin-right: 1.5rem;
  }
  .c-mb-xl-4,
  .c-my-xl-4 {
    margin-bottom: 1.5rem;
  }
  .c-ml-xl-4,
  .c-mx-xl-4 {
    margin-left: 1.5rem;
  }
  .c-m-xl-5 {
    margin: 3rem;
  }
  .c-mt-xl-5,
  .c-my-xl-5 {
    margin-top: 3rem;
  }
  .c-mr-xl-5,
  .c-mx-xl-5 {
    margin-right: 3rem;
  }
  .c-mb-xl-5,
  .c-my-xl-5 {
    margin-bottom: 3rem;
  }
  .c-ml-xl-5,
  .c-mx-xl-5 {
    margin-left: 3rem;
  }
  .c-m-xl-6 {
    margin: 4.5rem;
  }
  .c-mt-xl-6,
  .c-my-xl-6 {
    margin-top: 4.5rem;
  }
  .c-mr-xl-6,
  .c-mx-xl-6 {
    margin-right: 4.5rem;
  }
  .c-mb-xl-6,
  .c-my-xl-6 {
    margin-bottom: 4.5rem;
  }
  .c-ml-xl-6,
  .c-mx-xl-6 {
    margin-left: 4.5rem;
  }
  .c-m-xl-7 {
    margin: 6rem;
  }
  .c-mt-xl-7,
  .c-my-xl-7 {
    margin-top: 6rem;
  }
  .c-mr-xl-7,
  .c-mx-xl-7 {
    margin-right: 6rem;
  }
  .c-mb-xl-7,
  .c-my-xl-7 {
    margin-bottom: 6rem;
  }
  .c-ml-xl-7,
  .c-mx-xl-7 {
    margin-left: 6rem;
  }
  .c-m-xl-8 {
    margin: 7.5rem;
  }
  .c-mt-xl-8,
  .c-my-xl-8 {
    margin-top: 7.5rem;
  }
  .c-mr-xl-8,
  .c-mx-xl-8 {
    margin-right: 7.5rem;
  }
  .c-mb-xl-8,
  .c-my-xl-8 {
    margin-bottom: 7.5rem;
  }
  .c-ml-xl-8,
  .c-mx-xl-8 {
    margin-left: 7.5rem;
  }
  .c-p-xl-0 {
    padding: 0;
  }
  .c-pt-xl-0,
  .c-py-xl-0 {
    padding-top: 0;
  }
  .c-pr-xl-0,
  .c-px-xl-0 {
    padding-right: 0;
  }
  .c-pb-xl-0,
  .c-py-xl-0 {
    padding-bottom: 0;
  }
  .c-pl-xl-0,
  .c-px-xl-0 {
    padding-left: 0;
  }
  .c-p-xl-1 {
    padding: 0.25rem;
  }
  .c-pt-xl-1,
  .c-py-xl-1 {
    padding-top: 0.25rem;
  }
  .c-pr-xl-1,
  .c-px-xl-1 {
    padding-right: 0.25rem;
  }
  .c-pb-xl-1,
  .c-py-xl-1 {
    padding-bottom: 0.25rem;
  }
  .c-pl-xl-1,
  .c-px-xl-1 {
    padding-left: 0.25rem;
  }
  .c-p-xl-2 {
    padding: 0.5rem;
  }
  .c-pt-xl-2,
  .c-py-xl-2 {
    padding-top: 0.5rem;
  }
  .c-pr-xl-2,
  .c-px-xl-2 {
    padding-right: 0.5rem;
  }
  .c-pb-xl-2,
  .c-py-xl-2 {
    padding-bottom: 0.5rem;
  }
  .c-pl-xl-2,
  .c-px-xl-2 {
    padding-left: 0.5rem;
  }
  .c-p-xl-3 {
    padding: 1rem;
  }
  .c-pt-xl-3,
  .c-py-xl-3 {
    padding-top: 1rem;
  }
  .c-pr-xl-3,
  .c-px-xl-3 {
    padding-right: 1rem;
  }
  .c-pb-xl-3,
  .c-py-xl-3 {
    padding-bottom: 1rem;
  }
  .c-pl-xl-3,
  .c-px-xl-3 {
    padding-left: 1rem;
  }
  .c-p-xl-4 {
    padding: 1.5rem;
  }
  .c-pt-xl-4,
  .c-py-xl-4 {
    padding-top: 1.5rem;
  }
  .c-pr-xl-4,
  .c-px-xl-4 {
    padding-right: 1.5rem;
  }
  .c-pb-xl-4,
  .c-py-xl-4 {
    padding-bottom: 1.5rem;
  }
  .c-pl-xl-4,
  .c-px-xl-4 {
    padding-left: 1.5rem;
  }
  .c-p-xl-5 {
    padding: 3rem;
  }
  .c-pt-xl-5,
  .c-py-xl-5 {
    padding-top: 3rem;
  }
  .c-pr-xl-5,
  .c-px-xl-5 {
    padding-right: 3rem;
  }
  .c-pb-xl-5,
  .c-py-xl-5 {
    padding-bottom: 3rem;
  }
  .c-pl-xl-5,
  .c-px-xl-5 {
    padding-left: 3rem;
  }
  .c-p-xl-6 {
    padding: 4.5rem;
  }
  .c-pt-xl-6,
  .c-py-xl-6 {
    padding-top: 4.5rem;
  }
  .c-pr-xl-6,
  .c-px-xl-6 {
    padding-right: 4.5rem;
  }
  .c-pb-xl-6,
  .c-py-xl-6 {
    padding-bottom: 4.5rem;
  }
  .c-pl-xl-6,
  .c-px-xl-6 {
    padding-left: 4.5rem;
  }
  .c-p-xl-7 {
    padding: 6rem;
  }
  .c-pt-xl-7,
  .c-py-xl-7 {
    padding-top: 6rem;
  }
  .c-pr-xl-7,
  .c-px-xl-7 {
    padding-right: 6rem;
  }
  .c-pb-xl-7,
  .c-py-xl-7 {
    padding-bottom: 6rem;
  }
  .c-pl-xl-7,
  .c-px-xl-7 {
    padding-left: 6rem;
  }
  .c-p-xl-8 {
    padding: 7.5rem;
  }
  .c-pt-xl-8,
  .c-py-xl-8 {
    padding-top: 7.5rem;
  }
  .c-pr-xl-8,
  .c-px-xl-8 {
    padding-right: 7.5rem;
  }
  .c-pb-xl-8,
  .c-py-xl-8 {
    padding-bottom: 7.5rem;
  }
  .c-pl-xl-8,
  .c-px-xl-8 {
    padding-left: 7.5rem;
  }
  .c-m-xl-n1 {
    margin: -0.25rem;
  }
  .c-mt-xl-n1,
  .c-my-xl-n1 {
    margin-top: -0.25rem;
  }
  .c-mr-xl-n1,
  .c-mx-xl-n1 {
    margin-right: -0.25rem;
  }
  .c-mb-xl-n1,
  .c-my-xl-n1 {
    margin-bottom: -0.25rem;
  }
  .c-ml-xl-n1,
  .c-mx-xl-n1 {
    margin-left: -0.25rem;
  }
  .c-m-xl-n2 {
    margin: -0.5rem;
  }
  .c-mt-xl-n2,
  .c-my-xl-n2 {
    margin-top: -0.5rem;
  }
  .c-mr-xl-n2,
  .c-mx-xl-n2 {
    margin-right: -0.5rem;
  }
  .c-mb-xl-n2,
  .c-my-xl-n2 {
    margin-bottom: -0.5rem;
  }
  .c-ml-xl-n2,
  .c-mx-xl-n2 {
    margin-left: -0.5rem;
  }
  .c-m-xl-n3 {
    margin: -1rem;
  }
  .c-mt-xl-n3,
  .c-my-xl-n3 {
    margin-top: -1rem;
  }
  .c-mr-xl-n3,
  .c-mx-xl-n3 {
    margin-right: -1rem;
  }
  .c-mb-xl-n3,
  .c-my-xl-n3 {
    margin-bottom: -1rem;
  }
  .c-ml-xl-n3,
  .c-mx-xl-n3 {
    margin-left: -1rem;
  }
  .c-m-xl-n4 {
    margin: -1.5rem;
  }
  .c-mt-xl-n4,
  .c-my-xl-n4 {
    margin-top: -1.5rem;
  }
  .c-mr-xl-n4,
  .c-mx-xl-n4 {
    margin-right: -1.5rem;
  }
  .c-mb-xl-n4,
  .c-my-xl-n4 {
    margin-bottom: -1.5rem;
  }
  .c-ml-xl-n4,
  .c-mx-xl-n4 {
    margin-left: -1.5rem;
  }
  .c-m-xl-n5 {
    margin: -3rem;
  }
  .c-mt-xl-n5,
  .c-my-xl-n5 {
    margin-top: -3rem;
  }
  .c-mr-xl-n5,
  .c-mx-xl-n5 {
    margin-right: -3rem;
  }
  .c-mb-xl-n5,
  .c-my-xl-n5 {
    margin-bottom: -3rem;
  }
  .c-ml-xl-n5,
  .c-mx-xl-n5 {
    margin-left: -3rem;
  }
  .c-m-xl-n6 {
    margin: -4.5rem;
  }
  .c-mt-xl-n6,
  .c-my-xl-n6 {
    margin-top: -4.5rem;
  }
  .c-mr-xl-n6,
  .c-mx-xl-n6 {
    margin-right: -4.5rem;
  }
  .c-mb-xl-n6,
  .c-my-xl-n6 {
    margin-bottom: -4.5rem;
  }
  .c-ml-xl-n6,
  .c-mx-xl-n6 {
    margin-left: -4.5rem;
  }
  .c-m-xl-n7 {
    margin: -6rem;
  }
  .c-mt-xl-n7,
  .c-my-xl-n7 {
    margin-top: -6rem;
  }
  .c-mr-xl-n7,
  .c-mx-xl-n7 {
    margin-right: -6rem;
  }
  .c-mb-xl-n7,
  .c-my-xl-n7 {
    margin-bottom: -6rem;
  }
  .c-ml-xl-n7,
  .c-mx-xl-n7 {
    margin-left: -6rem;
  }
  .c-m-xl-n8 {
    margin: -7.5rem;
  }
  .c-mt-xl-n8,
  .c-my-xl-n8 {
    margin-top: -7.5rem;
  }
  .c-mr-xl-n8,
  .c-mx-xl-n8 {
    margin-right: -7.5rem;
  }
  .c-mb-xl-n8,
  .c-my-xl-n8 {
    margin-bottom: -7.5rem;
  }
  .c-ml-xl-n8,
  .c-mx-xl-n8 {
    margin-left: -7.5rem;
  }
  .c-m-xl-auto {
    margin: auto;
  }
  .c-mt-xl-auto,
  .c-my-xl-auto {
    margin-top: auto;
  }
  .c-mr-xl-auto,
  .c-mx-xl-auto {
    margin-right: auto;
  }
  .c-mb-xl-auto,
  .c-my-xl-auto {
    margin-bottom: auto;
  }
  .c-ml-xl-auto,
  .c-mx-xl-auto {
    margin-left: auto;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #004b77 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #002b44 !important;
}

.bg-secondary {
  background-color: #1d2124 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #060708 !important;
}

.bg-success {
  background-color: #007e33 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #004b1e !important;
}

.bg-info {
  background-color: #0063cc !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #004a99 !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #b51f2e !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #891823 !important;
}

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

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

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

.border {
  border: 0.0625rem solid #dee2e6 !important;
}

.border-top {
  border-top: 0.0625rem solid #dee2e6 !important;
}

.border-right {
  border-right: 0.0625rem solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 0.0625rem solid #dee2e6 !important;
}

.border-left {
  border-left: 0.0625rem solid #dee2e6 !important;
}

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

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

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

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

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

.border-primary {
  border-color: #004b77 !important;
}

.border-secondary {
  border-color: #1d2124 !important;
}

.border-success {
  border-color: #007e33 !important;
}

.border-info {
  border-color: #0063cc !important;
}

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

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

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

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

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

.rounded-sm {
  border-radius: 0.125rem !important;
}

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

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

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

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

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

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

.rounded-circle {
  border-radius: 5000px !important;
}

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

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

.clearfix::after {
  clear: both;
  content: "";
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-contents {
    display: contents !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 800px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-contents {
    display: contents !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-contents {
    display: contents !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-contents {
    display: contents !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
.hide {
  display: none !important;
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-contents {
    display: contents !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
/* SPDX-SnippetBegin
 * SPDX-License-Identifier: MIT
 * SPDX-SnippetCopyrightText: © 2012 Nicolas Gallagher <https://github.com/suitcss/components-flex-embed>
 */
.embed-responsive {
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
.embed-responsive::before {
  content: "";
  display: block;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  border-width: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.embed-responsive-21by9::before {
  padding-top: calc(
				9 /
					21 *
					100%
			);
}

.embed-responsive-16by9::before {
  padding-top: calc(
				9 /
					16 *
					100%
			);
}

.embed-responsive-4by3::before {
  padding-top: calc(
				3 /
					4 *
					100%
			);
}

.embed-responsive-1by1::before {
  padding-top: calc(
				1 /
					1 *
					100%
			);
}

/* SPDX-SnippetEnd */
.flex-row {
  flex-direction: row !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 800px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 800px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

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

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

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

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

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

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

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

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

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  white-space: normal;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-6,
.my-6 {
  margin-top: 4.5rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 4.5rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 4.5rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 4.5rem !important;
}

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

.mt-7,
.my-7 {
  margin-top: 6rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 6rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 6rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 6rem !important;
}

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

.mt-8,
.my-8 {
  margin-top: 7.5rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 7.5rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 7.5rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 7.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-6,
.py-6 {
  padding-top: 4.5rem !important;
}

.pr-6,
.px-6 {
  padding-right: 4.5rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 4.5rem !important;
}

.pl-6,
.px-6 {
  padding-left: 4.5rem !important;
}

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

.pt-7,
.py-7 {
  padding-top: 6rem !important;
}

.pr-7,
.px-7 {
  padding-right: 6rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 6rem !important;
}

.pl-7,
.px-7 {
  padding-left: 6rem !important;
}

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

.pt-8,
.py-8 {
  padding-top: 7.5rem !important;
}

.pr-8,
.px-8 {
  padding-right: 7.5rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 7.5rem !important;
}

.pl-8,
.px-8 {
  padding-left: 7.5rem !important;
}

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

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

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

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

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

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

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

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

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

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-n6 {
  margin: -4.5rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -4.5rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -4.5rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -4.5rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -4.5rem !important;
}

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

.mt-n7,
.my-n7 {
  margin-top: -6rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -6rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -6rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -6rem !important;
}

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

.mt-n8,
.my-n8 {
  margin-top: -7.5rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -7.5rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -7.5rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -7.5rem !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .m-sm-6 {
    margin: 4.5rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 4.5rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 4.5rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 4.5rem !important;
  }
  .m-sm-7 {
    margin: 6rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 6rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 6rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 6rem !important;
  }
  .m-sm-8 {
    margin: 7.5rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 7.5rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 7.5rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 7.5rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 7.5rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .p-sm-6 {
    padding: 4.5rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 4.5rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 4.5rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 4.5rem !important;
  }
  .p-sm-7 {
    padding: 6rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 6rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 6rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 6rem !important;
  }
  .p-sm-8 {
    padding: 7.5rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 7.5rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 7.5rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 7.5rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 7.5rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-n6 {
    margin: -4.5rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -4.5rem !important;
  }
  .m-sm-n7 {
    margin: -6rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -6rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -6rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -6rem !important;
  }
  .m-sm-n8 {
    margin: -7.5rem !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -7.5rem !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -7.5rem !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -7.5rem !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -7.5rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 800px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .m-md-6 {
    margin: 4.5rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 4.5rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 4.5rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 4.5rem !important;
  }
  .m-md-7 {
    margin: 6rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 6rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 6rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 6rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 6rem !important;
  }
  .m-md-8 {
    margin: 7.5rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 7.5rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 7.5rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 7.5rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 7.5rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .p-md-6 {
    padding: 4.5rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 4.5rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 4.5rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 4.5rem !important;
  }
  .p-md-7 {
    padding: 6rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 6rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 6rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 6rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 6rem !important;
  }
  .p-md-8 {
    padding: 7.5rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 7.5rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 7.5rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 7.5rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 7.5rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-n6 {
    margin: -4.5rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -4.5rem !important;
  }
  .m-md-n7 {
    margin: -6rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -6rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -6rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -6rem !important;
  }
  .m-md-n8 {
    margin: -7.5rem !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -7.5rem !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -7.5rem !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -7.5rem !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -7.5rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .m-lg-6 {
    margin: 4.5rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 4.5rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 4.5rem !important;
  }
  .m-lg-7 {
    margin: 6rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 6rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 6rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 6rem !important;
  }
  .m-lg-8 {
    margin: 7.5rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 7.5rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 7.5rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 7.5rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 7.5rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .p-lg-6 {
    padding: 4.5rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 4.5rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 4.5rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 4.5rem !important;
  }
  .p-lg-7 {
    padding: 6rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 6rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 6rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 6rem !important;
  }
  .p-lg-8 {
    padding: 7.5rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 7.5rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 7.5rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 7.5rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 7.5rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-n6 {
    margin: -4.5rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -4.5rem !important;
  }
  .m-lg-n7 {
    margin: -6rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -6rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -6rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -6rem !important;
  }
  .m-lg-n8 {
    margin: -7.5rem !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -7.5rem !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -7.5rem !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -7.5rem !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -7.5rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .m-xl-6 {
    margin: 4.5rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 4.5rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 4.5rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 4.5rem !important;
  }
  .m-xl-7 {
    margin: 6rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 6rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 6rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 6rem !important;
  }
  .m-xl-8 {
    margin: 7.5rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 7.5rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 7.5rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 7.5rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .p-xl-6 {
    padding: 4.5rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 4.5rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 4.5rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 4.5rem !important;
  }
  .p-xl-7 {
    padding: 6rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 6rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 6rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 6rem !important;
  }
  .p-xl-8 {
    padding: 7.5rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 7.5rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 7.5rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 7.5rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-n6 {
    margin: -4.5rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -4.5rem !important;
  }
  .m-xl-n7 {
    margin: -6rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -6rem !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -6rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -6rem !important;
  }
  .m-xl-n8 {
    margin: -7.5rem !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -7.5rem !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -7.5rem !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -7.5rem !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -7.5rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 800px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

.font-weight-lighter,
.text-weight-lighter {
  font-weight: lighter !important;
}

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

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

.font-weight-semi-bold,
.text-weight-semi-bold {
  font-weight: 500 !important;
}

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

.font-weight-bolder,
.text-weight-bolder {
  font-weight: 900 !important;
}

.font-italic,
.text-italic {
  font-style: italic !important;
}

.font-monospace,
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-1 {
  font-size: 0.625rem;
}

.text-2 {
  font-size: 0.75rem;
}

.text-3 {
  font-size: 0.875rem;
}

.text-4 {
  font-size: 1rem;
}

.text-5 {
  font-size: 1.125rem;
}

.text-6 {
  font-size: 1.25rem;
}

.text-7 {
  font-size: 1.5rem;
}

.text-8 {
  font-size: 1.75rem;
}

.text-9 {
  font-size: 2rem;
}

.text-10 {
  font-size: 2.25rem;
}

.text-11 {
  font-size: 2.5rem;
}

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

.text-primary {
  color: #004b77 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #001b2b !important;
}

.text-secondary {
  color: #1d2124 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: black !important;
}

.text-success {
  color: #007e33 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #003214 !important;
}

.text-info {
  color: #0063cc !important;
}

a.text-info:hover, a.text-info:focus {
  color: #003e80 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #b51f2e !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #74141d !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

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

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

.text-hide {
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
}

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

.text-break {
  overflow-wrap: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@keyframes loading-animation-circle {
  100% {
    transform: rotate(360deg);
  }
}
.loading-animation {
  display: block;
  height: 1em;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  text-align: left;
  vertical-align: middle;
  width: 1em;
}
.loading-animation::before {
  animation: loading-animation-circle 1s linear infinite;
  border-radius: 50%;
  box-shadow: -0.03125em -0.375em 0 0 currentColor;
  content: "";
  height: 0.25em;
  left: 50%;
  margin-left: -0.125em;
  margin-top: -0.125em;
  position: absolute;
  top: 50%;
  width: 0.25em;
}
.loading-animation::after {
  animation: loading-animation-circle 1s linear infinite;
  background-color: currentColor;
  border-radius: 50%;
  content: "";
  display: block;
  height: 1em;
  -webkit-mask: conic-gradient(transparent 10%, #000), linear-gradient(#000 0 0) content-box;
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  padding: 0.25em;
  width: 1em;
}

@keyframes loading-animation-squares-box-1 {
  0% {
    left: 0;
    opacity: 0.4;
    top: 0;
    transform: scale(1);
  }
  25% {
    left: calc(100% - 1em);
    opacity: 0.4;
    top: 0;
    transform: scale(1);
  }
  50% {
    left: calc(100% - 1.5em);
    opacity: 1;
    top: calc(100% - 1.5em);
    transform: scale(2);
  }
  75% {
    left: 0.5em;
    opacity: 1;
    top: calc(100% - 1.5em);
    transform: scale(2);
  }
}
@keyframes loading-animation-squares-box-2 {
  0% {
    left: calc(100% - 1.5em);
    opacity: 1;
    top: calc(100% - 1.5em);
    transform: scale(2);
  }
  25% {
    left: 0.5em;
    opacity: 1;
    top: calc(100% - 1.5em);
    transform: scale(2);
  }
  50% {
    left: 0;
    opacity: 0.4;
    top: 0;
    transform: scale(1);
  }
  75% {
    left: calc(100% - 1em);
    opacity: 0.4;
    top: 0;
    transform: scale(1);
  }
}
.loading-animation-squares {
  display: block;
  height: 1em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: left;
  vertical-align: middle;
  width: 1em;
}
.loading-animation-squares::before {
  animation: loading-animation-squares-box-1 2.4s ease-in-out infinite;
  background-color: currentColor;
  border-radius: 0.2em;
  content: "";
  display: block;
  font-size: 0.3125em;
  height: 1em;
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: 0;
  transform: scale(1);
  width: 1em;
}
.loading-animation-squares::after {
  animation: loading-animation-squares-box-2 2.4s ease-in-out infinite;
  background-color: currentColor;
  border-radius: 0.2em;
  content: "";
  display: block;
  font-size: 0.3125em;
  height: 1em;
  left: calc(100% - 1.5em);
  opacity: 1;
  position: absolute;
  top: calc(100% - 1.5em);
  transform: scale(2);
  width: 1em;
}

.loading-animation-xs {
  font-size: 0.625rem;
}
.loading-animation-sm {
  font-size: 1rem;
}
.loading-animation-md {
  font-size: 2rem;
}
.loading-animation-lg {
  font-size: 4rem;
}
.loading-animation-primary {
  color: #004b77;
}
.loading-animation-secondary {
  color: #1d2124;
}
.loading-animation-light {
  color: #fff;
}
/* SPDX-SnippetBegin
 * SPDX-License-Identifier: MIT
 * SPDX-SnippetCopyrightText: © 2018 HTML5 Boilerplate <https://github.com/h5bp/main.css>
 */
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 0.0625rem solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 0.0625rem solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    border-color: #dee2e6;
    color: inherit;
  }
}
/* SPDX-SnippetEnd */
/* IMPORT OLD COMPONENT */
.btn-default {
  background-color: #fff;
  border-color: #687681;
  color: #212529;
}
.btn-default:hover {
  background-color: #f8f9fa;
  border-color: #687681;
  color: #212529;
}
.btn-default:focus, .btn-default.focus {
  background-color: #f8f9fa;
  border-color: #687681;
  color: #212529;
  box-shadow: 0 0 0 0.2rem rgba(93, 106, 116, 0.5);
}
.btn-default.disabled, .btn-default:disabled {
  background-color: #fff;
  border-color: #687681;
  color: #212529;
}
.btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active, .show > .btn-default.dropdown-toggle {
  background-color: #e9ecef;
  color: #212529;
  border-color: #687681;
}
.btn-default:not(:disabled):not(.disabled):active:focus, .btn-default:not(:disabled):not(.disabled).active:focus, .show > .btn-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(93, 106, 116, 0.5);
}

@media (min-width: 800px) {
  .portal-popup .portlet-body .dialog-footer {
    position: static;
  }
}
.portal-popup:not(.article-preview) #main-content,
.portal-popup:not(.article-preview) #wrapper {
  position: relative !important;
}

.panel .panel-heading {
  border-color: #e7e7ed;
}
.panel .panel-heading a {
  color: #1d2124;
}
.panel .panel-heading a:hover, .panel .panel-heading a:focus, .panel .panel-heading a:active {
  box-shadow: inset 0px 0px 0px 1px #004b77;
}
.panel.lfr-panel {
  border-color: #e7e7ed;
}
.panel.lfr-panel a {
  color: #1d2124;
}

.panel-group .panel:first-child .panel-heading a, .panel-group .panel:first-child.lfr-panel a {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.panel-group .panel:last-child .panel-heading a, .panel-group .panel:last-child.lfr-panel a {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.nav-tabs {
  border-bottom: 1px solid #dadee1;
}
.nav-tabs .nav-link {
  color: #082d44;
}
.nav-tabs .nav-link:hover {
  color: #004b77;
}
.nav-tabs .nav-link.active {
  border: 1px solid;
  border-color: #dadee1 #dadee1 #fff #dadee1;
  color: #004b77;
  font-weight: bold;
}

.card .aspect-ratio img {
  max-width: none;
  min-width: 100%;
  min-height: 100%;
}

.bg-light input,
.bg-light select {
  background-color: #fff;
}

body .tooltip {
  z-index: 1003 !important;
}
body .tooltip.left .tooltip-arrow {
  right: 5px;
}

.has-control-menu .clay-tooltip-top {
  margin-top: -48px;
}
@media (min-width: 576px) {
  .has-control-menu .clay-tooltip-top {
    margin-top: -56px;
  }
}
.has-control-menu.has-customization-menu .clay-tooltip-top {
  margin-top: -96px;
}
@media (min-width: 576px) {
  .has-control-menu.has-customization-menu .clay-tooltip-top {
    margin-top: -112px;
  }
}

.progress-xs .progress-bar {
  height: 100%;
}

.button-holder.btn-group {
  margin-left: 2px;
}
.button-holder.btn-group .btn:not(:last-child), .button-holder.btn-group .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item:not(:last-child), .tasks-portlet .control-wrapper .global-task-actions .button-holder.btn-group a.lfr-icon-item:not(:last-child) {
  margin-right: 0px;
}
.button-holder.btn-group > .btn:not(.hide):not(:last-child):not(.dropdown-toggle), .tasks-portlet .control-wrapper .global-task-actions .button-holder.btn-group > a.lfr-icon-item:not(.hide):not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: -1px;
}

table.table-autofit th,
table.table-autofit td {
  width: auto;
}
table.table-autofit th.lfr-entry-action-column,
table.table-autofit td.lfr-entry-action-column {
  width: 1%;
}

.lfr-search-container-wrapper a.btn.btn-primary, .lfr-search-container-wrapper .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .lfr-search-container-wrapper a.lfr-icon-item {
  color: #fff;
}
.lfr-search-container-wrapper a.btn.btn-secondary, .lfr-search-container-wrapper .tasks-portlet .control-wrapper .global-task-actions a.btn-secondary.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .lfr-search-container-wrapper a.btn-secondary.lfr-icon-item {
  color: #fff;
}
.lfr-search-container-wrapper a.btn.btn-success, .lfr-search-container-wrapper .tasks-portlet .control-wrapper .global-task-actions a.btn-success.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .lfr-search-container-wrapper a.btn-success.lfr-icon-item {
  color: #fff;
}
.lfr-search-container-wrapper a.btn.btn-info, .lfr-search-container-wrapper .tasks-portlet .control-wrapper .global-task-actions a.btn-info.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .lfr-search-container-wrapper a.btn-info.lfr-icon-item {
  color: #fff;
}
.lfr-search-container-wrapper a.btn.btn-warning, .lfr-search-container-wrapper .tasks-portlet .control-wrapper .global-task-actions a.btn-warning.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .lfr-search-container-wrapper a.btn-warning.lfr-icon-item {
  color: #212529;
}
.lfr-search-container-wrapper a.btn.btn-danger, .lfr-search-container-wrapper .tasks-portlet .control-wrapper .global-task-actions a.btn-danger.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .lfr-search-container-wrapper a.btn-danger.lfr-icon-item {
  color: #fff;
}
.lfr-search-container-wrapper a.btn.btn-light, .lfr-search-container-wrapper .tasks-portlet .control-wrapper .global-task-actions a.btn-light.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .lfr-search-container-wrapper a.btn-light.lfr-icon-item {
  color: #212529;
}
.lfr-search-container-wrapper a.btn.btn-dark, .lfr-search-container-wrapper .tasks-portlet .control-wrapper .global-task-actions a.btn-dark.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .lfr-search-container-wrapper a.btn-dark.lfr-icon-item {
  color: #fff;
}
.lfr-search-container-wrapper a.btn.btn-link, .lfr-search-container-wrapper .tasks-portlet .control-wrapper .global-task-actions a.btn-link.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .lfr-search-container-wrapper a.btn-link.lfr-icon-item {
  color: #004b77;
}

.panel-page-application .fieldset,
.dl-sharing-portlet .fieldset {
  width: 100%;
}
@media (min-width: 800px) {
  .panel-page-application .search-spaces-bar-simple.input-group .form-group,
  .dl-sharing-portlet .search-spaces-bar-simple.input-group .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
}

.tbar-item.tbar-item--permissions {
  display: none;
}

.space-panel .panel-page-application .portlet-document-library .portlet-body {
  overflow: hidden;
}
.space-panel .panel-page-application .portlet-document-library .data-engine-form-builder {
  position: relative;
  height: calc(100vh - 250px);
}
.space-panel .panel-page-application .portlet-document-library .data-engine-form-builder .multi-panel-sidebar-light {
  top: -24px !important;
  right: -30px !important;
  position: absolute;
  height: calc(100% + 64px);
}
.space-panel .panel-page-application .portlet-document-library .data-engine-form-builder .multi-panel-sidebar-light .multi-panel-sidebar-content {
  right: 40px;
  position: absolute;
  height: 100% !important;
}
.space-panel .panel-page-application .portlet-document-library .data-engine-form-builder .multi-panel-sidebar-light .sidebar-body {
  height: auto !important;
}
.space-panel .panel-page-application .portlet-document-library .data-engine-form-builder .sheet {
  height: 100%;
  overflow-y: auto;
}

footer {
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 10;
  padding: 16px 0 16px 0;
}
footer .powered-by {
  display: block;
  flex-grow: 1;
  font-weight: lighter;
  margin: 0 1em;
  font-size: 12px;
}
footer .powered-by a {
  margin-top: 4px;
  display: block;
}
footer .powered-by a svg {
  max-height: 24px;
  max-width: 200px;
  height: auto;
  width: auto;
}
footer .powered-by a svg .digital-lake-logo {
  fill: #1d2124;
}
footer.minimal .powered-by a {
  display: inline;
  font-weight: bold;
}

.dark-version footer .powered-by {
  color: #fff;
}
.dark-version footer .powered-by a svg .digital-lake-logo {
  fill: #fff;
}
.dark-version footer.minimal .powered-by a {
  color: #fff;
  text-decoration: underline;
}

.target-navigation {
  position: sticky;
  top: 48px;
  display: flex;
  flex-direction: column;
  padding: 0;
  height: calc(100vh - 48px);
  overflow-y: auto;
  background: #1d2124;
  background-size: 150%;
  width: 260px;
  min-width: 260px;
  z-index: 11;
  transform: translateX(0);
  transition: 200ms;
  font-size: 14px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: 0;
  box-shadow: 1px 4px 15px 0px rgba(56, 77, 104, 0.3);
  scrollbar-color: #004b77 transparent;
  scrollbar-width: thin;
}
@media (max-width: 1100px) {
  .target-navigation {
    position: fixed;
    top: 48px;
    height: calc(100vh - 48px);
  }
}
@media (max-width: 576px) {
  .target-navigation {
    top: 90px;
  }
}
.target-navigation::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.target-navigation::-webkit-scrollbar-thumb {
  background: #004b77;
}
.target-navigation::-webkit-scrollbar-track {
  background: transparent;
}
.target-navigation .target-site-navigation {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 260px;
}
.target-navigation .target-site-navigation > ul {
  flex-grow: 1;
}
.target-navigation .nav {
  overflow: hidden;
}
.target-navigation .nav-user-item {
  color: #fff;
  border-bottom: none;
  padding: 5px 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  margin-top: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.target-navigation .nav-space-title-item {
  color: #fff;
  border-bottom: none;
  padding: 5px 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  margin-top: 12px;
}
.target-navigation .nav-icon {
  max-width: 24px;
  max-height: 24px;
  margin: 4px 8px 4px 0;
}
.target-navigation:not(.open-md-lg) {
  width: 0;
  min-width: 0;
  height: calc(100vh - 48px);
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  margin-right: 0;
}
.target-navigation li a {
  display: flex;
  align-items: center;
  padding: 4px 16px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  border-radius: 0;
  font-weight: 600;
}
.target-navigation li a .nav-text,
.target-navigation li a .lp-favorite-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
}
.target-navigation li a:hover {
  text-decoration: none;
}
.target-navigation li:not(.active):hover {
  background-color: #60b6ec;
  border-radius: 0;
}
.target-navigation li:not(.active):hover a {
  color: #1d2124;
}
.target-navigation ul li.active > a {
  border-radius: 0;
  color: #fff;
  background: #004b77;
}
.target-navigation .icon-monospaced {
  display: inline-block;
  flex-shrink: 0;
  height: 24px;
  width: 24px;
  line-height: 24px !important;
  text-align: center;
  vertical-align: middle;
}
.target-navigation.light-version {
  background: #fff;
}
.target-navigation.light-version .nav-space-title-item,
.target-navigation.light-version .nav-user-item {
  color: #62696e;
}
.target-navigation.light-version li a {
  color: #1d2124;
  font-weight: 400;
}
.target-navigation.light-version li.active {
  background: #004b77;
}
.target-navigation.light-version li.active > a {
  color: #fff;
}
.target-navigation.light-version li:not(.active):hover {
  background: #60b6ec;
}
.target-navigation.light-version li:not(.active):hover a {
  color: #1d2124;
}

.has-control-menu .target-navigation {
  top: 96px;
  height: calc(100vh - 96px);
}
@media (min-width: 576px) {
  .has-control-menu .target-navigation {
    top: 104px;
    height: calc(100vh - 104px);
  }
}

.spaces-navigation {
  display: flex;
  flex-direction: row;
  min-height: 48px;
  justify-content: space-between;
  padding: 8px 16px;
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #eee;
  height: auto;
  padding: 8px;
  flex-wrap: wrap;
}
.spaces-navigation .portlet {
  margin-bottom: 0px;
}
.spaces-navigation .site-name {
  display: flex;
  align-items: center;
}
.spaces-navigation .site-name b {
  color: #004b77;
  text-transform: uppercase;
  margin-right: 8px;
}
.spaces-navigation .site-name .spaces-external-user svg {
  font-size: 1.3rem;
}
.spaces-navigation .site-name .space-logo {
  max-width: 100px;
  height: 40px;
  overflow: hidden;
  border-radius: 0.25rem;
  margin-right: 8px;
  display: flex;
  align-items: center;
}
.spaces-navigation .site-name .space-logo img {
  max-height: 40px;
  max-width: 100%;
}
.spaces-navigation .site-name .space-logo i {
  font-size: 24px;
  color: #004b77;
}
.spaces-navigation .site-name .spaces-external-user {
  position: relative;
  margin: 0 10px;
}
.spaces-navigation .site-name .spaces-external-user i:first-child {
  z-index: 100;
}
.spaces-navigation .nav-pills > li {
  position: relative;
  min-height: 48px;
  display: flex;
  align-items: center;
}
.spaces-navigation .nav-pills > li > a {
  display: flex;
  align-items: center;
  height: 100%;
  color: #1d2124;
  padding: 0.625rem 1rem;
}
.spaces-navigation .nav-pills > li > a:after {
  content: "";
  display: block;
  width: 0px;
  height: 4px;
  background: #2e9ee6;
  border-radius: 4px;
  right: 4px;
  position: absolute;
  bottom: 4px;
  transition: width 300ms ease-in-out;
}
.spaces-navigation .nav-pills > li > a:hover {
  color: #004b77;
  text-decoration: none;
}
.spaces-navigation .nav-pills > li > a:hover:after {
  width: calc(100% - 8px);
  background: #2e9ee6;
}
.spaces-navigation .nav-pills > li.selected > a {
  color: #004b77;
  font-weight: bold;
}
.spaces-navigation .nav-pills > li.selected > a:after {
  width: calc(100% - 8px);
  background: #004b77;
}
.spaces-navigation .nav-pills > li.selected > a:hover:after {
  background: #004b77;
}
.spaces-navigation .nav-pills > li.follow-space-link {
  display: flex;
  align-items: center;
}
.spaces-navigation .nav-pills > li.follow-space-link .portlet {
  margin-bottom: 0px;
}
.spaces-navigation .nav-pills > li.follow-space-link .dropdown.show .btn-large {
  color: #fff;
  background: #082d44;
}
.spaces-navigation .nav-pills > li.follow-space-link .dropdown.show .btn-large .icon-bell-alt,
.spaces-navigation .nav-pills > li.follow-space-link .dropdown.show .btn-large .icon-bell {
  font-size: 14px;
}
.spaces-navigation .nav-pills > li.follow-space-link .dropdown.show .btn-large .icon-caret-down {
  margin-left: 4px;
}
.spaces-navigation .nav-pills > li.follow-space-link .dropdown.show .active > a {
  background: #004b77;
  color: #fff;
}
.spaces-navigation .nav-pills > li.follow-space-link .btn-large {
  color: #fff;
  background: #004b77;
  padding: 8px 16px;
  border: none;
}
.spaces-navigation .nav-pills > li.follow-space-link .btn-large:hover, .spaces-navigation .nav-pills > li.follow-space-link .btn-large:active, .spaces-navigation .nav-pills > li.follow-space-link .btn-large:focus {
  color: #fff;
  background: #082d44;
  border: none;
}
.spaces-navigation .nav-pills > li.follow-space-link .btn-large:after {
  display: none;
}
.spaces-navigation .nav-pills .dropdown .btn .c-inner, .spaces-navigation .nav-pills .dropdown .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item .c-inner, .tasks-portlet .control-wrapper .global-task-actions .spaces-navigation .nav-pills .dropdown a.lfr-icon-item .c-inner {
  margin: 0;
}
@media (max-width: 576px) {
  .spaces-navigation .nav-pills .desktop-view {
    display: none;
  }
}
.spaces-navigation .nav-pills .mobile-view {
  display: none;
}
.spaces-navigation .nav-pills .mobile-view .dropdown-item .c-inner {
  margin: 0 5px 0 0;
  display: block;
}
.spaces-navigation .nav-pills .mobile-view:hover .dropdown-menu, .spaces-navigation .nav-pills .mobile-view:focus .dropdown-menu {
  display: block;
  margin: 0;
}
@media (max-width: 576px) {
  .spaces-navigation .nav-pills .mobile-view {
    display: block;
  }
}
@media (max-width: 400px) {
  .spaces-navigation .nav-pills .mobile-view .dropdown-menu-right {
    transform: translateX(-50%);
    left: 50%;
  }
}

.signed-out .spaces-navigation .nav-pills > li > a .lfr-nav-child-toggle {
  display: none;
}
.signed-out .spaces-navigation .nav-pills .dropdown-item:hover,
.signed-out .spaces-navigation .nav-pills .dropdown-item:focus {
  background-color: transparent;
}

.notifications-dropdown-menu {
  color: #1d2124;
  width: 320px;
  max-width: unset;
  font-size: 14px;
  padding-bottom: 0px;
  max-height: none;
}
.notifications-dropdown-menu.with-tabs {
  background-color: #f6f6f6;
  top: 100px !important;
  transform: unset !important;
}

@media (max-width: 576px) {
  .sc-dockbar {
    flex-wrap: wrap;
  }
  .sc-dockbar .navbar-nav.sc-dockbar-right {
    width: 100%;
    justify-content: space-between;
  }
}
.sc-dockbar .container-fluid {
  padding: 0 16px;
}
.sc-dockbar .navbar-nav > li > a {
  padding: 11px 16px;
  display: block;
}
.sc-dockbar .navbar-nav > li.dockbar-email > a {
  padding: 11px 16px;
}
.sc-dockbar .navbar-nav > li.dockbar-email .sc-dosckbar-icon.email-icon {
  font-size: 0px;
  color: #fff;
}
.sc-dockbar .navbar-nav > li.dockbar-email .custom-tooltip {
  left: 50% !important;
}
.sc-dockbar .visible-xs {
  display: none !important;
}
@media (max-width: 799px) {
  .sc-dockbar .visible-xs {
    display: block !important;
  }
}
@media (max-width: 799px) {
  .sc-dockbar .hidden-xs {
    display: none !important;
  }
}
.sc-dockbar #searchRedirect {
  color: #dadee1;
  padding: 11px 16px !important;
  line-height: 1;
  height: 48px;
}
.sc-dockbar #searchRedirect .icon-search {
  width: auto;
  height: auto;
  line-height: 26px;
  color: #fff;
}
.sc-dockbar .dropdown-menu .dropdown-menu-title {
  display: block;
  font-weight: bold;
  padding: 0 16px 8px;
  font-size: 16px;
}
.sc-dockbar .navbar-nav > li > a:active::before,
.sc-dockbar .navbar-nav > li > a:focus::before,
.sc-dockbar .navbar-nav > li > a:hover::before {
  display: none !important;
}
.sc-dockbar .navbar-nav > li.show::before {
  display: none !important;
}
.sc-dockbar .sc-dockbar-right {
  align-items: stretch;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
}
.sc-dockbar .sc-dockbar-right .notifications-dropdown-menu {
  max-width: inherit;
  width: 375px;
  top: 100% !important;
  right: 0 !important;
  left: unset !important;
  transform: translate3d(0, 0, 0) !important;
}
@media (max-width: 576px) {
  .sc-dockbar .sc-dockbar-right .notifications-dropdown-menu {
    position: fixed;
    top: 98px;
    left: 50%;
    transform: translateX(-50%);
    width: 90vw;
  }
}
@media (max-width: 576px) {
  .sc-dockbar .sc-dockbar-right > li > a {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.sc-dockbar .sc-dockbar-right .notification-dot-container {
  height: 100%;
  display: flex;
  align-items: center;
}
.sc-dockbar .sc-dockbar-right #hasConnection,
.sc-dockbar .sc-dockbar-right #hasNotification {
  background-color: #ef4836;
  color: #fff;
  border: solid 1px #1d2124;
  font-size: 0px;
  position: absolute;
  display: block;
  right: 0px !important;
  top: 0px !important;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  z-index: 1;
}
.sc-dockbar .sc-dockbar-right #hasConnection.hide,
.sc-dockbar .sc-dockbar-right #hasNotification.hide {
  display: none;
}
@media (max-width: 576px) {
  .sc-dockbar .sc-dockbar-right #hasConnection,
  .sc-dockbar .sc-dockbar-right #hasNotification {
    right: 7px;
  }
}
@media (max-width: 991px) {
  .sc-dockbar .sc-dockbar-right #hasConnection,
  .sc-dockbar .sc-dockbar-right #hasNotification {
    width: 8px;
    height: 8px;
  }
}
.sc-dockbar .sc-dockbar-right #hasConnection {
  right: 10px;
  top: 10px;
}
@media (max-width: 799px) {
  .sc-dockbar .sc-dockbar-right #hasConnection {
    right: 1px;
  }
}
.sc-dockbar .sc-dockbar-right .panel-notifications-count {
  width: 0;
  height: 0;
  position: absolute;
  font-size: 0px;
}
.sc-dockbar .sc-dockbar-right .panel-notifications-count.sticker {
  background-color: #ef4836;
  color: #fff;
  border: solid 1px #1d2124;
  font-size: 0px;
  position: absolute;
  display: block;
  right: 12px;
  top: 10px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  z-index: 1;
}
.sc-dockbar .sc-dockbar-right > li > a {
  position: relative;
}
.sc-dockbar .sc-dockbar-right > li > a:hover {
  color: #2e9ee6;
}
.sc-dockbar .sc-dockbar-right > li > a:hover span {
  color: #2e9ee6;
}
.sc-dockbar .sc-dockbar-right .open-k9-search {
  margin: auto;
}
.sc-dockbar .sc-dockbar-right .open-k9-search .portlet {
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .sc-dockbar .sc-dockbar-right .open-k9-search {
    margin: 0;
  }
}
.sc-dockbar .sc-dockbar-icon {
  position: relative;
}
.sc-dockbar .sc-dockbar-icon .bullet-point {
  position: absolute;
  top: 0;
  right: 0;
  background: #ef4836;
  width: 9px;
  height: 9px;
  display: block;
  border-radius: 100%;
}
.sc-dockbar .user-item:before {
  display: none;
}
.sc-dockbar .user-item .dropdown-menu-right {
  min-width: 200px;
  max-width: 300px;
  margin-top: 0;
  padding: 16px 0;
}
.sc-dockbar .user-item .dropdown-item {
  margin: 0;
  padding: 6px 16px;
  display: flex;
  align-items: center;
}
.sc-dockbar .user-item .dropdown-item [class^=icon-] {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #004b77;
  font-size: 20px;
  width: 20px;
  text-align: center;
}
.sc-dockbar .user-item .dropdown-item > span {
  margin-right: 8px;
}
.sc-dockbar .user-item > a {
  padding: 11px 16px !important;
}
.sc-dockbar .user-item .icon-user {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/dl_icons/account_circle-24px.svg);
}
.sc-dockbar .user-item .icon-user:before {
  display: none;
}
.sc-dockbar .user-item .icon-signout {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/dl_icons/power_settings_new-24px.svg);
}
.sc-dockbar .user-item .icon-signout:before {
  display: none;
}
.sc-dockbar .user-item .user-information {
  padding: 0 16px;
  display: flex;
  margin-bottom: 8px;
  flex-direction: row;
  align-items: center;
  border-bottom: solid 1px #c0c7cc;
  padding-bottom: 16px;
  padding-top: 6px;
}
.sc-dockbar .user-item .user-information .image .user-portrait {
  width: 32px;
  height: 32px;
}
.sc-dockbar .user-item .user-information .user-information-detail {
  max-width: 100%;
  padding-left: 16px;
  font-size: 14px;
  flex-grow: 2;
  line-height: 1;
}
.sc-dockbar .user-item .user-information .user-information-detail .user-full-name {
  color: #1d2124;
  padding: 0;
  margin: 0;
  display: block;
  clear: both;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 3px;
  font-size: 14px;
}
.sc-dockbar .user-item .user-information .user-information-detail .user-job {
  color: #1d2124;
  padding: 0;
  margin: 0;
  display: block;
  clear: both;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 14px;
  margin-bottom: 3px;
}
.sc-dockbar .user-item .user-information .user-information-detail .user-mail {
  color: #1d2124;
  padding: 0;
  margin: 0;
  display: block;
  clear: both;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 3px;
}
.sc-dockbar .user-connection > a {
  padding: 11px 16px !important;
}
.sc-dockbar .user-info-wrapper {
  display: flex;
  align-items: center;
}
.sc-dockbar .user-info-wrapper .dropdown-menu .dropdown-item span {
  margin-right: 10px;
}
.sc-dockbar .user-portrait {
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 4px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  border: solid 1px #1d2124;
  background-color: #fff;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sc-dockbar .sc-dockbar-search {
  width: unset;
  margin-right: 8px;
  margin-left: auto;
  padding-left: 8px;
  padding-right: 8px;
  background: #62696e;
  border-radius: 3px;
  height: 38px;
  margin: 5px 0;
}
@media (max-width: 576px) {
  .sc-dockbar .sc-dockbar-search {
    padding-left: 0;
  }
}
.sc-dockbar .sc-dockbar-search .search-btn {
  margin-left: 8px;
}
.sc-dockbar .sc-dockbar-search .input-group-inset-item .btn, .sc-dockbar .sc-dockbar-search .input-group-inset-item .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .sc-dockbar .sc-dockbar-search .input-group-inset-item a.lfr-icon-item {
  height: 30px;
  width: 40px;
  position: relative;
  padding: 0;
  margin: 0;
  margin-right: 8px;
  color: #fff;
  font-weight: 400;
}
.sc-dockbar .sc-dockbar-search .input-group-inset-item .btn .icon-search, .sc-dockbar .sc-dockbar-search .input-group-inset-item .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item .icon-search, .tasks-portlet .control-wrapper .global-task-actions .sc-dockbar .sc-dockbar-search .input-group-inset-item a.lfr-icon-item .icon-search {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sc-dockbar .sc-dockbar-search .input-group-inset-item-after {
  padding: 0;
  background: none;
  color: #fff;
  border: none;
  order: 2;
}
.sc-dockbar .sc-dockbar-search select.form-control:not([multiple]):not([size]) {
  padding: 0 8px;
  margin-right: 8px;
}
.sc-dockbar .sc-dockbar-search input {
  border: none;
  color: #dadee1;
  padding: 0;
  height: 38px;
  background: none;
  font-weight: 400;
}
.sc-dockbar .sc-dockbar-search input::-moz-placeholder {
  color: #dadee1;
}
.sc-dockbar .sc-dockbar-search input::placeholder {
  color: #dadee1;
}
.sc-dockbar .sc-dockbar-search input::-moz-placeholder {
  color: #dadee1;
  opacity: 1;
}
.sc-dockbar .sc-dockbar-search input:-ms-input-placeholder {
  color: #dadee1;
}
.sc-dockbar .sc-dockbar-search input::-webkit-input-placeholder {
  color: #dadee1;
}
.sc-dockbar .sc-dockbar-icon {
  font-size: 24px;
  color: #fff;
}
.sc-dockbar .sc-dockbar-icon .icon-group-wrapper {
  padding: 6px 16px !important;
}
.sc-dockbar .sc-dockbar-icon.icon-circle {
  width: 12px;
  height: 12px;
  min-width: 12px;
  min-height: 12px;
  background: #ef4836;
  border: solid 1px #1d2124;
  border-radius: 100%;
  display: block;
  padding: 0;
}
.sc-dockbar .sc-dockbar-icon.icon-circle.empty {
  border: solid 1px #ef4836;
  background: none;
}
.sc-dockbar .sc-dockbar-icon.icon-circle:before {
  display: none;
}
.sc-dockbar .sc-dockbar-icon.icon-group {
  background-image: url(../images/dl_icons/group-24px.svg);
  width: 20px;
  height: 26px;
  padding: 0;
  display: block;
  padding: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sc-dockbar .sc-dockbar-icon.icon-group:before {
  display: none;
}
.sc-dockbar .sc-dockbar-icon.email-icon {
  background-image: url(../images/dl_icons/email-24px.svg);
  width: 20px;
  height: 26px;
  padding: 11px 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  padding: 0;
}
.sc-dockbar .sc-dockbar-icon.email-icon:before {
  display: none;
}
.sc-dockbar .sc-dockbar-icon.notification-icon {
  background-image: url(../images/dl_icons/notifications_24dp.svg);
  width: 20px;
  height: 26px;
  padding: 11px 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  padding: 0;
}
.sc-dockbar .sc-dockbar-icon.notification-icon:before {
  display: none;
}
.sc-dockbar .sticker-top-right {
  top: 8px;
  right: 0;
}
.sc-dockbar .sc-dockbar-left {
  display: flex;
  flex: 1;
  flex-direction: row;
  align-items: center;
}
.sc-dockbar .sc-dockbar-left .hamburger {
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
  margin-left: -12px;
}
@media (max-width: 576px) {
  .sc-dockbar .sc-dockbar-left .hamburger {
    padding-left: 8px;
    padding-right: 8px;
    width: 30px;
    margin-left: -8px;
    margin-right: 8px;
  }
}
.sc-dockbar .sc-dockbar-left .hamburger .bar {
  background-color: #fff;
  color: #fff;
  height: 2px;
  width: 20px;
  margin-bottom: 5px;
  transition: 0.2s ease-in-out;
}
.sc-dockbar .sc-dockbar-left .hamburger .bar:last-child {
  margin-bottom: 0;
}
.sc-dockbar .sc-dockbar-left .dockbar-logo {
  margin: 4px 16px 4px 12px;
  background: #fff;
  border-radius: 4px;
  padding: 4px 16px;
}
.sc-dockbar .sc-dockbar-left .dockbar-logo img {
  width: auto;
  height: auto;
  max-height: 32px;
}
.sc-dockbar .navbar-nav > li.show::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #5ec3ff;
  transition: 0.2s ease-in-out;
}
.sc-dockbar .navbar-nav > li > a::before {
  content: "";
  display: block;
  width: 0%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #5ec3ff;
  transition: 0.2s ease-in-out;
}
.sc-dockbar .navbar-nav > li > a:active::before, .sc-dockbar .navbar-nav > li > a:focus::before, .sc-dockbar .navbar-nav > li > a:hover::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #5ec3ff;
  transition: 0.2s ease-in-out;
}

.sc-navigation-open .sc-dockbar-left .hamburger .bar:first-child {
  transform: translate(0px, 7px) rotate(-45deg);
}
.sc-navigation-open .sc-dockbar-left .hamburger .bar:nth-child(2) {
  opacity: 0;
}
.sc-navigation-open .sc-dockbar-left .hamburger .bar:last-child {
  transform: translate(0px, -7px) rotate(45deg);
}

.has-control-menu .sc-dockbar {
  top: 48px;
}
@media (min-width: 576px) {
  .has-control-menu .sc-dockbar {
    top: 56px;
  }
}

[data-tooltip=custom-tooltip] > .custom-tooltip {
  position: absolute;
  background: #1d2124;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1;
  display: none;
  min-width: 100px;
  padding: 8px;
  font-size: 14px;
  left: 50%;
  transform: translateX(-50%);
  word-break: break-word;
  text-align: center;
  font-style: normal;
  border-radius: 4px;
  z-index: 1003;
}
@media (pointer: fine) {
  [data-tooltip=custom-tooltip]:hover > .custom-tooltip {
    display: block;
  }
}
@media (pointer: coarse) {
  [data-tooltip=custom-tooltip]:active > .custom-tooltip {
    display: block;
  }
}
[data-tooltip=custom-tooltip][data-placement=bottom] > .custom-tooltip {
  bottom: 0;
  transform: translateY(100%) translateX(-50%);
  margin-top: 10px;
}
[data-tooltip=custom-tooltip][data-placement=bottom] > .custom-tooltip:after {
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #1d2124;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-100%) translateX(-50%);
}
[data-tooltip=custom-tooltip][data-placement=top] > .custom-tooltip {
  top: 0;
  transform: translateY(-100%) translateX(-50%);
  margin-bottom: 10px;
}
[data-tooltip=custom-tooltip][data-placement=top] > .custom-tooltip:after {
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #1d2124;
  width: 0px;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateY(100%) translateX(-50%);
}

.spaces-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@media (max-width: 576px) {
  .spaces-row {
    justify-content: space-between;
  }
}
.spaces-row .space-box {
  width: 216px;
  margin: 8px;
  position: relative;
  display: block;
}
@media (max-width: 576px) {
  .spaces-row .space-box {
    width: 48%;
    margin: 0;
  }
}
@media (max-width: 400px) {
  .spaces-row .space-box {
    width: 100%;
  }
}
.spaces-row .space-box.compact {
  width: 230px;
}
.spaces-row .space-box.compact .spaces-summary .card .card-body {
  padding-top: 8px;
}
.spaces-row .space-box.compact .spaces-summary .card .card-body .progress-group {
  display: none;
}
.spaces-row .space-box.compact .spaces-summary .card .card-body .card-row {
  align-items: center;
}
.spaces-row .space-box.compact .spaces-summary .card .card-body .card-row > i {
  margin-right: 20px;
  color: #333;
}
.spaces-row .space-box.compact .spaces-summary .card .card-body .card-row > .title {
  flex-grow: 1;
}
.spaces-row .space-box.compact .spaces-summary .card .card-body .card-row .logo-space {
  height: 50px;
  width: 50px;
  margin-right: 8px;
  margin-bottom: 0px;
  background: #fff;
  border: 1px solid #c0c7cc;
  border-radius: 0.25rem;
}
.spaces-row .space-box.compact .spaces-summary .card .card-body .card-row .logo-space i {
  font-size: 24px;
}
.spaces-row .space-box.compact .spaces-summary .card .card-body .card-row .logo-space img {
  max-width: 100%;
  max-height: 100%;
}
.spaces-row .space-box.compact .star-wrapper {
  top: 50%;
  transform: translateY(-50%);
}
.spaces-row .space-box .new-space {
  height: 100%;
  width: 100%;
}
.spaces-row .space-box .new-space .card-body {
  padding: 8px 16px;
  display: flex;
  height: 100%;
  text-align: center;
  border: 1px solid;
  border-color: #004b77;
}
.spaces-row .space-box .new-space .card-title {
  color: #1d2124;
}
.spaces-row .space-box .new-space:hover {
  text-decoration: none;
}
.spaces-row .space-box .new-space:hover .card-body {
  background: #082d44;
  text-decoration: none;
  color: #fff;
  border-radius: 0.25rem;
}
.spaces-row .space-box .new-space:hover .card-title {
  text-decoration: none;
  color: #fff;
}
.spaces-row .space-box .spaces-summary {
  height: 100%;
}
.spaces-row .space-box .spaces-summary .card {
  display: flex;
  flex-direction: column;
  border: 1px solid;
  border-bottom: 6px solid;
  border-color: #8ab6de;
}
.spaces-row .space-box .spaces-summary .card.card-archived {
  opacity: 0.5;
}
.spaces-row .space-box .spaces-summary .card.card-archived:focus, .spaces-row .space-box .spaces-summary .card.card-archived:hover {
  opacity: 1;
}
.spaces-row .space-box .spaces-summary .card.card-light {
  border-color: #c0c7cc;
  color: #555;
}
.spaces-row .space-box .spaces-summary .card.card-light a {
  color: #c0c7cc;
}
.spaces-row .space-box .spaces-summary .card.card-light:hover {
  border-color: #555;
  background-color: #fff;
}
.spaces-row .space-box .spaces-summary .card.card-light:hover a {
  color: #c0c7cc;
}
.spaces-row .space-box .spaces-summary .card.card-light:hover a:hover, .spaces-row .space-box .spaces-summary .card.card-light:hover a:focus, .spaces-row .space-box .spaces-summary .card.card-light:hover a:active {
  color: #555;
}
.spaces-row .space-box .spaces-summary .card.card-light:hover a:hover .card-title,
.spaces-row .space-box .spaces-summary .card.card-light:hover a:hover .space-inline-icons i, .spaces-row .space-box .spaces-summary .card.card-light:hover a:focus .card-title,
.spaces-row .space-box .spaces-summary .card.card-light:hover a:focus .space-inline-icons i, .spaces-row .space-box .spaces-summary .card.card-light:hover a:active .card-title,
.spaces-row .space-box .spaces-summary .card.card-light:hover a:active .space-inline-icons i {
  color: #222;
}
.spaces-row .space-box .spaces-summary .card.card-light:hover a:hover .text-muted, .spaces-row .space-box .spaces-summary .card.card-light:hover a:focus .text-muted, .spaces-row .space-box .spaces-summary .card.card-light:hover a:active .text-muted {
  color: #333 !important;
}
.spaces-row .space-box .spaces-summary .card:hover {
  border-color: #bfcfe5;
  background-color: #fff;
}
.spaces-row .space-box .spaces-summary .card:hover a {
  color: #061e2e;
}
.spaces-row .space-box .spaces-summary .card:hover a:hover, .spaces-row .space-box .spaces-summary .card:hover a:focus, .spaces-row .space-box .spaces-summary .card:hover a:active {
  color: #061e2e;
}
.spaces-row .space-box .spaces-summary .card:hover a:hover .card-title, .spaces-row .space-box .spaces-summary .card:hover a:focus .card-title, .spaces-row .space-box .spaces-summary .card:hover a:active .card-title {
  color: #1d2124;
}
.spaces-row .space-box .spaces-summary .card:hover a:hover .space-inline-icons i, .spaces-row .space-box .spaces-summary .card:hover a:focus .space-inline-icons i, .spaces-row .space-box .spaces-summary .card:hover a:active .space-inline-icons i {
  color: #555;
}
.spaces-row .space-box .spaces-summary .card:hover a:hover .text-muted, .spaces-row .space-box .spaces-summary .card:hover a:focus .text-muted, .spaces-row .space-box .spaces-summary .card:hover a:active .text-muted {
  color: #333 !important;
}
.spaces-row .space-box .spaces-summary .card .card-block {
  padding: 36px 8px 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
}
.spaces-row .space-box .spaces-summary .card .card-block:hover {
  text-decoration: none;
}
.spaces-row .space-box .spaces-summary .card .card-block .card-title {
  display: block;
  word-break: inherit;
  font-size: 14px;
  color: #1d2124;
}
.spaces-row .space-box .spaces-summary .card .card-body {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.spaces-row .space-box .spaces-summary .card .card-body .card-row .progress-group {
  width: 100%;
}
.spaces-row .space-box .spaces-summary .card .card-body .card-row .progress-group .progress {
  height: 10px;
}
.spaces-row .space-box .spaces-summary .card .card-body .card-row .progress-group-addon {
  color: #1d2124;
}
.spaces-row .space-box .spaces-summary .card .card-body .card-row .progress-success .progress-bar {
  background-color: #26d46d;
}
.spaces-row .space-box .spaces-summary .card .card-body .card-row .progress-success .progress-group-feedback {
  color: #26d46d;
}
.spaces-row .space-box .spaces-summary .card .card-body .logo-space {
  height: 80px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
@media (max-width: 576px) {
  .spaces-row .space-box .spaces-summary .card .card-body .logo-space {
    height: 60px;
  }
}
.spaces-row .space-box .spaces-summary .card .card-body .logo-space img {
  max-height: 80px;
  max-width: 100%;
  width: auto;
  border-radius: 0.25rem;
}
.spaces-row .space-box .spaces-summary .card .card-body .card-text {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 2px;
}
.spaces-row .space-box .spaces-summary .card .card-body .text-muted {
  color: #333 !important;
}
.spaces-row .space-box .spaces-summary .card .card-body .space-inline-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.spaces-row .space-box .spaces-summary .card .card-body .space-inline-icons i {
  color: #555;
}
.spaces-row .space-box .star-wrapper {
  display: inline-block;
  position: absolute;
  right: 4px;
  top: 4px;
  border: none;
  background: none;
  color: #1d2124;
}
.spaces-row .space-box .star-wrapper:hover {
  background: none;
  border: none;
}
.spaces-row .space-box .star-wrapper:hover span {
  color: #ff8800;
}
.spaces-row .space-box .star-wrapper span.icon-star {
  color: #ff8800;
}
.spaces-row .space-box .info-wrapper {
  display: inline-block;
  position: absolute;
  left: 4px;
  top: 4px;
  border: none;
  background: none;
  color: #004b77;
}
.spaces-row .space-box .info-wrapper:hover {
  background: none;
  border: none;
}
.spaces-row .space-box .info-wrapper:hover i {
  color: #061e2e;
}
.spaces-row .space-box .space-info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #082d44;
  color: #fff;
  border-radius: 0.25rem;
  overflow: auto;
}
.spaces-row .space-box .space-info a {
  color: #fff;
}
.spaces-row .space-box .space-info a:hover, .spaces-row .space-box .space-info a:focus, .spaces-row .space-box .space-info a:active {
  color: #fff;
  text-decoration: underline;
}
.spaces-row .space-box .space-info .close-info {
  border: none;
  background: none;
  color: #fff;
  margin-bottom: 4px;
}
.spaces-row .space-box .space-info .space-info-content {
  padding: 4px 8px 8px;
}
.spaces-row .space-box .space-info .space-info-content .space-full-title {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
}
.spaces-row .space-box .space-info .space-info-content .space-description {
  display: block;
  font-size: 12px;
  margin-bottom: 8px;
}
.spaces-row .space-box .space-info .space-info-content .space-additional-info {
  font-size: 12px;
}
.spaces-row .space-box .space-info .space-info-content .progress-bar {
  background-color: #5aaaff;
}
.spaces-row .space-box .space-info .space-info-content .progress-success .progress-bar {
  background-color: #26d46d;
}
.spaces-row .space-box .space-info .space-info-content .progress-success .progress-group-feedback {
  color: #26d46d;
}

.col-menu-configuration {
  display: flex;
  align-items: flex-start;
  margin: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.col-menu-configuration > nav.menubar {
  width: 200px;
}
@media (max-width: 799px) {
  .col-menu-configuration > nav.menubar {
    background: none;
  }
}
.col-menu-configuration > nav.menubar > .nav {
  width: 100%;
}
.col-menu-configuration .column-right-panel-description {
  flex-grow: 2;
  width: calc(100% - 200px);
  padding-left: 25px;
}
.col-menu-configuration .taglib-header .portlet-icon-back,
.col-menu-configuration .taglib-header .header-back-to,
.col-menu-configuration .portlet-icon-back,
.col-menu-configuration .header-back-to {
  display: none;
}
.col-menu-configuration h3 .header-title,
.col-menu-configuration h3 title,
.col-menu-configuration h2 .header-title,
.col-menu-configuration h2 title {
  border-bottom: solid 1px #555;
  padding-bottom: 10px;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media (max-width: 799px) {
  .col-menu-configuration {
    flex-direction: row;
  }
  .col-menu-configuration > nav.menubar {
    width: 100%;
  }
  .col-menu-configuration .column-right-panel-description {
    width: 100%;
    padding-left: 0;
  }
}

.oo-button-container {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
}
.oo-button-container + .sticker-bottom {
  bottom: 45px;
}
.oo-button-container .single-button-container {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  border: none;
  box-shadow: none;
  outline: none;
  align-items: center;
  border-top: solid 1px #c0c7cc;
  border-bottom: solid 1px #c0c7cc;
}
.oo-button-container .single-button-container .btn, .oo-button-container .single-button-container .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .oo-button-container .single-button-container a.lfr-icon-item {
  border: none;
  border-radius: 0;
}
.oo-button-container .single-button + .single-button-container {
  max-width: 50%;
}
.oo-button-container .single-button + .single-button-container .btn, .oo-button-container .single-button + .single-button-container .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .oo-button-container .single-button + .single-button-container a.lfr-icon-item {
  border-left: solid 1px #c0c7cc;
}
.oo-button-container .double-button + .single-button-container {
  max-width: 33%;
}
.oo-button-container .double-button + .single-button-container .btn, .oo-button-container .double-button + .single-button-container .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .oo-button-container .double-button + .single-button-container a.lfr-icon-item {
  border-left: solid 1px #c0c7cc;
}

.oo-container {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  border-top: solid 1px #c0c7cc;
  border-bottom: solid 1px #c0c7cc;
}
.oo-container .button-oo {
  position: relative;
  width: 100%;
  border: none;
  border-radius: 0;
}
.oo-container .button-oo + .button-oo {
  border-left: solid 1px #c0c7cc;
}
.oo-container .button-oo + .button-oo:focus {
  border-left: none !important;
}
.oo-container .button-oo:focus:not(:hover) {
  color: #004b77;
  background-color: #fff;
}

.sticker-file-dml.sticker-bottom {
  bottom: 50px;
}

.descriptive-dml-row {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.descriptive-dml-row .standard-descriptive-dml {
  flex-grow: 2;
}
.descriptive-dml-row .oo-button-container {
  position: relative;
  width: auto;
  border: none;
}
.descriptive-dml-row .oo-button-container .single-button-container {
  width: auto;
}
.descriptive-dml-row .oo-button-container .single-button-container .btn, .descriptive-dml-row .oo-button-container .single-button-container .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .descriptive-dml-row .oo-button-container .single-button-container a.lfr-icon-item {
  border-left: solid 1px #c0c7cc;
  border-right: 1px solid #c0c7cc;
}
.descriptive-dml-row .oo-button-container .single-button + .single-button-container .btn, .descriptive-dml-row .oo-button-container .single-button + .single-button-container .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .descriptive-dml-row .oo-button-container .single-button + .single-button-container a.lfr-icon-item {
  border-left: 0;
}
.descriptive-dml-row .oo-button-container .double-button + .single-button-container .btn, .descriptive-dml-row .oo-button-container .double-button + .single-button-container .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .descriptive-dml-row .oo-button-container .double-button + .single-button-container a.lfr-icon-item {
  border-left: 0;
}
.descriptive-dml-row .oo-container {
  position: relative;
  width: auto;
  border: none;
}
.descriptive-dml-row .button-oo {
  width: auto;
  border: solid 1px #c0c7cc;
}
.descriptive-dml-row .button-oo-container {
  width: auto;
}
.descriptive-dml-row .button-oo-container + .button-oo-container {
  border-left: none;
}
.descriptive-dml-row .button-oo-container + .button-oo-container .button-oo {
  border-left: none;
}

td.oo-content,
th.oo-content {
  min-width: 82px;
  width: 82px !important;
  padding-left: 0;
  padding-right: 0;
}
td.oo-content .oo-container,
th.oo-content .oo-container {
  position: relative;
  width: auto;
  border: none;
}
td.oo-content .oo-button-container,
th.oo-content .oo-button-container {
  position: relative;
  width: auto;
  border: none;
  justify-content: flex-end;
  margin-right: 2px;
}
td.oo-content .oo-button-container .single-button-container,
th.oo-content .oo-button-container .single-button-container {
  width: auto;
}
td.oo-content .oo-button-container .single-button-container .btn, td.oo-content .oo-button-container .single-button-container .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions td.oo-content .oo-button-container .single-button-container a.lfr-icon-item,
th.oo-content .oo-button-container .single-button-container .btn,
th.oo-content .oo-button-container .single-button-container .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item,
.tasks-portlet .control-wrapper .global-task-actions th.oo-content .oo-button-container .single-button-container a.lfr-icon-item {
  border-left: solid 1px #c0c7cc;
  border-right: 1px solid #c0c7cc;
}
td.oo-content .oo-button-container .single-button + .single-button-container .btn, td.oo-content .oo-button-container .single-button + .single-button-container .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions td.oo-content .oo-button-container .single-button + .single-button-container a.lfr-icon-item,
th.oo-content .oo-button-container .single-button + .single-button-container .btn,
th.oo-content .oo-button-container .single-button + .single-button-container .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item,
.tasks-portlet .control-wrapper .global-task-actions th.oo-content .oo-button-container .single-button + .single-button-container a.lfr-icon-item {
  border-left: 0;
}
td.oo-content .oo-button-container .double-button + .single-button-container .btn, td.oo-content .oo-button-container .double-button + .single-button-container .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions td.oo-content .oo-button-container .double-button + .single-button-container a.lfr-icon-item,
th.oo-content .oo-button-container .double-button + .single-button-container .btn,
th.oo-content .oo-button-container .double-button + .single-button-container .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item,
.tasks-portlet .control-wrapper .global-task-actions th.oo-content .oo-button-container .double-button + .single-button-container a.lfr-icon-item {
  border-left: 0;
}
td.oo-content .button-oo,
th.oo-content .button-oo {
  width: auto;
  border: solid 1px #c0c7cc;
}
td.oo-content .button-oo-container,
th.oo-content .button-oo-container {
  width: auto;
  flex-grow: 2;
  text-align: right;
}
td.oo-content .button-oo-container + .button-oo-container,
th.oo-content .button-oo-container + .button-oo-container {
  border-left: none;
}
td.oo-content .button-oo-container + .button-oo-container .button-oo,
th.oo-content .button-oo-container + .button-oo-container .button-oo {
  border-left: none;
}

.share-dml-page .dockbarGuest {
  background-color: #004b77;
  margin: -8px -20px 8px;
  border-radius: 4px 4px 0px 0px;
}
.share-dml-page .dockbarGuest a {
  color: #fff;
  padding: 10px;
  display: inline-block;
}
.share-dml-page #sharedNameUser #user {
  margin-bottom: 0;
}
.share-dml-page .table-cell.last .btn, .share-dml-page .table-cell.last .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .share-dml-page .table-cell.last a.lfr-icon-item {
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  .share-dml-page .management-bar {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .share-dml-page .lfr-search-container {
    padding-left: 0;
    padding-right: 0;
  }
  .share-dml-page .logout {
    margin-right: 0;
  }
}

.modal-open .modal {
  overflow: hidden;
}

@media (min-width: 576px) {
  .modal-dialog.modal-lg,
  .modal-dialog.modal-md,
  .modal-dialog.modal-sm,
  .modal-dialog.modal-xl {
    position: absolute;
  }
  .modal .modal-dialog.modal-lg,
  .modal .modal-dialog.modal-md,
  .modal .modal-dialog.modal-sm,
  .modal .modal-dialog.modal-xl {
    position: relative;
  }
}
.lfr-tag-selector-popup.modal-dialog:not(.dialog-iframe-modal):not(.modal-full-screen) {
  position: fixed;
}

.panel-page-menu .nav-link {
  color: #082d44;
  border-radius: 4px;
}
.panel-page-menu .nav-link:hover {
  color: #004b77;
}
.panel-page-menu .nav-link:focus {
  background-color: #004b77 !important;
  color: #fff !important;
}
.panel-page-menu .nav-link.active {
  border: 1px solid;
  border-color: #dadee1 #dadee1 #fff #dadee1;
  color: #004b77;
  font-weight: bold;
}
.panel-page-menu .nav-link.active {
  background: #004b77;
  color: #fff;
}
.panel-page-menu .nav-link.active:hover {
  background: #004b77 !important;
  color: #fff !important;
}
.panel-page-menu .nav-link:not(.active):hover {
  background: #105C8E;
  color: #fff;
}
@media (max-width: 576px) {
  .panel-page-menu .desktop-view {
    display: none;
  }
}
.panel-page-menu .mobile-view {
  display: none;
  margin: -20px -32px 16px;
}
.panel-page-menu .mobile-view .dropdown-item .c-inner {
  margin: 0 5px 0 0;
  display: block;
}
.panel-page-menu .mobile-view .dropdown:hover .dropdown-menu, .panel-page-menu .mobile-view .dropdown:focus .dropdown-menu {
  display: block;
  margin: 0;
}
@media (max-width: 576px) {
  .panel-page-menu .mobile-view {
    display: block;
  }
  .panel-page-menu .mobile-view .spaces-navigation {
    flex-wrap: nowrap;
  }
}

.liferay-comment {
  border: solid 1px #e7e7ed;
  margin-bottom: 20px;
}
.liferay-comment .portal-popup .dialog-footer {
  border: none;
}
.liferay-comment .panel-default {
  border: none;
  margin-bottom: 0 !important;
}
.liferay-comment .panel-title {
  background-color: #cde6ff;
}
.liferay-comment .panel-title.collapsed {
  background: none;
}
.liferay-comment .panel-header .panel-title {
  background: none;
}
.liferay-comment .panel-collapse.show {
  background-color: #cde6ff;
}
.liferay-comment .add-comment {
  clear: both;
  float: left;
}
.liferay-comment .lfr-discussion-reply-container .editor-wrapper {
  width: calc(100% - 40px);
}
.liferay-comment .lfr-discussion-reply-container .button-holder.dialog-footer {
  width: 40px;
}
.liferay-comment .lfr-discussion-reply-container .lfr-discussion-details + .autofit-col {
  flex-direction: row;
}
.liferay-comment .lfr-discussion-reply-container .lfr-discussion-editor .button-holder.dialog-footer {
  width: auto !important;
  align-items: center;
}
.liferay-comment .lfr-discussion-reply-container .lfr-discussion-editor div:first-child {
  flex-grow: 2;
  width: 100%;
}
.liferay-comment .taglib-discussion .lfr-discussion-body {
  font-size: 14px;
  padding-left: 0;
  border-top: solid 1px 1px solid #dadee1;
  display: flex;
}
.liferay-comment .taglib-discussion .lfr-discussion-body .lfr-discussion-message {
  flex-grow: 2;
  width: 100%;
  margin-right: 10px;
}
.liferay-comment .taglib-discussion .lfr-discussion-body .lfr-discussion-message p {
  margin-bottom: 0;
}
.liferay-comment .taglib-discussion .lfr-discussion-body .lfr-discussion-controls {
  width: auto;
  flex-grow: 1;
}
.liferay-comment .taglib-discussion .cke.cke_ltr {
  width: auto !important;
}
.liferay-comment .widget-metadata {
  margin: 0;
  width: 100%;
}
.liferay-comment .widget-metadata > .autofit-col:nth-child(1) {
  padding-left: 0;
  padding-right: 0;
}
.liferay-comment .widget-metadata .autofit-col-expand {
  flex-direction: row;
}
.liferay-comment .widget-metadata .autofit-col-expand .text-truncate + .text-secondary {
  padding-left: 10px;
}
.liferay-comment .widget-metadata .autofit-col-expand .text-truncate + .text-secondary .lfr-portal-tooltip {
  font-size: 10px;
  color: #666;
  text-transform: uppercase;
}
.liferay-comment .widget-metadata .autofit-col:nth-child(3) {
  display: none;
}
.liferay-comment .taglib-discussion .lfr-discussion-container .lfr-discussion {
  margin-top: 20px;
}
.liferay-comment .taglib-discussion .lfr-discussion-container {
  clear: both;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
}
.liferay-comment .taglib-discussion .lfr-discussion-container .comment-container {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  width: auto;
  background: #fff;
  padding: 8px;
}
.liferay-comment .taglib-discussion .lfr-discussion-container:first-of-type {
  padding: 8px !important;
  border-top: none !important;
  padding: 8px !important;
  border-top: none !important;
  margin-bottom: -0.25rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  width: auto;
}
.liferay-comment .taglib-discussion form {
  display: flex;
  flex-direction: column;
}
.liferay-comment .taglib-discussion.lfr-discussion-container {
  border-bottom: none;
  margin-bottom: 1rem;
  border-top: none;
  padding-top: 1.5rem;
  clear: both;
  width: 100%;
}
.liferay-comment .taglib-discussion.lfr-discussion-container:first-of-type {
  border-top: none;
  padding-top: 1.5rem;
  clear: both;
  width: 100%;
}
.liferay-comment .taglib-discussion .comment-container {
  margin-bottom: 0;
}
.liferay-comment .taglib-discussion .sticker {
  width: 26px;
  height: 26px;
  border: solid #262b2f 1px;
  border-radius: 4px;
  box-shadow: none;
  position: relative;
  margin-left: 0;
}
.liferay-comment .lfr-discussion-reply-container {
  display: block;
}
.liferay-comment .lfr-discussion-reply-container .form-control {
  min-height: 1rem;
}
.liferay-comment .lfr-discussion-reply-container > .autofit-row {
  background: #fff;
  padding: 2px 4px;
  border: 1px solid #dadee1;
}
.liferay-comment .lfr-discussion-reply-container > .autofit-row > .lfr-discussion-editor {
  display: flex;
  flex-direction: row;
}
.liferay-comment .lfr-discussion-reply-container .alloy-editor-container .alloy-editor.alloy-editor-placeholder::before {
  font-size: 14px;
}
.liferay-comment .lfr-discussion-reply-container .alloy-editor-container .alloy-editor.alloy-editor-placeholder {
  background: none;
  border: none;
  padding: 0;
  box-shadow: none !important;
}
.liferay-comment .lfr-discussion-reply-container .alloy-editor-container .alloy-editor.alloy-editor-placeholder.cke-focus {
  outline: none !important;
}
.liferay-comment .lfr-discussion-reply-container .alloy-editor-icon {
  display: none !important;
}
.liferay-comment .lfr-discussion-reply-container .alloy-editor-container .alloy-editor.alloy-editor-placeholder.ae-placeholder:not(:focus):not(.form-control) {
  border: none !important;
}
.liferay-comment .lfr-discussion-reply-container .alloy-editor-container .alloy-editor.alloy-editor-placeholder.ae-placeholder:not(:focus) {
  padding: 0;
  border: none;
  background: none;
}
.liferay-comment .lfr-discussion-reply-container .alloy-editor-container {
  flex-grow: 2;
  width: 100%;
  margin-right: 8px;
  border: 1px solid #dadee1;
  padding: 6px 11px;
}
.liferay-comment .lfr-discussion-reply-container .lfr-discussion-details {
  padding: 0;
  height: 44px;
  margin-left: 8px;
  position: relative;
  width: 26px;
}
.liferay-comment .lfr-discussion-reply-container .lfr-discussion-details .sticker {
  width: 26px;
  height: 26px;
  border: solid #262b2f 1px;
  border-radius: 4px;
  box-shadow: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.liferay-comment .lfr-discussion-reply-container .dialog-footer {
  padding: 0;
  width: auto;
  border: none !important;
}
.liferay-comment .lfr-discussion-reply-container .dialog-footer .btn.btn-comment, .liferay-comment .lfr-discussion-reply-container .dialog-footer .tasks-portlet .control-wrapper .global-task-actions a.btn-comment.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .liferay-comment .lfr-discussion-reply-container .dialog-footer a.btn-comment.lfr-icon-item {
  margin-left: 0;
  width: 32px;
  height: 32px;
  margin-top: 2px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  background-color: #004b77;
}
.liferay-comment .lfr-discussion-reply-container .dialog-footer .btn.btn-comment.btn-cancel, .liferay-comment .lfr-discussion-reply-container .dialog-footer .tasks-portlet .control-wrapper .global-task-actions a.btn-comment.btn-cancel.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .liferay-comment .lfr-discussion-reply-container .dialog-footer a.btn-comment.btn-cancel.lfr-icon-item {
  display: none;
}
.liferay-comment .lfr-discussion-reply-container .dialog-footer .btn.btn-comment.disabled, .liferay-comment .lfr-discussion-reply-container .dialog-footer .tasks-portlet .control-wrapper .global-task-actions a.btn-comment.disabled.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .liferay-comment .lfr-discussion-reply-container .dialog-footer a.btn-comment.disabled.lfr-icon-item {
  display: none;
}
.liferay-comment .lfr-discussion-reply-container .dialog-footer .btn.btn-comment .lfr-btn-label, .liferay-comment .lfr-discussion-reply-container .dialog-footer .tasks-portlet .control-wrapper .global-task-actions a.btn-comment.lfr-icon-item .lfr-btn-label, .tasks-portlet .control-wrapper .global-task-actions .liferay-comment .lfr-discussion-reply-container .dialog-footer a.btn-comment.lfr-icon-item .lfr-btn-label {
  text-indent: -99999px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/dl_icons/enter.png);
}
.liferay-comment .dialog-footer {
  padding: 10px 0;
}

.date-picker-row-active .date-picker-col {
  flex-grow: 1;
  width: 100%;
  border: 0px;
}
.date-picker-row-active .date-picker-col:first-child .date-picker-calendar-item.active {
  border-radius: 4px 0px 0px 4px;
}
.date-picker-row-active .date-picker-col:last-child .date-picker-calendar-item.active {
  border-radius: 0px 4px 4px 0px;
}
.date-picker-row-active .date-picker-col .date-picker-calendar-item.active {
  background: #004b77;
  border-radius: 0px;
  margin: 0;
  padding-right: 8px;
  padding-left: 8px;
  width: 100%;
  border: 0px;
}
.date-picker-row-active .date-picker-col .date-picker-calendar-item.active.disabled {
  background: rgba(0, 75, 119, 0.25);
}

.lfr-icon-menu-open .dropdown-menu .c-inner {
  display: inline;
}

.subscription-view .dropdown {
  z-index: 9 !important;
}
.subscription-view .dropdown .dropdown-menu > li {
  z-index: 27;
}
.subscription-view .dropdown .dropdown-menu > li > a {
  display: block;
  overflow: hidden;
  padding: 0.5rem 1.25rem;
}

.launchpad-user-wrapper .portlet-body {
  margin-bottom: 24px;
}
.launchpad-user-wrapper .lp-user-container .panel-group {
  box-shadow: 1px 20px 30px 0px rgba(56, 77, 104, 0.14);
}
.launchpad-user-wrapper .button-holder .btn, .launchpad-user-wrapper .button-holder .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .launchpad-user-wrapper .button-holder a.lfr-icon-item {
  box-shadow: 1px 20px 30px 0px rgba(56, 77, 104, 0.14);
}
.launchpad-user-wrapper .lp-user-star {
  width: 30px;
  height: 30px;
}
.launchpad-user-wrapper .lp-user-star > .lfr-portal-tooltip {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.launchpad-user-wrapper .panel.lfr-panel-extended .panel-heading .collapsed {
  background: #fcfcfc;
}
.launchpad-user-wrapper .panel .panel-heading a {
  background: #fff;
}

.microblogs-portlet .portlet-body .tns-nav > .tns-nav-active {
  background: #004b77;
}
.microblogs-portlet .portlet-body .tns-controls [aria-controls] {
  color: #9ba6af;
}
.microblogs-portlet .portlet-body .card-comment {
  border: 1px solid #eaeaea;
  background: #fff;
}
.microblogs-portlet .portlet-body .wrapper-fieldset-microblogs {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.microblogs-portlet .portlet-body .wrapper-fieldset-microblogs fieldset {
  flex: 1;
}
.microblogs-portlet .portlet-body .management-bar {
  margin-bottom: 4px;
  border-radius: 4px;
}
.microblogs-portlet .portlet-body .fieldset .search-spaces-bar-simple .dropdown {
  margin-right: 8px;
}
.microblogs-portlet .portlet-body .fieldset .search-spaces-bar-simple .dropdown .btn-outline-secondary {
  color: #6c757d;
}
.microblogs-portlet .portlet-body .fieldset .search-spaces-bar-simple .dropdown .btn-outline-secondary span {
  margin-left: 8px;
  margin-right: 0;
}
.microblogs-portlet .portlet-body .fieldset .search-spaces-bar-simple .search-spaces-bar-keywords-input-wrapper .input-text-wrapper {
  margin-bottom: 0;
}
.microblogs-portlet .portlet-body .fieldset .search-spaces-bar-simple .search-spaces-bar-keywords-input-wrapper .input-group-inset-item .btn-unstyled:hover {
  background-color: rgba(33, 37, 41, 0.03);
  color: #212529;
}
.microblogs-portlet .portlet-body .fieldset .search-spaces-bar-simple .search-spaces-bar-keywords-input-wrapper .input-group-inset-item {
  margin-bottom: 0 !important;
}
@media (max-width: 800px) {
  .microblogs-portlet .portlet-body .fieldset .search-spaces-bar-simple .search-spaces-bar-keywords-input-wrapper {
    margin-bottom: 6px;
  }
}
@media (max-width: 800px) {
  .microblogs-portlet .portlet-body .comment-row {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
  }
  .microblogs-portlet .portlet-body .comment-row .html-editor {
    margin-right: 0;
  }
  .microblogs-portlet .portlet-body .comment-row .html-editor div {
    margin-right: 0;
    width: 100% !important;
  }
  .microblogs-portlet .portlet-body .wrapper-fieldset-microblogs {
    display: block;
  }
}
.microblogs-portlet .portlet-body .microblogs-entry {
  border: 1px solid #eaeaea;
  background: #fff;
}
.microblogs-portlet .portlet-body .microblogs-entry .hashtag {
  color: #eaeaea;
}
.microblogs-portlet .portlet-body .microblogs-entry.show-comments .comment a:after {
  border: 5px solid #eaeaea;
  border-color: transparent transparent #eaeaea;
}
.microblogs-portlet .portlet-body .microblogs-entry-form .microblogs-countdown {
  background: #004b77;
}
.microblogs-portlet .portlet-body .microblogs-container {
  padding-top: 8px;
}
.microblogs-portlet .portlet-body .microblogs-container .nav-tabs {
  padding: 0px 16px;
  margin: 0px -16px !important;
}
.microblogs-portlet .portlet-body .microblogs-container .nav-tabs .nav-link {
  padding: 8px 16px;
}
.microblogs-portlet .portlet-body .microblogs-container .microblogs-entry .entry-bubble .content .attachments img {
  max-width: 100%;
  width: auto;
}
.microblogs-portlet .portlet-body .microblogs-container .microblogs-entry .entry-bubble .content p {
  text-align: justify;
  word-break: normal;
}
.microblogs-portlet .portlet-body .footer .modified-date {
  color: #555;
}
.microblogs-portlet .portlet-body .microblogs-tab-content-wrapper {
  overflow: hidden;
  background: #fff;
  margin: 0px -16px -16px;
  padding: 8px;
}
.microblogs-portlet .portlet-body .microblogs-tab-content-wrapper .alert, .microblogs-portlet .portlet-body .microblogs-tab-content-wrapper .portlet-msg-alert,
.microblogs-portlet .portlet-body .microblogs-tab-content-wrapper .portlet-msg-error,
.microblogs-portlet .portlet-body .microblogs-tab-content-wrapper .portlet-msg-help,
.microblogs-portlet .portlet-body .microblogs-tab-content-wrapper .portlet-msg-info,
.microblogs-portlet .portlet-body .microblogs-tab-content-wrapper .portlet-msg-progress,
.microblogs-portlet .portlet-body .microblogs-tab-content-wrapper .portlet-msg-success {
  margin-bottom: 0px;
}
.microblogs-portlet .portlet-body .highlighter-content {
  max-width: 100%;
  white-space: normal;
  word-break: break-all;
}
.microblogs-portlet .portlet-body .highlighter-content div {
  max-width: 100%;
  white-space: normal;
  word-break: break-all;
}
.microblogs-portlet .portlet-body .highlighter-content span {
  background-color: #60b6ec;
  color: rgba(0, 0, 0, 0.9);
}
.microblogs-portlet .portlet-body .lfr-panel a {
  color: #082d44;
}
.microblogs-portlet .portlet-body .new-comments-container {
  background-color: #60b6ec;
}
.microblogs-portlet .portlet-body .new-comments-container .lfr-panel {
  border-color: #eaeaea;
}
.microblogs-portlet .portlet-body .show-comments .commentsFieldset {
  background-color: #60b6ec;
}
.microblogs-portlet .portlet-body .microblogs-entry-detail .btn-primary, .microblogs-portlet .portlet-body .microblogs-entry-detail .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .microblogs-portlet .portlet-body .microblogs-entry-detail a.lfr-icon-item {
  margin-bottom: 20px;
}

.jitsi-button-web-wrapper .portlet-body {
  margin-bottom: 24px;
}
.jitsi-button-web-wrapper .btn, .jitsi-button-web-wrapper .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .jitsi-button-web-wrapper a.lfr-icon-item {
  width: 100%;
  box-shadow: 1px 20px 30px 0px rgba(56, 77, 104, 0.14);
}
.jitsi-button-web-wrapper .btn-default {
  border-color: #004b77;
  color: #004b77;
}
.jitsi-button-web-wrapper .btn-default:hover {
  background: #004b77;
  color: #fff;
}
.jitsi-button-web-wrapper .btn-default:hover a {
  color: #fff;
  text-decoration: none;
}
.jitsi-button-web-wrapper .btn-default a {
  color: #004b77;
}
.jitsi-button-web-wrapper .btn-default a:hover {
  color: #fff;
}

.portal-popup .jitsi-button-web-wrapper .portlet-body {
  margin-bottom: none;
}
.portal-popup .jitsi-button-web-wrapper .btn, .portal-popup .jitsi-button-web-wrapper .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .portal-popup .jitsi-button-web-wrapper a.lfr-icon-item {
  box-shadow: none;
}

.spaces-navigation .jitsi-button-web-wrapper .portlet {
  margin: 0px;
  display: flex;
  align-items: center;
  height: 100%;
}
.spaces-navigation .jitsi-button-web-wrapper .lfr-icon-item {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  border: 1px solid #1d2124;
  color: #1d2124;
  border-radius: 4px;
  margin-right: 8px;
  box-shadow: none;
  width: initial;
}
.spaces-navigation .jitsi-button-web-wrapper .lfr-icon-item:hover {
  color: #004b77;
  border: 1px solid #004b77;
}

.portlet-boundary_it_smc_calendar_caldavsync_CalDAVDisplayPortlet_ .calendar-url-entry {
  padding: 8px 16px;
}
.portlet-boundary_it_smc_calendar_caldavsync_CalDAVDisplayPortlet_ .calendar-url-entry .entry-url {
  display: block;
  color: #555;
  font-family: monospace;
  font-size: 14px;
  margin-top: 8px;
}

.single-portlet > .columns-1 .portlet-column-only .portlet-document-library .portlet-body > div:first-child {
  background: #fff;
  padding: 16px;
  box-shadow: 1px 20px 30px 0px rgba(56, 77, 104, 0.14);
}
.single-portlet > .columns-1 .portlet-column-only .portlet-document-library .portlet-body > div:first-child[id*=entriesManagementToolbar] {
  background: none;
  padding: 0;
  box-shadow: none;
}
.single-portlet > .columns-1 .portlet-column-only .portlet-document-library .portlet-body > div:first-child.lfr-tooltip-scope {
  background: none;
  padding: 0;
  box-shadow: none;
}
.single-portlet > .columns-1 .portlet-column-only .portlet-document-library .portlet-body > div:first-child.sidenav-container > .sidenav-content {
  min-height: calc(
									100vh - 264px
								);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.single-portlet > .columns-1 .portlet-column-only .portlet-document-library .portlet-body > div:first-child.sidenav-content {
  min-height: 500px;
}
.single-portlet > .columns-1 .portlet-column-only .portlet-document-library .portlet-body .management-bar {
  margin: -20px -20px 16px;
}
.single-portlet > .columns-1 .portlet-column-only .portlet-document-library .portlet-body .management-bar + .subnav-tbar-primary {
  margin-left: -20px;
  margin-right: -20px;
}
.single-portlet > .columns-1 .portlet-column-only .portlet-document-library .bulk-status-container {
  margin-right: -20px;
  margin-left: -20px;
}
.single-portlet > .columns-1 .portlet-column-only .portlet-document-library .main-content-body {
  margin-top: 0px;
}
.single-portlet > .columns-1 .portlet-column-only .portlet-document-library .sidenav-content .document-container {
  background: #fff;
  border-radius: 0.25rem;
  box-shadow: 1px 20px 30px 0px rgba(56, 77, 104, 0.14);
  box-shadow: 1px solid #c0c7cc;
}
.single-portlet > .columns-1 .portlet-column-only .portlet-document-library .sidenav-content .document-container > .document-container {
  background: none;
  border-radius: none;
  box-shadow: none;
  border: none;
}
.single-portlet > .columns-1 .portlet-column-only .portlet-document-library .sidenav-content .document-container .display-style-icon.row {
  padding: 0px 12px;
}
.single-portlet > .columns-1 .portlet-column-only .portlet-document-library .sidenav-content .document-container .table-title a {
  margin: auto 0;
}
.single-portlet > .columns-1 .portlet-column-only .portlet-document-library .sidenav-container {
  background: #fff;
  padding: 16px;
  box-shadow: 1px 20px 30px 0px rgba(56, 77, 104, 0.14);
}
.single-portlet > .columns-1 .portlet-column-only .portlet-document-library .sidenav-menu-slider {
  height: 0px !important;
  overflow: auto;
}
.single-portlet > .columns-1 .portlet-column-only .portlet-document-library [id*=documentLibraryContainer] .sidenav-container {
  background: none;
  padding: 0px;
  box-shadow: none;
}

.portlet-document-library .breadcrumb {
  color: #061e2e;
}
.portlet-document-library .breadcrumb .breacrumb-item {
  color: #061e2e;
}
.portlet-document-library .breadcrumb .breacrumb-item .breadcrumb-link {
  color: #004b77;
}
.portlet-document-library .document-library-breadcrumb {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
.portlet-document-library .sticker.sticker-right .tooltip {
  opacity: 1;
  display: none;
}
.portlet-document-library .sticker.sticker-right .tooltip.show {
  display: block;
}
.portlet-document-library .card .aspect-ratio {
  overflow: visible;
}
.portlet-document-library .card .aspect-ratio img {
  max-width: inherit;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.portlet-document-library .card .autofit-col-expand a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.portlet-document-library .card-page {
  margin: 0;
}
.portlet-document-library .custom-checkbox .sticker.sticker-right {
  left: auto;
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.portlet-document-library .check-shared-folder {
  position: absolute;
  top: 0;
  right: 0;
}
.portlet-document-library .check-shared-folder .sticker.sticker-right {
  right: 0px;
  border: none;
  height: 10px;
  width: 10px;
  line-height: 1em;
  top: 0px;
  font-size: 10px;
}
.portlet-document-library .check-shared-folder .sticker.sticker-right .icon-monospaced {
  height: auto;
  width: auto;
}
.portlet-document-library .file-entry-actions {
  display: flex;
  justify-content: flex-end;
}
.portlet-document-library .file-entry-actions > a {
  margin-left: 8px;
}
.portlet-document-library .sidebar-title {
  overflow: hidden;
  text-overflow: ellipsis;
}
.portlet-document-library .common-file-metadata-container .panel-group {
  margin-bottom: 16px;
}
.portlet-document-library .oo-button-container + .sticker-bottom-left {
  bottom: 3em;
}
@media (max-width: 576px) {
  .portlet-document-library .sidenav-content {
    padding-right: 0px !important;
  }
}
@media (max-width: 1400px) {
  .portlet-document-library .display-style-icon .lfr-asset-item,
  .portlet-document-library .display-style-icon .lfr-asset-folder {
    width: 25%;
  }
}
@media (max-width: 1200px) {
  .portlet-document-library .display-style-icon .lfr-asset-item,
  .portlet-document-library .display-style-icon .lfr-asset-folder {
    width: 33.33%;
  }
}
@media (max-width: 720px) {
  .portlet-document-library .display-style-icon .lfr-asset-item,
  .portlet-document-library .display-style-icon .lfr-asset-folder {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .portlet-document-library .display-style-icon .lfr-asset-item,
  .portlet-document-library .display-style-icon .lfr-asset-folder {
    width: 100%;
  }
}

.lfr-icon-menu-open .smcLiViewFileEntry + li[role=presentation] .taglib-icon {
  display: none;
}

@media (min-width: 767px) {
  .single-portlet > .columns-1 .portlet-column-only .contacts-portlet .portlet-body {
    height: auto !important;
  }
}
.single-portlet > .columns-1 .portlet-column-only .contacts-portlet .portlet-body > form > .row {
  margin: -20px -20px 16px;
  background: #fff;
}
.single-portlet > .columns-1 .portlet-column-only .contacts-portlet .portlet-body > form > .row .toolbar {
  padding: 8px 16px;
  margin: 0px;
}
.single-portlet > .columns-1 .portlet-column-only .contacts-portlet .portlet-body .contacts-result-container.lfr-app-column-view {
  background: #fff;
  border: 1px solid #c0c7cc;
  border-radius: 0.25rem;
  box-shadow: 1px 20px 30px 0px rgba(56, 77, 104, 0.14);
  margin: 8px;
}

.contacts-portlet.show-user .portlet-body > form {
  left: 0;
  position: relative;
}
@media (max-width: 767px) {
  .contacts-portlet.show-user .contacts-result-container .contacts-list {
    top: 43px;
  }
  .contacts-portlet.show-user .contacts-list {
    background: none;
  }
  .contacts-portlet.show-user .contacts-list .toggle-user {
    opacity: 1 !important;
  }
  .contacts-portlet.show-user .contacts-list > * {
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .contacts-portlet .contacts-list {
    background: #fff;
  }
  .contacts-portlet .contacts-list > * {
    opacity: 1;
  }
}
.contacts-portlet .lfr-contact-grid-item .lfr-contact-info,
.contacts-portlet .lfr-detail-info .lfr-contact-info {
  margin-left: 0px !important;
}
.contacts-portlet .contacts-result-container .contacts-container .lfr-button-column .edit-toolbar {
  margin-left: 2px !important;
}
.contacts-portlet .form-section .fieldset .form-group-autofit {
  align-items: flex-end;
}
.contacts-portlet .form-section .fieldset .form-group-autofit .toolbar {
  border: none;
  width: auto;
  min-width: 90px;
}
.contacts-portlet .form-section .fieldset .form-group-autofit .toolbar button + button {
  margin-left: 5px;
}
.contacts-portlet .field-group .icon-edit {
  display: none;
}
.contacts-portlet .field-group:hover .icon-edit {
  left: inherit;
  display: block;
  cursor: pointer;
}
.contacts-portlet .row .toolbar {
  border-bottom: none;
  width: 100%;
  margin-left: 0;
}
@media (max-width: 799px) {
  .contacts-portlet .row .toolbar .filter-container .contact-group-filter input[type=checkbox] {
    display: inline-block;
  }
  .contacts-portlet .row .toolbar .filter-container .contact-group-filter {
    padding: 0 15px;
  }
  .contacts-portlet .row .toolbar .filter-container .contact-group-filter-select {
    height: 2.375rem !important;
  }
}
.contacts-portlet .contacts-result-container {
  padding-left: 0 !important;
}
.contacts-portlet .contacts-result-container .contacts-profile > .row:first-child {
  display: flex;
}
.contacts-portlet .contacts-result-container .contacts-list {
  position: relative !important;
  width: 350px;
  max-width: 350px;
}
@media (max-width: 799px) {
  .contacts-portlet .contacts-result-container .contacts-list {
    width: 100%;
    max-width: 100%;
  }
}
.contacts-portlet .contacts-result-container .contacts-list .contacts-search button.btn:hover {
  background: none;
}
.contacts-portlet .contacts-result-container .contacts-list .contacts-search button.btn .icon-search {
  position: relative;
  top: 0;
  right: 0;
}
.contacts-portlet .contacts-result-container .contacts-container {
  position: relative;
  max-width: calc(100% - 250px) !important;
  float: left;
  padding-left: 15px;
  min-height: 300px;
}
@media (max-width: 799px) {
  .contacts-portlet .contacts-result-container .contacts-container {
    width: 100%;
    max-width: 100% !important;
    border-left: none !important;
    min-height: inherit !important;
  }
  .contacts-portlet .contacts-result-container .contacts-container .contacts-center-home {
    padding: 15px;
  }
}
.contacts-portlet .contacts-result-container .contacts-container .section {
  padding: 10px 0;
  border-bottom: none;
  position: relative;
}
.contacts-portlet .contacts-result-container .contacts-container .lfr-button-column {
  padding: 4px 0 4px !important;
}
.contacts-portlet .contacts-result-container .contacts-container .contacts-profile .lfr-contact-thumb,
.contacts-portlet .contacts-result-container .contacts-container .contacts-portlet .contacts-profile .lfr-contact-info {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
}
.contacts-portlet .contacts-result-container .contacts-search {
  margin: 5px 0;
  position: relative;
}
.contacts-portlet .contacts-result-container .contacts-search button {
  color: inherit;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background: none;
}
.contacts-portlet .contacts-result-container .contacts-search button .icon-search {
  position: relative;
  right: 0;
  top: 0;
}
.contacts-portlet .contacts-result-container .contacts-search button span {
  display: none;
}
.contacts-portlet .contacts-result-container .contacts-search .form-group {
  margin: 0;
}
.contacts-portlet .contacts-result-container .btn-toolbar-content > .btn:not(.hide):not(:last-child):not(.dropdown-toggle), .contacts-portlet .contacts-result-container .tasks-portlet .control-wrapper .global-task-actions .btn-toolbar-content > a.lfr-icon-item:not(.hide):not(:last-child):not(.dropdown-toggle), .tasks-portlet .control-wrapper .global-task-actions .contacts-portlet .contacts-result-container .btn-toolbar-content > a.lfr-icon-item:not(.hide):not(:last-child):not(.dropdown-toggle) {
  margin-right: 12px;
  border-radius: 0.25rem;
}
.contacts-portlet .contacts-result-container .btn-toolbar-content .btn, .contacts-portlet .contacts-result-container .btn-toolbar-content .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .contacts-portlet .contacts-result-container .btn-toolbar-content a.lfr-icon-item {
  border-radius: 0.25rem;
}
.contacts-portlet .contacts-result-container .row > .contacts-result {
  padding-right: 15px;
  overflow-y: auto;
  border-right: none;
  position: relative;
  top: 0;
}
@media (max-width: 799px) {
  .contacts-portlet .contacts-result-container .row > .contacts-result {
    top: 0%;
    position: relative;
    max-height: 300px;
  }
}
.contacts-portlet .contacts-result-container .row > .contacts-result .lfr-contact {
  display: flex;
  align-content: center;
  align-items: center;
}
.contacts-portlet .contacts-result-container .row > .contacts-result .last-name-anchor a {
  background: #004b77;
  color: #fff;
}
.contacts-portlet .contacts-result-container .row > .contacts-result .lfr-contact .lfr-contact-grid-item,
.contacts-portlet .contacts-result-container .row > .contacts-result .lfr-contact .lfr-contact-grid-item,
.contacts-portlet .contacts-result-container .row > .contacts-result .lfr-contact-grid-item .lfr-contact-grid-item {
  padding: 5px 0;
  margin: 0;
  flex-grow: 2;
  align-content: center;
  align-items: center;
  display: flex;
}
.contacts-portlet .contacts-result-container .row > .contacts-result .lfr-contact-grid-item {
  padding-left: 5px;
}
.contacts-portlet .contacts-result-container .row > .contacts-list {
  padding-right: 0;
}
@media (max-width: 799px) {
  .contacts-portlet .contacts-result-container .row > .contacts-list .lfr-contact-checkbox {
    display: inline-block;
  }
}
.contacts-portlet .my-profile {
  width: 100%;
}
.contacts-portlet .my-profile .icon-edit {
  position: absolute !important;
  right: 0;
}
.contacts-portlet .contacts-profile > .row:first-child {
  display: none;
}
.contacts-portlet .contacts-profile .field-group {
  float: none;
}
.contacts-portlet .contacts-profile .lfr-contact-thumb {
  width: 100px;
  float: left;
  padding: 0;
}
.contacts-portlet .contacts-profile .lfr-contact-thumb img {
  max-width: 100%;
  width: calc(100% - 10px);
}
.contacts-portlet .contacts-profile .lfr-contact-info {
  width: calc(100% - 100px);
  float: left;
  padding: 0;
}
.contacts-portlet .contacts-profile .lfr-contact-info > div {
  float: left;
  height: auto;
  clear: left;
}
.contacts-portlet .lfr-contact-job-title {
  font-size: 0.87em !important;
  color: #c0c7cc;
  font-weight: bold;
}
.contacts-portlet .lfr-contact-extra {
  font-size: 12px;
}
.contacts-portlet .lfr-contact-password {
  font-size: 12px;
}
.contacts-portlet .lfr-contact-password a {
  cursor: pointer;
}
.contacts-portlet .portlet {
  margin-bottom: 0;
}
.contacts-portlet .portlet-body {
  display: flex;
  flex-direction: column;
}
.contacts-portlet .portlet-body .contacts-profile .lfr-contact-name {
  height: auto;
  line-height: inherit;
  overflow: inherit;
  position: relative;
  text-overflow: inherit;
  float: left;
  font-size: 18px;
  font-weight: bold;
}
.contacts-portlet .portlet-body .contacts-profile .lfr-contact-name a {
  display: block;
  position: relative;
}
.contacts-portlet .portlet-body .contacts-result-container {
  flex-grow: 2;
  height: 100%;
  margin: 0px;
}
.contacts-portlet .portlet-body .contacts-result-container .contacts-list {
  height: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: column;
}
.contacts-portlet .portlet-body .contacts-result-container .contacts-list .contacts-search + .row {
  flex-grow: 2;
  overflow: auto;
}
.contacts-portlet .lfr-field-group.details-user,
.contacts-portlet .lfr-field-group.lfr-user-comments,
.contacts-portlet .lfr-field-group.lfr-user-phones,
.contacts-portlet .lfr-field-group.lfr-user-email-addresses,
.contacts-portlet .lfr-field-group.lfr-user-addresses {
  position: absolute !important;
  right: 0;
  top: 0;
  border: none;
  padding: 0;
}
@media (max-width: 576px) {
  .contacts-portlet .lfr-field-group.details-user,
  .contacts-portlet .lfr-field-group.lfr-user-comments,
  .contacts-portlet .lfr-field-group.lfr-user-phones,
  .contacts-portlet .lfr-field-group.lfr-user-email-addresses,
  .contacts-portlet .lfr-field-group.lfr-user-addresses {
    right: 0;
    top: 0;
  }
}
.contacts-portlet .lfr-field-group.details-user:hover,
.contacts-portlet .lfr-field-group.lfr-user-comments:hover,
.contacts-portlet .lfr-field-group.lfr-user-phones:hover,
.contacts-portlet .lfr-field-group.lfr-user-email-addresses:hover,
.contacts-portlet .lfr-field-group.lfr-user-addresses:hover {
  cursor: pointer;
}
.contacts-portlet .lfr-field-group.details-user .lexicon-icon,
.contacts-portlet .lfr-field-group.lfr-user-comments .lexicon-icon,
.contacts-portlet .lfr-field-group.lfr-user-phones .lexicon-icon,
.contacts-portlet .lfr-field-group.lfr-user-email-addresses .lexicon-icon,
.contacts-portlet .lfr-field-group.lfr-user-addresses .lexicon-icon {
  height: 1.1em;
  padding-left: 1px;
}
.contacts-portlet .lfr-field-group.details-user .btn-outline-secondary:hover,
.contacts-portlet .lfr-field-group.lfr-user-comments .btn-outline-secondary:hover,
.contacts-portlet .lfr-field-group.lfr-user-phones .btn-outline-secondary:hover,
.contacts-portlet .lfr-field-group.lfr-user-email-addresses .btn-outline-secondary:hover,
.contacts-portlet .lfr-field-group.lfr-user-addresses .btn-outline-secondary:hover {
  background-color: transparent;
  border-color: transparent;
  color: black;
}
.contacts-portlet .lfr-detail-info .lfr-field-group.details-user {
  left: 93% !important;
  padding: 9px;
}
@media (max-width: 576px) {
  .contacts-portlet .lfr-detail-info .lfr-field-group.details-user {
    left: 90% !important;
  }
}
.contacts-portlet .lfr-detail-info .lfr-field-group.details-user .lexicon-icon-pencil {
  left: 28%;
}
@media (max-width: 576px) {
  .contacts-portlet .lfr-detail-info .lfr-field-group.details-user .lexicon-icon-pencil {
    left: 19%;
  }
}
.contacts-portlet .lfr-detail-info,
.contacts-portlet .section-comments,
.contacts-portlet .section-phones,
.contacts-portlet .section-email-addresses,
.contacts-portlet .section-addresses {
  position: relative;
}
.contacts-portlet .lfr-detail-info .lfr-field-group .edit-button.btn, .contacts-portlet .lfr-detail-info .lfr-field-group .tasks-portlet .control-wrapper .global-task-actions a.edit-button.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .contacts-portlet .lfr-detail-info .lfr-field-group a.edit-button.lfr-icon-item,
.contacts-portlet .section-comments .lfr-field-group .edit-button.btn,
.contacts-portlet .section-comments .lfr-field-group .tasks-portlet .control-wrapper .global-task-actions a.edit-button.lfr-icon-item,
.tasks-portlet .control-wrapper .global-task-actions .contacts-portlet .section-comments .lfr-field-group a.edit-button.lfr-icon-item,
.contacts-portlet .section-phones .lfr-field-group .edit-button.btn,
.contacts-portlet .section-phones .lfr-field-group .tasks-portlet .control-wrapper .global-task-actions a.edit-button.lfr-icon-item,
.tasks-portlet .control-wrapper .global-task-actions .contacts-portlet .section-phones .lfr-field-group a.edit-button.lfr-icon-item,
.contacts-portlet .section-email-addresses .lfr-field-group .edit-button.btn,
.contacts-portlet .section-email-addresses .lfr-field-group .tasks-portlet .control-wrapper .global-task-actions a.edit-button.lfr-icon-item,
.tasks-portlet .control-wrapper .global-task-actions .contacts-portlet .section-email-addresses .lfr-field-group a.edit-button.lfr-icon-item,
.contacts-portlet .section-addresses .lfr-field-group .edit-button.btn,
.contacts-portlet .section-addresses .lfr-field-group .tasks-portlet .control-wrapper .global-task-actions a.edit-button.lfr-icon-item,
.tasks-portlet .control-wrapper .global-task-actions .contacts-portlet .section-addresses .lfr-field-group a.edit-button.lfr-icon-item {
  opacity: 1;
}
@media (max-width: 799px) {
  .contacts-portlet .lfr-field-group .edit-button.btn, .contacts-portlet .lfr-field-group .tasks-portlet .control-wrapper .global-task-actions a.edit-button.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .contacts-portlet .lfr-field-group a.edit-button.lfr-icon-item {
    display: block !important;
  }
}

.contacts-portlet .my-profile .lfr-field-group .edit-button.btn, .contacts-portlet .my-profile .lfr-field-group .tasks-portlet .control-wrapper .global-task-actions a.edit-button.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .contacts-portlet .my-profile .lfr-field-group a.edit-button.lfr-icon-item {
  position: relative;
}

/*fix per migrazione*/
.sc-portlet-profile .lfr-autorow-controls.toolbar {
  border-bottom: 0;
  width: auto;
}

.sc-portlet-profile.lfr-form-row:hover {
  border-top: 1px solid transparent;
}

@media (max-width: 576px) {
  .single-portlet > .columns-1 .portlet-column-only .calendar-portlet .portlet-body .popover.scheduler-event-recorder-popover {
    max-width: 100%;
  }
}
.single-portlet > .columns-1 .portlet-column-only .calendar-portlet .portlet-body .navbar.navigation-bar:first-child {
  margin: -20px -20px 16px;
}
.single-portlet > .columns-1 .portlet-column-only .calendar-portlet .portlet-body > .management-bar {
  margin: -16px -16px 16px;
}
.single-portlet > .columns-1 .portlet-column-only .calendar-portlet .portlet-body > .calendar-portlet-column-parent {
  background: #fff;
  border: 1px solid #c0c7cc;
  box-shadow: 1px 20px 30px 0px rgba(56, 77, 104, 0.14);
  padding: 16px;
}
.single-portlet > .columns-1 .portlet-column-only .calendar-portlet .portlet-body .management-bar {
  margin: -16px -20px 16px;
}
.single-portlet > .columns-1 .portlet-column-only .calendar-portlet .portlet-body .taglib-header {
  background: white;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
  padding-top: 12px;
  border-radius: 4px 4px 0px 0px;
}
.single-portlet > .columns-1 .portlet-column-only .calendar-portlet .portlet-body .taglib-header + form {
  background: white;
  border-radius: 0px 0px 4px 4px;
}

.calendar-portlet .portlet-body {
  /* aggiunta o click di un evento */
  /* menu a lato dei calendari di sinistra */
}
.calendar-portlet .portlet-body .input-group-item {
  width: 100%;
  padding: 5px 0;
}
.calendar-portlet .portlet-body .input-group-item div {
  width: 100% !important;
}
.calendar-portlet .portlet-body .calendar-list-empty-message {
  color: #666;
}
.calendar-portlet .portlet-body .calendar-list-item {
  color: #222;
}
.calendar-portlet .portlet-body .calendar-list-item-hover {
  background-color: #dce3ea;
}
.calendar-portlet .portlet-body .calendar-list-item-active {
  background-color: #dce3ea;
}
.calendar-portlet .portlet-body .calendar-list-item-arrow {
  background-color: #fff;
  border: 1px solid #b5b5b5;
  color: #656565;
}
.calendar-portlet .portlet-body .calendar-list-item-arrow:hover {
  background-color: #f0f0f0;
  color: #333;
}
.calendar-portlet .portlet-body .calendar-list-item-hidden .calendar-list-item-label {
  color: #555;
}
.calendar-portlet .portlet-body .calendar-portlet .calendar-portlet-column-grid .calendar-portlet-column-toggler:hover {
  background: #e9e9e9;
}
.calendar-portlet .portlet-body .calendar-event-answer.calendar-event-answer-false {
  color: #555;
}
.calendar-portlet .portlet-body .calendar-event-answer.calendar-event-answer-false:hover {
  color: #555;
}
.calendar-portlet .portlet-body .calendar-portlet-list-header {
  color: #222;
}
.calendar-portlet .portlet-body .calendar-portlet-list-header:hover {
  background-color: #dce3ea;
  color: #222;
}
.calendar-portlet .portlet-body .calendar-portlet-wrapper {
  background: #fff;
}
.calendar-portlet .portlet-body .scheduler-event-recorder-header .scheduler-event-recorder-content {
  background: #fafafa;
  border: 1px solid #c4c4c4;
}
.calendar-portlet .portlet-body .scheduler-event-recorder-header .scheduler-event-recorder-content:hover {
  background: #ffc;
  border-color: #fc0;
}
.calendar-portlet .portlet-body .simple-menu .simple-menu-content {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.calendar-portlet .portlet-body .simple-menu-item {
  color: #333;
}
.calendar-portlet .portlet-body .simple-menu-item:hover {
  background-color: #eee;
  border: dotted #eee;
}
.calendar-portlet .portlet-body .calendar-portlet-mini-calendar .yui3-calendar-content {
  background: #fff !important;
  border: 1px solid #ddd;
}
.calendar-portlet .portlet-body .calendar-booking-reminders .calendar-portlet-reminder-section {
  margin-bottom: 4px;
}
.calendar-portlet .portlet-body .calendar-booking-reminders .calendar-portlet-reminder-section .reminder-type {
  margin-bottom: 0;
}
.calendar-portlet .portlet-body .calendar-booking-reminders .calendar-portlet-reminder-section .reminder-duration {
  margin-bottom: 0;
  padding: 2px;
  margin-left: 4px;
}
@media (min-width: 576px) {
  .calendar-portlet .scheduler-base-hd .scheduler-base-nav-date {
    display: inline-block !important;
  }
}
.calendar-portlet .scheduler-base-hd .scheduler-base-views {
  justify-content: flex-end;
}
.calendar-portlet .scheduler-base-hd .scheduler-base-views .active {
  border-right-style: solid;
  border-left-style: solid;
}
@media (max-width: 1279px) and (min-width: 576px) {
  .calendar-portlet .scheduler-base-hd .scheduler-base-views {
    flex: 0 0 100%;
    margin-bottom: 20px;
    margin-top: 20px;
    max-width: 100%;
  }
  .calendar-portlet .scheduler-base-hd .scheduler-base-views .btn, .calendar-portlet .scheduler-base-hd .scheduler-base-views .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .calendar-portlet .scheduler-base-hd .scheduler-base-views a.lfr-icon-item {
    flex-grow: 1;
  }
}

.yui3-skin-sam .calendar-portlet .portlet-body .yui3-calendar-weekday {
  color: #004b77;
  text-align: center;
  font-weight: bold;
}
.yui3-skin-sam .calendar-portlet .portlet-body .yui3-calendar-day:hover {
  background: #bbb;
  color: #fff;
}
.yui3-skin-sam .calendar-portlet .portlet-body .yui3-calendar-day.yui3-calendar-day-selected {
  background-color: #f2f2f2;
}
.yui3-skin-sam .calendar-portlet .portlet-body .yui3-calendar-day.yui3-calendar-day-selected:hover {
  background: #bbb;
  color: #fff;
}
.yui3-skin-sam .calendar-portlet .portlet-body .yui3-calendar-day.yui3-calendar-day-selected.lfr-busy-day {
  background-color: #f2f2f2;
}
.yui3-skin-sam .calendar-portlet .portlet-body .yui3-calendar-day.yui3-calendar-day-selected.lfr-busy-day:hover {
  background: #bbb;
  color: #fff;
}
.yui3-skin-sam .calendar-portlet .portlet-body .yui3-calendar-day.lfr-current-day {
  background-color: #004b77 !important;
  color: #fff !important;
}

.content-wrapper .notifications-list #portlet_it_smc_osspaces_NotificationsListWebPortlet_INSTANCE_notifications .portlet-body .notifications-list-wrapper {
  padding: 0 !important;
}
.content-wrapper .notifications-list #portlet_it_smc_osspaces_NotificationsListWebPortlet_INSTANCE_notifications .portlet-body .notifications-list-wrapper #notificationsListInnerWrapper {
  background: #f6f6f6;
  padding-bottom: 0.375rem;
}
.content-wrapper .notifications-list #portlet_it_smc_osspaces_NotificationsListWebPortlet_INSTANCE_notifications .portlet-body .notifications-list-wrapper #notificationsListInnerWrapper .dropdown-section {
  padding: 0.5rem 1.25rem;
}
.content-wrapper .notifications-list #portlet_it_smc_osspaces_NotificationsListWebPortlet_INSTANCE_notifications .portlet-body .notifications-list-wrapper #notificationsListInnerWrapper .dropdown-section > a.btn, .content-wrapper .notifications-list #portlet_it_smc_osspaces_NotificationsListWebPortlet_INSTANCE_notifications .portlet-body .notifications-list-wrapper #notificationsListInnerWrapper .tasks-portlet .control-wrapper .global-task-actions .dropdown-section > a.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .content-wrapper .notifications-list #portlet_it_smc_osspaces_NotificationsListWebPortlet_INSTANCE_notifications .portlet-body .notifications-list-wrapper #notificationsListInnerWrapper .dropdown-section > a.lfr-icon-item {
  font-weight: bold !important;
  font-size: 1rem !important;
}
.content-wrapper .notifications-list #portlet_it_smc_osspaces_NotificationsListWebPortlet_INSTANCE_notifications .portlet-body .notifications-list-wrapper #notificationsListInnerWrapper .dropdown-section > a.btn.btn-primary, .content-wrapper .notifications-list #portlet_it_smc_osspaces_NotificationsListWebPortlet_INSTANCE_notifications .portlet-body .notifications-list-wrapper #notificationsListInnerWrapper .tasks-portlet .control-wrapper .global-task-actions .dropdown-section > a.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .content-wrapper .notifications-list #portlet_it_smc_osspaces_NotificationsListWebPortlet_INSTANCE_notifications .portlet-body .notifications-list-wrapper #notificationsListInnerWrapper .dropdown-section > a.lfr-icon-item {
  color: var(--white);
  background-color: #235c87;
}
.content-wrapper .notifications-list #portlet_it_smc_osspaces_NotificationsListWebPortlet_INSTANCE_notifications .portlet-body .notifications-list-wrapper #notificationsListInnerWrapper .dropdown-section > a.btn.btn-primary:hover, .content-wrapper .notifications-list #portlet_it_smc_osspaces_NotificationsListWebPortlet_INSTANCE_notifications .portlet-body .notifications-list-wrapper #notificationsListInnerWrapper .tasks-portlet .control-wrapper .global-task-actions .dropdown-section > a.lfr-icon-item:hover, .tasks-portlet .control-wrapper .global-task-actions .content-wrapper .notifications-list #portlet_it_smc_osspaces_NotificationsListWebPortlet_INSTANCE_notifications .portlet-body .notifications-list-wrapper #notificationsListInnerWrapper .dropdown-section > a.lfr-icon-item:hover {
  background-color: var(--spaces-primary);
}
.content-wrapper .notifications-list .notifications-list-inner-wrapper {
  background: #f6f6f6;
  padding-bottom: 0.375rem;
}
.content-wrapper .notifications-list .notifications-list-inner-wrapper .clearfix.lfr-pagination .lfr-pagination-buttons.pagination {
  gap: 1rem;
}

.notifications-list .list-group-wrapper {
  background: #fff;
}
.notifications-list .list-group-wrapper .list-group-item-flex .autofit-col {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.notifications-list .list-group-wrapper .icon-info-sign {
  color: var(--spaces-primary);
}
.notifications-list .list-group-wrapper .empty-message {
  padding: 0px 16px;
  font-size: 1rem;
}
.notifications-list .notifications-list-wrapper {
  padding: 0px;
}
.notifications-list .portlet {
  margin-bottom: 0;
}
.notifications-list .notifications-list-inner-wrapper {
  width: 100%;
}
.notifications-list .nav-tabs {
  padding: 0 16px;
}
.notifications-list .nav-tabs .nav-link {
  padding: 8px 16px;
}
.notifications-list .inline-scroller {
  max-height: 40vh;
  background: #fff;
  border-radius: 0;
  padding: 8px;
  margin: 0;
}
.notifications-list .dropdown-section {
  background: #fff;
}
.notifications-list .user-avatar {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background-size: cover;
  background-position: center;
}
.notifications-list .list-group-item {
  position: relative;
}
.notifications-list .list-group-item.unread .notification-title,
.notifications-list .list-group-item.unread .notification-body {
  font-weight: bold;
}
.notifications-list .notification-body > a {
  display: block;
  color: var(--spaces-primary) !important;
  font-size: 1rem !important;
  font-weight: bold !important;
}
.notifications-list .cards-list {
  list-style: none;
  padding: 0px;
}
.notifications-list .card-wrapper {
  margin: 8px 0px;
  padding: 8px;
  border: 1px solid #c0c7cc;
  border-radius: 4px;
}
.notifications-list .card-wrapper .button-holder {
  margin-bottom: 0px;
  margin-top: 8px;
}
.notifications-list .lfr-pagination-buttons {
  margin-bottom: 0;
  background: #fff;
  padding: 8px;
  border-radius: 0 0 4px 4px;
}

.portlet-boundary_it_smc_osspaces_ControlExpireDatePortlet_ .portlet .portlet-content .portlet-body > .row,
.portlet-boundary_it_smc_osspaces_ControlExpireDatePortlet_ .portlet .portlet-content .portlet-body > .row-fluid {
  background: #fff;
  padding: 12px 16px;
  border-bottom: 1px solid #c0c7cc;
}
.portlet-boundary_it_smc_osspaces_ControlExpireDatePortlet_ .portlet .portlet-content .portlet-body > .row h5,
.portlet-boundary_it_smc_osspaces_ControlExpireDatePortlet_ .portlet .portlet-content .portlet-body > .row-fluid h5 {
  margin: 0;
}
.portlet-boundary_it_smc_osspaces_ControlExpireDatePortlet_ .portlet .portlet-content .portlet-body > .row h5 p,
.portlet-boundary_it_smc_osspaces_ControlExpireDatePortlet_ .portlet .portlet-content .portlet-body > .row-fluid h5 p {
  margin: 0px;
}

.portlet-search .searchContainerInput {
  display: none;
}
.portlet-search .panel-heading .panel-title {
  display: block;
  padding: 10px 15px;
  position: relative;
  text-decoration: none;
}
.portlet-search .panel-heading .panel-title a {
  padding: 0;
  text-decoration: none;
}
.portlet-search #_com_liferay_portal_search_web_portlet_SearchPortlet_searchContainer > div {
  display: flex;
  align-content: center;
}
.portlet-search #_com_liferay_portal_search_web_portlet_SearchPortlet_searchContainer > div .form-group {
  margin-right: 5px;
}
.portlet-search .main-content-body {
  margin-top: 0;
}
.portlet-search .search-facet .facet-term-selected {
  font-weight: 700;
}

.calendar-events .portlet-content .eventSeparator {
  background-color: #c0c7cc;
  width: 100%;
  margin: 3% 0;
  height: 1px;
}
.calendar-events .portlet-content .taglib-calendar .inline li.calendar-current-day,
.calendar-events .portlet-content .taglib-calendar .inline li.portlet-section-selected {
  background-color: #004b77;
}
.calendar-events .portlet-content .portlet-section-header,
.calendar-events .portlet-content .results-header {
  color: #004b77;
  font-weight: bold;
}
.calendar-events .portlet-content .simple-calendar-header {
  display: flex;
  width: auto;
  padding: 0px 16px;
}
.calendar-events .portlet-content .simple-calendar-previous {
  order: 2;
}
.calendar-events .portlet-content .simple-calendar-next {
  order: 3;
  margin-left: 24px;
}
.calendar-events .portlet-content .simple-calendar-month {
  order: 1;
  float: none;
  text-align: left;
  font-weight: 600;
  flex-grow: 1;
  margin: 0;
}
.calendar-events .portlet-content #triangle-left {
  border-right: 10px solid #004b77;
}
.calendar-events .portlet-content #triangle-left:hover {
  border-right: 10px solid #082d44;
}
.calendar-events .portlet-content #triangle-right {
  border-left: 10px solid #004b77;
}
.calendar-events .portlet-content #triangle-right:hover {
  border-left: 10px solid #082d44;
}
.calendar-events .portlet-content .dayOfCalendar {
  background-color: #004b77;
  height: auto;
  padding: 2px 5px;
}
.calendar-events .portlet-content .dayOfCalendar h4 {
  height: auto;
}
.calendar-events .portlet-content #triangle1 {
  border-bottom: 10px solid #004b77;
}
.calendar-events .portlet-content #triangle1:hover {
  border-bottom: 10px solid #082d44;
}
.calendar-events .portlet-content #triangle2 {
  border-top: 10px solid #004b77;
}
.calendar-events .portlet-content #triangle2:hover {
  border-top: 10px solid #082d44;
}

.calendar-events-react .calendar-event-grid-slot-current {
  background-color: #5dc3ff;
}

.dl-sharing-portlet .management-bar.navbar-expand-md .navbar-form {
  padding: 0 !important;
}
.dl-sharing-portlet #usersInternalPanel {
  margin-top: 4px;
}
.dl-sharing-portlet .share-action-button,
.dl-sharing-portlet .copy-guest-url {
  margin: 5px;
}
.dl-sharing-portlet .share-action-button a,
.dl-sharing-portlet .copy-guest-url a {
  text-decoration: none;
}
.dl-sharing-portlet .share-action-button a:active, .dl-sharing-portlet .share-action-button a:focus, .dl-sharing-portlet .share-action-button a:hover,
.dl-sharing-portlet .copy-guest-url a:active,
.dl-sharing-portlet .copy-guest-url a:focus,
.dl-sharing-portlet .copy-guest-url a:hover {
  text-decoration: none;
}
.dl-sharing-portlet .div-guest-user .div-date label {
  margin-top: 6px;
}
.dl-sharing-portlet .pull-right {
  float: right !important;
}
.dl-sharing-portlet .pull-right .item-remove a {
  padding: 0;
}
@media (max-width: 767px) {
  .dl-sharing-portlet .pull-right {
    float: left !important;
  }
}
.dl-sharing-portlet .mt-and-mb {
  margin: 25px 10px 0;
}
@media (max-width: 767px) {
  .dl-sharing-portlet .mt-and-mb {
    margin-top: 10px;
    clear: both;
    width: 100%;
  }
}
.dl-sharing-portlet .permission-and-date > div {
  margin: 5px;
  float: left;
}
@media (max-width: 767px) {
  .dl-sharing-portlet .permission-and-date > div {
    clear: both;
    width: 100%;
  }
}
.dl-sharing-portlet .div-guest-user {
  display: block;
  flex: unset;
}
.dl-sharing-portlet .div-guest-user .share-action-button {
  margin-top: 32px;
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 767px) {
  .dl-sharing-portlet .div-guest-user .share-action-button {
    margin-top: 10px;
    clear: both;
  }
}
.dl-sharing-portlet .div-guest-user .form-group {
  margin-bottom: 10px;
}
.dl-sharing-portlet .div-guest-user .col-md-2 {
  float: left !important;
  max-width: inherit !important;
  width: auto !important;
  min-width: inherit !important;
  display: block;
  flex: unset;
}
.dl-sharing-portlet .div-guest-user .div-date > div {
  float: left !important;
}
.dl-sharing-portlet .div-guest-user .div-date > div > strong {
  line-height: 22px;
  margin-bottom: 10px;
  display: inline-block;
}
.dl-sharing-portlet .div-guest-user > div {
  float: left !important;
}
.dl-sharing-portlet .div-guest-user > div > strong {
  line-height: 22px;
  margin-bottom: 10px;
  display: inline-block;
}
.dl-sharing-portlet .div-guest-user > div:nth-child(1) input {
  max-width: 160px;
}
.dl-sharing-portlet .search-ext-label {
  padding-top: 6px;
}
.dl-sharing-portlet .search-ext-input {
  width: 300px;
}
.dl-sharing-portlet .panel-group {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  margin: 16px;
}
.dl-sharing-portlet .card.bg-light {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.dl-sharing-portlet .card.bg-light .search-menu-custom {
  margin-bottom: 0px !important;
  flex-grow: 1;
}
.dl-sharing-portlet .card.bg-light .search-menu-custom form {
  flex-grow: 1;
}
.dl-sharing-portlet .card.bg-light .form-group {
  margin: 0px;
}
.dl-sharing-portlet .card.bg-light .form-group input {
  margin-left: 16px;
}
.dl-sharing-portlet .card.bg-light .form-group .btn, .dl-sharing-portlet .card.bg-light .form-group .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .dl-sharing-portlet .card.bg-light .form-group a.lfr-icon-item {
  margin-right: 16px;
}
.dl-sharing-portlet .card.bg-light .form-group .btn i, .dl-sharing-portlet .card.bg-light .form-group .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item i, .tasks-portlet .control-wrapper .global-task-actions .dl-sharing-portlet .card.bg-light .form-group a.lfr-icon-item i {
  margin-right: 4px;
}

.portal-popup .portlet-boundary_it_smc_osspaces_dlsharing_guest_SharedDML_ form > .input-container {
  padding: 0px;
}

.portlet-boundary_it_smc_marketplace_VacationsAdminPortlet_ .vacation-search-container-buttons-cell {
  padding-left: 12px;
}
.portlet-boundary_it_smc_marketplace_VacationsAdminPortlet_ .vacation-search-container-buttons-cell > .row.vacation-search-container-buttons {
  margin-left: 0;
  margin-right: 0;
}
.portlet-boundary_it_smc_marketplace_VacationsAdminPortlet_ .vacation-user-avatar img {
  max-width: 40px;
  height: auto;
  border-radius: 4px;
}
.portlet-boundary_it_smc_marketplace_VacationsAdminPortlet_ .vacation-search-container-buttons {
  display: flex;
}
.portlet-boundary_it_smc_marketplace_VacationsAdminPortlet_ .vacation-search-container-buttons > .btn:not(:last-child), .portlet-boundary_it_smc_marketplace_VacationsAdminPortlet_ .tasks-portlet .control-wrapper .global-task-actions .vacation-search-container-buttons > a.lfr-icon-item:not(:last-child), .tasks-portlet .control-wrapper .global-task-actions .portlet-boundary_it_smc_marketplace_VacationsAdminPortlet_ .vacation-search-container-buttons > a.lfr-icon-item:not(:last-child) {
  margin-right: 8px;
}

.single-portlet > .columns-1 .portlet-column-only .spaces-admin .portlet-body .management-bar {
  margin: -20px -20px 16px;
}
.single-portlet > .columns-1 .portlet-column-only .spaces-admin .portlet-body .management-bar .spaces-filter-search .fieldset {
  width: 100%;
}
.single-portlet > .columns-1 .portlet-column-only .spaces-admin .portlet-body .management-bar .spaces-filter-search .fieldset .fieldset-legend {
  margin-bottom: 0;
}
.single-portlet > .columns-1 .portlet-column-only .spaces-admin .portlet-body .management-bar .spaces-filter-search .fieldset > div {
  display: flex;
  width: 100%;
}
.single-portlet > .columns-1 .portlet-column-only .spaces-admin .portlet-body .management-bar .spaces-filter-search .fieldset > div form {
  margin-right: 8px;
}
.single-portlet > .columns-1 .portlet-column-only .spaces-admin .portlet-body .management-bar .spaces-filter-search .fieldset > div form:first-of-type {
  flex-grow: 0;
  width: auto;
}
.single-portlet > .columns-1 .portlet-column-only .spaces-admin .portlet-body .management-bar .spaces-filter-search .fieldset .btn-outline-secondary {
  color: #6c757d;
  font-weight: 600;
}
.single-portlet > .columns-1 .portlet-column-only .spaces-admin .portlet-body .management-bar .filter-spaces-status button span {
  margin-left: 8px;
  margin-right: 0px;
}
.single-portlet > .columns-1 .portlet-column-only .spaces-admin .portlet-body .management-bar .taglib-icon-help {
  margin-right: 10px;
}
.single-portlet > .columns-1 .portlet-column-only .spaces-admin .portlet-body .management-bar .taglib-icon-help .c-inner {
  display: block;
}
.single-portlet > .columns-1 .portlet-column-only .spaces-admin .portlet-body .management-bar .taglib-icon-help .c-inner svg {
  margin-top: 0;
  font-size: 16px;
}
.single-portlet > .columns-1 .portlet-column-only .spaces-admin .portlet-body .spaces-admin-edit,
.single-portlet > .columns-1 .portlet-column-only .spaces-admin .portlet-body .join-community-wrapper {
  background: #fff;
  box-shadow: 1px 20px 30px 0px rgba(56, 77, 104, 0.14);
  padding: 16px;
  border-radius: 4px;
}
.single-portlet > .columns-1 .portlet-column-only .spaces-admin .portlet-body .card-space-type,
.single-portlet > .columns-1 .portlet-column-only .spaces-admin .portlet-body .card-space-type-multiple {
  box-shadow: 1px 20px 30px 0px rgba(56, 77, 104, 0.14);
}

.spaces-admin .management-bar .navbar-nav {
  flex-grow: 1;
}
.spaces-admin .management-bar .navbar-nav .nav-item:first-child {
  flex-grow: 1;
}
.spaces-admin .management-bar .navbar-nav .nav-item:first-child form {
  flex-grow: 1;
}
@media (max-width: 800px) {
  .spaces-admin .management-bar .navbar-nav {
    flex-wrap: wrap;
  }
  .spaces-admin .management-bar .navbar-nav .master-view {
    order: 3;
    width: 100%;
  }
}
.spaces-admin .management-bar .form-group {
  margin: 0px;
}
.spaces-admin .management-bar .form-group.input-text-wrapper {
  flex-grow: 1;
}
.spaces-admin .management-bar .input-group .btn, .spaces-admin .management-bar .input-group .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .spaces-admin .management-bar .input-group a.lfr-icon-item {
  margin-left: 16px;
}
.spaces-admin .card-space-type .page-header,
.spaces-admin .card-space-type-multiple .page-header {
  margin: 8px 8px 16px;
  padding: 0px;
  border: none;
}
.spaces-admin .card-space-type .page-header h2,
.spaces-admin .card-space-type-multiple .page-header h2 {
  margin: 0;
}
.spaces-admin .space-panels .panel {
  box-shadow: 1px 20px 30px 0px rgba(56, 77, 104, 0.14);
}

@media (min-width: 799px) {
  .col-md-12 > .portlet-login {
    width: 33.33%;
    margin: auto;
    padding: 16px;
  }
}

.portlet-login .portlet-icon-back {
  display: none;
}

.upcoming-tasks-portlet .tasks-entries-container .tasks-entries .single-task {
  flex-direction: row;
  align-items: baseline;
  border-color: #c0c7cc;
}
.upcoming-tasks-portlet .tasks-entries-container .tasks-entries .single-task .task-content p:last-child {
  margin-bottom: 0;
}

.content-wrapper .portlet-barebone.rochet-chat-embedded-wrapper .portlet {
  margin-bottom: 0px;
}
.content-wrapper .portlet-barebone.rochet-chat-embedded-wrapper .portlet-body {
  margin-bottom: 0px;
}

.rochet-chat-embedded-wrapper iframe {
  height: calc(
			100vh - 190px
		);
}

.portlet-advanced-search table.table-autofit th.lfr-entry-action-column,
.portlet-advanced-search table.table-autofit td.lfr-entry-action-column {
  width: auto !important;
}

.portlet-boundary_it_smc_osspaces_dashboard_SitesAdminPortlet_ .bpm-switch-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.portlet-boundary_it_smc_osspaces_dashboard_SitesAdminPortlet_ .bpm-switch-container .icon-action {
  flex-grow: 1;
}
.portlet-boundary_it_smc_osspaces_dashboard_SitesAdminPortlet_ #dashboardSiteEditAdditionalField {
  display: flex;
  justify-content: space-between;
}
.portlet-boundary_it_smc_osspaces_dashboard_SitesAdminPortlet_ #dashboardSiteEditAdditionalField .icon-action {
  display: flex;
  align-items: center;
}
.portlet-boundary_it_smc_osspaces_dashboard_SitesAdminPortlet_ #dashboardSiteEditAdditionalField .icon-action > a {
  margin-right: 8px;
}

.portlet-wiki .move-up {
  float: right;
  margin-top: -63px;
}
.portlet-wiki .move-up a {
  color: inherit;
}
.portlet-wiki .list-group-item-content {
  max-width: inherit;
}

.portlet-workflow-tasks .portlet-content {
  background: #fff;
  border-radius: 4px;
  padding: 8px;
  box-shadow: 1px 20px 30px 0px rgba(56, 77, 104, 0.14);
  margin-bottom: 16px;
  overflow: hidden;
}
.portlet-workflow-tasks .portlet-content .portlet-icon-back {
  display: block !important;
  margin-bottom: 12px;
}

.connection-requests-list .cards-list {
  list-style: none;
  padding: 8px;
}
.connection-requests-list .cards-list .card-wrapper {
  border: 1px solid #c0c7cc;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.connection-requests-list .cards-list .card-wrapper:not(:last-child) {
  margin-bottom: 16px;
}
.connection-requests-list .cards-list .card-wrapper .user-avatar {
  max-width: 50px;
  border-radius: 4px;
  border: 1px solid #c0c7cc;
  margin-right: 8px;
}
.connection-requests-list .cards-list .card-wrapper .media-body .title > a {
  color: #235c87;
}
.connection-requests-list .cards-list .card-wrapper .media-body .title > a:hover {
  color: #19405f;
  text-decoration: underline;
}
.connection-requests-list .cards-list .card-wrapper .media-body .button-holder {
  display: flex;
  gap: 0.5rem;
}
.connection-requests-list .cards-list .card-wrapper .media-body .button-holder a.btn.btn-primary.user-notification-action, .connection-requests-list .cards-list .card-wrapper .media-body .button-holder .tasks-portlet .control-wrapper .global-task-actions a.user-notification-action.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .connection-requests-list .cards-list .card-wrapper .media-body .button-holder a.user-notification-action.lfr-icon-item {
  color: var(--white);
  background-color: #235c87;
  font-weight: bold;
}
.connection-requests-list .cards-list .card-wrapper .media-body .button-holder a.btn.btn-primary.user-notification-action:hover, .connection-requests-list .cards-list .card-wrapper .media-body .button-holder .tasks-portlet .control-wrapper .global-task-actions a.user-notification-action.lfr-icon-item:hover, .tasks-portlet .control-wrapper .global-task-actions .connection-requests-list .cards-list .card-wrapper .media-body .button-holder a.user-notification-action.lfr-icon-item:hover {
  background-color: var(--spaces-primary);
}
.connection-requests-list .cards-list .card-wrapper .media-body .button-holder a.btn.btn-secondary.user-notification-action, .connection-requests-list .cards-list .card-wrapper .media-body .button-holder .tasks-portlet .control-wrapper .global-task-actions a.btn-secondary.user-notification-action.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .connection-requests-list .cards-list .card-wrapper .media-body .button-holder a.btn-secondary.user-notification-action.lfr-icon-item {
  font-weight: bold;
}
.connection-requests-list .cards-list .card-wrapper .media-body .button-holder a.btn.btn-secondary.user-notification-action:hover, .connection-requests-list .cards-list .card-wrapper .media-body .button-holder .tasks-portlet .control-wrapper .global-task-actions a.btn-secondary.user-notification-action.lfr-icon-item:hover, .tasks-portlet .control-wrapper .global-task-actions .connection-requests-list .cards-list .card-wrapper .media-body .button-holder a.btn-secondary.user-notification-action.lfr-icon-item:hover {
  background-color: #f7f8f9;
}

.dropdown .connection-requests-list .cards-list .card-wrapper {
  box-shadow: none;
}

.dropdown .connection-requests-list .empty-message {
  font-size: 1rem;
  padding-bottom: 1rem;
}

.tasks-portlet .task-data-table {
  font-size: 1rem;
  width: 100%;
}
.tasks-portlet .task-data-table td {
  width: 50%;
}
.tasks-portlet .task-data-table .task-data {
  display: inline !important;
  font-weight: normal;
}
.tasks-portlet .tag-list {
  margin-top: 30px;
  margin-bottom: 25px;
}
.tasks-portlet .tag-list .lfr-label {
  font-weight: bold;
}
.tasks-portlet .tag-list .taglib-asset-tags-summary {
  clear: both;
  width: 100%;
}
.tasks-portlet .tag-list .taglib-asset-tags-summary > .label {
  margin-bottom: 5px;
}
.tasks-portlet .table-list {
  margin-bottom: 0;
  border-radius: 0;
}
.tasks-portlet .table-list:nth-child(1) {
  border-top-left-radius: 3px;
}
.tasks-portlet .table-list:nth-last-child(1) {
  border-bottom-left-radius: 3px;
}
.tasks-portlet .tags-wrapper {
  color: inherit;
}
.tasks-portlet .tags-wrapper .icon-tag {
  font-size: 20px;
}
.tasks-portlet .container-fluid {
  margin: 0;
  padding: 0;
}
.tasks-portlet .top-buttons-wrapper {
  margin: 0;
  padding: 8px;
  margin-bottom: 16px;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .tasks-portlet .top-buttons-wrapper {
    margin-bottom: 20px;
  }
}
.tasks-portlet .top-buttons-wrapper .buttons-right {
  text-align: right;
}
@media (max-width: 800px) {
  .tasks-portlet .top-buttons-wrapper .buttons-right {
    text-align: left;
  }
}
.tasks-portlet .top-buttons-wrapper .btn, .tasks-portlet .top-buttons-wrapper .control-wrapper .global-task-actions a.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .top-buttons-wrapper a.lfr-icon-item {
  margin-bottom: 5px;
}
.tasks-portlet .top-buttons-wrapper .btn-secondary {
  border-color: #9ba6af;
}
@media (max-width: 576px) {
  .tasks-portlet .top-buttons-wrapper .btn-secondary {
    border-radius: 3px !important;
  }
}
.tasks-portlet .top-buttons-wrapper .btn-secondary.selected, .tasks-portlet .top-buttons-wrapper .btn-secondary:hover {
  border-color: #005ab3;
}
@media (max-width: 992px) {
  .tasks-portlet .top-buttons-wrapper .btn, .tasks-portlet .top-buttons-wrapper .control-wrapper .global-task-actions a.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .top-buttons-wrapper a.lfr-icon-item {
    margin-right: 5px;
  }
}
.tasks-portlet .top-buttons-wrapper .btn + .btn, .tasks-portlet .top-buttons-wrapper .control-wrapper .global-task-actions a.lfr-icon-item + .btn, .tasks-portlet .control-wrapper .global-task-actions .top-buttons-wrapper a.lfr-icon-item + .btn, .tasks-portlet .top-buttons-wrapper .control-wrapper .global-task-actions .btn + a.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .top-buttons-wrapper .btn + a.lfr-icon-item, .tasks-portlet .top-buttons-wrapper .control-wrapper .global-task-actions a.lfr-icon-item + a.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .top-buttons-wrapper a.lfr-icon-item + a.lfr-icon-item {
  border-left: none;
  margin-left: 0 !important;
}
@media (max-width: 992px) {
  .tasks-portlet .top-buttons-wrapper .btn + .btn, .tasks-portlet .top-buttons-wrapper .control-wrapper .global-task-actions a.lfr-icon-item + .btn, .tasks-portlet .control-wrapper .global-task-actions .top-buttons-wrapper a.lfr-icon-item + .btn, .tasks-portlet .top-buttons-wrapper .control-wrapper .global-task-actions .btn + a.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .top-buttons-wrapper .btn + a.lfr-icon-item, .tasks-portlet .top-buttons-wrapper .control-wrapper .global-task-actions a.lfr-icon-item + a.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .top-buttons-wrapper a.lfr-icon-item + a.lfr-icon-item {
    border-left: solid 1px;
  }
}
.tasks-portlet .top-buttons-wrapper .btn + .btn.selected, .tasks-portlet .top-buttons-wrapper .control-wrapper .global-task-actions a.lfr-icon-item + .btn.selected, .tasks-portlet .control-wrapper .global-task-actions .top-buttons-wrapper a.lfr-icon-item + .btn.selected, .tasks-portlet .top-buttons-wrapper .control-wrapper .global-task-actions .btn + a.selected.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .top-buttons-wrapper .btn + a.selected.lfr-icon-item, .tasks-portlet .top-buttons-wrapper .control-wrapper .global-task-actions a.lfr-icon-item + a.selected.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .top-buttons-wrapper a.lfr-icon-item + a.selected.lfr-icon-item, .tasks-portlet .top-buttons-wrapper .btn + .btn:hover, .tasks-portlet .top-buttons-wrapper .control-wrapper .global-task-actions a.lfr-icon-item + .btn:hover, .tasks-portlet .control-wrapper .global-task-actions .top-buttons-wrapper a.lfr-icon-item + .btn:hover, .tasks-portlet .top-buttons-wrapper .control-wrapper .global-task-actions .btn + a.lfr-icon-item:hover, .tasks-portlet .control-wrapper .global-task-actions .top-buttons-wrapper .btn + a.lfr-icon-item:hover, .tasks-portlet .top-buttons-wrapper .control-wrapper .global-task-actions a.lfr-icon-item + a.lfr-icon-item:hover, .tasks-portlet .control-wrapper .global-task-actions .top-buttons-wrapper a.lfr-icon-item + a.lfr-icon-item:hover {
  border-left: solid 1px #005ab3;
}
.tasks-portlet .list-wrapper {
  padding: 0 8px;
}
.tasks-portlet .list-wrapper .single-task {
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  margin: 0;
}
.tasks-portlet .list-wrapper .single-task .col-task + .col-task {
  margin-left: 20px;
}
.tasks-portlet .list-wrapper .single-task .col-task.col-task-1 {
  min-width: 240px;
  flex-grow: 1;
}
.tasks-portlet .list-wrapper .single-task .col-task .result-title {
  font-size: 16px;
}
.tasks-portlet .list-wrapper .single-task .col-task .result-title a {
  color: inherit;
}
.tasks-portlet .list-wrapper .single-task .col-task .result-data {
  font-size: 14px;
  color: #62696e;
  display: flex;
  flex-wrap: wrap;
}
.tasks-portlet .list-wrapper .single-task .col-task.col-task-2 {
  flex-grow: 2;
}
.tasks-portlet .list-wrapper .single-task .col-task.col-task-2 .result-data {
  margin-top: 23px;
}
.tasks-portlet .list-wrapper .single-task .col-task.col-task-3 {
  margin-right: 24px;
}
.tasks-portlet .list-wrapper .single-task .col-task.col-task-4 {
  width: 220px;
  text-align: left;
}
@media (max-width: 1300px) {
  .tasks-portlet .list-wrapper .single-task .col-task {
    width: 50% !important;
  }
  .tasks-portlet .list-wrapper .single-task .col-task.col-task-1 {
    width: 50% !important;
  }
  .tasks-portlet .list-wrapper .single-task .col-task + .col-task {
    margin-left: 0;
    margin-top: 8px;
  }
}
@media (max-width: 576px) {
  .tasks-portlet .list-wrapper .single-task .col-task {
    width: 100% !important;
  }
  .tasks-portlet .list-wrapper .single-task .col-task.col-task-1 {
    width: 100% !important;
  }
  .tasks-portlet .list-wrapper .single-task .col-task + .col-task {
    margin-left: 0;
  }
}
.tasks-portlet .portlet-body .container-fluid .form {
  padding: 4px;
}

.upcoming-tasks-portlet .single-task.single-task-priority-high,
.tasks-portlet .single-task.single-task-priority-high {
  border-left: 4px solid #b51f2e !important;
}
.upcoming-tasks-portlet .single-task.single-task-priority-normal,
.tasks-portlet .single-task.single-task-priority-normal {
  border-left: 4px solid #ffc107 !important;
}
.upcoming-tasks-portlet .single-task.single-task-priority-low,
.tasks-portlet .single-task.single-task-priority-low {
  border-left: 4px solid #007e33 !important;
}
.upcoming-tasks-portlet .table-list.table-task-priority-high,
.tasks-portlet .table-list.table-task-priority-high {
  border-left: 4px solid #b51f2e !important;
}
.upcoming-tasks-portlet .table-list.table-task-priority-normal,
.tasks-portlet .table-list.table-task-priority-normal {
  border-left: 4px solid #ffc107 !important;
}
.upcoming-tasks-portlet .table-list.table-task-priority-low,
.tasks-portlet .table-list.table-task-priority-low {
  border-left: 4px solid #007e33 !important;
}
.upcoming-tasks-portlet .current .progress .current-indicator-text,
.tasks-portlet .current .progress .current-indicator-text {
  left: 0;
  height: auto !important;
  top: -5px !important;
  line-height: 1;
  text-align: left;
  transform: translateY(-100%);
  width: auto;
  position: absolute;
  font-size: 11px;
}
.upcoming-tasks-portlet .current .progress .current-indicator,
.tasks-portlet .current .progress .current-indicator {
  height: auto;
  top: -5px;
  line-height: 1;
  right: 0;
  text-align: right !important;
  transform: translateY(-100%);
}
.upcoming-tasks-portlet .progress-wrapper,
.tasks-portlet .progress-wrapper {
  position: relative;
  margin-top: 33px;
  height: 6px !important;
  z-index: 1 !important;
  background: #dadee1 !important;
  border: none !important;
}
.upcoming-tasks-portlet .progress-wrapper .progress-selector a,
.tasks-portlet .progress-wrapper .progress-selector a {
  display: block;
  float: left;
  height: 100%;
  width: 20%;
}
.upcoming-tasks-portlet .progress-wrapper .progress-indicator-text,
.tasks-portlet .progress-wrapper .progress-indicator-text {
  left: 0;
  height: auto;
  top: -5px;
  line-height: 1;
  text-align: left;
  transform: translateY(-100%);
  width: auto;
  line-height: 1;
  position: absolute;
}
.upcoming-tasks-portlet .progress-wrapper .progress-indicator,
.tasks-portlet .progress-wrapper .progress-indicator {
  height: auto;
  top: -5px;
  line-height: 1;
  right: 0;
  text-align: right;
  transform: translateY(-100%);
}
.upcoming-tasks-portlet .progress-wrapper div,
.tasks-portlet .progress-wrapper div {
  height: 6px;
}
.upcoming-tasks-portlet .badge,
.tasks-portlet .badge {
  min-width: 72px;
  line-height: 22px;
  text-align: center;
  border-radius: 4px;
}
.upcoming-tasks-portlet .badge .badge-item,
.tasks-portlet .badge .badge-item {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.upcoming-tasks-portlet .tasks-entries-container .single-task {
  border: solid 1px #c0c7cc;
  padding: 12px 15px;
}
.upcoming-tasks-portlet .tasks-entries-container .single-task .tasks-title {
  padding: 0;
  width: 100%;
}
.upcoming-tasks-portlet .tasks-entries-container .single-task .tasks-title p {
  margin-bottom: 0.7rem;
}
.upcoming-tasks-portlet .tasks-entries-container .single-task .tasks-title a {
  color: inherit;
}
.upcoming-tasks-portlet .tasks-entries-container .right-align {
  right: 15px !important;
}
.upcoming-tasks-portlet .tasks-entries-container .task-content h4 {
  padding-right: 80px;
  min-height: 20px;
  margin-top: 4px;
  font-size: 18px;
}

.single-portlet > .columns-1 .portlet-column-only .mail-client-mb .portlet-body .mail-configuration {
  background: white;
  margin: -20px -20px 0px;
  width: auto;
  border-bottom: 1px solid #eee;
}
.single-portlet > .columns-1 .portlet-column-only .mail-client-mb .portlet-body .mail-configuration .mail-configuration-container {
  margin: 0;
  padding: 8px 0px;
}
@media (max-width: 530px) {
  .single-portlet > .columns-1 .portlet-column-only .mail-client-mb .portlet-body .mail-configuration .mail-configuration-container .mail-configuration-buttons .new-email-button {
    font-size: 1rem;
  }
  .single-portlet > .columns-1 .portlet-column-only .mail-client-mb .portlet-body .mail-configuration .mail-configuration-container .mail-configuration-buttons .new-email-button span {
    display: block;
  }
}
.single-portlet > .columns-1 .portlet-column-only .mail-client-mb .portlet-body .mail-management-bar {
  margin: 0px -20px 16px;
}
.single-portlet > .columns-1 .portlet-column-only .mail-client-mb .portlet-body .mail-container {
  box-shadow: 1px 20px 30px 0px rgba(56, 77, 104, 0.14);
}
.single-portlet > .columns-1 .portlet-column-only .mail-client-mb .portlet-body .active.page-item .page-link {
  background: #004b77;
  color: #fff;
}

.lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
  bottom: -1px;
  content: "";
  height: 4px;
  left: -1px;
  position: absolute;
  right: -1px;
  transition: height 0.15s ease-out;
  background-color: #004b77;
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal.card,
.lfr-page-layouts input[type=radio]:checked + .card-horizontal .card {
  background-color: #f8f9fa;
  cursor: default;
}
.lfr-page-layouts .col-xs-6 {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
  width: 100%;
}

@media (max-width: 576px) {
  .space-members-admin-wrapper .card-wrapper .media {
    flex-wrap: wrap;
    gap: 10px;
  }
  .space-members-admin-wrapper .card-wrapper .media .btn-users-group > div,
  .space-members-admin-wrapper .card-wrapper .media .btn-users-group button {
    margin-top: 10px;
  }
  .space-members-admin-wrapper .card-wrapper img.img-user {
    width: 3em;
  }
}

:root {
  --openk9-embeddable-search--primary-color: var(--primary-open-k9) !important;
  --openk9-embeddable-search--active-color: var(--primary-open-k9) !important;
}

.dialog-iframe-popup .openk9-web-wrapper .portlet-body .mysmc-openk9-container {
  background-color: #fff;
}
.dialog-iframe-popup .openk9-web-wrapper .openk9-embeddable-search--input-container {
  background-color: #f1f2f5;
}
.dialog-iframe-popup .openk9-web-wrapper .mysmc-openk9-bottom-container input {
  background-color: #f1f2f5;
}
.dialog-iframe-popup .openk9-web-wrapper .openk9-embeddable-search--result-container:hover {
  background-color: var(--openk9-embeddable-search--primary-color);
  cursor: pointer;
  color: #fff;
}
.dialog-iframe-popup .openk9-web-wrapper .openk9-embeddable-search--result-container:hover a {
  color: #fff;
}
.dialog-iframe-popup .openk9-web-wrapper .openk9-embeddable-search--result-container:hover a:hover {
  text-decoration: none;
}
.dialog-iframe-popup .openk9-web-wrapper .openk9-embeddable-search--result-container:hover svg {
  color: #fff;
}
.dialog-iframe-popup .openk9-web-wrapper button.openk9-embeddable-search--result-container {
  background-color: var(--openk9-embeddable-search--active-color);
  border: var(--openk9-embeddable-search--active-color);
  color: #fff;
}
.dialog-iframe-popup .openk9-web-wrapper button.openk9-embeddable-search--result-container:hover {
  background-color: #003351;
  border: #003351;
  color: #fff;
}
.dialog-iframe-popup .openk9-web-wrapper .os-content button {
  background-color: var(--openk9-embeddable-search--active-color);
  border: var(--openk9-embeddable-search--active-color);
  color: #fff;
}
.dialog-iframe-popup .openk9-web-wrapper .os-content button:hover {
  background-color: #003351;
  border: #003351;
  color: #fff;
}

.portlet-boundary_it_smc_marketplace_mail_DmlMailSenderPorlet_ .sendMail {
  margin-bottom: 2px;
}
.portlet-boundary_it_smc_marketplace_mail_DmlMailSenderPorlet_ #attachmentSendMailContainer .card-row.card-row-padded {
  padding: 8px;
}
.portlet-boundary_it_smc_marketplace_mail_DmlMailSenderPorlet_ #attachmentSendMailContainer .card-row.card-row-padded .icon-file {
  margin-right: 10px;
}
.portlet-boundary_it_smc_marketplace_mail_DmlMailSenderPorlet_ #attachmentSendMailContainer .card-horizontal {
  margin-bottom: 1rem;
}
.portlet-boundary_it_smc_marketplace_mail_DmlMailSenderPorlet_ #attachmentSendMailContainer.panel-group .panel {
  border-left-width: 1px !important;
  border-right-width: 1px !important;
  border-radius: 0.25rem !important;
}
.portlet-boundary_it_smc_marketplace_mail_DmlMailSenderPorlet_ .mail_composer .header-title span {
  display: inline-block;
}
.portlet-boundary_it_smc_marketplace_mail_DmlMailSenderPorlet_ .mail_composer .header-title span:first-letter {
  text-transform: uppercase;
}

.lfr-autorow-controls .btn-primary, .lfr-autorow-controls .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .lfr-autorow-controls a.lfr-icon-item {
  margin-right: 5px;
}

.lfr-search-container-wrapper a.btn.btn-secondary, .lfr-search-container-wrapper .tasks-portlet .control-wrapper .global-task-actions a.btn-secondary.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .lfr-search-container-wrapper a.btn-secondary.lfr-icon-item {
  color: #1d2124;
}

.btn-danger {
  background-color: #ef4836 !important;
  border-color: #ef4836 !important;
  color: #fff !important;
}

.navigation-bar-light {
  background-color: #fff;
  border-color: #f1f2f5;
  border-style: solid;
}

strong {
  font-weight: 600;
}

.tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item {
  background-color: transparent;
  border-color: transparent;
  border-style: solid;
  border-width: 0.0625rem;
  border-radius: 0.25rem;
  box-shadow: none;
  color: #272833;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  padding-bottom: 0.4375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-top: 0.4375rem;
  text-align: center;
  text-transform: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  vertical-align: middle;
}

.table-list {
  border-collapse: separate;
  border-color: #e7e7ed;
  border-style: solid;
  border-width: 0.0625rem 0.0625rem;
  border-radius: 0.25rem;
  color: #272833;
  margin-bottom: 0.0625rem;
}

.table {
  font-size: 0.875rem;
}

.list-group {
  border-radius: 0.25rem;
  color: #6b6c7e;
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
  padding-left: 0;
}

nav {
  font-size: 0.875rem;
}

b {
  font-weight: 600;
}

.component-action[aria-expanded=true] {
  background-color: #f1f2f5;
}

.container-fluid.container-fluid-max-xl.lfr-panel-page.space-panel {
  padding-top: 15px;
}

.portlet-barebone .portlet-header {
  display: none;
}

html,
body {
  height: 100%;
}

body {
  position: relative;
}
body .dropdown-menu > li > a {
  word-break: inherit;
  word-wrap: inherit;
}
body.portal-popup {
  background: #fff;
}

#content {
  flex-grow: 1;
  min-width: 0;
  /*.content-wrapper {
  	padding-top: $sc-content-wrapper-padding-top;
  	padding-right: $sc-content-wrapper-padding-right;
  	padding-bottom: $sc-content-wrapper-padding-bottom;
  	padding-left: $sc-content-wrapper-padding-left;
  	overflow-x: none;

  	@media (max-width: $breakpoint-sm) {
  		height: auto;
  	}

  	@media (max-width: $breakpoint-sm-max) {
  		padding-bottom: 20px;
  	}
  }*/
}
@media (max-width: 576px) {
  #content {
    display: block;
  }
}

#wrapper {
  padding-top: 0 !important;
  flex-direction: column;
}
#wrapper > .container-fluid {
  display: flex;
  flex-direction: row;
  flex-grow: 2;
  height: 100%;
  padding: 0;
}
@media (max-width: 799px) {
  #wrapper > .container-fluid {
    position: relative;
  }
}

.media-body {
  padding: 0 5px;
}

body .container-fluid-1280 {
  max-width: none;
  width: 100%;
}

.portlet-icon-back {
  display: none !important;
}

.menubar-vertical-expand-md.menubar-transparent .nav-link:hover {
  background: #eee;
}

.row-no-padding [class*=col-] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 10px;
  border-bottom: 1px solid #eee;
  background: none;
}

@media (min-width: 800px) {
  body.has-target-menu #content {
    transition: 200ms;
  }
  body.has-target-menu-closed #content {
    transition: 200ms;
  }
}
.form-actions {
  text-align: left;
}
.form-actions .btn, .form-actions .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .form-actions a.lfr-icon-item {
  float: none;
}

.margin-top {
  margin-top: 10px;
}

.margin-bottom {
  margin-bottom: 10px;
}

.no-margin-top {
  margin-top: 0;
}

.no-margin-bottom {
  margin-bottom: 0;
}

fieldset.input-container {
  padding: 10px;
}

.lp-popup-a img {
  transition: 200ms;
}

.lp-popup-a:hover img {
  box-shadow: 0 0 10px 3px #c0c7cc;
}

iframe.dialog-iframe-node {
  padding: 15px;
}

.selected-ext-box {
  box-shadow: 0 4px 9px -2px rgba(20, 49, 206, 0.3);
}

.search-spaces-bar-keywords-input-wrapper .input-text-wrapper {
  flex: 1;
}

.liferay-modal .modal-dialog,
html:not(#__):not(#___) .cadmin .modal-dialog {
  width: auto !important;
}

@media (min-width: 768px) {
  html:not(#__):not(#___) .portal-popup .dialog-footer,
  html:not(#__):not(#___) .cadmin.portal-popup .dialog-footer {
    position: inherit !important;
  }
}
.caret {
  border-top: 0.3em dashed;
  display: inline-block;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  width: 0;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
}

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  transition: all 0s;
}

.tns-slider > .tns-item {
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal,
.tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div,
.tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -moz-calc(100% * 70 / 3);
  width: 2333.3333333333%;
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: -moz-calc(100% / 70);
  width: 1.4285714286%;
  height: 10px;
  float: left;
}

.remove-barebone-styles, .launchpad-user-wrapper .portlet-body, .microblogs-portlet .portlet-body, .jitsi-button-web-wrapper .portlet-body, .single-portlet > .columns-1 .portlet-column-only .portlet-document-library .portlet-body, .single-portlet > .columns-1 .portlet-column-only .contacts-portlet .portlet-body, .single-portlet > .columns-1 .portlet-column-only .calendar-portlet .portlet-body, .content-wrapper .notifications-list #portlet_it_smc_osspaces_NotificationsListWebPortlet_INSTANCE_notifications .portlet-body, .portlet-boundary_it_smc_osspaces_ControlExpireDatePortlet_ .portlet .portlet-content .portlet-body, .single-portlet > .columns-1 .portlet-column-only .spaces-admin .portlet-body, .portlet-workflow-tasks .portlet-body, .single-portlet > .columns-1 .portlet-column-only .mail-client-mb .portlet-body {
  background: none !important;
  box-shadow: none !important;
  border-radius: none !important;
  padding: 0px !important;
  margin-bottom: 0px !important;
}

/* Vendor */
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/fonts/icomoon.eot?i2wacp");
  src: url("../fonts/icomoon/fonts/icomoon.eot?i2wacp#iefix") format("embedded-opentype"), url("../fonts/icomoon/fonts/icomoon.ttf?i2wacp") format("truetype"), url("../fonts/icomoon/fonts/icomoon.woff?i2wacp") format("woff"), url("../fonts/icomoon/fonts/icomoon.svg?i2wacp#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icom-], [class*=" icom-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icom-sticky:before {
  content: "\e902";
}

.icom-workflow:before {
  content: "\e924";
}

.icom-bookmarks:before {
  content: "\e923";
}

.icom-default:before {
  content: "\e922";
}

.icom-dashboard:before {
  content: "\e921";
}

.icom-bullseye:before {
  content: "\e91f";
}

.icom-polly:before {
  content: "\e920";
}

.icom-mobile-menu:before {
  content: "\e91d";
}

.icom-dotted-list:before {
  content: "\e91b";
}

.icom-documents:before {
  content: "\e905";
}

.icom-activity-planner:before {
  content: "\e915";
}

.icom-trash:before {
  content: "\e916";
}

.icom-courses:before {
  content: "\e917";
}

.icom-connection:before {
  content: "\e918";
}

.icom-bell:before {
  content: "\e91e";
}

.icom-search:before {
  content: "\e919";
}

.icom-home:before {
  content: "\e91a";
}

.icom-product-menu-open:before {
  content: "\e913";
}

.icom-product-menu-closed:before {
  content: "\e914";
}

.icom-menu-open:before {
  content: "\e911";
}

.icom-menu-closed:before {
  content: "\e912";
}

.icom-circle-right:before {
  content: "\e910";
}

.icom-arrow-forward:before {
  content: "\e90f";
}

.icom-no-image:before {
  content: "\e90e";
}

.icom-video-call:before {
  content: "\e906";
}

.icom-space:before {
  content: "\e907";
}

.icom-applications:before {
  content: "\e908";
}

.icom-smart-knowledge:before {
  content: "\e909";
}

.icom-survey:before {
  content: "\e90a";
}

.icom-event:before {
  content: "\e90b";
}

.icom-comunication:before {
  content: "\e90c";
}

.icom-news:before {
  content: "\e90d";
}

.icom-mail:before {
  content: "\e903";
}

.icom-contacts:before {
  content: "\e904";
}

.icom-copy:before {
  content: "\e91c";
}

.icom-checklist:before {
  content: "\e901";
}

.icom-calendar:before {
  content: "\e900";
}

/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/font-awesome-4.7.0/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/font-awesome-4.7.0/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/font-awesome-4.7.0/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/font-awesome-4.7.0/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/font-awesome-4.7.0/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/font-awesome-4.7.0/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

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

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

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

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

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

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

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

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

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

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

.fa-inverse {
  color: #ffffff;
}

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

.fa-music:before {
  content: "\f001";
}

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

.fa-envelope-o:before {
  content: "\f003";
}

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

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

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

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

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

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

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

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

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

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

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

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

.fa-inbox:before {
  content: "\f01c";
}

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

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

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

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

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

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

.fa-volume-off:before {
  content: "\f026";
}

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

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

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

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

.fa-print:before {
  content: "\f02f";
}

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

.fa-font:before {
  content: "\f031";
}

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

.fa-italic:before {
  content: "\f033";
}

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

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

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

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

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

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

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

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

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

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

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

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

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

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

.fa-pause:before {
  content: "\f04c";
}

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

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

.fa-fast-forward:before {
  content: "\f050";
}

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

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

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

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

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

.fa-times-circle:before {
  content: "\f057";
}

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

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

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

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

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

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

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

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

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

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

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

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

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

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

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

.fa-leaf:before {
  content: "\f06c";
}

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

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

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

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

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

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

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

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

.fa-magnet:before {
  content: "\f076";
}

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

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

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

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

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

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

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

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

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

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

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

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

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

.fa-heart-o:before {
  content: "\f08a";
}

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

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

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

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

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

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

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

.fa-square-o:before {
  content: "\f096";
}

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

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

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

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

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

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

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

.fa-certificate:before {
  content: "\f0a3";
}

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

.fa-hand-o-left:before {
  content: "\f0a5";
}

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

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

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

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

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

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

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

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

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

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

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

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

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

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

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

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

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

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

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

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

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

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

.fa-magic:before {
  content: "\f0d0";
}

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

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

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

.fa-google-plus:before {
  content: "\f0d5";
}

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

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

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

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

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

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

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

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

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

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

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

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

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

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

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

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

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

.fa-exchange:before {
  content: "\f0ec";
}

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

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

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

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

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

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

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

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

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

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

.fa-h-square:before {
  content: "\f0fd";
}

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

.fa-angle-double-left:before {
  content: "\f100";
}

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

.fa-angle-double-up:before {
  content: "\f102";
}

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

.fa-angle-left:before {
  content: "\f104";
}

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

.fa-angle-up:before {
  content: "\f106";
}

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

.fa-desktop:before {
  content: "\f108";
}

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

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

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

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

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

.fa-github-alt:before {
  content: "\f113";
}

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

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

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

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

.fa-keyboard-o:before {
  content: "\f11c";
}

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

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

.fa-terminal:before {
  content: "\f120";
}

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

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

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

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

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

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

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

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

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

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

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

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

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

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

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

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

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

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

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

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

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

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

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

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

.fa-ticket:before {
  content: "\f145";
}

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

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

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

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

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

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

.fa-share-square:before {
  content: "\f14d";
}

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

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

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

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

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

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

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

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

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

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

.fa-sort-amount-asc:before {
  content: "\f160";
}

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

.fa-sort-numeric-asc:before {
  content: "\f162";
}

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

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

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

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

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

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

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

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

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

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

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

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

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

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

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

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

.fa-child:before {
  content: "\f1ae";
}

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

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

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

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

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

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

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

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

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

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

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

.fa-bomb:before {
  content: "\f1e2";
}

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

.fa-tty:before {
  content: "\f1e4";
}

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

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

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

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

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

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

.fa-bell-slash-o:before {
  content: "\f1f7";
}

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

.fa-copyright:before {
  content: "\f1f9";
}

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

.fa-eyedropper:before {
  content: "\f1fb";
}

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

.fa-birthday-cake:before {
  content: "\f1fd";
}

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

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

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

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

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

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

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

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

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

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

.fa-street-view:before {
  content: "\f21d";
}

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

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

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

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

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

.fa-mars-double:before {
  content: "\f227";
}

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

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

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

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

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

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

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

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

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

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

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

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

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

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

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

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

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

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

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

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

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

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

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

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

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

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

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

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

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

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

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

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

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

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

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

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

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

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

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

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

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

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

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

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

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

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

.fa-user-circle-o:before {
  content: "\f2be";
}

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

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

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

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

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

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

.fa-podcast:before {
  content: "\f2ce";
}

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

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

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

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

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

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* Util */
* {
  box-sizing: border-box;
}

/* GRID MIXIN */
/* COLOR CONVERTER */
/* Common */
body.has-edit-mode-menu .edit-mobile-min-height {
  min-height: 100vh;
}
body.has-edit-mode-menu .component-image > img {
  display: block;
}

.component-image > img {
  display: none;
}

body .cke_contents {
  margin: -1px;
}
body .cke_bottom.cke_reset_all {
  display: none;
}

.portlet-asset-publisher .portlet-body, .spaces-info-header .portlet-body, .portlet-breadcrumb .portlet-body, #spaces-sidebar .portlet-body, .spaces-commenti .portlet-body {
  background: unset !important;
  border-radius: unset !important;
  padding: unset !important;
  box-shadow: unset !important;
  margin-bottom: unset !important;
}
.portlet-asset-publisher .portlet-body a, .spaces-info-header .portlet-body a, .portlet-breadcrumb .portlet-body a, #spaces-sidebar .portlet-body a, .spaces-commenti .portlet-body a {
  color: var(--spaces-neutrale);
}
.portlet-asset-publisher .portlet-body a:hover, .spaces-info-header .portlet-body a:hover, .portlet-breadcrumb .portlet-body a:hover, #spaces-sidebar .portlet-body a:hover, .spaces-commenti .portlet-body a:hover {
  color: var(--spaces-primary);
  text-decoration: none;
}

body:has(.openk9-search) .spaces-info-header__left {
  width: unset;
}

.hide-desktop {
  display: none !important;
}
@media (max-width: 991px) {
  .hide-desktop {
    display: block !important;
  }
}

.hide-tablet {
  display: block;
}
@media (max-width: 991px) {
  .hide-tablet {
    display: none !important;
  }
}

body:has(.portlet-boundary_it_smc_osspaces_WelcomeDisplayPortlet_) .portlet-boundary_it_smc_osspaces_WelcomeDisplayPortlet_ {
  margin-top: 75px;
}
body:has(.portlet-boundary_it_smc_osspaces_WelcomeDisplayPortlet_) #portlet_com_liferay_login_web_portlet_LoginPortlet {
  margin-top: 0px;
}

#spaces-sidebar.close-aside .spaces-sidebar__logo {
  transition: all 0s;
}
#spaces-sidebar.close-aside .spaces-sidebar__list-item, #spaces-sidebar.close-aside .lp-favorite-name, #spaces-sidebar.close-aside .nav-space-title-item, #spaces-sidebar.close-aside .spaces-sidebar__title-section {
  display: none;
}

#spaces-sidebar.open-aside .spaces-sidebar__title-section {
  display: flex !important;
}

.close-aside .spaces-container__left {
  max-width: 85px;
}
.close-aside .spaces-sidebar__logo {
  translate: -275px;
}
.close-aside .spaces-sidebar__list-item, .close-aside .lp-favorite-name, .close-aside .nav-space-title-item, .close-aside .spaces-sidebar__title-section {
  opacity: 0;
  visibility: hidden;
}
.close-aside .spaces-container__right {
  padding-left: 85px;
}
.close-aside .icom-product-menu-open::before {
  content: "\e914";
}
.close-aside .icom-product-menu-open {
  right: 2.09375rem !important;
}

[data-tooltip=custom-tooltip] > .custom-tooltip {
  text-transform: none;
}

label .text-warning {
  color: #000 !important;
}
label .reference-mark.text-warning {
  color: #000 !important;
}

ul.pagination .page-item.active .page-link, ul.pagination .page-item.active .page-link:hover, ul.pagination .page-item.active .page-link:focus, ul.pagination .page-item.active .page-link::before {
  color: #fff;
  background-color: #0070d2;
}

.sr-only {
  display: block !important;
}

body .cke_contents {
  border-color: #777;
}

.cke.cke_reset {
  border-color: #777;
}

#main-content .form-control, #spaces-main-content .form-control {
  border-color: #777;
}

#main-content .has-error .form-control, #spaces-main-content .has-error .form-control {
  border-color: #b51f2e;
}

#main-content .input-group-inset-item.input-group-inset-item-after, #spaces-main-content .input-group-inset-item.input-group-inset-item-after {
  border-color: #777;
}

.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  border-color: #777;
}

#main-content .custom-control-label::before, #spaces-main-content .custom-control-label::before {
  border-color: #777;
}

#main-content .navigation-bar-light .navbar-nav .nav-link, #spaces-main-content .navigation-bar-light .navbar-nav .nav-link {
  color: #555;
}

#main-content .breadcrumb, #spaces-main-content .breadcrumb {
  background-color: inherit;
}

#spaces-main-content .taglib-workflow-status .workflow-version, #main-content .taglib-workflow-status .workflow-version {
  color: #333;
}

#spaces-main-content .lfr-search-container-wrapper .dropdown-item.active, #main-content .lfr-search-container-wrapper .dropdown-item.active {
  color: #fff;
}

.btn:focus, .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item:focus, .btn:focus-visible, .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item:focus-visible {
  outline: 2px solid #000 !important;
  outline-offset: 2px !important;
  box-shadow: none !important;
}

a:focus, a:focus-visible {
  outline: 2px solid #000 !important;
  outline-offset: 2px !important;
  box-shadow: none !important;
}

a.dropdown-item:focus, a.dropdown-item:focus-visible {
  box-shadow: unset !important;
  outline: 2px solid #000 !important;
  outline-offset: -2px !important;
}

.input-group-item {
  outline: none;
}

.input-group-item input,
.input-group-item button {
  outline: none;
}

.input-group-item:has(input:focus) {
  outline: 2px solid #000 !important;
  outline-offset: 2px !important;
  box-shadow: none !important;
}

.input-group-item button:focus {
  outline: 2px solid #000 !important;
  outline-offset: 2px !important;
  box-shadow: none !important;
}

#spaces-main-content .custom-control-input:focus ~ .custom-control-label::before,
#main-content .custom-control-input:focus ~ .custom-control-label::before {
  outline: 2px solid #000 !important;
  outline-offset: 2px !important;
  box-shadow: none !important;
}

.spaces-info-header .sc-dockbar a.menu-top__link:focus, .spaces-info-header .sc-dockbar a.menu-top__link:focus-visible {
  outline: 2px solid #fff !important;
}

#main-content .toggle-switch-check:focus ~ .toggle-switch-bar::before, #spaces-main-content .toggle-switch-check:focus ~ .toggle-switch-bar::before {
  outline: 2px solid #000 !important;
  outline-offset: 2px !important;
  box-shadow: none !important;
}

#main-content select.form-control:focus, #spaces-main-content select.form-control:focus {
  outline: 2px solid #000 !important;
  outline-offset: 2px !important;
  box-shadow: none !important;
}

.btn-toolbar-button:focus-visible {
  outline: 2px solid #000 !important;
  outline-offset: 2px !important;
  box-shadow: none !important;
}

.pagination-items-per-page > button:focus-visible::after {
  box-shadow: none !important;
}

.pagination-items-per-page > button:focus {
  outline: 2px solid #000 !important;
  outline-offset: 2px !important;
  box-shadow: none !important;
}

.page-link:focus-visible::after {
  box-shadow: none !important;
}

.pagination-bar .page-link:focus {
  outline: 2px solid #000 !important;
  outline-offset: 2px !important;
  box-shadow: none !important;
}

.treeview-link:focus-visible, .treeview-link:focus {
  box-shadow: inset 0 0 0 2px #000 !important;
}

.dropdown-menu .dropdown-item:focus-visible {
  box-shadow: inset 0 0 0 2px #000 !important;
}

.form-control:focus-visible, form-control:focus {
  box-shadow: none !important;
}

.calenadar-events-booking:focus, .calenadar-events-booking:focus-visible {
  outline: 2px solid #000 !important;
  outline-offset: 2px !important;
}

.toggle-switch-check ~ .toggle-switch-bar::before {
  background-color: #757575;
  border-color: #757575;
}

.toggle-switch-check ~ .toggle-switch-bar::after {
  border-color: #757575;
}

.spaces .taglib-discussion .actions-menu {
  display: inline-block;
}

#spaces-main-content .sheet, #main-content .sheet {
  background-color: #fff;
}

#spaces-main-content .form-control:not([disabled], .search-bar-keywords-input),
#spaces-main-content .input-group:not([disabled]),
#spaces-main-content .input-group-inset-item:not([disabled]),
#main-content .form-control:not([disabled], .search-bar-keywords-input),
#main-content .input-group:not([disabled]),
#main-content .input-group-inset-item:not([disabled]) {
  background-color: #fff;
}

#main-content .input-group:has(.search-bar-keywords-input),
#spaces-main-content .input-group:has(.search-bar-keywords-input) {
  background-color: unset;
}

#main-content .input-group:has(.search-bar-keywords-input) .input-group-inset-item:not([disabled]),
#spaces-main-content .input-group:has(.search-bar-keywords-input) .input-group-inset-item:not([disabled]) {
  background-color: unset;
}

#spaces-main-content .autofit-row.alert-autofit-row > .autofit-col,
#main-content .autofit-row.alert-autofit-row > .autofit-col {
  margin-right: 0.625rem;
}

#spaces-main-content .btn-primary, #spaces-main-content .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions #spaces-main-content a.lfr-icon-item, #main-content .btn-primary, #main-content .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions #main-content a.lfr-icon-item {
  background-color: #0070d2;
  border-color: #0070d2;
  color: #fff;
}

body .dropdown-item.active {
  background-color: #0070d2;
  color: #fff;
}
body .dropdown-item.active:hover {
  color: #fff;
}

body #spaces-sidebar .spaces-sidebar__list-wrapper a.main-menu__link {
  color: #2e84c4;
}

body #spaces-sidebar .spaces-sidebar__title-section {
  color: #2e84c4;
}

body #spaces-sidebar #spaces-sidebar__application-list .spaces-menu__text-size {
  color: #2e84c4;
}

body #spaces-sidebar #spaces-sidebar__application-list .spaces-menu__text-size-icon {
  color: #2e84c4;
}

body .pagination-items-per-page > button:active {
  background-color: #0070d2;
  border-color: #0070d2;
}

body .lfr-search-container-wrapper a:not(.component-action):not(.btn) {
  text-decoration: none;
}

body .notifications-list .notification-body > a {
  color: #2e84c4 !important;
}

body .pagination-items-per-page > button:hover {
  color: #fff;
  background-color: #0070d2;
}

body .pagination-items-per-page > button:hover::before {
  background-color: unset;
  height: unset;
}

body .pagination-items-per-page > button[aria-expanded=true]:hover::before {
  background-color: unset;
  border-color: unset;
}

body .navbar-underline.navbar-expand-md .navbar-nav .nav-link.active:after {
  background-color: #0070d2;
}

body #spaces-sidebar .spaces-sidebar__list-wrapper.selected.active .spaces-sidebar__list-item::after {
  background: #2e84c4;
}

body #spaces-sidebar #spaces-sidebar__favorites-list .spaces-menu__text-size {
  color: #2e84c4;
}

body #spaces-sidebar #spaces-sidebar__favorites-list .spaces-menu__text-size-icon {
  color: #2e84c4;
}

body .spaces-comunicazioni-team .comunicazione-team__top {
  background-color: #004d77;
}

html, body {
  font-family: var(--font-family-sans-serif);
}

.spaces-title {
  font-family: var(--font-family-sans-serif);
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.25rem;
  text-align: left;
  margin-bottom: 1rem;
}
.spaces-title:after {
  content: "";
  height: 0.125rem;
  width: 3.125rem;
  background: var(--spaces-primary);
  position: relative;
  display: block;
  margin-top: 0.1875rem;
}

/*a {
   color: var(--spaces-neutrale);
   transition: all $transition;

   &:hover {
      color: var(--spaces-primary);
      text-decoration: none;
   }
}*/
.portlet-barebone .portlet-content .portlet-title-text,
.not-title .portlet-header .portlet-content .portlet-title-text {
  display: none;
}
.portlet-barebone .portlet-content .portlet-header,
.not-title .portlet-header .portlet-content .portlet-header {
  margin-bottom: 0 !important;
}
.portlet-barebone .portlet-layout .portlet-header,
.not-title .portlet-header .portlet-layout .portlet-header {
  margin-bottom: 0;
}
.portlet-barebone .portlet,
.not-title .portlet-header .portlet {
  margin-bottom: 0;
}

.spaces {
  background: #dfeefd;
}
.spaces .portlet {
  margin-bottom: 0;
}

#portlet_it_smc_osspaces_SpacesUsersOwner h2, #portlet_it_smc_osportal_LastUploadsWebPortlet h2 {
  font-size: 1.375rem;
}
#portlet_it_smc_osspaces_SpacesUsersOwner h3, #portlet_it_smc_osportal_LastUploadsWebPortlet h3 {
  font-size: 1.1875rem;
}
#portlet_it_smc_osspaces_SpacesUsersOwner h5, #portlet_it_smc_osportal_LastUploadsWebPortlet h5 {
  font-size: 0.875rem;
}

#_it_smc_osspaces_AdvancedDMLPortlet_advanceddlm #dml-wrapper {
  overflow: hidden;
}

#spaces-main-content .badge.adl-badge, #main-content .badge.adl-badge {
  background: #E07400 !important;
}

#portlet_com_liferay_login_web_portlet_LoginPortlet {
  margin-top: 75px;
}

#portlet_com_liferay_wiki_web_portlet_WikiPortlet:not(:has(.main-content-body.mt-4)) .portlet-content.portlet-content-editable .portlet-content-container .portlet-body .container-fluid.container-fluid-max-xl {
  padding-left: 0px;
  padding-right: 0px;
}
#portlet_com_liferay_wiki_web_portlet_WikiPortlet:not(:has(.main-content-body.mt-4)) .portlet-content.portlet-content-editable .portlet-content-container .portlet-body .container-fluid.container-fluid-max-xl .navbar-collapse.collapse .container-fluid.container-fluid-max-xl {
  padding-left: 15px;
  padding-right: 15px;
}
#portlet_com_liferay_wiki_web_portlet_WikiPortlet:not(:has(.main-content-body.mt-4)) .portlet-content.portlet-content-editable .portlet-content-container .portlet-body .container-fluid.container-fluid-max-xl .taglib-header {
  margin-top: 1.5rem;
}

#portlet_com_liferay_wiki_web_portlet_WikiPortlet .page-actions .stats {
  color: #333;
}
#portlet_com_liferay_wiki_web_portlet_WikiPortlet #_com_liferay_wiki_web_portlet_WikiPortlet_wikiEditPageContainer .taglib-workflow-status .workflow-version {
  color: #333;
}
#portlet_com_liferay_wiki_web_portlet_WikiPortlet .activity-summary {
  color: #000;
}

#portlet_it_smc_osspaces_FavoritesPortlet .portlet-body .lfr-tooltip-scope .container-fluid.container-fluid-max-xl {
  padding-left: 0;
  padding-right: 0;
}
#portlet_it_smc_osspaces_FavoritesPortlet .portlet-body .favorites-icon {
  padding: 0.375rem 0.75rem;
  font-size: 1.125rem;
}
#portlet_it_smc_osspaces_FavoritesPortlet .portlet-body ul.dropdown-menu.dropdown-menu-top.show .dropdown-item.active {
  color: #fff;
}

#_it_smc_osspaces_SpacesAdminPortlet_fmChangeStatus .lexicon-icon-caret-bottom {
  margin-left: 0.5rem;
  margin-top: 0.25rem;
}

.portlet-boundary_com_liferay_calendar_web_portlet_CalendarPortlet_ .calendar-portlet-column-parent tbody .scheduler-view-day-header-day .scheduler-today-hd {
  color: var(--spaces-primary);
  border-bottom: 3px solid var(--spaces-primary);
}
.portlet-boundary_com_liferay_calendar_web_portlet_CalendarPortlet_ .calendar-portlet-column-parent tbody .calendar-portlet .scheduler-view-table-data-col-title-today {
  color: var(--spaces-primary);
}
.portlet-boundary_com_liferay_calendar_web_portlet_CalendarPortlet_ .calendar-portlet-column-parent tbody .scheduler-view-table-data-col-title-today {
  border-top: 1px solid var(--spaces-primary);
  border-left: 1px solid var(--spaces-primary);
  border-right: 1px solid var(--spaces-primary);
  color: var(--spaces-primary);
}
.portlet-boundary_com_liferay_calendar_web_portlet_CalendarPortlet_ .calendar-portlet-column-parent tbody .scheduler-view-table-colgrid.scheduler-view-table-colgrid-today {
  border: 1px solid var(--spaces-primary);
}
.portlet-boundary_com_liferay_calendar_web_portlet_CalendarPortlet_ .calendar-portlet-column-parent .scheduler-view-table-data-col-title-down {
  border-top: 1px solid var(--spaces-primary);
}
.portlet-boundary_com_liferay_calendar_web_portlet_CalendarPortlet_ .calendar-portlet-column-parent .scheduler-view-agenda-info-biggie {
  color: var(--spaces-primary);
}
.portlet-boundary_com_liferay_calendar_web_portlet_CalendarPortlet_ .calendar-portlet-column-parent .scheduler-view-agenda-info-label .scheduler-view-agenda-info-label-biggie {
  color: var(--spaces-primary);
}

.portlet-boundary_tasksappweb_ .portlet-body .d-flex.align-items-center {
  flex-wrap: wrap;
}

#portlet_it_smc_osspaces_SpacesAdminPortlet .portlet-body .container-fluid.container-fluid-max-xl {
  padding-left: 0;
  padding-right: 0;
}
#portlet_it_smc_osspaces_SpacesAdminPortlet .portlet-body .container-fluid.container-fluid-max-xl .navbar-form.navbar-form-autofit.navbar-overlay {
  padding-left: 0;
  padding-right: 0;
}

#portlet_it_smc_osportal_AdvancedDMLPortlet {
  overflow: hidden;
}

.portlet-boundary_it_smc_osspaces_MicroblogsPortlet_ .field.form-control:focus, .portlet-boundary_it_smc_osspaces_MicroblogsPortlet_ .field.form-control:focus-visible {
  outline: 2px solid #000 !important;
  outline-offset: 2px !important;
  box-shadow: none !important;
}

.portlet-boundary_com_liferay_contacts_web_portlet_ProfilePortlet_ .user-information span.h3 {
  color: #555;
}

#p_p_id_it_smc_marketplace_JitsiPortlet_ .component-action.direction-down.dropdown-toggle.btn.btn-unstyled:hover, #p_p_id_it_smc_marketplace_JitsiPortlet_ .tasks-portlet .control-wrapper .global-task-actions a.component-action.direction-down.dropdown-toggle.btn-unstyled.lfr-icon-item:hover, .tasks-portlet .control-wrapper .global-task-actions #p_p_id_it_smc_marketplace_JitsiPortlet_ a.component-action.direction-down.dropdown-toggle.btn-unstyled.lfr-icon-item:hover {
  color: #fff;
}
#p_p_id_it_smc_marketplace_JitsiPortlet_ .component-action.direction-down.dropdown-toggle.btn.btn-unstyled[aria-expanded=true]:hover, #p_p_id_it_smc_marketplace_JitsiPortlet_ .tasks-portlet .control-wrapper .global-task-actions a.component-action.direction-down.dropdown-toggle.btn-unstyled[aria-expanded=true].lfr-icon-item:hover, .tasks-portlet .control-wrapper .global-task-actions #p_p_id_it_smc_marketplace_JitsiPortlet_ a.component-action.direction-down.dropdown-toggle.btn-unstyled[aria-expanded=true].lfr-icon-item:hover {
  color: #1d2124;
}

.portlet-boundary_activityplannerappweb_ .activity-planner-app .search-bar input.form-control:focus {
  outline: 2px solid #000 !important;
  outline-offset: 2px !important;
  box-shadow: none !important;
}
.portlet-boundary_activityplannerappweb_ .activity-planner-app .planner .planner-header .week-end-day {
  color: #333;
}
.portlet-boundary_activityplannerappweb_ .activity-planner-app .planner .planner-content .planner-row .planner-row-content .booking.in-day {
  color: #004b77;
}

#portlet_com_liferay_contacts_web_portlet_ContactsCenterPortlet .filter-container {
  padding-top: 10px;
}
#portlet_com_liferay_contacts_web_portlet_ContactsCenterPortlet .field.form-control:focus, #portlet_com_liferay_contacts_web_portlet_ContactsCenterPortlet .field.form-control:focus-visible {
  outline: 2px solid #000 !important;
  outline-offset: 2px !important;
  box-shadow: none !important;
}
#portlet_com_liferay_contacts_web_portlet_ContactsCenterPortlet .lfr-contact-extra {
  color: #333;
}

@media (max-width: 576px) {
  #p_p_id_com_liferay_contacts_web_portlet_MembersPortlet_ .contacts-result-container.lfr-app-column-view {
    display: flex;
    flex-direction: column;
    height: 600px;
    gap: 16px;
  }
  #p_p_id_com_liferay_contacts_web_portlet_MembersPortlet_ .contacts-result-container.lfr-app-column-view .col.contacts-list {
    padding-bottom: 16px;
    border-bottom: 1px solid #c9c9c9;
  }
  #p_p_id_com_liferay_contacts_web_portlet_MembersPortlet_ .contacts-result-container.lfr-app-column-view .col.contacts-container #_com_liferay_contacts_web_portlet_MembersPortlet_contactCenterToolbarButtons {
    position: sticky;
    top: 0;
    background: white;
    z-index: 1;
  }
}

.dropdown-menu-custom .list-group-item.active div button svg {
  fill: #fff !important;
}

.portlet-boundary_it_smc_osspaces_dashboard_UsersAdminPortlet_ #_it_smc_osspaces_dashboard_UsersAdminPortlet_ocerSearchContainerPageIteratorBottom_ariaPaginationPicker a.active {
  color: #fff;
}

.portlet-boundary_it_smc_mail_imap_UserViewMailPortlet_ .tree-node-content .tree-hitarea {
  font-size: 1.25rem;
  color: #555;
}
.portlet-boundary_it_smc_mail_imap_UserViewMailPortlet_ .searchFolder {
  border-top-color: #555;
  border-left-color: #555;
  border-bottom-color: #555;
}
.portlet-boundary_it_smc_mail_imap_UserViewMailPortlet_ .input-group-inset-item.input-group-inset-item-after.remove-search-keyword {
  border-top-color: #555;
  border-right-color: #555;
  border-bottom-color: #555;
}

.portlet-boundary_it_smc_mail_imap_UserCredentialPortlet_ .field.form-control:focus, .portlet-boundary_it_smc_mail_imap_UserCredentialPortlet_ .field.form-control:focus-visible {
  outline: 2px solid #000 !important;
  outline-offset: 2px !important;
  box-shadow: none !important;
}

.portlet-boundary.portlet-boundary_it_smc_mail_imap_UserViewMailPortlet_ .field.form-control:focus, .portlet-boundary.portlet-boundary_it_smc_mail_imap_UserViewMailPortlet_ .field.form-control:focus-visible {
  outline: 2px solid #000 !important;
  outline-offset: 2px !important;
  box-shadow: none !important;
}

.portlet-boundary_it_smc_mail_imap_SendMail_ .field.form-control:focus, .portlet-boundary_it_smc_mail_imap_SendMail_ .field.form-control:focus-visible {
  outline: 2px solid #000 !important;
  outline-offset: 2px !important;
  box-shadow: none !important;
}
.portlet-boundary_it_smc_mail_imap_SendMail_ .form-group {
  margin-bottom: 1rem;
}
.portlet-boundary_it_smc_mail_imap_SendMail_ .form-group label {
  font-weight: 600;
  color: #333;
}
.portlet-boundary_it_smc_mail_imap_SendMail_ .form-group input, .portlet-boundary_it_smc_mail_imap_SendMail_ .form-group textarea {
  background-color: #fff;
  border-color: #c0c7cc;
}

#portlet_com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet .navbar.navbar-collapse {
  padding-top: 10px;
}

p#user {
  margin-bottom: 0px;
}

html:not(#__):not(#___) .portal-popup .lfr-dynamic-uploader {
  padding: 16px;
}

.portal-popup:not(.article-preview) #main-content, .portal-popup:not(.article-preview) #wrapper {
  height: 100vh;
}

#portlet_com_liferay_document_library_web_portlet_DLPortlet .component-tbar.subnav-tbar-light {
  background-color: #fff;
}
#portlet_com_liferay_document_library_web_portlet_DLPortlet .sidebar.sidebar-light {
  background-color: #fff;
}
#portlet_com_liferay_document_library_web_portlet_DLPortlet .sheet {
  padding-top: 0.75rem;
  background-color: #fff;
}

#portlet_it_smc_osspaces_MicroblogsLastActivitiesPortlet .component-action[aria-expanded=true] {
  color: #1d2124;
}

#_com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet_comment.field.task-action-comment.form-control {
  height: 75px;
  resize: none;
}

#portlet_it_smc_osspace_CategorySpacePanelAppPortlet a.d-block.mb-2.text-underline {
  display: none !important;
}

#portlet_com_liferay_trash_web_portlet_TrashPortlet .list-group-item.active a {
  color: #fff;
}

#main-content #portlet_com_liferay_trash_web_portlet_TrashPortlet .list-group-item.active .custom-control-label::before,
#spaces-main-content #portlet_com_liferay_trash_web_portlet_TrashPortlet .list-group-item.active .custom-control-label::before {
  border-color: #fff;
}

#portlet_com_liferay_contacts_web_portlet_ContactsCenterPortlet .user-information-title {
  color: #555;
}
#portlet_com_liferay_contacts_web_portlet_ContactsCenterPortlet .section .h3 {
  color: #555 !important;
}

#portlet_it_smc_osspaces_NotificationsListWebPortlet #notificationsListInnerWrapper {
  background: #fff;
}
#portlet_it_smc_osspaces_NotificationsListWebPortlet #notificationsListInnerWrapper .clearfix.lfr-pagination {
  margin-top: 1rem;
}
#portlet_it_smc_osspaces_NotificationsListWebPortlet #notificationsListInnerWrapper .clearfix.lfr-pagination li.page-item a {
  padding: 8px;
  border-radius: 4px;
  background: var(--spaces-primary);
  color: white;
}
#portlet_it_smc_osspaces_NotificationsListWebPortlet #notificationsListInnerWrapper .clearfix.lfr-pagination li.disabled.page-item a:hover {
  text-decoration: none;
}
#portlet_it_smc_osspaces_NotificationsListWebPortlet #notificationsListInnerWrapper .clearfix.lfr-pagination li.disabled.page-item a {
  background: #105C8E;
}

#portlet_it_smc_osspaces_dashboard_UserSegmentsAdminPortlet form .sheet {
  background-color: #fff;
}

.portlet-boundary_launchpadappweb_ .dropdown-toggle .lexicon-icon {
  fill: #272833;
}

.portlet-boundary_it_smc_marketplace_Polly_ .field.form-control:focus, .portlet-boundary_it_smc_marketplace_Polly_ .field.form-control:focus-visible {
  outline: 2px solid #000 !important;
  outline-offset: 2px !important;
  box-shadow: none !important;
}

#portlet_it_smc_osportal_AdvancedDMLPortlet .input-group-item .form-control:focus-visible {
  outline: none !important;
  outline-offset: none !important;
}

#portlet_it_smc_marketplace_RCCompanyPortlet .field.form-control:focus, #portlet_it_smc_marketplace_RCCompanyPortlet .field.form-control:focus-visible {
  outline: 2px solid #000 !important;
  outline-offset: 2px !important;
  box-shadow: none !important;
}

#portlet_it_smc_osportal_LaunchpadWebPortlet textarea.form-control {
  resize: none;
}

#portlet_com_liferay_document_library_web_portlet_DLPortlet .navbar-nav:empty {
  display: none;
}

#portlet_com_liferay_document_library_web_portlet_DLPortlet .management-bar .container-fluid.container-fluid-max-xl {
  display: flex;
  justify-content: end;
}

.portlet-boundary_it_smc_mail_imap_UserViewMailPortlet_ form .pull-left .btn-default > span > span {
  color: #AB0000 !important;
}

#main-content .portlet-boundary_it_smc_osspaces_SpacesAdminPortlet_ .panel.lfr-panel {
  border-color: #dfeefd;
}
#main-content .portlet-boundary_it_smc_osspaces_SpacesAdminPortlet_ .portlet-body {
  box-shadow: unset;
}
#main-content .portlet-boundary_it_smc_osspaces_SpacesAdminPortlet_ .management-bar-light,
#main-content .portlet-boundary_it_smc_osspaces_SpacesAdminPortlet_ .management-bar-light,
#main-content .portlet-boundary_it_smc_osspaces_SpacesAdminPortlet_ .management-bar-light .navbar-overlay,
#main-content .portlet-boundary_it_smc_osspaces_SpacesAdminPortlet_ .management-bar-light .navbar-overlay {
  background-color: #dfeefd;
}
#main-content .portlet-boundary_it_smc_osspaces_SpacesAdminPortlet_ .spaces-row .space-box .star-wrapper span.icon-star {
  color: #0070d2;
}
#main-content .portlet-boundary_it_smc_osspaces_SpacesAdminPortlet_ .spaces-row .space-box .star-wrapper:hover span {
  color: #0070d2;
}
#main-content .portlet-boundary_it_smc_osspaces_SpacesAdminPortlet_ .lexicon-icon.lexicon-icon-question-circle-full {
  fill: #0070d2;
}
#main-content .portlet-boundary_it_smc_osspaces_SpacesAdminPortlet_ .lexicon-icon.lexicon-icon-cards2 {
  fill: #0070d2;
}
#main-content .portlet-boundary_it_smc_osspaces_SpacesAdminPortlet_ .spaces-row .space-box .new-space:hover .card-body {
  background-color: #0070d2;
  border-color: #0070d2;
  border-radius: 0;
}
#main-content .portlet-boundary_it_smc_osspaces_SpacesAdminPortlet_ .card-group > .card:hover {
  border-radius: 0;
}
#main-content .portlet-boundary_it_smc_osspaces_SpacesAdminPortlet_ .btn-outline-secondary:hover {
  background-color: #0070d2;
  border-color: #0070d2;
}
#main-content .portlet-boundary_it_smc_osspaces_SpacesAdminPortlet_ [aria-expanded=true].btn-outline-secondary {
  background-color: #0070d2;
  border-color: #0070d2;
}

#spaces-main-content .portlet-boundary_it_smc_osspaces_SpacesAdminPortlet_ .panel.lfr-panel {
  border-color: #dfeefd;
}
#spaces-main-content .portlet-boundary_it_smc_osspaces_SpacesAdminPortlet_ .portlet-body {
  box-shadow: unset;
  background-color: #dfeefd;
}
#spaces-main-content .portlet-boundary_it_smc_osspaces_SpacesAdminPortlet_ .management-bar-light,
#spaces-main-content .portlet-boundary_it_smc_osspaces_SpacesAdminPortlet_ .management-bar-light,
#spaces-main-content .portlet-boundary_it_smc_osspaces_SpacesAdminPortlet_ .management-bar-light .navbar-overlay,
#spaces-main-content .portlet-boundary_it_smc_osspaces_SpacesAdminPortlet_ .management-bar-light .navbar-overlay {
  background-color: #dfeefd;
}
#spaces-main-content .portlet-boundary_it_smc_osspaces_SpacesAdminPortlet_ .spaces-row .space-box .star-wrapper span.icon-star {
  color: #0070d2;
}
#spaces-main-content .portlet-boundary_it_smc_osspaces_SpacesAdminPortlet_ .spaces-row .space-box .star-wrapper:hover span {
  color: #0070d2;
}
#spaces-main-content .portlet-boundary_it_smc_osspaces_SpacesAdminPortlet_ .lexicon-icon.lexicon-icon-question-circle-full {
  fill: #0070d2;
}
#spaces-main-content .portlet-boundary_it_smc_osspaces_SpacesAdminPortlet_ .lexicon-icon.lexicon-icon-cards2 {
  fill: #0070d2;
}
#spaces-main-content .portlet-boundary_it_smc_osspaces_SpacesAdminPortlet_ .spaces-row .space-box .new-space:hover .card-body {
  background-color: #0070d2;
  border-color: #0070d2;
  border-radius: 0;
}
#spaces-main-content .portlet-boundary_it_smc_osspaces_SpacesAdminPortlet_ .card-group > .card:hover {
  border-radius: 0;
}
#spaces-main-content .portlet-boundary_it_smc_osspaces_SpacesAdminPortlet_ .btn-outline-secondary:hover {
  background-color: #0070d2;
  border-color: #0070d2;
}
#spaces-main-content .portlet-boundary_it_smc_osspaces_SpacesAdminPortlet_ [aria-expanded=true].btn-outline-secondary {
  background-color: #0070d2;
  border-color: #0070d2;
  color: #fff;
}
#spaces-main-content .portlet-boundary_it_smc_osspaces_SpacesAdminPortlet_ .spaces-row .space-box .info-wrapper {
  color: #0070d2;
}
#spaces-main-content .portlet-boundary_it_smc_osspaces_SpacesAdminPortlet_ .spaces-row .space-box .spaces-summary .card .card-block .card-title {
  color: #2e84c4;
}

.portlet-boundary_it_smc_osportal_AdvancedDMLPortlet_ .lexicon-icon.lexicon-icon-star {
  fill: #0070d2;
}
.portlet-boundary_it_smc_osportal_AdvancedDMLPortlet_ .lexicon-icon.lexicon-icon-star-o {
  fill: #0070d2;
}
.portlet-boundary_it_smc_osportal_AdvancedDMLPortlet_ a:hover {
  color: #0070d2;
}
.portlet-boundary_it_smc_osportal_AdvancedDMLPortlet_ a.drowpdown-item:hover {
  background-color: #f1f2f5;
  color: #272833;
}
.portlet-boundary_it_smc_osportal_AdvancedDMLPortlet_ .form-check-card:hover .card {
  box-shadow: 0 0 0 2px #bfcfe5;
}
.portlet-boundary_it_smc_osportal_AdvancedDMLPortlet_ .treeview-light .treeview-link:hover {
  background-color: #bfcfe5;
}
.portlet-boundary_it_smc_osportal_AdvancedDMLPortlet_ .card-title[href], .portlet-boundary_it_smc_osportal_AdvancedDMLPortlet_ .card-title [href] {
  color: #2e84c4;
}
.portlet-boundary_it_smc_osportal_AdvancedDMLPortlet_ .card-title[href]:hover, .portlet-boundary_it_smc_osportal_AdvancedDMLPortlet_ .card-title [href]:hover {
  color: #0070d2;
  text-decoration: none;
}
.portlet-boundary_it_smc_osportal_AdvancedDMLPortlet_ .btn-outline-secondary:hover {
  color: #0070d2;
}

.content-wrapper .notifications-list #portlet_it_smc_osspaces_NotificationsListWebPortlet_INSTANCE_notifications .portlet-body .notifications-list-wrapper #notificationsListInnerWrapper .dropdown-section > a.btn.btn-primary, .content-wrapper .notifications-list #portlet_it_smc_osspaces_NotificationsListWebPortlet_INSTANCE_notifications .portlet-body .notifications-list-wrapper #notificationsListInnerWrapper .tasks-portlet .control-wrapper .global-task-actions .dropdown-section > a.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .content-wrapper .notifications-list #portlet_it_smc_osspaces_NotificationsListWebPortlet_INSTANCE_notifications .portlet-body .notifications-list-wrapper #notificationsListInnerWrapper .dropdown-section > a.lfr-icon-item {
  background-color: #0070d2;
}

body #portlet_it_smc_osportal_LaunchpadFavoriteWebPortlet nav.nav .nav-link .lp-favorite-name {
  color: #2e84c4;
}

body #portlet_it_smc_osportal_LaunchpadFavoriteWebPortlet p.nav-space-title-item {
  color: #2e84c4;
}

.menu-hamburger {
  z-index: 0;
  cursor: pointer;
}
.menu-hamburger.open {
  margin-left: 10px;
}
.menu-hamburger span {
  position: relative;
  display: block;
  width: 28px;
  height: 2px;
  margin-bottom: 0.3125rem;
  background: var(--black);
  border-radius: 0.1875rem;
  z-index: 1;
  transform-origin: 0.25rem 0px;
  transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
.menu-hamburger span:first-child {
  transform-origin: 0% 0%;
}
.menu-hamburger span:nth-last-child(2) {
  transform-origin: 0% 100%;
}
.menu-hamburger.open span {
  opacity: 1;
  transform: rotate(45deg) translate(0px, -1px);
  background: #000;
}
.menu-hamburger.open span:nth-child(2) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
.menu-hamburger.open span:last-child {
  transform: rotate(-45deg) translate(-4px, -1px);
}

.spaces-border-grid.lfr-layout-structure-item-row {
  overflow: unset !important;
}
.spaces-border-grid .row {
  align-items: unset !important;
  flex-direction: unset !important;
}
.spaces-border-grid > .row > .col {
  border-right: 1px solid var(--spaces-color-divider);
}
.spaces-border-grid > .row > .col:last-child {
  border: none;
}

#content .container-fluid-max-xl {
  max-width: 100%;
}

.breadcrumb-spaces {
  margin: 0;
  padding: 10px 0;
  display: flex;
  gap: 1.25rem;
  list-style: none;
}
.breadcrumb-spaces__link {
  color: var(--black);
}
.breadcrumb-spaces__item {
  position: relative;
  font-family: var(--font-family-sans-serif);
  font-size: 0.8125rem;
  font-weight: 300;
  line-height: 1.25rem;
}
.breadcrumb-spaces__item:first-child:before {
  display: none;
}
.breadcrumb-spaces__item:before {
  content: "/";
  position: absolute;
  left: 0;
  transform: translateX(-11px);
}

.btn, .tasks-portlet .control-wrapper .global-task-actions a.lfr-icon-item {
  /*&.btn-primary {
    background-color: transparent;
    border-color: var(--spaces-neutrale);
    color: var(--spaces-neutrale);
  }*/
}
.btn.btn-secondary, .tasks-portlet .control-wrapper .global-task-actions a.btn-secondary.lfr-icon-item {
  background-color: transparent;
  border-color: var(--spaces-primary);
  color: var(--spaces-primary);
}

.card-tag-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3125rem;
}
.card-tag-wrapper .card-tag {
  border-radius: 4px;
  padding: 0.125rem 0.5rem;
  background-color: var(--gray-200);
  color: var(--category-color-new);
  font-family: var(--font-family-sans-serif);
  font-size: 0.75rem;
  font-weight: 600;
}

@media (max-width: 991px) {
  .spaces .taglib-page-iterator .taglib-page-iterator .lfr-pagination-buttons > li {
    display: inline-block;
    width: 20px;
  }
}
.spaces .taglib-page-iterator .clearfix.lfr-pagination {
  display: flex;
  align-items: baseline;
  margin-top: 1rem;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .spaces .taglib-page-iterator .clearfix.lfr-pagination {
    justify-content: center;
    gap: 5%;
  }
}
.spaces .taglib-page-iterator .clearfix.lfr-pagination ul.lfr-pagination-buttons.pagination {
  display: flex;
  gap: 20px;
  width: unset !important;
  flex-wrap: nowrap;
}
.spaces .taglib-page-iterator .clearfix.lfr-pagination ul.lfr-pagination-buttons.pagination li a {
  font-size: 0;
  display: block;
  padding: 0px !important;
  line-height: unset !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .spaces .taglib-page-iterator .clearfix.lfr-pagination ul.lfr-pagination-buttons.pagination li a {
    line-height: unset !important;
  }
}
.spaces .taglib-page-iterator .clearfix.lfr-pagination ul.lfr-pagination-buttons.pagination li:nth-child(1) > a::before {
  font-family: fontawesome-alloy;
  content: "\f100";
  font-size: initial;
  color: var(--spaces-primary);
  display: block;
}
.spaces .taglib-page-iterator .clearfix.lfr-pagination ul.lfr-pagination-buttons.pagination li:nth-child(2) > a::before {
  font-family: fontawesome-alloy;
  content: "\f104";
  font-size: initial;
  color: var(--spaces-primary);
  display: block;
}
.spaces .taglib-page-iterator .clearfix.lfr-pagination ul.lfr-pagination-buttons.pagination li:nth-child(3) > a::after {
  font-family: fontawesome-alloy;
  content: "\f105";
  font-size: initial;
  color: var(--spaces-primary);
  display: block;
}
.spaces .taglib-page-iterator .clearfix.lfr-pagination ul.lfr-pagination-buttons.pagination li:nth-child(4) > a::after {
  font-family: fontawesome-alloy;
  content: "\f101";
  font-size: initial;
  color: var(--spaces-primary);
  display: block;
}
@media (max-width: 991px) {
  .spaces .taglib-page-iterator .clearfix.lfr-pagination ul.lfr-pagination-buttons.pagination li.first, .spaces .taglib-page-iterator .clearfix.lfr-pagination ul.lfr-pagination-buttons.pagination li.last {
    display: inline-block !important;
  }
}
@media (max-width: 1199px) {
  .spaces .taglib-page-iterator .clearfix.lfr-pagination ul.lfr-pagination-buttons.pagination li.first, .spaces .taglib-page-iterator .clearfix.lfr-pagination ul.lfr-pagination-buttons.pagination li.last {
    display: inline-block !important;
  }
}
.spaces .taglib-page-iterator .clearfix.lfr-pagination a.dropdown-toggle.direction-down.btn.btn-secondary, .spaces .taglib-page-iterator .clearfix.lfr-pagination .tasks-portlet .control-wrapper .global-task-actions a.dropdown-toggle.direction-down.btn-secondary.lfr-icon-item, .tasks-portlet .control-wrapper .global-task-actions .spaces .taglib-page-iterator .clearfix.lfr-pagination a.dropdown-toggle.direction-down.btn-secondary.lfr-icon-item {
  color: var(--white) !important;
  background-color: var(--spaces-primary) !important;
}
.spaces .lfr-pagination:after {
  display: none !important;
}

body:has(.show-main-menu) {
  overflow: hidden;
}

body.has-control-menu .spaces-container__bottom {
  padding: 2.5rem 1rem;
}

body.has-edit-mode-menu .spaces-container__top {
  position: unset;
}

.spaces-container {
  position: relative;
  min-height: 100vh;
}
.has-control-menu .spaces-container {
  min-height: calc(100vh - 56px);
}
@media (max-width: 576px) {
  .has-control-menu .spaces-container {
    min-height: calc(100vh - 48px);
  }
}
.spaces-container .show-main-menu {
  transform: translateX(0) !important;
}
.spaces-container__top {
  position: sticky;
  top: 0;
  z-index: 13;
}
.has-control-menu .spaces-container__top {
  top: 56px;
}
@media (max-width: 576px) {
  .has-control-menu .spaces-container__top {
    top: 48px;
  }
}
.spaces-container__left {
  position: absolute;
  display: block;
  max-width: 275px;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  top: 0;
}
@media (max-width: 991px) {
  .spaces-container__left {
    position: fixed;
    top: 72px;
    left: 0;
    max-width: 100% !important;
    height: 100%;
    z-index: 13;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
  }
  .has-control-menu .spaces-container__left {
    top: 128px;
  }
  .has-control-menu:has(.spaces-navigation) .spaces-container__left {
    top: 193px;
  }
  .spaces-container__left .spaces-navigation {
    top: 135px;
  }
}
@media (max-width: 576px) {
  .spaces-container__left {
    top: 64px;
  }
  .has-control-menu .spaces-container__left {
    top: 120px;
  }
  .has-control-menu:has(.spaces-navigation) .spaces-container__left {
    top: 185px;
  }
  .spaces-container__left .spaces-navigation {
    top: 127px;
  }
}
.spaces-container__left > div {
  position: sticky;
  top: 0px;
}
.has-control-menu .spaces-container__left > div {
  top: 56px;
}
@media (max-width: 576px) {
  .has-control-menu .spaces-container__left > div {
    top: 48px;
  }
}
.spaces-container__right {
  width: 100%;
  padding-left: 275px;
}
@media (max-width: 991px) {
  .spaces-container__right {
    padding-left: 0 !important;
  }
}
.spaces-container__bottom {
  padding: 1rem;
}

body:has(.spaces-info-header__search.open) {
  overflow: hidden;
}

.spaces-info-header__left {
  width: 50%;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .spaces-info-header__left {
    padding-left: 0;
    padding-right: 0;
  }
}
.spaces-info-header__left .menu-top__item.icon-sidebar-menu-mobile {
  border: none;
  background: none;
  padding-right: 0;
}
.spaces-info-header__left .menu-top__item.icon-sidebar-menu-mobile.active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.3125rem;
  background: var(--menu-header-top-color);
  height: 0.125rem;
  transition-property: right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.spaces-info-header__left .icom-mobile-menu, .spaces-info-header__left #icon-search--mobile {
  cursor: pointer;
}
.spaces-info-header__left .spaces-info-header__search {
  width: 100%;
}
@media (max-width: 991px) {
  .spaces-info-header__left .spaces-info-header__search {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 4;
    left: 0;
    top: 0;
    transform: translateY(-100%);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    padding: 1.25rem;
    background: var(--background-header-color);
  }
}
.spaces-info-header__left .spaces-info-header__search .search-bar-keywords-input {
  border: none;
  border-bottom-left-radius: 1.5625rem;
  border-top-left-radius: 1.5625rem;
  background: var(--background-header-color);
  color: #fff;
  border-top: 2px solid #fff !important;
  border-bottom: 2px solid #fff !important;
  border-left: 2px solid #fff !important;
}
.spaces-info-header__left .spaces-info-header__search .search-bar-keywords-input::-moz-placeholder {
  color: #fff;
}
.spaces-info-header__left .spaces-info-header__search .search-bar-keywords-input::placeholder {
  color: #fff;
}
.spaces-info-header__left .spaces-info-header__search .input-group-inset:focus ~ .input-group-inset-item {
  background-color: var(--background-header-color);
}
.spaces-info-header__left .spaces-info-header__search .input-group-inset-item {
  border-bottom-right-radius: 1.5625rem;
  border-top-right-radius: 1.5625rem;
  background: var(--background-header-color);
  color: #fff;
  border-top: 2px solid #fff !important;
  border-bottom: 2px solid #fff !important;
  border-right: 2px solid #fff !important;
}
.spaces-info-header__left .spaces-info-header__search.open {
  transform: translateY(0%);
}
.spaces-info-header__left .spaces-info-header__search .lexicon-icon-times, .spaces-info-header__left .spaces-info-header__search .mobile-search-label {
  display: none;
}
@media (max-width: 991px) {
  .spaces-info-header__left .spaces-info-header__search .lexicon-icon-times, .spaces-info-header__left .spaces-info-header__search .mobile-search-label {
    display: block;
    color: var(--menu-header-top-color);
  }
}
@media (max-width: 991px) {
  .spaces-info-header__left .spaces-info-header__search .lexicon-icon-times {
    position: absolute;
    right: 0.9375rem;
    top: 0.9375rem;
  }
}
@media (max-width: 991px) {
  .has-control-menu .spaces-info-header__left .spaces-info-header__search .lexicon-icon-times {
    top: 71px;
  }
}
@media (max-width: 799px) {
  .has-control-menu .spaces-info-header__left .spaces-info-header__search .lexicon-icon-times {
    top: 63px;
  }
}
@media (max-width: 991px) {
  .spaces-info-header__left .spaces-info-header__search .mobile-search-label {
    padding-bottom: 0.3125rem;
  }
}
@media (max-width: 991px) {
  .has-control-menu .spaces-info-header__left .spaces-info-header__search {
    padding-top: 56px;
  }
}
@media (max-width: 799px) {
  .has-control-menu .spaces-info-header__left .spaces-info-header__search {
    padding-top: 48px;
  }
}
.spaces-info-header__left .spaces-info-header__search .portlet {
  margin: 0;
}
.spaces-info-header__right {
  margin-left: auto;
}
@media (max-width: 576px) {
  .spaces-info-header__right .spaces-info-header__menu-top.menu-top .sc-dockbar {
    flex-wrap: unset;
  }
}
.spaces-info-header__section {
  background-color: var(--background-header-color);
}
.spaces-info-header__section-wrapper {
  max-width: unset;
  padding: 1rem;
}
.spaces-info-header .openk9-search {
  border: 1px solid #fff;
  padding: 0.5rem;
  border-radius: 1.375rem;
  background: #fff;
  display: flex;
  align-items: center;
}
.spaces-info-header .openk9-search:focus {
  outline: 2px solid #fff !important;
}
.spaces-info-header .openk9-search:focus-visible {
  outline: 2px solid #fff !important;
}
.spaces-info-header .openk9-search:hover {
  text-decoration: none;
}
.spaces-info-header .openk9-search:hover .openk9-search__text::after {
  width: 100%;
}
.spaces-info-header .openk9-search__text {
  color: var(--background-header-color);
  font-weight: 500;
  line-height: 0;
  font-variant: small-caps;
  position: relative;
  padding: 1px;
  display: inline-flex;
  margin: 0 4px 4px 0;
}
.spaces-info-header .openk9-search__text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.7125rem;
  height: 2px;
  width: 0;
  background-color: var(--background-header-color);
  transition: width 0.3s ease;
}
.spaces-info-header .openk9-search__mobile {
  padding: 3px 4px 3px 6px;
  border: 1px solid #fff;
  border-radius: 17px;
  background: #fff;
  font-variant: small-caps;
  line-height: 0;
  font-weight: 500;
  min-width: -moz-fit-content;
  min-width: fit-content;
  display: none;
}
@media (max-width: 991px) {
  .spaces-info-header .openk9-search__mobile {
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center;
  }
}
.spaces-info-header .openk9-search__mobile:focus {
  outline: 2px solid #fff !important;
}
.spaces-info-header .openk9-search__mobile:focus-visible {
  outline: 2px solid #fff !important;
}
.spaces-info-header .openk9-search__mobile:hover {
  text-decoration: none;
}
.spaces-info-header .openk9-search__mobile:hover .openk9-search__mobile-text::after {
  width: 100%;
}
.spaces-info-header .openk9-search__mobile-text {
  padding-bottom: 5px;
  color: var(--background-header-color);
  position: relative;
  display: inline-flex;
}
.spaces-info-header .openk9-search__mobile-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.4125rem;
  height: 2px;
  width: 0;
  background-color: var(--background-header-color);
  transition: width 0.3s ease;
}
.spaces-info-header__text-size {
  font-size: 1.25rem !important;
}
@media (max-width: 991px) {
  .spaces-info-header__text-size {
    font-size: 1rem !important;
  }
}
.spaces-info-header .menu-top .icon-search-mobile__wrapper {
  display: none;
}
@media (max-width: 991px) {
  .spaces-info-header .menu-top .icon-search-mobile__wrapper {
    display: block;
  }
}
.spaces-info-header .menu-top__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.spaces-info-header .menu-top__item {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media (max-width: 575px) {
  .spaces-info-header .menu-top__item {
    padding-right: 0.25rem;
  }
}
.spaces-info-header .menu-top__item:first-child {
  padding-left: 0;
}
@media (min-width: 991px) {
  .spaces-info-header .menu-top__item.tablet-hide {
    display: none;
  }
}
.spaces-info-header .menu-top__item.active .menu-top__link:after {
  right: 0;
}
.spaces-info-header .menu-top__item-mobile {
  padding: 0 10px;
  position: relative;
}
@media (max-width: 576px) {
  .spaces-info-header .menu-top__item-mobile {
    padding-right: 0.25rem;
  }
}
.spaces-info-header .menu-top__item-mobile .menu-top__link.icom-applications {
  background: none;
  border: none;
}
.spaces-info-header .menu-top__item-mobile .menu-top__link.icom-applications.active::after {
  right: 0;
}
.spaces-info-header .menu-top__item-mobile #menu-top__item-icon-wrapper {
  position: absolute;
  z-index: 10;
  background-color: #f1f2f5;
  border-radius: 0.625rem;
  width: 264px;
  overflow: hidden;
  top: 35px;
  right: 0;
}
@media (max-width: 576px) {
  .spaces-info-header .menu-top__item-mobile #menu-top__item-icon-wrapper {
    width: calc(100vw - 32px);
    right: -122px;
  }
}
@media (max-width: 575px) {
  .spaces-info-header .menu-top__item-mobile #menu-top__item-icon-wrapper {
    width: calc(100vw - 32px);
    right: -110px;
  }
}
.spaces-info-header .menu-top__item-mobile #menu-top__item-icon-wrapper > ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 2.5rem;
  gap: 2.5rem;
}
.spaces-info-header .menu-top__item-mobile #menu-top__item-icon-wrapper > ul .menu-top__item[aria-selected=true] .menu-top__link::after {
  background-color: var(--spaces-primary);
  width: 100%;
}
.spaces-info-header .menu-top__item-mobile #menu-top__item-icon-wrapper .menu-top__item {
  padding: 0;
  list-style: none;
}
.spaces-info-header .menu-top__item-mobile #menu-top__item-icon-wrapper .menu-top__item .menu-top__link {
  color: var(--background-header-color);
}
.spaces-info-header .menu-top__item-mobile #menu-top__item-icon-wrapper .menu-top__item .menu-top__link:hover {
  right: 0;
}
.spaces-info-header .menu-top__item-mobile #menu-top__item-icon-wrapper .menu-top__item .menu-top__link::after {
  background-color: var(--spaces-primary);
}
.spaces-info-header .menu-top__item-mobile #menu-top__item-icon-wrapper .menu-top__item .menu-top__link .spaces-info-header__text-size {
  font-size: 3rem;
}
.spaces-info-header .menu-top__item-mobile #menu-top__item-icon-wrapper .menu-top__item .menu-top__link .spaces-info-header__text-size#notificationIcon {
  position: relative;
}
.spaces-info-header .menu-top__item-mobile #menu-top__item-icon-wrapper .menu-top__item[aria-selected=true] .spaces-info-header__text-size::after {
  background-color: var(--spaces-primary);
}
.spaces-info-header .menu-top__item.dropdown.sc-dockbar-right {
  list-style: none;
}
.spaces-info-header .menu-top__link {
  line-height: 1.25rem;
  text-transform: uppercase;
  color: var(--menu-header-top-color);
  position: relative;
  display: flex;
  justify-content: center;
}
.spaces-info-header .menu-top__link:after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -0.3125rem;
  background: var(--menu-header-top-color);
  height: 0.125rem;
  transition-property: right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.spaces-info-header .menu-top__link:hover {
  opacity: 1 !important;
  text-decoration: none !important;
}
.spaces-info-header .menu-top__link:hover:after {
  right: 0;
}
.spaces-info-header__user {
  display: flex;
  padding-left: 0.625rem;
  position: relative;
}
.spaces-info-header__user--close {
  position: absolute;
  top: 5px;
  right: 10px;
  color: rgb(249, 249, 249);
  cursor: pointer;
  z-index: 2;
  background-color: unset;
  border: unset;
}
.spaces-info-header__user-job {
  color: rgb(249, 249, 249);
  padding-top: 16px;
  padding-bottom: 16px;
}
.spaces-info-header__user-portrait {
  border-radius: 50%;
  width: 3.125rem;
  height: 3.125rem;
  display: inline-block;
  cursor: pointer;
  padding: 4px;
  background-color: unset;
  border: unset;
}
@media (max-width: 991px) {
  .spaces-info-header__user-portrait {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.spaces-info-header__user-portrait-xl {
  width: 5rem;
  height: 5rem;
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
}
.spaces-info-header__user-portrait:hover, .spaces-info-header__user-portrait.open-menu {
  background-color: rgb(232, 234, 237);
}
.spaces-info-header__user-img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.spaces-info-header__user-menu {
  display: none;
  position: absolute;
  z-index: 11;
  top: calc(100% + 20px);
  right: 0;
  background: rgb(249, 249, 249);
  border-radius: 10px;
  width: 15.625rem;
  overflow: hidden;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.3);
}
@media (max-width: 799px) {
  .spaces-info-header__user-menu {
    width: calc(100vw - 30px);
    position: absolute;
    right: 0;
  }
}
.spaces-info-header__user-menu-top {
  background: var(--background-header-color);
  position: relative;
  padding-bottom: 2.1875rem;
}
.spaces-info-header__user-menu-center {
  width: 100%;
  padding: 2.5rem 1.25rem 0.75rem 1.25rem;
}
.spaces-info-header__user-menu-divider {
  width: 100%;
  border: 1px solid rgb(209, 209, 209);
}
.spaces-info-header__user-listmenu {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
}
.spaces-info-header__user--menuitem {
  margin-bottom: 0;
  list-style: none;
}
.spaces-info-header__user--menuitem a.menuitem-link {
  color: var(--spaces-neutrale);
}
.spaces-info-header__user--menuitem a.menuitem-link span {
  margin-right: 10px;
}
.spaces-info-header__user--menuitem a.menuitem-link span.icom-trash {
  margin-left: -2px;
}
.spaces-info-header__user-fullname {
  font-weight: bold;
  padding-top: 5px;
}
.spaces-info-header__main-menu {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.spaces-info-header__main-menu .main-menu__list {
  display: flex;
  gap: 30px;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 991px) {
  .spaces-info-header__main-menu .main-menu__list {
    flex-direction: column;
    height: 100vh;
    padding-top: 3.75rem;
    gap: 10px;
  }
}
@media (max-width: 991px) {
  .has-control-menu .spaces-info-header__main-menu .main-menu__list {
    padding-top: 116px;
  }
}
@media (max-width: 799px) {
  .has-control-menu .spaces-info-header__main-menu .main-menu__list {
    padding-top: 108px;
  }
}
.spaces-info-header__main-menu .main-menu__link {
  color: var(--spaces-action-primary);
  font-size: 1rem;
  font-weight: 600;
}
.spaces-info-header__section-right {
  background: var(--background-header-color);
}
.spaces-info-header__section-right .container-fluid {
  min-height: 5.3125rem;
}
@media (max-width: 991px) {
  .spaces-info-header__section-right .container-fluid {
    min-height: 3.125rem;
  }
}
.spaces-info-header__bottom {
  background: var(--background-header-bottom-color);
  box-shadow: 0 4px 8px -2px var(--spaces-header-border-color);
  z-index: 2;
  position: relative;
}
@media (max-width: 991px) {
  .spaces-info-header__bottom {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    box-shadow: none;
  }
}
@media (max-width: 991px) {
  .spaces-info-header__bottom.open {
    transform: translateX(0%);
  }
}

body.has-control-menu #spaces-sidebar {
  height: calc(100vh - 57px);
}
body.has-control-menu #spaces-sidebar .spaces-sidebar__section-bottom {
  overflow-y: auto;
  height: calc(100vh - 139px);
}
@media (max-width: 576px) {
  body.has-control-menu #spaces-sidebar {
    height: calc(100vh - 49px);
  }
  body.has-control-menu #spaces-sidebar .spaces-sidebar__section-bottom {
    overflow-y: auto;
    height: calc(100vh - 131px);
  }
}

#spaces-sidebar {
  height: 100vh;
}
@media (max-width: 991px) {
  #spaces-sidebar .spaces-sidebar__logo {
    translate: 0 !important;
  }
}
#spaces-sidebar .spaces-sidebar__logo-figure {
  margin: 0;
}
#spaces-sidebar .spaces-sidebar__logo-img {
  max-height: 2.1875rem;
  height: 100%;
  width: auto;
}
#spaces-sidebar .spaces-sidebar__title-section {
  padding-left: 1.875rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--spaces-action-primary);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  opacity: 1;
  transition: opacity 0.3s;
}
@media (max-width: 991px) {
  #spaces-sidebar .spaces-sidebar__title-section {
    font-size: 0.875rem;
    opacity: 1 !important;
    display: block !important;
  }
}
#spaces-sidebar .spaces-sidebar__title-section-icon {
  font-size: 1.5rem;
  color: var(--spaces-action-primary);
}
@media (max-width: 991px) {
  #spaces-sidebar .spaces-sidebar__title-section {
    font-size: 1rem;
  }
}
#spaces-sidebar .spaces-sidebar__section-top {
  display: flex;
  padding: 23.5px 1.875rem;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
#spaces-sidebar .spaces-sidebar__section-top .menu-hamburger {
  position: absolute;
  z-index: 1;
  background-color: var(--white);
  border-color: var(--white);
  padding: 0;
  margin: 0;
}
#spaces-sidebar .spaces-sidebar__section-top .menu-hamburger.icom-product-menu-open::before, #spaces-sidebar .spaces-sidebar__section-top .menu-hamburger.icom-product-menu-closed::before {
  font-size: 1rem;
  color: var(--black);
}
#spaces-sidebar .spaces-sidebar__section-top .menu-hamburger.icom-product-menu-open {
  right: 1.875rem;
}
@media (max-width: 991px) {
  #spaces-sidebar .spaces-sidebar__section-top .menu-hamburger.icom-product-menu-open {
    display: none;
  }
}
#spaces-sidebar .spaces-sidebar__section-top .menu-hamburger.icom-product-menu-closed {
  right: 2.09375rem;
}
@media (max-width: 991px) {
  #spaces-sidebar .spaces-sidebar__section-top .menu-hamburger.icom-product-menu-closed {
    display: none;
  }
}
#spaces-sidebar .spaces-sidebar__section-bottom {
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100vh - 83px);
}
#spaces-sidebar .spaces-sidebar__list-item {
  opacity: 1;
  transition: opacity 0.3s;
}
@media (max-width: 991px) {
  #spaces-sidebar .spaces-sidebar__list-item {
    opacity: 1 !important;
    display: block !important;
  }
}
#spaces-sidebar .spaces-sidebar__text-size {
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  #spaces-sidebar .spaces-sidebar__text-size {
    font-size: 1rem;
  }
}
#spaces-sidebar .spaces-sidebar__divider {
  border: none;
  background: var(--spaces-color-divider);
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  height: 0.125rem;
}
#spaces-sidebar .spaces-sidebar__list-item.fade-out-text {
  opacity: 0;
  transition: opacity 0.3s;
}

#spaces-sidebar .spaces-sidebar__list-wrapper a.main-menu__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  color: var(--spaces-action-primary);
}
#spaces-sidebar .spaces-sidebar__list-wrapper.selected.active .spaces-sidebar__list-item {
  position: relative;
}
#spaces-sidebar .spaces-sidebar__list-wrapper.selected.active .spaces-sidebar__list-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.05rem;
  background: var(--spaces-action-primary);
  height: 0.125rem;
  width: 100%;
}
#spaces-sidebar .main-menu__list-group {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  padding-top: 0.5rem;
}
@media (max-width: 991px) {
  #spaces-sidebar .main-menu__list-group {
    padding-left: 2.125rem;
  }
}
#spaces-sidebar .main-menu__list-group li {
  padding-bottom: 0.5rem;
  list-style: none;
}
#spaces-sidebar .main-menu__text-size {
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  #spaces-sidebar .main-menu__text-size {
    font-size: 1rem;
  }
}
#spaces-sidebar #spaces-sidebar__application-list .spaces-menu__list-group, #spaces-sidebar #spaces-sidebar__favorites-list .spaces-menu__list-group {
  padding-left: 1.875rem;
  padding-top: 0.5rem;
}
@media (max-width: 991px) {
  #spaces-sidebar #spaces-sidebar__application-list .spaces-menu__list-group, #spaces-sidebar #spaces-sidebar__favorites-list .spaces-menu__list-group {
    padding-left: 2.125rem;
  }
}
#spaces-sidebar #spaces-sidebar__application-list .spaces-menu__list-group li, #spaces-sidebar #spaces-sidebar__favorites-list .spaces-menu__list-group li {
  padding-bottom: 0.5rem;
  list-style: none;
}
#spaces-sidebar #spaces-sidebar__application-list .spaces-menu__list-group .active.spaces-sidebar__list-wrapper .spaces-menu__text-size.spaces-sidebar__list-item.nav-text, #spaces-sidebar #spaces-sidebar__favorites-list .spaces-menu__list-group .active.spaces-sidebar__list-wrapper .spaces-menu__text-size.spaces-sidebar__list-item.nav-text {
  position: relative;
}
#spaces-sidebar #spaces-sidebar__application-list .spaces-menu__list-group .active.spaces-sidebar__list-wrapper .spaces-menu__text-size.spaces-sidebar__list-item.nav-text::after, #spaces-sidebar #spaces-sidebar__favorites-list .spaces-menu__list-group .active.spaces-sidebar__list-wrapper .spaces-menu__text-size.spaces-sidebar__list-item.nav-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.05rem;
  background: var(--spaces-action-primary);
  height: 0.125rem;
  width: 100%;
}
#spaces-sidebar #spaces-sidebar__application-list .spaces-menu__link, #spaces-sidebar #spaces-sidebar__favorites-list .spaces-menu__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
#spaces-sidebar #spaces-sidebar__application-list .spaces-menu__text-size, #spaces-sidebar #spaces-sidebar__favorites-list .spaces-menu__text-size {
  font-size: 1rem;
  font-weight: 600;
  color: var(--spaces-action-primary);
}
#spaces-sidebar #spaces-sidebar__application-list .spaces-menu__text-size:hover, #spaces-sidebar #spaces-sidebar__favorites-list .spaces-menu__text-size:hover {
  text-decoration: none;
}
@media (max-width: 991px) {
  #spaces-sidebar #spaces-sidebar__application-list .spaces-menu__text-size, #spaces-sidebar #spaces-sidebar__favorites-list .spaces-menu__text-size {
    font-size: 0.875rem;
  }
}
#spaces-sidebar #spaces-sidebar__application-list .spaces-menu__text-size-icon, #spaces-sidebar #spaces-sidebar__favorites-list .spaces-menu__text-size-icon {
  font-size: 1.25rem;
  color: var(--spaces-action-primary);
}
@media (max-width: 991px) {
  #spaces-sidebar #spaces-sidebar__application-list .spaces-menu__text-size-icon, #spaces-sidebar #spaces-sidebar__favorites-list .spaces-menu__text-size-icon {
    font-size: 1rem;
    color: var(--spaces-action-primary);
  }
}

#portlet_it_smc_osportal_LaunchpadFavoriteWebPortlet p.nav-space-title-item {
  padding-left: 1.875rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--spaces-action-primary);
  opacity: 1;
  transition: opacity 0.3s;
}
@media (max-width: 991px) {
  #portlet_it_smc_osportal_LaunchpadFavoriteWebPortlet p.nav-space-title-item {
    font-size: 0.875rem;
    opacity: 1 !important;
    display: block !important;
  }
}
#portlet_it_smc_osportal_LaunchpadFavoriteWebPortlet nav.nav {
  padding-top: 0.5rem;
}
#portlet_it_smc_osportal_LaunchpadFavoriteWebPortlet nav.nav ul.nav {
  border-bottom: 2px solid var(--spaces-color-divider);
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  width: 100%;
}
#portlet_it_smc_osportal_LaunchpadFavoriteWebPortlet nav.nav .nav-link {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#portlet_it_smc_osportal_LaunchpadFavoriteWebPortlet nav.nav .nav-link .lp-favorite-name {
  font-size: 1rem;
  font-weight: 600;
  color: var(--spaces-action-primary);
  width: 100%;
  opacity: 1;
  transition: opacity 0.3s;
}
@media (max-width: 991px) {
  #portlet_it_smc_osportal_LaunchpadFavoriteWebPortlet nav.nav .nav-link .lp-favorite-name {
    font-size: 0.875rem;
    opacity: 1 !important;
    display: block !important;
  }
}
#portlet_it_smc_osportal_LaunchpadFavoriteWebPortlet ul.nav {
  padding-left: 1.875rem;
}

@media (min-width: 992px) {
  .close-mobile-main-menu {
    display: none;
  }
}

/*firefox*/
.scroller {
  overflow-y: scroll;
  scrollbar-color: #999999 transparent;
  scrollbar-width: thin;
}

/*chrome*/
.scroller::-webkit-scrollbar {
  width: 15px;
  height: 15px;
}

.scroller::-webkit-scrollbar-track {
  background-color: transparent;
}

.scroller::-webkit-scrollbar-thumb {
  height: 30px;
  scrollbar-width: thin;
  background-color: #999999;
}

.lfr-spa-loading-bar {
  height: 5px !important;
  background: #0089df !important;
}

.lfr-spa-loading #content {
  filter: blur(2px);
}
.lfr-spa-loading #content:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

/* Components */
.spaces-avviso-informativo .spaces-avviso-wrapper {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
}
.spaces-avviso-informativo .spaces-avviso-wrapper .spaces-avviso-banner {
  padding: 0 !important;
}
.spaces-avviso-informativo .spaces-avviso-wrapper .spaces-avviso-banner .spaces-avviso .alert, .spaces-avviso-informativo .spaces-avviso-wrapper .spaces-avviso-banner .spaces-avviso .portlet-msg-alert,
.spaces-avviso-informativo .spaces-avviso-wrapper .spaces-avviso-banner .spaces-avviso .portlet-msg-error,
.spaces-avviso-informativo .spaces-avviso-wrapper .spaces-avviso-banner .spaces-avviso .portlet-msg-help,
.spaces-avviso-informativo .spaces-avviso-wrapper .spaces-avviso-banner .spaces-avviso .portlet-msg-info,
.spaces-avviso-informativo .spaces-avviso-wrapper .spaces-avviso-banner .spaces-avviso .portlet-msg-progress,
.spaces-avviso-informativo .spaces-avviso-wrapper .spaces-avviso-banner .spaces-avviso .portlet-msg-success {
  margin: 0;
}
.spaces-avviso-informativo .spaces-avviso-wrapper .spaces-avviso-banner .spaces-avviso .alert .lead, .spaces-avviso-informativo .spaces-avviso-wrapper .spaces-avviso-banner .spaces-avviso .portlet-msg-alert .lead,
.spaces-avviso-informativo .spaces-avviso-wrapper .spaces-avviso-banner .spaces-avviso .portlet-msg-error .lead,
.spaces-avviso-informativo .spaces-avviso-wrapper .spaces-avviso-banner .spaces-avviso .portlet-msg-help .lead,
.spaces-avviso-informativo .spaces-avviso-wrapper .spaces-avviso-banner .spaces-avviso .portlet-msg-info .lead,
.spaces-avviso-informativo .spaces-avviso-wrapper .spaces-avviso-banner .spaces-avviso .portlet-msg-progress .lead,
.spaces-avviso-informativo .spaces-avviso-wrapper .spaces-avviso-banner .spaces-avviso .portlet-msg-success .lead {
  font-size: 1rem;
  font-weight: 700;
  margin-right: 0;
}
.spaces-avviso-informativo .spaces-avviso-wrapper .spaces-avviso-banner .spaces-avviso .alert .alert-indicator, .spaces-avviso-informativo .spaces-avviso-wrapper .spaces-avviso-banner .spaces-avviso .portlet-msg-alert .alert-indicator,
.spaces-avviso-informativo .spaces-avviso-wrapper .spaces-avviso-banner .spaces-avviso .portlet-msg-error .alert-indicator,
.spaces-avviso-informativo .spaces-avviso-wrapper .spaces-avviso-banner .spaces-avviso .portlet-msg-help .alert-indicator,
.spaces-avviso-informativo .spaces-avviso-wrapper .spaces-avviso-banner .spaces-avviso .portlet-msg-info .alert-indicator,
.spaces-avviso-informativo .spaces-avviso-wrapper .spaces-avviso-banner .spaces-avviso .portlet-msg-progress .alert-indicator,
.spaces-avviso-informativo .spaces-avviso-wrapper .spaces-avviso-banner .spaces-avviso .portlet-msg-success .alert-indicator {
  font-size: 1rem;
}

.spaces-cards-container .card-news-secondary {
  overflow: hidden;
}
.spaces-cards-container .card-news-secondary__title-link {
  font-size: 1rem;
  color: var(--spaces-primary);
}
.spaces-cards-container .card-news-secondary__left {
  padding: 8px 16px;
}
.spaces-cards-container .card-news-secondary__right {
  padding-right: 25%;
  position: relative;
  margin-top: -1px;
}
.spaces-cards-container .card-news-secondary__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.spaces-cards-container .card-news-secondary__body-top {
  display: flex;
}
.spaces-cards-container .card-news-secondary__body-top .comunicazione-evidenza__date {
  font-size: 0.75rem;
}
.spaces-cards-container .card-news-secondary__body-bottom {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.spaces-cards-container .card-news-secondary__body-bottom .comunicazione-evidenza__excerpt {
  margin-bottom: 0;
  font-size: 0.875rem;
}
.spaces-cards-container .card-news-secondary .spaces-bookmarker {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 1;
}
.spaces-cards-container .card-news-secondary .spaces-bookmarker .spaces-bookmarker-wrapper {
  border-radius: 50%;
  border: 1px solid var(--white);
  width: 25px;
  height: 25px;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}
.spaces-cards-container .card-news-secondary .spaces-bookmarker .spaces-bookmarker-wrapper .spaces-bookmarker-icon {
  color: var(--bookmark-color-news);
}

.comunicazione-evidenza {
  border-radius: 0.3125rem;
  overflow: hidden;
  height: 100%;
}
.comunicazione-evidenza .card-body {
  padding-left: 0px;
}
.comunicazione-evidenza .spaces-bookmarker {
  position: absolute;
  top: 0.75rem;
  left: 1.625rem;
}
.comunicazione-evidenza .spaces-bookmarker .spaces-bookmarker-wrapper {
  border-radius: 50%;
  border: 1px solid var(--white);
  width: 35px;
  height: 35px;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}
.comunicazione-evidenza .spaces-bookmarker .spaces-bookmarker-wrapper .spaces-bookmarker-icon {
  color: var(--bookmark-color-news);
}
.comunicazione-evidenza__left {
  position: relative;
}
@media (max-width: 799px) {
  .comunicazione-evidenza__left {
    padding-top: 50%;
    position: relative;
    overflow: hidden;
    height: 0;
  }
}
.comunicazione-evidenza .row {
  height: 100%;
}
.comunicazione-evidenza__title {
  font-family: var(--font-family-sans-serif);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-align: left;
  color: var(--title-color-news);
  padding-bottom: 1.25rem;
}
.comunicazione-evidenza__date {
  font-family: var(--font-family-sans-serif);
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.25rem;
  text-align: left;
  color: var(--black);
}
.comunicazione-evidenza__excerpt {
  font-family: var(--font-family-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-align: left;
  color: var(--spaces-neutrale);
}
.comunicazione-evidenza__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 799px) {
  .comunicazione-evidenza__img {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.spaces-comunicazione-evidenza-carousel .swiper-slide {
  height: auto;
  padding: 0.1875rem;
}
.spaces-comunicazione-evidenza-carousel .swiper-slide .journal-content-article {
  height: 100%;
}
.spaces-comunicazione-evidenza-carousel .swiper-button-next, .spaces-comunicazione-evidenza-carousel .swiper-button-prev {
  width: 1.875rem;
  height: 1.875rem;
  background: rgba(147, 147, 147, 0.4);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  display: none;
}
@media (max-width: 991px) {
  .spaces-comunicazione-evidenza-carousel .swiper-button-next, .spaces-comunicazione-evidenza-carousel .swiper-button-prev {
    display: none;
  }
}
.spaces-comunicazione-evidenza-carousel .swiper-button-next:hover, .spaces-comunicazione-evidenza-carousel .swiper-button-prev:hover {
  background: rgb(147, 147, 147);
}
.spaces-comunicazione-evidenza-carousel .swiper-button-next:after, .spaces-comunicazione-evidenza-carousel .swiper-button-prev:after {
  font-size: 0.875rem;
  color: var(--white);
}
.spaces-comunicazione-evidenza-carousel .swiper-button-next {
  right: 1px;
}
.spaces-comunicazione-evidenza-carousel .swiper-button-prev {
  left: 0px;
}
.spaces-comunicazione-evidenza-carousel .swiper-pagination {
  bottom: 0;
  text-align: right;
  padding-right: 1.875rem;
  padding-bottom: 0.625rem;
}
@media (max-width: 991px) {
  .spaces-comunicazione-evidenza-carousel .swiper-pagination {
    position: relative;
    text-align: center;
    padding-right: 0px;
  }
}
.spaces-comunicazione-evidenza-carousel .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--spaces-secondary);
}

.spaces-commenti .panel-body {
  padding: 0;
}
.spaces-commenti .lfr-discussion-message-body p {
  margin-bottom: 0.25rem;
}
.spaces-commenti .lfr-discussion-reply-container .lfr-discussion-details {
  display: none;
}
.spaces-commenti .lfr-discussion-reply-container .lfr-discussion-editor .button-holder {
  text-align: right;
}

.details-comunicazioni {
  padding: 1.25rem;
  background: var(--white);
  margin-top: 1.25rem;
}
.details-comunicazioni__text {
  display: flex;
  font-family: var(--font-family-sans-serif);
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.25rem;
}
.details-comunicazioni__label {
  padding-right: 0.3125rem;
}
.details-comunicazioni__value {
  font-weight: 700;
}
.details-comunicazioni__title {
  font-family: var(--font-family-sans-serif);
  font-size: 1.125rem;
  font-weight: 400;
  margin-top: 1rem;
}
.details-comunicazioni__attachments {
  padding: 0;
  margin: 0;
  list-style: none;
}
.details-comunicazioni__attachment {
  font-size: 0.8125rem;
}
.details-comunicazioni__attachment-link {
  color: var(--spaces-neutrale);
}
.details-comunicazioni__attachment-icon {
  padding-right: 0.3125rem;
}
.details-comunicazioni__attachment-size {
  font-weight: 700;
}

.lfr-layout-structure-item-details-comunicazioni {
  position: sticky;
  top: 7.375rem;
}
.has-control-menu .lfr-layout-structure-item-details-comunicazioni {
  top: 174px;
}
@media (max-width: 576px) {
  .lfr-layout-structure-item-details-comunicazioni {
    top: 6.875rem;
  }
  .has-control-menu .lfr-layout-structure-item-details-comunicazioni {
    top: 166px;
  }
}

.spaces-bookmarker {
  text-align: right;
}
.spaces-bookmarker .spaces-bookmarker-wrapper {
  cursor: pointer;
  font-size: 1.875rem;
  color: var(--spaces-primary);
  background-color: unset;
  border: unset;
}
.spaces-bookmarker .spaces-bookmarker-wrapper .fa-star {
  display: none;
}
.spaces-bookmarker .spaces-bookmarker-wrapper.bookmarked .fa-star-o {
  display: none;
}
.spaces-bookmarker .spaces-bookmarker-wrapper.bookmarked .fa-star {
  display: inline-block;
}

.back-button__wrapper {
  padding: 0.5rem 0;
  border-top: 1px solid var(--spaces-primary);
  border-bottom: 1px solid var(--spaces-primary);
}
.back-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family-sans-serif);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  color: #000;
}
.back-button__icon {
  padding-right: 0.625rem;
}

.spaces-divider-fragment .spaces-divider {
  border: none;
  background: var(--spaces-color-divider);
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  height: 1px;
}

.spaces-link-fragment {
  text-align: right;
  padding: 2px 4px;
}
.spaces-link-fragment .spaces-link {
  font-family: var(--font-family-sans-serif);
  font-size: 0.875rem;
  font-weight: 600;
  text-align: left;
  color: var(--spaces-neutrale);
}
.spaces-link-fragment .spaces-link:hover {
  color: var(--spaces-primary);
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.spaces-link-fragment .spaces-link.spaces-link::after {
  content: "\e90f";
  font-family: "icomoon" !important;
  color: inherit;
  margin-left: 0.3125rem;
}

.details-comunicazioni-team {
  padding: 1.25rem;
  background: var(--white);
  margin-top: 1.25rem;
}
.details-comunicazioni-team__text {
  display: flex;
  font-family: var(--font-family-sans-serif);
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.25rem;
}
.details-comunicazioni-team__label {
  padding-right: 0.3125rem;
}
.details-comunicazioni-team__value {
  font-weight: 700;
}
.details-comunicazioni-team__title {
  font-family: var(--font-family-sans-serif);
  font-size: 1.125rem;
  font-weight: 400;
  margin-top: 1rem;
}
.details-comunicazioni-team__attachments {
  padding: 0;
  margin: 0;
  list-style: none;
}
.details-comunicazioni-team__attachment {
  font-size: 0.8125rem;
}
.details-comunicazioni-team__attachment-link {
  color: var(--spaces-neutrale);
}
.details-comunicazioni-team__attachment-icon {
  padding-right: 0.3125rem;
}
.details-comunicazioni-team__attachment-size {
  font-weight: 700;
}

.spaces-comunicazioni-tutti-team .spaces-comunicazioni-team__wrapper {
  gap: 1.25rem;
}
.spaces-comunicazioni-tutti-team .spaces-comunicazioni-team__row {
  background-color: var(--white);
  overflow: hidden;
  width: calc((100% - 2.5rem) / 3);
}
@media (max-width: 991px) {
  .spaces-comunicazioni-tutti-team .spaces-comunicazioni-team__row {
    width: calc((100% - 1.25rem) / 2);
  }
}
@media (max-width: 799px) {
  .spaces-comunicazioni-tutti-team .spaces-comunicazioni-team__row {
    width: 100%;
  }
}
.spaces-comunicazioni-tutti-team .spaces-comunicazioni-team__row .comunicazione-team__top {
  background-color: var(--spaces-primary);
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.spaces-comunicazioni-tutti-team .spaces-comunicazioni-team__row .comunicazione-team__bottom {
  padding: 1rem;
  display: flex;
  flex-direction: column;
}
.spaces-comunicazioni-tutti-team .spaces-comunicazioni-team__row .comunicazione-team__bottom-left {
  padding-left: 0;
}
.spaces-comunicazioni-tutti-team .spaces-comunicazioni-team__row .comunicazione-team__bottom-right {
  display: flex;
  justify-content: end;
  padding-right: 0;
  margin-left: 0.25rem;
}
.spaces-comunicazioni-tutti-team .spaces-comunicazioni-team__row .comunicazione-team__circle-right {
  font-size: 2rem;
}
.spaces-comunicazioni-tutti-team .spaces-comunicazioni-team__row .comunicazione-team__titolo {
  font-family: var(--font-family-sans-serif);
  font-size: 1rem;
  font-weight: 600;
  margin: 0 !important;
  line-height: 1;
  margin-bottom: 0.5rem;
  color: var(--white);
}
.spaces-comunicazioni-tutti-team .spaces-comunicazioni-team__row .comunicazione-team__secondary-title {
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.spaces-comunicazioni-tutti-team .spaces-comunicazioni-team__row .comunicazione-team__desc {
  font-family: var(--font-family-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.spaces-comunicazioni-tutti-team .spaces-comunicazioni-team__row .comunicazione-team__text {
  font-family: var(--font-family-sans-serif);
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0;
}
.spaces-comunicazioni-tutti-team .spaces-comunicazioni-team__row .comunicazione-team__text.card-tag {
  margin-bottom: 1rem;
  border-radius: 4px;
  padding: 0.125rem 0.5rem;
  background-color: var(--gray-200);
  color: var(--category-color-new);
  font-family: var(--font-family-sans-serif);
  font-size: 0.75rem;
  font-weight: 600;
}
.spaces-comunicazioni-tutti-team .spaces-comunicazioni-team__row .comunicazione-team__data-text {
  font-family: var(--font-family-sans-serif);
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 0;
}
.spaces-comunicazioni-tutti-team .spaces-comunicazioni-team__row .comunicazione-team__detail-page-link {
  border: none;
  background-color: var(--white) !important;
  color: var(--black) !important;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
.spaces-comunicazioni-tutti-team .spaces-comunicazioni-team__row .spaces-bookmarker .spaces-bookmarker-wrapper {
  color: var(--white);
  font-size: 1rem;
  background-color: unset;
  border: unset;
}
.spaces-comunicazioni-tutti-team .spaces-comunicazioni-team__row span.icon-circle {
  font-size: 0.5rem;
}

.lfr-layout-structure-item-details-events {
  font-family: var(--font-family-sans-serif);
  font-size: 0.875rem;
}
.lfr-layout-structure-item-details-events .details-events-wrapper {
  font-family: var(--font-family-sans-serif);
  border: none;
  background-color: var(--white);
  padding: 1.25rem;
  margin-top: 1.25rem;
}
.lfr-layout-structure-item-details-events .details-events-wrapper .details-event-dalleore {
  font-weight: 700;
}
.lfr-layout-structure-item-details-events .details-events-wrapper .details-event-alleore {
  font-weight: 700;
}
.lfr-layout-structure-item-details-events .details-events-wrapper .details-event-data {
  font-weight: 700;
}

.banner-image-text {
  padding-top: 15%;
  position: relative;
}
.banner-image-text .spaces-banner-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.banner-image-text .spaces-banner-title {
  position: absolute;
  bottom: 5%;
  left: 5%;
}

/*adt*/
.spaces-cards-container-evento .spaces-cards-wrapper-evento {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
}
.spaces-cards-container-evento .spaces-cards-wrapper-evento .spaces-card-evento {
  padding: 16px;
  width: calc((100% - 2.5rem) / 3);
  position: relative;
}
@media (max-width: 991px) {
  .spaces-cards-container-evento .spaces-cards-wrapper-evento .spaces-card-evento {
    width: calc((100% - 1.25rem) / 2);
  }
}
@media (max-width: 799px) {
  .spaces-cards-container-evento .spaces-cards-wrapper-evento .spaces-card-evento {
    width: 100%;
  }
}

/*template*/
.spaces-evento {
  display: flex;
  flex-direction: column;
}
.spaces-evento__bg-img {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.spaces-evento__top {
  display: flex;
  z-index: 1;
  margin-bottom: 3.5rem;
}
.spaces-evento__date {
  font-family: var(--font-family-sans-serif);
  font-size: 1.4375rem;
  line-height: 1.5rem;
  font-weight: 600;
  background-color: var(--background-header-color);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  border-radius: 0.25rem;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  margin-right: auto;
}
.spaces-evento__title-link {
  text-transform: capitalize;
  color: var(--white) !important;
  text-decoration: underline;
}
.spaces-evento__bottom {
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.spaces-evento__location-wrapper {
  display: flex;
  gap: 10px;
  align-items: baseline;
  color: var(--white);
}
.spaces-evento__hours-wrapper {
  display: flex;
  gap: 10px;
  align-items: baseline;
  color: var(--white);
}
.spaces-evento .dark-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.75), black);
  border-radius: 0.25rem;
}
.spaces-evento .spaces-bookmarker .spaces-bookmarker-wrapper {
  border-radius: 50%;
  border: 1px solid var(--white);
  width: 35px;
  height: 35px;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}
.spaces-evento .spaces-bookmarker .spaces-bookmarker-wrapper .spaces-bookmarker-icon {
  color: var(--bookmark-color-news);
}

.card-news {
  overflow: hidden;
  margin: 0;
}
.card-news .spaces-bookmarker {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
}
.card-news .spaces-bookmarker .spaces-bookmarker-wrapper {
  border-radius: 50%;
  border: 1px solid var(--white);
  width: 35px;
  height: 35px;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}
.card-news .spaces-bookmarker .spaces-bookmarker-wrapper .spaces-bookmarker-icon {
  color: var(--bookmark-color-news);
}
.card-news .card-image-container {
  padding-top: 60%;
  position: relative;
}
.card-news .card-image-container .card-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.card-news .card-news-body {
  padding: 1rem;
}
.card-news .card-news-body .card-news-title {
  padding-top: 0.5rem;
  font-size: 1.125rem;
}
.card-news .card-news-body .card-news-title .card-title-link {
  color: var(--title-color-news) !important;
}
.card-news .card-news-body .card-news-text.comunication-description {
  font-size: 1rem;
  line-height: 1.375rem;
}
.card-news .card-news-body .card-divider {
  height: 1px;
  background: var(--spaces-header-border-color);
  margin-bottom: 1.25rem;
}
.card-news .card-news-body__bottom {
  display: flex;
  justify-content: flex-end;
  gap: 0.1875rem;
}

/*adt style*/
.spaces-cards-container .spaces-cards-wrapper {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
}
.spaces-cards-container .spaces-cards-wrapper .spaces-card {
  width: calc((100% - 2.5rem) / 3);
}
@media (max-width: 991px) {
  .spaces-cards-container .spaces-cards-wrapper .spaces-card {
    width: calc((100% - 1.25rem) / 2);
  }
}
@media (max-width: 799px) {
  .spaces-cards-container .spaces-cards-wrapper .spaces-card {
    width: 100%;
  }
}

.spaces-comunicazioni-team__wrapper {
  gap: 1.25rem;
}
.spaces-comunicazioni-team__row {
  background-color: var(--white);
  overflow: hidden;
}
.spaces-comunicazioni-team .comunicazione-team__top {
  background-color: var(--spaces-primary);
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.spaces-comunicazioni-team .comunicazione-team__bottom {
  padding: 1rem;
  display: flex;
  flex-direction: column;
}
.spaces-comunicazioni-team .comunicazione-team__bottom-left {
  padding-left: 0;
}
.spaces-comunicazioni-team .comunicazione-team__bottom-right {
  display: flex;
  justify-content: end;
  padding-right: 0;
  margin-left: 0.25rem;
}
.spaces-comunicazioni-team .comunicazione-team__circle-right {
  font-size: 2rem;
}
.spaces-comunicazioni-team .comunicazione-team__titolo {
  font-family: var(--font-family-sans-serif);
  font-size: 1rem;
  font-weight: 600;
  margin: 0 !important;
  line-height: 1;
  margin-bottom: 0.5rem;
  color: var(--white);
}
.spaces-comunicazioni-team .comunicazione-team__secondary-title {
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.spaces-comunicazioni-team .comunicazione-team__desc {
  font-family: var(--font-family-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.spaces-comunicazioni-team .comunicazione-team__text {
  font-family: var(--font-family-sans-serif);
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0;
}
.spaces-comunicazioni-team .comunicazione-team__text.card-tag {
  margin-bottom: 1rem;
  border-radius: 4px;
  padding: 0.125rem 0.5rem;
  background-color: var(--gray-200);
  color: var(--category-color-new);
  font-family: var(--font-family-sans-serif);
  font-size: 0.75rem;
  font-weight: 600;
}
.spaces-comunicazioni-team .comunicazione-team__data-text {
  font-family: var(--font-family-sans-serif);
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 0;
}
.spaces-comunicazioni-team .comunicazione-team__detail-page-link {
  border: none;
  background-color: var(--white) !important;
  color: var(--black) !important;
  font-weight: bold;
  padding: 0;
  margin: 0;
}

.spaces-comunicazioni-team .spaces-bookmarker .spaces-bookmarker-wrapper {
  color: var(--white);
  font-size: 1rem;
  background-color: unset;
  border: unset;
}
.spaces-comunicazioni-team span.icon-circle {
  font-size: 0.5rem;
}

.spaces-event-container {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.spaces-event-container .spaces-card-event {
  background-color: var(--white);
  overflow: hidden;
}

.spaces-event {
  display: flex;
  justify-content: space-between;
}
.spaces-event__title-link {
  font-family: var(--font-family-sans-serif);
  font-size: 1.125rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: capitalize;
}
.spaces-event__title-container {
  color: #0B3C5B;
  font-family: var(--font-family-sans-serif);
  font-size: 1.125rem;
  font-weight: 600;
}
.spaces-event__top-left {
  display: flex;
  flex-direction: column;
}
.spaces-event__top-right {
  background-color: var(--spaces-primary);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 0 auto;
  padding: 8px 0;
}
.spaces-event__date {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.spaces-event__date-day {
  font-family: var(--font-family-sans-serif);
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 600;
  color: var(--white);
}
.spaces-event__date-month {
  font-family: var(--font-family-sans-serif);
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: var(--white);
  text-transform: uppercase;
}
.spaces-event__left {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  padding: 16px;
}
.spaces-event__right {
  display: flex;
  flex-direction: column;
  padding-right: 0 !important;
}
.spaces-event__right .spaces-bookmarker {
  position: absolute;
  top: 8px;
  right: 16px;
  z-index: 1;
}
.spaces-event__right .spaces-bookmarker .spaces-bookmarker-wrapper {
  font-size: 1rem;
  color: white;
  background-color: unset;
  border: unset;
}
.spaces-event__bottom-right {
  background-color: #001e39;
  padding: 8px 0;
}
.spaces-event__location {
  font-family: var(--font-family-sans-serif);
  color: var(--spaces-neutrale);
  font-size: 0.8125rem;
  font-weight: 300;
  text-transform: capitalize;
  margin-bottom: 1rem;
}
.spaces-event__hours {
  font-family: var(--font-family-sans-serif);
  color: var(--white);
  font-size: 0.8125rem;
  font-weight: 300;
  text-transform: capitalize;
}
.spaces-event__hours-wrapper {
  display: flex;
  flex-direction: column;
  line-height: 12px;
  text-align: center;
}
.spaces-event__info > p {
  margin-bottom: 0;
}

body:has(.spaces-modal.show) {
  overflow: hidden;
  overflow: -moz-hidden-unscrollable;
}

.persona span.icon-circle {
  font-size: 0.5rem;
}
.persona__top {
  padding: 8px 16px;
  background-color: var(--spaces-primary);
}
.persona__bottom {
  display: flex;
  align-items: center;
  padding: 1rem;
  gap: 1rem;
}
.persona__left {
  width: 50px;
}
.persona__right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.59375rem;
}
.persona__top-right {
  display: flex;
  flex-direction: column;
}
.persona__section-top {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.persona__section-bottom {
  display: flex;
  gap: 0.5rem;
}
.persona__foto {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.persona__foto img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.persona__date, .persona__sede {
  font-family: var(--font-family-sans-serif);
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1rem;
}
.persona__nome h6 {
  font-family: var(--font-family-sans-serif);
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  line-height: 1;
}
.persona__ruolo p {
  font-family: var(--font-family-sans-serif);
  font-size: 0.75rem;
  font-weight: 400;
  margin-bottom: 0;
}
.persona__ufficio {
  font-family: var(--font-family-sans-serif);
  color: var(--white);
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0;
}
.persona__descrizione {
  font-family: var(--font-family-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.5rem;
}

.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1040;
}

.spaces-modal .persona__descrizione {
  font-size: 1rem;
}
.spaces-modal .persona__ufficio {
  color: var(--black);
}
.spaces-modal__header {
  display: flex;
  justify-content: space-between;
  border-width: 0;
}
.spaces-modal__main {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-top: none;
}
.spaces-modal__body {
  border-top: none;
}
.spaces-modal__subtitle {
  display: flex;
  gap: 1rem;
}

.modal-button__open, .modal-button__close {
  background-color: var(--spaces-primary) !important;
  border-color: var(--spaces-primary) !important;
  color: var(--white) !important;
}
.modal-button__open {
  border: none;
  background-color: var(--white) !important;
  color: var(--black) !important;
  font-weight: bold;
  padding: 0;
  margin: 0;
}

.spaces-tutti-colleghi__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.spaces-tutti-colleghi__row {
  background-color: var(--white);
  overflow: hidden;
  width: calc((100% - 2.5rem) / 3);
}
@media (max-width: 991px) {
  .spaces-tutti-colleghi__row {
    width: calc((100% - 1.25rem) / 2);
  }
}
@media (max-width: 799px) {
  .spaces-tutti-colleghi__row {
    width: 100%;
  }
}

.spaces-persone__row {
  background-color: var(--white);
  overflow: hidden;
}
.spaces-persone__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.spaces-banner {
  padding-top: 15%;
  position: relative;
}
.spaces-banner__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.comunicazione-spazi__container {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.comunicazione-spazi__container .comunicazione-spazi {
  border-radius: 4px;
  background-color: var(--white);
  overflow: hidden;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.comunicazione-spazi__container .comunicazione-spazi__top {
  background-color: #004b77;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 2.625rem;
}
.comunicazione-spazi__container .comunicazione-spazi__top .comunicazione-spazi__top-right {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.comunicazione-spazi__container .comunicazione-spazi__top .comunicazione-spazi__top-right .lexicon-icon.lexicon-icon-link,
.comunicazione-spazi__container .comunicazione-spazi__top .comunicazione-spazi__top-right .lexicon-icon.lexicon-icon-flag-full {
  padding-left: 0.5rem;
  fill: var(--white);
  width: 1.5rem;
  height: 1.5rem;
}
.comunicazione-spazi__container .comunicazione-spazi__top .comunicazione-spazi__top-right .spaces-bookmarker {
  display: flex;
  align-items: center;
}
.comunicazione-spazi__container .comunicazione-spazi__top .comunicazione-spazi__top-right .dropdown.lfr-icon-menu.inline-item.inline-item-after {
  margin-left: 0px;
}
.comunicazione-spazi__container .comunicazione-spazi__top .comunicazione-spazi__top-right .dropdown.lfr-icon-menu.inline-item.inline-item-after .component-action.direction-down.dropdown-toggle .lexicon-icon {
  fill: #fff;
}
.comunicazione-spazi__container .comunicazione-spazi__bottom {
  padding: 1rem;
  display: flex;
  flex-direction: column;
}
.comunicazione-spazi__container .comunicazione-spazi__bottom-left {
  padding-left: 0;
}
.comunicazione-spazi__container .comunicazione-spazi__bottom-right {
  display: flex;
  justify-content: end;
  padding-right: 0;
  margin-left: 0.25rem;
}
.comunicazione-spazi__container .comunicazione-spazi__circle-right {
  font-size: 2rem;
}
.comunicazione-spazi__container .comunicazione-spazi__titolo {
  font-family: var(--font-family-sans-serif);
  font-size: 1rem;
  font-weight: 600;
  margin: 0 !important;
  line-height: 1;
  margin-bottom: 0.5rem;
  color: var(--white);
}
.comunicazione-spazi__container .comunicazione-spazi__secondary-title {
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.comunicazione-spazi__container .comunicazione-spazi__desc {
  font-family: var(--font-family-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.comunicazione-spazi__container .comunicazione-spazi__text {
  font-family: var(--font-family-sans-serif);
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0;
}
.comunicazione-spazi__container .comunicazione-spazi__text.card-tag {
  margin-bottom: 1rem;
  border-radius: 4px;
  padding: 0.125rem 0.5rem;
  background-color: var(--gray-200);
  color: var(--category-color-new);
  font-family: var(--font-family-sans-serif);
  font-size: 0.75rem;
  font-weight: 600;
}
.comunicazione-spazi__container .comunicazione-spazi__data-text {
  font-family: var(--font-family-sans-serif);
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 0;
}
.comunicazione-spazi__container .comunicazione-spazi__detail-page-link {
  border: none;
  background-color: var(--white) !important;
  color: var(--black) !important;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
.comunicazione-spazi__container .comunicazione-spazi .spaces-bookmarker .spaces-bookmarker-wrapper {
  color: var(--white);
  font-size: 1rem;
  display: flex;
  align-items: center;
}
.comunicazione-spazi__container .comunicazione-spazi span.icon-circle {
  font-size: 0.5rem;
}

#portlet_it_smc_osspaces_MicroblogsPortlet .management-bar.navbar.navbar-expand-md.management-bar-light {
  margin-bottom: 16px;
}
#portlet_it_smc_osspaces_MicroblogsPortlet .component-action[aria-expanded=true] {
  background: #1d2124;
}

.details-comunicazioni-spazi {
  padding: 1.25rem;
  background: var(--white);
  margin-top: 1.25rem;
}
.details-comunicazioni-spazi__text {
  display: flex;
  font-family: var(--font-family-sans-serif);
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.25rem;
}
.details-comunicazioni-spazi__label {
  padding-right: 0.3125rem;
}
.details-comunicazioni-spazi__value {
  font-weight: 700;
}
.details-comunicazioni-spazi__title {
  font-family: var(--font-family-sans-serif);
  font-size: 1.125rem;
  font-weight: 400;
  margin-top: 1rem;
}
.details-comunicazioni-spazi__attachments {
  padding: 0;
  margin: 0;
  list-style: none;
}
.details-comunicazioni-spazi__attachment {
  font-size: 0.8125rem;
}
.details-comunicazioni-spazi__attachment-link {
  color: var(--spaces-neutrale);
}
.details-comunicazioni-spazi__attachment-icon {
  padding-right: 0.3125rem;
}
.details-comunicazioni-spazi__attachment-size {
  font-weight: 700;
}

.portlet-msg-progress {
  background-image: url(../images/aui/loading_indicator.gif);
  background-position: 6px 50%;
  background-repeat: no-repeat;
  padding-left: 30px;
}

.navbar .nav li > a {
  overflow-wrap: break-all;
  word-wrap: break-all;
}

.entry-status.approved {
  border-color: #007e33 !important;
}
.entry-status.scheduled {
  border-color: #0063cc !important;
}
.entry-status.pending {
  border-color: #0063cc !important;
}
.entry-status.denied {
  border-color: #b51f2e !important;
}
.entry-status.expired {
  border-color: #ffc107 !important;
}

.status.approved {
  color: #007e33;
}
.status.scheduled {
  color: #0063cc;
}
.status.pending {
  color: #0063cc;
}
.status.denied {
  color: #b51f2e;
}
.status.expired {
  color: #ffc107;
}

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

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