/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --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: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

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

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

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

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

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

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

select {
  word-wrap: normal;
}

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

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

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

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

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 {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

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

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

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

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

.lead {
  font-size: 1.25rem;
  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 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

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

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

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

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

.list-inline-item {
  display: inline-block;
}

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

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

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

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

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

.figure {
  display: inline-block;
}

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

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

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

a > code {
  color: inherit;
}

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

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

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

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

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

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

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

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

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

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

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

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

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

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

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

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

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

.table-warning th,
.table-warning td,
.table-warning thead th,
.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-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

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

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

.table-light th,
.table-light td,
.table-light thead th,
.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-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.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-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

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

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 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 {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

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

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

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

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

.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}

.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: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%2328a745%27 d=%27M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

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

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%2328a745%27 d=%27M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.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: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.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(40, 167, 69, 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: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27 viewBox=%270 0 12 12%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27 viewBox=%270 0 12 12%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.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: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.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(220, 53, 69, 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: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

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

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

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

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 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;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

.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 {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

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

.dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

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

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

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

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

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

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 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"] {
  right: auto;
  bottom: auto;
}

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.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(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}

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

.custom-checkbox .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,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23fff%27 d=%27M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z%27/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%274%27 viewBox=%270 0 4 4%27%3e%3cpath stroke=%27%23fff%27 d=%27M0 2h4%27/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23fff%27/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  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;
  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, -webkit-transform 0.15s ease-in-out;
}

@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;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 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: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -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;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 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;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -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;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.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-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

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

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

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

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

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

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

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.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 {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2730%27 height=%2730%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%280, 0, 0, 0.5%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%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 {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2730%27 height=%2730%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%28255, 255, 255, 0.5%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%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;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

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

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

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

.card-link:hover {
  text-decoration: none;
}

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

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

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

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

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

.card-deck .card {
  margin-bottom: 15px;
}

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

.card-group > .card {
  margin-bottom: 15px;
}

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

.card-columns .card {
  margin-bottom: 0.75rem;
}

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

.accordion {
  overflow-anchor: none;
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-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: -1px;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

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

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 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;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

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

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

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

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

.alert-heading {
  color: inherit;
}

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

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

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

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

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -ms-flex-direction: row;
  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-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    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-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    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-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    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-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    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-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

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

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

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

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

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

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  -ms-flex-preferred-size: 350px;
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

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

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  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 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

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

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

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

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

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .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;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.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 {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

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

.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 {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.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 - 1px);
}

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

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.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 - 1px);
}

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

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

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

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

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

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath d=%27M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z%27/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath d=%27M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z%27/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .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;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
  animation: .75s linear infinite spinner-border;
}

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

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: .75s linear infinite spinner-grow;
  animation: .75s linear infinite spinner-grow;
}

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}

.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: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !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: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !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: 1px solid #dee2e6 !important;
}

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

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

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

.border-left {
  border-left: 1px 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: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

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

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

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

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

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

.rounded-sm {
  border-radius: 0.2rem !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-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

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

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

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

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

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

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

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

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

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

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

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  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-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .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-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    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-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    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-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !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-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

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

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

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

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

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

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    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: 768px) {
  .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;
  }
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: 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: -webkit-sticky !important;
  position: sticky !important;
}

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

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

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

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

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

.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-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;
  }
  .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;
  }
  .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-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: 768px) {
  .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;
  }
  .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;
  }
  .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-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;
  }
  .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;
  }
  .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-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;
  }
  .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;
  }
  .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-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 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.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: 768px) {
  .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-light {
  font-weight: 300 !important;
}

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

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

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

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

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

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

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !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 {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

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

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@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: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  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: 1px 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 {
    color: inherit;
    border-color: #dee2e6;
  }
}
@media screen {
html, body {
    border: 0 none;
    color: #000;
    outline: 0 none;
    vertical-align: baseline;
}
div {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
}
span {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
p, blockquote {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
img {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
strong {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, address, fieldset, pre, acronym, abbr, iframe, object, applet {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
dl, dt, dd, ol, ul, li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
form, label, legend {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
table, caption, tbody, tfoot, thead, tr, th, td {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    font-size: 14px; /*100%;*/
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
button, input, textarea, select {
    font-family: "ProximaNova",Verdana,Arial,Helvetica,sans-serif;  /*"Lucida Grande",Verdana,Arial,Helvetica,sans-serif;*/
}
optgroup option {
    padding-left: 10px;
}
a {
    text-decoration: none;
}
a:focus {
    outline: 0 none;
}
a:hover {
    text-decoration: underline;
}
p {
    margin: 8px 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 8px 0;
    padding: 0;
}
h1 {
    font-size: 18px;
}
h2 {
    font-size: 16px;
}
h3 {
    font-size: 14px;
}
table {
    width: 100%;
}
table th {
    border-bottom: 1px solid #ccc;
    padding: 5px;
    text-align: left;
}
table th i {
    color: #999;
    font-weight: normal;
}
ul, ol {
    margin: 0;
    padding: 0 0 0 20px;
}
.left {
    text-align: left !important;
}
.right {
    text-align: right !important;
}
.center {
    text-align: center !important;
}
.top {
    vertical-align: top !important;
}
.middle {
    vertical-align: middle !important;
}
.bottom {
    vertical-align: bottom !important;
}
.float_left {
    float: left;
}
.float_right {
    float: right;
}
.clear {
    clear: both;
}
.auto {
    width: auto;
}
.block {
    display: block;
}
.inline {
    display: inline;
    width: auto;
}
.bold {
    font-weight: bold;
}
.italic {
    font-style: italic;
}
.ok {
    color: green !important;
}
.ok.inverted {
    background: none repeat scroll 0 0 green !important;
    color: white !important;
}
.nok {
    color: red !important;
}
.nok.inverted {
    background: none repeat scroll 0 0 red !important;
    color: white !important;
}
.help_available {
    border-bottom: 1px dotted #ccc;
    cursor: help;
}
.overflow_visible {
    overflow: visible !important;
}
.text-small {
    font-size: 10px;
}
}

/* REFTRACK CUSTOM INIT */

html, body {
    font-size: 11px;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: left;
    width: 100%;
}
html {
    background: none repeat scroll 0 0 #254769; /*#202329;*/
    color: #fff;
    font-weight: normal;
}

/* a {
    color: rgb(200,200,200);
    font-weight: normal;
    cursor: pointer;
} */
div.clear {
    clear: both;
}
div.hidden {
    visibility: hidden;
}

/* BOOTSTRAP TEMP FIX */
/*
* {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
*:before,
*:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}*/

label {
    font-weight: normal;
}

input[type="checkbox"] {
    margin-right: 3px;
}

input[type="radio"] {
    margin: 3px;
}

input[type="radio"]:first-child {
    margin-left: 1px;
}


/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*!
 * jQuery UI Accordion 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/accordion/#theming
 */
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}

/*!
 * jQuery UI Autocomplete 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

/*!
 * jQuery UI Button 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/button/#theming
 */
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/*!
 * jQuery UI Checkboxradio 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/checkboxradio/#theming
 */

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}

/*!
 * jQuery UI Controlgroup 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/controlgroup/#theming
 */

.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}


/*!
 * jQuery UI Datepicker 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}

/*!
 * jQuery UI Dialog 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/dialog/#theming
 */
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

/*!
 * jQuery UI Draggable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}

/*!
 * jQuery UI Menu 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/menu/#theming
 */
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}

/*!
 * jQuery UI Progressbar 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/progressbar/#theming
 */
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}

/*!
 * jQuery UI Resizable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}

/*!
 * jQuery UI Selectable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}

/*!
 * jQuery UI Selectmenu 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/selectmenu/#theming
 */
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}

/*!
 * jQuery UI Sortable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}

/*!
 * jQuery UI Slider 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

/*!
 * jQuery UI Spinner 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/spinner/#theming
 */
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/*!
 * jQuery UI Tabs 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tabs/#theming
 */
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}

/*!
 * jQuery UI Tooltip 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tooltip/#theming
 */
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */


/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
}
.ui-widget-content {
	border: 1px solid #dddddd/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;
	color: #333333/*{fcContent}*/;
}
.ui-widget-content a {
	color: #333333/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #dddddd/*{borderColorHeader}*/;
	background: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;
	color: #333333/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
	background: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #454545/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc/*{borderColorHover}*/;
	background: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #2b2b2b/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b/*{fcHover}*/;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff/*{borderColorActive}*/;
	background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #ffffff/*{fcActive}*/;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff/*{borderColorActive}*/;
	background-color: #ffffff/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
	color: #777620/*{fcHighlight}*/;
}
.ui-state-checked {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899/*{borderColorError}*/;
	background: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(images/ui-icons_444444_256x240.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(images/ui-icons_444444_256x240.png)/*{iconsHeader}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(images/ui-icons_555555_256x240.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(images/ui-icons_ffffff_256x240.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(images/ui-icons_777620_256x240.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(images/ui-icons_cc0000_256x240.png)/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url(images/ui-icons_777777_256x240.png)/*{iconsDefault}*/;
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/; /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

.ui-button-icon-only .ui-icon {
    margin-left: -15px;
}
.ui-state-default {
    color: inherit;
    font-weight: inherit;
    font-size: 11px;
    font-family: inherit;
}
select.ui-datepicker-year {
    color: black;
}
button.ui-datepicker-trigger{
    border: 0;
    background: none;
    box-shadow: none;
    border-radius: 0;
}

.ui-autocomplete {
    z-index: 1000!important;
    max-height: 400px!important;
    overflow-y: scroll!important;
    overflow-x: hidden!important; /* This will hide the horizontal scrollbar of the Combobox dropdown, which makes selecting the only choice very hard */
}
table.admin_list {
    margin-top: 15px !important;
    width: 90%;
}
table.admin_list tr td {
    height: 19px;
    padding: 8px 5px 7px;
}
table.admin_list tr td.default_toggler {
    padding-left: 0;
    text-align: center;
    width: 16px;
}
table.admin_list tr td.default_toggler span.checkbox_wrapper {
    display: block;
    height: 16px;
    position: relative;
    top: -2px;
    width: 16px;
}
table.admin_list tr td.default_toggler span.checkbox_wrapper span.checkbox_label {
    color: #666;
    position: absolute;
    right: 20px;
    text-align: right;
    top: 1px;
    visibility: hidden;
    width: 100px;
}
table.admin_list tr td.default_toggler span.checkbox_wrapper span.checkbox_label.checkbox_label_set {
    display: inline;
}
table.admin_list tr td.default_toggler span.checkbox_wrapper span.checkbox_label.checkbox_label_remove {
    display: none;
}
table.admin_list tr td.default_toggler:hover span.checkbox_wrapper span.checkbox_label {
    visibility: visible;
}
table.admin_list tr td.options {
    padding-right: 15px !important;
    text-align: right;
    /*width: 60px;*/
}
table.admin_list tr.default td {
    background-color: #f1f1f1;
}
table.admin_list tr.default td:first-child {
    background-image: url("/images/environment/default/layout/common/table-first-cell.png"), url("/images/environment/default/layout/admin-list/admin-list-first-cell-gradient.png") !important;
    background-position: left bottom, left top !important;
    background-repeat: no-repeat, repeat-y !important;
}
table.admin_list tr.default td:last-child {
    background-image: url("/images/environment/default/layout/common/table-last-cell.png"), url("/images/environment/default/layout/admin-list/admin-list-last-cell-gradient.png") !important;
    background-position: right bottom, right top !important;
    background-repeat: no-repeat, repeat-y !important;
}
table.admin_list tr.default td.default_toggler span.checkbox_wrapper span.checkbox_label.checkbox_label_set {
    display: none;
}
table.admin_list tr.default td.default_toggler span.checkbox_wrapper span.checkbox_label.checkbox_label_remove {
    display: inline;
}

table.admin_list tr.blue td {
    color: blue;
}
/* Documents signature */
div#signature_content {
    width: 1050px;
    margin: 0 auto;
}
div#signature {
    width: 850px;
    margin: 0 auto;
}
div#signature #sigbox, div#signature #initials {
    margin-bottom: 5px;
}
#signature_content #signature #signature_box {
    padding: 20px;
    float: left;
}
#signature_content #signature #initials_box {
    padding: 20px;
    float: left;
}
div#signature_form {
    width: 100px;
    margin: 0 auto;
}
div#signature_form button {
    font-size: 16px;
}
table.common {
    line-height: 100%;
    margin: 0 auto;
    max-width: 1500px;
}

table.common a {
    color: #304568;
}

table.common th, table.common td {
    padding: 5px;
    text-align: left;
    vertical-align: middle;
}

table.common th {
    background-image: url("/images/environment/default/layout/common/table-header-cell.png");
    background-position: left bottom;
    background-repeat: repeat-x;
    border-bottom: 0 none;
    color: #47494e;
    font-weight: normal;
    line-height: 16px;
    padding-bottom: 7px;
    padding-top: 10px;
    vertical-align: middle;
}
table.common tr th:first-child {
    background-image: url("/images/environment/default/layout/common/table-header-first-cell.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-left: 10px;
}
table.common tr th:last-child {
    background-image: url("/images/environment/default/layout/common/table-header-last-cell.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    padding-right: 10px;
}
table.common td {
    background-image: url("/images/environment/default/layout/common/table-cell.png");
    background-position: left bottom;
    background-repeat: repeat-x;
    color: #333;
    line-height: 16px;
    min-height: 16px;
    padding: 5px;
    vertical-align: middle;
}
table.common tr td:first-child {
    background-image: url("/images/environment/default/layout/common/table-first-cell.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-left: 10px !important;
}
table.common tr td:last-child {
    background-image: url("/images/environment/default/layout/common/table-last-cell.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    padding-right: 5px !important;
}
table.common tr.highlighted td {
    background-color: #fffde3;
}
table.common td.star, table.common td.priority, table.common td.checkbox, table.common td.avatar {
    padding-right: 0;
    width: 16px;
}
table.common th.icon, table.common td.icon {
    width: 16px;
}
table.common tr.del, table.common tr.del a, table.common td.del, table.common td.del a {
    text-decoration: line-through;
}
table.common th.date, table.common td.date, table.common td.created_on, table.common td.updated_on {
    /*text-align: right;*/
    width: 102px;
}

table.common th.datetime, table.common td.datetime {
    /*text-align: right;*/
    width: 172px;
}
/* Fix for a column in Email Log that was pushing table width outside popup boundaries */
table.common th.attachment_name, table.common td.attachment_name {
    max-width: 250px;
}
#login_logs_report th.date, #login_logs_report td.date {
    text-align: right;
    width: 166px;
}


table.common td.user {
    width: 110px;
}
table.common td.options {
    text-align: right;
}
table.common td.options a {
    margin-left: 0px;
    margin-right: 18px;
}

table.form {
    font-size: 11px;
    width: auto;
}
table.form th, table.form td {
    padding: 9px 5px;
}
table.form th {
    border-bottom: 1px solid #eee;
    padding: 4px 5px;
}
table.form th label {
    margin-bottom: 1px !important;
    padding-bottom: 0 !important;
}

table.records_list tr.text-red td {
    color: red;
}

table.records_list tr.text-blue td {
    color: blue;
}

table tr.record_supplement td, table tr.record_error td {
    font-size: 10px;
}

table tr.record_supplement.error td {
    color: red;
}
.content_stack_wrapper {
    margin-bottom: 0;
    overflow: hidden;
}
.content_stack_wrapper .content_stack_element {
    background: none repeat scroll 0 0 #f6f6f6;
    border-bottom: 1px solid #ddd;
    overflow: inherit;
    padding: 0;
}
.content_stack_wrapper .content_stack_element .content_stack_element_info {
    float: left;
    padding: 7px 10px 7px 20px;
    width: 230px;
}
.content_stack_wrapper .content_stack_element .content_stack_element_info h3 label {
    font-weight: 400;
}
.content_stack_wrapper .content_stack_element .content_stack_element_info .aid {
    color: #999;
}
.content_stack_wrapper .content_stack_element .content_stack_element_body {
    background: none repeat scroll 0 0 #fff;
    min-height: 35px;
    overflow: inherit;
    padding: 7px 10px 4px 15px;
    /*margin: 0 0 0 230px;*/ /* Added so I can remove overflow: hidden if needed */
}
.content_stack_wrapper .content_stack_element .content_stack_element_body.full_width {
    margin: 0 0 0 0;
}
.content_stack_wrapper .content_stack_element .content_stack_element_body.full_width textarea {
    width: 814px;
}
.edit_screen .content_stack_wrapper .content_stack_element .content_stack_element_body.full_width {
    padding: 0; /* a fix for popup icons in Flyout */
}

.content_stack_wrapper .content_stack_element .content_stack_optional {
    float: right;
    margin-top: 6px;
}
.content_stack_wrapper .content_stack_element.full_width {
    background-color: #e8e8e8;
}
.content_stack_wrapper .content_stack_element.with_columns {
    overflow: auto;
}
.content_stack_wrapper .content_stack_element.with_columns div.content_stack_element_body {
    background: none repeat scroll 0 0 #f6f6f6;
}
.content_stack_wrapper .content_stack_element.with_columns div.content_stack_element_body div.content_stack_element_body_column {
    float: left;
}
.content_stack_wrapper .content_stack_element.with_columns div.content_stack_element_body div.content_stack_element_body_column h3 {
    font-weight: bold;
}
.content_stack_wrapper .content_stack_element.with_columns.two_columns div.content_stack_element_body_column {
    width: 49%;
}
.content_stack_wrapper .content_stack_element.with_columns.two_columns div.content_stack_element_body_column:first-child {
    padding-right: 8px;
}
.content_stack_wrapper .content_stack_element.with_columns.two_columns div.content_stack_element_body_column:last-child {
    padding-left: 8px;
}
.content_stack_wrapper .content_stack_element.with_columns.three_columns div.content_stack_element_body_column {
    width: 33%;
}
.content_stack_wrapper .content_stack_element.with_columns.four_columns div.content_stack_element_body_column {
    width: 25%;
}
.content_stack_wrapper .content_stack_element.last {
    border-bottom: 0 none;
}

form {
    margin: 0;
    padding: 0;
}
form div.control_holder {
    line-height: 140%;
    margin: 5px 10px 5px 0;
    overflow: inherit;
    padding: 3px 0;
    position: relative;
    float: left;
}
form div.control_holder label {
    margin-bottom: 3px;
}
form div.control_holder label.main_label {
    display: block;
    margin-bottom: 3px;
}
form div.control_holder select {
    margin-left: 1px;
    min-width: 140px;
}
form label.main_label {
    font-weight: bold;
}
form div.control_holder p.aid, form div.control_holder p.details {
    color: #999;
    margin-bottom: 0;
    margin-top: 1px;
}
form div.control_holder span.details {
    color: #999;
}
form div.control_holder p.aid a, form div.control_holder p.details a {
    color: #666 !important;
    text-decoration: underline;
}
form div.control_holder p.warning {
    color: red !important;
    margin-top: 1px;
}
form div.button_holder {
    /* font-size: 13px !important;
    line-height: 100%;
    padding-bottom: 10px !important;
    padding-top: 10px !important; */
}
form textarea {
    font-size: 16px;
    resize: none;
    line-height: 20px;
}
/* form input[type="text"], form input[type="email"], form textarea, form .a51editor {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #fff;
    border-color: #bbb #d1d1d1 #d1d1d1 #bbb;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 1px #eee inset;
    font-size: 11px;
    padding: 3px 4px;
} */
form .a51editor {
    padding: 0;
}
/* form input[type="text"]:focus, form textarea:focus, form .a51_editor:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #999 #b1b1b1 #b1b1b1 #999;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 1px #ccc inset;
} */
form input[type="text"], form input[type="email"], form input[type="url"] {
    /* width: 260px; */
}
form input.short[type="text"], form input.short[type="email"], form input.short[type="url"], form input.short[type="number"] {
    width: 50px;
}
form textarea {
    height: 175px;
    padding-right: 0;
    width: 100%;
}
/* div.flyout_dialog_wrapper.width_narrow form input[type="text"], 
div.flyout_dialog_wrapper.width_narrow form input[type="email"], 
div.flyout_dialog_wrapper.width_narrow form input[type="url"] {
    width: 240px;
} */
button {
    /* background: url("/images/environment/default/layout/forms/soft-button.png") repeat-x scroll left bottom #eee; */
    /*border-color: #818181;*/
    /* border-radius: 15px; */
    /* border-style: solid none; */
    /* border-width: 1px 0 1px medium; */
    /*box-shadow: 0 0 3px #ddd;*/
    /* color: #565656 !important; */
    /* cursor: pointer; */
    /* padding: 3px 20px; */
    /*text-shadow: 0 1px 0 #ddd;*/
}
button.default {
    /* background: url("/images/environment/default/layout/forms/default-soft-button.png") repeat-x scroll left bottom #77ca1b;
    border-bottom: 1px solid #356616;
    border-top: 1px solid #88d554;
    color: #fff !important; */
    /*font-size: 11px;*/
    /* font-weight: bold;
    text-shadow: 0 1px 0 #529029 !important; */
}
button.login {
    /*background: url("/images/environment/default/layout/forms/login-soft-button.png") repeat-x scroll left bottom #ca341b;*/
    /*border-bottom: 1px solid #662c16;*/
    /*border-top: 1px solid #d57654;*/
    /* color: #000 !important; */
    /*font-size: 11px;*/
    /* font-weight: bold; */
    /*text-shadow: 0 1px 0 #904429 !important;*/
}
button.default, button.login {
}
button.default.red {
    /* background: url("/images/environment/default/layout/forms/login-soft-button.png") repeat-x scroll left bottom #ca341b;
    border-bottom: 1px solid #662c16;
    border-top: 1px solid #d57654;
    text-shadow: 0 1px 0 #904429 !important; */
}
button.active, button:active {
    /* background: none repeat scroll 0 0 #b6b6b6;
    text-decoration: none; */
}
button.active.default, button.default:active {
    /* background: none repeat scroll 0 0 #58972e;
    text-decoration: none; */
}
button.active.login, button.login:active {
    /* background: none repeat scroll 0 0 #8f3118;
    text-decoration: none; */
}
button[disabled] {
    /* background: none repeat scroll 0 0 #eee;
    opacity: 0.6; */
}
button.default[disabled] {
    /* background: none repeat scroll 0 0 #ccc;
    border-color: #999;
    color: #666 !important;
    opacity: 0.6;
    text-shadow: 0 1px 0 #fff !important; */
}
form div.select_date input {
    width: 100px;
}
form div.form_processing_curtain {
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 200px;
}
form span.form_pending_action_label {
    background-position: left center;
    background-repeat: no-repeat;
    margin-left: 20px;
    padding-left: 16px;
}

textarea.full-editor {
    /*display: none;*/
    height: 300px;
}
form div.control_holder.timert_widget select {
    min-width: 40px;
}

form input.date_widget.hasDatepicker[type="text"] {
    width: 200px;
}

/* FORM ADDITIONAL CSS */
label.address_widget, label.phone_widget, label.email_widget {
    display: block;
    width: 60px;
    float: left;
}
select.choicebr_widget {
    width: 140px;
}

/* PRINT DIALOG */
.flyout_dialog_wrapper.width_print-dialog {
    width: 400px;
}
.flyout_dialog_wrapper.width_print-dialog .content_stack_element_info {
    width: 160px;
}
input.textrt_widget.time {
    width: 40px;
}

span.tag.related-objects-patient {
    background-color: red;
}

span.tag.related-objects-partner {
    background-color: green;
}

span.tag.related-objects-insurance {
    background-color: blue;
}

span.related_objects_loading {
    display: inline-block;
    background-image: url("/images/environment/default/layout/bits/indicator-loading-big.gif");
    background-repeat: no-repeat;
    height: 24px;
    width: 130px;
    vertical-align: bottom;
}

/* EXPANDED CHOICE (radio buttons) */
input[type=radio] + label {
    margin-right: 10px;
}

/* Removes the bottom margin on the help text */
div.content_stack_element_body p.help-text {
    margin: 8px 0 0 0;
    padding: 0 0 0 7px;
}
div.filter_results td.action_col {
    width: 140px;
}
#detailed_encounters_report div.tracking_report_result_group_wrapper h2 {
    background-color: #fff;
    padding: 4px 0;
    margin:0 40px
}
#detailed_encounters_report div.tracking_report_result_group_wrapper td {
    vertical-align: top;
}
#detailed_encounters_report div.tracking_report_result_group_wrapper .date {
    width: 90px;
}
#detailed_encounters_report div.tracking_report_result_group_wrapper .patient_name {
    width: 175px;
}
#detailed_encounters_report div.tracking_report_result_group_wrapper .status {
    width: 90px;
}


.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 4px 6px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  max-width: 100%;
  line-height: 22px;
  cursor: text;
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: inherit;
}
.bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white;
  padding: 3px;
  background: black;
  border-radius: 4px;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/***
Spectrum Colorpicker v1.8.1
https://github.com/bgrins/spectrum
Author: Brian Grinstead
License: MIT
***/

.sp-container {
    position:absolute;
    top:0;
    left:0;
    display:inline-block;
    *display: inline;
    *zoom: 1;
    /* https://github.com/bgrins/spectrum/issues/40 */
    z-index: 9999994;
    overflow: hidden;
}
.sp-container.sp-flat {
    position: relative;
}

/* Fix for * { box-sizing: border-box; } */
.sp-container,
.sp-container * {
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
}

/* http://ansciath.tumblr.com/post/7347495869/css-aspect-ratio */
.sp-top {
  position:relative;
  width: 100%;
  display:inline-block;
}
.sp-top-inner {
   position:absolute;
   top:0;
   left:0;
   bottom:0;
   right:0;
}
.sp-color {
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:20%;
}
.sp-hue {
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:84%;
    height: 100%;
}

.sp-clear-enabled .sp-hue {
    top:33px;
    height: 77.5%;
}

.sp-fill {
    padding-top: 80%;
}
.sp-sat, .sp-val {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.sp-alpha-enabled .sp-top {
    margin-bottom: 18px;
}
.sp-alpha-enabled .sp-alpha {
    display: block;
}
.sp-alpha-handle {
    position:absolute;
    top:-4px;
    bottom: -4px;
    width: 6px;
    left: 50%;
    cursor: pointer;
    border: 1px solid black;
    background: white;
    opacity: .8;
}
.sp-alpha {
    display: none;
    position: absolute;
    bottom: -14px;
    right: 0;
    left: 0;
    height: 8px;
}
.sp-alpha-inner {
    border: solid 1px #333;
}

.sp-clear {
    display: none;
}

.sp-clear.sp-clear-display {
    background-position: center;
}

.sp-clear-enabled .sp-clear {
    display: block;
    position:absolute;
    top:0px;
    right:0;
    bottom:0;
    left:84%;
    height: 28px;
}

/* Don't allow text selection */
.sp-container, .sp-replacer, .sp-preview, .sp-dragger, .sp-slider, .sp-alpha, .sp-clear, .sp-alpha-handle, .sp-container.sp-dragging .sp-input, .sp-container button  {
    -webkit-user-select:none;
    -moz-user-select: -moz-none;
    -o-user-select:none;
    user-select: none;
}

.sp-container.sp-input-disabled .sp-input-container {
    display: none;
}
.sp-container.sp-buttons-disabled .sp-button-container {
    display: none;
}
.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
    display: none;
}
.sp-palette-only .sp-picker-container {
    display: none;
}
.sp-palette-disabled .sp-palette-container {
    display: none;
}

.sp-initial-disabled .sp-initial {
    display: none;
}


/* Gradients for hue, saturation and value instead of images.  Not pretty... but it works */
.sp-sat {
    background-image: -webkit-gradient(linear,  0 0, 100% 0, from(#FFF), to(rgba(204, 154, 129, 0)));
    background-image: -webkit-linear-gradient(left, #FFF, rgba(204, 154, 129, 0));
    background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
    filter : progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81');
}
.sp-val {
    background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000000), to(rgba(204, 154, 129, 0)));
    background-image: -webkit-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
    background-image: -moz-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
    filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000');
}

.sp-hue {
    background: -moz-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -ms-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -o-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(0.17, #ffff00), color-stop(0.33, #00ff00), color-stop(0.5, #00ffff), color-stop(0.67, #0000ff), color-stop(0.83, #ff00ff), to(#ff0000));
    background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}

/* IE filters do not support multiple color stops.
   Generate 6 divs, line them up, and do two color gradients for each.
   Yes, really.
 */
.sp-1 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00');
}
.sp-2 {
    height:16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00');
}
.sp-3 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff');
}
.sp-4 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff');
}
.sp-5 {
    height:16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff');
}
.sp-6 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000');
}

.sp-hidden {
    display: none !important;
}

/* Clearfix hack */
.sp-cf:before, .sp-cf:after { content: ""; display: table; }
.sp-cf:after { clear: both; }
.sp-cf { *zoom: 1; }

/* Mobile devices, make hue slider bigger so it is easier to slide */
@media (max-device-width: 480px) {
    .sp-color { right: 40%; }
    .sp-hue { left: 63%; }
    .sp-fill { padding-top: 60%; }
}
.sp-dragger {
   border-radius: 5px;
   height: 5px;
   width: 5px;
   border: 1px solid #fff;
   background: #000;
   cursor: pointer;
   position:absolute;
   top:0;
   left: 0;
}
.sp-slider {
    position: absolute;
    top:0;
    cursor:pointer;
    height: 3px;
    left: -1px;
    right: -1px;
    border: 1px solid #000;
    background: white;
    opacity: .8;
}

/*
Theme authors:
Here are the basic themeable display options (colors, fonts, global widths).
See http://bgrins.github.io/spectrum/themes/ for instructions.
*/

.sp-container {
    border-radius: 0;
    background-color: #ECECEC;
    border: solid 1px #f0c49B;
    padding: 0;
}
.sp-container, .sp-container button, .sp-container input, .sp-color, .sp-hue, .sp-clear {
    font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.sp-top {
    margin-bottom: 3px;
}
.sp-color, .sp-hue, .sp-clear {
    border: solid 1px #666;
}

/* Input */
.sp-input-container {
    float:right;
    width: 100px;
    margin-bottom: 4px;
}
.sp-initial-disabled  .sp-input-container {
    width: 100%;
}
.sp-input {
   font-size: 12px !important;
   border: 1px inset;
   padding: 4px 5px;
   margin: 0;
   width: 100%;
   background:transparent;
   border-radius: 3px;
   color: #222;
}
.sp-input:focus  {
    border: 1px solid orange;
}
.sp-input.sp-validation-error {
    border: 1px solid red;
    background: #fdd;
}
.sp-picker-container , .sp-palette-container {
    float:left;
    position: relative;
    padding: 10px;
    padding-bottom: 300px;
    margin-bottom: -290px;
}
.sp-picker-container {
    width: 172px;
    border-left: solid 1px #fff;
}

/* Palettes */
.sp-palette-container {
    border-right: solid 1px #ccc;
}

.sp-palette-only .sp-palette-container {
    border: 0;
}

.sp-palette .sp-thumb-el {
    display: block;
    position:relative;
    float:left;
    width: 24px;
    height: 15px;
    margin: 3px;
    cursor: pointer;
    border:solid 2px transparent;
}
.sp-palette .sp-thumb-el:hover, .sp-palette .sp-thumb-el.sp-thumb-active {
    border-color: orange;
}
.sp-thumb-el {
    position:relative;
}

/* Initial */
.sp-initial {
    float: left;
    border: solid 1px #333;
}
.sp-initial span {
    width: 30px;
    height: 25px;
    border:none;
    display:block;
    float:left;
    margin:0;
}

.sp-initial .sp-clear-display {
    background-position: center;
}

/* Buttons */
.sp-palette-button-container,
.sp-button-container {
    float: right;
}

/* Replacer (the little preview div that shows up instead of the <input>) */
.sp-replacer {
    margin:0;
    overflow:hidden;
    cursor:pointer;
    padding: 4px;
    display:inline-block;
    *zoom: 1;
    *display: inline;
    border: solid 1px #91765d;
    background: #eee;
    color: #333;
    vertical-align: middle;
}
.sp-replacer:hover, .sp-replacer.sp-active {
    border-color: #F0C49B;
    color: #111;
}
.sp-replacer.sp-disabled {
    cursor:default;
    border-color: silver;
    color: silver;
}
.sp-dd {
    padding: 2px 0;
    height: 16px;
    line-height: 16px;
    float:left;
    font-size:10px;
}
.sp-preview {
    position:relative;
    width:25px;
    height: 20px;
    border: solid 1px #222;
    margin-right: 5px;
    float:left;
    z-index: 0;
}

.sp-palette {
    *width: 220px;
    max-width: 220px;
}
.sp-palette .sp-thumb-el {
    width:16px;
    height: 16px;
    margin:2px 1px;
    border: solid 1px #d0d0d0;
}

.sp-container {
    padding-bottom:0;
}


/* Buttons: http://hellohappy.org/css3-buttons/ */
.sp-container button {
  background-color: #eeeeee;
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
  background-image: linear-gradient(to bottom, #eeeeee, #cccccc);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  border-radius: 3px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding: 5px 4px;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  vertical-align: middle;
}
.sp-container button:hover {
    background-color: #dddddd;
    background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: linear-gradient(to bottom, #dddddd, #bbbbbb);
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
    cursor: pointer;
    text-shadow: 0 1px 0 #ddd;
}
.sp-container button:active {
    border: 1px solid #aaa;
    border-bottom: 1px solid #888;
    -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
}
.sp-cancel {
    font-size: 11px;
    color: #d93f3f !important;
    margin:0;
    padding:2px;
    margin-right: 5px;
    vertical-align: middle;
    text-decoration:none;

}
.sp-cancel:hover {
    color: #d93f3f !important;
    text-decoration: underline;
}


.sp-palette span:hover, .sp-palette span.sp-thumb-active {
    border-color: #000;
}

.sp-preview, .sp-alpha, .sp-thumb-el {
    position:relative;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner {
    display:block;
    position:absolute;
    top:0;left:0;bottom:0;right:0;
}

.sp-palette .sp-thumb-inner {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
}

.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
}

.sp-clear-display {
    background-repeat:no-repeat;
    background-position: center;
    background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==);
}

.sp-dd {
    padding: 3px 0;
}
.ct-double-octave:after,.ct-major-eleventh:after,.ct-major-second:after,.ct-major-seventh:after,.ct-major-sixth:after,.ct-major-tenth:after,.ct-major-third:after,.ct-major-twelfth:after,.ct-minor-second:after,.ct-minor-seventh:after,.ct-minor-sixth:after,.ct-minor-third:after,.ct-octave:after,.ct-perfect-fifth:after,.ct-perfect-fourth:after,.ct-square:after{content:"";clear:both}.ct-label{fill:rgba(0,0,0,.4);color:rgba(0,0,0,.4);font-size:.75rem;line-height:1}.ct-grid-background,.ct-line{fill:none}.ct-chart-bar .ct-label,.ct-chart-line .ct-label{display:block;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.ct-chart-donut .ct-label,.ct-chart-pie .ct-label{dominant-baseline:central}.ct-label.ct-horizontal.ct-start{-webkit-box-align:flex-end;-webkit-align-items:flex-end;-ms-flex-align:flex-end;align-items:flex-end;-webkit-box-pack:flex-start;-webkit-justify-content:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start;text-align:left;text-anchor:start}.ct-label.ct-horizontal.ct-end{-webkit-box-align:flex-start;-webkit-align-items:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-box-pack:flex-start;-webkit-justify-content:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start;text-align:left;text-anchor:start}.ct-label.ct-vertical.ct-start{-webkit-box-align:flex-end;-webkit-align-items:flex-end;-ms-flex-align:flex-end;align-items:flex-end;-webkit-box-pack:flex-end;-webkit-justify-content:flex-end;-ms-flex-pack:flex-end;justify-content:flex-end;text-align:right;text-anchor:end}.ct-label.ct-vertical.ct-end{-webkit-box-align:flex-end;-webkit-align-items:flex-end;-ms-flex-align:flex-end;align-items:flex-end;-webkit-box-pack:flex-start;-webkit-justify-content:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start;text-align:left;text-anchor:start}.ct-chart-bar .ct-label.ct-horizontal.ct-start{-webkit-box-align:flex-end;-webkit-align-items:flex-end;-ms-flex-align:flex-end;align-items:flex-end;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;text-anchor:start}.ct-chart-bar .ct-label.ct-horizontal.ct-end{-webkit-box-align:flex-start;-webkit-align-items:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;text-anchor:start}.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start{-webkit-box-align:flex-end;-webkit-align-items:flex-end;-ms-flex-align:flex-end;align-items:flex-end;-webkit-box-pack:flex-start;-webkit-justify-content:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start;text-align:left;text-anchor:start}.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end{-webkit-box-align:flex-start;-webkit-align-items:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-box-pack:flex-start;-webkit-justify-content:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start;text-align:left;text-anchor:start}.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:flex-end;-webkit-justify-content:flex-end;-ms-flex-pack:flex-end;justify-content:flex-end;text-align:right;text-anchor:end}.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:flex-start;-webkit-justify-content:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start;text-align:left;text-anchor:end}.ct-grid{stroke:rgba(0,0,0,.2);stroke-width:1px;stroke-dasharray:2px}.ct-point{stroke-width:10px;stroke-linecap:round}.ct-line{stroke-width:4px}.ct-area{stroke:none;fill-opacity:.1}.ct-bar{fill:none;stroke-width:10px}.ct-slice-donut{fill:none;stroke-width:60px}.ct-series-a .ct-bar,.ct-series-a .ct-line,.ct-series-a .ct-point,.ct-series-a .ct-slice-donut{stroke:#d70206}.ct-series-a .ct-area,.ct-series-a .ct-slice-donut-solid,.ct-series-a .ct-slice-pie{fill:#d70206}.ct-series-b .ct-bar,.ct-series-b .ct-line,.ct-series-b .ct-point,.ct-series-b .ct-slice-donut{stroke:#f05b4f}.ct-series-b .ct-area,.ct-series-b .ct-slice-donut-solid,.ct-series-b .ct-slice-pie{fill:#f05b4f}.ct-series-c .ct-bar,.ct-series-c .ct-line,.ct-series-c .ct-point,.ct-series-c .ct-slice-donut{stroke:#f4c63d}.ct-series-c .ct-area,.ct-series-c .ct-slice-donut-solid,.ct-series-c .ct-slice-pie{fill:#f4c63d}.ct-series-d .ct-bar,.ct-series-d .ct-line,.ct-series-d .ct-point,.ct-series-d .ct-slice-donut{stroke:#d17905}.ct-series-d .ct-area,.ct-series-d .ct-slice-donut-solid,.ct-series-d .ct-slice-pie{fill:#d17905}.ct-series-e .ct-bar,.ct-series-e .ct-line,.ct-series-e .ct-point,.ct-series-e .ct-slice-donut{stroke:#453d3f}.ct-series-e .ct-area,.ct-series-e .ct-slice-donut-solid,.ct-series-e .ct-slice-pie{fill:#453d3f}.ct-series-f .ct-bar,.ct-series-f .ct-line,.ct-series-f .ct-point,.ct-series-f .ct-slice-donut{stroke:#59922b}.ct-series-f .ct-area,.ct-series-f .ct-slice-donut-solid,.ct-series-f .ct-slice-pie{fill:#59922b}.ct-series-g .ct-bar,.ct-series-g .ct-line,.ct-series-g .ct-point,.ct-series-g .ct-slice-donut{stroke:#0544d3}.ct-series-g .ct-area,.ct-series-g .ct-slice-donut-solid,.ct-series-g .ct-slice-pie{fill:#0544d3}.ct-series-h .ct-bar,.ct-series-h .ct-line,.ct-series-h .ct-point,.ct-series-h .ct-slice-donut{stroke:#6b0392}.ct-series-h .ct-area,.ct-series-h .ct-slice-donut-solid,.ct-series-h .ct-slice-pie{fill:#6b0392}.ct-series-i .ct-bar,.ct-series-i .ct-line,.ct-series-i .ct-point,.ct-series-i .ct-slice-donut{stroke:#f05b4f}.ct-series-i .ct-area,.ct-series-i .ct-slice-donut-solid,.ct-series-i .ct-slice-pie{fill:#f05b4f}.ct-series-j .ct-bar,.ct-series-j .ct-line,.ct-series-j .ct-point,.ct-series-j .ct-slice-donut{stroke:#dda458}.ct-series-j .ct-area,.ct-series-j .ct-slice-donut-solid,.ct-series-j .ct-slice-pie{fill:#dda458}.ct-series-k .ct-bar,.ct-series-k .ct-line,.ct-series-k .ct-point,.ct-series-k .ct-slice-donut{stroke:#eacf7d}.ct-series-k .ct-area,.ct-series-k .ct-slice-donut-solid,.ct-series-k .ct-slice-pie{fill:#eacf7d}.ct-series-l .ct-bar,.ct-series-l .ct-line,.ct-series-l .ct-point,.ct-series-l .ct-slice-donut{stroke:#86797d}.ct-series-l .ct-area,.ct-series-l .ct-slice-donut-solid,.ct-series-l .ct-slice-pie{fill:#86797d}.ct-series-m .ct-bar,.ct-series-m .ct-line,.ct-series-m .ct-point,.ct-series-m .ct-slice-donut{stroke:#b2c326}.ct-series-m .ct-area,.ct-series-m .ct-slice-donut-solid,.ct-series-m .ct-slice-pie{fill:#b2c326}.ct-series-n .ct-bar,.ct-series-n .ct-line,.ct-series-n .ct-point,.ct-series-n .ct-slice-donut{stroke:#6188e2}.ct-series-n .ct-area,.ct-series-n .ct-slice-donut-solid,.ct-series-n .ct-slice-pie{fill:#6188e2}.ct-series-o .ct-bar,.ct-series-o .ct-line,.ct-series-o .ct-point,.ct-series-o .ct-slice-donut{stroke:#a748ca}.ct-series-o .ct-area,.ct-series-o .ct-slice-donut-solid,.ct-series-o .ct-slice-pie{fill:#a748ca}.ct-square{display:block;position:relative;width:100%}.ct-square:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:100%}.ct-square:after{display:table}.ct-square>svg{display:block;position:absolute;top:0;left:0}.ct-minor-second{display:block;position:relative;width:100%}.ct-minor-second:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:93.75%}.ct-minor-second:after{display:table}.ct-minor-second>svg{display:block;position:absolute;top:0;left:0}.ct-major-second{display:block;position:relative;width:100%}.ct-major-second:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:88.8888888889%}.ct-major-second:after{display:table}.ct-major-second>svg{display:block;position:absolute;top:0;left:0}.ct-minor-third{display:block;position:relative;width:100%}.ct-minor-third:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:83.3333333333%}.ct-minor-third:after{display:table}.ct-minor-third>svg{display:block;position:absolute;top:0;left:0}.ct-major-third{display:block;position:relative;width:100%}.ct-major-third:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:80%}.ct-major-third:after{display:table}.ct-major-third>svg{display:block;position:absolute;top:0;left:0}.ct-perfect-fourth{display:block;position:relative;width:100%}.ct-perfect-fourth:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:75%}.ct-perfect-fourth:after{display:table}.ct-perfect-fourth>svg{display:block;position:absolute;top:0;left:0}.ct-perfect-fifth{display:block;position:relative;width:100%}.ct-perfect-fifth:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:66.6666666667%}.ct-perfect-fifth:after{display:table}.ct-perfect-fifth>svg{display:block;position:absolute;top:0;left:0}.ct-minor-sixth{display:block;position:relative;width:100%}.ct-minor-sixth:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:62.5%}.ct-minor-sixth:after{display:table}.ct-minor-sixth>svg{display:block;position:absolute;top:0;left:0}.ct-golden-section{display:block;position:relative;width:100%}.ct-golden-section:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:61.804697157%}.ct-golden-section:after{content:"";display:table;clear:both}.ct-golden-section>svg{display:block;position:absolute;top:0;left:0}.ct-major-sixth{display:block;position:relative;width:100%}.ct-major-sixth:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:60%}.ct-major-sixth:after{display:table}.ct-major-sixth>svg{display:block;position:absolute;top:0;left:0}.ct-minor-seventh{display:block;position:relative;width:100%}.ct-minor-seventh:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:56.25%}.ct-minor-seventh:after{display:table}.ct-minor-seventh>svg{display:block;position:absolute;top:0;left:0}.ct-major-seventh{display:block;position:relative;width:100%}.ct-major-seventh:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:53.3333333333%}.ct-major-seventh:after{display:table}.ct-major-seventh>svg{display:block;position:absolute;top:0;left:0}.ct-octave{display:block;position:relative;width:100%}.ct-octave:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:50%}.ct-octave:after{display:table}.ct-octave>svg{display:block;position:absolute;top:0;left:0}.ct-major-tenth{display:block;position:relative;width:100%}.ct-major-tenth:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:40%}.ct-major-tenth:after{display:table}.ct-major-tenth>svg{display:block;position:absolute;top:0;left:0}.ct-major-eleventh{display:block;position:relative;width:100%}.ct-major-eleventh:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:37.5%}.ct-major-eleventh:after{display:table}.ct-major-eleventh>svg{display:block;position:absolute;top:0;left:0}.ct-major-twelfth{display:block;position:relative;width:100%}.ct-major-twelfth:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:33.3333333333%}.ct-major-twelfth:after{display:table}.ct-major-twelfth>svg{display:block;position:absolute;top:0;left:0}.ct-double-octave{display:block;position:relative;width:100%}.ct-double-octave:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:25%}.ct-double-octave:after{display:table}.ct-double-octave>svg{display:block;position:absolute;top:0;left:0}
/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
}
/**
 * The picker input element.
 */
.picker__input {
  cursor: default;
}
/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec;
}
/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
/**
 * Make the holder and frame fullscreen.
 */
.picker__holder,
.picker__frame {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -ms-transform: translateY(100%);
      transform: translateY(100%);
}
/**
 * The holder should overlay the entire screen.
 */
.picker__holder {
  position: fixed;
  transition: background 0.15s ease-out, transform 0s 0.15s;
  -webkit-backface-visibility: hidden;
}
/**
 * The frame that bounds the box contents of the picker.
 */
.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  max-width: 666px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: all 0.15s ease-out;
}
@media (min-height: 33.875em) {
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%;
  }
}
@media (min-height: 40.125em) {
  .picker__frame {
    margin-bottom: 7.5%;
  }
}
/**
 * The wrapper sets the stage to vertically align the box contents.
 */
.picker__wrap {
  display: table;
  width: 100%;
  height: 100%;
}
@media (min-height: 33.875em) {
  .picker__wrap {
    display: block;
  }
}
/**
 * The box contains all the picker contents.
 */
.picker__box {
  background: #fff;
  display: table-cell;
  vertical-align: middle;
}
@media (min-height: 26.5em) {
  .picker__box {
    font-size: 1.25em;
  }
}
@media (min-height: 33.875em) {
  .picker__box {
    display: block;
    font-size: 1.33em;
    border: 1px solid #777;
    border-top-color: #898989;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  }
}
@media (min-height: 40.125em) {
  .picker__box {
    font-size: 1.5em;
    border-bottom-width: 1px;
    border-radius: 5px;
  }
}
/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  -ms-transform: translateY(0);
      transform: translateY(0);
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  transition: background 0.15s ease-out;
}
.picker--opened .picker__frame {
  -ms-transform: translateY(0);
      transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
@media (min-height: 33.875em) {
  .picker--opened .picker__frame {
    top: auto;
    bottom: 0;
  }
}

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em;
}
/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}
/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}
.picker__year {
  color: #999;
  font-size: .8em;
  font-style: italic;
}
/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em;
}
@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}
.picker__select--month {
  width: 35%;
}
.picker__select--year {
  width: 22.5%;
}
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}
/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000;
}
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}
@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}
/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999;
  font-weight: 500;
  /* Increase the spacing a tad */
}
@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em;
  }
}
/**
 * The days on the calendar
 */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}
.picker__day--today {
  position: relative;
}
.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent;
}
.picker__day--disabled:before {
  border-top-color: #aaa;
}
.picker__day--outfocus {
  color: #ddd;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
.picker__day--highlighted {
  border-color: #0089ec;
}
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #fff;
}
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbb;
}
/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center;
}
.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #fff;
  background: #fff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}
.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}
.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}
.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em;
}
.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}
.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #e20;
}
.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777;
}
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}
.picker__button--today[disabled]:before {
  border-top-color: #aaa;
}

/* ==========================================================================
   $DEFAULT-DATE-PICKER
   ========================================================================== */

@charset "UTF-8";
.fc {
  direction: ltr;
  text-align: left;
}

.fc-rtl {
  text-align: right;
}

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em;
}

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: 0.3;
}

.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: 0.3;
}

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 2px 4px;
}

.fc-rtl .fc-popover .fc-header {
  flex-direction: row-reverse;
}

.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}

.fc-popover .fc-header .fc-close {
  cursor: pointer;
  opacity: 0.65;
  font-size: 1.1em;
}

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px;
}

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0;
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-mirror-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */
}

.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */
}

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */
}

.fc th {
  text-align: center;
}

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */
}

/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
a[data-goto] {
  cursor: pointer;
}

a[data-goto]:hover {
  text-decoration: underline;
}

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0;
}

.fc-row table {
  /* don't put left/right border on anything within a fake row.
     the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent;
}

.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */
}

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative;
}

.fc-row .fc-bg {
  z-index: 1;
}

/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */
}

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */
}

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent;
}

.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}

.fc-row .fc-highlight-skeleton {
  z-index: 3;
}

/*
row content (which contains day/week numbers and events) as well as "mirror" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */
}

.fc-row .fc-mirror-skeleton {
  z-index: 5;
}

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-mirror-skeleton td {
  /* see-through to the background below */
  /* extra precedence to prevent theme-provided backgrounds */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-mirror-skeleton td {
  /* don't put a border between events and/or the day number */
  border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-mirror-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0;
}

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  -webkit-overflow-scrolling: touch;
}

/* TODO: move to timegrid/daygrid */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: 0.85em;
  line-height: 1.4;
  border-radius: 3px;
  border: 1px solid #3788d8;
}

.fc-event,
.fc-event-dot {
  background-color: #3788d8;
  /* default BACKGROUND color */
}

.fc-event,
.fc-event:hover {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
}

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */
}

.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed;
}

.fc-event .fc-content {
  position: relative;
  z-index: 2;
}

/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
}

/* resizer (touch devices) */
.fc-event .fc-resizer {
  display: none;
}

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block;
}

/* hit area */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.fc-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: 0.25;
}

/* Event Dragging
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-dragging.fc-selected {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

.fc-event.fc-dragging:not(.fc-selected) {
  opacity: 0.75;
}

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */
}

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */
}

/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */
}

/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px;
}

/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */
}

/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */
}

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px;
}

tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */
}

.fc-mirror-skeleton tr:first-child > td > .fc-day-grid-event {
  margin-top: 0;
  /* except for mirror skeleton */
}

.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden;
}

.fc-day-grid-event .fc-time {
  font-weight: bold;
}

/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */
}

/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */
}

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: 0.85em;
  cursor: pointer;
  text-decoration: none;
}

a.fc-more:hover {
  text-decoration: underline;
}

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none;
}

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */
}

.fc-more-popover {
  z-index: 2;
  width: 220px;
}

.fc-more-popover .fc-event-container {
  padding: 10px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}

/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*
TODO: more distinction between this file and common.css
*/
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #ddd;
}

.fc-unthemed .fc-popover {
  background-color: #fff;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee;
}

.fc-unthemed td.fc-today {
  background: #fcf8e3;
}

.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: 0.3;
}

/* Icons
--------------------------------------------------------------------------------------------------
from https://feathericons.com/ and built with IcoMoon
*/
@font-face {
  font-family: "fcicons";
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfAAAAC8AAAAYGNtYXAXVtKNAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZgYydxIAAAF4AAAFNGhlYWQUJ7cIAAAGrAAAADZoaGVhB20DzAAABuQAAAAkaG10eCIABhQAAAcIAAAALGxvY2ED4AU6AAAHNAAAABhtYXhwAA8AjAAAB0wAAAAgbmFtZXsr690AAAdsAAABhnBvc3QAAwAAAAAI9AAAACAAAwPAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qb//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAWIAjQKeAskAEwAAJSc3NjQnJiIHAQYUFwEWMjc2NCcCnuLiDQ0MJAz/AA0NAQAMJAwNDcni4gwjDQwM/wANIwz/AA0NDCMNAAAAAQFiAI0CngLJABMAACUBNjQnASYiBwYUHwEHBhQXFjI3AZ4BAA0N/wAMJAwNDeLiDQ0MJAyNAQAMIw0BAAwMDSMM4uINIwwNDQAAAAIA4gC3Ax4CngATACcAACUnNzY0JyYiDwEGFB8BFjI3NjQnISc3NjQnJiIPAQYUHwEWMjc2NCcB87e3DQ0MIw3VDQ3VDSMMDQ0BK7e3DQ0MJAzVDQ3VDCQMDQ3zuLcMJAwNDdUNIwzWDAwNIwy4twwkDA0N1Q0jDNYMDA0jDAAAAgDiALcDHgKeABMAJwAAJTc2NC8BJiIHBhQfAQcGFBcWMjchNzY0LwEmIgcGFB8BBwYUFxYyNwJJ1Q0N1Q0jDA0Nt7cNDQwjDf7V1Q0N1QwkDA0Nt7cNDQwkDLfWDCMN1Q0NDCQMt7gMIw0MDNYMIw3VDQ0MJAy3uAwjDQwMAAADAFUAAAOrA1UAMwBoAHcAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMhMjY1NCYjISIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAAVYRGRkR/qoRGRkRA1UFBAUOCQkVDAsZDf2rDRkLDBUJCA4FBQUFBQUOCQgVDAsZDQJVDRkLDBUJCQ4FBAVVAgECBQMCBwQECAX9qwQJAwQHAwMFAQICAgIBBQMDBwQDCQQCVQUIBAQHAgMFAgEC/oAZEhEZGRESGQAAAAADAFUAAAOrA1UAMwBoAIkAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMzFRQWMzI2PQEzMjY1NCYrATU0JiMiBh0BIyIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAgBkSEhmAERkZEYAZEhIZgBEZGREDVQUEBQ4JCRUMCxkN/asNGQsMFQkIDgUFBQUFBQ4JCBUMCxkNAlUNGQsMFQkJDgUEBVUCAQIFAwIHBAQIBf2rBAkDBAcDAwUBAgICAgEFAwMHBAMJBAJVBQgEBAcCAwUCAQL+gIASGRkSgBkSERmAEhkZEoAZERIZAAABAOIAjQMeAskAIAAAExcHBhQXFjI/ARcWMjc2NC8BNzY0JyYiDwEnJiIHBhQX4uLiDQ0MJAzi4gwkDA0N4uINDQwkDOLiDCQMDQ0CjeLiDSMMDQ3h4Q0NDCMN4uIMIw0MDOLiDAwNIwwAAAABAAAAAQAAa5n0y18PPPUACwQAAAAAANivOVsAAAAA2K85WwAAAAADqwNVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAOrAAEAAAAAAAAAAAAAAAAAAAALBAAAAAAAAAAAAAAAAgAAAAQAAWIEAAFiBAAA4gQAAOIEAABVBAAAVQQAAOIAAAAAAAoAFAAeAEQAagCqAOoBngJkApoAAQAAAAsAigADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGZjaWNvbnMAZgBjAGkAYwBvAG4Ac1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZjaWNvbnMAZgBjAGkAYwBvAG4Ac2ZjaWNvbnMAZgBjAGkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZjaWNvbnMAZgBjAGkAYwBvAG4Ac0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format("truetype");
  font-weight: normal;
  font-style: normal;
}
.fc-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "fcicons" !important;
  speak: none;
  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;
}

.fc-icon-chevron-left:before {
  content: "";
}

.fc-icon-chevron-right:before {
  content: "";
}

.fc-icon-chevrons-left:before {
  content: "";
}

.fc-icon-chevrons-right:before {
  content: "";
}

.fc-icon-minus-square:before {
  content: "";
}

.fc-icon-plus-square:before {
  content: "";
}

.fc-icon-x:before {
  content: "";
}

.fc-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  text-align: center;
}

/* Buttons
--------------------------------------------------------------------------------------------------
Lots taken from Flatly (MIT): https://bootswatch.com/4/flatly/bootstrap.css
*/
/* reset */
.fc-button {
  border-radius: 0;
  overflow: visible;
  text-transform: none;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.fc-button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

.fc-button {
  -webkit-appearance: button;
}

.fc-button:not(:disabled) {
  cursor: pointer;
}

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

/* theme */
.fc-button {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.4em 0.65em;
  font-size: 1em;
  line-height: 1.5;
  border-radius: 0.25em;
}

.fc-button:hover {
  color: #212529;
  text-decoration: none;
}

.fc-button:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
}

.fc-button:disabled {
  opacity: 0.65;
}

/* "primary" coloring */
.fc-button-primary {
  color: #fff;
  background-color: #2C3E50;
  border-color: #2C3E50;
}

.fc-button-primary:hover {
  color: #fff;
  background-color: #1e2b37;
  border-color: #1a252f;
}

.fc-button-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
}

.fc-button-primary:disabled {
  color: #fff;
  background-color: #2C3E50;
  border-color: #2C3E50;
}

.fc-button-primary:not(:disabled):active,
.fc-button-primary:not(:disabled).fc-button-active {
  color: #fff;
  background-color: #1a252f;
  border-color: #151e27;
}

.fc-button-primary:not(:disabled):active:focus,
.fc-button-primary:not(:disabled).fc-button-active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
}

/* icons within buttons */
.fc-button .fc-icon {
  vertical-align: middle;
  font-size: 1.5em;
}

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.fc-button-group > .fc-button {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.fc-button-group > .fc-button:hover {
  z-index: 1;
}

.fc-button-group > .fc-button:focus,
.fc-button-group > .fc-button:active,
.fc-button-group > .fc-button.fc-button-active {
  z-index: 1;
}

.fc-button-group > .fc-button:not(:first-child) {
  margin-left: -1px;
}

.fc-button-group > .fc-button:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-button-group > .fc-button:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}

/* List View
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5;
}

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1.5em;
}

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1.5em;
}

/* inner content */
.fc-toolbar > * > :not(:first-child) {
  margin-left: 0.75em;
}

.fc-toolbar h2 {
  font-size: 1.75em;
  margin: 0;
}

/* View Structure
--------------------------------------------------------------------------------------------------*/
.fc-view-container {
  position: relative;
}

/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1;
}

@media print {
  .fc {
    max-width: 100% !important;
  }

  /* Global Event Restyling
  --------------------------------------------------------------------------------------------------*/
  .fc-event {
    background: #fff !important;
    color: #000 !important;
    page-break-inside: avoid;
  }

  .fc-event .fc-resizer {
    display: none;
  }

  /* Table & Day-Row Restyling
  --------------------------------------------------------------------------------------------------*/
  .fc th,
.fc td,
.fc hr,
.fc thead,
.fc tbody,
.fc-row {
    border-color: #ccc !important;
    background: #fff !important;
  }

  /* kill the overlaid, absolutely-positioned components */
  /* common... */
  .fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-mirror-skeleton,
.fc-bgevent-container,
.fc-business-container,
.fc-highlight-container,
.fc-mirror-container {
    display: none;
  }

  /* don't force a min-height on rows (for DayGrid) */
  .fc tbody .fc-row {
    height: auto !important;
    /* undo height that JS set in distributeHeight */
    min-height: 0 !important;
    /* undo the min-height from each view's specific stylesheet */
  }

  .fc tbody .fc-row .fc-content-skeleton {
    position: static;
    /* undo .fc-rigid */
    padding-bottom: 0 !important;
    /* use a more border-friendly method for this... */
  }

  .fc tbody .fc-row .fc-content-skeleton tbody tr:last-child td {
    /* only works in newer browsers */
    padding-bottom: 1em;
    /* ...gives space within the skeleton. also ensures min height in a way */
  }

  .fc tbody .fc-row .fc-content-skeleton table {
    /* provides a min-height for the row, but only effective for IE, which exaggerates this value,
       making it look more like 3em. for other browers, it will already be this tall */
    height: 1em;
  }

  /* Undo month-view event limiting. Display all events and hide the "more" links
  --------------------------------------------------------------------------------------------------*/
  .fc-more-cell,
.fc-more {
    display: none !important;
  }

  .fc tr.fc-limited {
    display: table-row !important;
  }

  .fc td.fc-limited {
    display: table-cell !important;
  }

  .fc-popover {
    display: none;
    /* never display the "more.." popover in print mode */
  }

  /* TimeGrid Restyling
  --------------------------------------------------------------------------------------------------*/
  /* undo the min-height 100% trick used to fill the container's height */
  .fc-time-grid {
    min-height: 0 !important;
  }

  /* don't display the side axis at all ("all-day" and time cells) */
  .fc-timeGrid-view .fc-axis {
    display: none;
  }

  /* don't display the horizontal lines */
  .fc-slats,
.fc-time-grid hr {
    /* this hr is used when height is underused and needs to be filled */
    display: none !important;
    /* important overrides inline declaration */
  }

  /* let the container that holds the events be naturally positioned and create real height */
  .fc-time-grid .fc-content-skeleton {
    position: static;
  }

  /* in case there are no events, we still want some height */
  .fc-time-grid .fc-content-skeleton table {
    height: 4em;
  }

  /* kill the horizontal spacing made by the event container. event margins will be done below */
  .fc-time-grid .fc-event-container {
    margin: 0 !important;
  }

  /* TimeGrid *Event* Restyling
  --------------------------------------------------------------------------------------------------*/
  /* naturally position events, vertically stacking them */
  .fc-time-grid .fc-event {
    position: static !important;
    margin: 3px 2px !important;
  }

  /* for events that continue to a future day, give the bottom border back */
  .fc-time-grid .fc-event.fc-not-end {
    border-bottom-width: 1px !important;
  }

  /* indicate the event continues via "..." text */
  .fc-time-grid .fc-event.fc-not-end:after {
    content: "...";
  }

  /* for events that are continuations from previous days, give the top border back */
  .fc-time-grid .fc-event.fc-not-start {
    border-top-width: 1px !important;
  }

  /* indicate the event is a continuation via "..." text */
  .fc-time-grid .fc-event.fc-not-start:before {
    content: "...";
  }

  /* time */
  /* undo a previous declaration and let the time text span to a second line */
  .fc-time-grid .fc-event .fc-time {
    white-space: normal !important;
  }

  /* hide the the time that is normally displayed... */
  .fc-time-grid .fc-event .fc-time span {
    display: none;
  }

  /* ...replace it with a more verbose version (includes AM/PM) stored in an html attribute */
  .fc-time-grid .fc-event .fc-time:after {
    content: attr(data-full);
  }

  /* Vertical Scroller & Containers
  --------------------------------------------------------------------------------------------------*/
  /* kill the scrollbars and allow natural height */
  .fc-scroller,
.fc-day-grid-container,
.fc-time-grid-container {
    /* */
    overflow: visible !important;
    height: auto !important;
  }

  /* kill the horizontal border/padding used to compensate for scrollbars */
  .fc-row {
    border: 0 !important;
    margin: 0 !important;
  }

  /* Button Controls
  --------------------------------------------------------------------------------------------------*/
  .fc-button-group,
.fc button {
    display: none;
    /* don't display any button-related controls */
  }
}

/* DayGridView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-dayGridWeek-view .fc-content-skeleton,
.fc-dayGridDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */
}

.fc-dayGrid-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden;
}

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* week and day number styling */
.fc-day-top.fc-other-month {
  opacity: 0.3;
}

.fc-dayGrid-view .fc-week-number,
.fc-dayGrid-view .fc-day-number {
  padding: 2px;
}

.fc-dayGrid-view th.fc-week-number,
.fc-dayGrid-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */
}

.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
  float: right;
}

.fc-rtl .fc-dayGrid-view .fc-day-top .fc-day-number {
  float: left;
}

.fc-ltr .fc-dayGrid-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0;
}

.fc-rtl .fc-dayGrid-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}

.fc-dayGrid-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080;
}

/* when week/day number have own column */
.fc-dayGrid-view td.fc-week-number {
  text-align: center;
}

.fc-dayGrid-view td.fc-week-number > * {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em;
}

@charset "UTF-8";
/* TimeGridView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-timeGrid-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */
}

.fc-timeGrid-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */
}

.fc-timeGrid-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}

.fc-ltr .fc-axis {
  text-align: right;
}

.fc-rtl .fc-axis {
  text-align: left;
}

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1;
}

.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */
}

.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent;
}

.fc-time-grid > .fc-bg {
  z-index: 1;
}

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> TimeGridView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */
}

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}

/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3;
}

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}

.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}

.fc-time-grid .fc-mirror-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */
}

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */
}

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */
}

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */
}

.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0;
}

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  margin-bottom: 1px;
}

.fc-time-grid-event-inset {
  -webkit-box-shadow: 0px 0px 0px 1px #fff;
  box-shadow: 0px 0px 0px 1px #fff;
}

.fc-time-grid-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.fc-time-grid-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-time-grid-event .fc-content {
  overflow: hidden;
  max-height: 100%;
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}

.fc-time-grid-event .fc-time {
  font-size: 0.85em;
  white-space: nowrap;
}

/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top;
}

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */
}

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */
}

.fc-time-grid-event.fc-short .fc-time:after {
  content: " - ";
  /* seperate with a dash, wrapped in nbsp's */
}

.fc-time-grid-event.fc-short .fc-title {
  font-size: 0.85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */
}

/* resizer (cursor device) */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "=";
}

/* resizer (touch device) */
.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}

/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.tippy-tooltip[data-animation=fade][data-state=hidden]{opacity:0}.tippy-iOS{cursor:pointer!important;-webkit-tap-highlight-color:transparent}.tippy-popper{pointer-events:none;max-width:calc(100vw - 10px);transition-timing-function:cubic-bezier(.165,.84,.44,1);transition-property:transform}.tippy-tooltip{position:relative;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;background-color:#333;transition-property:visibility,opacity,transform;outline:0}.tippy-tooltip[data-placement^=top]>.tippy-arrow{border-width:8px 8px 0;border-top-color:#333;margin:0 3px;transform-origin:50% 0;bottom:-7px}.tippy-tooltip[data-placement^=bottom]>.tippy-arrow{border-width:0 8px 8px;border-bottom-color:#333;margin:0 3px;transform-origin:50% 7px;top:-7px}.tippy-tooltip[data-placement^=left]>.tippy-arrow{border-width:8px 0 8px 8px;border-left-color:#333;margin:3px 0;transform-origin:0 50%;right:-7px}.tippy-tooltip[data-placement^=right]>.tippy-arrow{border-width:8px 8px 8px 0;border-right-color:#333;margin:3px 0;transform-origin:7px 50%;left:-7px}.tippy-tooltip[data-interactive][data-state=visible]{pointer-events:auto}.tippy-tooltip[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{position:absolute;border-color:transparent;border-style:solid}.tippy-content{padding:5px 9px}
select {
  min-width: 170px;
}
input {
  border: none;
  box-shadow: 0px 1px 3px #D6D6D6;
  outline: none;
  height: 35px;
  padding: 5px 10px;
  color: #2C3E50;
  font-size: 16px;
  font-family: "ProximaNova";
  transition: box-shadow 0.1s ease-in-out;
}
input:hover {
  box-shadow: 0px 2px 4px #D6D6D6;
}
input[type="radio"] {
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #cbd1d8;
  border: none;
  bottom: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  min-width: 25px !important;
  width: 25px !important;
  height: 25px !important;
  left: 0;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  transition: all 0.15s ease-out 0s;
  z-index: 1000;
}
input[type="radio"]:hover {
  background: #9faab7;
}
input[type="radio"]:checked {
  background: #243454;
}
input[type="radio"]:checked::before {
  content: '\f00c';
  font-family: 'Font Awesome 6 Free';
  display: inline-block;
  font-size: 14.44444px;
  width: 25px !important;
  height: 25px !important;
  line-height: 25px;
  text-align: center;
  color: white;
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
input[type="radio"]:checked::after {
  background: #304568;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
input[type="checkbox"] {
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #cbd1d8;
  border: #cbd1d8 solid !important;
  bottom: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  min-width: 25px !important;
  width: 25px !important;
  height: 25px !important;
  left: 0;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  transition: all 0.15s ease-out 0s;
  z-index: 1000;
  font-weight: 900;
}
input[type="checkbox"]:hover {
  background: #9faab7;
  border: #9faab7 solid !important;
}
input[type="checkbox"]:checked {
  background: #243454;
  border: #243454 solid !important;
}
input[type="checkbox"]:checked::before {
  content: '\f00c';
  font-family: 'Font Awesome 6 Free';
  display: inline-block;
  font-size: 14.44444px;
  width: 21px !important;
  height: 25px !important;
  line-height: 20px !important;
  text-align: center;
  color: white;
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
input[type="checkbox"]:checked::after {
  background: #304568;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
object {
  width: 100%;
}
.input-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin: 5px 0;
}
.input-wrapper span,
.input-wrapper label {
  font-size: 16px;
  font-weight: 500;
  margin-left: 5px;
}
.input-wrapper.align-left {
  justify-content: flex-start;
}
.input-wrapper.align-right {
  justify-content: flex-end;
}
.option-input {
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #cbd1d8;
  border: none;
  bottom: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  left: 0;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  transition: all 0.15s ease-out 0s;
  width: 25px;
  z-index: 1000;
}
.option-input:hover {
  background: #9faab7;
}
.option-input:checked {
  background: #243454;
}
.option-input:checked::before {
  content: '\f00c';
  font-family: 'Font Awesome 6 Free';
  display: inline-block;
  font-size: 14.44444px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: white;
  font-weight: 900;
  position: absolute;
}
.option-input:checked::after {
  background: #304568;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
.option-input.radio {
  border-radius: 50%;
  text-align: center;
}
.option-input.radio:checked::before {
  content: '\f111';
  font-family: 'Font Awesome 6 Free';
  font-size: 11px;
  position: relative;
  vertical-align: baseline;
}
.option-input.radio::before {
  content: '';
}
.option-input.radio::after {
  border-radius: 50%;
}
.custom-combobox {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.custom-combobox input {
  border: none;
  box-shadow: 0px 1px 3px #D6D6D6;
  outline: none;
  height: 35px;
  padding: 5px 10px;
  color: #2C3E50;
  font-size: 16px;
  width: 430px;
  position: relative;
  background-color: white;
  transition: box-shadow 0.1s ease-in-out;
}
.custom-combobox input:hover {
  cursor: pointer;
  box-shadow: 0px 2px 4px #D6D6D6;
}
.custom-combobox a::after {
  content: "\f0d7";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: #243454;
  height: 100%;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 16px;
  flex-direction: row;
  justify-content: center;
}
.custom-combobox a.custom-combobox-toggle {
  border: none;
  box-shadow: 0px 1px 3px #D6D6D6;
  outline: none;
  height: 35px;
  padding: 5px 10px;
  color: #2C3E50;
  font-size: 16px;
  width: 35px;
  position: relative;
  background-color: white;
}
.custom-combobox a:hover {
  cursor: pointer;
  box-shadow: 0px 2px 4px #D6D6D6;
}
.custom-combobox .custom-combobox-input {
  border: none !important;
  margin: 0!important;
}
.circle-loader {
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 5px solid rgba(255, 255, 255, 0.2);
  border-top-color: #FFF;
  animation: spin 1s infinite linear;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.amb-dropdown-menu {
  position: absolute !important;
  z-index: 100000000000;
  background-color: white;
  min-width: 150px;
  box-shadow: 0px 1px 1px #D6D6D6;
  max-height: 500px;
  overflow-y: scroll;
}
.amb-dropdown-menu a {
  display: flex;
  flex-direction: row;
  text-decoration: none !important;
}
.amb-dropdown-menu ul {
  list-style: outside none none;
  padding: 0;
}
.amb-dropdown-menu .object_options {
  display: flex;
  flex-direction: column;
}
.amb-dropdown-menu.amb-dropdown-above {
  top: 100%;
  right: 0;
  margin-left: -100px;
  max-width: 225px;
}
.amb-dropdown-menu.amb-dropdown-to-right {
  top: 100%;
  right: 0;
  margin-right: -100px;
  max-width: 225px;
}
.amb-dropdown-menu.plus-button-menu {
  padding: 6px 0;
  border-radius: 4px;
  background-color: #243454;
  overflow-y: initial;
  box-shadow: none;
  border: 1px solid #304568;
}
.amb-dropdown-menu.plus-button-menu .object_options .amb-dropdown-item {
  border-bottom-color: #304568;
  cursor: pointer;
}
.amb-dropdown-menu.plus-button-menu .object_options .amb-dropdown-item .amb-dropdown-icon {
  color: white;
}
.amb-dropdown-menu.plus-button-menu .object_options .amb-dropdown-item .amb-dropdown-label {
  color: white;
}
.amb-dropdown-menu.plus-button-menu .object_options .amb-dropdown-item:hover {
  background-color: #304568;
}
.amb-dropdown-menu .amb-dropdown-item {
  min-height: 45px;
  list-style: none;
}
.amb-dropdown-menu .amb-dropdown-item a,
.amb-dropdown-menu .amb-dropdown-item .mimic-a-tag {
  align-items: center;
  padding: 15px;
}
.amb-dropdown-menu .amb-dropdown-item:not(:last-child) {
  border-bottom: 1px solid #f4f5f6;
}
.amb-dropdown-menu .amb-dropdown-item:hover {
  cursor: pointer;
  background-color: #f4f5f6;
}
.amb-dropdown-menu .amb-dropdown-item .amb-dropdown-icon {
  margin-right: 15px;
  color: #2C3E50;
  font-size: 16px;
}
.amb-dropdown-menu .amb-dropdown-item .amb-dropdown-label {
  font-size: 16px;
  font-family: "ProximaNova";
  color: #2C3E50;
}
.partner-notes,
.company-notes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  flex-basis: auto;
}
.partner-note,
.company-note {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 10;
  flex-shrink: 5;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0px 1px 3px #D6D6D6;
  flex-basis: auto;
  margin-bottom: 16px;
}
.partner-note .note-content-wrapper,
.company-note .note-content-wrapper {
  display: flex;
  flex-direction: column;
}
.partner-note .note-content-wrapper .note-header,
.company-note .note-content-wrapper .note-header {
  width: 100%;
  background-color: #304568;
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 7px 20px 7px 20px;
}
.partner-note .note-content-wrapper .note-header .note-subject,
.company-note .note-content-wrapper .note-header .note-subject {
  color: white;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
  white-space: pre;
  text-overflow: ellipsis;
  width: 80%;
}
.partner-note .note-content-wrapper .note-header .note-spot,
.company-note .note-content-wrapper .note-header .note-spot {
  width: 20%;
  text-align: right;
}
.partner-note .note-content-wrapper .note-header .note-spot.Urgent,
.company-note .note-content-wrapper .note-header .note-spot.Urgent {
  color: #ed3c5f;
}
.partner-note .note-content-wrapper .note-header .note-spot.High,
.company-note .note-content-wrapper .note-header .note-spot.High {
  color: #4fd02f;
}
.partner-note .note-content-wrapper .note-header .note-spot.Normal,
.company-note .note-content-wrapper .note-header .note-spot.Normal {
  color: white;
}
.partner-note .note-content-wrapper .note-header .note-spot.Low,
.company-note .note-content-wrapper .note-header .note-spot.Low {
  color: #304568;
}
.partner-note .note-content-wrapper .note-body,
.company-note .note-content-wrapper .note-body {
  padding: 14px 20px 20px 20px;
  height: 100px;
  overflow-y: scroll;
}
.partner-note .note-content-wrapper .note-body .note-description,
.company-note .note-content-wrapper .note-body .note-description {
  margin-top: 0;
  white-space: pre-line;
  font-size: 16px;
}
.partner-note .note-footer,
.company-note .note-footer {
  padding-top: 14px;
  margin: 0 20px 20px 20px;
  border-top: 1px solid #ECF0F1;
  display: flex;
  flex-direction: row;
}
.partner-note .note-footer .note-footer-column,
.company-note .note-footer .note-footer-column {
  flex-grow: 1;
}
.partner-note .note-footer .note-footer-column .note-creator,
.company-note .note-footer .note-footer-column .note-creator,
.partner-note .note-footer .note-footer-column .note-created-date,
.company-note .note-footer .note-footer-column .note-created-date,
.partner-note .note-footer .note-footer-column .note-due-date,
.company-note .note-footer .note-footer-column .note-due-date {
  display: flex;
  align-items: center;
}
.partner-note .note-footer .note-footer-column .note-creator i,
.company-note .note-footer .note-footer-column .note-creator i,
.partner-note .note-footer .note-footer-column .note-created-date i,
.company-note .note-footer .note-footer-column .note-created-date i,
.partner-note .note-footer .note-footer-column .note-due-date i,
.company-note .note-footer .note-footer-column .note-due-date i,
.partner-note .note-footer .note-footer-column .note-creator span,
.company-note .note-footer .note-footer-column .note-creator span,
.partner-note .note-footer .note-footer-column .note-created-date span,
.company-note .note-footer .note-footer-column .note-created-date span,
.partner-note .note-footer .note-footer-column .note-due-date span,
.company-note .note-footer .note-footer-column .note-due-date span {
  color: #9EA7B1;
  font-size: 16px;
}
.partner-note .note-footer .note-footer-column .note-creator i,
.company-note .note-footer .note-footer-column .note-creator i,
.partner-note .note-footer .note-footer-column .note-created-date i,
.company-note .note-footer .note-footer-column .note-created-date i,
.partner-note .note-footer .note-footer-column .note-due-date i,
.company-note .note-footer .note-footer-column .note-due-date i {
  font-size: 12px;
  margin-right: 8px;
}
.partner-note .note-footer .note-footer-column .note-creator .creator-lastname,
.company-note .note-footer .note-footer-column .note-creator .creator-lastname,
.partner-note .note-footer .note-footer-column .note-created-date .creator-lastname,
.company-note .note-footer .note-footer-column .note-created-date .creator-lastname,
.partner-note .note-footer .note-footer-column .note-due-date .creator-lastname,
.company-note .note-footer .note-footer-column .note-due-date .creator-lastname {
  font-weight: 500;
}
.partner-note .note-footer .note-footer-column.action,
.company-note .note-footer .note-footer-column.action {
  flex-shrink: 0;
  max-width: 39px;
}
.partner-note .note-footer .note-footer-column.action a,
.company-note .note-footer .note-footer-column.action a {
  background-color: transparent;
  border-radius: 2px;
  color: #2C3E50;
  border: 1px solid transparent;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
  position: absolute;
  bottom: 0;
  margin-bottom: 28px;
}
.partner-note .note-footer .note-footer-column.action a a,
.company-note .note-footer .note-footer-column.action a a {
  color: #2C3E50;
  text-decoration: none !important;
}
.partner-note .note-footer .note-footer-column.action a i,
.company-note .note-footer .note-footer-column.action a i {
  margin-right: 10px;
  font-weight: 600;
  font-size: 16px;
}
.partner-note .note-footer .note-footer-column.action a:hover,
.company-note .note-footer .note-footer-column.action a:hover {
  box-shadow: 1px 1px 4px #D9DFE5;
  background-color: #D9DFE5;
}
.partner-note .note-footer .note-footer-column.action a:disabled,
.company-note .note-footer .note-footer-column.action a:disabled {
  background-color: #ECF0F1;
}
.partner-note .note-footer .note-footer-column.action a i,
.company-note .note-footer .note-footer-column.action a i {
  margin: 0 auto;
}
.fade-bottom-scroll {
  overflow: hidden;
  position: relative;
}
.fade-bottom-scroll:after {
  content: '';
  display: block;
  height: 16px;
  width: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
  width: 100%;
  height: 36px;
}
.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: none;
  box-shadow: 0px 1px 3px #D6D6D6;
  outline: none;
  height: 35px;
  padding: 5px 10px;
  margin: 2px 3px;
  color: #2C3E50;
  font-size: 16px;
  transition: box-shadow 0.1s ease-in-out;
  background-color: white;
  width: 100%;
  max-width: 500px;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.select-styled span {
  max-width: 450px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.select-styled:after {
  content: "\f0d7";
  font-family: 'Font Awesome 6 Free';
  font-weight: 600;
  color: #7F8C8D;
  position: absolute;
  top: 10px;
  right: 15px;
}
.select-styled:hover {
  box-shadow: 0px 2px 4px #D6D6D6;
}
.select-options {
  display: none;
  position: absolute;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  max-width: 500px;
  background-color: white;
  box-shadow: 0px 1px 3px #D6D6D6;
  max-height: 225px;
}
.select-options.opt-groups .option-group {
  color: rgba(127, 140, 141, 0.5);
  pointer-events: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.select-options.opt-groups .option {
  padding-left: 25px;
}
.select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  color: #7F8C8D;
  font-size: 16px;
}
.select-options li:not(:last-child) {
  border-bottom: 1px solid #f4f5f6;
}
.select-options li:hover {
  cursor: pointer;
  background-color: #f4f5f6;
}
.select-options li[rel=hide] {
  display: none;
}
select {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: none;
  box-shadow: 0px 1px 3px #D6D6D6;
  outline: none;
  height: 35px;
  padding: 5px 10px;
  color: #2C3E50;
  font-size: 16px;
  transition: box-shadow 0.1s ease-in-out;
  background-color: white;
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
select:after {
  content: "\f0d7";
  font-family: 'Font Awesome 6 Free';
  font-weight: 600;
  color: #7F8C8D;
  position: absolute;
  top: 10px;
  right: 15px;
}
select:hover {
  box-shadow: 0px 2px 4px #D6D6D6;
}
form input {
  width: 100%;
}
form .upload_form_subform {
  height: 100%;
  padding: 0;
  margin-bottom: 0;
  overflow: hidden;
}
form .upload_form_subform #add_another {
  margin: 15px 0 0 6px;
}
form .upload_form_subform .date_input_container input {
  width: 75px;
}
form .upload_form_subform .description_input_container input {
  width: 190px;
}
form .upload_form_subform .options {
  width: 16px;
}
form .upload_form_subform .details {
  margin-left: 10px;
}
form .upload_form_subform .placeholder {
  background-position: left center;
  background-repeat: no-repeat;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  padding-left: 20px;
  position: relative;
  width: 345px;
}
form .upload_form_subform .placeholder.uploading {
  background-image: url("/images/environment/default/layout/bits/indicator-loading-normal.gif");
}
form .upload_form_subform .placeholder .progressbar {
  display: none;
  height: 10px;
  position: absolute;
  right: 5px;
  top: 9px;
  width: 95px;
}
form .upload_form_subform .placeholder .progressbar .progressbar_inner {
  background: none repeat scroll 0 0 #27AE60;
  border-radius: 10px;
  height: 10px;
}
form .upload_form_subform tr.pending .placeholder .progressbar {
  display: block;
}
form .upload_form_subform td.delete_row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  padding: 0;
}
form .upload_form_subform td.delete_row a {
  width: 40px;
  height: 40px;
  margin-right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #304568;
  text-decoration: none !important;
}
form .upload_form_subform td.delete_row a:hover {
  background-color: rgba(244, 245, 246, 0.5);
}
form .upload_form_subform td.delete_row a:hover.delete_item {
  color: #bf2b48;
}
form .upload_form_subform .multiupload_table {
  margin-bottom: 10px;
}
form .upload_form_subform .add_another_wrapper p.details {
  color: #999;
  display: inline;
  margin: 0 0 0 10px;
  padding: 0;
}
form .upload_form_subform p.empty_page {
  width: 550px;
}
.add_button_wrapper .browse-area {
  display: flex;
  flex-direction: column !important;
  justify-content: flex-start;
  align-items: center;
  min-height: 400px;
  margin: 20px 0;
  border: dashed 2px #BDC3C7 !important;
  text-decoration: none;
}
.add_button_wrapper .browse-area .browse-button {
  background-color: #304568;
  border-radius: 2px;
  color: white;
  border: 1px solid #243454;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
.add_button_wrapper .browse-area .browse-button a {
  color: white;
  text-decoration: none !important;
}
.add_button_wrapper .browse-area .browse-button::before {
  content: "\f002";
  font-family: 'Font Awesome 6 Free';
  color: white;
  font-weight: 600;
  font-size: 16px;
  margin-right: 10px;
}
.add_button_wrapper .browse-area .browse-button:hover {
  border-color: #243454;
  box-shadow: 1px 1px 4px #243454;
  background-color: #243454;
}
.add_button_wrapper .browse-area .browse-button:disabled {
  background-color: #ECF0F1;
}
.switch {
  position: relative;
  display: inline-block;
  width: 56px !important;
  height: 30px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch input:after {
  content: none !important;
}
.switch input:before {
  content: none !important;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #7F8C8D;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .slider {
  background-color: #ea9200;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.amb-empty-state-small {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 300px;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.amb-empty-state-small .empty-state-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: white;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.amb-empty-state-small .empty-state-icon i {
  position: absolute;
  font-size: 28px;
  text-align: center;
  color: rgba(36, 52, 84, 0.4);
}
.amb-empty-state-small .empty-state-icon i.encounter:before,
.amb-empty-state-small .empty-state-icon i.action:before {
  content: '\f29a';
}
.amb-empty-state-small .empty-state-icon i.note:before {
  content: '\f249';
}
.amb-empty-state-small .empty-state-icon i.patient_file:before {
  content: '\f56c';
}
.amb-empty-state-small .empty-state-icon i.website:before {
  content: '\f57d';
}
.amb-empty-state-small .empty-state-icon i.email:before {
  content: '\f0e0';
}
.amb-empty-state-small .empty-state-icon i.letter:before {
  content: '\f2b6';
}
.amb-empty-state-small .empty-state-icon i.tag:before {
  content: '\f02c';
}
.amb-empty-state-small .empty-state-icon i.category:before {
  content: '\f5da';
}
.amb-empty-state-small .empty-state-icon i.credential:before {
  content: '\f0a3';
}
.amb-empty-state-small .empty-state-icon i.sufix:before,
.amb-empty-state-small .empty-state-icon i.prefix:before {
  content: '\f305';
}
.amb-empty-state-small .empty-state-icon i.specialty:before {
  content: '\f005';
}
.amb-empty-state-small .empty-state-icon i.status:before {
  content: '\f1e7';
}
.amb-empty-state-small .empty-state-icon i.patient:before {
  content: '\f0c0';
}
.amb-empty-state-small .empty-state-icon i.user:before {
  content: '\f007';
}
.amb-empty-state-small .empty-state-icon i.change:before {
  content: '\f0ca';
}
.amb-empty-state-small .empty-state-icon i.referral:before {
  content: '\f0a4';
}
.amb-empty-state-small .empty-state-icon i.fax:before {
  content: '\f1ac';
}
.amb-empty-state-small .empty-state-icon i.phone:before {
  content: '\f095';
}
.amb-empty-state-small .empty-state-icon i.address:before {
  content: '\f2b9';
}
.amb-empty-state-small .empty-state-icon i.interim:before {
  content: '\f279';
}
.amb-empty-state-small .empty-state-icon i.list:before {
  content: '\f0ca';
}
.amb-empty-state-small .empty-state-information {
  display: flex;
  flex-direction: column;
}
.amb-empty-state-small .empty-state-information span {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #2C3E50;
}
.amb-empty-state-small .empty-state-information span.empty-state-description {
  font-size: 16px;
}
.amb-empty-state-small .empty-state-information span {
  font-weight: 400;
  font-size: 16px;
}
.amb-tooltip-menu-item {
  position: relative;
}
.amb-tooltip-menu-item[amb-tooltip-text] {
  position: absolute;
  z-index: 100000;
  cursor: pointer;
  /* Triangle hack to make tooltip look like a speech bubble */
}
.amb-tooltip-menu-item[amb-tooltip-text]:before,
.amb-tooltip-menu-item[amb-tooltip-text]:after {
  visibility: visible;
  pointer-events: none;
  z-index: 100000;
}
.amb-tooltip-menu-item[amb-tooltip-text]:before {
  content: attr(amb-tooltip-text);
  position: absolute;
  text-align: center;
  font-size: 16px;
  color: #fff;
  left: 5px;
  bottom: -40px;
  padding: 9px;
  border-radius: 2px;
  border-radius: 3px;
  background-color: #243454;
  white-space: nowrap;
}
.amb-tooltip-menu-item[amb-tooltip-text]:after {
  content: " ";
  position: absolute;
  bottom: 121%;
  left: -2px;
  bottom: -27px;
  width: 0;
  border-top: 5px solid #243454;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  font-size: 0;
  line-height: 0;
  transform: rotate(90deg);
}
.amb-tooltip-menu-item[amb-tooltip-text]:hover:before,
.amb-tooltip-menu-item[amb-tooltip-text]:hover:after {
  visibility: visible;
  opacity: 1;
  animation: fadein 0.2s ease-in;
}
.amb-tooltip-top-static[amb-tooltip-text] {
  position: relative;
  z-index: 2;
  cursor: pointer;
  /* Triangle hack to make tooltip look like a speech bubble */
}
.amb-tooltip-top-static[amb-tooltip-text]:before,
.amb-tooltip-top-static[amb-tooltip-text]:after {
  z-index: 100000;
}
.amb-tooltip-top-static[amb-tooltip-text]:before {
  content: attr(amb-tooltip-text);
  position: absolute;
  text-align: center;
  font-size: 11px;
  color: #fff;
  left: 0px;
  bottom: 138%;
  margin-bottom: -2px;
  padding: 5px 8px;
  border-radius: 2px;
  border-radius: 3px;
  background-color: rgba(24, 42, 60, 0.98);
  white-space: nowrap;
}
.amb-tooltip-top-static[amb-tooltip-text]:after {
  position: absolute;
  bottom: 102%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid rgba(24, 42, 60, 0.98);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}
.amb-tooltip-top[amb-tooltip-text] {
  position: relative;
  z-index: 2;
  cursor: pointer;
  /* Triangle hack to make tooltip look like a speech bubble */
}
.amb-tooltip-top[amb-tooltip-text]:before,
.amb-tooltip-top[amb-tooltip-text]:after {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 100000;
}
.amb-tooltip-top[amb-tooltip-text]:before {
  content: attr(amb-tooltip-text);
  position: absolute;
  text-align: center;
  font-size: 11px;
  color: #fff;
  left: 0px;
  bottom: 138%;
  margin-bottom: -2px;
  padding: 5px 8px;
  border-radius: 2px;
  border-radius: 3px;
  background-color: rgba(24, 42, 60, 0.98);
  white-space: nowrap;
}
.amb-tooltip-top[amb-tooltip-text]:after {
  position: absolute;
  bottom: 121%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid rgba(24, 42, 60, 0.98);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}
.amb-tooltip-top[amb-tooltip-text]:hover:before,
.amb-tooltip-top[amb-tooltip-text]:hover:after {
  visibility: visible;
  opacity: 1;
  animation: fadein 0.2s ease-in;
}
.amb-tooltip-bottom[amb-tooltip-text] {
  position: relative;
  z-index: 2;
  cursor: pointer;
  /* Triangle hack to make tooltip look like a speech bubble */
}
.amb-tooltip-bottom[amb-tooltip-text]:before,
.amb-tooltip-bottom[amb-tooltip-text]:after {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 100000;
}
.amb-tooltip-bottom[amb-tooltip-text]:before {
  content: attr(amb-tooltip-text);
  position: absolute;
  text-align: center;
  font-size: 11px;
  color: #fff;
  right: 0;
  top: 122%;
  margin-bottom: -2px;
  padding: 5px 8px;
  border-radius: 2px;
  border-radius: 3px;
  background-color: rgba(24, 42, 60, 0.98);
  white-space: nowrap;
}
.amb-tooltip-bottom[amb-tooltip-text]:after {
  position: absolute;
  top: 111%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-bottom: 5px solid rgba(24, 42, 60, 0.98);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}
.amb-tooltip-bottom[amb-tooltip-text]:hover:before,
.amb-tooltip-bottom[amb-tooltip-text]:hover:after {
  visibility: visible;
  opacity: 1;
  animation: fadein 0.2s ease-in;
}
.amb-tooltip-right[amb-tooltip-text] {
  position: relative;
  z-index: 2;
  cursor: pointer;
  /* Triangle hack to make tooltip look like a speech bubble */
}
.amb-tooltip-right[amb-tooltip-text]:before,
.amb-tooltip-right[amb-tooltip-text]:after {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 100000;
}
.amb-tooltip-right[amb-tooltip-text]:before {
  content: attr(amb-tooltip-text);
  position: absolute;
  text-align: center;
  font-size: 11px;
  color: #fff;
  left: 0px;
  bottom: 145%;
  margin-bottom: -2px;
  padding: 5px 8px;
  border-radius: 2px;
  border-radius: 3px;
  background-color: rgba(24, 42, 60, 0.98);
  white-space: nowrap;
}
.amb-tooltip-right[amb-tooltip-text]:after {
  position: absolute;
  bottom: 121%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid rgba(24, 42, 60, 0.98);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}
.amb-tooltip-right[amb-tooltip-text]:hover:before,
.amb-tooltip-right[amb-tooltip-text]:hover:after {
  visibility: visible;
  opacity: 1;
  animation: fadein 0.2s ease-in;
}
.amb-tooltip-left[amb-tooltip-text] {
  position: relative;
  z-index: 2;
  cursor: pointer;
  /* Triangle hack to make tooltip look like a speech bubble */
}
.amb-tooltip-left[amb-tooltip-text]:before,
.amb-tooltip-left[amb-tooltip-text]:after {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 100000;
}
.amb-tooltip-left[amb-tooltip-text]:before {
  content: attr(amb-tooltip-text);
  position: absolute;
  text-align: center;
  font-size: 16px;
  color: #fff;
  right: 0px;
  bottom: 145%;
  margin-bottom: -2px;
  padding: 5px 8px;
  border-radius: 2px;
  border-radius: 3px;
  background-color: rgba(24, 42, 60, 0.98);
  white-space: nowrap;
}
.amb-tooltip-left[amb-tooltip-text]:after {
  position: absolute;
  bottom: 121%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid rgba(24, 42, 60, 0.98);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}
.amb-tooltip-left[amb-tooltip-text]:hover:before,
.amb-tooltip-left[amb-tooltip-text]:hover:after {
  visibility: visible;
  opacity: 1;
  animation: fadein 0.2s ease-in;
}
.ringing-bell {
  -webkit-animation: ring 5s 0.7s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 5s 0.7s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 5s 0.7s ease-in-out infinite;
  transform-origin: 50% 4px;
}
@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotateZ(0);
  }
  1% {
    -webkit-transform: rotateZ(30deg);
  }
  3% {
    -webkit-transform: rotateZ(-28deg);
  }
  5% {
    -webkit-transform: rotateZ(34deg);
  }
  7% {
    -webkit-transform: rotateZ(-32deg);
  }
  9% {
    -webkit-transform: rotateZ(30deg);
  }
  11% {
    -webkit-transform: rotateZ(-28deg);
  }
  13% {
    -webkit-transform: rotateZ(26deg);
  }
  15% {
    -webkit-transform: rotateZ(-24deg);
  }
  17% {
    -webkit-transform: rotateZ(22deg);
  }
  19% {
    -webkit-transform: rotateZ(-20deg);
  }
  21% {
    -webkit-transform: rotateZ(18deg);
  }
  23% {
    -webkit-transform: rotateZ(-16deg);
  }
  25% {
    -webkit-transform: rotateZ(14deg);
  }
  27% {
    -webkit-transform: rotateZ(-12deg);
  }
  29% {
    -webkit-transform: rotateZ(10deg);
  }
  31% {
    -webkit-transform: rotateZ(-8deg);
  }
  33% {
    -webkit-transform: rotateZ(6deg);
  }
  35% {
    -webkit-transform: rotateZ(-4deg);
  }
  37% {
    -webkit-transform: rotateZ(2deg);
  }
  39% {
    -webkit-transform: rotateZ(-1deg);
  }
  41% {
    -webkit-transform: rotateZ(1deg);
  }
  43% {
    -webkit-transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(0);
  }
}
@-moz-keyframes ring {
  0% {
    -moz-transform: rotate(0);
  }
  1% {
    -moz-transform: rotate(30deg);
  }
  3% {
    -moz-transform: rotate(-28deg);
  }
  5% {
    -moz-transform: rotate(34deg);
  }
  7% {
    -moz-transform: rotate(-32deg);
  }
  9% {
    -moz-transform: rotate(30deg);
  }
  11% {
    -moz-transform: rotate(-28deg);
  }
  13% {
    -moz-transform: rotate(26deg);
  }
  15% {
    -moz-transform: rotate(-24deg);
  }
  17% {
    -moz-transform: rotate(22deg);
  }
  19% {
    -moz-transform: rotate(-20deg);
  }
  21% {
    -moz-transform: rotate(18deg);
  }
  23% {
    -moz-transform: rotate(-16deg);
  }
  25% {
    -moz-transform: rotate(14deg);
  }
  27% {
    -moz-transform: rotate(-12deg);
  }
  29% {
    -moz-transform: rotate(10deg);
  }
  31% {
    -moz-transform: rotate(-8deg);
  }
  33% {
    -moz-transform: rotate(6deg);
  }
  35% {
    -moz-transform: rotate(-4deg);
  }
  37% {
    -moz-transform: rotate(2deg);
  }
  39% {
    -moz-transform: rotate(-1deg);
  }
  41% {
    -moz-transform: rotate(1deg);
  }
  43% {
    -moz-transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(0);
  }
}
@keyframes ring {
  0% {
    transform: rotate(0);
  }
  1% {
    transform: rotate(30deg);
  }
  3% {
    transform: rotate(-28deg);
  }
  5% {
    transform: rotate(34deg);
  }
  7% {
    transform: rotate(-32deg);
  }
  9% {
    transform: rotate(30deg);
  }
  11% {
    transform: rotate(-28deg);
  }
  13% {
    transform: rotate(26deg);
  }
  15% {
    transform: rotate(-24deg);
  }
  17% {
    transform: rotate(22deg);
  }
  19% {
    transform: rotate(-20deg);
  }
  21% {
    transform: rotate(18deg);
  }
  23% {
    transform: rotate(-16deg);
  }
  25% {
    transform: rotate(14deg);
  }
  27% {
    transform: rotate(-12deg);
  }
  29% {
    transform: rotate(10deg);
  }
  31% {
    transform: rotate(-8deg);
  }
  33% {
    transform: rotate(6deg);
  }
  35% {
    transform: rotate(-4deg);
  }
  37% {
    transform: rotate(2deg);
  }
  39% {
    transform: rotate(-1deg);
  }
  41% {
    transform: rotate(1deg);
  }
  43% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }
  80%,
  100% {
    opacity: 0;
  }
}
@keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeinFrom05 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeoutTo05 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.5;
  }
}
@keyframes ambroseBlueBackgroundFade {
  from {
    background-color: rgba(65, 92, 119, 0);
  }
  to {
    background-color: #415c77;
  }
}
.tt-input,
.tt-hint {
  width: 396px;
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
  border-radius: 8px;
  outline: none;
}
.tt-input {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tt-hint {
  color: #999;
}
.tt-menu {
  width: 422px;
  margin-top: 12px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}
.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #304568;
}
.tt-suggestion p {
  margin: 0;
}
.datetime_widget input[type=date] {
  width: 170px;
}
.datetime_widget input[type=time] {
  width: 150px;
  margin-left: 10px;
}
input.time_widget {
  width: 150px;
}
.colorpicker_widget {
  flex-direction: row!important;
}
.colorpicker_widget .colorpicker_widget_element .sp-replacer {
  margin: 0 8px;
  border: none;
  background: white;
}
.colorpicker_widget .colorpicker_widget_element .sp-replacer .sp-preview {
  height: 29px;
  box-shadow: 0 1px 3px #D6D6D6;
}
.colorpicker_widget .colorpicker_widget_element .sp-replacer .sp-dd {
  padding: 6px 0;
}
.percent_widget {
  flex-direction: row!important;
}
.percent_widget input {
  width: 100px;
}
.percent_widget label {
  margin-top: 14px!important;
}
/*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, 'Font Awesome 6 Free');
  font-weight: var(--fa-style, 900);
}
.fa,
.fas,
.fa-solid,
.fass,
.fa-sharp,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}
.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free';
}
.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands';
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}
.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333333em;
  vertical-align: 0.125em;
}
.fa-sm {
  font-size: 0.875em;
  line-height: 0.07142857em;
  vertical-align: 0.05357143em;
}
.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}
.fa-xl {
  font-size: 1.5em;
  line-height: 0.04166667em;
  vertical-align: -0.125em;
}
.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}
.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}
.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}
.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}
.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-bounce {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.280, 0.840, 0.420, 1));
}
.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4,0,.6,1));
}
.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4,0,.6,1));
}
.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-spin-reverse {
  --fa-animation-direction: reverse;
}
.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));;
}
@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%,
  90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--#{$fa-css-prefix}-bounce-start-scale-x, 1.1),var(--#{$fa-css-prefix}-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--#{$fa-css-prefix}-bounce-jump-scale-x, 0.9),var(--#{$fa-css-prefix}-bounce-jump-scale-y, 1.1)) translateY(var(--#{$fa-css-prefix}-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--#{$fa-css-prefix}-bounce-land-scale-x, 1.05),var(--#{$fa-css-prefix}-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1,1) translateY(var(--#{$fa-css-prefix}-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%,
  100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%,
  24% {
    transform: rotate(-18deg);
  }
  12%,
  28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%,
  100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}
.fa-rotate-180 {
  transform: rotate(180deg);
}
.fa-rotate-270 {
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  transform: scale(1, -1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}
.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, none));
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: var(--fa-inverse, #fff);
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-0::before {
  content: "\30";
}
.fa-1::before {
  content: "\31";
}
.fa-2::before {
  content: "\32";
}
.fa-3::before {
  content: "\33";
}
.fa-4::before {
  content: "\34";
}
.fa-5::before {
  content: "\35";
}
.fa-6::before {
  content: "\36";
}
.fa-7::before {
  content: "\37";
}
.fa-8::before {
  content: "\38";
}
.fa-9::before {
  content: "\39";
}
.fa-fill-drip::before {
  content: "\f576";
}
.fa-arrows-to-circle::before {
  content: "\e4bd";
}
.fa-circle-chevron-right::before {
  content: "\f138";
}
.fa-chevron-circle-right::before {
  content: "\f138";
}
.fa-at::before {
  content: "\40";
}
.fa-trash-can::before {
  content: "\f2ed";
}
.fa-trash-alt::before {
  content: "\f2ed";
}
.fa-text-height::before {
  content: "\f034";
}
.fa-user-xmark::before {
  content: "\f235";
}
.fa-user-times::before {
  content: "\f235";
}
.fa-stethoscope::before {
  content: "\f0f1";
}
.fa-message::before {
  content: "\f27a";
}
.fa-comment-alt::before {
  content: "\f27a";
}
.fa-info::before {
  content: "\f129";
}
.fa-down-left-and-up-right-to-center::before {
  content: "\f422";
}
.fa-compress-alt::before {
  content: "\f422";
}
.fa-explosion::before {
  content: "\e4e9";
}
.fa-file-lines::before {
  content: "\f15c";
}
.fa-file-alt::before {
  content: "\f15c";
}
.fa-file-text::before {
  content: "\f15c";
}
.fa-wave-square::before {
  content: "\f83e";
}
.fa-ring::before {
  content: "\f70b";
}
.fa-building-un::before {
  content: "\e4d9";
}
.fa-dice-three::before {
  content: "\f527";
}
.fa-calendar-days::before {
  content: "\f073";
}
.fa-calendar-alt::before {
  content: "\f073";
}
.fa-anchor-circle-check::before {
  content: "\e4aa";
}
.fa-building-circle-arrow-right::before {
  content: "\e4d1";
}
.fa-volleyball::before {
  content: "\f45f";
}
.fa-volleyball-ball::before {
  content: "\f45f";
}
.fa-arrows-up-to-line::before {
  content: "\e4c2";
}
.fa-sort-down::before {
  content: "\f0dd";
}
.fa-sort-desc::before {
  content: "\f0dd";
}
.fa-circle-minus::before {
  content: "\f056";
}
.fa-minus-circle::before {
  content: "\f056";
}
.fa-door-open::before {
  content: "\f52b";
}
.fa-right-from-bracket::before {
  content: "\f2f5";
}
.fa-sign-out-alt::before {
  content: "\f2f5";
}
.fa-atom::before {
  content: "\f5d2";
}
.fa-soap::before {
  content: "\e06e";
}
.fa-icons::before {
  content: "\f86d";
}
.fa-heart-music-camera-bolt::before {
  content: "\f86d";
}
.fa-microphone-lines-slash::before {
  content: "\f539";
}
.fa-microphone-alt-slash::before {
  content: "\f539";
}
.fa-bridge-circle-check::before {
  content: "\e4c9";
}
.fa-pump-medical::before {
  content: "\e06a";
}
.fa-fingerprint::before {
  content: "\f577";
}
.fa-hand-point-right::before {
  content: "\f0a4";
}
.fa-magnifying-glass-location::before {
  content: "\f689";
}
.fa-search-location::before {
  content: "\f689";
}
.fa-forward-step::before {
  content: "\f051";
}
.fa-step-forward::before {
  content: "\f051";
}
.fa-face-smile-beam::before {
  content: "\f5b8";
}
.fa-smile-beam::before {
  content: "\f5b8";
}
.fa-flag-checkered::before {
  content: "\f11e";
}
.fa-football::before {
  content: "\f44e";
}
.fa-football-ball::before {
  content: "\f44e";
}
.fa-school-circle-exclamation::before {
  content: "\e56c";
}
.fa-crop::before {
  content: "\f125";
}
.fa-angles-down::before {
  content: "\f103";
}
.fa-angle-double-down::before {
  content: "\f103";
}
.fa-users-rectangle::before {
  content: "\e594";
}
.fa-people-roof::before {
  content: "\e537";
}
.fa-people-line::before {
  content: "\e534";
}
.fa-beer-mug-empty::before {
  content: "\f0fc";
}
.fa-beer::before {
  content: "\f0fc";
}
.fa-diagram-predecessor::before {
  content: "\e477";
}
.fa-arrow-up-long::before {
  content: "\f176";
}
.fa-long-arrow-up::before {
  content: "\f176";
}
.fa-fire-flame-simple::before {
  content: "\f46a";
}
.fa-burn::before {
  content: "\f46a";
}
.fa-person::before {
  content: "\f183";
}
.fa-male::before {
  content: "\f183";
}
.fa-laptop::before {
  content: "\f109";
}
.fa-file-csv::before {
  content: "\f6dd";
}
.fa-menorah::before {
  content: "\f676";
}
.fa-truck-plane::before {
  content: "\e58f";
}
.fa-record-vinyl::before {
  content: "\f8d9";
}
.fa-face-grin-stars::before {
  content: "\f587";
}
.fa-grin-stars::before {
  content: "\f587";
}
.fa-bong::before {
  content: "\f55c";
}
.fa-spaghetti-monster-flying::before {
  content: "\f67b";
}
.fa-pastafarianism::before {
  content: "\f67b";
}
.fa-arrow-down-up-across-line::before {
  content: "\e4af";
}
.fa-spoon::before {
  content: "\f2e5";
}
.fa-utensil-spoon::before {
  content: "\f2e5";
}
.fa-jar-wheat::before {
  content: "\e517";
}
.fa-envelopes-bulk::before {
  content: "\f674";
}
.fa-mail-bulk::before {
  content: "\f674";
}
.fa-file-circle-exclamation::before {
  content: "\e4eb";
}
.fa-circle-h::before {
  content: "\f47e";
}
.fa-hospital-symbol::before {
  content: "\f47e";
}
.fa-pager::before {
  content: "\f815";
}
.fa-address-book::before {
  content: "\f2b9";
}
.fa-contact-book::before {
  content: "\f2b9";
}
.fa-strikethrough::before {
  content: "\f0cc";
}
.fa-k::before {
  content: "\4b";
}
.fa-landmark-flag::before {
  content: "\e51c";
}
.fa-pencil::before {
  content: "\f303";
}
.fa-pencil-alt::before {
  content: "\f303";
}
.fa-backward::before {
  content: "\f04a";
}
.fa-caret-right::before {
  content: "\f0da";
}
.fa-comments::before {
  content: "\f086";
}
.fa-paste::before {
  content: "\f0ea";
}
.fa-file-clipboard::before {
  content: "\f0ea";
}
.fa-code-pull-request::before {
  content: "\e13c";
}
.fa-clipboard-list::before {
  content: "\f46d";
}
.fa-truck-ramp-box::before {
  content: "\f4de";
}
.fa-truck-loading::before {
  content: "\f4de";
}
.fa-user-check::before {
  content: "\f4fc";
}
.fa-vial-virus::before {
  content: "\e597";
}
.fa-sheet-plastic::before {
  content: "\e571";
}
.fa-blog::before {
  content: "\f781";
}
.fa-user-ninja::before {
  content: "\f504";
}
.fa-person-arrow-up-from-line::before {
  content: "\e539";
}
.fa-scroll-torah::before {
  content: "\f6a0";
}
.fa-torah::before {
  content: "\f6a0";
}
.fa-broom-ball::before {
  content: "\f458";
}
.fa-quidditch::before {
  content: "\f458";
}
.fa-quidditch-broom-ball::before {
  content: "\f458";
}
.fa-toggle-off::before {
  content: "\f204";
}
.fa-box-archive::before {
  content: "\f187";
}
.fa-archive::before {
  content: "\f187";
}
.fa-person-drowning::before {
  content: "\e545";
}
.fa-arrow-down-9-1::before {
  content: "\f886";
}
.fa-sort-numeric-desc::before {
  content: "\f886";
}
.fa-sort-numeric-down-alt::before {
  content: "\f886";
}
.fa-face-grin-tongue-squint::before {
  content: "\f58a";
}
.fa-grin-tongue-squint::before {
  content: "\f58a";
}
.fa-spray-can::before {
  content: "\f5bd";
}
.fa-truck-monster::before {
  content: "\f63b";
}
.fa-w::before {
  content: "\57";
}
.fa-earth-africa::before {
  content: "\f57c";
}
.fa-globe-africa::before {
  content: "\f57c";
}
.fa-rainbow::before {
  content: "\f75b";
}
.fa-circle-notch::before {
  content: "\f1ce";
}
.fa-tablet-screen-button::before {
  content: "\f3fa";
}
.fa-tablet-alt::before {
  content: "\f3fa";
}
.fa-paw::before {
  content: "\f1b0";
}
.fa-cloud::before {
  content: "\f0c2";
}
.fa-trowel-bricks::before {
  content: "\e58a";
}
.fa-face-flushed::before {
  content: "\f579";
}
.fa-flushed::before {
  content: "\f579";
}
.fa-hospital-user::before {
  content: "\f80d";
}
.fa-tent-arrow-left-right::before {
  content: "\e57f";
}
.fa-gavel::before {
  content: "\f0e3";
}
.fa-legal::before {
  content: "\f0e3";
}
.fa-binoculars::before {
  content: "\f1e5";
}
.fa-microphone-slash::before {
  content: "\f131";
}
.fa-box-tissue::before {
  content: "\e05b";
}
.fa-motorcycle::before {
  content: "\f21c";
}
.fa-bell-concierge::before {
  content: "\f562";
}
.fa-concierge-bell::before {
  content: "\f562";
}
.fa-pen-ruler::before {
  content: "\f5ae";
}
.fa-pencil-ruler::before {
  content: "\f5ae";
}
.fa-people-arrows::before {
  content: "\e068";
}
.fa-people-arrows-left-right::before {
  content: "\e068";
}
.fa-mars-and-venus-burst::before {
  content: "\e523";
}
.fa-square-caret-right::before {
  content: "\f152";
}
.fa-caret-square-right::before {
  content: "\f152";
}
.fa-scissors::before {
  content: "\f0c4";
}
.fa-cut::before {
  content: "\f0c4";
}
.fa-sun-plant-wilt::before {
  content: "\e57a";
}
.fa-toilets-portable::before {
  content: "\e584";
}
.fa-hockey-puck::before {
  content: "\f453";
}
.fa-table::before {
  content: "\f0ce";
}
.fa-magnifying-glass-arrow-right::before {
  content: "\e521";
}
.fa-tachograph-digital::before {
  content: "\f566";
}
.fa-digital-tachograph::before {
  content: "\f566";
}
.fa-users-slash::before {
  content: "\e073";
}
.fa-clover::before {
  content: "\e139";
}
.fa-reply::before {
  content: "\f3e5";
}
.fa-mail-reply::before {
  content: "\f3e5";
}
.fa-star-and-crescent::before {
  content: "\f699";
}
.fa-house-fire::before {
  content: "\e50c";
}
.fa-square-minus::before {
  content: "\f146";
}
.fa-minus-square::before {
  content: "\f146";
}
.fa-helicopter::before {
  content: "\f533";
}
.fa-compass::before {
  content: "\f14e";
}
.fa-square-caret-down::before {
  content: "\f150";
}
.fa-caret-square-down::before {
  content: "\f150";
}
.fa-file-circle-question::before {
  content: "\e4ef";
}
.fa-laptop-code::before {
  content: "\f5fc";
}
.fa-swatchbook::before {
  content: "\f5c3";
}
.fa-prescription-bottle::before {
  content: "\f485";
}
.fa-bars::before {
  content: "\f0c9";
}
.fa-navicon::before {
  content: "\f0c9";
}
.fa-people-group::before {
  content: "\e533";
}
.fa-hourglass-end::before {
  content: "\f253";
}
.fa-hourglass-3::before {
  content: "\f253";
}
.fa-heart-crack::before {
  content: "\f7a9";
}
.fa-heart-broken::before {
  content: "\f7a9";
}
.fa-square-up-right::before {
  content: "\f360";
}
.fa-external-link-square-alt::before {
  content: "\f360";
}
.fa-face-kiss-beam::before {
  content: "\f597";
}
.fa-kiss-beam::before {
  content: "\f597";
}
.fa-film::before {
  content: "\f008";
}
.fa-ruler-horizontal::before {
  content: "\f547";
}
.fa-people-robbery::before {
  content: "\e536";
}
.fa-lightbulb::before {
  content: "\f0eb";
}
.fa-caret-left::before {
  content: "\f0d9";
}
.fa-circle-exclamation::before {
  content: "\f06a";
}
.fa-exclamation-circle::before {
  content: "\f06a";
}
.fa-school-circle-xmark::before {
  content: "\e56d";
}
.fa-arrow-right-from-bracket::before {
  content: "\f08b";
}
.fa-sign-out::before {
  content: "\f08b";
}
.fa-circle-chevron-down::before {
  content: "\f13a";
}
.fa-chevron-circle-down::before {
  content: "\f13a";
}
.fa-unlock-keyhole::before {
  content: "\f13e";
}
.fa-unlock-alt::before {
  content: "\f13e";
}
.fa-cloud-showers-heavy::before {
  content: "\f740";
}
.fa-headphones-simple::before {
  content: "\f58f";
}
.fa-headphones-alt::before {
  content: "\f58f";
}
.fa-sitemap::before {
  content: "\f0e8";
}
.fa-circle-dollar-to-slot::before {
  content: "\f4b9";
}
.fa-donate::before {
  content: "\f4b9";
}
.fa-memory::before {
  content: "\f538";
}
.fa-road-spikes::before {
  content: "\e568";
}
.fa-fire-burner::before {
  content: "\e4f1";
}
.fa-flag::before {
  content: "\f024";
}
.fa-hanukiah::before {
  content: "\f6e6";
}
.fa-feather::before {
  content: "\f52d";
}
.fa-volume-low::before {
  content: "\f027";
}
.fa-volume-down::before {
  content: "\f027";
}
.fa-comment-slash::before {
  content: "\f4b3";
}
.fa-cloud-sun-rain::before {
  content: "\f743";
}
.fa-compress::before {
  content: "\f066";
}
.fa-wheat-awn::before {
  content: "\e2cd";
}
.fa-wheat-alt::before {
  content: "\e2cd";
}
.fa-ankh::before {
  content: "\f644";
}
.fa-hands-holding-child::before {
  content: "\e4fa";
}
.fa-asterisk::before {
  content: "\2a";
}
.fa-square-check::before {
  content: "\f14a";
}
.fa-check-square::before {
  content: "\f14a";
}
.fa-peseta-sign::before {
  content: "\e221";
}
.fa-heading::before {
  content: "\f1dc";
}
.fa-header::before {
  content: "\f1dc";
}
.fa-ghost::before {
  content: "\f6e2";
}
.fa-list::before {
  content: "\f03a";
}
.fa-list-squares::before {
  content: "\f03a";
}
.fa-square-phone-flip::before {
  content: "\f87b";
}
.fa-phone-square-alt::before {
  content: "\f87b";
}
.fa-cart-plus::before {
  content: "\f217";
}
.fa-gamepad::before {
  content: "\f11b";
}
.fa-circle-dot::before {
  content: "\f192";
}
.fa-dot-circle::before {
  content: "\f192";
}
.fa-face-dizzy::before {
  content: "\f567";
}
.fa-dizzy::before {
  content: "\f567";
}
.fa-egg::before {
  content: "\f7fb";
}
.fa-house-medical-circle-xmark::before {
  content: "\e513";
}
.fa-campground::before {
  content: "\f6bb";
}
.fa-folder-plus::before {
  content: "\f65e";
}
.fa-futbol::before {
  content: "\f1e3";
}
.fa-futbol-ball::before {
  content: "\f1e3";
}
.fa-soccer-ball::before {
  content: "\f1e3";
}
.fa-paintbrush::before {
  content: "\f1fc";
}
.fa-paint-brush::before {
  content: "\f1fc";
}
.fa-lock::before {
  content: "\f023";
}
.fa-gas-pump::before {
  content: "\f52f";
}
.fa-hot-tub-person::before {
  content: "\f593";
}
.fa-hot-tub::before {
  content: "\f593";
}
.fa-map-location::before {
  content: "\f59f";
}
.fa-map-marked::before {
  content: "\f59f";
}
.fa-house-flood-water::before {
  content: "\e50e";
}
.fa-tree::before {
  content: "\f1bb";
}
.fa-bridge-lock::before {
  content: "\e4cc";
}
.fa-sack-dollar::before {
  content: "\f81d";
}
.fa-pen-to-square::before {
  content: "\f044";
}
.fa-edit::before {
  content: "\f044";
}
.fa-car-side::before {
  content: "\f5e4";
}
.fa-share-nodes::before {
  content: "\f1e0";
}
.fa-share-alt::before {
  content: "\f1e0";
}
.fa-heart-circle-minus::before {
  content: "\e4ff";
}
.fa-hourglass-half::before {
  content: "\f252";
}
.fa-hourglass-2::before {
  content: "\f252";
}
.fa-microscope::before {
  content: "\f610";
}
.fa-sink::before {
  content: "\e06d";
}
.fa-bag-shopping::before {
  content: "\f290";
}
.fa-shopping-bag::before {
  content: "\f290";
}
.fa-arrow-down-z-a::before {
  content: "\f881";
}
.fa-sort-alpha-desc::before {
  content: "\f881";
}
.fa-sort-alpha-down-alt::before {
  content: "\f881";
}
.fa-mitten::before {
  content: "\f7b5";
}
.fa-person-rays::before {
  content: "\e54d";
}
.fa-users::before {
  content: "\f0c0";
}
.fa-eye-slash::before {
  content: "\f070";
}
.fa-flask-vial::before {
  content: "\e4f3";
}
.fa-hand::before {
  content: "\f256";
}
.fa-hand-paper::before {
  content: "\f256";
}
.fa-om::before {
  content: "\f679";
}
.fa-worm::before {
  content: "\e599";
}
.fa-house-circle-xmark::before {
  content: "\e50b";
}
.fa-plug::before {
  content: "\f1e6";
}
.fa-chevron-up::before {
  content: "\f077";
}
.fa-hand-spock::before {
  content: "\f259";
}
.fa-stopwatch::before {
  content: "\f2f2";
}
.fa-face-kiss::before {
  content: "\f596";
}
.fa-kiss::before {
  content: "\f596";
}
.fa-bridge-circle-xmark::before {
  content: "\e4cb";
}
.fa-face-grin-tongue::before {
  content: "\f589";
}
.fa-grin-tongue::before {
  content: "\f589";
}
.fa-chess-bishop::before {
  content: "\f43a";
}
.fa-face-grin-wink::before {
  content: "\f58c";
}
.fa-grin-wink::before {
  content: "\f58c";
}
.fa-ear-deaf::before {
  content: "\f2a4";
}
.fa-deaf::before {
  content: "\f2a4";
}
.fa-deafness::before {
  content: "\f2a4";
}
.fa-hard-of-hearing::before {
  content: "\f2a4";
}
.fa-road-circle-check::before {
  content: "\e564";
}
.fa-dice-five::before {
  content: "\f523";
}
.fa-square-rss::before {
  content: "\f143";
}
.fa-rss-square::before {
  content: "\f143";
}
.fa-land-mine-on::before {
  content: "\e51b";
}
.fa-i-cursor::before {
  content: "\f246";
}
.fa-stamp::before {
  content: "\f5bf";
}
.fa-stairs::before {
  content: "\e289";
}
.fa-i::before {
  content: "\49";
}
.fa-hryvnia-sign::before {
  content: "\f6f2";
}
.fa-hryvnia::before {
  content: "\f6f2";
}
.fa-pills::before {
  content: "\f484";
}
.fa-face-grin-wide::before {
  content: "\f581";
}
.fa-grin-alt::before {
  content: "\f581";
}
.fa-tooth::before {
  content: "\f5c9";
}
.fa-v::before {
  content: "\56";
}
.fa-bangladeshi-taka-sign::before {
  content: "\e2e6";
}
.fa-bicycle::before {
  content: "\f206";
}
.fa-staff-snake::before {
  content: "\e579";
}
.fa-rod-asclepius::before {
  content: "\e579";
}
.fa-rod-snake::before {
  content: "\e579";
}
.fa-staff-aesculapius::before {
  content: "\e579";
}
.fa-head-side-cough-slash::before {
  content: "\e062";
}
.fa-truck-medical::before {
  content: "\f0f9";
}
.fa-ambulance::before {
  content: "\f0f9";
}
.fa-wheat-awn-circle-exclamation::before {
  content: "\e598";
}
.fa-snowman::before {
  content: "\f7d0";
}
.fa-mortar-pestle::before {
  content: "\f5a7";
}
.fa-road-barrier::before {
  content: "\e562";
}
.fa-school::before {
  content: "\f549";
}
.fa-igloo::before {
  content: "\f7ae";
}
.fa-joint::before {
  content: "\f595";
}
.fa-angle-right::before {
  content: "\f105";
}
.fa-horse::before {
  content: "\f6f0";
}
.fa-q::before {
  content: "\51";
}
.fa-g::before {
  content: "\47";
}
.fa-notes-medical::before {
  content: "\f481";
}
.fa-temperature-half::before {
  content: "\f2c9";
}
.fa-temperature-2::before {
  content: "\f2c9";
}
.fa-thermometer-2::before {
  content: "\f2c9";
}
.fa-thermometer-half::before {
  content: "\f2c9";
}
.fa-dong-sign::before {
  content: "\e169";
}
.fa-capsules::before {
  content: "\f46b";
}
.fa-poo-storm::before {
  content: "\f75a";
}
.fa-poo-bolt::before {
  content: "\f75a";
}
.fa-face-frown-open::before {
  content: "\f57a";
}
.fa-frown-open::before {
  content: "\f57a";
}
.fa-hand-point-up::before {
  content: "\f0a6";
}
.fa-money-bill::before {
  content: "\f0d6";
}
.fa-bookmark::before {
  content: "\f02e";
}
.fa-align-justify::before {
  content: "\f039";
}
.fa-umbrella-beach::before {
  content: "\f5ca";
}
.fa-helmet-un::before {
  content: "\e503";
}
.fa-bullseye::before {
  content: "\f140";
}
.fa-bacon::before {
  content: "\f7e5";
}
.fa-hand-point-down::before {
  content: "\f0a7";
}
.fa-arrow-up-from-bracket::before {
  content: "\e09a";
}
.fa-folder::before {
  content: "\f07b";
}
.fa-folder-blank::before {
  content: "\f07b";
}
.fa-file-waveform::before {
  content: "\f478";
}
.fa-file-medical-alt::before {
  content: "\f478";
}
.fa-radiation::before {
  content: "\f7b9";
}
.fa-chart-simple::before {
  content: "\e473";
}
.fa-mars-stroke::before {
  content: "\f229";
}
.fa-vial::before {
  content: "\f492";
}
.fa-gauge::before {
  content: "\f624";
}
.fa-dashboard::before {
  content: "\f624";
}
.fa-gauge-med::before {
  content: "\f624";
}
.fa-tachometer-alt-average::before {
  content: "\f624";
}
.fa-wand-magic-sparkles::before {
  content: "\e2ca";
}
.fa-magic-wand-sparkles::before {
  content: "\e2ca";
}
.fa-e::before {
  content: "\45";
}
.fa-pen-clip::before {
  content: "\f305";
}
.fa-pen-alt::before {
  content: "\f305";
}
.fa-bridge-circle-exclamation::before {
  content: "\e4ca";
}
.fa-user::before {
  content: "\f007";
}
.fa-school-circle-check::before {
  content: "\e56b";
}
.fa-dumpster::before {
  content: "\f793";
}
.fa-van-shuttle::before {
  content: "\f5b6";
}
.fa-shuttle-van::before {
  content: "\f5b6";
}
.fa-building-user::before {
  content: "\e4da";
}
.fa-square-caret-left::before {
  content: "\f191";
}
.fa-caret-square-left::before {
  content: "\f191";
}
.fa-highlighter::before {
  content: "\f591";
}
.fa-key::before {
  content: "\f084";
}
.fa-bullhorn::before {
  content: "\f0a1";
}
.fa-globe::before {
  content: "\f0ac";
}
.fa-synagogue::before {
  content: "\f69b";
}
.fa-person-half-dress::before {
  content: "\e548";
}
.fa-road-bridge::before {
  content: "\e563";
}
.fa-location-arrow::before {
  content: "\f124";
}
.fa-c::before {
  content: "\43";
}
.fa-tablet-button::before {
  content: "\f10a";
}
.fa-building-lock::before {
  content: "\e4d6";
}
.fa-pizza-slice::before {
  content: "\f818";
}
.fa-money-bill-wave::before {
  content: "\f53a";
}
.fa-chart-area::before {
  content: "\f1fe";
}
.fa-area-chart::before {
  content: "\f1fe";
}
.fa-house-flag::before {
  content: "\e50d";
}
.fa-person-circle-minus::before {
  content: "\e540";
}
.fa-ban::before {
  content: "\f05e";
}
.fa-cancel::before {
  content: "\f05e";
}
.fa-camera-rotate::before {
  content: "\e0d8";
}
.fa-spray-can-sparkles::before {
  content: "\f5d0";
}
.fa-air-freshener::before {
  content: "\f5d0";
}
.fa-star::before {
  content: "\f005";
}
.fa-repeat::before {
  content: "\f363";
}
.fa-cross::before {
  content: "\f654";
}
.fa-box::before {
  content: "\f466";
}
.fa-venus-mars::before {
  content: "\f228";
}
.fa-arrow-pointer::before {
  content: "\f245";
}
.fa-mouse-pointer::before {
  content: "\f245";
}
.fa-maximize::before {
  content: "\f31e";
}
.fa-expand-arrows-alt::before {
  content: "\f31e";
}
.fa-charging-station::before {
  content: "\f5e7";
}
.fa-shapes::before {
  content: "\f61f";
}
.fa-triangle-circle-square::before {
  content: "\f61f";
}
.fa-shuffle::before {
  content: "\f074";
}
.fa-random::before {
  content: "\f074";
}
.fa-person-running::before {
  content: "\f70c";
}
.fa-running::before {
  content: "\f70c";
}
.fa-mobile-retro::before {
  content: "\e527";
}
.fa-grip-lines-vertical::before {
  content: "\f7a5";
}
.fa-spider::before {
  content: "\f717";
}
.fa-hands-bound::before {
  content: "\e4f9";
}
.fa-file-invoice-dollar::before {
  content: "\f571";
}
.fa-plane-circle-exclamation::before {
  content: "\e556";
}
.fa-x-ray::before {
  content: "\f497";
}
.fa-spell-check::before {
  content: "\f891";
}
.fa-slash::before {
  content: "\f715";
}
.fa-computer-mouse::before {
  content: "\f8cc";
}
.fa-mouse::before {
  content: "\f8cc";
}
.fa-arrow-right-to-bracket::before {
  content: "\f090";
}
.fa-sign-in::before {
  content: "\f090";
}
.fa-shop-slash::before {
  content: "\e070";
}
.fa-store-alt-slash::before {
  content: "\e070";
}
.fa-server::before {
  content: "\f233";
}
.fa-virus-covid-slash::before {
  content: "\e4a9";
}
.fa-shop-lock::before {
  content: "\e4a5";
}
.fa-hourglass-start::before {
  content: "\f251";
}
.fa-hourglass-1::before {
  content: "\f251";
}
.fa-blender-phone::before {
  content: "\f6b6";
}
.fa-building-wheat::before {
  content: "\e4db";
}
.fa-person-breastfeeding::before {
  content: "\e53a";
}
.fa-right-to-bracket::before {
  content: "\f2f6";
}
.fa-sign-in-alt::before {
  content: "\f2f6";
}
.fa-venus::before {
  content: "\f221";
}
.fa-passport::before {
  content: "\f5ab";
}
.fa-heart-pulse::before {
  content: "\f21e";
}
.fa-heartbeat::before {
  content: "\f21e";
}
.fa-people-carry-box::before {
  content: "\f4ce";
}
.fa-people-carry::before {
  content: "\f4ce";
}
.fa-temperature-high::before {
  content: "\f769";
}
.fa-microchip::before {
  content: "\f2db";
}
.fa-crown::before {
  content: "\f521";
}
.fa-weight-hanging::before {
  content: "\f5cd";
}
.fa-xmarks-lines::before {
  content: "\e59a";
}
.fa-file-prescription::before {
  content: "\f572";
}
.fa-weight-scale::before {
  content: "\f496";
}
.fa-weight::before {
  content: "\f496";
}
.fa-user-group::before {
  content: "\f500";
}
.fa-user-friends::before {
  content: "\f500";
}
.fa-arrow-up-a-z::before {
  content: "\f15e";
}
.fa-sort-alpha-up::before {
  content: "\f15e";
}
.fa-chess-knight::before {
  content: "\f441";
}
.fa-face-laugh-squint::before {
  content: "\f59b";
}
.fa-laugh-squint::before {
  content: "\f59b";
}
.fa-wheelchair::before {
  content: "\f193";
}
.fa-circle-arrow-up::before {
  content: "\f0aa";
}
.fa-arrow-circle-up::before {
  content: "\f0aa";
}
.fa-toggle-on::before {
  content: "\f205";
}
.fa-person-walking::before {
  content: "\f554";
}
.fa-walking::before {
  content: "\f554";
}
.fa-l::before {
  content: "\4c";
}
.fa-fire::before {
  content: "\f06d";
}
.fa-bed-pulse::before {
  content: "\f487";
}
.fa-procedures::before {
  content: "\f487";
}
.fa-shuttle-space::before {
  content: "\f197";
}
.fa-space-shuttle::before {
  content: "\f197";
}
.fa-face-laugh::before {
  content: "\f599";
}
.fa-laugh::before {
  content: "\f599";
}
.fa-folder-open::before {
  content: "\f07c";
}
.fa-heart-circle-plus::before {
  content: "\e500";
}
.fa-code-fork::before {
  content: "\e13b";
}
.fa-city::before {
  content: "\f64f";
}
.fa-microphone-lines::before {
  content: "\f3c9";
}
.fa-microphone-alt::before {
  content: "\f3c9";
}
.fa-pepper-hot::before {
  content: "\f816";
}
.fa-unlock::before {
  content: "\f09c";
}
.fa-colon-sign::before {
  content: "\e140";
}
.fa-headset::before {
  content: "\f590";
}
.fa-store-slash::before {
  content: "\e071";
}
.fa-road-circle-xmark::before {
  content: "\e566";
}
.fa-user-minus::before {
  content: "\f503";
}
.fa-mars-stroke-up::before {
  content: "\f22a";
}
.fa-mars-stroke-v::before {
  content: "\f22a";
}
.fa-champagne-glasses::before {
  content: "\f79f";
}
.fa-glass-cheers::before {
  content: "\f79f";
}
.fa-clipboard::before {
  content: "\f328";
}
.fa-house-circle-exclamation::before {
  content: "\e50a";
}
.fa-file-arrow-up::before {
  content: "\f574";
}
.fa-file-upload::before {
  content: "\f574";
}
.fa-wifi::before {
  content: "\f1eb";
}
.fa-wifi-3::before {
  content: "\f1eb";
}
.fa-wifi-strong::before {
  content: "\f1eb";
}
.fa-bath::before {
  content: "\f2cd";
}
.fa-bathtub::before {
  content: "\f2cd";
}
.fa-underline::before {
  content: "\f0cd";
}
.fa-user-pen::before {
  content: "\f4ff";
}
.fa-user-edit::before {
  content: "\f4ff";
}
.fa-signature::before {
  content: "\f5b7";
}
.fa-stroopwafel::before {
  content: "\f551";
}
.fa-bold::before {
  content: "\f032";
}
.fa-anchor-lock::before {
  content: "\e4ad";
}
.fa-building-ngo::before {
  content: "\e4d7";
}
.fa-manat-sign::before {
  content: "\e1d5";
}
.fa-not-equal::before {
  content: "\f53e";
}
.fa-border-top-left::before {
  content: "\f853";
}
.fa-border-style::before {
  content: "\f853";
}
.fa-map-location-dot::before {
  content: "\f5a0";
}
.fa-map-marked-alt::before {
  content: "\f5a0";
}
.fa-jedi::before {
  content: "\f669";
}
.fa-square-poll-vertical::before {
  content: "\f681";
}
.fa-poll::before {
  content: "\f681";
}
.fa-mug-hot::before {
  content: "\f7b6";
}
.fa-car-battery::before {
  content: "\f5df";
}
.fa-battery-car::before {
  content: "\f5df";
}
.fa-gift::before {
  content: "\f06b";
}
.fa-dice-two::before {
  content: "\f528";
}
.fa-chess-queen::before {
  content: "\f445";
}
.fa-glasses::before {
  content: "\f530";
}
.fa-chess-board::before {
  content: "\f43c";
}
.fa-building-circle-check::before {
  content: "\e4d2";
}
.fa-person-chalkboard::before {
  content: "\e53d";
}
.fa-mars-stroke-right::before {
  content: "\f22b";
}
.fa-mars-stroke-h::before {
  content: "\f22b";
}
.fa-hand-back-fist::before {
  content: "\f255";
}
.fa-hand-rock::before {
  content: "\f255";
}
.fa-square-caret-up::before {
  content: "\f151";
}
.fa-caret-square-up::before {
  content: "\f151";
}
.fa-cloud-showers-water::before {
  content: "\e4e4";
}
.fa-chart-bar::before {
  content: "\f080";
}
.fa-bar-chart::before {
  content: "\f080";
}
.fa-hands-bubbles::before {
  content: "\e05e";
}
.fa-hands-wash::before {
  content: "\e05e";
}
.fa-less-than-equal::before {
  content: "\f537";
}
.fa-train::before {
  content: "\f238";
}
.fa-eye-low-vision::before {
  content: "\f2a8";
}
.fa-low-vision::before {
  content: "\f2a8";
}
.fa-crow::before {
  content: "\f520";
}
.fa-sailboat::before {
  content: "\e445";
}
.fa-window-restore::before {
  content: "\f2d2";
}
.fa-square-plus::before {
  content: "\f0fe";
}
.fa-plus-square::before {
  content: "\f0fe";
}
.fa-torii-gate::before {
  content: "\f6a1";
}
.fa-frog::before {
  content: "\f52e";
}
.fa-bucket::before {
  content: "\e4cf";
}
.fa-image::before {
  content: "\f03e";
}
.fa-microphone::before {
  content: "\f130";
}
.fa-cow::before {
  content: "\f6c8";
}
.fa-caret-up::before {
  content: "\f0d8";
}
.fa-screwdriver::before {
  content: "\f54a";
}
.fa-folder-closed::before {
  content: "\e185";
}
.fa-house-tsunami::before {
  content: "\e515";
}
.fa-square-nfi::before {
  content: "\e576";
}
.fa-arrow-up-from-ground-water::before {
  content: "\e4b5";
}
.fa-martini-glass::before {
  content: "\f57b";
}
.fa-glass-martini-alt::before {
  content: "\f57b";
}
.fa-rotate-left::before {
  content: "\f2ea";
}
.fa-rotate-back::before {
  content: "\f2ea";
}
.fa-rotate-backward::before {
  content: "\f2ea";
}
.fa-undo-alt::before {
  content: "\f2ea";
}
.fa-table-columns::before {
  content: "\f0db";
}
.fa-columns::before {
  content: "\f0db";
}
.fa-lemon::before {
  content: "\f094";
}
.fa-head-side-mask::before {
  content: "\e063";
}
.fa-handshake::before {
  content: "\f2b5";
}
.fa-gem::before {
  content: "\f3a5";
}
.fa-dolly::before {
  content: "\f472";
}
.fa-dolly-box::before {
  content: "\f472";
}
.fa-smoking::before {
  content: "\f48d";
}
.fa-minimize::before {
  content: "\f78c";
}
.fa-compress-arrows-alt::before {
  content: "\f78c";
}
.fa-monument::before {
  content: "\f5a6";
}
.fa-snowplow::before {
  content: "\f7d2";
}
.fa-angles-right::before {
  content: "\f101";
}
.fa-angle-double-right::before {
  content: "\f101";
}
.fa-cannabis::before {
  content: "\f55f";
}
.fa-circle-play::before {
  content: "\f144";
}
.fa-play-circle::before {
  content: "\f144";
}
.fa-tablets::before {
  content: "\f490";
}
.fa-ethernet::before {
  content: "\f796";
}
.fa-euro-sign::before {
  content: "\f153";
}
.fa-eur::before {
  content: "\f153";
}
.fa-euro::before {
  content: "\f153";
}
.fa-chair::before {
  content: "\f6c0";
}
.fa-circle-check::before {
  content: "\f058";
}
.fa-check-circle::before {
  content: "\f058";
}
.fa-circle-stop::before {
  content: "\f28d";
}
.fa-stop-circle::before {
  content: "\f28d";
}
.fa-compass-drafting::before {
  content: "\f568";
}
.fa-drafting-compass::before {
  content: "\f568";
}
.fa-plate-wheat::before {
  content: "\e55a";
}
.fa-icicles::before {
  content: "\f7ad";
}
.fa-person-shelter::before {
  content: "\e54f";
}
.fa-neuter::before {
  content: "\f22c";
}
.fa-id-badge::before {
  content: "\f2c1";
}
.fa-marker::before {
  content: "\f5a1";
}
.fa-face-laugh-beam::before {
  content: "\f59a";
}
.fa-laugh-beam::before {
  content: "\f59a";
}
.fa-helicopter-symbol::before {
  content: "\e502";
}
.fa-universal-access::before {
  content: "\f29a";
}
.fa-circle-chevron-up::before {
  content: "\f139";
}
.fa-chevron-circle-up::before {
  content: "\f139";
}
.fa-lari-sign::before {
  content: "\e1c8";
}
.fa-volcano::before {
  content: "\f770";
}
.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553";
}
.fa-sterling-sign::before {
  content: "\f154";
}
.fa-gbp::before {
  content: "\f154";
}
.fa-pound-sign::before {
  content: "\f154";
}
.fa-viruses::before {
  content: "\e076";
}
.fa-square-person-confined::before {
  content: "\e577";
}
.fa-user-tie::before {
  content: "\f508";
}
.fa-arrow-down-long::before {
  content: "\f175";
}
.fa-long-arrow-down::before {
  content: "\f175";
}
.fa-tent-arrow-down-to-line::before {
  content: "\e57e";
}
.fa-certificate::before {
  content: "\f0a3";
}
.fa-reply-all::before {
  content: "\f122";
}
.fa-mail-reply-all::before {
  content: "\f122";
}
.fa-suitcase::before {
  content: "\f0f2";
}
.fa-person-skating::before {
  content: "\f7c5";
}
.fa-skating::before {
  content: "\f7c5";
}
.fa-filter-circle-dollar::before {
  content: "\f662";
}
.fa-funnel-dollar::before {
  content: "\f662";
}
.fa-camera-retro::before {
  content: "\f083";
}
.fa-circle-arrow-down::before {
  content: "\f0ab";
}
.fa-arrow-circle-down::before {
  content: "\f0ab";
}
.fa-file-import::before {
  content: "\f56f";
}
.fa-arrow-right-to-file::before {
  content: "\f56f";
}
.fa-square-arrow-up-right::before {
  content: "\f14c";
}
.fa-external-link-square::before {
  content: "\f14c";
}
.fa-box-open::before {
  content: "\f49e";
}
.fa-scroll::before {
  content: "\f70e";
}
.fa-spa::before {
  content: "\f5bb";
}
.fa-location-pin-lock::before {
  content: "\e51f";
}
.fa-pause::before {
  content: "\f04c";
}
.fa-hill-avalanche::before {
  content: "\e507";
}
.fa-temperature-empty::before {
  content: "\f2cb";
}
.fa-temperature-0::before {
  content: "\f2cb";
}
.fa-thermometer-0::before {
  content: "\f2cb";
}
.fa-thermometer-empty::before {
  content: "\f2cb";
}
.fa-bomb::before {
  content: "\f1e2";
}
.fa-registered::before {
  content: "\f25d";
}
.fa-address-card::before {
  content: "\f2bb";
}
.fa-contact-card::before {
  content: "\f2bb";
}
.fa-vcard::before {
  content: "\f2bb";
}
.fa-scale-unbalanced-flip::before {
  content: "\f516";
}
.fa-balance-scale-right::before {
  content: "\f516";
}
.fa-subscript::before {
  content: "\f12c";
}
.fa-diamond-turn-right::before {
  content: "\f5eb";
}
.fa-directions::before {
  content: "\f5eb";
}
.fa-burst::before {
  content: "\e4dc";
}
.fa-house-laptop::before {
  content: "\e066";
}
.fa-laptop-house::before {
  content: "\e066";
}
.fa-face-tired::before {
  content: "\f5c8";
}
.fa-tired::before {
  content: "\f5c8";
}
.fa-money-bills::before {
  content: "\e1f3";
}
.fa-smog::before {
  content: "\f75f";
}
.fa-crutch::before {
  content: "\f7f7";
}
.fa-cloud-arrow-up::before {
  content: "\f0ee";
}
.fa-cloud-upload::before {
  content: "\f0ee";
}
.fa-cloud-upload-alt::before {
  content: "\f0ee";
}
.fa-palette::before {
  content: "\f53f";
}
.fa-arrows-turn-right::before {
  content: "\e4c0";
}
.fa-vest::before {
  content: "\e085";
}
.fa-ferry::before {
  content: "\e4ea";
}
.fa-arrows-down-to-people::before {
  content: "\e4b9";
}
.fa-seedling::before {
  content: "\f4d8";
}
.fa-sprout::before {
  content: "\f4d8";
}
.fa-left-right::before {
  content: "\f337";
}
.fa-arrows-alt-h::before {
  content: "\f337";
}
.fa-boxes-packing::before {
  content: "\e4c7";
}
.fa-circle-arrow-left::before {
  content: "\f0a8";
}
.fa-arrow-circle-left::before {
  content: "\f0a8";
}
.fa-group-arrows-rotate::before {
  content: "\e4f6";
}
.fa-bowl-food::before {
  content: "\e4c6";
}
.fa-candy-cane::before {
  content: "\f786";
}
.fa-arrow-down-wide-short::before {
  content: "\f160";
}
.fa-sort-amount-asc::before {
  content: "\f160";
}
.fa-sort-amount-down::before {
  content: "\f160";
}
.fa-cloud-bolt::before {
  content: "\f76c";
}
.fa-thunderstorm::before {
  content: "\f76c";
}
.fa-text-slash::before {
  content: "\f87d";
}
.fa-remove-format::before {
  content: "\f87d";
}
.fa-face-smile-wink::before {
  content: "\f4da";
}
.fa-smile-wink::before {
  content: "\f4da";
}
.fa-file-word::before {
  content: "\f1c2";
}
.fa-file-powerpoint::before {
  content: "\f1c4";
}
.fa-arrows-left-right::before {
  content: "\f07e";
}
.fa-arrows-h::before {
  content: "\f07e";
}
.fa-house-lock::before {
  content: "\e510";
}
.fa-cloud-arrow-down::before {
  content: "\f0ed";
}
.fa-cloud-download::before {
  content: "\f0ed";
}
.fa-cloud-download-alt::before {
  content: "\f0ed";
}
.fa-children::before {
  content: "\e4e1";
}
.fa-chalkboard::before {
  content: "\f51b";
}
.fa-blackboard::before {
  content: "\f51b";
}
.fa-user-large-slash::before {
  content: "\f4fa";
}
.fa-user-alt-slash::before {
  content: "\f4fa";
}
.fa-envelope-open::before {
  content: "\f2b6";
}
.fa-handshake-simple-slash::before {
  content: "\e05f";
}
.fa-handshake-alt-slash::before {
  content: "\e05f";
}
.fa-mattress-pillow::before {
  content: "\e525";
}
.fa-guarani-sign::before {
  content: "\e19a";
}
.fa-arrows-rotate::before {
  content: "\f021";
}
.fa-refresh::before {
  content: "\f021";
}
.fa-sync::before {
  content: "\f021";
}
.fa-fire-extinguisher::before {
  content: "\f134";
}
.fa-cruzeiro-sign::before {
  content: "\e152";
}
.fa-greater-than-equal::before {
  content: "\f532";
}
.fa-shield-halved::before {
  content: "\f3ed";
}
.fa-shield-alt::before {
  content: "\f3ed";
}
.fa-book-atlas::before {
  content: "\f558";
}
.fa-atlas::before {
  content: "\f558";
}
.fa-virus::before {
  content: "\e074";
}
.fa-envelope-circle-check::before {
  content: "\e4e8";
}
.fa-layer-group::before {
  content: "\f5fd";
}
.fa-arrows-to-dot::before {
  content: "\e4be";
}
.fa-archway::before {
  content: "\f557";
}
.fa-heart-circle-check::before {
  content: "\e4fd";
}
.fa-house-chimney-crack::before {
  content: "\f6f1";
}
.fa-house-damage::before {
  content: "\f6f1";
}
.fa-file-zipper::before {
  content: "\f1c6";
}
.fa-file-archive::before {
  content: "\f1c6";
}
.fa-square::before {
  content: "\f0c8";
}
.fa-martini-glass-empty::before {
  content: "\f000";
}
.fa-glass-martini::before {
  content: "\f000";
}
.fa-couch::before {
  content: "\f4b8";
}
.fa-cedi-sign::before {
  content: "\e0df";
}
.fa-italic::before {
  content: "\f033";
}
.fa-church::before {
  content: "\f51d";
}
.fa-comments-dollar::before {
  content: "\f653";
}
.fa-democrat::before {
  content: "\f747";
}
.fa-z::before {
  content: "\5a";
}
.fa-person-skiing::before {
  content: "\f7c9";
}
.fa-skiing::before {
  content: "\f7c9";
}
.fa-road-lock::before {
  content: "\e567";
}
.fa-a::before {
  content: "\41";
}
.fa-temperature-arrow-down::before {
  content: "\e03f";
}
.fa-temperature-down::before {
  content: "\e03f";
}
.fa-feather-pointed::before {
  content: "\f56b";
}
.fa-feather-alt::before {
  content: "\f56b";
}
.fa-p::before {
  content: "\50";
}
.fa-snowflake::before {
  content: "\f2dc";
}
.fa-newspaper::before {
  content: "\f1ea";
}
.fa-rectangle-ad::before {
  content: "\f641";
}
.fa-ad::before {
  content: "\f641";
}
.fa-circle-arrow-right::before {
  content: "\f0a9";
}
.fa-arrow-circle-right::before {
  content: "\f0a9";
}
.fa-filter-circle-xmark::before {
  content: "\e17b";
}
.fa-locust::before {
  content: "\e520";
}
.fa-sort::before {
  content: "\f0dc";
}
.fa-unsorted::before {
  content: "\f0dc";
}
.fa-list-ol::before {
  content: "\f0cb";
}
.fa-list-1-2::before {
  content: "\f0cb";
}
.fa-list-numeric::before {
  content: "\f0cb";
}
.fa-person-dress-burst::before {
  content: "\e544";
}
.fa-money-check-dollar::before {
  content: "\f53d";
}
.fa-money-check-alt::before {
  content: "\f53d";
}
.fa-vector-square::before {
  content: "\f5cb";
}
.fa-bread-slice::before {
  content: "\f7ec";
}
.fa-language::before {
  content: "\f1ab";
}
.fa-face-kiss-wink-heart::before {
  content: "\f598";
}
.fa-kiss-wink-heart::before {
  content: "\f598";
}
.fa-filter::before {
  content: "\f0b0";
}
.fa-question::before {
  content: "\3f";
}
.fa-file-signature::before {
  content: "\f573";
}
.fa-up-down-left-right::before {
  content: "\f0b2";
}
.fa-arrows-alt::before {
  content: "\f0b2";
}
.fa-house-chimney-user::before {
  content: "\e065";
}
.fa-hand-holding-heart::before {
  content: "\f4be";
}
.fa-puzzle-piece::before {
  content: "\f12e";
}
.fa-money-check::before {
  content: "\f53c";
}
.fa-star-half-stroke::before {
  content: "\f5c0";
}
.fa-star-half-alt::before {
  content: "\f5c0";
}
.fa-code::before {
  content: "\f121";
}
.fa-whiskey-glass::before {
  content: "\f7a0";
}
.fa-glass-whiskey::before {
  content: "\f7a0";
}
.fa-building-circle-exclamation::before {
  content: "\e4d3";
}
.fa-magnifying-glass-chart::before {
  content: "\e522";
}
.fa-arrow-up-right-from-square::before {
  content: "\f08e";
}
.fa-external-link::before {
  content: "\f08e";
}
.fa-cubes-stacked::before {
  content: "\e4e6";
}
.fa-won-sign::before {
  content: "\f159";
}
.fa-krw::before {
  content: "\f159";
}
.fa-won::before {
  content: "\f159";
}
.fa-virus-covid::before {
  content: "\e4a8";
}
.fa-austral-sign::before {
  content: "\e0a9";
}
.fa-f::before {
  content: "\46";
}
.fa-leaf::before {
  content: "\f06c";
}
.fa-road::before {
  content: "\f018";
}
.fa-taxi::before {
  content: "\f1ba";
}
.fa-cab::before {
  content: "\f1ba";
}
.fa-person-circle-plus::before {
  content: "\e541";
}
.fa-chart-pie::before {
  content: "\f200";
}
.fa-pie-chart::before {
  content: "\f200";
}
.fa-bolt-lightning::before {
  content: "\e0b7";
}
.fa-sack-xmark::before {
  content: "\e56a";
}
.fa-file-excel::before {
  content: "\f1c3";
}
.fa-file-contract::before {
  content: "\f56c";
}
.fa-fish-fins::before {
  content: "\e4f2";
}
.fa-building-flag::before {
  content: "\e4d5";
}
.fa-face-grin-beam::before {
  content: "\f582";
}
.fa-grin-beam::before {
  content: "\f582";
}
.fa-object-ungroup::before {
  content: "\f248";
}
.fa-poop::before {
  content: "\f619";
}
.fa-location-pin::before {
  content: "\f041";
}
.fa-map-marker::before {
  content: "\f041";
}
.fa-kaaba::before {
  content: "\f66b";
}
.fa-toilet-paper::before {
  content: "\f71e";
}
.fa-helmet-safety::before {
  content: "\f807";
}
.fa-hard-hat::before {
  content: "\f807";
}
.fa-hat-hard::before {
  content: "\f807";
}
.fa-eject::before {
  content: "\f052";
}
.fa-circle-right::before {
  content: "\f35a";
}
.fa-arrow-alt-circle-right::before {
  content: "\f35a";
}
.fa-plane-circle-check::before {
  content: "\e555";
}
.fa-face-rolling-eyes::before {
  content: "\f5a5";
}
.fa-meh-rolling-eyes::before {
  content: "\f5a5";
}
.fa-object-group::before {
  content: "\f247";
}
.fa-chart-line::before {
  content: "\f201";
}
.fa-line-chart::before {
  content: "\f201";
}
.fa-mask-ventilator::before {
  content: "\e524";
}
.fa-arrow-right::before {
  content: "\f061";
}
.fa-signs-post::before {
  content: "\f277";
}
.fa-map-signs::before {
  content: "\f277";
}
.fa-cash-register::before {
  content: "\f788";
}
.fa-person-circle-question::before {
  content: "\e542";
}
.fa-h::before {
  content: "\48";
}
.fa-tarp::before {
  content: "\e57b";
}
.fa-screwdriver-wrench::before {
  content: "\f7d9";
}
.fa-tools::before {
  content: "\f7d9";
}
.fa-arrows-to-eye::before {
  content: "\e4bf";
}
.fa-plug-circle-bolt::before {
  content: "\e55b";
}
.fa-heart::before {
  content: "\f004";
}
.fa-mars-and-venus::before {
  content: "\f224";
}
.fa-house-user::before {
  content: "\e1b0";
}
.fa-home-user::before {
  content: "\e1b0";
}
.fa-dumpster-fire::before {
  content: "\f794";
}
.fa-house-crack::before {
  content: "\e3b1";
}
.fa-martini-glass-citrus::before {
  content: "\f561";
}
.fa-cocktail::before {
  content: "\f561";
}
.fa-face-surprise::before {
  content: "\f5c2";
}
.fa-surprise::before {
  content: "\f5c2";
}
.fa-bottle-water::before {
  content: "\e4c5";
}
.fa-circle-pause::before {
  content: "\f28b";
}
.fa-pause-circle::before {
  content: "\f28b";
}
.fa-toilet-paper-slash::before {
  content: "\e072";
}
.fa-apple-whole::before {
  content: "\f5d1";
}
.fa-apple-alt::before {
  content: "\f5d1";
}
.fa-kitchen-set::before {
  content: "\e51a";
}
.fa-r::before {
  content: "\52";
}
.fa-temperature-quarter::before {
  content: "\f2ca";
}
.fa-temperature-1::before {
  content: "\f2ca";
}
.fa-thermometer-1::before {
  content: "\f2ca";
}
.fa-thermometer-quarter::before {
  content: "\f2ca";
}
.fa-cube::before {
  content: "\f1b2";
}
.fa-bitcoin-sign::before {
  content: "\e0b4";
}
.fa-shield-dog::before {
  content: "\e573";
}
.fa-solar-panel::before {
  content: "\f5ba";
}
.fa-lock-open::before {
  content: "\f3c1";
}
.fa-elevator::before {
  content: "\e16d";
}
.fa-money-bill-transfer::before {
  content: "\e528";
}
.fa-money-bill-trend-up::before {
  content: "\e529";
}
.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f";
}
.fa-square-poll-horizontal::before {
  content: "\f682";
}
.fa-poll-h::before {
  content: "\f682";
}
.fa-circle::before {
  content: "\f111";
}
.fa-backward-fast::before {
  content: "\f049";
}
.fa-fast-backward::before {
  content: "\f049";
}
.fa-recycle::before {
  content: "\f1b8";
}
.fa-user-astronaut::before {
  content: "\f4fb";
}
.fa-plane-slash::before {
  content: "\e069";
}
.fa-trademark::before {
  content: "\f25c";
}
.fa-basketball::before {
  content: "\f434";
}
.fa-basketball-ball::before {
  content: "\f434";
}
.fa-satellite-dish::before {
  content: "\f7c0";
}
.fa-circle-up::before {
  content: "\f35b";
}
.fa-arrow-alt-circle-up::before {
  content: "\f35b";
}
.fa-mobile-screen-button::before {
  content: "\f3cd";
}
.fa-mobile-alt::before {
  content: "\f3cd";
}
.fa-volume-high::before {
  content: "\f028";
}
.fa-volume-up::before {
  content: "\f028";
}
.fa-users-rays::before {
  content: "\e593";
}
.fa-wallet::before {
  content: "\f555";
}
.fa-clipboard-check::before {
  content: "\f46c";
}
.fa-file-audio::before {
  content: "\f1c7";
}
.fa-burger::before {
  content: "\f805";
}
.fa-hamburger::before {
  content: "\f805";
}
.fa-wrench::before {
  content: "\f0ad";
}
.fa-bugs::before {
  content: "\e4d0";
}
.fa-rupee-sign::before {
  content: "\f156";
}
.fa-rupee::before {
  content: "\f156";
}
.fa-file-image::before {
  content: "\f1c5";
}
.fa-circle-question::before {
  content: "\f059";
}
.fa-question-circle::before {
  content: "\f059";
}
.fa-plane-departure::before {
  content: "\f5b0";
}
.fa-handshake-slash::before {
  content: "\e060";
}
.fa-book-bookmark::before {
  content: "\e0bb";
}
.fa-code-branch::before {
  content: "\f126";
}
.fa-hat-cowboy::before {
  content: "\f8c0";
}
.fa-bridge::before {
  content: "\e4c8";
}
.fa-phone-flip::before {
  content: "\f879";
}
.fa-phone-alt::before {
  content: "\f879";
}
.fa-truck-front::before {
  content: "\e2b7";
}
.fa-cat::before {
  content: "\f6be";
}
.fa-anchor-circle-exclamation::before {
  content: "\e4ab";
}
.fa-truck-field::before {
  content: "\e58d";
}
.fa-route::before {
  content: "\f4d7";
}
.fa-clipboard-question::before {
  content: "\e4e3";
}
.fa-panorama::before {
  content: "\e209";
}
.fa-comment-medical::before {
  content: "\f7f5";
}
.fa-teeth-open::before {
  content: "\f62f";
}
.fa-file-circle-minus::before {
  content: "\e4ed";
}
.fa-tags::before {
  content: "\f02c";
}
.fa-wine-glass::before {
  content: "\f4e3";
}
.fa-forward-fast::before {
  content: "\f050";
}
.fa-fast-forward::before {
  content: "\f050";
}
.fa-face-meh-blank::before {
  content: "\f5a4";
}
.fa-meh-blank::before {
  content: "\f5a4";
}
.fa-square-parking::before {
  content: "\f540";
}
.fa-parking::before {
  content: "\f540";
}
.fa-house-signal::before {
  content: "\e012";
}
.fa-bars-progress::before {
  content: "\f828";
}
.fa-tasks-alt::before {
  content: "\f828";
}
.fa-faucet-drip::before {
  content: "\e006";
}
.fa-cart-flatbed::before {
  content: "\f474";
}
.fa-dolly-flatbed::before {
  content: "\f474";
}
.fa-ban-smoking::before {
  content: "\f54d";
}
.fa-smoking-ban::before {
  content: "\f54d";
}
.fa-terminal::before {
  content: "\f120";
}
.fa-mobile-button::before {
  content: "\f10b";
}
.fa-house-medical-flag::before {
  content: "\e514";
}
.fa-basket-shopping::before {
  content: "\f291";
}
.fa-shopping-basket::before {
  content: "\f291";
}
.fa-tape::before {
  content: "\f4db";
}
.fa-bus-simple::before {
  content: "\f55e";
}
.fa-bus-alt::before {
  content: "\f55e";
}
.fa-eye::before {
  content: "\f06e";
}
.fa-face-sad-cry::before {
  content: "\f5b3";
}
.fa-sad-cry::before {
  content: "\f5b3";
}
.fa-audio-description::before {
  content: "\f29e";
}
.fa-person-military-to-person::before {
  content: "\e54c";
}
.fa-file-shield::before {
  content: "\e4f0";
}
.fa-user-slash::before {
  content: "\f506";
}
.fa-pen::before {
  content: "\f304";
}
.fa-tower-observation::before {
  content: "\e586";
}
.fa-file-code::before {
  content: "\f1c9";
}
.fa-signal::before {
  content: "\f012";
}
.fa-signal-5::before {
  content: "\f012";
}
.fa-signal-perfect::before {
  content: "\f012";
}
.fa-bus::before {
  content: "\f207";
}
.fa-heart-circle-xmark::before {
  content: "\e501";
}
.fa-house-chimney::before {
  content: "\e3af";
}
.fa-home-lg::before {
  content: "\e3af";
}
.fa-window-maximize::before {
  content: "\f2d0";
}
.fa-face-frown::before {
  content: "\f119";
}
.fa-frown::before {
  content: "\f119";
}
.fa-prescription::before {
  content: "\f5b1";
}
.fa-shop::before {
  content: "\f54f";
}
.fa-store-alt::before {
  content: "\f54f";
}
.fa-floppy-disk::before {
  content: "\f0c7";
}
.fa-save::before {
  content: "\f0c7";
}
.fa-vihara::before {
  content: "\f6a7";
}
.fa-scale-unbalanced::before {
  content: "\f515";
}
.fa-balance-scale-left::before {
  content: "\f515";
}
.fa-sort-up::before {
  content: "\f0de";
}
.fa-sort-asc::before {
  content: "\f0de";
}
.fa-comment-dots::before {
  content: "\f4ad";
}
.fa-commenting::before {
  content: "\f4ad";
}
.fa-plant-wilt::before {
  content: "\e5aa";
}
.fa-diamond::before {
  content: "\f219";
}
.fa-face-grin-squint::before {
  content: "\f585";
}
.fa-grin-squint::before {
  content: "\f585";
}
.fa-hand-holding-dollar::before {
  content: "\f4c0";
}
.fa-hand-holding-usd::before {
  content: "\f4c0";
}
.fa-bacterium::before {
  content: "\e05a";
}
.fa-hand-pointer::before {
  content: "\f25a";
}
.fa-drum-steelpan::before {
  content: "\f56a";
}
.fa-hand-scissors::before {
  content: "\f257";
}
.fa-hands-praying::before {
  content: "\f684";
}
.fa-praying-hands::before {
  content: "\f684";
}
.fa-arrow-rotate-right::before {
  content: "\f01e";
}
.fa-arrow-right-rotate::before {
  content: "\f01e";
}
.fa-arrow-rotate-forward::before {
  content: "\f01e";
}
.fa-redo::before {
  content: "\f01e";
}
.fa-biohazard::before {
  content: "\f780";
}
.fa-location-crosshairs::before {
  content: "\f601";
}
.fa-location::before {
  content: "\f601";
}
.fa-mars-double::before {
  content: "\f227";
}
.fa-child-dress::before {
  content: "\e59c";
}
.fa-users-between-lines::before {
  content: "\e591";
}
.fa-lungs-virus::before {
  content: "\e067";
}
.fa-face-grin-tears::before {
  content: "\f588";
}
.fa-grin-tears::before {
  content: "\f588";
}
.fa-phone::before {
  content: "\f095";
}
.fa-calendar-xmark::before {
  content: "\f273";
}
.fa-calendar-times::before {
  content: "\f273";
}
.fa-child-reaching::before {
  content: "\e59d";
}
.fa-head-side-virus::before {
  content: "\e064";
}
.fa-user-gear::before {
  content: "\f4fe";
}
.fa-user-cog::before {
  content: "\f4fe";
}
.fa-arrow-up-1-9::before {
  content: "\f163";
}
.fa-sort-numeric-up::before {
  content: "\f163";
}
.fa-door-closed::before {
  content: "\f52a";
}
.fa-shield-virus::before {
  content: "\e06c";
}
.fa-dice-six::before {
  content: "\f526";
}
.fa-mosquito-net::before {
  content: "\e52c";
}
.fa-bridge-water::before {
  content: "\e4ce";
}
.fa-person-booth::before {
  content: "\f756";
}
.fa-text-width::before {
  content: "\f035";
}
.fa-hat-wizard::before {
  content: "\f6e8";
}
.fa-pen-fancy::before {
  content: "\f5ac";
}
.fa-person-digging::before {
  content: "\f85e";
}
.fa-digging::before {
  content: "\f85e";
}
.fa-trash::before {
  content: "\f1f8";
}
.fa-gauge-simple::before {
  content: "\f629";
}
.fa-gauge-simple-med::before {
  content: "\f629";
}
.fa-tachometer-average::before {
  content: "\f629";
}
.fa-book-medical::before {
  content: "\f7e6";
}
.fa-poo::before {
  content: "\f2fe";
}
.fa-quote-right::before {
  content: "\f10e";
}
.fa-quote-right-alt::before {
  content: "\f10e";
}
.fa-shirt::before {
  content: "\f553";
}
.fa-t-shirt::before {
  content: "\f553";
}
.fa-tshirt::before {
  content: "\f553";
}
.fa-cubes::before {
  content: "\f1b3";
}
.fa-divide::before {
  content: "\f529";
}
.fa-tenge-sign::before {
  content: "\f7d7";
}
.fa-tenge::before {
  content: "\f7d7";
}
.fa-headphones::before {
  content: "\f025";
}
.fa-hands-holding::before {
  content: "\f4c2";
}
.fa-hands-clapping::before {
  content: "\e1a8";
}
.fa-republican::before {
  content: "\f75e";
}
.fa-arrow-left::before {
  content: "\f060";
}
.fa-person-circle-xmark::before {
  content: "\e543";
}
.fa-ruler::before {
  content: "\f545";
}
.fa-align-left::before {
  content: "\f036";
}
.fa-dice-d6::before {
  content: "\f6d1";
}
.fa-restroom::before {
  content: "\f7bd";
}
.fa-j::before {
  content: "\4a";
}
.fa-users-viewfinder::before {
  content: "\e595";
}
.fa-file-video::before {
  content: "\f1c8";
}
.fa-up-right-from-square::before {
  content: "\f35d";
}
.fa-external-link-alt::before {
  content: "\f35d";
}
.fa-table-cells::before {
  content: "\f00a";
}
.fa-th::before {
  content: "\f00a";
}
.fa-file-pdf::before {
  content: "\f1c1";
}
.fa-book-bible::before {
  content: "\f647";
}
.fa-bible::before {
  content: "\f647";
}
.fa-o::before {
  content: "\4f";
}
.fa-suitcase-medical::before {
  content: "\f0fa";
}
.fa-medkit::before {
  content: "\f0fa";
}
.fa-user-secret::before {
  content: "\f21b";
}
.fa-otter::before {
  content: "\f700";
}
.fa-person-dress::before {
  content: "\f182";
}
.fa-female::before {
  content: "\f182";
}
.fa-comment-dollar::before {
  content: "\f651";
}
.fa-business-time::before {
  content: "\f64a";
}
.fa-briefcase-clock::before {
  content: "\f64a";
}
.fa-table-cells-large::before {
  content: "\f009";
}
.fa-th-large::before {
  content: "\f009";
}
.fa-book-tanakh::before {
  content: "\f827";
}
.fa-tanakh::before {
  content: "\f827";
}
.fa-phone-volume::before {
  content: "\f2a0";
}
.fa-volume-control-phone::before {
  content: "\f2a0";
}
.fa-hat-cowboy-side::before {
  content: "\f8c1";
}
.fa-clipboard-user::before {
  content: "\f7f3";
}
.fa-child::before {
  content: "\f1ae";
}
.fa-lira-sign::before {
  content: "\f195";
}
.fa-satellite::before {
  content: "\f7bf";
}
.fa-plane-lock::before {
  content: "\e558";
}
.fa-tag::before {
  content: "\f02b";
}
.fa-comment::before {
  content: "\f075";
}
.fa-cake-candles::before {
  content: "\f1fd";
}
.fa-birthday-cake::before {
  content: "\f1fd";
}
.fa-cake::before {
  content: "\f1fd";
}
.fa-envelope::before {
  content: "\f0e0";
}
.fa-angles-up::before {
  content: "\f102";
}
.fa-angle-double-up::before {
  content: "\f102";
}
.fa-paperclip::before {
  content: "\f0c6";
}
.fa-arrow-right-to-city::before {
  content: "\e4b3";
}
.fa-ribbon::before {
  content: "\f4d6";
}
.fa-lungs::before {
  content: "\f604";
}
.fa-arrow-up-9-1::before {
  content: "\f887";
}
.fa-sort-numeric-up-alt::before {
  content: "\f887";
}
.fa-litecoin-sign::before {
  content: "\e1d3";
}
.fa-border-none::before {
  content: "\f850";
}
.fa-circle-nodes::before {
  content: "\e4e2";
}
.fa-parachute-box::before {
  content: "\f4cd";
}
.fa-indent::before {
  content: "\f03c";
}
.fa-truck-field-un::before {
  content: "\e58e";
}
.fa-hourglass::before {
  content: "\f254";
}
.fa-hourglass-empty::before {
  content: "\f254";
}
.fa-mountain::before {
  content: "\f6fc";
}
.fa-user-doctor::before {
  content: "\f0f0";
}
.fa-user-md::before {
  content: "\f0f0";
}
.fa-circle-info::before {
  content: "\f05a";
}
.fa-info-circle::before {
  content: "\f05a";
}
.fa-cloud-meatball::before {
  content: "\f73b";
}
.fa-camera::before {
  content: "\f030";
}
.fa-camera-alt::before {
  content: "\f030";
}
.fa-square-virus::before {
  content: "\e578";
}
.fa-meteor::before {
  content: "\f753";
}
.fa-car-on::before {
  content: "\e4dd";
}
.fa-sleigh::before {
  content: "\f7cc";
}
.fa-arrow-down-1-9::before {
  content: "\f162";
}
.fa-sort-numeric-asc::before {
  content: "\f162";
}
.fa-sort-numeric-down::before {
  content: "\f162";
}
.fa-hand-holding-droplet::before {
  content: "\f4c1";
}
.fa-hand-holding-water::before {
  content: "\f4c1";
}
.fa-water::before {
  content: "\f773";
}
.fa-calendar-check::before {
  content: "\f274";
}
.fa-braille::before {
  content: "\f2a1";
}
.fa-prescription-bottle-medical::before {
  content: "\f486";
}
.fa-prescription-bottle-alt::before {
  content: "\f486";
}
.fa-landmark::before {
  content: "\f66f";
}
.fa-truck::before {
  content: "\f0d1";
}
.fa-crosshairs::before {
  content: "\f05b";
}
.fa-person-cane::before {
  content: "\e53c";
}
.fa-tent::before {
  content: "\e57d";
}
.fa-vest-patches::before {
  content: "\e086";
}
.fa-check-double::before {
  content: "\f560";
}
.fa-arrow-down-a-z::before {
  content: "\f15d";
}
.fa-sort-alpha-asc::before {
  content: "\f15d";
}
.fa-sort-alpha-down::before {
  content: "\f15d";
}
.fa-money-bill-wheat::before {
  content: "\e52a";
}
.fa-cookie::before {
  content: "\f563";
}
.fa-arrow-rotate-left::before {
  content: "\f0e2";
}
.fa-arrow-left-rotate::before {
  content: "\f0e2";
}
.fa-arrow-rotate-back::before {
  content: "\f0e2";
}
.fa-arrow-rotate-backward::before {
  content: "\f0e2";
}
.fa-undo::before {
  content: "\f0e2";
}
.fa-hard-drive::before {
  content: "\f0a0";
}
.fa-hdd::before {
  content: "\f0a0";
}
.fa-face-grin-squint-tears::before {
  content: "\f586";
}
.fa-grin-squint-tears::before {
  content: "\f586";
}
.fa-dumbbell::before {
  content: "\f44b";
}
.fa-rectangle-list::before {
  content: "\f022";
}
.fa-list-alt::before {
  content: "\f022";
}
.fa-tarp-droplet::before {
  content: "\e57c";
}
.fa-house-medical-circle-check::before {
  content: "\e511";
}
.fa-person-skiing-nordic::before {
  content: "\f7ca";
}
.fa-skiing-nordic::before {
  content: "\f7ca";
}
.fa-calendar-plus::before {
  content: "\f271";
}
.fa-plane-arrival::before {
  content: "\f5af";
}
.fa-circle-left::before {
  content: "\f359";
}
.fa-arrow-alt-circle-left::before {
  content: "\f359";
}
.fa-train-subway::before {
  content: "\f239";
}
.fa-subway::before {
  content: "\f239";
}
.fa-chart-gantt::before {
  content: "\e0e4";
}
.fa-indian-rupee-sign::before {
  content: "\e1bc";
}
.fa-indian-rupee::before {
  content: "\e1bc";
}
.fa-inr::before {
  content: "\e1bc";
}
.fa-crop-simple::before {
  content: "\f565";
}
.fa-crop-alt::before {
  content: "\f565";
}
.fa-money-bill-1::before {
  content: "\f3d1";
}
.fa-money-bill-alt::before {
  content: "\f3d1";
}
.fa-left-long::before {
  content: "\f30a";
}
.fa-long-arrow-alt-left::before {
  content: "\f30a";
}
.fa-dna::before {
  content: "\f471";
}
.fa-virus-slash::before {
  content: "\e075";
}
.fa-minus::before {
  content: "\f068";
}
.fa-subtract::before {
  content: "\f068";
}
.fa-chess::before {
  content: "\f439";
}
.fa-arrow-left-long::before {
  content: "\f177";
}
.fa-long-arrow-left::before {
  content: "\f177";
}
.fa-plug-circle-check::before {
  content: "\e55c";
}
.fa-street-view::before {
  content: "\f21d";
}
.fa-franc-sign::before {
  content: "\e18f";
}
.fa-volume-off::before {
  content: "\f026";
}
.fa-hands-asl-interpreting::before {
  content: "\f2a3";
}
.fa-american-sign-language-interpreting::before {
  content: "\f2a3";
}
.fa-asl-interpreting::before {
  content: "\f2a3";
}
.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3";
}
.fa-gear::before {
  content: "\f013";
}
.fa-cog::before {
  content: "\f013";
}
.fa-droplet-slash::before {
  content: "\f5c7";
}
.fa-tint-slash::before {
  content: "\f5c7";
}
.fa-mosque::before {
  content: "\f678";
}
.fa-mosquito::before {
  content: "\e52b";
}
.fa-star-of-david::before {
  content: "\f69a";
}
.fa-person-military-rifle::before {
  content: "\e54b";
}
.fa-cart-shopping::before {
  content: "\f07a";
}
.fa-shopping-cart::before {
  content: "\f07a";
}
.fa-vials::before {
  content: "\f493";
}
.fa-plug-circle-plus::before {
  content: "\e55f";
}
.fa-place-of-worship::before {
  content: "\f67f";
}
.fa-grip-vertical::before {
  content: "\f58e";
}
.fa-arrow-turn-up::before {
  content: "\f148";
}
.fa-level-up::before {
  content: "\f148";
}
.fa-u::before {
  content: "\55";
}
.fa-square-root-variable::before {
  content: "\f698";
}
.fa-square-root-alt::before {
  content: "\f698";
}
.fa-clock::before {
  content: "\f017";
}
.fa-clock-four::before {
  content: "\f017";
}
.fa-backward-step::before {
  content: "\f048";
}
.fa-step-backward::before {
  content: "\f048";
}
.fa-pallet::before {
  content: "\f482";
}
.fa-faucet::before {
  content: "\e005";
}
.fa-baseball-bat-ball::before {
  content: "\f432";
}
.fa-s::before {
  content: "\53";
}
.fa-timeline::before {
  content: "\e29c";
}
.fa-keyboard::before {
  content: "\f11c";
}
.fa-caret-down::before {
  content: "\f0d7";
}
.fa-house-chimney-medical::before {
  content: "\f7f2";
}
.fa-clinic-medical::before {
  content: "\f7f2";
}
.fa-temperature-three-quarters::before {
  content: "\f2c8";
}
.fa-temperature-3::before {
  content: "\f2c8";
}
.fa-thermometer-3::before {
  content: "\f2c8";
}
.fa-thermometer-three-quarters::before {
  content: "\f2c8";
}
.fa-mobile-screen::before {
  content: "\f3cf";
}
.fa-mobile-android-alt::before {
  content: "\f3cf";
}
.fa-plane-up::before {
  content: "\e22d";
}
.fa-piggy-bank::before {
  content: "\f4d3";
}
.fa-battery-half::before {
  content: "\f242";
}
.fa-battery-3::before {
  content: "\f242";
}
.fa-mountain-city::before {
  content: "\e52e";
}
.fa-coins::before {
  content: "\f51e";
}
.fa-khanda::before {
  content: "\f66d";
}
.fa-sliders::before {
  content: "\f1de";
}
.fa-sliders-h::before {
  content: "\f1de";
}
.fa-folder-tree::before {
  content: "\f802";
}
.fa-network-wired::before {
  content: "\f6ff";
}
.fa-map-pin::before {
  content: "\f276";
}
.fa-hamsa::before {
  content: "\f665";
}
.fa-cent-sign::before {
  content: "\e3f5";
}
.fa-flask::before {
  content: "\f0c3";
}
.fa-person-pregnant::before {
  content: "\e31e";
}
.fa-wand-sparkles::before {
  content: "\f72b";
}
.fa-ellipsis-vertical::before {
  content: "\f142";
}
.fa-ellipsis-v::before {
  content: "\f142";
}
.fa-ticket::before {
  content: "\f145";
}
.fa-power-off::before {
  content: "\f011";
}
.fa-right-long::before {
  content: "\f30b";
}
.fa-long-arrow-alt-right::before {
  content: "\f30b";
}
.fa-flag-usa::before {
  content: "\f74d";
}
.fa-laptop-file::before {
  content: "\e51d";
}
.fa-tty::before {
  content: "\f1e4";
}
.fa-teletype::before {
  content: "\f1e4";
}
.fa-diagram-next::before {
  content: "\e476";
}
.fa-person-rifle::before {
  content: "\e54e";
}
.fa-house-medical-circle-exclamation::before {
  content: "\e512";
}
.fa-closed-captioning::before {
  content: "\f20a";
}
.fa-person-hiking::before {
  content: "\f6ec";
}
.fa-hiking::before {
  content: "\f6ec";
}
.fa-venus-double::before {
  content: "\f226";
}
.fa-images::before {
  content: "\f302";
}
.fa-calculator::before {
  content: "\f1ec";
}
.fa-people-pulling::before {
  content: "\e535";
}
.fa-n::before {
  content: "\4e";
}
.fa-cable-car::before {
  content: "\f7da";
}
.fa-tram::before {
  content: "\f7da";
}
.fa-cloud-rain::before {
  content: "\f73d";
}
.fa-building-circle-xmark::before {
  content: "\e4d4";
}
.fa-ship::before {
  content: "\f21a";
}
.fa-arrows-down-to-line::before {
  content: "\e4b8";
}
.fa-download::before {
  content: "\f019";
}
.fa-face-grin::before {
  content: "\f580";
}
.fa-grin::before {
  content: "\f580";
}
.fa-delete-left::before {
  content: "\f55a";
}
.fa-backspace::before {
  content: "\f55a";
}
.fa-eye-dropper::before {
  content: "\f1fb";
}
.fa-eye-dropper-empty::before {
  content: "\f1fb";
}
.fa-eyedropper::before {
  content: "\f1fb";
}
.fa-file-circle-check::before {
  content: "\e5a0";
}
.fa-forward::before {
  content: "\f04e";
}
.fa-mobile::before {
  content: "\f3ce";
}
.fa-mobile-android::before {
  content: "\f3ce";
}
.fa-mobile-phone::before {
  content: "\f3ce";
}
.fa-face-meh::before {
  content: "\f11a";
}
.fa-meh::before {
  content: "\f11a";
}
.fa-align-center::before {
  content: "\f037";
}
.fa-book-skull::before {
  content: "\f6b7";
}
.fa-book-dead::before {
  content: "\f6b7";
}
.fa-id-card::before {
  content: "\f2c2";
}
.fa-drivers-license::before {
  content: "\f2c2";
}
.fa-outdent::before {
  content: "\f03b";
}
.fa-dedent::before {
  content: "\f03b";
}
.fa-heart-circle-exclamation::before {
  content: "\e4fe";
}
.fa-house::before {
  content: "\f015";
}
.fa-home::before {
  content: "\f015";
}
.fa-home-alt::before {
  content: "\f015";
}
.fa-home-lg-alt::before {
  content: "\f015";
}
.fa-calendar-week::before {
  content: "\f784";
}
.fa-laptop-medical::before {
  content: "\f812";
}
.fa-b::before {
  content: "\42";
}
.fa-file-medical::before {
  content: "\f477";
}
.fa-dice-one::before {
  content: "\f525";
}
.fa-kiwi-bird::before {
  content: "\f535";
}
.fa-arrow-right-arrow-left::before {
  content: "\f0ec";
}
.fa-exchange::before {
  content: "\f0ec";
}
.fa-rotate-right::before {
  content: "\f2f9";
}
.fa-redo-alt::before {
  content: "\f2f9";
}
.fa-rotate-forward::before {
  content: "\f2f9";
}
.fa-utensils::before {
  content: "\f2e7";
}
.fa-cutlery::before {
  content: "\f2e7";
}
.fa-arrow-up-wide-short::before {
  content: "\f161";
}
.fa-sort-amount-up::before {
  content: "\f161";
}
.fa-mill-sign::before {
  content: "\e1ed";
}
.fa-bowl-rice::before {
  content: "\e2eb";
}
.fa-skull::before {
  content: "\f54c";
}
.fa-tower-broadcast::before {
  content: "\f519";
}
.fa-broadcast-tower::before {
  content: "\f519";
}
.fa-truck-pickup::before {
  content: "\f63c";
}
.fa-up-long::before {
  content: "\f30c";
}
.fa-long-arrow-alt-up::before {
  content: "\f30c";
}
.fa-stop::before {
  content: "\f04d";
}
.fa-code-merge::before {
  content: "\f387";
}
.fa-upload::before {
  content: "\f093";
}
.fa-hurricane::before {
  content: "\f751";
}
.fa-mound::before {
  content: "\e52d";
}
.fa-toilet-portable::before {
  content: "\e583";
}
.fa-compact-disc::before {
  content: "\f51f";
}
.fa-file-arrow-down::before {
  content: "\f56d";
}
.fa-file-download::before {
  content: "\f56d";
}
.fa-caravan::before {
  content: "\f8ff";
}
.fa-shield-cat::before {
  content: "\e572";
}
.fa-bolt::before {
  content: "\f0e7";
}
.fa-zap::before {
  content: "\f0e7";
}
.fa-glass-water::before {
  content: "\e4f4";
}
.fa-oil-well::before {
  content: "\e532";
}
.fa-vault::before {
  content: "\e2c5";
}
.fa-mars::before {
  content: "\f222";
}
.fa-toilet::before {
  content: "\f7d8";
}
.fa-plane-circle-xmark::before {
  content: "\e557";
}
.fa-yen-sign::before {
  content: "\f157";
}
.fa-cny::before {
  content: "\f157";
}
.fa-jpy::before {
  content: "\f157";
}
.fa-rmb::before {
  content: "\f157";
}
.fa-yen::before {
  content: "\f157";
}
.fa-ruble-sign::before {
  content: "\f158";
}
.fa-rouble::before {
  content: "\f158";
}
.fa-rub::before {
  content: "\f158";
}
.fa-ruble::before {
  content: "\f158";
}
.fa-sun::before {
  content: "\f185";
}
.fa-guitar::before {
  content: "\f7a6";
}
.fa-face-laugh-wink::before {
  content: "\f59c";
}
.fa-laugh-wink::before {
  content: "\f59c";
}
.fa-horse-head::before {
  content: "\f7ab";
}
.fa-bore-hole::before {
  content: "\e4c3";
}
.fa-industry::before {
  content: "\f275";
}
.fa-circle-down::before {
  content: "\f358";
}
.fa-arrow-alt-circle-down::before {
  content: "\f358";
}
.fa-arrows-turn-to-dots::before {
  content: "\e4c1";
}
.fa-florin-sign::before {
  content: "\e184";
}
.fa-arrow-down-short-wide::before {
  content: "\f884";
}
.fa-sort-amount-desc::before {
  content: "\f884";
}
.fa-sort-amount-down-alt::before {
  content: "\f884";
}
.fa-less-than::before {
  content: "\3c";
}
.fa-angle-down::before {
  content: "\f107";
}
.fa-car-tunnel::before {
  content: "\e4de";
}
.fa-head-side-cough::before {
  content: "\e061";
}
.fa-grip-lines::before {
  content: "\f7a4";
}
.fa-thumbs-down::before {
  content: "\f165";
}
.fa-user-lock::before {
  content: "\f502";
}
.fa-arrow-right-long::before {
  content: "\f178";
}
.fa-long-arrow-right::before {
  content: "\f178";
}
.fa-anchor-circle-xmark::before {
  content: "\e4ac";
}
.fa-ellipsis::before {
  content: "\f141";
}
.fa-ellipsis-h::before {
  content: "\f141";
}
.fa-chess-pawn::before {
  content: "\f443";
}
.fa-kit-medical::before {
  content: "\f479";
}
.fa-first-aid::before {
  content: "\f479";
}
.fa-person-through-window::before {
  content: "\e5a9";
}
.fa-toolbox::before {
  content: "\f552";
}
.fa-hands-holding-circle::before {
  content: "\e4fb";
}
.fa-bug::before {
  content: "\f188";
}
.fa-credit-card::before {
  content: "\f09d";
}
.fa-credit-card-alt::before {
  content: "\f09d";
}
.fa-car::before {
  content: "\f1b9";
}
.fa-automobile::before {
  content: "\f1b9";
}
.fa-hand-holding-hand::before {
  content: "\e4f7";
}
.fa-book-open-reader::before {
  content: "\f5da";
}
.fa-book-reader::before {
  content: "\f5da";
}
.fa-mountain-sun::before {
  content: "\e52f";
}
.fa-arrows-left-right-to-line::before {
  content: "\e4ba";
}
.fa-dice-d20::before {
  content: "\f6cf";
}
.fa-truck-droplet::before {
  content: "\e58c";
}
.fa-file-circle-xmark::before {
  content: "\e5a1";
}
.fa-temperature-arrow-up::before {
  content: "\e040";
}
.fa-temperature-up::before {
  content: "\e040";
}
.fa-medal::before {
  content: "\f5a2";
}
.fa-bed::before {
  content: "\f236";
}
.fa-square-h::before {
  content: "\f0fd";
}
.fa-h-square::before {
  content: "\f0fd";
}
.fa-podcast::before {
  content: "\f2ce";
}
.fa-temperature-full::before {
  content: "\f2c7";
}
.fa-temperature-4::before {
  content: "\f2c7";
}
.fa-thermometer-4::before {
  content: "\f2c7";
}
.fa-thermometer-full::before {
  content: "\f2c7";
}
.fa-bell::before {
  content: "\f0f3";
}
.fa-superscript::before {
  content: "\f12b";
}
.fa-plug-circle-xmark::before {
  content: "\e560";
}
.fa-star-of-life::before {
  content: "\f621";
}
.fa-phone-slash::before {
  content: "\f3dd";
}
.fa-paint-roller::before {
  content: "\f5aa";
}
.fa-handshake-angle::before {
  content: "\f4c4";
}
.fa-hands-helping::before {
  content: "\f4c4";
}
.fa-location-dot::before {
  content: "\f3c5";
}
.fa-map-marker-alt::before {
  content: "\f3c5";
}
.fa-file::before {
  content: "\f15b";
}
.fa-greater-than::before {
  content: "\3e";
}
.fa-person-swimming::before {
  content: "\f5c4";
}
.fa-swimmer::before {
  content: "\f5c4";
}
.fa-arrow-down::before {
  content: "\f063";
}
.fa-droplet::before {
  content: "\f043";
}
.fa-tint::before {
  content: "\f043";
}
.fa-eraser::before {
  content: "\f12d";
}
.fa-earth-americas::before {
  content: "\f57d";
}
.fa-earth::before {
  content: "\f57d";
}
.fa-earth-america::before {
  content: "\f57d";
}
.fa-globe-americas::before {
  content: "\f57d";
}
.fa-person-burst::before {
  content: "\e53b";
}
.fa-dove::before {
  content: "\f4ba";
}
.fa-battery-empty::before {
  content: "\f244";
}
.fa-battery-0::before {
  content: "\f244";
}
.fa-socks::before {
  content: "\f696";
}
.fa-inbox::before {
  content: "\f01c";
}
.fa-section::before {
  content: "\e447";
}
.fa-gauge-high::before {
  content: "\f625";
}
.fa-tachometer-alt::before {
  content: "\f625";
}
.fa-tachometer-alt-fast::before {
  content: "\f625";
}
.fa-envelope-open-text::before {
  content: "\f658";
}
.fa-hospital::before {
  content: "\f0f8";
}
.fa-hospital-alt::before {
  content: "\f0f8";
}
.fa-hospital-wide::before {
  content: "\f0f8";
}
.fa-wine-bottle::before {
  content: "\f72f";
}
.fa-chess-rook::before {
  content: "\f447";
}
.fa-bars-staggered::before {
  content: "\f550";
}
.fa-reorder::before {
  content: "\f550";
}
.fa-stream::before {
  content: "\f550";
}
.fa-dharmachakra::before {
  content: "\f655";
}
.fa-hotdog::before {
  content: "\f80f";
}
.fa-person-walking-with-cane::before {
  content: "\f29d";
}
.fa-blind::before {
  content: "\f29d";
}
.fa-drum::before {
  content: "\f569";
}
.fa-ice-cream::before {
  content: "\f810";
}
.fa-heart-circle-bolt::before {
  content: "\e4fc";
}
.fa-fax::before {
  content: "\f1ac";
}
.fa-paragraph::before {
  content: "\f1dd";
}
.fa-check-to-slot::before {
  content: "\f772";
}
.fa-vote-yea::before {
  content: "\f772";
}
.fa-star-half::before {
  content: "\f089";
}
.fa-boxes-stacked::before {
  content: "\f468";
}
.fa-boxes::before {
  content: "\f468";
}
.fa-boxes-alt::before {
  content: "\f468";
}
.fa-link::before {
  content: "\f0c1";
}
.fa-chain::before {
  content: "\f0c1";
}
.fa-ear-listen::before {
  content: "\f2a2";
}
.fa-assistive-listening-systems::before {
  content: "\f2a2";
}
.fa-tree-city::before {
  content: "\e587";
}
.fa-play::before {
  content: "\f04b";
}
.fa-font::before {
  content: "\f031";
}
.fa-rupiah-sign::before {
  content: "\e23d";
}
.fa-magnifying-glass::before {
  content: "\f002";
}
.fa-search::before {
  content: "\f002";
}
.fa-table-tennis-paddle-ball::before {
  content: "\f45d";
}
.fa-ping-pong-paddle-ball::before {
  content: "\f45d";
}
.fa-table-tennis::before {
  content: "\f45d";
}
.fa-person-dots-from-line::before {
  content: "\f470";
}
.fa-diagnoses::before {
  content: "\f470";
}
.fa-trash-can-arrow-up::before {
  content: "\f82a";
}
.fa-trash-restore-alt::before {
  content: "\f82a";
}
.fa-naira-sign::before {
  content: "\e1f6";
}
.fa-cart-arrow-down::before {
  content: "\f218";
}
.fa-walkie-talkie::before {
  content: "\f8ef";
}
.fa-file-pen::before {
  content: "\f31c";
}
.fa-file-edit::before {
  content: "\f31c";
}
.fa-receipt::before {
  content: "\f543";
}
.fa-square-pen::before {
  content: "\f14b";
}
.fa-pen-square::before {
  content: "\f14b";
}
.fa-pencil-square::before {
  content: "\f14b";
}
.fa-suitcase-rolling::before {
  content: "\f5c1";
}
.fa-person-circle-exclamation::before {
  content: "\e53f";
}
.fa-chevron-down::before {
  content: "\f078";
}
.fa-battery-full::before {
  content: "\f240";
}
.fa-battery::before {
  content: "\f240";
}
.fa-battery-5::before {
  content: "\f240";
}
.fa-skull-crossbones::before {
  content: "\f714";
}
.fa-code-compare::before {
  content: "\e13a";
}
.fa-list-ul::before {
  content: "\f0ca";
}
.fa-list-dots::before {
  content: "\f0ca";
}
.fa-school-lock::before {
  content: "\e56f";
}
.fa-tower-cell::before {
  content: "\e585";
}
.fa-down-long::before {
  content: "\f309";
}
.fa-long-arrow-alt-down::before {
  content: "\f309";
}
.fa-ranking-star::before {
  content: "\e561";
}
.fa-chess-king::before {
  content: "\f43f";
}
.fa-person-harassing::before {
  content: "\e549";
}
.fa-brazilian-real-sign::before {
  content: "\e46c";
}
.fa-landmark-dome::before {
  content: "\f752";
}
.fa-landmark-alt::before {
  content: "\f752";
}
.fa-arrow-up::before {
  content: "\f062";
}
.fa-tv::before {
  content: "\f26c";
}
.fa-television::before {
  content: "\f26c";
}
.fa-tv-alt::before {
  content: "\f26c";
}
.fa-shrimp::before {
  content: "\e448";
}
.fa-list-check::before {
  content: "\f0ae";
}
.fa-tasks::before {
  content: "\f0ae";
}
.fa-jug-detergent::before {
  content: "\e519";
}
.fa-circle-user::before {
  content: "\f2bd";
}
.fa-user-circle::before {
  content: "\f2bd";
}
.fa-user-shield::before {
  content: "\f505";
}
.fa-wind::before {
  content: "\f72e";
}
.fa-car-burst::before {
  content: "\f5e1";
}
.fa-car-crash::before {
  content: "\f5e1";
}
.fa-y::before {
  content: "\59";
}
.fa-person-snowboarding::before {
  content: "\f7ce";
}
.fa-snowboarding::before {
  content: "\f7ce";
}
.fa-truck-fast::before {
  content: "\f48b";
}
.fa-shipping-fast::before {
  content: "\f48b";
}
.fa-fish::before {
  content: "\f578";
}
.fa-user-graduate::before {
  content: "\f501";
}
.fa-circle-half-stroke::before {
  content: "\f042";
}
.fa-adjust::before {
  content: "\f042";
}
.fa-clapperboard::before {
  content: "\e131";
}
.fa-circle-radiation::before {
  content: "\f7ba";
}
.fa-radiation-alt::before {
  content: "\f7ba";
}
.fa-baseball::before {
  content: "\f433";
}
.fa-baseball-ball::before {
  content: "\f433";
}
.fa-jet-fighter-up::before {
  content: "\e518";
}
.fa-diagram-project::before {
  content: "\f542";
}
.fa-project-diagram::before {
  content: "\f542";
}
.fa-copy::before {
  content: "\f0c5";
}
.fa-volume-xmark::before {
  content: "\f6a9";
}
.fa-volume-mute::before {
  content: "\f6a9";
}
.fa-volume-times::before {
  content: "\f6a9";
}
.fa-hand-sparkles::before {
  content: "\e05d";
}
.fa-grip::before {
  content: "\f58d";
}
.fa-grip-horizontal::before {
  content: "\f58d";
}
.fa-share-from-square::before {
  content: "\f14d";
}
.fa-share-square::before {
  content: "\f14d";
}
.fa-child-combatant::before {
  content: "\e4e0";
}
.fa-child-rifle::before {
  content: "\e4e0";
}
.fa-gun::before {
  content: "\e19b";
}
.fa-square-phone::before {
  content: "\f098";
}
.fa-phone-square::before {
  content: "\f098";
}
.fa-plus::before {
  content: "\2b";
}
.fa-add::before {
  content: "\2b";
}
.fa-expand::before {
  content: "\f065";
}
.fa-computer::before {
  content: "\e4e5";
}
.fa-xmark::before {
  content: "\f00d";
}
.fa-close::before {
  content: "\f00d";
}
.fa-multiply::before {
  content: "\f00d";
}
.fa-remove::before {
  content: "\f00d";
}
.fa-times::before {
  content: "\f00d";
}
.fa-arrows-up-down-left-right::before {
  content: "\f047";
}
.fa-arrows::before {
  content: "\f047";
}
.fa-chalkboard-user::before {
  content: "\f51c";
}
.fa-chalkboard-teacher::before {
  content: "\f51c";
}
.fa-peso-sign::before {
  content: "\e222";
}
.fa-building-shield::before {
  content: "\e4d8";
}
.fa-baby::before {
  content: "\f77c";
}
.fa-users-line::before {
  content: "\e592";
}
.fa-quote-left::before {
  content: "\f10d";
}
.fa-quote-left-alt::before {
  content: "\f10d";
}
.fa-tractor::before {
  content: "\f722";
}
.fa-trash-arrow-up::before {
  content: "\f829";
}
.fa-trash-restore::before {
  content: "\f829";
}
.fa-arrow-down-up-lock::before {
  content: "\e4b0";
}
.fa-lines-leaning::before {
  content: "\e51e";
}
.fa-ruler-combined::before {
  content: "\f546";
}
.fa-copyright::before {
  content: "\f1f9";
}
.fa-equals::before {
  content: "\3d";
}
.fa-blender::before {
  content: "\f517";
}
.fa-teeth::before {
  content: "\f62e";
}
.fa-shekel-sign::before {
  content: "\f20b";
}
.fa-ils::before {
  content: "\f20b";
}
.fa-shekel::before {
  content: "\f20b";
}
.fa-sheqel::before {
  content: "\f20b";
}
.fa-sheqel-sign::before {
  content: "\f20b";
}
.fa-map::before {
  content: "\f279";
}
.fa-rocket::before {
  content: "\f135";
}
.fa-photo-film::before {
  content: "\f87c";
}
.fa-photo-video::before {
  content: "\f87c";
}
.fa-folder-minus::before {
  content: "\f65d";
}
.fa-store::before {
  content: "\f54e";
}
.fa-arrow-trend-up::before {
  content: "\e098";
}
.fa-plug-circle-minus::before {
  content: "\e55e";
}
.fa-sign-hanging::before {
  content: "\f4d9";
}
.fa-sign::before {
  content: "\f4d9";
}
.fa-bezier-curve::before {
  content: "\f55b";
}
.fa-bell-slash::before {
  content: "\f1f6";
}
.fa-tablet::before {
  content: "\f3fb";
}
.fa-tablet-android::before {
  content: "\f3fb";
}
.fa-school-flag::before {
  content: "\e56e";
}
.fa-fill::before {
  content: "\f575";
}
.fa-angle-up::before {
  content: "\f106";
}
.fa-drumstick-bite::before {
  content: "\f6d7";
}
.fa-holly-berry::before {
  content: "\f7aa";
}
.fa-chevron-left::before {
  content: "\f053";
}
.fa-bacteria::before {
  content: "\e059";
}
.fa-hand-lizard::before {
  content: "\f258";
}
.fa-notdef::before {
  content: "\e1fe";
}
.fa-disease::before {
  content: "\f7fa";
}
.fa-briefcase-medical::before {
  content: "\f469";
}
.fa-genderless::before {
  content: "\f22d";
}
.fa-chevron-right::before {
  content: "\f054";
}
.fa-retweet::before {
  content: "\f079";
}
.fa-car-rear::before {
  content: "\f5de";
}
.fa-car-alt::before {
  content: "\f5de";
}
.fa-pump-soap::before {
  content: "\e06b";
}
.fa-video-slash::before {
  content: "\f4e2";
}
.fa-battery-quarter::before {
  content: "\f243";
}
.fa-battery-2::before {
  content: "\f243";
}
.fa-radio::before {
  content: "\f8d7";
}
.fa-baby-carriage::before {
  content: "\f77d";
}
.fa-carriage-baby::before {
  content: "\f77d";
}
.fa-traffic-light::before {
  content: "\f637";
}
.fa-thermometer::before {
  content: "\f491";
}
.fa-vr-cardboard::before {
  content: "\f729";
}
.fa-hand-middle-finger::before {
  content: "\f806";
}
.fa-percent::before {
  content: "\25";
}
.fa-percentage::before {
  content: "\25";
}
.fa-truck-moving::before {
  content: "\f4df";
}
.fa-glass-water-droplet::before {
  content: "\e4f5";
}
.fa-display::before {
  content: "\e163";
}
.fa-face-smile::before {
  content: "\f118";
}
.fa-smile::before {
  content: "\f118";
}
.fa-thumbtack::before {
  content: "\f08d";
}
.fa-thumb-tack::before {
  content: "\f08d";
}
.fa-trophy::before {
  content: "\f091";
}
.fa-person-praying::before {
  content: "\f683";
}
.fa-pray::before {
  content: "\f683";
}
.fa-hammer::before {
  content: "\f6e3";
}
.fa-hand-peace::before {
  content: "\f25b";
}
.fa-rotate::before {
  content: "\f2f1";
}
.fa-sync-alt::before {
  content: "\f2f1";
}
.fa-spinner::before {
  content: "\f110";
}
.fa-robot::before {
  content: "\f544";
}
.fa-peace::before {
  content: "\f67c";
}
.fa-gears::before {
  content: "\f085";
}
.fa-cogs::before {
  content: "\f085";
}
.fa-warehouse::before {
  content: "\f494";
}
.fa-arrow-up-right-dots::before {
  content: "\e4b7";
}
.fa-splotch::before {
  content: "\f5bc";
}
.fa-face-grin-hearts::before {
  content: "\f584";
}
.fa-grin-hearts::before {
  content: "\f584";
}
.fa-dice-four::before {
  content: "\f524";
}
.fa-sim-card::before {
  content: "\f7c4";
}
.fa-transgender::before {
  content: "\f225";
}
.fa-transgender-alt::before {
  content: "\f225";
}
.fa-mercury::before {
  content: "\f223";
}
.fa-arrow-turn-down::before {
  content: "\f149";
}
.fa-level-down::before {
  content: "\f149";
}
.fa-person-falling-burst::before {
  content: "\e547";
}
.fa-award::before {
  content: "\f559";
}
.fa-ticket-simple::before {
  content: "\f3ff";
}
.fa-ticket-alt::before {
  content: "\f3ff";
}
.fa-building::before {
  content: "\f1ad";
}
.fa-angles-left::before {
  content: "\f100";
}
.fa-angle-double-left::before {
  content: "\f100";
}
.fa-qrcode::before {
  content: "\f029";
}
.fa-clock-rotate-left::before {
  content: "\f1da";
}
.fa-history::before {
  content: "\f1da";
}
.fa-face-grin-beam-sweat::before {
  content: "\f583";
}
.fa-grin-beam-sweat::before {
  content: "\f583";
}
.fa-file-export::before {
  content: "\f56e";
}
.fa-arrow-right-from-file::before {
  content: "\f56e";
}
.fa-shield::before {
  content: "\f132";
}
.fa-shield-blank::before {
  content: "\f132";
}
.fa-arrow-up-short-wide::before {
  content: "\f885";
}
.fa-sort-amount-up-alt::before {
  content: "\f885";
}
.fa-house-medical::before {
  content: "\e3b2";
}
.fa-golf-ball-tee::before {
  content: "\f450";
}
.fa-golf-ball::before {
  content: "\f450";
}
.fa-circle-chevron-left::before {
  content: "\f137";
}
.fa-chevron-circle-left::before {
  content: "\f137";
}
.fa-house-chimney-window::before {
  content: "\e00d";
}
.fa-pen-nib::before {
  content: "\f5ad";
}
.fa-tent-arrow-turn-left::before {
  content: "\e580";
}
.fa-tents::before {
  content: "\e582";
}
.fa-wand-magic::before {
  content: "\f0d0";
}
.fa-magic::before {
  content: "\f0d0";
}
.fa-dog::before {
  content: "\f6d3";
}
.fa-carrot::before {
  content: "\f787";
}
.fa-moon::before {
  content: "\f186";
}
.fa-wine-glass-empty::before {
  content: "\f5ce";
}
.fa-wine-glass-alt::before {
  content: "\f5ce";
}
.fa-cheese::before {
  content: "\f7ef";
}
.fa-yin-yang::before {
  content: "\f6ad";
}
.fa-music::before {
  content: "\f001";
}
.fa-code-commit::before {
  content: "\f386";
}
.fa-temperature-low::before {
  content: "\f76b";
}
.fa-person-biking::before {
  content: "\f84a";
}
.fa-biking::before {
  content: "\f84a";
}
.fa-broom::before {
  content: "\f51a";
}
.fa-shield-heart::before {
  content: "\e574";
}
.fa-gopuram::before {
  content: "\f664";
}
.fa-earth-oceania::before {
  content: "\e47b";
}
.fa-globe-oceania::before {
  content: "\e47b";
}
.fa-square-xmark::before {
  content: "\f2d3";
}
.fa-times-square::before {
  content: "\f2d3";
}
.fa-xmark-square::before {
  content: "\f2d3";
}
.fa-hashtag::before {
  content: "\23";
}
.fa-up-right-and-down-left-from-center::before {
  content: "\f424";
}
.fa-expand-alt::before {
  content: "\f424";
}
.fa-oil-can::before {
  content: "\f613";
}
.fa-t::before {
  content: "\54";
}
.fa-hippo::before {
  content: "\f6ed";
}
.fa-chart-column::before {
  content: "\e0e3";
}
.fa-infinity::before {
  content: "\f534";
}
.fa-vial-circle-check::before {
  content: "\e596";
}
.fa-person-arrow-down-to-line::before {
  content: "\e538";
}
.fa-voicemail::before {
  content: "\f897";
}
.fa-fan::before {
  content: "\f863";
}
.fa-person-walking-luggage::before {
  content: "\e554";
}
.fa-up-down::before {
  content: "\f338";
}
.fa-arrows-alt-v::before {
  content: "\f338";
}
.fa-cloud-moon-rain::before {
  content: "\f73c";
}
.fa-calendar::before {
  content: "\f133";
}
.fa-trailer::before {
  content: "\e041";
}
.fa-bahai::before {
  content: "\f666";
}
.fa-haykal::before {
  content: "\f666";
}
.fa-sd-card::before {
  content: "\f7c2";
}
.fa-dragon::before {
  content: "\f6d5";
}
.fa-shoe-prints::before {
  content: "\f54b";
}
.fa-circle-plus::before {
  content: "\f055";
}
.fa-plus-circle::before {
  content: "\f055";
}
.fa-face-grin-tongue-wink::before {
  content: "\f58b";
}
.fa-grin-tongue-wink::before {
  content: "\f58b";
}
.fa-hand-holding::before {
  content: "\f4bd";
}
.fa-plug-circle-exclamation::before {
  content: "\e55d";
}
.fa-link-slash::before {
  content: "\f127";
}
.fa-chain-broken::before {
  content: "\f127";
}
.fa-chain-slash::before {
  content: "\f127";
}
.fa-unlink::before {
  content: "\f127";
}
.fa-clone::before {
  content: "\f24d";
}
.fa-person-walking-arrow-loop-left::before {
  content: "\e551";
}
.fa-arrow-up-z-a::before {
  content: "\f882";
}
.fa-sort-alpha-up-alt::before {
  content: "\f882";
}
.fa-fire-flame-curved::before {
  content: "\f7e4";
}
.fa-fire-alt::before {
  content: "\f7e4";
}
.fa-tornado::before {
  content: "\f76f";
}
.fa-file-circle-plus::before {
  content: "\e494";
}
.fa-book-quran::before {
  content: "\f687";
}
.fa-quran::before {
  content: "\f687";
}
.fa-anchor::before {
  content: "\f13d";
}
.fa-border-all::before {
  content: "\f84c";
}
.fa-face-angry::before {
  content: "\f556";
}
.fa-angry::before {
  content: "\f556";
}
.fa-cookie-bite::before {
  content: "\f564";
}
.fa-arrow-trend-down::before {
  content: "\e097";
}
.fa-rss::before {
  content: "\f09e";
}
.fa-feed::before {
  content: "\f09e";
}
.fa-draw-polygon::before {
  content: "\f5ee";
}
.fa-scale-balanced::before {
  content: "\f24e";
}
.fa-balance-scale::before {
  content: "\f24e";
}
.fa-gauge-simple-high::before {
  content: "\f62a";
}
.fa-tachometer::before {
  content: "\f62a";
}
.fa-tachometer-fast::before {
  content: "\f62a";
}
.fa-shower::before {
  content: "\f2cc";
}
.fa-desktop::before {
  content: "\f390";
}
.fa-desktop-alt::before {
  content: "\f390";
}
.fa-m::before {
  content: "\4d";
}
.fa-table-list::before {
  content: "\f00b";
}
.fa-th-list::before {
  content: "\f00b";
}
.fa-comment-sms::before {
  content: "\f7cd";
}
.fa-sms::before {
  content: "\f7cd";
}
.fa-book::before {
  content: "\f02d";
}
.fa-user-plus::before {
  content: "\f234";
}
.fa-check::before {
  content: "\f00c";
}
.fa-battery-three-quarters::before {
  content: "\f241";
}
.fa-battery-4::before {
  content: "\f241";
}
.fa-house-circle-check::before {
  content: "\e509";
}
.fa-angle-left::before {
  content: "\f104";
}
.fa-diagram-successor::before {
  content: "\e47a";
}
.fa-truck-arrow-right::before {
  content: "\e58b";
}
.fa-arrows-split-up-and-left::before {
  content: "\e4bc";
}
.fa-hand-fist::before {
  content: "\f6de";
}
.fa-fist-raised::before {
  content: "\f6de";
}
.fa-cloud-moon::before {
  content: "\f6c3";
}
.fa-briefcase::before {
  content: "\f0b1";
}
.fa-person-falling::before {
  content: "\e546";
}
.fa-image-portrait::before {
  content: "\f3e0";
}
.fa-portrait::before {
  content: "\f3e0";
}
.fa-user-tag::before {
  content: "\f507";
}
.fa-rug::before {
  content: "\e569";
}
.fa-earth-europe::before {
  content: "\f7a2";
}
.fa-globe-europe::before {
  content: "\f7a2";
}
.fa-cart-flatbed-suitcase::before {
  content: "\f59d";
}
.fa-luggage-cart::before {
  content: "\f59d";
}
.fa-rectangle-xmark::before {
  content: "\f410";
}
.fa-rectangle-times::before {
  content: "\f410";
}
.fa-times-rectangle::before {
  content: "\f410";
}
.fa-window-close::before {
  content: "\f410";
}
.fa-baht-sign::before {
  content: "\e0ac";
}
.fa-book-open::before {
  content: "\f518";
}
.fa-book-journal-whills::before {
  content: "\f66a";
}
.fa-journal-whills::before {
  content: "\f66a";
}
.fa-handcuffs::before {
  content: "\e4f8";
}
.fa-triangle-exclamation::before {
  content: "\f071";
}
.fa-exclamation-triangle::before {
  content: "\f071";
}
.fa-warning::before {
  content: "\f071";
}
.fa-database::before {
  content: "\f1c0";
}
.fa-share::before {
  content: "\f064";
}
.fa-mail-forward::before {
  content: "\f064";
}
.fa-bottle-droplet::before {
  content: "\e4c4";
}
.fa-mask-face::before {
  content: "\e1d7";
}
.fa-hill-rockslide::before {
  content: "\e508";
}
.fa-right-left::before {
  content: "\f362";
}
.fa-exchange-alt::before {
  content: "\f362";
}
.fa-paper-plane::before {
  content: "\f1d8";
}
.fa-road-circle-exclamation::before {
  content: "\e565";
}
.fa-dungeon::before {
  content: "\f6d9";
}
.fa-align-right::before {
  content: "\f038";
}
.fa-money-bill-1-wave::before {
  content: "\f53b";
}
.fa-money-bill-wave-alt::before {
  content: "\f53b";
}
.fa-life-ring::before {
  content: "\f1cd";
}
.fa-hands::before {
  content: "\f2a7";
}
.fa-sign-language::before {
  content: "\f2a7";
}
.fa-signing::before {
  content: "\f2a7";
}
.fa-calendar-day::before {
  content: "\f783";
}
.fa-water-ladder::before {
  content: "\f5c5";
}
.fa-ladder-water::before {
  content: "\f5c5";
}
.fa-swimming-pool::before {
  content: "\f5c5";
}
.fa-arrows-up-down::before {
  content: "\f07d";
}
.fa-arrows-v::before {
  content: "\f07d";
}
.fa-face-grimace::before {
  content: "\f57f";
}
.fa-grimace::before {
  content: "\f57f";
}
.fa-wheelchair-move::before {
  content: "\e2ce";
}
.fa-wheelchair-alt::before {
  content: "\e2ce";
}
.fa-turn-down::before {
  content: "\f3be";
}
.fa-level-down-alt::before {
  content: "\f3be";
}
.fa-person-walking-arrow-right::before {
  content: "\e552";
}
.fa-square-envelope::before {
  content: "\f199";
}
.fa-envelope-square::before {
  content: "\f199";
}
.fa-dice::before {
  content: "\f522";
}
.fa-bowling-ball::before {
  content: "\f436";
}
.fa-brain::before {
  content: "\f5dc";
}
.fa-bandage::before {
  content: "\f462";
}
.fa-band-aid::before {
  content: "\f462";
}
.fa-calendar-minus::before {
  content: "\f272";
}
.fa-circle-xmark::before {
  content: "\f057";
}
.fa-times-circle::before {
  content: "\f057";
}
.fa-xmark-circle::before {
  content: "\f057";
}
.fa-gifts::before {
  content: "\f79c";
}
.fa-hotel::before {
  content: "\f594";
}
.fa-earth-asia::before {
  content: "\f57e";
}
.fa-globe-asia::before {
  content: "\f57e";
}
.fa-id-card-clip::before {
  content: "\f47f";
}
.fa-id-card-alt::before {
  content: "\f47f";
}
.fa-magnifying-glass-plus::before {
  content: "\f00e";
}
.fa-search-plus::before {
  content: "\f00e";
}
.fa-thumbs-up::before {
  content: "\f164";
}
.fa-user-clock::before {
  content: "\f4fd";
}
.fa-hand-dots::before {
  content: "\f461";
}
.fa-allergies::before {
  content: "\f461";
}
.fa-file-invoice::before {
  content: "\f570";
}
.fa-window-minimize::before {
  content: "\f2d1";
}
.fa-mug-saucer::before {
  content: "\f0f4";
}
.fa-coffee::before {
  content: "\f0f4";
}
.fa-brush::before {
  content: "\f55d";
}
.fa-mask::before {
  content: "\f6fa";
}
.fa-magnifying-glass-minus::before {
  content: "\f010";
}
.fa-search-minus::before {
  content: "\f010";
}
.fa-ruler-vertical::before {
  content: "\f548";
}
.fa-user-large::before {
  content: "\f406";
}
.fa-user-alt::before {
  content: "\f406";
}
.fa-train-tram::before {
  content: "\e5b4";
}
.fa-user-nurse::before {
  content: "\f82f";
}
.fa-syringe::before {
  content: "\f48e";
}
.fa-cloud-sun::before {
  content: "\f6c4";
}
.fa-stopwatch-20::before {
  content: "\e06f";
}
.fa-square-full::before {
  content: "\f45c";
}
.fa-magnet::before {
  content: "\f076";
}
.fa-jar::before {
  content: "\e516";
}
.fa-note-sticky::before {
  content: "\f249";
}
.fa-sticky-note::before {
  content: "\f249";
}
.fa-bug-slash::before {
  content: "\e490";
}
.fa-arrow-up-from-water-pump::before {
  content: "\e4b6";
}
.fa-bone::before {
  content: "\f5d7";
}
.fa-user-injured::before {
  content: "\f728";
}
.fa-face-sad-tear::before {
  content: "\f5b4";
}
.fa-sad-tear::before {
  content: "\f5b4";
}
.fa-plane::before {
  content: "\f072";
}
.fa-tent-arrows-down::before {
  content: "\e581";
}
.fa-exclamation::before {
  content: "\21";
}
.fa-arrows-spin::before {
  content: "\e4bb";
}
.fa-print::before {
  content: "\f02f";
}
.fa-turkish-lira-sign::before {
  content: "\e2bb";
}
.fa-try::before {
  content: "\e2bb";
}
.fa-turkish-lira::before {
  content: "\e2bb";
}
.fa-dollar-sign::before {
  content: "\24";
}
.fa-dollar::before {
  content: "\24";
}
.fa-usd::before {
  content: "\24";
}
.fa-x::before {
  content: "\58";
}
.fa-magnifying-glass-dollar::before {
  content: "\f688";
}
.fa-search-dollar::before {
  content: "\f688";
}
.fa-users-gear::before {
  content: "\f509";
}
.fa-users-cog::before {
  content: "\f509";
}
.fa-person-military-pointing::before {
  content: "\e54a";
}
.fa-building-columns::before {
  content: "\f19c";
}
.fa-bank::before {
  content: "\f19c";
}
.fa-institution::before {
  content: "\f19c";
}
.fa-museum::before {
  content: "\f19c";
}
.fa-university::before {
  content: "\f19c";
}
.fa-umbrella::before {
  content: "\f0e9";
}
.fa-trowel::before {
  content: "\e589";
}
.fa-d::before {
  content: "\44";
}
.fa-stapler::before {
  content: "\e5af";
}
.fa-masks-theater::before {
  content: "\f630";
}
.fa-theater-masks::before {
  content: "\f630";
}
.fa-kip-sign::before {
  content: "\e1c4";
}
.fa-hand-point-left::before {
  content: "\f0a5";
}
.fa-handshake-simple::before {
  content: "\f4c6";
}
.fa-handshake-alt::before {
  content: "\f4c6";
}
.fa-jet-fighter::before {
  content: "\f0fb";
}
.fa-fighter-jet::before {
  content: "\f0fb";
}
.fa-square-share-nodes::before {
  content: "\f1e1";
}
.fa-share-alt-square::before {
  content: "\f1e1";
}
.fa-barcode::before {
  content: "\f02a";
}
.fa-plus-minus::before {
  content: "\e43c";
}
.fa-video::before {
  content: "\f03d";
}
.fa-video-camera::before {
  content: "\f03d";
}
.fa-graduation-cap::before {
  content: "\f19d";
}
.fa-mortar-board::before {
  content: "\f19d";
}
.fa-hand-holding-medical::before {
  content: "\e05c";
}
.fa-person-circle-check::before {
  content: "\e53e";
}
.fa-turn-up::before {
  content: "\f3bf";
}
.fa-level-up-alt::before {
  content: "\f3bf";
}
.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
/*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:root,
:host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free';
}
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(fonts/fa-regular-400.woff2) format('woff2'), url(fonts/fa-regular-400.ttf) format('truetype');
}
.far,
.fa-regular {
  font-weight: 400;
}
/*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:root,
:host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free';
}
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(fonts/fa-solid-900.woff2) format('woff2'), url(fonts/fa-solid-900.ttf) format('truetype');
}
.fas,
.fa-solid {
  font-weight: 900;
}
/*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:root,
:host {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands';
}
@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(fonts/fa-brands-400.woff2) format('woff2'), url(fonts/fa-brands-400.ttf) format('truetype');
}
.fab,
.fa-brands {
  font-weight: 400;
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-aws:before {
  content: "\f375";
}
.fa-redhat:before {
  content: "\f7bc";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-cloudflare:before {
  content: "\e07d";
}
.fa-ups:before {
  content: "\f7e0";
}
.fa-pixiv:before {
  content: "\e640";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-stackpath:before {
  content: "\f842";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-modx:before {
  content: "\f285";
}
.fa-guilded:before {
  content: "\e07e";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-square-js:before {
  content: "\f3b9";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-orcid:before {
  content: "\f8d2";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-invision:before {
  content: "\f7b0";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-unity:before {
  content: "\e049";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-vk:before {
  content: "\f189";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-square-reddit:before {
  content: "\f1a2";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-square-font-awesome:before {
  content: "\e5ad";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-brave:before {
  content: "\e63c";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-square-instagram:before {
  content: "\e055";
}
.fa-instagram-square:before {
  content: "\e055";
}
.fa-battle-net:before {
  content: "\f835";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-square-hacker-news:before {
  content: "\f3af";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-edge:before {
  content: "\f282";
}
.fa-threads:before {
  content: "\e618";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-square-snapchat:before {
  content: "\f2ad";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-artstation:before {
  content: "\f77a";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-sourcetree:before {
  content: "\f7d3";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-diaspora:before {
  content: "\f791";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-safari:before {
  content: "\f267";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-square-font-awesome-stroke:before {
  content: "\f35c";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-atlassian:before {
  content: "\f77b";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-chromecast:before {
  content: "\f838";
}
.fa-evernote:before {
  content: "\f839";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-watchman-monitoring:before {
  content: "\e087";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-git-alt:before {
  content: "\f841";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wizards-of-the-coast:before {
  content: "\f730";
}
.fa-square-viadeo:before {
  content: "\f2aa";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-centos:before {
  content: "\f789";
}
.fa-adn:before {
  content: "\f170";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-opensuse:before {
  content: "\e62b";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-square-dribbble:before {
  content: "\f397";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-node:before {
  content: "\f419";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-debian:before {
  content: "\e60b";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-instalod:before {
  content: "\e081";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-square-twitter:before {
  content: "\f081";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-golang:before {
  content: "\e40f";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-uncharted:before {
  content: "\e084";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-square-youtube:before {
  content: "\f431";
}
.fa-youtube-square:before {
  content: "\f431";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-wpressr:before {
  content: "\f3e4";
}
.fa-rendact:before {
  content: "\f3e4";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-nfc-directional:before {
  content: "\e530";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-fedora:before {
  content: "\f798";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-meta:before {
  content: "\e49b";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-square-letterboxd:before {
  content: "\e62e";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-hips:before {
  content: "\f452";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-discord:before {
  content: "\f392";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-confluence:before {
  content: "\f78d";
}
.fa-shoelace:before {
  content: "\e60c";
}
.fa-mdb:before {
  content: "\f8ca";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-unsplash:before {
  content: "\e07c";
}
.fa-yarn:before {
  content: "\f7e3";
}
.fa-square-steam:before {
  content: "\f1b7";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-square-vimeo:before {
  content: "\f194";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-flag:before {
  content: "\f2b4";
}
.fa-font-awesome-logo-full:before {
  content: "\f2b4";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-apple:before {
  content: "\f179";
}
.fa-hive:before {
  content: "\e07f";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-padlet:before {
  content: "\e4a0";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-square-github:before {
  content: "\f092";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-fedex:before {
  content: "\f797";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-shopify:before {
  content: "\e057";
}
.fa-neos:before {
  content: "\f612";
}
.fa-square-threads:before {
  content: "\e619";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-swift:before {
  content: "\f8e1";
}
.fa-angular:before {
  content: "\f420";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envira:before {
  content: "\f299";
}
.fa-google-scholar:before {
  content: "\e63b";
}
.fa-square-gitlab:before {
  content: "\e5ae";
}
.fa-gitlab-square:before {
  content: "\e5ae";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-square-odnoklassniki:before {
  content: "\f264";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-sith:before {
  content: "\f512";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-hashnode:before {
  content: "\e499";
}
.fa-react:before {
  content: "\f41b";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-itch-io:before {
  content: "\f83a";
}
.fa-umbraco:before {
  content: "\f8e8";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-ubuntu:before {
  content: "\f7df";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-gg:before {
  content: "\f260";
}
.fa-dhl:before {
  content: "\f790";
}
.fa-square-pinterest:before {
  content: "\f0d3";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-xing:before {
  content: "\f168";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-less:before {
  content: "\f41d";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-signal-messenger:before {
  content: "\e663";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-dailymotion:before {
  content: "\e052";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-bootstrap:before {
  content: "\f836";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-nfc-symbol:before {
  content: "\e531";
}
.fa-mintbit:before {
  content: "\e62f";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-speaker-deck:before {
  content: "\f83c";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-brave-reverse:before {
  content: "\e63d";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-square-google-plus:before {
  content: "\f0d4";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-square-xing:before {
  content: "\f169";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-usps:before {
  content: "\f7e1";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-fly:before {
  content: "\f417";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-viber:before {
  content: "\f409";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-letterboxd:before {
  content: "\e62d";
}
.fa-symfony:before {
  content: "\f83d";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-audible:before {
  content: "\f373";
}
.fa-think-peaks:before {
  content: "\f731";
}
.fa-bilibili:before {
  content: "\e3d9";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-x-twitter:before {
  content: "\e61b";
}
.fa-cotton-bureau:before {
  content: "\f89e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-42-group:before {
  content: "\e080";
}
.fa-innosoft:before {
  content: "\e080";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-square-pied-piper:before {
  content: "\e01e";
}
.fa-pied-piper-square:before {
  content: "\e01e";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-tiktok:before {
  content: "\e07b";
}
.fa-square-facebook:before {
  content: "\f082";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-mixer:before {
  content: "\e056";
}
.fa-square-lastfm:before {
  content: "\f203";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-mendeley:before {
  content: "\f7b3";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-figma:before {
  content: "\f799";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-cmplid:before {
  content: "\e360";
}
.fa-upwork:before {
  content: "\e641";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-deezer:before {
  content: "\e077";
}
.fa-raspberry-pi:before {
  content: "\f7bb";
}
.fa-jira:before {
  content: "\f7b1";
}
.fa-docker:before {
  content: "\f395";
}
.fa-screenpal:before {
  content: "\e570";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-microblog:before {
  content: "\e01a";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-wirsindhandwerk:before {
  content: "\e2d0";
}
.fa-wsh:before {
  content: "\e2d0";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-salesforce:before {
  content: "\f83b";
}
.fa-octopus-deploy:before {
  content: "\e082";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-apper:before {
  content: "\f371";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-waze:before {
  content: "\f83f";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ab";
}
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.fa-rust:before {
  content: "\e07a";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-square-behance:before {
  content: "\f1b5";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-webflow:before {
  content: "\e65c";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-space-awesome:before {
  content: "\e5ac";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-square-git:before {
  content: "\f1d2";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-square-tumblr:before {
  content: "\f174";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-trello:before {
  content: "\f181";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-perbyte:before {
  content: "\e083";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-android:before {
  content: "\f17b";
}
.fa-bots:before {
  content: "\e340";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-ideal:before {
  content: "\e013";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-dev:before {
  content: "\f6cc";
}
.fa-sketch:before {
  content: "\f7c6";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-uber:before {
  content: "\f402";
}
.fa-github:before {
  content: "\f09b";
}
.fa-php:before {
  content: "\f457";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-firefox-browser:before {
  content: "\e007";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-suse:before {
  content: "\f7d6";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-buffer:before {
  content: "\f837";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-yammer:before {
  content: "\f840";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-stubber:before {
  content: "\e5c7";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f2c6";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-odysee:before {
  content: "\e5c6";
}
.fa-square-whatsapp:before {
  content: "\f40c";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-edge-legacy:before {
  content: "\e078";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f198";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-usb:before {
  content: "\f287";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-square-x-twitter:before {
  content: "\e61a";
}
.fa-reacteurope:before {
  content: "\f75d";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f23a";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-critical-role:before {
  content: "\f6c9";
}
.fa-sitrox:before {
  content: "\e44a";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-airbnb:before {
  content: "\f834";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-buy-n-large:before {
  content: "\f8a6";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-strava:before {
  content: "\f428";
}
.fa-ember:before {
  content: "\f423";
}
.fa-canadian-maple-leaf:before {
  content: "\f785";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-wodu:before {
  content: "\e088";
}
.fa-google-pay:before {
  content: "\e079";
}
.fa-intercom:before {
  content: "\f7af";
}
.fa-zhihu:before {
  content: "\f63f";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-pix:before {
  content: "\e43a";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
@font-face {
  font-family: "ProximaNova";
  src: url(fonts/ProximaNova-Light.eot);
  src: url(fonts/ProximaNova-Light.eot?#iefix) format("embedded-opentype"), url(fonts/ProximaNova-Light.ttf) format("truetype"), url(fonts/ProximaNova-Light.woff) format("woff"), url(fonts/ProximaNova-Light.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNova";
  src: url(fonts/ProximaNova-Regular.eot);
  src: url(fonts/ProximaNova-Regular.eot?#iefix) format("embedded-opentype"), url(fonts/ProximaNova-Regular.ttf) format("truetype"), url(fonts/ProximaNova-Regular.woff) format("woff"), url(fonts/ProximaNova-Regular.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNova";
  src: url(fonts/ProximaNova-Bold.eot);
  src: url(fonts/ProximaNova-Bold.eot?#iefix) format("embedded-opentype"), url(fonts/ProximaNova-Bold.ttf) format("truetype"), url(fonts/ProximaNova-Bold.woff) format("woff"), url(fonts/ProximaNova-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNova";
  src: url(fonts/ProximaNova-Extrabld.eot);
  src: url(fonts/ProximaNova-Extrabld.eot?#iefix) format("embedded-opentype"), url(fonts/ProximaNova-Extrabld.ttf) format("truetype"), url(fonts/ProximaNova-Extrabld.woff) format("woff"), url(fonts/ProximaNova-Extrabld.woff2) format("woff2");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNova";
  src: url(fonts/ProximaNova-Black.eot);
  src: url(fonts/ProximaNova-Black.eot?#iefix) format("embedded-opentype"), url(fonts/ProximaNova-Black.ttf) format("truetype"), url(fonts/ProximaNova-Black.woff) format("woff"), url(fonts/ProximaNova-Black.woff2) format("woff2");
  font-weight: 900;
  font-style: normal;
}
:root,
:host {
  --before-background-color: #ECF0F1;
}
html,
body {
  background: none !important;
  background-color: white;
  font-family: "ProximaNova" !important;
  line-height: 1.4;
}
.pull-none {
  overflow: hidden;
  clear: none;
  float: none;
  width: auto;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.mt15 {
  margin-top: 15px;
}
.mb15 {
  margin-bottom: 15px;
}
.fa-lg {
  line-height: 1 !important;
}
input[type="radio"] {
  box-shadow: none !important;
}
body.wireframe.backend_login {
  display: flex;
}
body.wireframe.backend_login #login_splash {
  background-image: url(images/forest.jpg);
  background-size: cover;
  background-position: center;
  order: 2;
  display: flex;
  width: 100%;
}
body.wireframe.backend_login #login_splash .overlay-layer {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(32, 51, 84, 0.85), rgba(66, 95, 122, 0.5));
}
body.wireframe.backend_login #login_splash .overlay-layer {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(25, 41, 60, 0.85), rgba(66, 95, 122, 0.5));
}
body.wireframe.backend_login #login_splash img {
  max-width: 250px;
  margin: auto;
}
body.wireframe.backend_login #content {
  padding: 60px;
  background-color: #f4f5f6;
  width: 60%;
  order: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.wireframe.backend_login #content .login_form {
  margin: 20px;
}
body.wireframe.backend_login #content .login_form .welcome-message {
  padding: 0 0 40px 0;
}
body.wireframe.backend_login #content .login_form .welcome-message h3 {
  font-family: "ProximaNova";
  font-size: 42px;
  font-weight: 600;
  color: #2C3E50;
}
body.wireframe.backend_login #content .login_form .welcome-message span {
  font-family: "ProximaNova";
  font-size: 22px;
  font-weight: 400;
  color: #304568;
}
body.wireframe.backend_login #content .login_form #auth_dialog form {
  background: transparent;
  flex-direction: column;
  flex-wrap: nowrap;
}
body.wireframe.backend_login #content .login_form #auth_dialog form .control_holder {
  padding: 0;
  margin: 10px 0;
  width: 100%;
}
body.wireframe.backend_login #content .login_form #auth_dialog form .control_holder label {
  font-size: 16px;
  font-weight: 300;
  color: rgba(48, 69, 104, 0.5);
  margin-bottom: 10px;
}
body.wireframe.backend_login #content .login_form #auth_dialog form .control_holder input {
  height: 50px;
}
body.wireframe.backend_login #content .login_form #auth_dialog form .login_action .button_holder {
  display: flex;
  border: none;
  background: transparent;
  padding: 20px 0;
}
body.wireframe.backend_login #content .login_form #auth_dialog form .login_action .button_holder button {
  background-color: #243454;
  border-radius: 2px;
  color: white;
  border: 1px solid #243454;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
  width: 100%;
  margin: 0;
  height: 50px;
  text-transform: uppercase;
}
body.wireframe.backend_login #content .login_form #auth_dialog form .login_action .button_holder button a {
  color: white;
  text-decoration: none !important;
}
body.wireframe.backend_login #content .login_form #auth_dialog form .login_action .button_holder button:hover {
  box-shadow: 1px 1px 4px rgba(36, 52, 84, 0.5);
  background-color: rgba(36, 52, 84, 0.95);
}
body.wireframe.backend_login #content .login_form #auth_dialog form .login_action .button_holder button:disabled {
  background-color: #ECF0F1;
}
body.wireframe.backend_login #content .login_form #auth_dialog form .login_action .button_holder button.red {
  background-color: #bf2b48;
  border-radius: 2px;
  color: white;
  border: 1px solid #bf2b48;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe.backend_login #content .login_form #auth_dialog form .login_action .button_holder button.red a {
  color: white;
  text-decoration: none !important;
}
body.wireframe.backend_login #content .login_form #auth_dialog form .login_action .button_holder button.red:hover {
  box-shadow: 1px 1px 4px rgba(191, 43, 72, 0.5);
  background-color: rgba(191, 43, 72, 0.95);
}
body.wireframe.backend_login #content .login_form #auth_dialog form .login_action .button_holder button.red:disabled {
  background-color: #ECF0F1;
}
body.wireframe.backend_login #content .login_form #auth_dialog form .login_action .button_holder button:focus {
  outline: none;
}
body.wireframe.backend_login #content .login_form #auth_dialog form .login_action .button_holder button:hover {
  background-color: #304568;
}
body.wireframe.backend_login #content .login_form #auth_dialog .invalid-credentials {
  font-size: 16px;
  font-weight: 400;
  color: #ed3c5f;
}
body.wireframe.expanded_menu #wireframe_menu {
  max-width: 215px;
}
body.wireframe.expanded_menu #wireframe_menu .logo a .watermark-img {
  opacity: 1 !important;
  visibility: visible !important;
  transition: opacity 1s;
}
body.wireframe.expanded_menu #wireframe_menu .main_menu_item.expand_menu_icon a span.icon i {
  transform: rotate(-180deg);
}
body.wireframe.expanded_menu #wireframe_menu .main_menu_item a span.icon {
  margin: 0 0 0 23px;
}
body.wireframe.expanded_menu #wireframe_menu .main_menu_item a span.label {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
  transition: opacity 1s;
}
body.wireframe.expanded_menu #wireframe_menu .plus_menu_item a span.icon i {
  transform: rotate(-180deg);
}
body.wireframe.expanded_menu #wireframe_menu a span.icon {
  margin: 0 0 0 23px;
}
body.wireframe.expanded_menu #wireframe_menu a span.label {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
  transition: opacity 1s;
}
body.wireframe.expanded_menu .main-content-wrapper {
  left: 215px;
}
body.wireframe.expanded_menu #menu .main_menu_item a {
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
body.wireframe.expanded_menu #menu .main_menu_item a span.label {
  display: none;
  visibility: hidden;
  opacity: 0;
}
body.wireframe #wireframe_menu {
  bottom: 0;
  left: 0;
  padding-top: 0;
  position: absolute;
  top: 0;
  max-width: 75px;
  width: 100%;
  background-color: #203354;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
}
body.wireframe #wireframe_menu a {
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 10px;
  position: relative;
  text-decoration: none;
}
body.wireframe #wireframe_menu a .icon {
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  height: 50px;
  margin: 0 auto 0 23px;
  padding: 8px 7px 10px;
  width: 66px;
}
body.wireframe #wireframe_menu a .badge {
  background: none repeat scroll 0 0 #e01a1a;
  border-radius: 6px;
  box-shadow: 0 0 2px #000;
  color: #fff;
  font-size: 9px;
  padding: 1px 5px;
  position: absolute;
  right: 16px;
  top: 29px;
}
body.wireframe #wireframe_menu ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
body.wireframe #wireframe_menu ul li {
  display: block;
  margin: 0;
  position: relative;
}
body.wireframe #wireframe_menu ul li span.indicator {
  color: #dedeb6;
  display: block;
  height: 24px;
  left: 0;
  position: absolute;
  top: 8px;
  visibility: hidden;
  width: 12px;
  z-index: 100;
}
body.wireframe #wireframe_menu ul li.current span.indicator {
  visibility: visible;
}
body.wireframe #wireframe_menu .logo {
  order: 1;
}
body.wireframe #wireframe_menu .logo a {
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  padding: 10px 12px;
}
body.wireframe #wireframe_menu .logo a:hover {
  cursor: pointer;
}
body.wireframe #wireframe_menu .logo a .logo-img {
  display: flex;
  padding: 7.5px;
  border-radius: 3px;
}
body.wireframe #wireframe_menu .logo a .logo-img:hover {
  background-color: #304568;
}
body.wireframe #wireframe_menu .logo a .watermark-img {
  opacity: 0;
  visibility: hidden;
  margin-left: -2px;
}
body.wireframe #wireframe_menu #menu {
  order: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 15px;
  margin-top: 15px;
}
body.wireframe #wireframe_menu #menu::-webkit-scrollbar {
  width: 10px;
}
body.wireframe #wireframe_menu #menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
}
body.wireframe #wireframe_menu #menu::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(65, 92, 119, 0);
}
body.wireframe #wireframe_menu #menu .menu_group_main {
  order: 1;
}
body.wireframe #wireframe_menu #menu .group .main_menu_item {
  text-align: left;
  min-height: 50px;
  border-left: 5px solid #304568;
}
body.wireframe #wireframe_menu #menu .group .main_menu_item.current {
  border-left: 5px solid #8dc14a;
  background-color: #304568;
}
body.wireframe #wireframe_menu #menu .group .main_menu_item.current .label {
  font-weight: 600;
  font-size: 14px;
}
body.wireframe #wireframe_menu #menu .group .main_menu_item a {
  height: 100%;
  text-align: center;
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
body.wireframe #wireframe_menu #menu .group .main_menu_item a span.label {
  display: none;
  visibility: hidden;
  opacity: 0;
}
body.wireframe #wireframe_menu #menu .group .main_menu_item .plus_menu_item {
  text-align: left;
  min-height: 50px;
  border-left: 5px solid #304568;
}
body.wireframe #wireframe_menu #menu .group .main_menu_item .icon {
  background-color: transparent !important;
  background-image: none !important;
  border: none !important;
  padding: 0 !important;
  width: 23px;
  font-size: 16px;
  height: 50px;
  text-align: center;
  display: flex;
  align-items: center;
}
body.wireframe #wireframe_menu #menu .group .main_menu_item .icon i {
  font-size: 18px;
  min-width: 18px;
  text-align: center;
}
body.wireframe #wireframe_menu #menu .group .main_menu_item .label {
  visibility: visible;
  background-color: transparent !important;
  text-shadow: none;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  top: initial;
  bottom: initial;
  left: initial;
  right: initial;
  height: 100%;
  padding: 0;
  margin-left: 15px;
}
body.wireframe #wireframe_menu #menu .group .main_menu_item.expand_menu_icon span.icon {
  margin-left: 25px;
}
body.wireframe #wireframe_menu #menu .group .main_menu_item.expand_menu_icon i {
  color: white;
}
body.wireframe #wireframe_menu #menu .group .main_menu_item:hover {
  cursor: pointer;
  background-color: #304568;
}
body.wireframe #wireframe_menu #menu .group .main_menu_item:hover .label {
  border-left: 5px solid transparent;
  background: none;
  border-left: none;
}
body.wireframe #wireframe_menu #menu .group .main_menu_item:hover .icon img {
  left: 0;
}
body.wireframe #wireframe_menu #menu .group .plus_menu_item a {
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  z-index: 900;
}
body.wireframe #wireframe_menu #menu .group .plus_menu_item a span.icon {
  margin: 15px 0 15px 16px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  border: none;
  background: linear-gradient(227deg, #8cc2a9 0%, #92ba00 100%) !important;
}
body.wireframe #wireframe_menu #menu .group .plus_menu_item a span.icon i {
  color: #243454;
  font-size: 16px;
}
body.wireframe #wireframe_menu #menu .group .plus_menu_item a span.label {
  display: none;
  visibility: hidden;
  opacity: 0;
}
body.wireframe #wireframe_menu #menu .group .plus_menu_item:hover {
  cursor: pointer;
  background-color: #304568;
}
body.wireframe #wireframe_menu #menu .group .plus_menu_item:hover .icon {
  background: linear-gradient(227deg, #84dab2 0%, #86ac00 100%) !important;
}
body.wireframe #wireframe_menu #menu .group .plus_menu_item .label {
  visibility: visible;
  background-color: transparent !important;
  text-shadow: none;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  top: initial;
  bottom: initial;
  left: initial;
  right: initial;
  height: 100%;
  padding: 0;
  margin-left: 15px;
}
body.wireframe #wireframe_menu #menu .group.expand_menu {
  order: 2;
}
body.wireframe .main-content-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 75px;
}
body.wireframe .main-content-wrapper #wireframe_page_tabs {
  position: absolute;
  text-align: left;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: none;
  height: 45px;
  background-color: #304568;
  padding: 0 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
body.wireframe .main-content-wrapper #wireframe_page_tabs #wireframe_page_title {
  margin-left: 0;
  padding: 0;
  background: none;
  border-bottom: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  min-height: 30px;
  overflow: visible;
  position: relative;
  z-index: 200;
}
body.wireframe .main-content-wrapper #wireframe_page_tabs #wireframe_page_title .back-button {
  font-size: 14px;
  background-color: #304568;
  border-radius: 2px;
  color: white;
  border: 1px solid #304568;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .main-content-wrapper #wireframe_page_tabs #wireframe_page_title .back-button a {
  color: white;
  text-decoration: none !important;
}
body.wireframe .main-content-wrapper #wireframe_page_tabs #wireframe_page_title .back-button::before {
  content: "\f060";
  font-family: 'Font Awesome 6 Free';
  color: white;
  font-weight: 600;
  font-size: 16px;
  margin-right: 10px;
}
body.wireframe .main-content-wrapper #wireframe_page_tabs #wireframe_page_title .back-button:hover {
  box-shadow: 1px 1px 4px rgba(48, 69, 104, 0.5);
  background-color: rgba(48, 69, 104, 0.95);
}
body.wireframe .main-content-wrapper #wireframe_page_tabs #wireframe_page_title .back-button:disabled {
  background-color: #ECF0F1;
}
body.wireframe .main-content-wrapper #wireframe_page_tabs #wireframe_page_title .back-button:hover {
  background-color: #385179;
}
body.wireframe .main-content-wrapper #wireframe_page_tabs #wireframe_page_title .back-button::before {
  margin-right: 0;
  font-size: 14px;
  text-align: center;
}
body.wireframe .main-content-wrapper #wireframe_page_tabs #wireframe_page_title .page_header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0 10px;
}
body.wireframe .main-content-wrapper #wireframe_page_tabs #wireframe_page_title h1#page_title {
  margin: 0;
  font-weight: 400;
  font-size: 18px !important;
  color: white;
}
body.wireframe .main-content-wrapper #wireframe_page_tabs #account {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  flex-shrink: 1;
  order: 3;
  list-style-type: none;
  height: 100%;
}
body.wireframe .main-content-wrapper #wireframe_page_tabs #account .top_toolbar_button {
  height: 100%;
}
body.wireframe .main-content-wrapper #wireframe_page_tabs #account .top_toolbar_button:hover {
  background-color: #385179;
  cursor: pointer;
}
body.wireframe .main-content-wrapper #wireframe_page_tabs #account .top_toolbar_button a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  text-decoration: none;
  height: 100%;
  padding: 0 15px;
}
body.wireframe .main-content-wrapper #wireframe_page_tabs #account .top_toolbar_button a .user-icon {
  order: 1;
  float: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_page_tabs #account .top_toolbar_button a .user-icon i {
  width: initial;
  height: initial;
}
body.wireframe .main-content-wrapper #wireframe_page_tabs #account .top_toolbar_button a .sign-out-icon {
  order: 3;
  text-align: center;
  margin-left: 15px;
}
body.wireframe .main-content-wrapper #wireframe_page_tabs #account .top_toolbar_button a .sign-out-icon i {
  width: 50%;
  height: 100%;
  font-size: 16px;
  color: white;
}
body.wireframe .main-content-wrapper #wireframe_page_tabs #account .top_toolbar_button a .user-details {
  order: 2;
  padding: 0;
}
body.wireframe .main-content-wrapper #wireframe_page_tabs #account .top_toolbar_button a .user-details .label {
  font-size: 16px;
  margin: 0;
}
body.wireframe .main-content-wrapper #wireframe_page_tabs #account .top_toolbar_button a .user-details .label.user-first-name {
  display: inline;
  font-weight: 300;
}
body.wireframe .main-content-wrapper #wireframe_page_tabs #account .top_toolbar_button a .user-details .label.user-last-name {
  display: inline;
  font-weight: 500;
}
body.wireframe .main-content-wrapper #wireframe_page_tabs #account .user-icon {
  float: left;
  background-color: rgba(255, 255, 255, 0.15);
  height: 35px;
  width: 35px;
  border-radius: 50%;
  text-align: center;
}
body.wireframe .main-content-wrapper #wireframe_page_tabs #account .user-icon i {
  font-size: 16px;
  color: white;
  height: 100%;
  width: 50%;
}
body.wireframe .main-content-wrapper #wireframe_page_tabs #account .top_toolbar_button .user-details {
  float: right;
  margin-left: 15px;
  padding: 4px;
}
body.wireframe .main-content-wrapper #wireframe_page_tabs #account .top_toolbar_button .user-details .label {
  font-size: 16px;
  font-weight: 500;
  color: white;
  display: block;
  padding: 0;
  margin: 0 0 3px 0;
}
body.wireframe .main-content-wrapper #wireframe_page_tabs #account .top_toolbar_button .user-details .role {
  font-size: 16px;
  font-weight: 300;
  color: white;
  display: block;
  text-transform: lowercase;
}
body.wireframe .main-content-wrapper #wireframe_page_tabs #account #add_task {
  z-index: 200000;
}
body.wireframe .main-content-wrapper #wireframe_main_container {
  left: 0;
  bottom: 0;
  top: 45px;
  background: none repeat scroll 0 0 #fff;
  position: absolute;
  right: 0;
  text-align: left;
  color: #000;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content {
  bottom: 0;
  font-size: 14px;
  left: 0;
  overflow-x: auto;
  overflow-y: scroll;
  padding: 0;
  position: absolute;
  right: 0;
  z-index: 100;
  top: 0 !important;
  background-color: white;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content a {
  font-weight: normal;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content.homepage {
  top: 0 !important;
  padding: 20px;
  display: inline-block;
  width: 100%;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content.homepage > div {
  margin-left: 15px;
  margin-right: 15px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content.homepage > div:first-child {
  margin-left: 0 !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content.homepage .widget-title {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 5px;
  margin-left: 15px;
  margin-right: 15px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content.homepage .widget-title .title-icon {
  order: 1;
  display: flex;
  align-items: center;
  color: #243454;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content.homepage .widget-title .title-icon i {
  font-size: 22px;
  margin-right: 15px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content.homepage .widget-title .title-icon span {
  font-size: 22px;
  font-weight: 400;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content.homepage .widget-title .dismiss-all-button {
  order: 2;
  background-color: transparent;
  border-radius: 2px;
  color: #243454;
  border: 1px solid transparent;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
  font-size: 14px;
  font-weight: 500;
  font-family: "ProximaNova";
  text-transform: uppercase;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content.homepage .widget-title .dismiss-all-button a {
  color: #243454;
  text-decoration: none !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content.homepage .widget-title .dismiss-all-button i {
  margin-right: 10px;
  font-weight: 600;
  font-size: 16px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content.homepage .widget-title .dismiss-all-button:hover {
  box-shadow: 1px 1px 4px #e9ebed;
  background-color: #e9ebed;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content.homepage .widget-title .dismiss-all-button:disabled {
  background-color: #ECF0F1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content.homepage .sidebar-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-right: 0 !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content.homepage .sidebar-wrapper .body.has-sidebar {
  border-radius: 0;
  background-color: #f4f5f6;
  padding: 30px;
  margin-right: 0;
  height: 100%;
  flex-grow: 10;
  flex-shrink: 7;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content.homepage .sidebar-wrapper .sidebar-right {
  margin-right: 0 !important;
  background-color: #f4f5f6;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content.homepage .sidebar-wrapper .sidebar-right .widget-title {
  padding: 30px 30px 5px 30px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content.homepage .sidebar-wrapper .sidebar-left {
  margin-left: 0 !important;
  background-color: #f4f5f6;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-right: 20px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content.homepage .sidebar-wrapper .sidebar-left .widget-title {
  padding: 30px 30px 5px 30px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content.homepage .sidebar-wrapper .new-great-things {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper {
  position: relative;
  overflow: auto;
  height: 100%;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#insurance_companies .object_list_group_head[grouping_property="company_id"] .object_list_group_name .icon {
  background-color: #304568;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#insurance_companies .object_list_group_head[grouping_property="company_id"] .object_list_group_name .icon::after {
  content: "\f1ad";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: white;
  height: 100%;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 16px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#partners .object_list_group_head[grouping_property="company_id"] .object_list_group_name .icon {
  background-color: #304568;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#partners .object_list_group_head[grouping_property="company_id"] .object_list_group_name .icon::after {
  content: "\f0f9";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: white;
  height: 100%;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 16px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#files .objects_list .objects_list_body .object_list_group .object_list_group_head .object_list_group_name .icon {
  background-color: #243454;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#files .objects_list .objects_list_body .object_list_group .object_list_group_head .object_list_group_name .icon::after {
  content: "\f56c";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: white;
  height: 100%;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 16px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#files .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item .created_on_date {
  margin-right: 5px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#files .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item .created_on_date:before {
  bottom: 145%;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#files .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item .created_on_date:after {
  bottom: 105%;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#files .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .vcard_top .user-icon:after {
  content: "\f15b";
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#files .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .vcard_top .user-title a {
  color: #2C3E50;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#files .objects_list_details .objects_list_details_multi_wrapper .objects_list_title {
  text-transform: unset !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#files .objects_list_details .objects_list_details_multi_wrapper .group {
  border-radius: 0;
  background-color: #EBEEF1;
  padding: 20px;
  border: none;
  box-shadow: none;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#files .objects_list_details .objects_list_details_multi_wrapper .group .objects_list_multi_actions_form .separate_action button {
  background-color: #304568;
  border-radius: 2px;
  color: white;
  border: 1px solid #243454;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#files .objects_list_details .objects_list_details_multi_wrapper .group .objects_list_multi_actions_form .separate_action button i {
  margin-right: 10px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#files .objects_list_details .objects_list_details_multi_wrapper .group .objects_list_multi_actions_form .separate_action button a {
  color: white;
  text-decoration: none !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#files .objects_list_details .objects_list_details_multi_wrapper .group .objects_list_multi_actions_form .separate_action button:hover {
  box-shadow: 1px 1px 4px rgba(48, 69, 104, 0.5);
  background-color: rgba(48, 69, 104, 0.95);
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#files .objects_list_details .objects_list_details_multi_wrapper .group .objects_list_multi_actions_form .separate_action button:disabled {
  background-color: #ECF0F1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#files .objects_list_details .objects_list_details_multi_wrapper form table.objects_list_multi_actions {
  background: none;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#files .objects_list_details .objects_list_details_multi_wrapper form table.objects_list_multi_actions label {
  display: flex;
  flex-direction: row;
  align-items: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#files .objects_list_details .objects_list_details_multi_wrapper form table.objects_list_multi_actions label input {
  margin-right: 10px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#files .objects_list_details .objects_list_details_multi_wrapper .button_holder {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  background: none;
  border-top: none;
  border-radius: 0;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#files .objects_list_details .objects_list_details_multi_wrapper .button_holder button {
  background-color: #304568;
  border-radius: 2px;
  color: white;
  border: 1px solid #243454;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#files .objects_list_details .objects_list_details_multi_wrapper .button_holder button a {
  color: white;
  text-decoration: none !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#files .objects_list_details .objects_list_details_multi_wrapper .button_holder button:hover {
  box-shadow: 1px 1px 4px rgba(48, 69, 104, 0.5);
  background-color: rgba(48, 69, 104, 0.95);
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#files .objects_list_details .objects_list_details_multi_wrapper .button_holder button:disabled {
  background-color: #ECF0F1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#files .objects_list_details .objects_list_details_multi_wrapper .button_holder button.red {
  background-color: #ed3c5f;
  border-radius: 2px;
  color: white;
  border: 1px solid #bf2b48;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#files .objects_list_details .objects_list_details_multi_wrapper .button_holder button.red a {
  color: white;
  text-decoration: none !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#files .objects_list_details .objects_list_details_multi_wrapper .button_holder button.red:hover {
  box-shadow: 1px 1px 4px rgba(237, 60, 95, 0.5);
  background-color: rgba(237, 60, 95, 0.95);
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#files .objects_list_details .objects_list_details_multi_wrapper .button_holder button.red:disabled {
  background-color: #ECF0F1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list .objects_list_body .object_list_group .object_list_group_head .object_list_group_name .icon {
  background-color: white;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list .objects_list_body .object_list_group .object_list_group_head .object_list_group_name .icon::after {
  content: "\f56c";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: #7F8C8D;
  height: 100%;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 16px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item .created_on_date {
  margin-right: 5px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item .created_on_date:before {
  bottom: 145%;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item .created_on_date:after {
  bottom: 105%;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list .objects_list_body .object_list_group.admin_files .object_list_group_head .object_list_group_name .icon {
  border-color: #dd8500;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list .objects_list_body .object_list_group.admin_files .object_list_group_head .object_list_group_name .icon:after {
  content: "\f502";
  color: #ea9200;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list .objects_list_body .object_list_group.admin_files .object_list_group_body .objects_list_item .avatar.icon {
  background-color: #ea9200;
  border-color: #dd8500;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list .objects_list_body .object_list_group.admin_files .object_list_group_body .objects_list_item .avatar.icon:after {
  color: white;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list .objects_list_body .object_list_group.other_files .object_list_group_head .object_list_group_name .icon:after {
  content: "\f171";
  font-family: "Font Awesome 6 Brands";
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper.admin_bucket_file .vcard_top .user-icon {
  background-color: #ea9200;
  border-color: #dd8500;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper.admin_bucket_file .vcard_top .user-icon:after {
  color: white;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .vcard_top .user-icon {
  background-color: #9EA7B1;
  border-color: #9EA7B1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .vcard_top .user-icon:after {
  content: "\f15b";
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .vcard_top .user-title a {
  color: #2C3E50;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details .objects_list_details_multi_wrapper .objects_list_title {
  text-transform: unset !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details .objects_list_details_multi_wrapper .group {
  border-radius: 0;
  background-color: #EBEEF1;
  padding: 20px;
  border: none;
  box-shadow: none;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details .objects_list_details_multi_wrapper .group .objects_list_multi_actions_form .separate_action button {
  background-color: #304568;
  border-radius: 2px;
  color: white;
  border: 1px solid #243454;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details .objects_list_details_multi_wrapper .group .objects_list_multi_actions_form .separate_action button i {
  margin-right: 10px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details .objects_list_details_multi_wrapper .group .objects_list_multi_actions_form .separate_action button a {
  color: white;
  text-decoration: none !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details .objects_list_details_multi_wrapper .group .objects_list_multi_actions_form .separate_action button:hover {
  box-shadow: 1px 1px 4px rgba(48, 69, 104, 0.5);
  background-color: rgba(48, 69, 104, 0.95);
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details .objects_list_details_multi_wrapper .group .objects_list_multi_actions_form .separate_action button:disabled {
  background-color: #ECF0F1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details .objects_list_details_multi_wrapper form table.objects_list_multi_actions {
  background: none;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details .objects_list_details_multi_wrapper form table.objects_list_multi_actions label {
  display: flex;
  flex-direction: row;
  align-items: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details .objects_list_details_multi_wrapper form table.objects_list_multi_actions label input {
  margin-right: 10px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details .objects_list_details_multi_wrapper .button_holder {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  background: none;
  border-top: none;
  border-radius: 0;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details .objects_list_details_multi_wrapper .button_holder button {
  background-color: #304568;
  border-radius: 2px;
  color: white;
  border: 1px solid #243454;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details .objects_list_details_multi_wrapper .button_holder button a {
  color: white;
  text-decoration: none !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details .objects_list_details_multi_wrapper .button_holder button:hover {
  box-shadow: 1px 1px 4px rgba(48, 69, 104, 0.5);
  background-color: rgba(48, 69, 104, 0.95);
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details .objects_list_details_multi_wrapper .button_holder button:disabled {
  background-color: #ECF0F1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details .objects_list_details_multi_wrapper .button_holder button.red {
  background-color: #ed3c5f;
  border-radius: 2px;
  color: white;
  border: 1px solid #bf2b48;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details .objects_list_details_multi_wrapper .button_holder button.red a {
  color: white;
  text-decoration: none !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details .objects_list_details_multi_wrapper .button_holder button.red:hover {
  box-shadow: 1px 1px 4px rgba(237, 60, 95, 0.5);
  background-color: rgba(237, 60, 95, 0.95);
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details .objects_list_details_multi_wrapper .button_holder button.red:disabled {
  background-color: #ECF0F1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#faxes .objects_list {
  width: 35%;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#faxes .objects_list .objects_list_body .object_list_group .object_list_group_head .object_list_group_name .icon {
  background-color: #243454;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#faxes .objects_list .objects_list_body .object_list_group .object_list_group_head .object_list_group_name .icon::after {
  content: "\f073";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: white;
  height: 100%;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 16px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#faxes .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item .item_labels_tags_options {
  margin: 0 15px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#faxes .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item .item_labels_tags_options span.label_label[status="failed"] {
  background-color: #bf2b48 !important;
  color: white !important;
  text-transform: capitalize;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#faxes .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item .item_labels_tags_options span.label_label[status="failed"]:before {
  content: "\f12a";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  color: white !important;
  margin-right: 5px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#faxes .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item .item_labels_tags_options span.label_label[status="delivered"] {
  background-color: #48bf2b !important;
  text-transform: capitalize;
  color: white !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#faxes .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item .item_labels_tags_options span.label_label[status="delivered"]:before {
  content: "\f00c";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  margin-right: 5px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#faxes .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item .item_labels_tags_options span.label_label[status="incompatible"] {
  background-color: #8a1ea1 !important;
  color: white !important;
  text-transform: capitalize;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#faxes .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item .item_labels_tags_options span.label_label[status="incompatible"]:before {
  content: "\f12a";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  color: white !important;
  margin-right: 5px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#faxes .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item .item_labels_tags_options span.label_label[status="received"] {
  background-color: #48bf2b !important;
  color: white !important;
  text-transform: capitalize;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#faxes .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item .item_labels_tags_options span.label_label[status="received"]:before {
  content: "\f560";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  color: white !important;
  margin-right: 5px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#faxes .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item .item_labels_tags_options span.label_label[status="dev_sent"] {
  background-color: #48bf2b !important;
  text-transform: capitalize;
  color: white !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#faxes .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item .item_labels_tags_options span.label_label[status="dev_sent"]:before {
  content: "\f00c";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  margin-right: 5px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#faxes .objects_list_details {
  left: 35%;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#faxes .objects_list_details .vcard_top {
  height: 65px !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#tasks .objects_list .objects_list_body .object_list_group .object_list_group_head .object_list_group_name .icon {
  background-color: white;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#tasks .objects_list .objects_list_body .object_list_group .object_list_group_head .object_list_group_name .icon::after {
  content: "\f46d";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: #9EA7B1;
  height: 100%;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 18px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#tasks .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item .icon {
  background-color: #243454;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#tasks .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item .icon::after {
  content: "\f0ae";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: white;
  height: 100%;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 18px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#tasks .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item .title {
  font-size: 16px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#tasks .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item[status="Completed"] .task-status .item_labels_tags_options span.label:before {
  content: "\f00c";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  color: #48bf2b;
  margin-right: 5px;
  font-size: 12px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#tasks .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item[status="Archived"] .task-status .item_labels_tags_options span.label:before {
  content: "\f01C";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  margin-right: 5px;
  font-size: 12px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#tasks .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item[priority="Low"] .icon {
  background-color: #48bf2b !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#tasks .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item[priority="Normal"] .icon {
  background-color: #1F51E7 !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#tasks .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item[priority="High"] .icon {
  background-color: #dd8500 !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#tasks .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item[priority="Urgent"] .icon {
  background-color: #bf2b48 !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#tasks .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item[confidential="true"] .icon {
  border-color: #bf2b48 !important;
  border-width: 3px;
  border-style: solid;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#tasks .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item .task {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#tasks .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item .task .task-info {
  display: flex;
  align-items: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#tasks .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item .task .task-status {
  display: flex;
  align-items: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#tasks .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item .task .task-status .item_labels_tags_options {
  margin: 0 15px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#tasks .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item .task .task-status .item_labels_tags_options span.label {
  background-color: white;
  color: #2C3E50;
  padding: 3px 6px;
  margin: 3px;
  border-radius: 3px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#tasks .objects_list_details .objects_list_details_single_wrapper {
  height: 100%;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#tasks .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper {
  height: 100%;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#tasks .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector {
  height: 100%;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#tasks .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard {
  height: 100%;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#tasks .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .task[priority="Urgent"] .user-icon {
  background-color: #bf2b48;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#tasks .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .task[priority="High"] .user-icon {
  background-color: #dd8500;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#tasks .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .task[priority="Normal"] .user-icon {
  background-color: #1F51E7;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#tasks .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .task[priority="Low"] .user-icon {
  background-color: #48bf2b;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#tasks .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .task .user-icon {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-right: 15px;
  background-color: #243454;
  border-color: transparent;
  justify-content: center;
  align-items: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#tasks .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .task .user-icon .icon {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  color: white;
  float: left;
  background-color: transparent;
  border: 2px solid transparent;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#tasks .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .task .user-icon .icon.with-status::before {
  content: '';
  position: absolute;
  top: -2px;
  right: 0;
  left: 19px;
  bottom: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ECF0F1;
  border: 1px solid #9EA7B1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#tasks .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .task .user-icon .icon::after {
  content: "\f0ae";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  height: 27px;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 24px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#tasks .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .tabs-container {
  height: 100%;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#disputes .objects_list .objects_list_body .object_list_group .object_list_group_head .object_list_group_name .icon {
  background-color: white;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#disputes .objects_list .objects_list_body .object_list_group .object_list_group_head .object_list_group_name .icon::after {
  content: "\f1ad";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: #7F8C8D;
  height: 100%;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 16px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#disputes .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item .avatar.icon {
  background-color: #243454;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#disputes .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item .avatar.icon::after {
  content: "\f0e3";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: white;
  height: 100%;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 18px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#disputes .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item .title {
  font-size: 16px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#disputes .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item[status=closed] .avatar.icon {
  background-color: #48bf2b;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#disputes .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item[status=archived] .avatar.icon {
  background-color: #243454;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#disputes .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item[priority="Low"] .icon {
  background-color: #48bf2b !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#disputes .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item[priority="Normal"] .icon {
  background-color: #1F51E7 !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#disputes .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item[priority="High"] .icon {
  background-color: #dd8500 !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#disputes .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item[priority="Urgent"] .icon {
  background-color: #bf2b48 !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#disputes .objects_list_details .objects_list_details_single_wrapper {
  height: 100%;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#disputes .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper {
  height: 100%;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#disputes .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector {
  height: 100%;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#disputes .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard {
  height: 100%;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#disputes .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .dispute[priority="Urgent"] .user-icon {
  background-color: #bf2b48;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#disputes .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .dispute[priority="High"] .user-icon {
  background-color: #dd8500;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#disputes .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .dispute[priority="Normal"] .user-icon {
  background-color: #1F51E7;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#disputes .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .dispute[priority="Low"] .user-icon {
  background-color: #48bf2b;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#disputes .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .dispute .user-icon {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-right: 15px;
  background-color: #243454;
  border-color: transparent;
  justify-content: center;
  align-items: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#disputes .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .dispute .user-icon .icon {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  color: white;
  float: left;
  background-color: transparent;
  border: 2px solid transparent;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#disputes .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .dispute .user-icon .icon.with-status::before {
  content: '';
  position: absolute;
  top: -2px;
  right: 0;
  left: 19px;
  bottom: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ECF0F1;
  border: 1px solid #9EA7B1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#disputes .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .dispute .user-icon .icon::after {
  content: "\f0ae";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  height: 27px;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 24px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#disputes .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .tabs-container {
  height: 100%;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#users .objects_list .objects_list_body .object_list_group .object_list_group_head .object_list_group_name .icon {
  background-color: #243454;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#users .objects_list .objects_list_body .object_list_group .object_list_group_head .object_list_group_name .icon::after {
  content: "\f508";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: white;
  height: 100%;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 16px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#document-files .objects_list .objects_list_body .object_list_group .object_list_group_head .object_list_group_name .icon {
  background-color: #243454;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#document-files .objects_list .objects_list_body .object_list_group .object_list_group_head .object_list_group_name .icon::after {
  content: "\f46c";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: white;
  height: 100%;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 16px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details_single_wrapper .wireframe_content_wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details_single_wrapper .wireframe_content_wrapper .vcard,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details_single_wrapper .wireframe_content_wrapper .vcard_top {
  margin: 0;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details_single_wrapper .wireframe_content_wrapper .vcard_top .user-icon:after {
  content: "\f15c" !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details_single_wrapper .wireframe_content_wrapper .vcard_top .user-title a {
  color: #2C3E50;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details_single_wrapper .vcard_data_wrapper {
  margin-top: 20px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details_single_wrapper .vcard_data_wrapper #bucket_file_edit {
  height: initial;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details_single_wrapper .vcard_data_wrapper #bucket_file_edit .sorting-parameters-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details_single_wrapper .vcard_data_wrapper #bucket_file_edit .sorting-parameters-wrapper .sorting-parameters {
  order: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details_single_wrapper .vcard_data_wrapper #bucket_file_edit .sorting-parameters-wrapper .sorting-parameters .sorting-parameter {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 5px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details_single_wrapper .vcard_data_wrapper #bucket_file_edit .sorting-parameters-wrapper .sorting-parameters .sorting-parameter label {
  margin-right: 10px;
  width: 100px;
  font-size: 16px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details_single_wrapper .vcard_data_wrapper #bucket_file_edit .sorting-parameters-wrapper .sort-button {
  order: 2;
  margin-top: 5px;
  margin-left: 35px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details_single_wrapper .vcard_data_wrapper #bucket_file_edit .sorting-parameters-wrapper .sort-button button {
  background-color: #304568;
  border-radius: 2px;
  color: white;
  border: 1px solid #243454;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details_single_wrapper .vcard_data_wrapper #bucket_file_edit .sorting-parameters-wrapper .sort-button button a {
  color: white;
  text-decoration: none !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details_single_wrapper .vcard_data_wrapper #bucket_file_edit .sorting-parameters-wrapper .sort-button button::before {
  content: "\f0dc";
  font-family: 'Font Awesome 6 Free';
  color: white;
  font-weight: 600;
  font-size: 16px;
  margin-right: 10px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details_single_wrapper .vcard_data_wrapper #bucket_file_edit .sorting-parameters-wrapper .sort-button button:hover {
  box-shadow: 1px 1px 4px rgba(48, 69, 104, 0.5);
  background-color: rgba(48, 69, 104, 0.95);
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details_single_wrapper .vcard_data_wrapper #bucket_file_edit .sorting-parameters-wrapper .sort-button button:disabled {
  background-color: #ECF0F1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details_single_wrapper .vcard_data_wrapper #bucket_file_edit .sorting-parameters-wrapper .sort-button button.disabled {
  background-color: #ECF0F1;
  border-radius: 2px;
  color: white;
  border: 1px solid #BDC3C7;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details_single_wrapper .vcard_data_wrapper #bucket_file_edit .sorting-parameters-wrapper .sort-button button.disabled a {
  color: white;
  text-decoration: none !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details_single_wrapper .vcard_data_wrapper #bucket_file_edit .sorting-parameters-wrapper .sort-button button.disabled::before {
  content: "\f0dc";
  font-family: 'Font Awesome 6 Free';
  color: white;
  font-weight: 600;
  font-size: 16px;
  margin-right: 10px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details_single_wrapper .vcard_data_wrapper #bucket_file_edit .sorting-parameters-wrapper .sort-button button.disabled:hover {
  box-shadow: 1px 1px 4px rgba(236, 240, 241, 0.5);
  background-color: rgba(236, 240, 241, 0.95);
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details_single_wrapper .vcard_data_wrapper #bucket_file_edit .sorting-parameters-wrapper .sort-button button.disabled:disabled {
  background-color: #ECF0F1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .file-preview {
  margin-top: 20px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#trash-items .objects_list .objects_list_body .object_list_group .object_list_group_head .object_list_group_name .icon {
  background-color: #243454;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#trash-items .objects_list .objects_list_body .object_list_group .object_list_group_head .object_list_group_name .icon::after {
  content: "\f46c";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: white;
  height: 100%;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 16px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#trash-items .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#trash-items .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .vcard,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#trash-items .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .vcard_top {
  margin: 0;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#trash-items .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .vcard_top .user-icon:after {
  content: "\f15b";
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#trash-items .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .vcard_top .user-title a {
  color: #2C3E50;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list {
  bottom: 0;
  left: 0;
  margin: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: none;
  border-right: 1px solid rgba(178, 190, 195, 0.75);
  background-color: #EBEEF1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head {
  background: none;
  border-right: none;
  display: flex;
  flex-direction: column;
  flex-grow: 10;
  padding: 15px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .objects_list_top_row {
  display: flex;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_search {
  position: relative;
  flex-grow: 1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_search::before {
  content: "\f002";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 11px;
  left: 16px;
  font-size: 16px;
  font-weight: 600;
  color: #7F8C8D;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_search input {
  background: none repeat scroll 0 0 #FFF;
  box-sizing: border-box;
  margin-top: 0;
  height: 45px;
  background-color: white;
  border-radius: 0;
  border: none;
  box-shadow: 0 1px 1px #d6d6d6;
  padding-left: 55px;
  padding-right: 45px;
  color: #2C3E50;
  font-size: 16px;
  width: 100%;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_search input:hover {
  box-shadow: 0 2px 4px #d6d6d6;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_search input.disabled {
  background: #cdd0be;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_search i.clear-search {
  position: absolute;
  right: 20px;
  top: 14px;
  color: #7F8C8D;
  font-size: 16px;
  cursor: pointer;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .tap-select {
  padding: 8px 15px;
  border-radius: 22px;
  margin-left: 10px;
  background-color: #304568;
  color: white;
  font-size: 20px;
  opacity: 0.5;
  cursor: pointer;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_options {
  position: relative;
  border: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_options > ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 15px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_options > ul:empty {
  margin-top: 0 !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_options > ul .object_list_option {
  width: 100%;
  height: 100%;
  border: none;
  margin-right: 15px;
  position: initial;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_options > ul .object_list_option.object_list_filtering .object_list_option_dropdown {
  display: none;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_options > ul .object_list_option:hover {
  cursor: pointer;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_options > ul .object_list_option:last-child {
  margin-right: 0 !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_options > ul .object_list_option.opened .object_list_option_dropdown {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_options > ul .object_list_option .object_list_option_button {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  height: 40px;
  background-color: white;
  border-radius: 0;
  box-shadow: 0 1px 1px #d6d6d6;
  color: #7F8C8D;
  font-size: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  text-indent: 0;
  background-image: none !important;
  padding: 10px;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_options > ul .object_list_option .object_list_option_button.opened:hover {
  box-shadow: none;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_options > ul .object_list_option .object_list_option_button:hover {
  color: #243454;
  box-shadow: 0 2px 4px #d6d6d6;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_options > ul .object_list_option .object_list_option_button:hover:after {
  color: #243454;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_options > ul .object_list_option .object_list_option_button:after {
  content: "\f0d7";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 16px;
  font-weight: 600;
  color: #7F8C8D;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_options > ul .object_list_option#reload {
  width: 50%;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_options > ul .object_list_option#reload .object_list_option_button {
  background-color: white;
  border-radius: 2px;
  color: #304568;
  border: 1px solid #243454;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
  padding: 7px 15px 6px 15px !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_options > ul .object_list_option#reload .object_list_option_button a {
  color: #304568;
  text-decoration: none !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_options > ul .object_list_option#reload .object_list_option_button::before {
  content: "\f2f1";
  font-family: 'Font Awesome 6 Free';
  color: #304568;
  font-weight: 600;
  font-size: 16px;
  margin-right: 10px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_options > ul .object_list_option#reload .object_list_option_button:hover {
  box-shadow: 1px 1px 4px rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.95);
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_options > ul .object_list_option#reload .object_list_option_button:disabled {
  background-color: #ECF0F1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_options > ul .object_list_option#reload .object_list_option_button:before {
  font-size: 11px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_options > ul .object_list_option#reload .object_list_option_button:after {
  content: "";
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_options > ul .object_list_option#reload_all {
  width: 43%;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_options > ul .object_list_option#reload_all .object_list_option_button {
  background-color: white;
  border-radius: 2px;
  color: #304568;
  border: 1px solid #243454;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
  padding: 7px 15px 6px 15px !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_options > ul .object_list_option#reload_all .object_list_option_button a {
  color: #304568;
  text-decoration: none !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_options > ul .object_list_option#reload_all .object_list_option_button::before {
  content: "\f2f1";
  font-family: 'Font Awesome 6 Free';
  color: #304568;
  font-weight: 600;
  font-size: 16px;
  margin-right: 10px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_options > ul .object_list_option#reload_all .object_list_option_button:hover {
  box-shadow: 1px 1px 4px rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.95);
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_options > ul .object_list_option#reload_all .object_list_option_button:disabled {
  background-color: #ECF0F1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_options > ul .object_list_option#reload_all .object_list_option_button:before {
  font-size: 11px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_options > ul .object_list_option#reload_all .object_list_option_button:after {
  content: "";
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_button_bar#filter-direction {
  display: flex;
  flex-direction: row;
  padding: 0;
  margin-top: 15px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_button_bar#filter-direction .button-bar {
  max-height: 30px;
  padding: 7px 15px !important;
  outline: none !important;
  width: 100%;
  margin: 0;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_button_bar#filter-direction .button-bar:not(:last-child) {
  margin-right: 15px !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_button_bar#filter-direction .button-bar[value="inbound"] {
  background-color: white;
  border-radius: 2px;
  color: #304568;
  border: 1px solid #243454;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_button_bar#filter-direction .button-bar[value="inbound"] a {
  color: #304568;
  text-decoration: none !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_button_bar#filter-direction .button-bar[value="inbound"]::before {
  content: "\f3be";
  font-family: 'Font Awesome 6 Free';
  color: #304568;
  font-weight: 600;
  font-size: 16px;
  margin-right: 10px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_button_bar#filter-direction .button-bar[value="inbound"]:hover {
  box-shadow: 1px 1px 4px rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.95);
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_button_bar#filter-direction .button-bar[value="inbound"]:disabled {
  background-color: #ECF0F1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_button_bar#filter-direction .button-bar[value="outbound"] {
  background-color: white;
  border-radius: 2px;
  color: #304568;
  border: 1px solid #243454;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_button_bar#filter-direction .button-bar[value="outbound"] a {
  color: #304568;
  text-decoration: none !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_button_bar#filter-direction .button-bar[value="outbound"]::before {
  content: "\f3bf";
  font-family: 'Font Awesome 6 Free';
  color: #304568;
  font-weight: 600;
  font-size: 16px;
  margin-right: 10px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_button_bar#filter-direction .button-bar[value="outbound"]:hover {
  box-shadow: 1px 1px 4px rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.95);
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_button_bar#filter-direction .button-bar[value="outbound"]:disabled {
  background-color: #ECF0F1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_button_bar#filter-direction .button-bar.selected {
  background-color: rgba(48, 69, 104, 0.2);
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_button_bar#filter-direction .button-bar.selected:hover {
  background-color: rgba(48, 69, 104, 0.2);
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body {
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  display: flex;
  flex-basis: 100%;
  border-right: none;
  top: 0 !important;
  bottom: 0 !important;
  flex-shrink: 10;
  flex-grow: 20;
  background-color: #EBEEF1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body > div .object_list_group .object_list_group_head {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-height: 60px;
  background-color: transparent;
  border-bottom: 1px solid white;
  padding: 5px !important;
  text-shadow: none;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body > div .object_list_group .object_list_group_head .tap-select-group-selector {
  font-size: 20px;
  padding: 10px;
  display: none;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body > div .object_list_group .object_list_group_head .expandable-toggle {
  align-self: center;
  display: flex;
  align-items: center;
  width: 35px;
  height: 59px;
  color: #7F8C8D;
  font-size: 14px;
  padding: 0;
  margin: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body > div .object_list_group .object_list_group_head .expandable-toggle i {
  transition: 0.4s ease;
  font-size: 14px;
  margin: auto;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body > div .object_list_group .object_list_group_head .expandable-toggle.expanded i {
  transform: rotateZ(90deg);
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body > div .object_list_group .object_list_group_head .expandable-toggle:hover {
  cursor: pointer;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body > div .object_list_group .object_list_group_head .object_list_group_name {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  flex-grow: 2;
  flex-shrink: 20;
  color: #2C3E50;
  font-weight: 600;
  font-size: 14px;
  text-shadow: none;
  padding: 0;
  width: 100%;
  min-height: 60px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body > div .object_list_group .object_list_group_head .object_list_group_name:hover {
  cursor: default;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body > div .object_list_group .object_list_group_head .object_list_group_name .icon {
  order: 1;
  width: 35px;
  height: 35px;
  background-color: white;
  border: 1px solid #9EA7B1;
  border-radius: 50%;
  margin-right: 15px;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body > div .object_list_group .object_list_group_head .object_list_group_name .text {
  order: 2;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body > div .object_list_group .object_list_group_head:hover {
  background-color: #f4f5f6 !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body > div .object_list_group .object_list_group_head.selected {
  background-color: #D9DFE5 !important;
  border-top: none !important;
  border-bottom: 1px solid white !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body > div .object_list_group .object_list_group_head span.object_list_group_count {
  border-radius: 8px;
  padding: 0 5px;
  margin-left: 5px;
  background-color: transparent;
  border: none;
  font-size: 16px;
  font-weight: 500;
  margin-right: 10px;
  color: #7F8C8D;
  cursor: default;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body > div .object_list_group .object_list_group_head span.object_list_group_notification_count {
  color: #faf8fd;
  background: #fd6b00;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body > div .object_list_group .object_list_group_head.clickable .object_list_group_name:hover {
  cursor: pointer !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body > div .object_list_group .object_list_group_head.clickable:hover {
  cursor: pointer !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body > div .object_list_group .object_list_group_head[grouping_property="insurance_company_id"] .object_list_group_name .icon::after {
  content: "\f1ad";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: #9EA7B1;
  height: 100%;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 16px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body > div .object_list_group .object_list_group_head[grouping_property="status"] .object_list_group_name .icon::after {
  content: "\f192";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: #9EA7B1;
  height: 100%;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 16px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body > div .object_list_group .object_list_group_head[grouping_property="casemanager_id"] .object_list_group_name .icon::after {
  content: "\f508";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: #9EA7B1;
  height: 100%;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 16px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body > div .object_list_group.load_more .object_list_group_head .object_list_group_name {
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body > div .object_list_group.load_more .object_list_group_head .object_list_group_name a {
  background-color: #304568;
  border-radius: 2px;
  color: white;
  border: 1px solid #34495e;
  font-size: 14px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body > div .object_list_group.load_more.refreshing .object_list_group_head {
  background-image: url("/images/environment/default/layout/bits/indicator-loading-big.gif");
  background-position: center 23px;
  background-repeat: no-repeat;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body > div .object_list_group.load_more.refreshing .object_list_group_head .object_list_group_name {
  display: none;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  min-height: 60px;
  padding: 5px 0 5px 40px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item:hover {
  background-color: #f4f5f6 !important;
  cursor: pointer;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[flagged="1"] {
  padding-left: 10px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[flagged="1"] div.flagged {
  width: 30px;
  text-align: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[flagged="1"] div.flagged span.flagged {
  font-size: 16px;
  color: #ed3c5f;
  margin: 3px 8px 3px 3px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[flagged="1"] div.avatar {
  background-color: #ed3c5f;
  border-color: #ed3c5f;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item div {
  text-shadow: none;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item div.avatar {
  width: 35px;
  height: 35px;
  position: relative;
  background-color: #BDC3C7;
  border-radius: 50%;
  margin-right: 15px;
  flex-shrink: 0;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item div.patient-info {
  border: none;
  font-size: 16px;
  font-weight: 600;
  color: #243454;
  display: flex;
  flex-direction: column;
  flex-grow: 20;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item div.patient-info .name {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item div.patient-info .status {
  display: block;
  font-weight: 400;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item div.item_labels_tags_options {
  margin: 0 5px;
  border: none;
  padding: 0 !important;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  flex-wrap: wrap;
  flex-shrink: 20;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item div.item_labels_tags_options span.label_label {
  width: auto !important;
  min-height: 25px;
  background-color: #d8dde1 !important;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 400;
  color: #243454 !important;
  padding: 3px 6px;
  margin: 3px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item div.item_labels_tags_options span.label_tag {
  font-size: 16px;
  background-color: white !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item div.item_labels_tags_options span.label_tag:before {
  content: "\f02b";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 10px;
  color: #243454;
  margin-right: 5px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item div.item_labels_tags_options span.label_triage_initials {
  background-color: lightgrey !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item div.item_labels_tags_options span.label_info {
  font-size: 16px;
  color: #243454;
  margin: 3px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item div.item_labels_tags_options span.label_enclosure {
  font-size: 16px;
  background-color: white !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item div.item_labels_tags_options span.label_enclosure::before {
  content: "\f0c6";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 10px;
  color: #243454;
  margin-right: 5px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item div.item_labels_tags_options span.label_sent {
  font-size: 16px;
  background-color: white !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item div.item_labels_tags_options span.label_sent::before {
  content: "\f14d";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 10px;
  color: #243454;
  margin-right: 5px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item div.item_labels_tags_options span.label_more_info {
  font-size: 16px;
  background-color: white !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item div.item_labels_tags_options span.label_more_info:before {
  content: "\f06a";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 10px;
  color: #243454;
  margin-right: 5px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item .name {
  flex: 1;
  font-size: 16px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item .tap-select-item-selector {
  font-size: 20px;
  padding: 10px;
  display: none;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item.selected {
  background-color: #D9DFE5;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item.selected .item_labels_tags_options span.label_label {
  font-size: 16px;
  background-color: white !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item.selected .item_labels_tags_options span.label_enclosure {
  font-size: 16px;
  background-color: white !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item.selected .item_labels_tags_options span.label_sent {
  font-size: 16px;
  background-color: white !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item.selected .item_labels_tags_options span.label_more_info {
  font-size: 16px;
  background-color: white !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item.selected .item_labels_tags_options span.label_triage_initials {
  font-size: 16px;
  background-color: lightgrey !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="patients"] {
  justify-content: space-between;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="patients"] .avatar-wrapper {
  align-items: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="patients"][status="0"] .avatar-wrapper .avatar {
  background-color: #E9D316;
  border-color: #E9D316;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="patients"][status="0"] .avatar-wrapper .avatar::before {
  background-color: #EBEB44;
  border-color: #E9D316;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="patients"][status="1"] .avatar-wrapper .avatar {
  background-color: #48bf2b;
  border-color: #48bf2b;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="patients"][status="1"] .avatar-wrapper .avatar::before {
  background-color: #4fd02f;
  border-color: #48bf2b;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="patients"][status="2"] .avatar-wrapper .avatar {
  background-color: #BDC3C7;
  border-color: #BDC3C7;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="patients"][status="2"] .avatar-wrapper .avatar::before {
  background-color: #ECF0F1;
  border-color: #BDC3C7;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="patients"][status="3"] .avatar-wrapper .avatar {
  background-color: #BDC3C7;
  border-color: #BDC3C7;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="patients"][status="3"] .avatar-wrapper .avatar::before {
  background-color: #ECF0F1;
  border-color: #BDC3C7;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="patients"][status="4"] .avatar-wrapper .avatar {
  background-color: #bf2b48;
  border-color: #bf2b48;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="patients"][status="4"] .avatar-wrapper .avatar::before {
  background-color: #ed3c5f;
  border-color: #bf2b48;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="patients"][status="5"] .avatar-wrapper .avatar {
  background-color: #1F51E7;
  border-color: #1F51E7;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="patients"][status="5"] .avatar-wrapper .avatar::before {
  background-color: #4a72ec;
  border-color: #1F51E7;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="patients"][status="9"] .avatar-wrapper .avatar {
  background-color: #BDC3C7;
  border-color: #BDC3C7;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="patients"][status="9"] .avatar-wrapper .avatar::before {
  background-color: #ECF0F1;
  border-color: #BDC3C7;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="patients"][status="6"] .avatar-wrapper .avatar {
  background-color: #dd8500;
  border-color: #dd8500;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="patients"][status="6"] .avatar-wrapper .avatar::before {
  background-color: #ea9200;
  border-color: #dd8500;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="patients"] .avatar-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="patients"] .avatar-wrapper .avatar {
  background-color: #BDC3C7;
  border: 1px solid #BDC3C7;
  color: white;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="patients"] .avatar-wrapper .avatar::after {
  content: "\f007";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  height: 100%;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 14px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="patients"] .avatar-wrapper .avatar::before {
  content: "";
  position: absolute;
  top: -2px;
  right: 0;
  left: 19px;
  bottom: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--before-background-color);
  border: 1px solid #9EA7B1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="patient_files"] .avatar {
  background-color: #9EA7B1;
  border: 2px solid #9EA7B1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="patient_files"] .avatar::after {
  content: "\f15b";
  font-family: "Font Awesome 6 Free";
  color: white;
  font-weight: 600;
  height: 100%;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 14px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="partners"] .avatar {
  background-color: #9EA7B1;
  border: 2px solid #9EA7B1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="partners"] .avatar::after {
  content: "\f007";
  font-family: "Font Awesome 6 Free";
  color: white;
  font-weight: 600;
  height: 100%;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 14px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="insurances"] .avatar {
  background-color: #9EA7B1;
  border: 2px solid #9EA7B1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="insurances"] .avatar::after {
  content: "\f3ed";
  font-family: "Font Awesome 6 Free";
  color: white;
  font-weight: 600;
  height: 100%;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 14px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="documents"] .avatar {
  background-color: #9EA7B1;
  border: 2px solid #9EA7B1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="documents"] .avatar::after {
  content: "\f15b";
  font-family: "Font Awesome 6 Free";
  color: white;
  font-weight: 600;
  height: 100%;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 14px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="bucket_file"] .avatar {
  background-color: #9EA7B1;
  border: 1px solid #9EA7B1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="bucket_file"] .avatar::after {
  content: "\f15c";
  font-family: "Font Awesome 6 Free";
  color: white;
  font-weight: 600;
  height: 100%;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 14px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="letters"]:not(:last-child) {
  border-bottom: 1px solid white;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="letters"] .avatar {
  background-color: #9EA7B1;
  border: 2px solid #9EA7B1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="letters"] .avatar::after {
  content: "\f0e0";
  font-family: "Font Awesome 6 Free";
  color: white;
  font-weight: 600;
  height: 100%;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 14px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="faxes"] .avatar {
  background-color: #9EA7B1;
  border: 2px solid #9EA7B1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="faxes"] .avatar::after {
  content: "\f1ac";
  font-family: "Font Awesome 6 Free";
  color: white;
  font-weight: 600;
  height: 100%;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 14px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[fax_belongs_to_current_user="true"] .avatar {
  background-color: #dd8500 !important;
  border: 2px solid #dd8500 !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="user"] .avatar {
  background-color: #9EA7B1;
  border: 2px solid #9EA7B1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="user"] .avatar::after {
  content: "\f007";
  font-family: "Font Awesome 6 Free";
  color: white;
  font-weight: 600;
  height: 100%;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 14px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="trash"] .avatar {
  background-color: #9EA7B1;
  border: 2px solid #9EA7B1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="trash"] .avatar::after {
  content: "\f15b";
  font-family: "Font Awesome 6 Free";
  color: white;
  font-weight: 600;
  height: 100%;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 14px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list:hover .add-button {
  opacity: 1;
  animation: fadeinFrom05 0.2s ease-in;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .add-button {
  position: absolute;
  bottom: 40px;
  right: 40px;
  opacity: 0.5;
  animation: fadeoutTo05 0.2s ease-in;
  z-index: 50000000;
  background-color: #304568;
  border-radius: 2px;
  color: white;
  border: 1px solid #304568;
  font-size: 16px;
  text-decoration: none;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  text-align: center;
  justify-content: center;
  cursor: pointer;
  font-family: "ProximaNova";
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .add-button.active {
  opacity: 1;
  animation: fadeinFrom05 0.2s ease-in;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .add-button.touch-screen {
  opacity: 1 !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .add-button a {
  color: white;
  text-decoration: none !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .add-button i.icon::before {
  content: "\f067";
  font-family: 'Font Awesome 6 Free';
  color: white;
  font-weight: 600;
  font-size: 16px;
  font-style: normal;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .add-button:hover {
  box-shadow: 1px 1px 4px rgba(48, 69, 104, 0.5);
  background-color: rgba(48, 69, 104, 0.95);
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .add-button:disabled {
  background-color: #ECF0F1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .add-button.amb-tooltip-top::after {
  border-top: 5px solid #304568;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .add-button.amb-tooltip-top::before {
  background-color: #304568;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details {
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 30%;
  background-color: white;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details.fullscreen {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_actions {
  overflow: hidden;
  text-align: center;
  padding: 20px 0;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_actions ul {
  display: inline-block;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_actions ul li {
  display: inline-block;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_title {
  padding-top: 30px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  text-shadow: #FFF 0 1px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details.empty .objects_list_details_empty_wrapper {
  display: block;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details.empty .objects_list_details_single_wrapper {
  display: none;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details.empty .objects_list_details_multi_wrapper {
  display: none;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details.single .objects_list_details_empty_wrapper {
  display: none;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details.single .objects_list_details_single_wrapper {
  display: block;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details.single .objects_list_details_multi_wrapper {
  display: none;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details.multi .objects_list_details_empty_wrapper {
  display: none;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details.multi .objects_list_details_single_wrapper {
  display: none;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details.multi .objects_list_details_multi_wrapper {
  display: block;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_empty_wrapper .empty_content .objects_list_title {
  font-size: 28px;
  color: #304568;
  padding: 32px 0;
  font-weight: 500;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_empty_wrapper .empty_content .objects_list_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_empty_wrapper .empty_content .objects_list_icon .icon-wrapper {
  width: 125px;
  height: 125px;
  background-color: rgba(48, 69, 104, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_empty_wrapper .empty_content .objects_list_icon .icon-wrapper i {
  font-size: 50px;
  color: rgba(48, 69, 104, 0.7);
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_empty_wrapper .empty_content .objects_lists_tips {
  padding: 20px 0 10px 0;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_empty_wrapper .empty_content .objects_lists_tips .tip {
  color: rgba(44, 62, 80, 0.8);
  text-align: center;
  max-width: 500px;
  margin: auto auto 10px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_empty_wrapper .empty_content .objects_lists_tips .tip span {
  font-size: 16px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_empty_wrapper .empty_content .objects_list_details_actions ul li {
  padding: 10px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_empty_wrapper .empty_content .objects_list_details_actions ul li a {
  background-color: #304568;
  border-radius: 2px;
  color: white;
  border: 1px solid #243454;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_empty_wrapper .empty_content .objects_list_details_actions ul li a a {
  color: white;
  text-decoration: none !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_empty_wrapper .empty_content .objects_list_details_actions ul li a::before {
  content: "\f067";
  font-family: 'Font Awesome 6 Free';
  color: white;
  font-weight: 600;
  font-size: 16px;
  margin-right: 10px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_empty_wrapper .empty_content .objects_list_details_actions ul li a:hover {
  box-shadow: 1px 1px 4px rgba(48, 69, 104, 0.5);
  background-color: rgba(48, 69, 104, 0.95);
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_empty_wrapper .empty_content .objects_list_details_actions ul li a:disabled {
  background-color: #ECF0F1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper {
  padding: 30px !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper {
  padding: 0;
  margin: 0 !important;
  max-width: 100% !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector {
  border-radius: 0 0 17px 17px;
  border-top: 0 none;
  margin: 0 !important;
  max-width: 100% !important;
  width: 100%;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard {
  margin: 0 0 10px 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top {
  height: 25px;
  order: 1;
  background: none;
  margin: 0 0 15px 0;
  padding: 0;
  float: none;
  line-height: normal;
  min-height: 45px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  flex-basis: 50%;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper .user-icon {
  position: relative;
  margin-right: 15px;
  float: left;
  background-color: #BDC3C7;
  border: 2px solid #BDC3C7;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  text-align: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper .user-title {
  font-size: 28px;
  font-weight: 500;
  color: #243454;
  margin-top: -2px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper .user-status {
  font-size: 16px;
  margin-left: 1px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 400;
  text-decoration: none;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper .user-status.clickable {
  cursor: pointer;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper .user-status .change-status {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 5px;
  background-color: transparent;
  border-radius: 2px;
  color: #7F8C8D;
  border: 1px solid transparent;
  font-size: 10px;
  text-decoration: none;
  padding: 0px 7.5px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
  font-size: 16px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper .user-status .change-status i {
  margin-right: 5px;
  font-size: 10px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper .user-status .change-status a {
  color: #7F8C8D;
  text-decoration: none !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper .user-status .change-status span {
  font-weight: 400;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper .user-status .change-status:hover {
  box-shadow: 1px 1px 4px transparent;
  background-color: transparent;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper .user-status .change-status i {
  font-size: 12px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper .user-status .change-status:hover {
  color: #2C3E50;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.patient .user-icon,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.user .user-icon {
  border: 2px solid #9EA7B1;
  color: white;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.patient .user-icon::after,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.user .user-icon::after {
  content: "\f007";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  height: 45px;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 22px;
  width: 47px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.patient .user-icon::before,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.user .user-icon::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 33px;
  bottom: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: var(--before-background-color);
  border: 1px solid #9EA7B1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.patient[status="0"] .user-icon,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.user[status="0"] .user-icon {
  background-color: #E9D316;
  border-color: #E9D316;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.patient[status="0"] .user-icon::before,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.user[status="0"] .user-icon::before {
  background-color: #EBEB44;
  border-color: #E9D316;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.patient[status="1"] .user-icon,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.user[status="1"] .user-icon {
  background-color: #48bf2b;
  border-color: #48bf2b;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.patient[status="1"] .user-icon::before,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.user[status="1"] .user-icon::before {
  background-color: #4fd02f;
  border-color: #48bf2b;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.patient[status="2"] .avatar-wrapper .avatar,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.user[status="2"] .avatar-wrapper .avatar {
  background-color: #BDC3C7;
  border-color: #BDC3C7;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.patient[status="2"] .avatar-wrapper .avatar::before,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.user[status="2"] .avatar-wrapper .avatar::before {
  background-color: #ECF0F1;
  border-color: #BDC3C7;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.patient[status="3"] .user-icon,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.user[status="3"] .user-icon {
  background-color: #BDC3C7;
  border-color: #BDC3C7;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.patient[status="3"] .user-icon::before,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.user[status="3"] .user-icon::before {
  background-color: #ECF0F1;
  border-color: #BDC3C7;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.patient[status="4"] .user-icon,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.user[status="4"] .user-icon {
  background-color: #bf2b48;
  border-color: #bf2b48;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.patient[status="4"] .user-icon::before,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.user[status="4"] .user-icon::before {
  background-color: #ed3c5f;
  border-color: #bf2b48;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.patient[status="5"] .user-icon,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.user[status="5"] .user-icon {
  background-color: #1F51E7;
  border-color: #1F51E7;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.patient[status="5"] .user-icon::before,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.user[status="5"] .user-icon::before {
  background-color: #4a72ec;
  border-color: #1F51E7;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.patient[status="9"] .user-icon,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.user[status="9"] .user-icon {
  background-color: #BDC3C7;
  border-color: #BDC3C7;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.patient[status="9"] .user-icon::before,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.user[status="9"] .user-icon::before {
  background-color: #ECF0F1;
  border-color: #BDC3C7;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.patient[status="6"] .user-icon,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.user[status="6"] .user-icon {
  background-color: #dd8500;
  border-color: #dd8500;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.patient[status="6"] .user-icon::before,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.user[status="6"] .user-icon::before {
  background-color: #ea9200;
  border-color: #dd8500;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.user_without_status .user-icon {
  background-color: #BDC3C7;
  color: white;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.user_without_status .user-icon::after {
  content: "\f007";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  height: 45px;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 22px;
  width: 47px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.company .user-icon {
  background-color: #BDC3C7;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.company .user-icon::after {
  content: "\F3ED";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: white;
  height: 45px;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 22px;
  width: 47px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.insurance_company .user-icon {
  background-color: #BDC3C7;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.insurance_company .user-icon::after {
  content: "\F1AD";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: white;
  height: 45px;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 22px;
  width: 47px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.provider_company .user-icon {
  background-color: #BDC3C7;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.provider_company .user-icon::after {
  content: "\F0F9";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: white;
  height: 45px;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 22px;
  width: 47px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.edit_invoice .user-icon {
  background-color: #BDC3C7;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.edit_invoice .user-icon::after {
  content: "\F155";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: white;
  height: 45px;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 22px;
  width: 47px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_tags {
  order: 2;
  padding-top: 20px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_tags .tags-header {
  margin-top: 7.5px;
  margin-right: 15px;
  color: #2C3E50;
  font-size: 16px;
  min-width: 60px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_tags .tags-header i {
  margin-right: 5px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_tags .tags-header span {
  font-weight: 500;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_tags .tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_tags .tags .tag {
  margin-top: 2.5px;
  margin-bottom: 2.5px;
  background-color: #eceff2;
  border-radius: 2px;
  color: #304568;
  border: 1px solid #eceff2;
  font-size: 10px;
  text-decoration: none;
  padding: 5px 7.5px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
  font-size: 16px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_tags .tags .tag:not(:last-child) {
  margin-right: 5px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_tags .tags .tag a {
  color: #304568;
  text-decoration: none !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_tags .tags .tag::before {
  content: "\f02b";
  font-family: 'Font Awesome 6 Free';
  color: #304568;
  font-weight: 600;
  font-size: 9px;
  margin-right: 5px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_tags .tags .tag:hover {
  box-shadow: 1px 1px 4px rgba(236, 239, 242, 0.5);
  background-color: rgba(236, 239, 242, 0.95);
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_tags .tags .tag:before {
  font-size: 12px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_tags .tags .tag span {
  font-weight: 400;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_tags .tags .tag i.remove-tag {
  margin-left: 5px;
  color: #7F8C8D;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_tags .edit-tags {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 7.5px;
  margin-left: 5px;
  min-width: 100px;
  background-color: transparent;
  border-radius: 2px;
  color: #7F8C8D;
  border: 1px solid transparent;
  font-size: 10px;
  text-decoration: none;
  padding: 0px 7.5px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
  font-size: 16px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_tags .edit-tags i {
  margin-right: 5px;
  font-size: 10px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_tags .edit-tags a {
  color: #7F8C8D;
  text-decoration: none !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_tags .edit-tags span {
  font-weight: 400;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_tags .edit-tags:hover {
  box-shadow: 1px 1px 4px transparent;
  background-color: transparent;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_tags .edit-tags i {
  font-size: 12px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_tags .edit-tags:hover {
  color: #2C3E50;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_tags .bootstrap-tagsinput {
  display: flex;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_tags .bootstrap-tagsinput .tag {
  padding: 3px 8px;
  background: #304568;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_links {
  order: 3;
  padding-top: 15px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_links .links-header {
  margin-right: 15px;
  color: #2C3E50;
  font-size: 16px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_links .links-header i {
  margin-right: 5px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_links .links-header span {
  font-weight: 500;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_links .links {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_links .links .link {
  background-color: transparent;
  border-radius: 2px;
  color: #304568;
  border: 1px solid transparent;
  font-size: 10px;
  text-decoration: none;
  padding: 0px 7.5px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_links .links .link i {
  margin-right: 5px;
  font-size: 10px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_links .links .link a {
  color: #304568;
  text-decoration: none !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_links .links .link span {
  font-weight: 400;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_links .links .link:hover {
  box-shadow: 1px 1px 4px #f4f5f6;
  background-color: #f4f5f6;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_content {
  order: 4;
  background: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -10px -10px -10px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_content .vcard_data_wrapper {
  overflow: hidden;
  flex-grow: 5;
  flex-shrink: 5;
  min-width: 300px;
  flex-basis: auto;
  box-sizing: border-box;
  margin: 10px;
  padding: 15px 20px 20px 15px;
  background-color: rgba(235, 238, 241, 0.6);
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_content .vcard_data_wrapper .vcard_data_header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  min-height: 35px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_content .vcard_data_wrapper .vcard_data_header .vcard_data_title {
  color: #2C3E50;
  display: flex;
  align-items: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_content .vcard_data_wrapper .vcard_data_header .vcard_data_title i {
  font-size: 14px;
  margin-right: 15px;
  margin-left: 15px;
  vertical-align: middle;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_content .vcard_data_wrapper .vcard_data_header .vcard_data_title span {
  font-size: 18px;
  font-weight: 500;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_content .vcard_data_wrapper .vcard_data_header .vcard_data_action_buttons .action-button {
  background-color: transparent;
  border-radius: 2px;
  color: #2C3E50;
  border: 1px solid transparent;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_content .vcard_data_wrapper .vcard_data_header .vcard_data_action_buttons .action-button a {
  color: #2C3E50;
  text-decoration: none !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_content .vcard_data_wrapper .vcard_data_header .vcard_data_action_buttons .action-button i {
  margin-right: 10px;
  font-weight: 600;
  font-size: 16px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_content .vcard_data_wrapper .vcard_data_header .vcard_data_action_buttons .action-button:hover {
  box-shadow: 1px 1px 4px #D9DFE5;
  background-color: #D9DFE5;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_content .vcard_data_wrapper .vcard_data_header .vcard_data_action_buttons .action-button:disabled {
  background-color: #ECF0F1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_content .vcard_data_wrapper .vcard_data {
  overflow: hidden;
  margin: 15px 0 0 0;
  padding: 0;
  width: 100%;
  position: relative;
  left: 0;
  border: none;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_content .vcard_data_wrapper .vcard_data .properties {
  padding: 0 15px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_content .vcard_data_wrapper .vcard_data .properties .property {
  padding: 2px 0;
  display: flex;
  overflow: hidden;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_content .vcard_data_wrapper .vcard_data .properties .property .vcard-label {
  text-shadow: 0 1px #fff;
  display: block;
  line-height: 18px;
  padding: 1px 0;
  width: 110px;
  color: #304568;
  text-align: left;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_content .vcard_data_wrapper .vcard_data .properties .property .vcard-label.narrow {
  width: 76px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_content .vcard_data_wrapper .vcard_data .properties .property .content {
  flex-grow: 1;
  border-bottom: 1px solid #f1f1f1;
  display: block;
  line-height: 18px;
  min-height: 18px;
  color: #243454;
  font-size: 16px;
  font-weight: 400;
  border-bottom-color: rgba(48, 69, 104, 0.1);
  padding: 3px 10px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_content .vcard_data_wrapper .vcard_data .properties .property .content .copy-btn {
  margin-left: 5px;
  cursor: pointer;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_content .vcard_data_wrapper .vcard_data .properties .property.red .content {
  background-color: rgba(131, 200, 185, 0.1);
  color: #2C3E50;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_aftercontent {
  order: 5;
  margin-top: 20px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_bottom {
  order: 6;
  background: none;
  display: flex;
  flex-direction: row;
  width: 100%;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_bottom .total-items {
  order: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  width: 100%;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_bottom .total-items .total-items-label,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_bottom .total-items .total-items-value {
  font-size: 16px;
  color: #243454;
  margin-right: 5px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_bottom .total-items .total-items-value {
  font-weight: 500;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_bottom .action-buttons {
  order: 2;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_bottom .action-buttons.content-centered {
  justify-content: center !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_bottom .action-buttons .action-button {
  list-style: outside none none;
  text-transform: capitalize;
  padding: 10px 5px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_bottom .action-buttons .action-button a {
  display: inline-block;
  background-color: transparent;
  border-radius: 2px;
  color: #243454;
  border: 1px solid transparent;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_bottom .action-buttons .action-button a a {
  color: #243454;
  text-decoration: none !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_bottom .action-buttons .action-button a:hover {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 0, 0, 0.95);
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_bottom .action-buttons .action-button a:disabled {
  background-color: #ECF0F1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_bottom .action-buttons .action-button a i {
  margin-right: 5px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_bottom .action-buttons .action-button a:hover {
  border-color: #e6e8eb;
  box-shadow: 1px 1px 4px #e6e8eb;
  background-color: #e6e8eb;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .tabs-container {
  order: 7;
  width: 100%;
  margin: 20px 0;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .tabs-container section {
  position: relative;
  display: none;
  padding: 20px;
  background-color: rgba(235, 238, 241, 0.6);
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .tabs-container input.tab {
  display: none;
  background-color: white;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .tabs-container input.tab:checked + label {
  border-top: 3px solid #4fd02f;
  background-color: rgba(235, 238, 241, 0.6);
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .tabs-container label {
  display: inline-block;
  margin: 0px -4px 0px 0px;
  padding: 15px 20px;
  font-weight: 400;
  text-align: center;
  color: #304568;
  border: 1px solid #f4f5f6;
  font-size: 16px;
  position: relative;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .tabs-container label::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 10px;
  font-size: 16px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .tabs-container label:hover {
  cursor: pointer;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .tabs-container label i {
  margin-right: 10px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .tabs-container label span.badge {
  right: 4px;
  top: 5px;
  margin: 0;
  padding: 3px;
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  color: white;
  background-color: #48bf2b;
  border: 1px solid #48bf2b;
  border-radius: 100%;
  position: absolute;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .tabs-container #tab1:checked ~ #content1,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .tabs-container #tab2:checked ~ #content2,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .tabs-container #tab3:checked ~ #content3,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .tabs-container #tab4:checked ~ #content4,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .tabs-container #tab5:checked ~ #content5,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .tabs-container #tab6:checked ~ #content6 {
  display: block;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .objects_lists_tips {
  padding: 20px 0 10px 0;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .objects_lists_tips .tip {
  color: rgba(44, 62, 80, 0.8);
  text-align: center;
  max-width: 500px;
  margin: auto auto 10px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .objects_lists_tips .tip span {
  font-size: 16px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .objects_list_details_actions ul li {
  padding: 10px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .objects_list_details_actions ul li a {
  background-color: #304568;
  border-radius: 2px;
  color: white;
  border: 1px solid #243454;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .objects_list_details_actions ul li a a {
  color: white;
  text-decoration: none !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .objects_list_details_actions ul li a::before {
  content: "\f067";
  font-family: 'Font Awesome 6 Free';
  color: white;
  font-weight: 600;
  font-size: 16px;
  margin-right: 10px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .objects_list_details_actions ul li a:hover {
  box-shadow: 1px 1px 4px rgba(48, 69, 104, 0.5);
  background-color: rgba(48, 69, 104, 0.95);
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .objects_list_details_actions ul li a:disabled {
  background-color: #ECF0F1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .objects_list_details_actions ul li a.reload-fax {
  background-color: #304568;
  border-radius: 2px;
  color: white;
  border: 1px solid #243454;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .objects_list_details_actions ul li a.reload-fax a {
  color: white;
  text-decoration: none !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .objects_list_details_actions ul li a.reload-fax::before {
  content: "\f2f1";
  font-family: 'Font Awesome 6 Free';
  color: white;
  font-weight: 600;
  font-size: 16px;
  margin-right: 10px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .objects_list_details_actions ul li a.reload-fax:hover {
  box-shadow: 1px 1px 4px rgba(48, 69, 104, 0.5);
  background-color: rgba(48, 69, 104, 0.95);
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .objects_list_details_actions ul li a.reload-fax:disabled {
  background-color: #ECF0F1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .action-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .action-buttons .action-button {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  background-color: transparent;
  border-radius: 2px;
  color: #2C3E50;
  border: 1px solid transparent;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .action-buttons .action-button:not(:last-child) {
  margin-right: 5px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .action-buttons .action-button a {
  color: #2C3E50;
  text-decoration: none !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .action-buttons .action-button i {
  margin-right: 10px;
  font-weight: 600;
  font-size: 16px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .action-buttons .action-button:hover {
  box-shadow: 1px 1px 4px #f4f5f6;
  background-color: #f4f5f6;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .action-buttons .action-button:disabled {
  background-color: #ECF0F1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .action-buttons .action-button i.right-icon {
  margin-right: 0;
  margin-left: 5px;
  color: #BDC3C7;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .action-buttons .action-button.active {
  background-color: #f4f5f6;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .action-buttons .action-button#financial_notes_list_inspector_object_action_add_note a,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .action-buttons .action-button#legal_notes_list_inspector_object_action_add_note a,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .action-buttons .action-button#notes_list_inspector_object_action_add_note a,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .action-buttons .action-button#inspector_object_action_add_encounter a {
  background-color: #304568;
  border-radius: 2px;
  color: white;
  border: 1px solid #243454;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .action-buttons .action-button#financial_notes_list_inspector_object_action_add_note a a,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .action-buttons .action-button#legal_notes_list_inspector_object_action_add_note a a,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .action-buttons .action-button#notes_list_inspector_object_action_add_note a a,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .action-buttons .action-button#inspector_object_action_add_encounter a a {
  color: white;
  text-decoration: none !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .action-buttons .action-button#financial_notes_list_inspector_object_action_add_note a:hover,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .action-buttons .action-button#legal_notes_list_inspector_object_action_add_note a:hover,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .action-buttons .action-button#notes_list_inspector_object_action_add_note a:hover,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .action-buttons .action-button#inspector_object_action_add_encounter a:hover {
  box-shadow: 1px 1px 4px rgba(48, 69, 104, 0.5);
  background-color: rgba(48, 69, 104, 0.95);
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .action-buttons .action-button#financial_notes_list_inspector_object_action_add_note a:disabled,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .action-buttons .action-button#legal_notes_list_inspector_object_action_add_note a:disabled,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .action-buttons .action-button#notes_list_inspector_object_action_add_note a:disabled,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .action-buttons .action-button#inspector_object_action_add_encounter a:disabled {
  background-color: #ECF0F1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .action-buttons .action-button#inspector_object_action_add_admin_time a {
  background-color: #304568;
  border-radius: 2px;
  color: white;
  border: 1px solid #243454;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .action-buttons .action-button#inspector_object_action_add_admin_time a a {
  color: white;
  text-decoration: none !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .action-buttons .action-button#inspector_object_action_add_admin_time a:hover {
  box-shadow: 1px 1px 4px rgba(48, 69, 104, 0.5);
  background-color: rgba(48, 69, 104, 0.95);
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .action-buttons .action-button#inspector_object_action_add_admin_time a:disabled {
  background-color: #ECF0F1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .action-buttons .action-button#inspector_object_action_add_pto a {
  background-color: #304568;
  border-radius: 2px;
  color: white;
  border: 1px solid #243454;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .action-buttons .action-button#inspector_object_action_add_pto a a {
  color: white;
  text-decoration: none !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .action-buttons .action-button#inspector_object_action_add_pto a:hover {
  box-shadow: 1px 1px 4px rgba(48, 69, 104, 0.5);
  background-color: rgba(48, 69, 104, 0.95);
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .action-buttons .action-button#inspector_object_action_add_pto a:disabled {
  background-color: #ECF0F1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .action-buttons .action-button#inspector_object_action_add_activity a {
  background-color: #304568;
  border-radius: 2px;
  color: white;
  border: 1px solid #243454;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .action-buttons .action-button#inspector_object_action_add_activity a a {
  color: white;
  text-decoration: none !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .action-buttons .action-button#inspector_object_action_add_activity a:hover {
  box-shadow: 1px 1px 4px rgba(48, 69, 104, 0.5);
  background-color: rgba(48, 69, 104, 0.95);
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .action-buttons .action-button#inspector_object_action_add_activity a:disabled {
  background-color: #ECF0F1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .action-buttons #page_action_unflag_item {
  color: #ed3c5f;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .action-buttons #page_action_unflag_item a {
  color: #ed3c5f;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .fax_vcard {
  margin-bottom: 25px !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top {
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-icon-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-icon-wrapper .amb-item-icon {
  order: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-right: 15px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-icon-wrapper .amb-item-icon .icon {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  color: white;
  float: left;
  background-color: #BDC3C7;
  border: 2px solid #BDC3C7;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  text-align: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-icon-wrapper .amb-item-icon .icon.with-status::before {
  content: '';
  position: absolute;
  top: -2px;
  right: 0;
  left: 19px;
  bottom: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ECF0F1;
  border: 1px solid #9EA7B1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-icon-wrapper .amb-item-icon .icon::after {
  content: "\f1ac";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  height: 27px;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 20px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-icon-wrapper .amb-item-content {
  order: 2;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-content {
  display: flex;
  flex-direction: column;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-content .amb-item-from span,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-content .amb-item-to span {
  font-size: 16px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-content .amb-item-from span.amb-item-label,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-content .amb-item-to span.amb-item-label {
  margin-right: 5px;
  font-weight: 300;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-content .amb-item-from span.amb-item-value,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-content .amb-item-to span.amb-item-value {
  font-weight: 500;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-content .amb-item-from {
  order: 1;
  padding: 3px 0;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-content .amb-item-to {
  order: 2;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 3px 0;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-content .amb-item-to .amb-item-recepient {
  order: 1;
  margin-right: 15px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-content .amb-item-to .amb-item-fax {
  order: 2;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-content .amb-item-additional-info {
  order: 3;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 0;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-content .amb-item-additional-info .amb-item-status {
  text-transform: capitalize;
  margin-right: 20px;
  display: flex;
  align-items: center;
  padding: 3px 6px;
  border-radius: 3px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-content .amb-item-additional-info .amb-item-status i.fas:before {
  font-size: 16px;
  display: flex;
  line-height: 1.4;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-content .amb-item-additional-info .amb-item-status[status="failed"] {
  background-color: #bf2b48 !important;
  color: white !important;
  text-transform: capitalize;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-content .amb-item-additional-info .amb-item-status[status="failed"] i:before {
  content: "\f12a";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  color: white !important;
  margin-right: 5px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-content .amb-item-additional-info .amb-item-status[status="delivered"] {
  background-color: #48bf2b !important;
  text-transform: capitalize;
  color: white !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-content .amb-item-additional-info .amb-item-status[status="delivered"] i:before {
  content: "\f00c";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  margin-right: 5px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-content .amb-item-additional-info .amb-item-status[status="incompatible"] {
  background-color: #8a1ea1 !important;
  color: white !important;
  text-transform: capitalize;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-content .amb-item-additional-info .amb-item-status[status="incompatible"] i:before {
  content: "\f12a";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  color: white !important;
  margin-right: 5px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-content .amb-item-additional-info .amb-item-status[status="received"] {
  background-color: #48bf2b !important;
  color: white !important;
  text-transform: capitalize;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-content .amb-item-additional-info .amb-item-status[status="received"] i:before {
  content: "\f560";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  color: white !important;
  margin-right: 5px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-content .amb-item-additional-info .amb-item-status[status="updating"] {
  background-color: #BDC3C7 !important;
  color: white !important;
  text-transform: capitalize;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-content .amb-item-additional-info .amb-item-status[status="updating"] i:before {
  content: "\f251";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  color: white !important;
  margin-right: 5px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-content .amb-item-additional-info .amb-item-status[status="dev_sent"] {
  background-color: #48bf2b !important;
  text-transform: capitalize;
  color: white !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-content .amb-item-additional-info .amb-item-status[status="dev_sent"] i:before {
  content: "\f00c";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  margin-right: 5px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-content .amb-item-additional-info .amb-item-retries {
  font-size: 16px;
  text-transform: capitalize;
  margin-right: 20px;
  color: #9EA7B1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-content .amb-item-additional-info .amb-item-date {
  font-size: 16px;
  text-transform: capitalize;
  margin-right: 20px;
  color: #9EA7B1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-content .amb-item-additional-info .amb-item-date i {
  margin-right: 5px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #user_details_inspector .vcard_bottom .action-buttons {
  margin-top: 30px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #user_details_inspector .vcard_bottom .action-buttons .action-button:not(:last-child) {
  margin-right: 15px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #user_details_inspector .vcard_bottom .action-buttons .action-button#inspector_object_action_delete a {
  color: #bf2b48;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #user_details_inspector .vcard_bottom .action-buttons .action-button#inspector_object_action_delete a:hover {
  background-color: rgba(237, 60, 95, 0.1);
  border-color: rgba(191, 43, 72, 0.1);
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_multi_wrapper table.objects_list_multi_actions tr {
  height: 40px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_multi_wrapper table.objects_list_multi_actions tr td.new_value select,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_multi_wrapper table.objects_list_multi_actions tr td.new_value input,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_multi_wrapper table.objects_list_multi_actions tr td.new_value label {
  display: none;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_multi_wrapper table.objects_list_multi_actions tr.selected td.new_value > input,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_multi_wrapper table.objects_list_multi_actions tr.selected td.new_value > select {
  display: inline;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_multi_wrapper table.objects_list_multi_actions td {
  height: 25px;
  vertical-align: middle;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_multi_wrapper table.objects_list_multi_actions td.checkbox {
  width: 150px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_multi_wrapper table.objects_list_multi_actions td.action {
  width: 150px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_multi_wrapper form.objects_list_multi_actions_form {
  margin: 0;
  padding: 0;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_multi_wrapper form.objects_list_multi_actions_form .empty_page {
  border: 0;
  color: #333;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_multi_wrapper form.objects_list_multi_actions_form table.objects_list_multi_actions {
  margin: 10px 10px 0;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_multi_wrapper form.objects_list_multi_actions_form div.button_holder {
  background: #fafafa;
  border-top: 1px solid #f1f1f1;
  border-radius: 0 0 15px 15px;
  padding-left: 15px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_multi_wrapper .group {
  max-width: 600px;
  margin: 30px auto;
  border-radius: 15px;
  background: #FFF;
  border: 1px solid #ccc;
  box-shadow: #ccc 0 0 8px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Color='#CCCCCC', Direction=135)";
  overflow: hidden;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_multi_wrapper .group form.separate_actions {
  text-align: center;
  overflow: hidden;
  zoom: 1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_multi_wrapper .group form.separate_actions div.separate_action {
  float: left;
  border-left: 1px solid #eaeaea;
  padding: 10px 0;
  text-align: center;
  margin-left: -1px;
  margin-top: 10px;
  margin-bottom: 10px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_multi_wrapper .group form.separate_actions div.separate_action img {
  margin-bottom: 8px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_multi_wrapper .group .tap-select-instructions {
  padding: 0;
  font-style: italic;
  margin-bottom: 10px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_multi_wrapper .group ul.tap-select-current-selection {
  padding: 0;
  margin-bottom: 10px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_multi_wrapper .group ul.tap-select-current-selection li {
  list-style: none;
  padding: 9px 17px;
  background: white;
  border-left: thin solid grey;
  border-right: thin solid grey;
  border-bottom: thin solid grey;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_multi_wrapper .group ul.tap-select-current-selection li:first-child {
  border-top: thin solid grey;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_multi_wrapper .group ul.tap-select-current-selection li span.tap-select-object-name {
  margin-left: 10px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_multi_wrapper .group .tap-select-warning {
  display: none;
  color: red;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_multi_wrapper div.no_multi_actions {
  text-align: center;
  border-radius: 15px;
  background: #fafafa;
  margin: 50px 20%;
  padding: 10px 15px;
  border: 1px solid #ccc;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper.refreshing div.objects_list div.objects_list_body {
  background-image: url("/images/environment/default/layout/bits/indicator-loading-big.gif");
  background-position: center 80px;
  background-repeat: no-repeat;
}
body.wireframe .widget.most-recent-encounters {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}
body.wireframe .widget.most-recent-encounters .recent-encounters {
  margin: 15px 0 10px 0;
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-empty-state {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 400px;
  align-items: center;
  align-content: center;
  justify-content: center;
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-empty-state .empty-state-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: white;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-empty-state .empty-state-icon i {
  position: absolute;
  font-size: 28px;
  text-align: center;
  color: #243454;
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-empty-state .empty-state-icon i.encounter:before,
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-empty-state .empty-state-icon i.action:before {
  content: '\f29a';
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-empty-state .empty-state-icon i.note:before {
  content: '\f249';
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-empty-state .empty-state-icon i.patient_file:before {
  content: '\f56c';
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-empty-state .empty-state-icon i.website:before {
  content: '\f57d';
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-empty-state .empty-state-icon i.email:before {
  content: '\f0e0';
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-empty-state .empty-state-icon i.letter:before {
  content: '\f2b6';
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-empty-state .empty-state-icon i.tag:before {
  content: '\f02c';
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-empty-state .empty-state-icon i.category:before {
  content: '\f5da';
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-empty-state .empty-state-icon i.credential:before {
  content: '\f0a3';
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-empty-state .empty-state-icon i.sufix:before,
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-empty-state .empty-state-icon i.prefix:before {
  content: '\f305';
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-empty-state .empty-state-icon i.specialty:before {
  content: '\f005';
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-empty-state .empty-state-icon i.status:before {
  content: '\f1e7';
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-empty-state .empty-state-icon i.patient:before {
  content: '\f0c0';
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-empty-state .empty-state-icon i.user:before {
  content: '\f007';
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-empty-state .empty-state-icon i.change:before {
  content: '\f0ca';
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-empty-state .empty-state-icon i.referral:before {
  content: '\f0a4';
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-empty-state .empty-state-icon i.fax:before {
  content: '\f1ac';
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-empty-state .empty-state-icon i.phone:before {
  content: '\f095';
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-empty-state .empty-state-icon i.address:before {
  content: '\f2b9';
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-empty-state .empty-state-icon i.interim:before {
  content: '\f279';
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-empty-state .empty-state-icon i.list:before {
  content: '\f0ca';
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-empty-state .empty-state-information {
  display: flex;
  flex-direction: column;
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-empty-state .empty-state-information span {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #2C3E50;
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-empty-state .empty-state-information span.empty-state-description {
  font-size: 16px;
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-user {
  padding: 30px !important;
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0;
  text-decoration: none;
  border-bottom: 1px solid #EBEEF1;
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-user .date {
  display: block;
  font-weight: 400;
  font-size: 11px;
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-user .date i {
  margin-right: 5px;
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-user.blue {
  border-left: 3px solid #4a72ec;
  background-color: rgba(74, 114, 236, 0.07);
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-user.blue:hover {
  background-color: rgba(74, 114, 236, 0.1);
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-user.red {
  border-left: 3px solid #ed3c5f;
  background-color: rgba(237, 60, 95, 0.07);
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-user.red:hover {
  background-color: rgba(237, 60, 95, 0.1);
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-user:hover {
  background-color: #EBEEF1;
  cursor: pointer;
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-user div {
  text-shadow: none;
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-user .amb-user-icon {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-right: 15px;
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-user .amb-user-icon .icon {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  color: white;
  float: left;
  background-color: #BDC3C7;
  border: 2px solid #BDC3C7;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-user .amb-user-icon .icon.with-status::before {
  content: '';
  position: absolute;
  top: -2px;
  right: 0;
  left: 19px;
  bottom: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ECF0F1;
  border: 1px solid #9EA7B1;
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-user .amb-user-icon .icon::after {
  content: '\F007';
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  height: 27px;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 14px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-user .amb-user-info {
  border: none;
  font-size: 16px;
  font-weight: 600;
  color: #243454;
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-user .amb-user-info .name {
  font-size: 14px;
  margin-bottom: 3px;
  display: flex;
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-user .amb-user-info .status {
  display: block;
  font-weight: 400;
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-user .amb-user-details-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-user .go-to-icon {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-user .go-to-icon i {
  color: #2C3E50;
  font-size: 18px;
}
body.wireframe .widget.patients-with-status {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}
body.wireframe .widget.patients-with-status .pending-patients-list {
  margin: 15px 0 10px 0;
}
body.wireframe .widget.patients-with-status .pending-patients-list .amb-empty-state {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 400px;
  align-items: center;
  align-content: center;
  justify-content: center;
}
body.wireframe .widget.patients-with-status .pending-patients-list .amb-empty-state .empty-state-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: white;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
body.wireframe .widget.patients-with-status .pending-patients-list .amb-empty-state .empty-state-icon i {
  position: absolute;
  font-size: 28px;
  text-align: center;
  color: #243454;
}
body.wireframe .widget.patients-with-status .pending-patients-list .amb-empty-state .empty-state-icon i.encounter:before,
body.wireframe .widget.patients-with-status .pending-patients-list .amb-empty-state .empty-state-icon i.action:before {
  content: '\f29a';
}
body.wireframe .widget.patients-with-status .pending-patients-list .amb-empty-state .empty-state-icon i.note:before {
  content: '\f249';
}
body.wireframe .widget.patients-with-status .pending-patients-list .amb-empty-state .empty-state-icon i.patient_file:before {
  content: '\f56c';
}
body.wireframe .widget.patients-with-status .pending-patients-list .amb-empty-state .empty-state-icon i.website:before {
  content: '\f57d';
}
body.wireframe .widget.patients-with-status .pending-patients-list .amb-empty-state .empty-state-icon i.email:before {
  content: '\f0e0';
}
body.wireframe .widget.patients-with-status .pending-patients-list .amb-empty-state .empty-state-icon i.letter:before {
  content: '\f2b6';
}
body.wireframe .widget.patients-with-status .pending-patients-list .amb-empty-state .empty-state-icon i.tag:before {
  content: '\f02c';
}
body.wireframe .widget.patients-with-status .pending-patients-list .amb-empty-state .empty-state-icon i.category:before {
  content: '\f5da';
}
body.wireframe .widget.patients-with-status .pending-patients-list .amb-empty-state .empty-state-icon i.credential:before {
  content: '\f0a3';
}
body.wireframe .widget.patients-with-status .pending-patients-list .amb-empty-state .empty-state-icon i.sufix:before,
body.wireframe .widget.patients-with-status .pending-patients-list .amb-empty-state .empty-state-icon i.prefix:before {
  content: '\f305';
}
body.wireframe .widget.patients-with-status .pending-patients-list .amb-empty-state .empty-state-icon i.specialty:before {
  content: '\f005';
}
body.wireframe .widget.patients-with-status .pending-patients-list .amb-empty-state .empty-state-icon i.status:before {
  content: '\f1e7';
}
body.wireframe .widget.patients-with-status .pending-patients-list .amb-empty-state .empty-state-icon i.patient:before {
  content: '\f0c0';
}
body.wireframe .widget.patients-with-status .pending-patients-list .amb-empty-state .empty-state-icon i.user:before {
  content: '\f007';
}
body.wireframe .widget.patients-with-status .pending-patients-list .amb-empty-state .empty-state-icon i.change:before {
  content: '\f0ca';
}
body.wireframe .widget.patients-with-status .pending-patients-list .amb-empty-state .empty-state-icon i.referral:before {
  content: '\f0a4';
}
body.wireframe .widget.patients-with-status .pending-patients-list .amb-empty-state .empty-state-icon i.fax:before {
  content: '\f1ac';
}
body.wireframe .widget.patients-with-status .pending-patients-list .amb-empty-state .empty-state-icon i.phone:before {
  content: '\f095';
}
body.wireframe .widget.patients-with-status .pending-patients-list .amb-empty-state .empty-state-icon i.address:before {
  content: '\f2b9';
}
body.wireframe .widget.patients-with-status .pending-patients-list .amb-empty-state .empty-state-icon i.interim:before {
  content: '\f279';
}
body.wireframe .widget.patients-with-status .pending-patients-list .amb-empty-state .empty-state-icon i.list:before {
  content: '\f0ca';
}
body.wireframe .widget.patients-with-status .pending-patients-list .amb-empty-state .empty-state-information {
  display: flex;
  flex-direction: column;
}
body.wireframe .widget.patients-with-status .pending-patients-list .amb-empty-state .empty-state-information span {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #2C3E50;
}
body.wireframe .widget.patients-with-status .pending-patients-list .amb-empty-state .empty-state-information span.empty-state-description {
  font-size: 16px;
}
body.wireframe .widget.patients-with-status .pending-patients-list .amb-user {
  padding: 30px !important;
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0;
  text-decoration: none;
  border-bottom: 1px solid #EBEEF1;
}
body.wireframe .widget.patients-with-status .pending-patients-list .amb-user .date {
  display: block;
  font-weight: 400;
  font-size: 11px;
}
body.wireframe .widget.patients-with-status .pending-patients-list .amb-user .date i {
  margin-right: 5px;
}
body.wireframe .widget.patients-with-status .pending-patients-list .amb-user:hover {
  background-color: #EBEEF1;
  cursor: pointer;
}
body.wireframe .widget.patients-with-status .pending-patients-list .amb-user div {
  text-shadow: none;
}
body.wireframe .widget.patients-with-status .pending-patients-list .amb-user .amb-user-icon {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-right: 15px;
}
body.wireframe .widget.patients-with-status .pending-patients-list .amb-user .amb-user-icon .icon {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  color: white;
  float: left;
  background-color: #BDC3C7;
  border: 2px solid #BDC3C7;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
}
body.wireframe .widget.patients-with-status .pending-patients-list .amb-user .amb-user-icon .icon.with-status::before {
  content: '';
  position: absolute;
  top: -2px;
  right: 0;
  left: 19px;
  bottom: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ECF0F1;
  border: 1px solid #9EA7B1;
}
body.wireframe .widget.patients-with-status .pending-patients-list .amb-user .amb-user-icon .icon::after {
  content: '\F007';
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  height: 27px;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 14px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .widget.patients-with-status .pending-patients-list .amb-user .amb-user-info {
  border: none;
  font-size: 16px;
  font-weight: 600;
  color: #243454;
}
body.wireframe .widget.patients-with-status .pending-patients-list .amb-user .amb-user-info .name {
  font-size: 14px;
  margin-bottom: 3px;
  display: flex;
}
body.wireframe .widget.patients-with-status .pending-patients-list .amb-user .amb-user-info .status {
  display: block;
  font-weight: 400;
}
body.wireframe .widget.patients-with-status .pending-patients-list .amb-user .amb-user-details-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
body.wireframe .widget.patients-with-status .pending-patients-list .amb-user .amb-user-details-wrapper .amb-user-icon .icon {
  width: 35px;
  height: 35px;
}
body.wireframe .widget.patients-with-status .pending-patients-list .amb-user[status="0"] .amb-user-icon .icon {
  background-color: #E9D316;
  border-color: #E9D316;
}
body.wireframe .widget.patients-with-status .pending-patients-list .amb-user[status="1"] .amb-user-icon .icon {
  background-color: #48bf2b;
  border-color: #48bf2b;
}
body.wireframe .widget.patients-with-status .pending-patients-list .amb-user[status="2"] .amb-user-icon .icon {
  background-color: #BDC3C7;
  border-color: #BDC3C7;
}
body.wireframe .widget.patients-with-status .pending-patients-list .amb-user[status="3"] .amb-user-icon .icon {
  background-color: #BDC3C7;
  border-color: #BDC3C7;
}
body.wireframe .widget.patients-with-status .pending-patients-list .amb-user[status="4"] .amb-user-icon .icon {
  background-color: #bf2b48;
  border-color: #bf2b48;
}
body.wireframe .widget.patients-with-status .pending-patients-list .amb-user[status="5"] .amb-user-icon .icon {
  background-color: #1F51E7;
  border-color: #1F51E7;
}
body.wireframe .widget.patients-with-status .pending-patients-list .amb-user[status="9"] .amb-user-icon .icon {
  background-color: #BDC3C7;
  border-color: #BDC3C7;
}
body.wireframe .widget.patients-with-status .pending-patients-list .amb-user[status="6"] .amb-user-icon .icon {
  background-color: #dd8500;
  border-color: #dd8500;
}
body.wireframe .widget.patients-with-status .pending-patients-list .amb-user .go-to-icon {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
body.wireframe .widget.patients-with-status .pending-patients-list .amb-user .go-to-icon i {
  color: #2C3E50;
  font-size: 18px;
}
body.wireframe .notifications-widget {
  margin-top: 0;
}
body.wireframe .notifications-widget .amb-notifications {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
body.wireframe .notifications-widget .amb-notifications .amb-empty-state {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 400px;
  align-items: center;
  align-content: center;
  justify-content: center;
}
body.wireframe .notifications-widget .amb-notifications .amb-empty-state .empty-state-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: white;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
body.wireframe .notifications-widget .amb-notifications .amb-empty-state .empty-state-icon i {
  position: absolute;
  font-size: 28px;
  text-align: center;
  color: #243454;
}
body.wireframe .notifications-widget .amb-notifications .amb-empty-state .empty-state-icon i.encounter:before,
body.wireframe .notifications-widget .amb-notifications .amb-empty-state .empty-state-icon i.action:before {
  content: '\f29a';
}
body.wireframe .notifications-widget .amb-notifications .amb-empty-state .empty-state-icon i.note:before {
  content: '\f249';
}
body.wireframe .notifications-widget .amb-notifications .amb-empty-state .empty-state-icon i.patient_file:before {
  content: '\f56c';
}
body.wireframe .notifications-widget .amb-notifications .amb-empty-state .empty-state-icon i.website:before {
  content: '\f57d';
}
body.wireframe .notifications-widget .amb-notifications .amb-empty-state .empty-state-icon i.email:before {
  content: '\f0e0';
}
body.wireframe .notifications-widget .amb-notifications .amb-empty-state .empty-state-icon i.letter:before {
  content: '\f2b6';
}
body.wireframe .notifications-widget .amb-notifications .amb-empty-state .empty-state-icon i.tag:before {
  content: '\f02c';
}
body.wireframe .notifications-widget .amb-notifications .amb-empty-state .empty-state-icon i.category:before {
  content: '\f5da';
}
body.wireframe .notifications-widget .amb-notifications .amb-empty-state .empty-state-icon i.credential:before {
  content: '\f0a3';
}
body.wireframe .notifications-widget .amb-notifications .amb-empty-state .empty-state-icon i.sufix:before,
body.wireframe .notifications-widget .amb-notifications .amb-empty-state .empty-state-icon i.prefix:before {
  content: '\f305';
}
body.wireframe .notifications-widget .amb-notifications .amb-empty-state .empty-state-icon i.specialty:before {
  content: '\f005';
}
body.wireframe .notifications-widget .amb-notifications .amb-empty-state .empty-state-icon i.status:before {
  content: '\f1e7';
}
body.wireframe .notifications-widget .amb-notifications .amb-empty-state .empty-state-icon i.patient:before {
  content: '\f0c0';
}
body.wireframe .notifications-widget .amb-notifications .amb-empty-state .empty-state-icon i.user:before {
  content: '\f007';
}
body.wireframe .notifications-widget .amb-notifications .amb-empty-state .empty-state-icon i.change:before {
  content: '\f0ca';
}
body.wireframe .notifications-widget .amb-notifications .amb-empty-state .empty-state-icon i.referral:before {
  content: '\f0a4';
}
body.wireframe .notifications-widget .amb-notifications .amb-empty-state .empty-state-icon i.fax:before {
  content: '\f1ac';
}
body.wireframe .notifications-widget .amb-notifications .amb-empty-state .empty-state-icon i.phone:before {
  content: '\f095';
}
body.wireframe .notifications-widget .amb-notifications .amb-empty-state .empty-state-icon i.address:before {
  content: '\f2b9';
}
body.wireframe .notifications-widget .amb-notifications .amb-empty-state .empty-state-icon i.interim:before {
  content: '\f279';
}
body.wireframe .notifications-widget .amb-notifications .amb-empty-state .empty-state-icon i.list:before {
  content: '\f0ca';
}
body.wireframe .notifications-widget .amb-notifications .amb-empty-state .empty-state-information {
  display: flex;
  flex-direction: column;
}
body.wireframe .notifications-widget .amb-notifications .amb-empty-state .empty-state-information span {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #2C3E50;
}
body.wireframe .notifications-widget .amb-notifications .amb-empty-state .empty-state-information span.empty-state-description {
  font-size: 16px;
}
body.wireframe .notifications-widget .amb-notifications.categorized-layout .amb-notification-category {
  margin: 15px 0 10px 0;
}
body.wireframe .notifications-widget .amb-notifications.categorized-layout .amb-notification-category .category-header {
  margin-left: 15px;
  margin-right: 15px;
  border-bottom: 1px solid #BDC3C7;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
body.wireframe .notifications-widget .amb-notifications.categorized-layout .amb-notification-category .category-header i {
  color: #BDC3C7;
  margin: 0 5px 0 5px;
  font-size: 16px;
}
body.wireframe .notifications-widget .amb-notifications.categorized-layout .amb-notification-category .category-header span {
  text-transform: uppercase;
  color: #BDC3C7;
  font-size: 16px;
}
body.wireframe .notifications-widget .amb-notifications.categorized-layout .amb-notification-category .category-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
  background-color: white;
  border-style: solid;
  border-width: 1px;
  border-left-width: 5px;
  padding: 15px 25px;
  border-color: #1F51E7;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-fax {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
  background-color: white;
  border-style: solid;
  border-width: 1px;
  border-left-width: 5px;
  padding: 15px 25px;
  border-color: #1F51E7;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-fax .notification-badge {
  position: absolute;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  visibility: hidden;
  left: -15px;
  top: -15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: white;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-fax .notification-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-fax .notification-header .notification-type {
  order: 1;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-fax .notification-header .notification-type span {
  font-family: "ProximaNova";
  font-size: 16px;
  font-weight: 500;
  color: #1F51E7;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-fax .notification-header .notification-type .notification-date i {
  font-size: 14px;
  color: #243454;
  margin-right: 4px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-fax .notification-header .notification-type .notification-date span {
  font-size: 14px;
  color: #243454;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-fax .notification-header .notification-icon {
  order: 2;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-fax .notification-header .notification-icon i {
  font-size: 24px;
  color: rgba(31, 81, 231, 0.2);
  margin-right: 15px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-fax .notification-header .notification-icon i::before {
  content: "\f1ac";
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-fax .notification-body {
  position: relative;
  display: flex;
  height: 90px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-fax .notification-body .notification-text {
  height: 90px;
  position: absolute;
  color: #304568;
  font-size: 16px;
  display: inline-flex;
  width: 100%;
  white-space: pre-line;
  overflow-y: scroll;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-fax .notification-actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-fax .notification-actions a.dismiss-button {
  background-color: transparent;
  border-radius: 2px;
  color: #1F51E7;
  border: 1px solid transparent;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
  text-transform: uppercase;
  font-weight: 500;
  padding: 5px 10px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-fax .notification-actions a.dismiss-button a {
  color: #1F51E7;
  text-decoration: none !important;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-fax .notification-actions a.dismiss-button i {
  margin-right: 10px;
  font-weight: 600;
  font-size: 16px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-fax .notification-actions a.dismiss-button:hover {
  box-shadow: 1px 1px 4px rgba(31, 81, 231, 0.1);
  background-color: rgba(31, 81, 231, 0.1);
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-fax .notification-actions a.dismiss-button:disabled {
  background-color: #ECF0F1;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-fax.notification-success .notification-badge {
  visibility: visible;
  background-color: #4fd02f;
  border: 1px solid #48bf2b;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-fax.notification-success .notification-badge i::before {
  content: '\f00c';
  font-weight: 900;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-fax.notification-error .notification-badge {
  visibility: visible;
  background-color: #ed3c5f;
  border: 1px solid #bf2b48;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-fax.notification-error .notification-badge .badge-pulse {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 30px;
  height: 30px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-fax.notification-error .notification-badge .badge-pulse:before {
  content: '';
  position: relative;
  display: block;
  width: 300%;
  height: 300%;
  box-sizing: border-box;
  margin-left: -100%;
  margin-top: -100%;
  border-radius: 45px;
  background-color: #ed3c5f;
  animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-fax.notification-error .notification-badge i::before {
  content: '\f12a';
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-fax.notification-info .notification-badge {
  visibility: visible;
  background-color: #304568;
  border: 1px solid #243454;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-fax.notification-info .notification-badge i::before {
  content: '\f129';
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-patient-file {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
  background-color: white;
  border-style: solid;
  border-width: 1px;
  border-left-width: 5px;
  padding: 15px 25px;
  border-color: #8a1ea1;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-patient-file .notification-badge {
  position: absolute;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  visibility: hidden;
  left: -15px;
  top: -15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: white;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-patient-file .notification-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-patient-file .notification-header .notification-type {
  order: 1;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-patient-file .notification-header .notification-type span {
  font-family: "ProximaNova";
  font-size: 16px;
  font-weight: 500;
  color: #8a1ea1;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-patient-file .notification-header .notification-type .notification-date i {
  font-size: 14px;
  color: #243454;
  margin-right: 4px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-patient-file .notification-header .notification-type .notification-date span {
  font-size: 14px;
  color: #243454;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-patient-file .notification-header .notification-icon {
  order: 2;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-patient-file .notification-header .notification-icon i {
  font-size: 24px;
  color: rgba(138, 30, 161, 0.2);
  margin-right: 15px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-patient-file .notification-header .notification-icon i::before {
  content: "\f56c";
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-patient-file .notification-body {
  position: relative;
  display: flex;
  height: 90px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-patient-file .notification-body .notification-text {
  height: 90px;
  position: absolute;
  color: #304568;
  font-size: 16px;
  display: inline-flex;
  width: 100%;
  white-space: pre-line;
  overflow-y: scroll;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-patient-file .notification-actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-patient-file .notification-actions a.dismiss-button {
  background-color: transparent;
  border-radius: 2px;
  color: #8a1ea1;
  border: 1px solid transparent;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
  text-transform: uppercase;
  font-weight: 500;
  padding: 5px 10px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-patient-file .notification-actions a.dismiss-button a {
  color: #8a1ea1;
  text-decoration: none !important;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-patient-file .notification-actions a.dismiss-button i {
  margin-right: 10px;
  font-weight: 600;
  font-size: 16px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-patient-file .notification-actions a.dismiss-button:hover {
  box-shadow: 1px 1px 4px rgba(138, 30, 161, 0.1);
  background-color: rgba(138, 30, 161, 0.1);
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-patient-file .notification-actions a.dismiss-button:disabled {
  background-color: #ECF0F1;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-patient-file.notification-success .notification-badge {
  visibility: visible;
  background-color: #4fd02f;
  border: 1px solid #48bf2b;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-patient-file.notification-success .notification-badge i::before {
  content: '\f00c';
  font-weight: 900;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-patient-file.notification-error .notification-badge {
  visibility: visible;
  background-color: #ed3c5f;
  border: 1px solid #bf2b48;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-patient-file.notification-error .notification-badge .badge-pulse {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 30px;
  height: 30px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-patient-file.notification-error .notification-badge .badge-pulse:before {
  content: '';
  position: relative;
  display: block;
  width: 300%;
  height: 300%;
  box-sizing: border-box;
  margin-left: -100%;
  margin-top: -100%;
  border-radius: 45px;
  background-color: #ed3c5f;
  animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-patient-file.notification-error .notification-badge i::before {
  content: '\f12a';
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-patient-file.notification-info .notification-badge {
  visibility: visible;
  background-color: #304568;
  border: 1px solid #243454;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-patient-file.notification-info .notification-badge i::before {
  content: '\f129';
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-appointment {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
  background-color: white;
  border-style: solid;
  border-width: 1px;
  border-left-width: 5px;
  padding: 15px 25px;
  border-color: #E9D316;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-appointment .notification-badge {
  position: absolute;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  visibility: hidden;
  left: -15px;
  top: -15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: white;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-appointment .notification-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-appointment .notification-header .notification-type {
  order: 1;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-appointment .notification-header .notification-type span {
  font-family: "ProximaNova";
  font-size: 16px;
  font-weight: 500;
  color: #E9D316;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-appointment .notification-header .notification-type .notification-date i {
  font-size: 14px;
  color: #243454;
  margin-right: 4px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-appointment .notification-header .notification-type .notification-date span {
  font-size: 14px;
  color: #243454;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-appointment .notification-header .notification-icon {
  order: 2;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-appointment .notification-header .notification-icon i {
  font-size: 24px;
  color: rgba(233, 211, 22, 0.2);
  margin-right: 15px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-appointment .notification-header .notification-icon i::before {
  content: "\f274";
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-appointment .notification-body {
  position: relative;
  display: flex;
  height: 90px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-appointment .notification-body .notification-text {
  height: 90px;
  position: absolute;
  color: #304568;
  font-size: 16px;
  display: inline-flex;
  width: 100%;
  white-space: pre-line;
  overflow-y: scroll;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-appointment .notification-actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-appointment .notification-actions a.dismiss-button {
  background-color: transparent;
  border-radius: 2px;
  color: #E9D316;
  border: 1px solid transparent;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
  text-transform: uppercase;
  font-weight: 500;
  padding: 5px 10px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-appointment .notification-actions a.dismiss-button a {
  color: #E9D316;
  text-decoration: none !important;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-appointment .notification-actions a.dismiss-button i {
  margin-right: 10px;
  font-weight: 600;
  font-size: 16px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-appointment .notification-actions a.dismiss-button:hover {
  box-shadow: 1px 1px 4px rgba(233, 211, 22, 0.1);
  background-color: rgba(233, 211, 22, 0.1);
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-appointment .notification-actions a.dismiss-button:disabled {
  background-color: #ECF0F1;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-appointment.notification-success .notification-badge {
  visibility: visible;
  background-color: #4fd02f;
  border: 1px solid #48bf2b;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-appointment.notification-success .notification-badge i::before {
  content: '\f00c';
  font-weight: 900;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-appointment.notification-error .notification-badge {
  visibility: visible;
  background-color: #ed3c5f;
  border: 1px solid #bf2b48;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-appointment.notification-error .notification-badge .badge-pulse {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 30px;
  height: 30px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-appointment.notification-error .notification-badge .badge-pulse:before {
  content: '';
  position: relative;
  display: block;
  width: 300%;
  height: 300%;
  box-sizing: border-box;
  margin-left: -100%;
  margin-top: -100%;
  border-radius: 45px;
  background-color: #ed3c5f;
  animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-appointment.notification-error .notification-badge i::before {
  content: '\f12a';
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-appointment.notification-info .notification-badge {
  visibility: visible;
  background-color: #304568;
  border: 1px solid #243454;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-appointment.notification-info .notification-badge i::before {
  content: '\f129';
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-task {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
  background-color: white;
  border-style: solid;
  border-width: 1px;
  border-left-width: 5px;
  padding: 15px 25px;
  border-color: #1F51E7;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-task .notification-badge {
  position: absolute;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  visibility: hidden;
  left: -15px;
  top: -15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: white;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-task .notification-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-task .notification-header .notification-type {
  order: 1;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-task .notification-header .notification-type span {
  font-family: "ProximaNova";
  font-size: 16px;
  font-weight: 500;
  color: #1F51E7;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-task .notification-header .notification-type .notification-date i {
  font-size: 14px;
  color: #243454;
  margin-right: 4px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-task .notification-header .notification-type .notification-date span {
  font-size: 14px;
  color: #243454;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-task .notification-header .notification-icon {
  order: 2;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-task .notification-header .notification-icon i {
  font-size: 24px;
  color: rgba(31, 81, 231, 0.2);
  margin-right: 15px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-task .notification-header .notification-icon i::before {
  content: "\f0ae";
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-task .notification-body {
  position: relative;
  display: flex;
  height: 90px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-task .notification-body .notification-text {
  height: 90px;
  position: absolute;
  color: #304568;
  font-size: 16px;
  display: inline-flex;
  width: 100%;
  white-space: pre-line;
  overflow-y: scroll;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-task .notification-actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-task .notification-actions a.dismiss-button {
  background-color: transparent;
  border-radius: 2px;
  color: #1F51E7;
  border: 1px solid transparent;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
  text-transform: uppercase;
  font-weight: 500;
  padding: 5px 10px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-task .notification-actions a.dismiss-button a {
  color: #1F51E7;
  text-decoration: none !important;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-task .notification-actions a.dismiss-button i {
  margin-right: 10px;
  font-weight: 600;
  font-size: 16px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-task .notification-actions a.dismiss-button:hover {
  box-shadow: 1px 1px 4px rgba(31, 81, 231, 0.1);
  background-color: rgba(31, 81, 231, 0.1);
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-task .notification-actions a.dismiss-button:disabled {
  background-color: #ECF0F1;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-task.notification-success .notification-badge {
  visibility: visible;
  background-color: #4fd02f;
  border: 1px solid #48bf2b;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-task.notification-success .notification-badge i::before {
  content: '\f00c';
  font-weight: 900;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-task.notification-error .notification-badge {
  visibility: visible;
  background-color: #ed3c5f;
  border: 1px solid #bf2b48;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-task.notification-error .notification-badge .badge-pulse {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 30px;
  height: 30px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-task.notification-error .notification-badge .badge-pulse:before {
  content: '';
  position: relative;
  display: block;
  width: 300%;
  height: 300%;
  box-sizing: border-box;
  margin-left: -100%;
  margin-top: -100%;
  border-radius: 45px;
  background-color: #ed3c5f;
  animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-task.notification-error .notification-badge i::before {
  content: '\f12a';
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-task.notification-info .notification-badge {
  visibility: visible;
  background-color: #304568;
  border: 1px solid #243454;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-task.notification-info .notification-badge i::before {
  content: '\f129';
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-event {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
  background-color: white;
  border-style: solid;
  border-width: 1px;
  border-left-width: 5px;
  padding: 15px 25px;
  border-color: #60B8A5;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-event .notification-badge {
  position: absolute;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  visibility: hidden;
  left: -15px;
  top: -15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: white;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-event .notification-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-event .notification-header .notification-type {
  order: 1;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-event .notification-header .notification-type span {
  font-family: "ProximaNova";
  font-size: 16px;
  font-weight: 500;
  color: #60B8A5;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-event .notification-header .notification-type .notification-date i {
  font-size: 14px;
  color: #243454;
  margin-right: 4px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-event .notification-header .notification-type .notification-date span {
  font-size: 14px;
  color: #243454;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-event .notification-header .notification-icon {
  order: 2;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-event .notification-header .notification-icon i {
  font-size: 24px;
  color: rgba(96, 184, 165, 0.2);
  margin-right: 15px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-event .notification-header .notification-icon i::before {
  content: "\f073";
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-event .notification-body {
  position: relative;
  display: flex;
  height: 90px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-event .notification-body .notification-text {
  height: 90px;
  position: absolute;
  color: #304568;
  font-size: 16px;
  display: inline-flex;
  width: 100%;
  white-space: pre-line;
  overflow-y: scroll;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-event .notification-actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-event .notification-actions a.dismiss-button {
  background-color: transparent;
  border-radius: 2px;
  color: #60B8A5;
  border: 1px solid transparent;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
  text-transform: uppercase;
  font-weight: 500;
  padding: 5px 10px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-event .notification-actions a.dismiss-button a {
  color: #60B8A5;
  text-decoration: none !important;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-event .notification-actions a.dismiss-button i {
  margin-right: 10px;
  font-weight: 600;
  font-size: 16px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-event .notification-actions a.dismiss-button:hover {
  box-shadow: 1px 1px 4px rgba(96, 184, 165, 0.1);
  background-color: rgba(96, 184, 165, 0.1);
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-event .notification-actions a.dismiss-button:disabled {
  background-color: #ECF0F1;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-event.notification-success .notification-badge {
  visibility: visible;
  background-color: #4fd02f;
  border: 1px solid #48bf2b;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-event.notification-success .notification-badge i::before {
  content: '\f00c';
  font-weight: 900;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-event.notification-error .notification-badge {
  visibility: visible;
  background-color: #ed3c5f;
  border: 1px solid #bf2b48;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-event.notification-error .notification-badge .badge-pulse {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 30px;
  height: 30px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-event.notification-error .notification-badge .badge-pulse:before {
  content: '';
  position: relative;
  display: block;
  width: 300%;
  height: 300%;
  box-sizing: border-box;
  margin-left: -100%;
  margin-top: -100%;
  border-radius: 45px;
  background-color: #ed3c5f;
  animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-event.notification-error .notification-badge i::before {
  content: '\f12a';
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-event.notification-info .notification-badge {
  visibility: visible;
  background-color: #304568;
  border: 1px solid #243454;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-event.notification-info .notification-badge i::before {
  content: '\f129';
}
body.wireframe .notifications-widget .amb-notifications .amb-notification .notification-badge {
  position: absolute;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  visibility: hidden;
  left: -15px;
  top: -15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: white;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification .notification-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification .notification-header .notification-type {
  order: 1;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification .notification-header .notification-type span {
  font-family: "ProximaNova";
  font-size: 16px;
  font-weight: 500;
  color: #1F51E7;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification .notification-header .notification-type .notification-date i {
  font-size: 14px;
  color: #243454;
  margin-right: 4px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification .notification-header .notification-type .notification-date span {
  font-size: 14px;
  color: #243454;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification .notification-header .notification-icon {
  order: 2;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification .notification-header .notification-icon i {
  font-size: 24px;
  color: rgba(31, 81, 231, 0.2);
  margin-right: 15px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification .notification-header .notification-icon i::before {
  content: "";
}
body.wireframe .notifications-widget .amb-notifications .amb-notification .notification-body {
  position: relative;
  display: flex;
  height: 90px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification .notification-body .notification-text {
  height: 90px;
  position: absolute;
  color: #304568;
  font-size: 16px;
  display: inline-flex;
  width: 100%;
  white-space: pre-line;
  overflow-y: scroll;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification .notification-actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification .notification-actions a.dismiss-button {
  background-color: transparent;
  border-radius: 2px;
  color: #1F51E7;
  border: 1px solid transparent;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
  text-transform: uppercase;
  font-weight: 500;
  padding: 5px 10px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification .notification-actions a.dismiss-button a {
  color: #1F51E7;
  text-decoration: none !important;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification .notification-actions a.dismiss-button i {
  margin-right: 10px;
  font-weight: 600;
  font-size: 16px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification .notification-actions a.dismiss-button:hover {
  box-shadow: 1px 1px 4px rgba(31, 81, 231, 0.1);
  background-color: rgba(31, 81, 231, 0.1);
}
body.wireframe .notifications-widget .amb-notifications .amb-notification .notification-actions a.dismiss-button:disabled {
  background-color: #ECF0F1;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-success .notification-badge {
  visibility: visible;
  background-color: #4fd02f;
  border: 1px solid #48bf2b;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-success .notification-badge i::before {
  content: '\f00c';
  font-weight: 900;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-error .notification-badge {
  visibility: visible;
  background-color: #ed3c5f;
  border: 1px solid #bf2b48;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-error .notification-badge .badge-pulse {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 30px;
  height: 30px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-error .notification-badge .badge-pulse:before {
  content: '';
  position: relative;
  display: block;
  width: 300%;
  height: 300%;
  box-sizing: border-box;
  margin-left: -100%;
  margin-top: -100%;
  border-radius: 45px;
  background-color: #ed3c5f;
  animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-error .notification-badge i::before {
  content: '\f12a';
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-info .notification-badge {
  visibility: visible;
  background-color: #304568;
  border: 1px solid #243454;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-info .notification-badge i::before {
  content: '\f129';
}
body.wireframe .object_list_option_dropdown {
  left: 0;
  top: 0;
  box-shadow: 0 1px 1px #d6d6d6;
  background-color: white;
  padding: 0;
  z-index: 100;
  position: relative;
  width: 100%;
}
body.wireframe .object_list_option_dropdown.appended-to-body {
  position: absolute !important;
  width: initial !important;
}
body.wireframe .object_list_option_dropdown.appended-to-body .object_list_filters ul {
  padding: 0;
}
body.wireframe .object_list_option_dropdown.appended-to-body .object_list_filters ul li {
  max-width: none;
}
body.wireframe .object_list_option_dropdown.appended-to-body.opened {
  display: block;
}
body.wireframe .object_list_option_dropdown .object_list_filters {
  display: flex;
}
body.wireframe .object_list_option_dropdown .object_list_filters ul {
  display: flex;
  flex-direction: column;
}
body.wireframe .object_list_option_dropdown .object_list_filters ul li {
  display: inline-block;
  width: 100%;
  min-width: 140px;
  margin: 0;
  padding: 15px;
}
body.wireframe .object_list_option_dropdown .object_list_filters ul li:hover {
  background-color: #f4f5f6;
}
body.wireframe .object_list_option_dropdown .object_list_filters ul li input {
  margin: 0 12px 0 0;
}
body.wireframe .object_list_option_dropdown .object_list_filters ul li input:focus {
  outline: none;
  outline-offset: inherit;
}
body.wireframe .object_list_option_dropdown .object_list_filters ul li label {
  margin: 3px 0;
  color: #7F8C8D;
  font-size: 16px;
}
body.wireframe .object_list_option_dropdown .option-button {
  padding: 15px;
}
body.wireframe .object_list_option_dropdown .option-button:last-child {
  padding-top: 0;
}
body.wireframe .object_list_option_dropdown .option-button button {
  width: 100%;
  background-color: #304568;
  border-radius: 2px;
  color: white;
  border: 1px solid #243454;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .object_list_option_dropdown .option-button button a {
  color: white;
  text-decoration: none !important;
}
body.wireframe .object_list_option_dropdown .option-button button::before {
  content: "\f05e";
  font-family: 'Font Awesome 6 Free';
  color: white;
  font-weight: 600;
  font-size: 16px;
  margin-right: 10px;
}
body.wireframe .object_list_option_dropdown .option-button button:hover {
  border-color: #243454;
  box-shadow: 1px 1px 4px #243454;
  background-color: #243454;
}
body.wireframe .object_list_option_dropdown .option-button button:disabled {
  background-color: #ECF0F1;
}
body.wireframe .edit_screen {
  position: relative;
  background-color: rgba(235, 238, 241, 0.6);
  padding: 20px;
  border-top: none;
}
body.wireframe .edit_screen .edit_screen_row {
  border: none;
  background-color: transparent;
  padding: 20px 10px 10px 10px;
  border-bottom: 1px solid rgba(48, 69, 104, 0.1);
}
body.wireframe .edit_screen .edit_screen_row:first-child {
  padding-top: 0;
}
body.wireframe .edit_screen .edit_screen_row:last-child {
  border-bottom: none !important;
}
body.wireframe .edit_screen .edit_screen_row h3 {
  padding: 0 !important;
  color: #243454;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 20px 0 !important;
}
body.wireframe .edit_screen .edit_screen_row ul.tools li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: transparent;
  border-radius: 2px;
  color: #304568;
  border: 1px solid transparent;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .edit_screen .edit_screen_row ul.tools li a span {
  text-decoration: none !important;
}
body.wireframe .edit_screen .edit_screen_row ul.tools li a span.icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.wireframe .edit_screen .edit_screen_row ul.tools li a span.icon i {
  margin-right: 0;
  font-size: 28px;
}
body.wireframe .edit_screen .edit_screen_row ul.tools li a span.badge {
  font-size: 10px;
  position: absolute;
  right: -16px;
  top: -7px;
  margin: 0;
  padding: 3px;
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  color: white;
  background-color: #48bf2b;
  border: 1px solid #48bf2b;
  border-radius: 100%;
}
body.wireframe .edit_screen .edit_screen_row ul.tools li a span.item-text {
  margin-top: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
body.wireframe .edit_screen .edit_screen_row ul.tools li a a {
  color: #304568;
  text-decoration: none !important;
}
body.wireframe .edit_screen .edit_screen_row ul.tools li a i {
  margin-right: 10px;
  font-weight: 600;
  font-size: 16px;
}
body.wireframe .edit_screen .edit_screen_row ul.tools li a:hover {
  box-shadow: 1px 1px 4px #f4f5f6;
  background-color: #f4f5f6;
}
body.wireframe .edit_screen .edit_screen_row ul.tools li a:disabled {
  background-color: #ECF0F1;
}
body.wireframe .contact_entity_notes {
  position: relative;
  background-color: rgba(235, 238, 241, 0.6);
  padding: 20px;
  margin: 0 0 10px 0;
  border-top: none;
}
body.wireframe .contact_entity_notes h3 {
  color: #243454;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 20px 0 !important;
  padding-left: 10px;
}
body.wireframe .contact_entity_notes .contact_entity_notes_row {
  border: none;
  background-color: transparent;
  padding: 20px 10px 10px 10px;
  border-bottom: solid thin;
  border-bottom-color: rgba(48, 69, 104, 0.1) !important;
}
body.wireframe .contact_entity_notes .contact_entity_notes_row:first-child {
  padding-top: 0;
}
body.wireframe .contact_entity_notes .contact_entity_notes_row:last-child {
  border-bottom: none !important;
}
body.wireframe .reports_panel {
  overflow-y: scroll;
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background-color: rgba(235, 238, 241, 0.6);
  padding: 20px;
  border-top: none;
}
body.wireframe .edit_screen_row,
body.wireframe .reports_panel_row {
  border: none;
  background-color: transparent !important;
  padding: 20px 10px 10px 10px;
  border-bottom: 1px solid rgba(48, 69, 104, 0.1);
}
body.wireframe .edit_screen_row:first-child,
body.wireframe .reports_panel_row:first-child {
  padding-top: 0;
}
body.wireframe .edit_screen_row:last-child,
body.wireframe .reports_panel_row:last-child {
  border-bottom: none !important;
}
body.wireframe .edit_screen_row h3,
body.wireframe .reports_panel_row h3 {
  color: #243454;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 20px 0 !important;
}
body.wireframe .edit_screen_row ul.tools,
body.wireframe .reports_panel_row ul.tools {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  overflow: unset;
  padding: 0;
}
body.wireframe .edit_screen_row ul.tools li,
body.wireframe .reports_panel_row ul.tools li {
  display: inline;
}
body.wireframe .edit_screen_row ul.tools li a,
body.wireframe .reports_panel_row ul.tools li a {
  float: left;
  text-decoration: none !important;
  width: 90px;
  max-width: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 5px;
  background-color: transparent;
  border-radius: 2px;
  color: #304568;
  border: 1px solid transparent;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .edit_screen_row ul.tools li a span,
body.wireframe .reports_panel_row ul.tools li a span {
  text-decoration: none !important;
}
body.wireframe .edit_screen_row ul.tools li a span.icon,
body.wireframe .reports_panel_row ul.tools li a span.icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.wireframe .edit_screen_row ul.tools li a span.icon i,
body.wireframe .reports_panel_row ul.tools li a span.icon i {
  margin-right: 0;
  font-size: 28px;
}
body.wireframe .edit_screen_row ul.tools li a span.badge,
body.wireframe .reports_panel_row ul.tools li a span.badge {
  font-size: 10px;
  position: absolute;
  right: 7px;
  top: -7px;
  margin: 0;
  padding: 3px;
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  color: white;
  background-color: #48bf2b;
  border: 1px solid #48bf2b;
  border-radius: 100%;
}
body.wireframe .edit_screen_row ul.tools li a span.item-text,
body.wireframe .reports_panel_row ul.tools li a span.item-text {
  margin-top: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
body.wireframe .edit_screen_row ul.tools li a a,
body.wireframe .reports_panel_row ul.tools li a a {
  color: #304568;
  text-decoration: none !important;
}
body.wireframe .edit_screen_row ul.tools li a i,
body.wireframe .reports_panel_row ul.tools li a i {
  margin-right: 10px;
  font-weight: 600;
  font-size: 16px;
}
body.wireframe .edit_screen_row ul.tools li a:hover,
body.wireframe .reports_panel_row ul.tools li a:hover {
  box-shadow: 1px 1px 4px #e9ebed;
  background-color: #e9ebed;
}
body.wireframe .edit_screen_row ul.tools li a:disabled,
body.wireframe .reports_panel_row ul.tools li a:disabled {
  background-color: #ECF0F1;
}
body.wireframe .flyout_dialog .flyout_dialog_page_overflow {
  background: none repeat scroll 0 0 #000;
  height: 100%;
  opacity: 0.3;
  position: absolute;
  width: 100%;
  z-index: 900;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper {
  background: none repeat scroll 0 0 #fff;
  box-shadow: 0 0 30px #555;
  left: 50%;
  position: absolute;
  text-align: left;
  top: 20px;
  z-index: 900;
  border-radius: 0;
  background-color: #f4f5f6;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper.width_narrow {
  width: 500px;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper {
  border-radius: 0;
  height: 70px;
  background: white;
  border-bottom: none;
  padding: 20px 35px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_title_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_title_wrapper .flyout_dialog_icon {
  order: 1;
  position: relative;
  margin-right: 15px;
  cursor: pointer;
  float: left;
  background-color: #BDC3C7;
  border: 2px solid #BDC3C7;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #9EA7B1;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_title_wrapper .flyout_dialog_icon i {
  font-size: 13px;
  color: white;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_title_wrapper .flyout_dialog_icon:hover {
  background-color: #304568;
  border-color: #243454;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_title_wrapper .flyout_dialog_icon .flyout_dialog_tooltip {
  display: none;
  z-index: 1100;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_title_wrapper .flyout_dialog_icon:hover .flyout_dialog_tooltip {
  display: block;
  cursor: default;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_title_wrapper .flyout_dialog_title {
  order: 2;
  color: #243454;
  font-size: 18px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
  background-color: white;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_title_wrapper .flyout_dialog_tooltip {
  position: absolute;
  font-size: 14px;
  top: 40px;
  left: 0;
  width: auto;
  min-width: 300px;
  border-radius: 0;
  text-align: left;
  padding: 20px;
  background-color: white;
  box-shadow: 0 1px 6px #d6d6d6;
  font-family: "ProximaNova";
  color: #304568;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_title_wrapper .flyout_dialog_tooltip b {
  font-weight: 500;
  color: #243454;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons {
  order: 1;
  float: none;
  height: auto;
  position: relative;
  right: 0;
  top: 0;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button {
  background-color: transparent;
  border-radius: 2px;
  color: #2C3E50;
  border: 1px solid transparent;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button:not(:last-child) {
  margin-right: 5px;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button a {
  color: #2C3E50;
  text-decoration: none !important;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button i {
  margin-right: 10px;
  font-weight: 600;
  font-size: 16px;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button:hover {
  box-shadow: 1px 1px 4px #f4f5f6;
  background-color: #f4f5f6;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button:disabled {
  background-color: #ECF0F1;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_encounter,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_address,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_phone,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_fax,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_email,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_website,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_note,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_prefix,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_sufix,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_specialty,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_type,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_credential,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_action,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_category,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_tag,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_status,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_template,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_letter_template,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_document_template,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_partner {
  background-color: #304568;
  border-radius: 2px;
  color: white;
  border: 1px solid #243454;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_encounter a,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_address a,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_phone a,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_fax a,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_email a,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_website a,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_note a,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_prefix a,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_sufix a,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_specialty a,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_type a,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_credential a,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_action a,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_category a,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_tag a,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_status a,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_template a,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_letter_template a,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_document_template a,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_partner a {
  color: white;
  text-decoration: none !important;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_encounter:hover,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_address:hover,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_phone:hover,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_fax:hover,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_email:hover,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_website:hover,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_note:hover,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_prefix:hover,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_sufix:hover,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_specialty:hover,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_type:hover,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_credential:hover,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_action:hover,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_category:hover,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_tag:hover,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_status:hover,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_template:hover,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_letter_template:hover,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_document_template:hover,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_partner:hover {
  box-shadow: 1px 1px 4px rgba(48, 69, 104, 0.5);
  background-color: rgba(48, 69, 104, 0.95);
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_encounter:disabled,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_address:disabled,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_phone:disabled,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_fax:disabled,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_email:disabled,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_website:disabled,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_note:disabled,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_prefix:disabled,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_sufix:disabled,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_specialty:disabled,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_type:disabled,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_credential:disabled,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_action:disabled,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_category:disabled,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_tag:disabled,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_status:disabled,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_template:disabled,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_letter_template:disabled,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_document_template:disabled,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_partner:disabled {
  background-color: #ECF0F1;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button {
  order: 2;
  margin-left: 20px;
  background-color: white;
  border-radius: 2px;
  color: #243454;
  border: 1px solid white;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button a {
  color: #243454;
  text-decoration: none !important;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button::before {
  content: "\f00d";
  font-family: 'Font Awesome 6 Free';
  color: #243454;
  font-weight: 600;
  font-size: 16px;
  margin-right: 10px;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button:hover {
  border-color: #f4f5f6;
  box-shadow: 1px 1px 4px #f4f5f6;
  background-color: #f4f5f6;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button:disabled {
  background-color: #ECF0F1;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button::before {
  margin-right: 0;
  font-size: 14px;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content {
  border: 5px solid transparent;
  padding: 20px 35px;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content .loading {
  background-image: url("/images/environment/default/layout/bits/indicator-loading-big.gif");
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 200px;
  position: relative;
  top: 0;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content .flyout_dialog_processing_curtain {
  background-image: url("/images/environment/default/layout/bits/indicator-loading-big.gif");
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 200px;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content #flyout_form_wrapper form {
  padding: 0 !important;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content #flyout_form_wrapper form .content_stack_wrapper .content_stack_element {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  background: transparent;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content #flyout_form_wrapper form .content_stack_wrapper .content_stack_element .content_stack_element_info {
  order: 1;
  flex-basis: 225px;
  float: none;
  padding: 10px 0;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content #flyout_form_wrapper form .content_stack_wrapper .content_stack_element .content_stack_element_info h3 {
  color: #304568;
  font-weight: 400 !important;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content #flyout_form_wrapper form .content_stack_wrapper .content_stack_element .content_stack_element_info label {
  font-size: 16px;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content #flyout_form_wrapper form .content_stack_wrapper .content_stack_element .content_stack_element_body {
  order: 2;
  width: 100%;
  padding: 10px 0;
  background: transparent;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content #flyout_form_wrapper form .content_stack_wrapper .content_stack_element .content_stack_element_body .control_holder {
  padding: 3px 5px 3px 3px;
  margin: 0;
  width: 100%;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content #flyout_form_wrapper form .content_stack_wrapper .content_stack_element .content_stack_element_body .control_holder input {
  border: none;
  box-shadow: 0 1px 3px #d6d6d6;
  outline: none;
  padding: 5px 10px;
  margin: 3px;
  color: #2C3E50;
  font-size: 16px;
  height: 35px;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content #flyout_form_wrapper form .content_stack_wrapper .content_stack_element .content_stack_element_body .control_holder input:hover {
  box-shadow: 0 2px 4px #d6d6d6;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content #flyout_form_wrapper form .content_stack_wrapper .content_stack_element .content_stack_element_body .control_holder input.inline {
  margin: 0;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content #flyout_form_wrapper form .content_stack_wrapper .content_stack_element .content_stack_element_body .control_holder input#encounter_standalone_decimal_time,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content #flyout_form_wrapper form .content_stack_wrapper .content_stack_element .content_stack_element_body .control_holder input#encounter_standalone_decimal_travel_time,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content #flyout_form_wrapper form .content_stack_wrapper .content_stack_element .content_stack_element_body .control_holder input#encounter_standalone_unit_time,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content #flyout_form_wrapper form .content_stack_wrapper .content_stack_element .content_stack_element_body .control_holder input#encounter_standalone_unit_travel_time,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content #flyout_form_wrapper form .content_stack_wrapper .content_stack_element .content_stack_element_body .control_holder input#admin_time_unit_time {
  width: 150px;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content #flyout_form_wrapper form .content_stack_wrapper .content_stack_element .content_stack_element_body .control_holder input.narrow {
  width: 150px;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content #flyout_form_wrapper form .content_stack_wrapper .content_stack_element .content_stack_element_body .control_holder select:after {
  border-radius: 0;
  border: none;
  box-shadow: 0 1px 3px #d6d6d6;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content #flyout_form_wrapper form .control_holder {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content #flyout_form_wrapper form .control_holder.textrt_widget {
  flex-direction: row;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content #flyout_form_wrapper form .control_holder > div:not(.mce-container) {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content #flyout_form_wrapper form .control_holder label {
  margin: 3px;
  font-size: 16px;
  color: #2C3E50;
  width: initial;
  float: none;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content #flyout_form_wrapper form .control_holder button.plusbutton {
  margin-right: 0;
  background-color: #304568;
  border-radius: 2px;
  color: white;
  border: 1px solid #243454;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content #flyout_form_wrapper form .control_holder button.plusbutton a {
  color: white;
  text-decoration: none !important;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content #flyout_form_wrapper form .control_holder button.plusbutton:hover {
  box-shadow: 1px 1px 4px rgba(48, 69, 104, 0.5);
  background-color: rgba(48, 69, 104, 0.95);
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content #flyout_form_wrapper form .control_holder button.plusbutton:disabled {
  background-color: #ECF0F1;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content .warning {
  font-size: 18px;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content .button_holder {
  border-radius: 0;
  padding: 20px 0 10px 0;
  background: transparent;
  text-align: right;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content .button_holder button {
  margin-right: 0;
  margin-left: 10px;
  background-color: #304568;
  border-radius: 2px;
  color: white;
  border: 1px solid #243454;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content .button_holder button a {
  color: white;
  text-decoration: none !important;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content .button_holder button:hover {
  box-shadow: 1px 1px 4px rgba(48, 69, 104, 0.5);
  background-color: rgba(48, 69, 104, 0.95);
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content .button_holder button:disabled {
  background-color: #ECF0F1;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content .button_holder button.red {
  background-color: #ed3c5f;
  border-radius: 2px;
  color: white;
  border: 1px solid #bf2b48;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content .button_holder button.red a {
  color: white;
  text-decoration: none !important;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content .button_holder button.red:hover {
  box-shadow: 1px 1px 4px rgba(237, 60, 95, 0.5);
  background-color: rgba(237, 60, 95, 0.95);
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content .button_holder button.red:disabled {
  background-color: #ECF0F1;
}
body.wireframe .flyout_dialog .toggle-switch-wrapper {
  flex-direction: row !important;
  align-items: center !important;
}
body.wireframe .flyout_dialog .toggle-switch-wrapper .toggle-container {
  margin-right: 15px;
}
body.wireframe .flyout_dialog.admin_upload .flyout_dialog_wrapper .flyout_dialog_header_wrapper {
  background-color: #ea9200 !important;
}
body.wireframe .flyout_dialog.admin_upload .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_title {
  background-color: #ea9200 !important;
  color: white !important;
  text-shadow: none;
}
body.wireframe .flyout_dialog.admin_upload .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button {
  background-color: transparent;
  border-color: #ea9200;
}
body.wireframe .flyout_dialog.admin_upload .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button:before {
  color: white;
  font-size: 20px;
}
body.wireframe .flyout_dialog.admin_upload .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button:hover {
  background-color: #b77200;
  box-shadow: 1px 1px 4px rgba(234, 146, 0, 0.5);
}
body.wireframe .flyout_dialog.admin_upload .flyout_dialog_wrapper .flyout_dialog_content {
  border-color: #ea9200;
  border-radius: 0;
}
body.wireframe .flyout_dialog.admin_upload .flyout_dialog_wrapper .flyout_dialog_content button[type="submit"] {
  background-color: #ea9200 !important;
  border-color: #ea9200 !important;
}
body.wireframe .flyout-item-preview {
  font-size: 12px;
  position: absolute;
  width: 600px;
  height: auto;
  top: 20px;
  left: 30px;
  background-color: white;
  border: 1px solid #BDC3C7;
  box-shadow: 0 1px 6px #BDC3C7;
  border-radius: 0;
  padding: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  overflow-x: hidden;
}
body.wireframe .flyout-item-preview.no-flex {
  display: block !important;
}
body.wireframe .flyout-item-preview.keep-open {
  border-color: #7F8C8D;
  box-shadow: 0 1px 6px #7F8C8D;
}
body.wireframe .flyout-item-preview .item-preview-response {
  order: 1;
}
body.wireframe .flyout-item-preview .close-flyout-item-preview {
  order: 2;
  display: inline-block;
  text-align: right;
  margin-left: 10px;
}
body.wireframe .flyout-item-preview .close-flyout-item-preview button {
  background-color: white;
  border-radius: 2px;
  color: #2C3E50;
  border: 1px solid white;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .flyout-item-preview .close-flyout-item-preview button a {
  color: #2C3E50;
  text-decoration: none !important;
}
body.wireframe .flyout-item-preview .close-flyout-item-preview button::before {
  content: "\f00d";
  font-family: 'Font Awesome 6 Free';
  color: #2C3E50;
  font-weight: 600;
  font-size: 16px;
  margin-right: 10px;
}
body.wireframe .flyout-item-preview .close-flyout-item-preview button:hover {
  border-color: rgba(244, 245, 246, 0.7);
  box-shadow: 1px 1px 4px rgba(244, 245, 246, 0.7);
  background-color: rgba(244, 245, 246, 0.7);
}
body.wireframe .flyout-item-preview .close-flyout-item-preview button:disabled {
  background-color: #ECF0F1;
}
body.wireframe .flyout-item-preview .close-flyout-item-preview button:hover {
  box-shadow: none;
}
body.wireframe .flyout-item-preview .close-flyout-item-preview button::before {
  margin-right: 0;
}
body.wireframe .flyout-item-preview p {
  font-family: "ProximaNova";
  color: #2C3E50;
}
body.wireframe .paged_objects_list {
  position: relative;
}
body.wireframe .paged_objects_list table {
  width: 100% !important;
  background-color: white;
}
body.wireframe .paged_objects_list table thead tr th {
  font-family: "ProximaNova";
  text-align: left;
  background: none !important;
  text-transform: uppercase;
  color: #BDC3C7;
  font-size: 12px;
  cursor: not-allowed;
}
body.wireframe .paged_objects_list table thead tr th:after {
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  padding-left: 3px;
}
body.wireframe .paged_objects_list table thead tr th.sort-asc:after {
  content: "\f0de";
}
body.wireframe .paged_objects_list table thead tr th.sort-desc:after {
  content: "\f0dd";
}
body.wireframe .paged_objects_list table tbody tr {
  border-top: 1px solid rgba(48, 69, 104, 0.1);
  border-left: 3px solid transparent;
}
body.wireframe .paged_objects_list table tbody tr.list_item td.decimal_time,
body.wireframe .paged_objects_list table tbody tr.list_item td.unit_time {
  text-align: center;
}
body.wireframe .paged_objects_list table tbody tr.list_item td.decimal_time div.red_square_wrapper,
body.wireframe .paged_objects_list table tbody tr.list_item td.unit_time div.red_square_wrapper {
  background-color: #bf2b48;
  min-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  padding: 3px;
  color: white;
}
body.wireframe .paged_objects_list table tbody tr.list_item td.decimal_travel_time,
body.wireframe .paged_objects_list table tbody tr.list_item td.unit_travel_time {
  text-align: center;
}
body.wireframe .paged_objects_list table tbody tr.list_item td.expense {
  text-align: center;
}
body.wireframe .paged_objects_list table tbody tr.list_item.blue {
  border-left: 3px solid #4a72ec;
  background-color: rgba(74, 114, 236, 0.07);
}
body.wireframe .paged_objects_list table tbody tr.list_item.blue td.options a:hover {
  background-color: rgba(74, 114, 236, 0.1);
}
body.wireframe .paged_objects_list table tbody tr.list_item.red {
  border-left: 3px solid #ed3c5f;
  background-color: rgba(237, 60, 95, 0.07);
}
body.wireframe .paged_objects_list table tbody tr.list_item.red td.options a:hover {
  background-color: rgba(237, 60, 95, 0.1);
}
body.wireframe .paged_objects_list table tbody tr.list_item td.options a.delete_item:before {
  background-color: #bf2b48;
}
body.wireframe .paged_objects_list table tbody tr.list_item td.options a.delete_item:after {
  border-top-color: #bf2b48;
}
body.wireframe .paged_objects_list table tbody tr td {
  font-family: "ProximaNova";
  background: none !important;
  text-align: left;
  height: 40px;
  color: #2C3E50;
  font-size: 16px;
}
body.wireframe .paged_objects_list table tbody tr td.options {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  padding: 0;
}
body.wireframe .paged_objects_list table tbody tr td.options a {
  width: 40px;
  height: 40px;
  margin-right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #304568;
  text-decoration: none !important;
}
body.wireframe .paged_objects_list table tbody tr td.options a:hover {
  background-color: rgba(244, 245, 246, 0.5);
}
body.wireframe .paged_objects_list table tbody tr td.options a:hover.delete_item {
  color: #bf2b48;
}
body.wireframe .paged_objects_list .load_more_items {
  text-align: center;
}
body.wireframe .paged_objects_list .load_more_items td {
  text-align: center;
}
body.wireframe .paged_objects_list p.load_more_items {
  padding: 8px 0 8px 16px;
}
body.wireframe .paged_objects_list tr.list_break td {
  padding: 8px 25px;
}
body.wireframe .paged_objects_list tr.list_break hr {
  margin: 8px 0;
  border: 3px dotted #ccc;
  border-style: none none dotted;
  cursor: pointer;
}
body.wireframe .paged_objects_list div.list_break {
  padding: 8px 25px;
}
body.wireframe .paged_objects_list div.list_break hr {
  margin: 8px 0;
  border: 3px dotted #ccc;
  border-style: none none dotted;
  cursor: pointer;
}
body.wireframe #page_loading_indicator {
  position: absolute;
  top: -50px;
  right: 0;
  left: 0;
  z-index: 200000;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 140px;
  margin: auto;
  padding: 11px 20px;
  background-color: #516e89;
}
body.wireframe #page_loading_indicator span {
  color: white;
  font-size: 16px;
  text-align: center;
  margin-left: 10px;
}
body.wireframe #page_loading_indicator.spinning .load-spinner-wrapper {
  display: flex;
  align-items: center;
}
body.wireframe #page_loading_indicator.spinning .load-spinner-wrapper .load-spinner {
  animation: spin 1s infinite linear;
}
body.wireframe .load-spinner {
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-top-color: #FFF;
}
body.wireframe .loader-spinning {
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-top-color: #FFF;
  animation: spin 1s infinite linear;
}
body.wireframe .loader-spinning-dark {
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 3px solid #34495e;
  border-top-color: #FFF;
  animation: spin 1s infinite linear;
}
body.wireframe #ui-datepicker-div {
  width: 100%;
  max-width: 500px;
}
body.wireframe #flash_messages {
  position: absolute;
  right: 30px;
  bottom: 30px;
  margin: 0;
  padding: 0;
  z-index: 200000;
  list-style: outside none none;
}
body.wireframe #flash_messages .flash_message_wrapper {
  position: relative;
  margin: 0 0 5px;
  padding: 15px 10px;
  max-width: 350px;
  min-width: 250px;
  overflow: hidden;
  background: none;
  border-top: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-left: 5px solid;
  border-color: #243454;
  border-radius: 0;
  box-shadow: 0 1px 1px #d6d6d6;
  background-color: white;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
body.wireframe #flash_messages .flash_message_wrapper .flash_message_icon {
  order: 1;
  margin-top: 1px;
  margin-right: 15px;
}
body.wireframe #flash_messages .flash_message_wrapper .flash_message_icon i {
  color: #243454;
  font-size: 15px;
}
body.wireframe #flash_messages .flash_message_wrapper .flash_message {
  order: 2;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  flex-grow: 5;
}
body.wireframe #flash_messages .flash_message_wrapper .flash_message .flash_message_title span.message {
  font-size: 14px;
  font-weight: 500;
  color: #2C3E50;
  cursor: default;
}
body.wireframe #flash_messages .flash_message_wrapper .flash_message .flash_message_description {
  margin-top: 5px;
}
body.wireframe #flash_messages .flash_message_wrapper .flash_message .flash_message_description span {
  font-size: 16px;
  font-weight: 400;
  color: #9EA7B1;
  cursor: default;
}
body.wireframe #flash_messages .flash_message_wrapper .flash_message_link {
  order: 3;
  margin-left: 15px;
  display: flex;
  align-items: center;
}
body.wireframe #flash_messages .flash_message_wrapper .flash_message_link a.flash_permalink {
  background-color: transparent;
  border-radius: 2px;
  color: #243454;
  border: 1px solid transparent;
  font-size: 10px;
  text-decoration: none;
  padding: 5px 7.5px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe #flash_messages .flash_message_wrapper .flash_message_link a.flash_permalink a {
  color: #243454;
  text-decoration: none !important;
}
body.wireframe #flash_messages .flash_message_wrapper .flash_message_link a.flash_permalink::before {
  content: "\f105";
  font-family: 'Font Awesome 6 Free';
  color: #243454;
  font-weight: 600;
  font-size: 9px;
  margin-right: 5px;
}
body.wireframe #flash_messages .flash_message_wrapper .flash_message_link a.flash_permalink:hover {
  border-color: #f4f5f6;
  box-shadow: 1px 1px 4px #f4f5f6;
  background-color: #f4f5f6;
}
body.wireframe #flash_messages .flash_message_wrapper .flash_message_link a.flash_permalink:before {
  font-size: 16px;
  margin-right: 0;
}
body.wireframe #flash_messages .flash_message_wrapper.success {
  border-color: #48bf2b;
}
body.wireframe #flash_messages .flash_message_wrapper.success i {
  color: #48bf2b;
}
body.wireframe #flash_messages .flash_message_wrapper.success a.flash_permalink:before {
  color: #48bf2b;
}
body.wireframe #flash_messages .flash_message_wrapper.error {
  border-color: #bf2b48;
}
body.wireframe #flash_messages .flash_message_wrapper.error i {
  color: #bf2b48;
}
body.wireframe #flash_messages .flash_message_wrapper.error a.flash_permalink:before {
  color: #bf2b48;
}
body.wireframe .filter_criteria {
  text-align: center;
  padding: 30px;
}
body.wireframe .filter_criteria .filter_criteria_head {
  padding: 8px 0;
  cursor: pointer;
  background: #dfe0d7;
}
body.wireframe .filter_criteria .filter_criteria_head .filter_criteria_picker {
  float: left;
}
body.wireframe .filter_criteria .filter_criteria_head .filter_criteria_options {
  width: 500px;
  float: right;
}
body.wireframe .filter_criteria .filter_criteria_head .filter_criteria_options ul {
  padding: 0;
  margin: 0;
}
body.wireframe .filter_criteria .filter_criteria_head .filter_criteria_options ul li {
  list-style: none;
  float: left;
  padding-right: 5px;
}
body.wireframe .filter_criteria .filter_criteria_head .filter_criteria_run {
  float: right;
}
body.wireframe .filter_criteria .filter_criteria_body {
  text-align: left;
  background: #e9eae0;
}
body.wireframe .filter_criteria .filter_criteria_body > table {
  width: auto;
}
body.wireframe .filter_criteria .filter_criteria_body > table tr.criterion:hover {
  background-color: #dfe0d7;
}
body.wireframe .filter_criteria .filter_criteria_body > table td {
  padding: 5px;
  vertical-align: top;
}
body.wireframe .filter_criteria .filter_criteria_body > table td.report_select_label {
  padding-top: 7px;
  width: 130px;
}
body.wireframe .filter_criteria .filter_criteria_body > table td.report_select_select {
  width: 200px;
}
body.wireframe .filter_criteria .filter_criteria_body > table td.report_select_select select {
  max-width: 180px !important;
}
body.wireframe .filter_criteria .filter_criteria_body > table td.report_select_data {
  width: 400px;
}
body.wireframe .filter_criteria .filter_criteria_body .select_range {
  display: table;
  border: 0;
}
body.wireframe .filter_criteria .filter_criteria_body .select_range .select_date {
  display: table-row;
}
body.wireframe .filter_criteria .filter_criteria_body .select_range .select_date span {
  display: table-cell;
  padding-right: 5px;
}
body.wireframe .filter_criteria .filter_results.loading {
  text-align: center;
  padding: 40px 0;
}
body.wireframe .filter_criteria .filter_result_links {
  margin: 16px 0;
  text-align: center;
}
body.wireframe .filter_criteria .filter_result_links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.wireframe .filter_criteria .filter_result_links ul li {
  padding: 0 4px;
  display: inline;
}
body.wireframe .filter_criteria form .select-styled {
  top: -3px;
}
body.wireframe .filter_criteria form.expanded .filter_criteria_head .filter_criteria_head_inner .collapse-expand-toggle i {
  transform: rotateZ(90deg);
}
body.wireframe .filter_criteria form .filter_criteria_head {
  display: flex;
  background-color: #D9DFE5;
}
body.wireframe .filter_criteria form .filter_criteria_head:hover {
  background-color: #cad2db;
}
body.wireframe .filter_criteria form .filter_criteria_head .filter_criteria_head_inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex-basis: 100%;
  padding: 10px 30px;
}
body.wireframe .filter_criteria form .filter_criteria_head .filter_criteria_head_inner .filter_criteria_picker {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
body.wireframe .filter_criteria form .filter_criteria_head .filter_criteria_head_inner .filter_criteria_picker .collapse-expand-toggle {
  margin-right: 20px;
  font-size: 18px;
}
body.wireframe .filter_criteria form .filter_criteria_head .filter_criteria_head_inner .filter_criteria_picker .collapse-expand-toggle i {
  color: #304568;
  transition: 0.4s ease;
}
body.wireframe .filter_criteria form .filter_criteria_head .filter_criteria_head_inner .filter_criteria_picker .filter-picker {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
body.wireframe .filter_criteria form .filter_criteria_head .filter_criteria_head_inner .filter_criteria_picker .filter-picker span {
  font-size: 18px;
  font-weight: 500;
  color: #2C3E50;
  margin-right: 15px;
}
body.wireframe .filter_criteria form .filter_criteria_head .filter_criteria_head_inner .filter_criteria_picker .filter-picker select {
  min-width: 170px;
}
body.wireframe .filter_criteria form .filter_criteria_head .filter_criteria_head_inner .filter_criteria_options {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
body.wireframe .filter_criteria form .filter_criteria_head .filter_criteria_head_inner .filter_criteria_options ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
body.wireframe .filter_criteria form .filter_criteria_head .filter_criteria_head_inner .filter_criteria_options ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
}
body.wireframe .filter_criteria form .filter_criteria_head .filter_criteria_head_inner .filter_criteria_options ul li input {
  margin-right: 10px;
}
body.wireframe .filter_criteria form .filter_criteria_head .filter_criteria_head_inner .filter_criteria_options ul li label {
  font-weight: 500;
  cursor: default;
  border-bottom: none;
}
body.wireframe .filter_criteria form .filter_criteria_head .filter_criteria_head_inner .filter_criteria_run {
  order: 10;
}
body.wireframe .filter_criteria form .filter_criteria_head .filter_criteria_head_inner .filter_criteria_run button {
  background-color: #304568;
  border-radius: 2px;
  color: white;
  border: 1px solid #243454;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .filter_criteria form .filter_criteria_head .filter_criteria_head_inner .filter_criteria_run button a {
  color: white;
  text-decoration: none !important;
}
body.wireframe .filter_criteria form .filter_criteria_head .filter_criteria_head_inner .filter_criteria_run button::before {
  content: "\f0a9";
  font-family: 'Font Awesome 6 Free';
  color: white;
  font-weight: 600;
  font-size: 16px;
  margin-right: 10px;
}
body.wireframe .filter_criteria form .filter_criteria_head .filter_criteria_head_inner .filter_criteria_run button:hover {
  border-color: #243454;
  box-shadow: 1px 1px 4px #243454;
  background-color: #243454;
}
body.wireframe .filter_criteria form .filter_criteria_head .filter_criteria_head_inner .filter_criteria_run button:disabled {
  background-color: #ECF0F1;
}
body.wireframe .filter_criteria form .filter_criteria_body {
  background-color: #f4f5f6;
  padding: 10px 0;
}
body.wireframe .filter_criteria form .filter_criteria_body td {
  padding: 10px;
}
body.wireframe .filter_criteria form .filter_criteria_body table .select {
  overflow: hidden;
}
body.wireframe .filter_criteria form .filter_criteria_body table tbody tr {
  padding: 10px 0;
}
body.wireframe .filter_criteria form .filter_criteria_body table tbody tr td.report_select_label {
  padding-top: 20px;
  font-size: 16px;
}
body.wireframe .filter_criteria form .filter_criteria_body table tbody tr td.report_select_data .select_date {
  display: flex;
  flex-direction: row;
  align-items: center;
}
body.wireframe .filter_criteria form .filter_criteria_body table tbody tr td.report_select_data .select_date button {
  outline: none;
  margin-left: 5px;
  background-color: transparent;
  border-radius: 2px;
  color: #2C3E50;
  border: 1px solid transparent;
  font-size: 10px;
  text-decoration: none;
  padding: 0px 7.5px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .filter_criteria form .filter_criteria_body table tbody tr td.report_select_data .select_date button i {
  margin-right: 5px;
  font-size: 10px;
}
body.wireframe .filter_criteria form .filter_criteria_body table tbody tr td.report_select_data .select_date button a {
  color: #2C3E50;
  text-decoration: none !important;
}
body.wireframe .filter_criteria form .filter_criteria_body table tbody tr td.report_select_data .select_date button span {
  font-weight: 400;
}
body.wireframe .filter_criteria form .filter_criteria_body table tbody tr td.report_select_data .select_date button:hover {
  box-shadow: 1px 1px 4px transparent;
  background-color: transparent;
}
body.wireframe .filter_criteria form .filter_criteria_body table tbody tr td.report_select_data .select_date button i {
  font-size: 22px;
}
body.wireframe .filter_criteria form .filter_criteria_body table tbody tr td.report_select_data .select_date input {
  border: none;
  box-shadow: 0 1px 3px #d6d6d6;
  outline: none;
  height: 35px;
  padding: 5px 10px;
  color: #2C3E50;
  font-size: 16px;
  width: 230px;
  position: relative;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .filter_criteria form .filter_criteria_body table tbody tr td.report_select_data .select_date input:hover {
  cursor: pointer;
  box-shadow: 0 2px 4px #d6d6d6;
}
body.wireframe .filter_criteria form .filter_criteria_body table tfoot td.filter_buttons button:not(:last-child) {
  margin-right: 10px;
}
body.wireframe .filter_criteria form .filter_criteria_body table tfoot td.filter_buttons button.default {
  background-color: #304568;
  border-radius: 2px;
  color: white;
  border: 1px solid #243454;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .filter_criteria form .filter_criteria_body table tfoot td.filter_buttons button.default a {
  color: white;
  text-decoration: none !important;
}
body.wireframe .filter_criteria form .filter_criteria_body table tfoot td.filter_buttons button.default::before {
  content: "\f0a9";
  font-family: 'Font Awesome 6 Free';
  color: white;
  font-weight: 600;
  font-size: 16px;
  margin-right: 10px;
}
body.wireframe .filter_criteria form .filter_criteria_body table tfoot td.filter_buttons button.default:hover {
  border-color: #243454;
  box-shadow: 1px 1px 4px #243454;
  background-color: #243454;
}
body.wireframe .filter_criteria form .filter_criteria_body table tfoot td.filter_buttons button.default:disabled {
  background-color: #ECF0F1;
}
body.wireframe .filter_criteria form .filter_criteria_body table tfoot td.filter_buttons button.filter_save_button {
  background-color: #4fd02f;
  border-radius: 2px;
  color: white;
  border: 1px solid #48bf2b;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .filter_criteria form .filter_criteria_body table tfoot td.filter_buttons button.filter_save_button a {
  color: white;
  text-decoration: none !important;
}
body.wireframe .filter_criteria form .filter_criteria_body table tfoot td.filter_buttons button.filter_save_button::before {
  content: "\f0c7";
  font-family: 'Font Awesome 6 Free';
  color: white;
  font-weight: 600;
  font-size: 16px;
  margin-right: 10px;
}
body.wireframe .filter_criteria form .filter_criteria_body table tfoot td.filter_buttons button.filter_save_button:hover {
  border-color: #48bf2b;
  box-shadow: 1px 1px 4px #48bf2b;
  background-color: #48bf2b;
}
body.wireframe .filter_criteria form .filter_criteria_body table tfoot td.filter_buttons button.filter_save_button:disabled {
  background-color: #ECF0F1;
}
body.wireframe .filter_criteria form .filter_criteria_body table tfoot td.filter_buttons button.filter_delete_button {
  background-color: rgba(237, 60, 95, 0.2);
  border-radius: 2px;
  color: #bf2b48;
  border: 1px solid rgba(237, 60, 95, 0.2);
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .filter_criteria form .filter_criteria_body table tfoot td.filter_buttons button.filter_delete_button a {
  color: #bf2b48;
  text-decoration: none !important;
}
body.wireframe .filter_criteria form .filter_criteria_body table tfoot td.filter_buttons button.filter_delete_button::before {
  content: "\f1f8";
  font-family: 'Font Awesome 6 Free';
  color: #bf2b48;
  font-weight: 600;
  font-size: 16px;
  margin-right: 10px;
}
body.wireframe .filter_criteria form .filter_criteria_body table tfoot td.filter_buttons button.filter_delete_button:hover {
  border-color: #ed3c5f;
  box-shadow: 1px 1px 4px #ed3c5f;
  background-color: #ed3c5f;
}
body.wireframe .filter_criteria form .filter_criteria_body table tfoot td.filter_buttons button.filter_delete_button:disabled {
  background-color: #ECF0F1;
}
body.wireframe .filter_criteria form .filter_criteria_body table tfoot td.filter_buttons button.filter_delete_button:hover {
  color: white;
}
body.wireframe .filter_criteria form .filter_criteria_body table tfoot td.filter_buttons button.filter_delete_button:hover:before {
  color: white;
}
body.wireframe .filter_criteria .report_action_command_panel {
  display: flex;
  justify-content: right;
}
body.wireframe .filter_criteria .report_action_command_panel div {
  margin-left: 15px;
}
body.wireframe .filter_criteria .tracking_report_result_group_wrapper,
body.wireframe .filter_criteria .report_result_group_wrapper {
  margin: 40px 0;
}
body.wireframe .filter_criteria .tracking_report_result_group_wrapper h2,
body.wireframe .filter_criteria .report_result_group_wrapper h2 {
  margin: 10px auto !important;
  max-width: 1500px;
  text-align: left;
  font-size: 22px;
  font-weight: 500;
  background-color: transparent !important;
}
body.wireframe .filter_criteria .tracking_report_result_group_wrapper table.records_list,
body.wireframe .filter_criteria .report_result_group_wrapper table.records_list {
  background-color: white !important;
}
body.wireframe .filter_criteria .tracking_report_result_group_wrapper table.records_list tfoot tr.footer_row td,
body.wireframe .filter_criteria .report_result_group_wrapper table.records_list tfoot tr.footer_row td {
  padding: 20px 20px 10px 20px;
  font-size: 16px;
  font-weight: 500;
}
body.wireframe .filter_criteria .tracking_report_result_group_wrapper table.records_list tfoot tr.footer_row.grand-total td,
body.wireframe .filter_criteria .report_result_group_wrapper table.records_list tfoot tr.footer_row.grand-total td {
  padding: 10px 20px 10px 20px;
}
body.wireframe .filter_criteria .tracking_report_result_group_wrapper table.records_list tfoot tr.total td,
body.wireframe .filter_criteria .report_result_group_wrapper table.records_list tfoot tr.total td {
  font-weight: 600;
}
body.wireframe .filter_criteria .filter_results {
  margin-top: 15px;
  background-color: #f4f5f6;
  padding: 20px;
}
body.wireframe .filter_criteria .filter_results:empty {
  background-color: transparent;
}
body.wireframe .filter_criteria .filter_results .filter_result_links ul a:not(:last-child) {
  margin-right: 5px;
}
body.wireframe .filter_criteria .filter_results .filter_result_links ul .download-button {
  background-color: #304568;
  border-radius: 2px;
  color: white;
  border: 1px solid #243454;
  font-size: 10px;
  text-decoration: none;
  padding: 5px 7.5px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .filter_criteria .filter_results .filter_result_links ul .download-button:not(:last-child) {
  margin-right: 5px;
}
body.wireframe .filter_criteria .filter_results .filter_result_links ul .download-button a {
  color: white;
  text-decoration: none !important;
}
body.wireframe .filter_criteria .filter_results .filter_result_links ul .download-button::before {
  content: "\f019";
  font-family: 'Font Awesome 6 Free';
  color: white;
  font-weight: 600;
  font-size: 9px;
  margin-right: 5px;
}
body.wireframe .filter_criteria .filter_results .filter_result_links ul .download-button:hover {
  border-color: #304568;
  box-shadow: 1px 1px 4px #304568;
  background-color: #304568;
}
body.wireframe .filter_criteria .action_results {
  margin-top: 15px;
  background-color: #f4f5f6;
  padding: 20px;
  font-size: 18px;
}
body.wireframe .filter_criteria .action_results:empty {
  background-color: transparent;
}
body.wireframe .filter_criteria .action_results.success {
  border-color: #4fd02f;
  border-width: 2px;
  border-style: solid;
}
body.wireframe .filter_criteria .action_results.error {
  border-color: #ed3c5f;
  border-width: 2px;
  border-style: solid;
}
body.wireframe #flyout_form_wrapper table {
  width: 100% !important;
  background-color: #f4f5f6;
}
body.wireframe #flyout_form_wrapper table.multiupload_table {
  background-color: white !important;
}
body.wireframe #flyout_form_wrapper table.multiupload_table .file_input_container .placeholder {
  width: initial;
}
body.wireframe #flyout_form_wrapper table.multiupload_table .file_input_container .placeholder .placeholder-icon {
  width: 15px;
  margin-left: -15px;
  margin-right: 10px;
}
body.wireframe #flyout_form_wrapper table.multiupload_table .file_input_container .placeholder .placeholder-icon.success {
  color: #48bf2b;
}
body.wireframe #flyout_form_wrapper table.multiupload_table .file_input_container .placeholder .placeholder-icon.success:before {
  content: "\f00c";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
}
body.wireframe #flyout_form_wrapper table.multiupload_table .file_input_container .placeholder .placeholder-icon.error {
  color: #bf2b48;
}
body.wireframe #flyout_form_wrapper table.multiupload_table .file_input_container .placeholder .placeholder-icon.error:before {
  content: "\f06a";
}
body.wireframe #flyout_form_wrapper table.multiupload_table .file_input_container span.original_name {
  width: 328px;
  display: block;
  overflow: hidden;
  margin-top: -26px;
  height: 21px;
}
body.wireframe #flyout_form_wrapper table td.select_all_col,
body.wireframe #flyout_form_wrapper table td.action_col {
  padding: 5px 20px !important;
}
body.wireframe #flyout_form_wrapper table thead tr th {
  font-family: "ProximaNova";
  text-align: left;
  background: none !important;
  text-transform: uppercase;
  color: #BDC3C7;
  font-size: 12px;
}
body.wireframe #flyout_form_wrapper table.multiupload_table thead tr th.file_date {
  width: 110px;
}
body.wireframe #flyout_form_wrapper table.multiupload_table thead tr th.description {
  width: 50px;
}
body.wireframe #flyout_form_wrapper table.multiupload_table thead tr th.category {
  width: 20px;
}
body.wireframe #flyout_form_wrapper table.multiupload_table thead tr th.enc {
  width: 20px;
}
body.wireframe #flyout_form_wrapper table tbody tr {
  border-top: 1px solid rgba(48, 69, 104, 0.1);
  border-left: 3px solid transparent;
}
body.wireframe #flyout_form_wrapper table tbody tr.record.blue {
  border-left: 3px solid #4a72ec;
  background-color: rgba(74, 114, 236, 0.07);
}
body.wireframe #flyout_form_wrapper table tbody tr.record.blue td.options a:hover {
  background-color: rgba(74, 114, 236, 0.1);
}
body.wireframe #flyout_form_wrapper table tbody tr.record.red {
  border-left: 3px solid #ed3c5f;
  background-color: rgba(237, 60, 95, 0.07);
}
body.wireframe #flyout_form_wrapper table tbody tr.record.red td.options a:hover {
  background-color: rgba(237, 60, 95, 0.1);
}
body.wireframe #flyout_form_wrapper table tbody tr.record td.options a.delete_item:before {
  background-color: #bf2b48;
}
body.wireframe #flyout_form_wrapper table tbody tr.record td.options a.delete_item:after {
  border-top-color: #bf2b48;
}
body.wireframe #flyout_form_wrapper table tbody tr.record_supplement {
  border-left: 3px solid #4fd02f;
  background-color: rgba(79, 208, 47, 0.07);
}
body.wireframe #flyout_form_wrapper table tbody tr.record_supplement td {
  height: initial;
  font-size: 10px;
}
body.wireframe #flyout_form_wrapper table tbody tr.record_supplement td.options a:hover {
  background-color: rgba(237, 60, 95, 0.1);
}
body.wireframe #flyout_form_wrapper table tbody tr.record_supplement.error {
  border-left: 3px solid #ed3c5f;
  background-color: rgba(237, 60, 95, 0.07);
}
body.wireframe #flyout_form_wrapper table tbody tr td {
  font-family: "ProximaNova";
  background: none !important;
  text-align: left;
  height: 40px;
  color: #2C3E50;
  font-size: 16px;
}
body.wireframe #flyout_form_wrapper table tbody tr td:last-child {
  padding-right: 10px !important;
}
body.wireframe #flyout_form_wrapper table tbody tr td.options {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  padding: 0;
}
body.wireframe #flyout_form_wrapper table tbody tr td.options a {
  width: 40px;
  height: 40px;
  margin-right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #304568;
  text-decoration: none !important;
}
body.wireframe #flyout_form_wrapper table tbody tr td.options a:hover {
  background-color: rgba(244, 245, 246, 0.5);
}
body.wireframe #flyout_form_wrapper table tbody tr td.options a:hover.delete_item {
  color: #bf2b48;
}
body.wireframe .filert_widget {
  box-shadow: none !important;
}
body.wireframe .mce-tinymce {
  border-width: 0 !important;
}
body.wireframe .datepicker_widget {
  display: flex;
  flex-direction: row !important;
  align-items: center !important;
}
body.wireframe .datepicker_widget button.ui-datepicker-trigger {
  font-size: 18px;
  outline: none;
}
body.wireframe .datepicker_widget button.ui-datepicker-trigger:hover {
  cursor: pointer;
}
.billable_hours_chart {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  justify-content: space-evenly;
  margin-bottom: 20px;
  padding: 20px;
}
.billable_hours_chart .billable_hours_username {
  background-color: #f4f5f6;
  color: #2C3E50;
  font-size: 18px;
  font-weight: 500;
  padding: 5px;
  text-align: center;
}
.billable_hours_chart .billable_hours_username:hover {
  cursor: none;
}
.billable_hours_chart .billable_hours_dials {
  display: flex;
  flex-direction: row;
  flex-basis: 100%;
  justify-content: space-evenly;
}
.billable_hours_chart .billable_hours_dials:hover {
  cursor: pointer;
}
.billable_hours_chart .billable_hours_dials .chart-container {
  margin: 5px 0;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-header {
  padding: 5px 10px;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-header h3 {
  color: #9EA7B1;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body {
  position: relative;
  min-width: 215px;
  min-height: 220px;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .outer-chart-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .inner-chart-wrapper {
  position: absolute;
  top: 50px;
  right: 50px;
  bottom: 50px;
  left: 50px;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-monthly.billable-hours-behind + .chart-info .completed-info,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-weekly.billable-hours-behind + .chart-info .completed-info,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-quarterly.billable-hours-behind + .chart-info .completed-info {
  background-color: rgba(36, 52, 84, 0.2);
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-monthly.billable-hours-behind + .chart-info .completed-info .chart-line,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-weekly.billable-hours-behind + .chart-info .completed-info .chart-line,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-quarterly.billable-hours-behind + .chart-info .completed-info .chart-line {
  border-left-color: #243454;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-monthly.billable-hours-behind + .chart-info .target-info,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-weekly.billable-hours-behind + .chart-info .target-info,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-quarterly.billable-hours-behind + .chart-info .target-info {
  background-color: rgba(158, 167, 177, 0.2);
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-monthly.billable-hours-behind + .chart-info .target-info .chart-line,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-weekly.billable-hours-behind + .chart-info .target-info .chart-line,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-quarterly.billable-hours-behind + .chart-info .target-info .chart-line {
  border-left-color: #9EA7B1;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-monthly.billable-hours-behind .ct-fill-donut-label .fill-donut-text .info-values,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-weekly.billable-hours-behind .ct-fill-donut-label .fill-donut-text .info-values,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-quarterly.billable-hours-behind .ct-fill-donut-label .fill-donut-text .info-values,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-monthly.billable-hours-behind .ct-fill-donut-label .fill-donut-text .ahead-behind,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-weekly.billable-hours-behind .ct-fill-donut-label .fill-donut-text .ahead-behind,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-quarterly.billable-hours-behind .ct-fill-donut-label .fill-donut-text .ahead-behind {
  color: #243454;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-monthly.billable-hours-behind .ct-fill-donut-label .fill-donut-text .info-values .value,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-weekly.billable-hours-behind .ct-fill-donut-label .fill-donut-text .info-values .value,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-quarterly.billable-hours-behind .ct-fill-donut-label .fill-donut-text .info-values .value,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-monthly.billable-hours-behind .ct-fill-donut-label .fill-donut-text .ahead-behind .value,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-weekly.billable-hours-behind .ct-fill-donut-label .fill-donut-text .ahead-behind .value,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-quarterly.billable-hours-behind .ct-fill-donut-label .fill-donut-text .ahead-behind .value {
  color: #243454;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-monthly.billable-hours-ahead.target-hit .ct-fill-donut-label .fill-donut-text:before,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-weekly.billable-hours-ahead.target-hit .ct-fill-donut-label .fill-donut-text:before,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-quarterly.billable-hours-ahead.target-hit .ct-fill-donut-label .fill-donut-text:before {
  content: "\f164";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  text-align: center;
  font-size: 32px;
  margin-bottom: 10px;
  color: #48bf2b;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-monthly.billable-hours-ahead.target-hit .ct-fill-donut-label .fill-donut-text .info-values,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-weekly.billable-hours-ahead.target-hit .ct-fill-donut-label .fill-donut-text .info-values,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-quarterly.billable-hours-ahead.target-hit .ct-fill-donut-label .fill-donut-text .info-values {
  display: none;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-monthly.billable-hours-ahead + .chart-info .completed-info,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-weekly.billable-hours-ahead + .chart-info .completed-info,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-quarterly.billable-hours-ahead + .chart-info .completed-info {
  background-color: rgba(72, 191, 43, 0.2);
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-monthly.billable-hours-ahead + .chart-info .completed-info .chart-line,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-weekly.billable-hours-ahead + .chart-info .completed-info .chart-line,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-quarterly.billable-hours-ahead + .chart-info .completed-info .chart-line {
  border-left-color: #48bf2b;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-monthly.billable-hours-ahead + .chart-info .target-info,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-weekly.billable-hours-ahead + .chart-info .target-info,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-quarterly.billable-hours-ahead + .chart-info .target-info {
  background-color: rgba(158, 167, 177, 0.2);
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-monthly.billable-hours-ahead + .chart-info .target-info .chart-line,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-weekly.billable-hours-ahead + .chart-info .target-info .chart-line,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-quarterly.billable-hours-ahead + .chart-info .target-info .chart-line {
  border-left-color: #9EA7B1;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-monthly.billable-hours-ahead .ct-fill-donut-label .fill-donut-text .info-values,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-weekly.billable-hours-ahead .ct-fill-donut-label .fill-donut-text .info-values,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-quarterly.billable-hours-ahead .ct-fill-donut-label .fill-donut-text .info-values,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-monthly.billable-hours-ahead .ct-fill-donut-label .fill-donut-text .ahead-behind,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-weekly.billable-hours-ahead .ct-fill-donut-label .fill-donut-text .ahead-behind,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-quarterly.billable-hours-ahead .ct-fill-donut-label .fill-donut-text .ahead-behind {
  color: #48bf2b;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-monthly.billable-hours-ahead .ct-fill-donut-label .fill-donut-text .info-values .value,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-weekly.billable-hours-ahead .ct-fill-donut-label .fill-donut-text .info-values .value,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-quarterly.billable-hours-ahead .ct-fill-donut-label .fill-donut-text .info-values .value,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-monthly.billable-hours-ahead .ct-fill-donut-label .fill-donut-text .ahead-behind .value,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-weekly.billable-hours-ahead .ct-fill-donut-label .fill-donut-text .ahead-behind .value,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-quarterly.billable-hours-ahead .ct-fill-donut-label .fill-donut-text .ahead-behind .value {
  color: #48bf2b;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .chart-info {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  visibility: hidden;
  background-color: white;
  border-radius: 3px;
  z-index: 20;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: initial !important;
  border: none;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .chart-info.info-visible {
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .chart-info.weekly .completed-info .info-label .chart-line {
  border-left-width: 5px;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .chart-info.weekly .target-info .info-label .chart-line {
  border-left-width: 3px;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .chart-info.monthly .completed-info .info-label .chart-line {
  border-left-width: 5px;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .chart-info.monthly .target-info .info-label .chart-line {
  border-left-width: 3px;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .chart-info.quarterly .completed-info .info-label .chart-line {
  border-left-width: 5px;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .chart-info.quarterly .target-info .info-label .chart-line {
  border-left-width: 3px;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .chart-info .completed-info,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .chart-info .target-info {
  width: 100%;
  height: 50%;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .chart-info .completed-info .info-label,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .chart-info .target-info .info-label {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 5px;
  font-weight: 500;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .chart-info .completed-info .info-label .chart-line,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .chart-info .target-info .info-label .chart-line {
  width: 3px;
  border-radius: 5px;
  border-left-width: 3px;
  border-style: solid;
  border-left-color: #BDC3C7;
  margin-right: 10px;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .chart-info .completed-info {
  margin-bottom: 10px;
  background-color: rgba(189, 195, 199, 0.3);
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .chart-info .target-info {
  background-color: rgba(189, 195, 199, 0.3);
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .info-values {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  position: relative;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .info-values .value {
  font-size: 38px;
  color: #2C3E50;
  font-weight: 500;
  line-height: 1.4;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .info-values .unit {
  color: #9EA7B1;
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
  margin-left: 3px;
  line-height: 1.4;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .inner-chart {
  z-index: 20;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .outer-chart {
  z-index: 10;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-weekly {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-monthly {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-quarterly {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-slice-donut {
  stroke-linecap: round;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-fill-donut-label {
  left: 0 !important;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-fill-donut-label .fill-donut-text {
  display: flex;
  flex-direction: column;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-fill-donut-label .fill-donut-text .ahead-behind {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
}
.picker .picker__table {
  background-color: white;
}
.notifications-badge {
  position: absolute;
  left: 15px;
  bottom: 15px;
  border-radius: 10px;
  width: 15px;
  height: 15px;
  text-align: center;
}
.notifications-badge.activated {
  background-color: red;
}
@media screen and (max-width: 1024px) {
  body.wireframe.backend_login {
    min-height: 550px;
  }
  body.wireframe.backend_login #login_splash .overlay-layer {
    justify-content: flex-end;
    flex-direction: column;
    align-items: center;
  }
  body.wireframe.backend_login #login_splash .overlay-layer img {
    width: 150px;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
  }
  body.wireframe.backend_login #content {
    background-color: transparent;
    position: absolute;
    justify-content: center;
    display: flex;
    align-items: center;
    width: 100%;
    height: 90%;
    padding: 30px;
  }
  body.wireframe.backend_login #content .login_form {
    padding-bottom: 60px;
  }
  body.wireframe.backend_login #content .login_form .welcome-message h3 {
    color: rgba(255, 255, 255, 0.87);
  }
  body.wireframe.backend_login #content .login_form .welcome-message span {
    color: rgba(255, 255, 255, 0.7);
  }
  body.wireframe.backend_login #content .login_form #auth_dialog form .control_holder label {
    color: white;
  }
  body.wireframe.backend_login #content .login_form #auth_dialog form .control_holder input {
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 1px 3px #243454;
  }
  body.wireframe.backend_login #content .login_form #auth_dialog form .login_action .button_holder button {
    background-color: transparent;
    border-radius: 2px;
    color: white;
    border: 1px solid white;
    font-size: 16px;
    text-decoration: none;
    padding: 10px 15px;
    cursor: pointer;
    font-family: "ProximaNova";
    line-height: 1;
    transition: box-shadow 0.1s ease-in-out;
  }
  body.wireframe.backend_login #content .login_form #auth_dialog form .login_action .button_holder button a {
    color: white;
    text-decoration: none !important;
  }
  body.wireframe.backend_login #content .login_form #auth_dialog form .login_action .button_holder button:hover {
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    background-color: rgba(0, 0, 0, 0.95);
  }
  body.wireframe.backend_login #content .login_form #auth_dialog form .login_action .button_holder button:disabled {
    background-color: #ECF0F1;
  }
  body.wireframe.backend_login #content .login_form #auth_dialog form .login_action .button_holder button.red {
    background-color: transparent;
    border-radius: 2px;
    color: white;
    border: 1px solid #bf2b48;
    font-size: 16px;
    text-decoration: none;
    padding: 10px 15px;
    cursor: pointer;
    font-family: "ProximaNova";
    line-height: 1;
    transition: box-shadow 0.1s ease-in-out;
  }
  body.wireframe.backend_login #content .login_form #auth_dialog form .login_action .button_holder button.red a {
    color: white;
    text-decoration: none !important;
  }
  body.wireframe.backend_login #content .login_form #auth_dialog form .login_action .button_holder button.red:hover {
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    background-color: rgba(0, 0, 0, 0.95);
  }
  body.wireframe.backend_login #content .login_form #auth_dialog form .login_action .button_holder button.red:disabled {
    background-color: #ECF0F1;
  }
  body.wireframe.backend_login #content .login_form #auth_dialog form .login_action .button_holder button:hover {
    background-color: transparent;
  }
  body.wireframe.backend_login #content .login_form #auth_dialog .invalid-credentials {
    color: #EBEB44;
  }
  div.choicert_widget input.custom-combobox-input {
    width: 400px;
  }
}
@media screen and (max-width: 320px) {
  body.wireframe.backend_login #content {
    padding: 15px;
  }
}
body.wireframe .main-content-wrapper.mobile {
  position: static;
}
body.wireframe .main-content-wrapper.mobile.fullscreen-form .page_header {
  justify-content: center !important;
}
body.wireframe .main-content-wrapper.mobile.fullscreen-form .save button {
  background-color: white;
  border-radius: 2px;
  color: #243454;
  border: 1px solid #243454;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .main-content-wrapper.mobile.fullscreen-form .save button a {
  color: #243454;
  text-decoration: none !important;
}
body.wireframe .main-content-wrapper.mobile.fullscreen-form .save button::before {
  content: '\f0c7';
  font-family: 'Font Awesome 6 Free';
  color: #243454;
  font-weight: 600;
  font-size: 16px;
  margin-right: 10px;
}
body.wireframe .main-content-wrapper.mobile.fullscreen-form .save button:hover {
  box-shadow: 1px 1px 4px rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.95);
}
body.wireframe .main-content-wrapper.mobile.fullscreen-form .save button:disabled {
  background-color: #ECF0F1;
}
body.wireframe .main-content-wrapper.mobile.fullscreen-form #wireframe_main_container {
  overflow-y: scroll;
}
body.wireframe .main-content-wrapper.mobile .homepage {
  padding: 10px !important;
}
body.wireframe .main-content-wrapper.mobile #wireframe_page_tabs {
  box-shadow: 0 1px 3px #D6D6D6;
  height: 60px !important;
  padding: 0 20px !important;
}
body.wireframe .main-content-wrapper.mobile #wireframe_page_title {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
body.wireframe .main-content-wrapper.mobile #wireframe_page_title .switch-to-sugar-button {
  color: white;
  font-size: 16px;
}
body.wireframe .main-content-wrapper.mobile #wireframe_page_title .mobile_logout {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
body.wireframe .main-content-wrapper.mobile #wireframe_page_title .mobile_logout .mobile-logout-button {
  color: white;
  display: flex;
  align-items: center;
}
body.wireframe .main-content-wrapper.mobile #wireframe_page_title .mobile_logout .mobile-logout-button i {
  font-size: 16px;
  margin-right: 10px;
}
body.wireframe .main-content-wrapper.mobile #wireframe_page_title .mobile_logout .mobile-logout-button span {
  font-size: 16px;
  font-weight: 400;
}
body.wireframe .main-content-wrapper.mobile .mobile-widget-wrapper {
  margin: 0 15px;
}
body.wireframe .main-content-wrapper.mobile .mobile-widget-wrapper .widget .amb-notification {
  max-width: initial;
}
body.wireframe .main-content-wrapper.mobile #wireframe_main_container {
  top: 60px !important;
}
body.wireframe .main-content-wrapper.mobile #wireframe_main_container #wireframe_content {
  padding: 0 !important;
}
body.wireframe .main-content-wrapper.mobile #wireframe_main_container #wireframe_content.homepage > div {
  margin: 0 !important;
}
body.wireframe .main-content-wrapper.mobile #wireframe_main_container #wireframe_content .mobile-header-background {
  background-position: center;
  background-size: cover;
  background-color: #243454;
  width: 100%;
  max-height: 325px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body.wireframe .main-content-wrapper.mobile #wireframe_main_container #wireframe_content .gradient-color {
  background-image: linear-gradient(rgba(32, 51, 84, 0.85), rgba(66, 95, 122, 0.5));
  width: 100%;
  height: 100%;
}
body.wireframe .main-content-wrapper.mobile #wireframe_main_container #wireframe_content .mobile-greeting-message {
  position: relative;
  padding: 35px 20px;
}
body.wireframe .main-content-wrapper.mobile #wireframe_main_container #wireframe_content .mobile-greeting-message span {
  color: white;
  font-size: 32px;
  font-weight: 500;
}
body.wireframe .main-content-wrapper.mobile #wireframe_main_container #wireframe_content .mobile-greeting-message span.thin-text {
  font-weight: 300;
}
body.wireframe .main-content-wrapper.mobile #wireframe_main_container #wireframe_content .body {
  margin: 0 !important;
  padding: 0 0 100px 0 !important;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 400;
}
body.wireframe .main-content-wrapper.mobile #wireframe_main_container #wireframe_content .body .billable_hours_chart {
  padding: 0;
}
body.wireframe .main-content-wrapper.mobile #wireframe_main_container #wireframe_content .body .billable_hours_chart .billable_hours_dials {
  justify-content: center;
}
body.wireframe .main-content-wrapper.mobile #wireframe_main_container #wireframe_content .body .billable_hours_chart .billable_hours_dials .chart-container {
  background-color: #f4f5f6;
  padding: 10px;
  border-radius: 5px;
  width: 100%;
  box-shadow: 0px 1px 3px #D6D6D6;
}
body.wireframe .main-content-wrapper.mobile #wireframe_main_container #wireframe_content .body .billable_hours_chart .billable_hours_dials .chart-container .chart-header {
  color: #243454;
}
body.wireframe .main-content-wrapper.mobile #wireframe_main_container #wireframe_content .body .notifications-widget {
  display: none;
}
body.wireframe .main-content-wrapper.mobile #wireframe_main_container #wireframe_content .body .notifications-widget .accordion-card-body {
  padding: 0 20px;
}
body.wireframe .main-content-wrapper.mobile #wireframe_main_container #wireframe_content .body .most-recent-encounters {
  display: none;
}
body.wireframe .main-content-wrapper.mobile #wireframe_main_container #wireframe_content .body .accordion {
  margin-bottom: 100px;
}
body.wireframe .main-content-wrapper.mobile #wireframe_main_container #wireframe_content .body .accordion .accordion-card {
  background-color: #f4f5f6;
  border-radius: 5px;
  border: none;
  box-shadow: 0px 1px 3px #D6D6D6;
  margin: 10px 0;
}
body.wireframe .main-content-wrapper.mobile #wireframe_main_container #wireframe_content .body .accordion .accordion-card-header {
  display: flex;
  align-items: center;
  height: 85px;
  box-shadow: none;
  border: 0;
  background-color: transparent;
  padding: 0 20px;
}
body.wireframe .main-content-wrapper.mobile #wireframe_main_container #wireframe_content .body .accordion .accordion-card-body {
  min-height: 300px;
}
body.wireframe .main-content-wrapper.mobile #wireframe_main_container .mobile-new-encounter {
  position: fixed;
  bottom: 85px;
  left: 15px;
  right: 15px;
  z-index: 500;
  display: flex;
  justify-content: center;
}
body.wireframe .main-content-wrapper.mobile #wireframe_main_container .mobile-new-encounter a {
  background-color: #304568;
  border-radius: 2px;
  color: white;
  border: 1px solid #243454;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
  display: flex;
  justify-content: center;
  align-content: center;
  text-transform: uppercase;
  font-size: 16px;
  padding: 16px;
  text-align: center;
  border-radius: 25px;
  box-shadow: 1px 1px 4px #BDC3C7;
}
body.wireframe .main-content-wrapper.mobile #wireframe_main_container .mobile-new-encounter a a {
  color: white;
  text-decoration: none !important;
}
body.wireframe .main-content-wrapper.mobile #wireframe_main_container .mobile-new-encounter a:hover {
  box-shadow: 1px 1px 4px rgba(48, 69, 104, 0.5);
  background-color: rgba(48, 69, 104, 0.95);
}
body.wireframe .main-content-wrapper.mobile #wireframe_main_container .mobile-new-encounter a:disabled {
  background-color: #ECF0F1;
}
body.wireframe .main-content-wrapper.mobile #wireframe_main_container .mobile-new-encounter a i {
  margin-right: 6px;
}
body.wireframe .main-content-wrapper.mobile #wireframe_main_container .mobile-bottom-navbar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 65px;
  background-color: white;
  z-index: 1000;
  display: flex;
  justify-content: space-around;
  box-shadow: 1px 0px 3px #D6D6D6;
}
body.wireframe .main-content-wrapper.mobile #wireframe_main_container .mobile-bottom-navbar .bottom-navbar-menu-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: #243454;
}
body.wireframe .main-content-wrapper.mobile #wireframe_main_container .mobile-bottom-navbar .bottom-navbar-menu-item.active {
  color: #1F51E7;
  background-color: rgba(48, 69, 104, 0.1);
  padding: 0 10px;
}
body.wireframe .main-content-wrapper.mobile #wireframe_main_container .mobile-bottom-navbar .bottom-navbar-menu-item i {
  margin-bottom: 5px;
  font-size: 22px;
}
body.wireframe .main-content-wrapper.mobile #flyout_form_wrapper {
  padding-bottom: 350px;
}
body.wireframe .main-content-wrapper.mobile #flyout_form_wrapper .content_stack_wrapper {
  max-height: none !important;
}
body.wireframe .main-content-wrapper.mobile #flyout_form_wrapper .content_stack_wrapper .content_stack_element {
  padding: 10px 0;
}
body.wireframe .main-content-wrapper.mobile #flyout_form_wrapper .content_stack_wrapper .content_stack_element .content_stack_element_info {
  float: none;
  width: 100%;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 20px;
}
body.wireframe .main-content-wrapper.mobile #flyout_form_wrapper .content_stack_wrapper .content_stack_element .content_stack_element_info h3 {
  margin-bottom: 5px;
}
body.wireframe .main-content-wrapper.mobile #flyout_form_wrapper .content_stack_wrapper .content_stack_element .content_stack_element_info label {
  color: #304568;
  font-size: 16px;
}
body.wireframe .main-content-wrapper.mobile #flyout_form_wrapper .content_stack_wrapper .content_stack_element .content_stack_element_body {
  background: none;
  padding: 0px 20px 4px 20px;
}
body.wireframe .main-content-wrapper.mobile #flyout_form_wrapper .content_stack_wrapper .content_stack_element .content_stack_element_body .control_holder {
  width: 100%;
}
body.wireframe .main-content-wrapper.mobile #flyout_form_wrapper .content_stack_wrapper .content_stack_element .content_stack_element_body .control_holder select,
body.wireframe .main-content-wrapper.mobile #flyout_form_wrapper .content_stack_wrapper .content_stack_element .content_stack_element_body .control_holder input {
  max-width: initial !important;
  width: 100%;
  margin: 0;
  height: 50px;
}
@media screen and (max-width: 600px) {
  div.example {
    display: none;
  }
}
.calendar-wrapper {
  display: flex;
  height: 100%;
}
.calendar-wrapper .left-side {
  display: flex;
  flex-direction: column;
  width: 25vw;
  padding: 20px;
  background-color: #ECF0F1;
}
.calendar-wrapper .left-side .label {
  font-size: 18px;
  font-weight: 500;
  color: #243454;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.calendar-wrapper .left-side .flex-spacer {
  flex-grow: 1;
}
.calendar-wrapper .left-side .checkbox-filter {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}
.calendar-wrapper .left-side .checkbox-filter:after {
  content: '';
  display: block;
  height: 16px;
  width: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ECF0F1 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ECF0F1 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ECF0F1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.calendar-wrapper .left-side .checkbox-filter .filter-options {
  display: flex;
  flex-direction: column;
  max-height: 40vh;
  overflow-y: scroll;
}
.calendar-wrapper .left-side .checkbox-filter .filter-options .filter-option {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.calendar-wrapper .left-side .checkbox-filter .filter-options .filter-option .filter-option-label {
  color: #243454;
  font-size: 16px;
  margin-left: 10px;
}
.calendar-wrapper .left-side .dropdown-filter {
  margin-top: 3px;
  margin-bottom: 15px;
}
.calendar-wrapper .left-side .dropdown-filter .custom-combobox {
  margin: 15px 0;
}
.calendar-wrapper .left-side .dropdown-filter .custom-combobox input {
  width: 100%;
}
.calendar-wrapper .left-side .archive-events-toggle {
  margin-bottom: 0;
}
.calendar-wrapper .left-side .archive-events-toggle input[type="checkbox"]:checked {
  background: #bf2b48;
}
.calendar-wrapper .right-side {
  display: flex;
  width: 75vw;
  padding: 20px;
}
.calendar-wrapper .right-side .full-calendar .fc-toolbar .fc-button {
  text-transform: uppercase;
}
.fc-event {
  border-width: 4px;
}
.fc-event .fc-content .fc-title .needs-records-flag {
  color: red;
  margin-right: 3px;
}
.event-not-editable {
  cursor: default;
}
.event-editable {
  cursor: pointer;
}
#wireframe_content #tasks .vcard_data_wrapper .vcard_data_header .vcard_data_title {
  padding-left: 15px;
}
#wireframe_content #tasks .vcard_data_wrapper .vcard_data {
  margin: 0;
}
#wireframe_content #tasks .vcard_data_wrapper .vcard_data .properties {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#wireframe_content #tasks .vcard_data_wrapper .vcard_data .properties .task-property-wrapper {
  display: flex;
  margin: 20px 10px 0 0;
}
#wireframe_content #tasks .vcard_data_wrapper .vcard_data .properties .task-property-wrapper i {
  font-size: 22px;
  color: #243454;
}
#wireframe_content #tasks .vcard_data_wrapper .vcard_data .properties .task-property-wrapper .task-property {
  margin-left: 10px;
  padding-top: 5px;
  font-size: 16px;
  color: #243454;
}
#wireframe_content #tasks .vcard_data_wrapper .vcard_data .properties .task-property-wrapper .task-property.task-owner span.label {
  font-size: 16px;
  color: #243454;
  margin-right: 10px;
}
#wireframe_content #tasks .vcard_data_wrapper .vcard_data .properties .task-property-wrapper .task-property.task-owner span.name {
  font-size: 16px;
  font-weight: 500;
  color: #243454;
}
#wireframe_content #tasks .vcard_data_wrapper .vcard_data .properties .task-property-wrapper .task-property.task-description {
  font-size: 16px;
  color: #243454;
}
#wireframe_content #tasks .vcard_data_wrapper .vcard_data .properties .task-property-wrapper .task-property.task-description p {
  margin: 0;
}
#wireframe_content #tasks .vcard_data_wrapper .vcard_data .properties .task-property-wrapper .task-property.task-related-patient {
  font-size: 16px;
  color: #243454;
}
#wireframe_content #tasks .vcard_data_wrapper .vcard_data .properties .task-property-wrapper .task-property.task-related-file {
  font-size: 16px;
  color: #243454;
}
#wireframe_content #tasks .vcard_data_wrapper .vcard_data .properties .task-property-wrapper .task-property.task-related-file span.label {
  font-size: 16px;
  color: #243454;
  margin-right: 10px;
}
#wireframe_content #tasks .vcard_data_wrapper .vcard_data .properties .task-property-wrapper .task-property.task-related-file a {
  text-decoration: none;
}
#wireframe_content #tasks .vcard_data_wrapper .vcard_data .properties .task-property-wrapper .task-property.task-duedate span.label {
  font-size: 16px;
  color: #243454;
}
#wireframe_content #tasks .vcard_data_wrapper .vcard_data .properties .task-property-wrapper .task-property.task-duedate span.date {
  margin-left: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #243454;
}
#wireframe_content #tasks .vcard_data_wrapper .vcard_data .properties .task-property-wrapper .task-property.task-confidential span.label {
  font-size: 16px;
  color: #bf2b48;
}
#wireframe_content #tasks .tabs-container {
  margin-bottom: 0 !important;
}
#wireframe_content #tasks .tabs-container .comments_section_title {
  color: #243454;
  font-size: 18px;
  font-weight: 500;
}
#wireframe_content #tasks .tabs-container .comments-container {
  flex-grow: 5;
  flex-shrink: 5;
  min-width: 300px;
  flex-basis: auto;
  box-sizing: border-box;
  height: 100%;
  padding: 35px;
  background-color: rgba(235, 238, 241, 0.6);
}
#wireframe_content #tasks .tabs-container .amb-chat {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
}
#wireframe_content #tasks .tabs-container .amb-chat .chat-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#wireframe_content #tasks .tabs-container .amb-chat .chat-wrapper .chat-feed {
  height: 100%;
  overflow-y: auto;
  display: flex;
  flex-flow: column nowrap;
}
#wireframe_content #tasks .tabs-container .amb-chat .chat-wrapper .chat-feed .user-message-wrapper {
  display: flex;
}
#wireframe_content #tasks .tabs-container .amb-chat .chat-wrapper .chat-feed .user-message-wrapper:first-child {
  margin-top: auto !important;
}
#wireframe_content #tasks .tabs-container .amb-chat .chat-wrapper .chat-feed .user-message-wrapper .user-icon {
  padding-top: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-right: 15px;
}
#wireframe_content #tasks .tabs-container .amb-chat .chat-wrapper .chat-feed .user-message-wrapper .user-icon .icon {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  color: white;
  float: left;
  background-color: #243454;
  border: 2px solid #243454;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
}
#wireframe_content #tasks .tabs-container .amb-chat .chat-wrapper .chat-feed .user-message-wrapper .user-icon .icon.with-status::before {
  content: '';
  position: absolute;
  top: -2px;
  right: 0;
  left: 19px;
  bottom: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ECF0F1;
  border: 1px solid #9EA7B1;
}
#wireframe_content #tasks .tabs-container .amb-chat .chat-wrapper .chat-feed .user-message-wrapper .user-icon .icon::after {
  content: '\f007';
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  height: 27px;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 12px;
  flex-direction: row;
  justify-content: center;
}
#wireframe_content #tasks .tabs-container .amb-chat .chat-wrapper .chat-feed .user-message-wrapper .message-wrapper {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  background-color: white;
  padding: 18px;
  box-shadow: 0px 2px 4px #D6D6D6;
  margin-bottom: 20px;
  width: 100%;
}
#wireframe_content #tasks .tabs-container .amb-chat .chat-wrapper .chat-feed .user-message-wrapper .message-wrapper .message-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
#wireframe_content #tasks .tabs-container .amb-chat .chat-wrapper .chat-feed .user-message-wrapper .message-wrapper .message-header .user-name {
  font-size: 18px;
  font-weight: 500;
  color: #243454;
}
#wireframe_content #tasks .tabs-container .amb-chat .chat-wrapper .chat-feed .user-message-wrapper .message-wrapper .message-header .edit-message-icon {
  background-color: transparent;
  border-radius: 2px;
  color: #243454;
  border: 1px solid transparent;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
  padding: 5px 10px;
  outline: none;
}
#wireframe_content #tasks .tabs-container .amb-chat .chat-wrapper .chat-feed .user-message-wrapper .message-wrapper .message-header .edit-message-icon a {
  color: #243454;
  text-decoration: none !important;
}
#wireframe_content #tasks .tabs-container .amb-chat .chat-wrapper .chat-feed .user-message-wrapper .message-wrapper .message-header .edit-message-icon::before {
  content: '\f044';
  font-family: 'Font Awesome 6 Free';
  color: #243454;
  font-weight: 600;
  font-size: 16px;
  margin-right: 10px;
}
#wireframe_content #tasks .tabs-container .amb-chat .chat-wrapper .chat-feed .user-message-wrapper .message-wrapper .message-header .edit-message-icon:hover {
  border-color: #ECF0F1;
  box-shadow: 1px 1px 4px #ECF0F1;
  background-color: #ECF0F1;
}
#wireframe_content #tasks .tabs-container .amb-chat .chat-wrapper .chat-feed .user-message-wrapper .message-wrapper .message-header .edit-message-icon:disabled {
  background-color: #ECF0F1;
}
#wireframe_content #tasks .tabs-container .amb-chat .chat-wrapper .chat-feed .user-message-wrapper .message-wrapper .message-header .edit-message-icon:before {
  margin-right: 0;
}
#wireframe_content #tasks .tabs-container .amb-chat .chat-wrapper .chat-feed .user-message-wrapper .message-wrapper .message {
  font-size: 16px;
  color: #243454;
}
#wireframe_content #tasks .tabs-container .amb-chat .chat-wrapper .chat-feed .user-message-wrapper .created-at {
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 25px;
}
#wireframe_content #tasks .tabs-container .amb-chat .chat-wrapper .chat-feed .user-message-wrapper .created-at span {
  font-size: 14px;
  color: #304568;
}
#wireframe_content #tasks .tabs-container .amb-chat .chat-wrapper .answering-module {
  margin: 15px 100px 15px 45px;
  background-color: white;
  border-radius: 8px;
  min-height: 55px;
  box-shadow: 0px 2px 4px #D6D6D6;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#wireframe_content #tasks .tabs-container .amb-chat .chat-wrapper .answering-module input {
  width: 100%;
  margin-right: 10px;
  margin-left: 10px;
  height: 54px;
  border: none;
  box-shadow: none;
}
#wireframe_content #tasks .tabs-container .amb-chat .chat-wrapper .answering-module input::placeholder {
  color: #BDC3C7;
}
#wireframe_content #tasks .tabs-container .amb-chat .chat-wrapper .answering-module .submit-message-button {
  background-color: #243454;
  border-radius: 2px;
  color: white;
  border: 1px solid #304568;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
  border-radius: 8px;
  margin: 10px;
}
#wireframe_content #tasks .tabs-container .amb-chat .chat-wrapper .answering-module .submit-message-button a {
  color: white;
  text-decoration: none !important;
}
#wireframe_content #tasks .tabs-container .amb-chat .chat-wrapper .answering-module .submit-message-button:hover {
  box-shadow: 1px 1px 4px rgba(36, 52, 84, 0.5);
  background-color: rgba(36, 52, 84, 0.95);
}
#wireframe_content #tasks .tabs-container .amb-chat .chat-wrapper .answering-module .submit-message-button:disabled {
  background-color: #ECF0F1;
}
#wireframe_content #tasks .tabs-container .amb-chat .chat-wrapper {
  padding-top: 25px;
}
#wireframe_content #disputes .vcard_data_wrapper .vcard_data_header .vcard_data_title {
  padding-left: 15px;
}
#wireframe_content #disputes .vcard_data_wrapper .vcard_data .dispute-owner-wrapper {
  display: flex;
  width: 100%;
  margin: 20px 0 40px 0;
}
#wireframe_content #disputes .vcard_data_wrapper .vcard_data .dispute-owner-wrapper i {
  font-size: 22px;
  color: #243454;
}
#wireframe_content #disputes .vcard_data_wrapper .vcard_data .dispute-owner-wrapper .dispute-owner {
  margin-left: 20px;
  font-size: 16px;
  color: #243454;
}
#wireframe_content #disputes .vcard_data_wrapper .vcard_data .dispute-owner-wrapper .dispute-owner span.label {
  font-size: 16px;
  color: #243454;
  margin-right: 10px;
}
#wireframe_content #disputes .vcard_data_wrapper .vcard_data .dispute-owner-wrapper .dispute-owner span.name {
  font-size: 16px;
  font-weight: 500;
  color: #243454;
}
#wireframe_content #disputes .vcard_data_wrapper .vcard_data .dispute-description-wrapper {
  display: flex;
  width: 100%;
  margin: 20px 0 40px 0;
}
#wireframe_content #disputes .vcard_data_wrapper .vcard_data .dispute-description-wrapper i {
  font-size: 22px;
  color: #243454;
}
#wireframe_content #disputes .vcard_data_wrapper .vcard_data .dispute-description-wrapper .dispute-description {
  margin-left: 20px;
  font-size: 16px;
  color: #243454;
}
#wireframe_content #disputes .vcard_data_wrapper .vcard_data .dispute-related-patient-wrapper {
  display: flex;
  width: 100%;
  margin: 20px 0 40px 0;
}
#wireframe_content #disputes .vcard_data_wrapper .vcard_data .dispute-related-patient-wrapper i {
  font-size: 22px;
  color: #243454;
}
#wireframe_content #disputes .vcard_data_wrapper .vcard_data .dispute-related-patient-wrapper .dispute-related-patient {
  margin-left: 20px;
  font-size: 16px;
  color: #243454;
}
#wireframe_content #disputes .vcard_data_wrapper .vcard_data .dispute-related-file-wrapper {
  display: flex;
  width: 100%;
  margin: 20px 0 40px 0;
}
#wireframe_content #disputes .vcard_data_wrapper .vcard_data .dispute-related-file-wrapper i {
  font-size: 22px;
  color: #243454;
}
#wireframe_content #disputes .vcard_data_wrapper .vcard_data .dispute-related-file-wrapper .dispute-related-file {
  margin-left: 20px;
  font-size: 16px;
  color: #243454;
}
#wireframe_content #disputes .vcard_data_wrapper .vcard_data .dispute-related-file-wrapper .dispute-related-file span.label {
  font-size: 16px;
  color: #243454;
  margin-right: 10px;
}
#wireframe_content #disputes .vcard_data_wrapper .vcard_data .dispute-related-file-wrapper .dispute-related-file a {
  text-decoration: none;
}
#wireframe_content #disputes .vcard_data_wrapper .vcard_data .dispute-duedate-wrapper {
  display: flex;
  width: 100%;
  margin: 20px 0;
}
#wireframe_content #disputes .vcard_data_wrapper .vcard_data .dispute-duedate-wrapper i {
  font-size: 22px;
  color: #243454;
}
#wireframe_content #disputes .vcard_data_wrapper .vcard_data .dispute-duedate-wrapper .dispute-duedate {
  margin-left: 20px;
}
#wireframe_content #disputes .vcard_data_wrapper .vcard_data .dispute-duedate-wrapper .dispute-duedate span.label {
  font-size: 16px;
  color: #243454;
}
#wireframe_content #disputes .vcard_data_wrapper .vcard_data .dispute-duedate-wrapper .dispute-duedate span.date {
  margin-left: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #243454;
}
#wireframe_content #disputes .tabs-container {
  margin-bottom: 0 !important;
}
#wireframe_content #disputes .tabs-container .events_section_title {
  color: #243454;
  font-size: 18px;
  font-weight: 500;
}
#wireframe_content #disputes .tabs-container .events-container {
  flex-grow: 5;
  flex-shrink: 5;
  min-width: 300px;
  flex-basis: auto;
  box-sizing: border-box;
  /*height: 100%;*/
  min-height: 300px;
  padding: 35px;
  background-color: rgba(235, 238, 241, 0.6);
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed {
  height: 100%;
  overflow-y: auto;
  display: flex;
  flex-flow: column nowrap;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper {
  display: flex;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper:first-child {
  margin-top: auto !important;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .user-icon {
  padding-top: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-right: 15px;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .user-icon .icon {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  color: white;
  float: left;
  background-color: #243454;
  border: 2px solid #243454;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .user-icon .icon.with-status::before {
  content: '';
  position: absolute;
  top: -2px;
  right: 0;
  left: 19px;
  bottom: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ECF0F1;
  border: 1px solid #9EA7B1;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .user-icon .icon::after {
  content: "\f007";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  height: 27px;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 12px;
  flex-direction: row;
  justify-content: center;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .user-icon-right {
  padding-top: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-right: 15px;
  margin-left: 15px;
  margin-right: 0!important;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .user-icon-right .icon {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  color: white;
  float: left;
  background-color: #243454;
  border: 2px solid #243454;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .user-icon-right .icon.with-status::before {
  content: '';
  position: absolute;
  top: -2px;
  right: 0;
  left: 19px;
  bottom: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ECF0F1;
  border: 1px solid #9EA7B1;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .user-icon-right .icon::after {
  content: "\f1ad";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  height: 27px;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 12px;
  flex-direction: row;
  justify-content: center;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  background-color: white;
  padding: 18px;
  box-shadow: 0px 2px 4px #D6D6D6;
  margin-bottom: 20px;
  width: 100%;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .info-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .info-header .info-text {
  display: flex;
  flex-direction: column;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .info-header .info-text .info-title {
  font-size: 18px;
  font-weight: 800;
  color: #243454;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .info-header .info-text .info-event-description {
  font-size: 18px;
  font-weight: 500;
  color: #243454;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .info-header .actions-wrapper {
  min-width: 120px;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .info-header .actions-wrapper .add-event-note-icon {
  background-color: transparent;
  border-radius: 2px;
  color: #243454;
  border: 1px solid transparent;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
  padding: 5px 10px;
  outline: none;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .info-header .actions-wrapper .add-event-note-icon a {
  color: #243454;
  text-decoration: none !important;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .info-header .actions-wrapper .add-event-note-icon::before {
  content: "\f249";
  font-family: 'Font Awesome 6 Free';
  color: #243454;
  font-weight: 600;
  font-size: 16px;
  margin-right: 10px;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .info-header .actions-wrapper .add-event-note-icon:hover {
  border-color: #ECF0F1;
  box-shadow: 1px 1px 4px #ECF0F1;
  background-color: #ECF0F1;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .info-header .actions-wrapper .add-event-note-icon:disabled {
  background-color: #ECF0F1;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .info-header .actions-wrapper .add-event-note-icon:before {
  margin-right: 0;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .info-header .actions-wrapper .edit-event-icon {
  background-color: transparent;
  border-radius: 2px;
  color: #243454;
  border: 1px solid transparent;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
  padding: 5px 10px;
  outline: none;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .info-header .actions-wrapper .edit-event-icon a {
  color: #243454;
  text-decoration: none !important;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .info-header .actions-wrapper .edit-event-icon::before {
  content: "\f044";
  font-family: 'Font Awesome 6 Free';
  color: #243454;
  font-weight: 600;
  font-size: 16px;
  margin-right: 10px;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .info-header .actions-wrapper .edit-event-icon:hover {
  border-color: #ECF0F1;
  box-shadow: 1px 1px 4px #ECF0F1;
  background-color: #ECF0F1;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .info-header .actions-wrapper .edit-event-icon:disabled {
  background-color: #ECF0F1;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .info-header .actions-wrapper .edit-event-icon:before {
  margin-right: 0;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .info-header .actions-wrapper .remove-event-icon {
  background-color: transparent;
  border-radius: 2px;
  color: #243454;
  border: 1px solid transparent;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
  padding: 5px 10px;
  outline: none;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .info-header .actions-wrapper .remove-event-icon a {
  color: #243454;
  text-decoration: none !important;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .info-header .actions-wrapper .remove-event-icon::before {
  content: "\f1f8";
  font-family: 'Font Awesome 6 Free';
  color: #243454;
  font-weight: 600;
  font-size: 16px;
  margin-right: 10px;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .info-header .actions-wrapper .remove-event-icon:hover {
  border-color: #ECF0F1;
  box-shadow: 1px 1px 4px #ECF0F1;
  background-color: #ECF0F1;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .info-header .actions-wrapper .remove-event-icon:disabled {
  background-color: #ECF0F1;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .info-header .actions-wrapper .remove-event-icon:before {
  margin-right: 0;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .info-description {
  font-size: 16px;
  color: #243454;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .info-description .alert-icon::before {
  content: "\f017";
  font-family: 'Font Awesome 6 Free';
  color: #243454;
  font-weight: 600;
  font-size: 16px;
  margin-right: 10px;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .attachments {
  margin-top: 15px;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .attachments .attachment-info a.attachment-preview-link {
  text-decoration: none;
  color: #243454;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .attachments .attachment-info a.attachment-preview-link .attachment-icon::before {
  content: "\f1c1";
  font-family: 'Font Awesome 6 Free';
  color: #243454;
  font-weight: 600;
  font-size: 16px;
  margin-right: 10px;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .notes {
  margin-top: 15px;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .notes .note-info {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  background-color: rgba(235, 238, 241, 0.6);
  padding: 12px 8px 12px 12px;
  box-shadow: 0 2px 4px #D6D6D6;
  margin-bottom: 10px;
  width: 100%;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .notes .note-info:last-child {
  margin-bottom: 0;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .notes .note-info .note-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .notes .note-info .note-header .note-user {
  font-size: 12px;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .notes .note-info .note-header .note-user:before {
  content: "\f007";
  font-family: 'Font Awesome 6 Free';
  color: #243454;
  font-weight: 600;
  margin-right: 10px;
  font-size: 14px;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .notes .note-info .note-header .note-actions-wrapper {
  min-width: 56px;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .notes .note-info .note-header .note-actions-wrapper .edit-event-note-icon {
  background-color: transparent;
  border-radius: 2px;
  color: #243454;
  border: 1px solid transparent;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
  padding: 3px 5px;
  outline: none;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .notes .note-info .note-header .note-actions-wrapper .edit-event-note-icon a {
  color: #243454;
  text-decoration: none !important;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .notes .note-info .note-header .note-actions-wrapper .edit-event-note-icon::before {
  content: "\f044";
  font-family: 'Font Awesome 6 Free';
  color: #243454;
  font-weight: 600;
  font-size: 16px;
  margin-right: 10px;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .notes .note-info .note-header .note-actions-wrapper .edit-event-note-icon:hover {
  border-color: #ECF0F1;
  box-shadow: 1px 1px 4px #ECF0F1;
  background-color: #ECF0F1;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .notes .note-info .note-header .note-actions-wrapper .edit-event-note-icon:disabled {
  background-color: #ECF0F1;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .notes .note-info .note-header .note-actions-wrapper .edit-event-note-icon:before {
  margin-right: 0;
  font-size: 14px!important;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .notes .note-info .note-header .note-actions-wrapper .remove-event-note-icon {
  background-color: transparent;
  border-radius: 2px;
  color: #243454;
  border: 1px solid transparent;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
  padding: 3px 5px;
  outline: none;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .notes .note-info .note-header .note-actions-wrapper .remove-event-note-icon a {
  color: #243454;
  text-decoration: none !important;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .notes .note-info .note-header .note-actions-wrapper .remove-event-note-icon::before {
  content: "\f1f8";
  font-family: 'Font Awesome 6 Free';
  color: #243454;
  font-weight: 600;
  font-size: 16px;
  margin-right: 10px;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .notes .note-info .note-header .note-actions-wrapper .remove-event-note-icon:hover {
  border-color: #ECF0F1;
  box-shadow: 1px 1px 4px #ECF0F1;
  background-color: #ECF0F1;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .notes .note-info .note-header .note-actions-wrapper .remove-event-note-icon:disabled {
  background-color: #ECF0F1;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .notes .note-info .note-header .note-actions-wrapper .remove-event-note-icon:before {
  margin-right: 0;
  font-size: 14px!important;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .created-at {
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 25px;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .created-at span {
  font-size: 14px;
  color: #304568;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper[event-status=processed] .info-wrapper {
  background-color: rgba(46, 204, 112, 0.4);
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper[event-status=responded] .info-wrapper {
  background-color: rgba(65, 92, 119, 0.4);
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-event-actions {
  display: flex;
  justify-content: flex-end;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-event-actions .add-event-button {
  background-color: #243454;
  border-radius: 2px;
  color: white;
  border: 1px solid #304568;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
  border-radius: 8px;
  margin: 10px;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-event-actions .add-event-button a {
  color: white;
  text-decoration: none !important;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-event-actions .add-event-button:hover {
  box-shadow: 1px 1px 4px rgba(36, 52, 84, 0.5);
  background-color: rgba(36, 52, 84, 0.95);
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-event-actions .add-event-button:disabled {
  background-color: #ECF0F1;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper {
  padding-top: 25px;
}
div.document-sign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100dvh;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  padding: 8px 8px;
  background: repeat scroll center center #304568 !important;
  flex-direction: column;
}
div.document-sign *,
div.document-sign *::before,
div.document-sign *::after {
  box-sizing: border-box;
}
div.document-sign .signature-pad {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1rem;
  width: 100%;
  height: 100%;
  max-width: 700px;
  max-height: 460px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
  border-radius: 4px;
  padding: 16px;
}
div.document-sign .signature-pad::before,
div.document-sign .signature-pad::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 40%;
  height: 10px;
  bottom: 10px;
  background: transparent;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
}
div.document-sign .signature-pad::before {
  left: 20px;
  -webkit-transform: skew(-3deg) rotate(-3deg);
  transform: skew(-3deg) rotate(-3deg);
}
div.document-sign .signature-pad::after {
  right: 20px;
  -webkit-transform: skew(3deg) rotate(3deg);
  transform: skew(3deg) rotate(3deg);
}
div.document-sign .signature-pad .signature-pad--header {
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
div.document-sign .signature-pad .signature-pad--body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #f4f4f4;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 500px;
}
div.document-sign .signature-pad .signature-pad--body.signing {
  background: none;
}
div.document-sign .signature-pad .signature-pad--body.signing canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) inset;
}
div.document-sign .signature-pad .signature-pad--body.document-preview {
  background: none;
  overflow-y: scroll;
}
div.document-sign .signature-pad .signature-pad--body.document-preview ul {
  list-style: none;
  padding: 0;
}
div.document-sign .signature-pad .signature-pad--body.document-preview ul li.preview-link:nth-child(even) {
  background: #f4f5f6;
}
div.document-sign .signature-pad .signature-pad--body.document-preview ul li.preview-link a {
  padding: 10px;
  font-size: 1.5rem;
  color: #304568;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  height: 100%;
}
div.document-sign .signature-pad .signature-pad--body.document-preview ul li.preview-link a i {
  margin-right: 5px;
}
div.document-sign .signature-pad .signature-pad--footer {
  color: #C3C3C3;
  text-align: center;
  font-size: 1.4rem;
  margin-top: 8px;
}
div.document-sign .signature-pad .signature-pad--footer .signature-pad--actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  margin-top: 8px;
}
div.document-sign .signature-pad .signature-pad--footer .signature-pad--actions button {
  background-color: #304568;
  border-radius: 2px;
  color: white;
  border: 1px solid #243454;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
div.document-sign .signature-pad .signature-pad--footer .signature-pad--actions button.sign {
  background-color: #48bf2b;
}
div.document-sign .signature-pad .signature-pad--footer .signature-pad--actions.signing {
  justify-content: space-between;
}
div.document-sign .signature-pad .signature-pad--pin-form {
  text-align: center;
  display: flex;
  flex-direction: column;
}
div.document-sign .signature-pad .signature-pad--pin-form input {
  font-family: "Courier New", Courier, monospace;
  margin-bottom: 10px;
  font-size: 5rem;
  text-align: center;
  width: 170px;
  height: unset;
  line-height: 1.3;
  border: thin solid black;
  font-weight: 600;
}
div.document-sign .signature-pad .signature-pad--pin-form button {
  background-color: #304568;
  border-radius: 2px;
  color: white;
  border: 1px solid #243454;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
  font-size: 2rem;
}
div.document-sign .signature-pad .signature-pad--pin-form .signature-pad--mobilephone-form--input input {
  width: 440px;
  font-size: 4rem;
}
div.document-sign .signature-pad .signature-pad--pin-form .signature-pad--mobilephone-default-number {
  font-size: 4rem;
  margin-bottom: 20px;
}
div.document-sign .signature-instructions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.3rem;
  width: 100%;
  max-width: 700px;
  max-height: 460px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
  border-radius: 4px;
  padding: 16px;
  margin-top: 20px;
}
div.document-sign .signature-instructions .signature-instruction.signature-instruction--desktop {
  display: block;
}
div.document-sign .signature-instructions .signature-instruction.signature-instruction--desktop button {
  display: block;
  margin: 0 auto;
  background-color: #304568;
  border-radius: 2px;
  color: white;
  border: 1px solid #243454;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
div.document-sign .signature-instructions .signature-instruction.signature-instruction--mobile-portrait {
  display: none;
}
div.global-spinner {
  display: none;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
div.global-spinner .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -70px;
  margin-left: -46px;
  width: 92px;
  height: 140px;
  text-align: center;
  font-size: 10px;
}
div.global-spinner .spinner > div {
  z-index: 999;
  background-color: white;
  height: 100%;
  width: 16px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
div.global-spinner .spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
div.global-spinner .spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
div.global-spinner .spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
div.global-spinner .spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
/* ----------- iPhone 4 and 4S ----------- */
/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body.docusign .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button::before {
    font-size: 38px;
  }
  div.document-sign {
    font-size: 3rem;
  }
  div.document-sign .signature-pad {
    max-width: unset;
  }
  div.document-sign .signature-pad .signature-pad--header {
    font-size: 2.4rem;
  }
  div.document-sign .signature-pad .signature-pad--footer {
    font-size: 2.4rem;
  }
  div.document-sign .signature-instructions {
    max-width: unset;
    font-size: 3rem;
  }
  div.document-sign .signature-instructions .signature-instruction--desktop {
    display: none !important;
  }
  div.document-sign .signature-instructions .signature-instruction--mobile-portrait {
    display: block !important;
    height: 50%;
  }
}
/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  body.docusign .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button::before {
    font-size: 38px;
  }
  div.document-sign {
    font-size: 3rem;
    overflow-y: auto;
  }
  div.document-sign .signature-pad {
    max-width: 90%;
    max-height: unset;
  }
  div.document-sign .signature-pad .signature-pad--header {
    font-size: 2.4rem;
  }
  div.document-sign .signature-pad .signature-pad--footer {
    font-size: 2.4rem;
  }
  div.document-sign .signature-instructions {
    display: none !important;
  }
}
/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body.docusign .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button::before {
    font-size: 38px;
  }
  div.document-sign {
    font-size: 3rem;
  }
  div.document-sign .signature-pad {
    max-width: unset;
  }
  div.document-sign .signature-pad .signature-pad--header {
    font-size: 2.4rem;
  }
  div.document-sign .signature-pad .signature-pad--footer {
    font-size: 2.4rem;
  }
  div.document-sign .signature-instructions {
    max-width: unset;
    font-size: 3rem;
  }
  div.document-sign .signature-instructions .signature-instruction--desktop {
    display: none !important;
  }
  div.document-sign .signature-instructions .signature-instruction--mobile-portrait {
    display: block !important;
    height: 50%;
  }
}
/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  body.docusign .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button::before {
    font-size: 38px;
  }
  div.document-sign {
    font-size: 3rem;
    overflow-y: auto;
  }
  div.document-sign .signature-pad {
    max-width: 90%;
    max-height: unset;
  }
  div.document-sign .signature-pad .signature-pad--header {
    font-size: 2.4rem;
  }
  div.document-sign .signature-pad .signature-pad--footer {
    font-size: 2.4rem;
  }
  div.document-sign .signature-instructions {
    display: none !important;
  }
}
/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body.docusign .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button::before {
    font-size: 38px;
  }
  div.document-sign {
    font-size: 3rem;
  }
  div.document-sign .signature-pad {
    max-width: unset;
  }
  div.document-sign .signature-pad .signature-pad--header {
    font-size: 2.4rem;
  }
  div.document-sign .signature-pad .signature-pad--footer {
    font-size: 2.4rem;
  }
  div.document-sign .signature-instructions {
    max-width: unset;
    font-size: 3rem;
  }
  div.document-sign .signature-instructions .signature-instruction--desktop {
    display: none !important;
  }
  div.document-sign .signature-instructions .signature-instruction--mobile-portrait {
    display: block !important;
    height: 50%;
  }
}
/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  body.docusign .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button::before {
    font-size: 38px;
  }
  div.document-sign {
    font-size: 3rem;
    overflow-y: auto;
  }
  div.document-sign .signature-pad {
    max-width: 90%;
    max-height: unset;
  }
  div.document-sign .signature-pad .signature-pad--header {
    font-size: 2.4rem;
  }
  div.document-sign .signature-pad .signature-pad--footer {
    font-size: 2.4rem;
  }
  div.document-sign .signature-instructions {
    display: none !important;
  }
}
/* ----------- iPhone 6+, 7+ and 8+ ----------- */
/* Portrait */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  body.docusign .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button::before {
    font-size: 38px;
  }
  div.document-sign {
    font-size: 3rem;
  }
  div.document-sign .signature-pad {
    max-width: unset;
  }
  div.document-sign .signature-pad .signature-pad--header {
    font-size: 2.4rem;
  }
  div.document-sign .signature-pad .signature-pad--footer {
    font-size: 2.4rem;
  }
  div.document-sign .signature-instructions {
    max-width: unset;
    font-size: 3rem;
  }
  div.document-sign .signature-instructions .signature-instruction--desktop {
    display: none !important;
  }
  div.document-sign .signature-instructions .signature-instruction--mobile-portrait {
    display: block !important;
    height: 50%;
  }
}
/* Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body.docusign .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button::before {
    font-size: 38px;
  }
  div.document-sign {
    font-size: 3rem;
    overflow-y: auto;
  }
  div.document-sign .signature-pad {
    max-width: 90%;
    max-height: unset;
  }
  div.document-sign .signature-pad .signature-pad--header {
    font-size: 2.4rem;
  }
  div.document-sign .signature-pad .signature-pad--footer {
    font-size: 2.4rem;
  }
  div.document-sign .signature-instructions {
    display: none !important;
  }
}
/* ----------- iPhone X ----------- */
/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  body.docusign .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button::before {
    font-size: 38px;
  }
  div.document-sign {
    font-size: 3rem;
  }
  div.document-sign .signature-pad {
    max-width: unset;
  }
  div.document-sign .signature-pad .signature-pad--header {
    font-size: 2.4rem;
  }
  div.document-sign .signature-pad .signature-pad--footer {
    font-size: 2.4rem;
  }
  div.document-sign .signature-instructions {
    max-width: unset;
    font-size: 3rem;
  }
  div.document-sign .signature-instructions .signature-instruction--desktop {
    display: none !important;
  }
  div.document-sign .signature-instructions .signature-instruction--mobile-portrait {
    display: block !important;
    height: 50%;
  }
}
/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body.docusign .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button::before {
    font-size: 38px;
  }
  div.document-sign {
    font-size: 3rem;
    overflow-y: auto;
  }
  div.document-sign .signature-pad {
    max-width: 90%;
    max-height: unset;
  }
  div.document-sign .signature-pad .signature-pad--header {
    font-size: 2.4rem;
  }
  div.document-sign .signature-pad .signature-pad--footer {
    font-size: 2.4rem;
  }
  div.document-sign .signature-instructions {
    display: none !important;
  }
}
/* ----------- Galaxy S3 ----------- */
/* Portrait */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  body.docusign .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button::before {
    font-size: 38px;
  }
  div.document-sign {
    font-size: 3rem;
  }
  div.document-sign .signature-pad {
    max-width: unset;
  }
  div.document-sign .signature-pad .signature-pad--header {
    font-size: 2.4rem;
  }
  div.document-sign .signature-pad .signature-pad--footer {
    font-size: 2.4rem;
  }
  div.document-sign .signature-instructions {
    max-width: unset;
    font-size: 3rem;
  }
  div.document-sign .signature-instructions .signature-instruction--desktop {
    display: none !important;
  }
  div.document-sign .signature-instructions .signature-instruction--mobile-portrait {
    display: block !important;
    height: 50%;
  }
}
/* Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  body.docusign .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button::before {
    font-size: 38px;
  }
  div.document-sign {
    font-size: 3rem;
    overflow-y: auto;
  }
  div.document-sign .signature-pad {
    max-width: 90%;
    max-height: unset;
  }
  div.document-sign .signature-pad .signature-pad--header {
    font-size: 2.4rem;
  }
  div.document-sign .signature-pad .signature-pad--footer {
    font-size: 2.4rem;
  }
  div.document-sign .signature-instructions {
    display: none !important;
  }
}
/* ----------- Galaxy S4, S5 and Note 3 ----------- */
/* Portrait */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  body.docusign .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button::before {
    font-size: 38px;
  }
  div.document-sign {
    font-size: 3rem;
  }
  div.document-sign .signature-pad {
    max-width: unset;
  }
  div.document-sign .signature-pad .signature-pad--header {
    font-size: 2.4rem;
  }
  div.document-sign .signature-pad .signature-pad--footer {
    font-size: 2.4rem;
  }
  div.document-sign .signature-instructions {
    max-width: unset;
    font-size: 3rem;
  }
  div.document-sign .signature-instructions .signature-instruction--desktop {
    display: none !important;
  }
  div.document-sign .signature-instructions .signature-instruction--mobile-portrait {
    display: block !important;
    height: 50%;
  }
}
/* Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  body.docusign .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button::before {
    font-size: 38px;
  }
  div.document-sign {
    font-size: 3rem;
    overflow-y: auto;
  }
  div.document-sign .signature-pad {
    max-width: 90%;
    max-height: unset;
  }
  div.document-sign .signature-pad .signature-pad--header {
    font-size: 2.4rem;
  }
  div.document-sign .signature-pad .signature-pad--footer {
    font-size: 2.4rem;
  }
  div.document-sign .signature-instructions {
    display: none !important;
  }
}
/* ----------- Galaxy S6, S7 ----------- */
/* Portrait */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait) {
  body.docusign .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button::before {
    font-size: 38px;
  }
  div.document-sign {
    font-size: 3rem;
  }
  div.document-sign .signature-pad {
    max-width: unset;
  }
  div.document-sign .signature-pad .signature-pad--header {
    font-size: 2.4rem;
  }
  div.document-sign .signature-pad .signature-pad--footer {
    font-size: 2.4rem;
  }
  div.document-sign .signature-instructions {
    max-width: unset;
    font-size: 3rem;
  }
  div.document-sign .signature-instructions .signature-instruction--desktop {
    display: none !important;
  }
  div.document-sign .signature-instructions .signature-instruction--mobile-portrait {
    display: block !important;
    height: 50%;
  }
}
/* Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: landscape) {
  body.docusign .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button::before {
    font-size: 38px;
  }
  div.document-sign {
    font-size: 3rem;
    overflow-y: auto;
  }
  div.document-sign .signature-pad {
    max-width: 90%;
    max-height: unset;
  }
  div.document-sign .signature-pad .signature-pad--header {
    font-size: 2.4rem;
  }
  div.document-sign .signature-pad .signature-pad--footer {
    font-size: 2.4rem;
  }
  div.document-sign .signature-instructions {
    display: none !important;
  }
}
/* ----------- Galaxy S8 ----------- */
/* Portrait */
@media screen and (device-width: 360px) and (device-height: 740px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait) {
  body.docusign .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button::before {
    font-size: 38px;
  }
  div.document-sign {
    font-size: 3rem;
  }
  div.document-sign .signature-pad {
    max-width: unset;
  }
  div.document-sign .signature-pad .signature-pad--header {
    font-size: 2.4rem;
  }
  div.document-sign .signature-pad .signature-pad--footer {
    font-size: 2.4rem;
  }
  div.document-sign .signature-instructions {
    max-width: unset;
    font-size: 3rem;
  }
  div.document-sign .signature-instructions .signature-instruction--desktop {
    display: none !important;
  }
  div.document-sign .signature-instructions .signature-instruction--mobile-portrait {
    display: block !important;
    height: 50%;
  }
}
/* Landscape */
@media screen and (device-width: 360px) and (device-height: 740px) and (-webkit-device-pixel-ratio: 4) and (orientation: landscape) {
  body.docusign .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button::before {
    font-size: 38px;
  }
  div.document-sign {
    font-size: 3rem;
    overflow-y: auto;
  }
  div.document-sign .signature-pad {
    max-width: 90%;
    max-height: unset;
  }
  div.document-sign .signature-pad .signature-pad--header {
    font-size: 2.4rem;
  }
  div.document-sign .signature-pad .signature-pad--footer {
    font-size: 2.4rem;
  }
  div.document-sign .signature-instructions {
    display: none !important;
  }
}
/* ----------- Google Pixel ----------- */
/* Portrait */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  body.docusign .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button::before {
    font-size: 38px;
  }
  div.document-sign {
    font-size: 3rem;
  }
  div.document-sign .signature-pad {
    max-width: unset;
  }
  div.document-sign .signature-pad .signature-pad--header {
    font-size: 2.4rem;
  }
  div.document-sign .signature-pad .signature-pad--footer {
    font-size: 2.4rem;
  }
  div.document-sign .signature-instructions {
    max-width: unset;
    font-size: 3rem;
  }
  div.document-sign .signature-instructions .signature-instruction--desktop {
    display: none !important;
  }
  div.document-sign .signature-instructions .signature-instruction--mobile-portrait {
    display: block !important;
    height: 50%;
  }
}
/* Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  body.docusign .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button::before {
    font-size: 38px;
  }
  div.document-sign {
    font-size: 3rem;
    overflow-y: auto;
  }
  div.document-sign .signature-pad {
    max-width: 90%;
    max-height: unset;
  }
  div.document-sign .signature-pad .signature-pad--header {
    font-size: 2.4rem;
  }
  div.document-sign .signature-pad .signature-pad--footer {
    font-size: 2.4rem;
  }
  div.document-sign .signature-instructions {
    display: none !important;
  }
}
/* ----------- Google Pixel XL ----------- */
/* Portrait */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait) {
  body.docusign .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button::before {
    font-size: 38px;
  }
  div.document-sign {
    font-size: 3rem;
  }
  div.document-sign .signature-pad {
    max-width: unset;
  }
  div.document-sign .signature-pad .signature-pad--header {
    font-size: 2.4rem;
  }
  div.document-sign .signature-pad .signature-pad--footer {
    font-size: 2.4rem;
  }
  div.document-sign .signature-instructions {
    max-width: unset;
    font-size: 3rem;
  }
  div.document-sign .signature-instructions .signature-instruction--desktop {
    display: none !important;
  }
  div.document-sign .signature-instructions .signature-instruction--mobile-portrait {
    display: block !important;
    height: 50%;
  }
}
/* Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: landscape) {
  body.docusign .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button::before {
    font-size: 38px;
  }
  div.document-sign {
    font-size: 3rem;
    overflow-y: auto;
  }
  div.document-sign .signature-pad {
    max-width: 90%;
    max-height: unset;
  }
  div.document-sign .signature-pad .signature-pad--header {
    font-size: 2.4rem;
  }
  div.document-sign .signature-pad .signature-pad--footer {
    font-size: 2.4rem;
  }
  div.document-sign .signature-instructions {
    display: none !important;
  }
}
/* ----------- Google Pixel 2 ----------- */
/* Portrait */
@media screen and (device-width: 411px) and (device-height: 731px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body.docusign .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button::before {
    font-size: 38px;
  }
  div.document-sign {
    font-size: 3rem;
  }
  div.document-sign .signature-pad {
    max-width: unset;
  }
  div.document-sign .signature-pad .signature-pad--header {
    font-size: 2.4rem;
  }
  div.document-sign .signature-pad .signature-pad--footer {
    font-size: 2.4rem;
  }
  div.document-sign .signature-instructions {
    max-width: unset;
    font-size: 3rem;
  }
  div.document-sign .signature-instructions .signature-instruction--desktop {
    display: none !important;
  }
  div.document-sign .signature-instructions .signature-instruction--mobile-portrait {
    display: block !important;
    height: 50%;
  }
}
/* Landscape */
@media screen and (device-width: 411px) and (device-height: 731px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  body.docusign .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button::before {
    font-size: 38px;
  }
  div.document-sign {
    font-size: 3rem;
    overflow-y: auto;
  }
  div.document-sign .signature-pad {
    max-width: 90%;
    max-height: unset;
  }
  div.document-sign .signature-pad .signature-pad--header {
    font-size: 2.4rem;
  }
  div.document-sign .signature-pad .signature-pad--footer {
    font-size: 2.4rem;
  }
  div.document-sign .signature-instructions {
    display: none !important;
  }
}
/* ----------- Google Pixel 2 XL ----------- */
/* Portrait */
@media screen and (device-width: 411px) and (device-height: 823px) and (-webkit-min-device-pixel-ratio: 3.5) and (orientation: portrait) {
  body.docusign .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button::before {
    font-size: 38px;
  }
  div.document-sign {
    font-size: 3rem;
  }
  div.document-sign .signature-pad {
    max-width: unset;
  }
  div.document-sign .signature-pad .signature-pad--header {
    font-size: 2.4rem;
  }
  div.document-sign .signature-pad .signature-pad--footer {
    font-size: 2.4rem;
  }
  div.document-sign .signature-instructions {
    max-width: unset;
    font-size: 3rem;
  }
  div.document-sign .signature-instructions .signature-instruction--desktop {
    display: none !important;
  }
  div.document-sign .signature-instructions .signature-instruction--mobile-portrait {
    display: block !important;
    height: 50%;
  }
}
/* Landscape */
@media screen and (device-width: 411px) and (device-height: 823px) and (-webkit-min-device-pixel-ratio: 3.5) and (orientation: landscape) {
  body.docusign .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button::before {
    font-size: 38px;
  }
  div.document-sign {
    font-size: 3rem;
    overflow-y: auto;
  }
  div.document-sign .signature-pad {
    max-width: 90%;
    max-height: unset;
  }
  div.document-sign .signature-pad .signature-pad--header {
    font-size: 2.4rem;
  }
  div.document-sign .signature-pad .signature-pad--footer {
    font-size: 2.4rem;
  }
  div.document-sign .signature-instructions {
    display: none !important;
  }
}
div.system-settings-columns {
  display: flex;
}
div.system-settings-columns .system-settings-widget {
  margin-right: 20px;
}
div.system-settings-columns .system-settings-widget.system-settings-style-column span.label {
  margin-left: 0;
}
div.system-settings-actions {
  margin-top: 10px;
}
div.sms-signup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100dvh;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  padding: 8px 8px;
  background: repeat scroll center center #304568 !important;
  flex-direction: column;
}
div.sms-signup *,
div.sms-signup *::before,
div.sms-signup *::after {
  box-sizing: border-box;
}
div.sms-signup .signup-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1rem;
  width: 100%;
  height: 100%;
  max-width: 700px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
  border-radius: 4px;
  padding: 16px;
}
div.sms-signup .signup-form::before,
div.sms-signup .signup-form::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 40%;
  height: 10px;
  bottom: 10px;
  background: transparent;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
}
div.sms-signup .signup-form::before {
  left: 20px;
  -webkit-transform: skew(-3deg) rotate(-3deg);
  transform: skew(-3deg) rotate(-3deg);
}
div.sms-signup .signup-form::after {
  right: 20px;
  -webkit-transform: skew(3deg) rotate(3deg);
  transform: skew(3deg) rotate(3deg);
}
div.sms-signup .signup-form .signup-form--header {
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
div.sms-signup .signup-form .signup-form--body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #f4f4f4;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 500px;
  overflow: scroll;
}
div.sms-signup .signup-form .signup-form--body .signup-form-explanation {
  font-size: 1.5rem;
  margin: 20px 0 20px 0;
}
div.sms-signup .signup-form .signup-form--body .signup-form-container {
  width: 500px;
  margin: 0 auto;
}
div.sms-signup .signup-form .signup-form--body .signup-form-container input {
  font-family: "Courier New", Courier, monospace;
  margin-bottom: 10px;
  font-size: 4rem;
  text-align: center;
  height: unset;
  line-height: 1.3;
  border: thin solid black;
  font-weight: 600;
}
div.sms-signup .signup-form .signup-form--body .signup-form-container .signup-form-submit {
  margin: 10px auto;
  text-align: center;
}
div.sms-signup .signup-form .signup-form--body .signup-form-container .signup-form-submit button {
  background-color: #304568;
  border-radius: 2px;
  color: white;
  border: 1px solid #243454;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  font-size: 1.5rem;
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
div.sms-signup .signup-form .signup-form--body .signup-form-container .signup-form-agree {
  display: flex;
}
div.sms-signup .signup-form .signup-form--body .signup-form-container .signup-form-agree .agreement-text {
  font-size: 1.3rem;
}
div.sms-signup .signup-form .signup-form--body .privacy-policy {
  overflow: scroll;
}
div.sms-signup .signup-form .signup-form--body .privacy-policy h5 {
  font-size: 1.4rem;
  font-weight: bold;
}
div.sms-signup .signup-form .signup-form--body .privacy-policy p {
  font-size: 1.4rem;
}
div.sms-signup .signup-form .signup-form--footer {
  color: #636363;
  text-align: center;
  font-size: 1.4rem;
  margin-top: 8px;
}
div.sms-signup .signup-form .signup-form--footer .signup-form--actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  margin-top: 8px;
}
div.sms-signup .signup-form .signup-form--footer .signup-form--actions button {
  background-color: #304568;
  border-radius: 2px;
  color: white;
  border: 1px solid #243454;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
div.sms-signup .signup-form .signup-form--footer .signup-form--actions button.sign {
  background-color: #48bf2b;
}
div.sms-signup .signup-form .signup-form--footer .signup-form--actions.signing {
  justify-content: space-between;
}
div.sms-signup .signup-form .signup-form--pin-form {
  text-align: center;
  display: flex;
  flex-direction: column;
}
div.sms-signup .signup-form .signup-form--pin-form input {
  font-family: "Courier New", Courier, monospace;
  margin-bottom: 10px;
  font-size: 5rem;
  text-align: center;
  width: 170px;
  height: unset;
  line-height: 1.3;
  border: thin solid black;
  font-weight: 600;
}
div.sms-signup .signup-form .signup-form--pin-form button {
  background-color: #304568;
  border-radius: 2px;
  color: white;
  border: 1px solid #243454;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
  font-size: 2rem;
}
div.sms-signup .signup-form .signup-form--pin-form .signup-form--mobilephone-form--input input {
  width: 440px;
  font-size: 4rem;
}
div.sms-signup .signup-form .signup-form--pin-form .signup-form--mobilephone-default-number {
  font-size: 4rem;
  margin-bottom: 20px;
}
div.event-attendants-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 235px;
}
div.event-attendants-wrapper div.event-attendants-selector {
  flex-grow: 1;
  padding: 5px;
}
div.event-attendants-wrapper div.event-attendants-selector select {
  height: 90%;
}
div.event-attendants-wrapper div.event-attendants-buttons {
  flex-grow: 0;
  width: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
}
div.event-attendants-wrapper div.event-attendants-buttons button {
  display: block;
  margin: 10px 0;
  height: 30px;
}
div.event-attendants-wrapper div.event-attendants-buttons button.add {
  background-color: #304568;
  border-radius: 2px;
  color: white;
  border: 1px solid #243454;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
  padding: 6px 11px;
}
div.event-attendants-wrapper div.event-attendants-buttons button.add a {
  color: white;
  text-decoration: none !important;
}
div.event-attendants-wrapper div.event-attendants-buttons button.add::before {
  content: "\f0a8";
  font-family: 'Font Awesome 6 Free';
  color: white;
  font-weight: 600;
  font-size: 16px;
  margin-right: 10px;
}
div.event-attendants-wrapper div.event-attendants-buttons button.add:hover {
  border-color: #243454;
  box-shadow: 1px 1px 4px #243454;
  background-color: #243454;
}
div.event-attendants-wrapper div.event-attendants-buttons button.add:disabled {
  background-color: #ECF0F1;
}
div.event-attendants-wrapper div.event-attendants-buttons button.remove {
  background-color: #304568;
  border-radius: 2px;
  color: white;
  border: 1px solid #243454;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
  padding: 6px 11px;
}
div.event-attendants-wrapper div.event-attendants-buttons button.remove a {
  color: white;
  text-decoration: none !important;
}
div.event-attendants-wrapper div.event-attendants-buttons button.remove::before {
  content: "\f0a9";
  font-family: 'Font Awesome 6 Free';
  color: white;
  font-weight: 600;
  font-size: 16px;
  margin-right: 10px;
}
div.event-attendants-wrapper div.event-attendants-buttons button.remove:hover {
  border-color: #243454;
  box-shadow: 1px 1px 4px #243454;
  background-color: #243454;
}
div.event-attendants-wrapper div.event-attendants-buttons button.remove:disabled {
  background-color: #ECF0F1;
}
table.list_items.attorney tr.attorneyoffice {
  border-left: 3px solid #4a72ec;
  background-color: rgba(74, 114, 236, 0.07);
}
table.list_items.attorney tr.attorneyoffice td.options a:hover {
  background-color: rgba(74, 114, 236, 0.1);
}
.search-form {
  display: flex;
  margin-bottom: 20px;
}
.search-form label {
  margin: 6px 9px 0 0;
  font-weight: 900;
}
.search-form input {
  margin-right: 10px;
}
.search-form button {
  background-color: #243454;
  border-radius: 2px;
  color: white;
  border: 1px solid #243454;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
.search-form button a {
  color: white;
  text-decoration: none !important;
}
.search-form button::before {
  content: "\f002";
  font-family: 'Font Awesome 6 Free';
  color: white;
  font-weight: 600;
  font-size: 16px;
  margin-right: 10px;
}
.search-form button:hover {
  box-shadow: 1px 1px 4px rgba(36, 52, 84, 0.5);
  background-color: rgba(36, 52, 84, 0.95);
}
.search-form button:disabled {
  background-color: #ECF0F1;
}
.search-results {
  display: flex;
  flex-direction: column;
}
.search-results .search-result-row {
  margin-bottom: 10px;
}
.search-results .search-result-row a {
  color: black;
  text-decoration: none;
}
.search-results .search-result-row a:hover {
  text-decoration: underline;
}
.search-results .search-result-row a em {
  background-color: #FFFFA8;
}
.search-results .search-result-row a .search-object {
  font-size: 16px;
}
.search-results .search-result-row a .search-object .object-type {
  vertical-align: top;
}
.search-results .search-result-row a .search-object .icon {
  float: left;
  margin: 0 8px 0 0;
  width: 32px;
  height: 44px;
  text-align: center;
}
.search-results .search-result-row a .search-object .icon i {
  font-size: 32px;
}
.search-results .search-result-row a .search-object.patient .icon i,
.search-results .search-result-row a .search-object.partner .icon i,
.search-results .search-result-row a .search-object.company .icon i {
  font-size: 26px;
}

