@import url("https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,300;0,400;1,300;1,400&family=Paprika&family=Poppins:ital,wght@0,200;0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap");
/*!
 * Bootstrap Reboot v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::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: "Poppins", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625;
  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;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  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: 0.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: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #ed3439;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #000;
  text-decoration: none;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):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;
}

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

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

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

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

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

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

/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 375px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 860px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1180px) {
  .container {
    max-width: 1120px;
  }
}

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

@media (min-width: 375px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 860px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1180px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1120px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 375px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 860px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1180px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.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: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 375px) {
  .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: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 860px) {
  .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: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1180px) {
  .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: flex !important;
  }
  .d-xl-inline-flex {
    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: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 375px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 860px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1180px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.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: 375px) {
  .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: 860px) {
  .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: 1180px) {
  .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;
  }
}
.close {
  float: right;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

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

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

.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: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  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: flex;
  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;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
  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: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

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

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

@media (min-width: 375px) {
  .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);
  }
  .modal-content {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1180px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Poppins", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.625rem;
  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: "Poppins", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.765625rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}
.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 rgb(247.35, 247.35, 247.35);
}

.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: 0.875rem;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  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;
}

/**
 * SVG Icons
 * ----------------------------------------------------------------------------
 */
.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #ed3439;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #ed3439;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #ed3439;
  }
}
.animate {
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -o-transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  /* many screen reader and browser combinations announce broken words as they would appear visually */
  word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
  background-color: #f1f1f1;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: 700;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -9999em;
}

.logged-in .site .skip-link {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
  font-family: "Open Sans", sans-serif;
}

.site .skip-link:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  z-index: 100000;
}

.heading1 {
  font-family: "Poppins", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 44px;
  line-height: 1.14;
}
@media (max-width: 991.98px) {
  .heading1 {
    font-size: 36px;
    line-height: 1.14;
  }
}
@media (max-width: 859.98px) {
  .heading1 {
    font-size: 24px;
    line-height: 1.14;
  }
}

.heading2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.14;
}
@media (max-width: 991.98px) {
  .heading2 {
    font-size: 28px;
    line-height: 1.14;
  }
}
@media (max-width: 859.98px) {
  .heading2 {
    font-size: 20px;
    line-height: 1.14;
    margin: 0 0 35px !important;
  }
}

.heading3 {
  font-family: "Poppins", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 991.98px) {
  .heading3 {
    font-size: 21px;
    line-height: 1.14;
  }
}
@media (max-width: 859.98px) {
  .heading3 {
    font-size: 18px;
    line-height: 1.14;
  }
}

.heading4 {
  letter-spacing: 0.2em;
  font-size: 12px;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 400;
}
@media (max-width: 859.98px) {
  .heading4 {
    font-size: 14px;
    line-height: 1.3;
  }
}
.heading4--dark {
  font-weight: 500;
  color: #ed3439;
}

.uc {
  text-transform: uppercase;
}

.highlighted {
  font-size: 1.25rem;
}
@media (max-width: 859.98px) {
  .highlighted {
    font-size: 1rem;
  }
}

.link-btn {
  display: inline-block;
  padding: 12px 18px;
  text-transform: uppercase;
  text-align: center;
  outline: none;
  box-shadow: none;
  border: none;
  font-weight: 600;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.1em;
  background-position: center;
  background: #ed3439;
  background: #fe5e4f;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none !important;
  color: #fff;
}
.link-btn:hover {
  z-index: 1000;
  box-shadow: rgba(0, 0, 0, 0.2) 0 5px 16px 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 5px 16px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 5px 16px 2px;
}
.link-btn .ink {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.link-btn svg {
  width: 20px;
}
.link-btn__home {
  width: 100%;
  max-width: 360px;
}
.link-btn__center {
  margin-left: auto;
  margin-right: auto;
}
.link-btn__full {
  width: 100%;
}
.link-btn__white {
  background: #fff;
  color: #ed3439;
}
.link-btn__purple {
  background: #794EF1;
  color: #fff;
}
.link-btn__purple:hover {
  background: rgb(85.219895288, 30.7382198953, 237.2617801047);
  color: #fff;
}
.link-btn__blue {
  background: linear-gradient(220.64deg, #DDFFC2 0%, #A4FFC8 100%);
  color: #000;
}
.link-btn__outline {
  background: #fff;
  color: #ed3439;
  border: 1px solid #ed3439;
}
.link-btn__delete {
  background: #f33631;
  color: #fff;
}
.link-btn__sm {
  display: inline-block;
  padding: 10px 15px !important;
  font-size: 10px;
  line-height: 1;
}
.link-btn__xs {
  padding: 6px 10px;
  font-size: 10px;
  line-height: 1;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.link-button {
  display: inline-block;
  background: #ed3439;
  padding: 18px 25px 15px;
  font-family: "Poppins", Helvetica, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.25em;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}

.video-wrapper {
  width: 100%;
  padding-bottom: 55%;
  position: relative;
  border: 10px solid #fff;
  background: #fff;
}
.video-wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.spinner {
  width: 40px;
  height: 40px;
  background-color: #ed3439;
  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
}
.spinner__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 900002;
  background: rgba(255, 255, 255, 0.9);
}

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
/**
 * M E N U   T O G G L E   B U T T O N
 * ----------------------------------------------------------------------------
 */
.menu-toggle {
  display: none;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  overflow: hidden;
  opacity: 1;
  z-index: 999;
  text-align: center;
  padding: 0;
  width: 29px;
  height: 22px;
  text-indent: -999em;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
.menu-toggle::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -2px;
  height: 4px;
  background: #fff;
}
.menu-toggle:hover, .menu-toggle:active {
  border-color: #5E73E1;
}
.menu-toggle:hover::after, .menu-toggle:active::after {
  background: #5E73E1;
}
@media (max-width: 991.98px) {
  .menu-toggle {
    display: block;
  }
}

/* jQuery UI - Date Picker */
.ui-datepicker {
  width: 280px;
  background: #fff;
  padding: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  z-index: 999;
  font-weight: 600;
}
.ui-datepicker::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #4a4a4a;
  position: absolute;
  top: 0%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  z-index: 9;
  display: block;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  background: #4a4a4a;
  padding: 10px 0;
  font-size: 14px;
  line-height: 1;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 0;
  width: 36px;
  height: 48px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px 12px;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev {
  background-image: url(images/chevron-left.svg);
  left: 0;
}
.ui-datepicker .ui-datepicker-next {
  right: 0;
  background-image: url(images/chevron-right.svg);
}
.ui-datepicker .ui-datepicker-title {
  text-align: center;
  line-height: 28px;
}
.ui-datepicker .ui-datepicker-title span {
  color: #fff;
}
.ui-datepicker .ui-datepicker-title select {
  border: 1px solid #000;
  padding: 3px 6px;
  min-width: 70px;
  display: inline-block;
  margin: 0 5px;
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  font-size: 15px;
  font-weight: 700;
}
.ui-datepicker table thead {
  border-bottom: 3px solid #4a4a4a;
}
.ui-datepicker table thead th {
  padding: 7px 7px 7px 10px;
  text-align: left;
  font-weight: bold;
  border: 0;
}
.ui-datepicker table tbody tr {
  border-bottom: 1px solid #cecece;
}
.ui-datepicker table td span, .ui-datepicker table td a {
  font-size: 14px;
  line-height: 1;
  display: block;
  padding: 10px 7px 8px 10px;
  text-decoration: none;
}
.ui-datepicker table td a {
  color: #4a4a4a;
}
.ui-datepicker table td a.ui-state-active {
  color: #ed3439;
}
.ui-datepicker table td a:hover {
  color: #ed3439;
}
.ui-datepicker table td span {
  color: #ccc;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.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: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.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 0.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;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.icon-lock {
  background: #ed3439 url(../img/icon-lock_white.png) no-repeat center center;
  background-size: 32px 32px;
  width: 56px;
  height: 56px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.icon-error {
  background: #ed3439 url(../img/icon-error_white.png) no-repeat center center;
  background-size: 32px 32px;
  width: 56px;
  height: 56px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.icon-info {
  background: #ed3439 url(../img/icon-info_white.png) no-repeat center center;
  background-size: 32px 32px;
  width: 56px;
  height: 56px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.success-message {
  margin: 60px 0;
  text-align: center;
}
.success-message svg, .success-message [class*=icon-] {
  margin: 0 auto 40px;
}
.success-message p {
  max-width: 720px;
  margin: 0 auto 15px;
}
.success-message:last-child {
  margin: 0;
}
.success-message__left {
  text-align: left;
}
.success-message__left svg, .success-message__left [class*=icon-] {
  margin: 0 0 40px;
}
.success-message__left p {
  margin: 0 0 15px;
}
.success-message.display-block {
  display: block;
}
.success-message.big-margin {
  margin: 60px 0;
  display: block;
  border: 2px solid red;
}

.screen-message {
  background: #efefef;
  border: 1px solid #ccc;
  padding: 50px;
  text-align: center;
}
.screen-message svg, .screen-message [class*=icon-] {
  margin: 0 auto 40px;
}
.screen-message p {
  max-width: 720px;
  margin: 0 auto 15px;
}
.screen-message:last-child {
  margin: 0;
}
.screen-message__left {
  text-align: left;
}
.screen-message__left svg, .screen-message__left [class*=icon-] {
  margin: 0 0 40px;
}
.screen-message__left p {
  margin: 0 0 15px;
}
.screen-message.display-block {
  display: block;
}
.screen-message.big-margin {
  margin: 60px 0;
  display: block;
  border: 2px solid red;
}

.error-message {
  display: none;
  margin: 0 0 20px;
}
.error-message .error-header {
  padding: 15px 25px;
  background: #de4b33;
  color: #fff;
  font-weight: 700;
}
.error-message .error-content {
  padding: 25px 25px 15px;
  font-size: 16px;
}
.error-message .error-content ul {
  padding: 0 0 0 25px;
  font-weight: 700;
}
.error-message .error-content ul li {
  margin: 0 0 5px;
}
.error-message .error-content ul li a {
  color: #212529;
}

.has-error {
  border-color: #de4b33 !important;
}
.has-error .select2-container--default .select2-selection--single {
  border-color: #de4b33 !important;
}

.ajax-response {
  display: none;
  margin: 0 0 30px;
  padding: 15px 20px 15px 56px;
  color: #383d41;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #d6d8db;
  background-color: #e2e3e5;
  position: relative;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: 20px 14px;
}
.ajax-response p {
  margin: 0;
}
.ajax-response.success {
  color: #155724;
  border-color: #d4edda;
  background-image: url(../img/icon-success.png);
  background-color: #c3e6cb;
}
.ajax-response.error {
  padding-left: 48px;
  color: #721c24;
  border-color: #f5c6cb;
  background: #f8d7da url(../img/icon-error.png) no-repeat 15px 15px;
  background-size: 20px;
}
.ajax-response.warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.ajax-response.info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.ajax-response.dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.ajax-response.primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.ajax-response p {
  margin: 0 0 10px;
}
.ajax-response p:last-child {
  margin: 0;
}
.ajax-response .checkmark {
  margin: 0 auto 10px;
}

/* https://codepen.io/havardob/pen/dyYXBBr
*/
.notification-options *,
.notification-options *:after,
.notification-options *:before,
.two-fa-options *,
.two-fa-options *:after,
.two-fa-options *:before {
  box-sizing: border-box;
}
.notification-options body,
.two-fa-options body {
  font-family: "Inter", sans-serif;
  color: rgb(0, 0, 33.12);
  font-size: calc(1em + 1.25vw);
  background-color: rgb(229.5, 229.5, 238.7);
}
.notification-options form,
.two-fa-options form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.notification-options label,
.two-fa-options label {
  cursor: pointer;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  /* Accessible outline */
  /* Remove comment to use */
  /*
    &:focus-within {
        outline: .125em solid $primary-color;
    }
  */
}
.notification-options label input,
.two-fa-options label input {
  position: absolute;
  left: -9999px;
}
.notification-options label input:checked + span,
.two-fa-options label input:checked + span {
  background-color: rgb(214.2, 214.2, 228.92);
}
.notification-options label input:checked + span:before,
.two-fa-options label input:checked + span:before {
  box-shadow: inset 0 0 0 0.4375em #00005c;
}
.notification-options label input:disabled + span,
.two-fa-options label input:disabled + span {
  background-color: rgb(246.84, 246.84, 246.84);
  color: #999;
}
.notification-options label input:disabled + span:before,
.two-fa-options label input:disabled + span:before {
  box-shadow: inset 0 0 0 0.125em #ccc;
}
.notification-options label span,
.two-fa-options label span {
  display: flex;
  align-items: center;
  padding: 0.375em 0.75em 0.375em 0.375em;
  border-radius: 99em;
  transition: 0.25s ease;
}
.notification-options label span:hover,
.two-fa-options label span:hover {
  background-color: rgb(214.2, 214.2, 228.92);
}
.notification-options label span:before,
.two-fa-options label span:before {
  display: flex;
  flex-shrink: 0;
  content: "";
  background-color: #fff;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  margin-right: 0.375em;
  transition: 0.25s ease;
  box-shadow: inset 0 0 0 0.125em #00005c;
}

.field-radio-group {
  display: flex;
  gap: 15px;
}
.field-radio-group label {
  display: flex;
  cursor: pointer;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  /* Accessible outline */
  /* Remove comment to use */
  /*
    &:focus-within {
        outline: .125em solid $primary-color;
    }
  */
}
.field-radio-group label input {
  position: absolute;
  left: -9999px;
}
.field-radio-group label input:checked + span {
  background-color: rgb(214.2, 214.2, 228.92);
}
.field-radio-group label input:checked + span:before {
  box-shadow: inset 0 0 0 0.4375em #00005c;
}
.field-radio-group label input:disabled + span {
  background-color: rgb(246.84, 246.84, 246.84);
  color: #999;
}
.field-radio-group label input:disabled + span:before {
  box-shadow: inset 0 0 0 0.125em #ccc;
}
.field-radio-group label span {
  display: flex;
  align-items: center;
  padding: 0.375em 0.75em 0.375em 0.375em;
  border-radius: 99em;
  transition: 0.25s ease;
}
.field-radio-group label span:hover {
  background-color: rgb(214.2, 214.2, 228.92);
}
.field-radio-group label span:before {
  display: flex;
  flex-shrink: 0;
  content: "";
  background-color: #fff;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  margin-right: 0.375em;
  transition: 0.25s ease;
  box-shadow: inset 0 0 0 0.125em #00005c;
}

.box {
  font-size: 1.25rem;
  background-color: #c8dadf;
  position: relative;
  padding: 100px 20px;
  text-align: center;
}

.box__filename,
.box__dragndrop,
.box__uploading,
.box__success,
.box__error {
  display: none;
}

.box.has-advanced-upload {
  outline: 2px dashed black;
  outline-offset: -10px;
  transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
}
.box.has-advanced-upload .feather-upload-cloud {
  width: 100%;
  height: 80px;
  stroke: #33B0B5;
  display: block;
  margin-bottom: 40px;
}
.box.has-advanced-upload .box__filename {
  font-size: 16px;
  line-height: 1.2;
  margin-top: 40px;
}
.box.has-advanced-upload .box__file {
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  position: absolute;
}
.box.has-advanced-upload .box__file + label {
  max-width: 80%;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.box.has-advanced-upload .box__button {
  z-index: 2;
  font-weight: 700;
  color: #fff;
  background-color: #33B0B5;
  font-size: 16px;
  line-height: 20px;
  border: none;
  padding: 10px 25px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin: 20px auto 0;
}
.box.has-advanced-upload .box__button:hover {
  background-color: #000;
}
.box.has-advanced-upload.drag-over {
  background: #fff;
}
.box.has-advanced-upload.drag-over .box__file {
  z-index: 99;
}

.box.has-advanced-upload .box__dragndrop {
  display: inline;
}

.box.is-dragover {
  background-color: grey;
}

.box.is-uploading .box__input {
  visibility: none;
}

.box.is-uploading .box__uploading {
  display: block;
}

.box__button {
  display: none;
}

.no-js .box__button {
  display: block;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1010;
}
.overlay__close {
  position: absolute;
  right: 20px;
  top: 20px;
}
.overlay__content {
  position: absolute;
  width: 960px;
  max-width: 100%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}
@media (max-width: 859.98px) {
  body {
    font-size: 0.765625rem;
  }
}

.info {
  font-size: 12px;
  line-height: 1.3;
  margin: 0 0 50px;
  padding: 10px 0;
  font-style: italic;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  text-align: center;
}

.hline {
  margin: 40px 0 10px;
  height: 1px;
  background: rgba(237, 52, 57, 0.5);
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content-blocks {
  position: relative;
}
.content-blocks .container {
  position: static;
}
.content-blocks__left, .content-blocks__right {
  position: absolute;
  width: 50%;
  top: 0;
  bottom: 0;
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  z-index: -1;
}
.content-blocks__left {
  left: 0;
}
.content-blocks__right {
  right: 0;
}
.content-blocks .row > [class*=col-] {
  position: static;
}
.content-blocks .block-content__left, .content-blocks .block-content__right {
  padding: 80px 0;
}
.content-blocks .block-content__left {
  padding-right: 100px;
}
.content-blocks .block-content__right {
  padding-left: 100px;
}
.content-blocks ul {
  margin: 0 0 30px;
  padding: 0 0 0 20px;
  list-style-type: square;
}
.content-blocks ul li {
  margin: 0 0 10px;
  padding-left: 10px;
}
.content-blocks ul li:last-child {
  margin: 0;
}
@media (max-width: 991.98px) {
  .content-blocks .container {
    max-width: 100%;
  }
  .content-blocks .block-content__left, .content-blocks .block-content__right {
    padding: 60px 0;
  }
  .content-blocks .block-content__left {
    padding-right: 40px;
  }
  .content-blocks .block-content__right {
    padding-left: 40px;
  }
}
@media (max-width: 859.98px) {
  .content-blocks .row > [class*=col-] {
    padding: 0;
  }
  .content-blocks__left, .content-blocks__right {
    position: static;
    width: 100%;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    background-size: cover;
    -ms-behavior: url(/css/backgroundsize.min.htc);
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0;
    z-index: 0;
    min-height: 300px;
  }
  .content-blocks .block-content__left, .content-blocks .block-content__right {
    padding: 40px 20px;
  }
  .content-blocks ul {
    margin-bottom: 0;
  }
}

.extream-left {
  padding: 40px;
  background-color: #ed3439;
  width: calc(100vw - (50vw - 50%));
  margin-left: calc(-50vw + 50%);
  padding-left: calc(100vw - (50vw + 50%));
  position: relative;
}

.extream-right {
  padding: 40px;
  background-color: #ed3439;
  width: calc(100vw - (50vw - 50%));
  padding-right: calc(100vw - (50vw + 50%));
  position: relative;
}
@media (max-width: 991.98px) {
  .extream-right {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 50px calc(100vw - (50vw + 50%));
  }
}

.extream-left-right {
  background-color: #ed3439;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 50px calc(100vw - (50vw + 50%));
  position: relative;
}

.extream-left-right-nopad {
  padding: 40px;
  background-color: #ed3439;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  position: relative;
}

.modal-screen {
  background: rgba(255, 255, 255, 0.97);
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1050;
}
.modal-screen .modal-wrapper {
  transition: all 0.2s linear;
  border: none;
  width: 600px;
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.modal-screen .modal-wrapper__confirmation, .modal-screen .modal-wrapper__alert, .modal-screen .modal-wrapper__info {
  width: 460px;
}
.modal-screen .modal-wrapper__confirmation .close, .modal-screen .modal-wrapper__alert .close, .modal-screen .modal-wrapper__info .close {
  position: absolute;
  border: none;
  width: 24px;
  height: 24px;
  text-indent: -9999em;
  background: url(../img/icon-close.png) no-repeat center center;
  background-size: 20px;
  outline: none !important;
  z-index: 999;
}
.modal-screen .modal-wrapper__confirmation .close {
  right: 15px;
  top: 15px;
}
.modal-screen .modal-wrapper__info {
  width: 375px;
}
.modal-screen .modal-wrapper__info .close {
  right: 15px;
  top: 15px;
}
.modal-screen .modal-wrapper__info .modal-body {
  padding: 140px 30px 40px;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  min-height: 0;
  background: rgba(221, 232, 244, 0.6) url(../img/icon-info.png) no-repeat center top 50px;
  background-size: 64px auto;
}
.modal-screen .modal-header {
  padding: 20px 80px 20px 20px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  position: relative;
  border-bottom: 1px solid #efefef;
}
.modal-screen .modal-header h3 {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  color: #212121;
  font-family: "Poppins", "Crimson Pro";
  font-weight: 600;
}
.modal-screen .close {
  position: absolute;
  right: 30px;
  top: 50%;
  border: none;
  width: 24px;
  height: 24px;
  text-indent: -9999em;
  background: url(../img/icon-close.png) no-repeat center center;
  background-size: 20px;
  outline: none !important;
  z-index: 999;
}
.modal-screen .modal-body {
  border-top: none;
  padding: 30px 20px 20px;
  min-height: 200px;
  max-height: calc(100vh - 120px);
  overflow: auto;
}
.modal-screen .modal-body .loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.modal-screen .modal-body .message {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 80%;
  text-align: center;
}
.modal-screen .modal-body .message svg {
  margin: 0 auto 20px;
}
.modal-screen .modal-body .confirmation {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  width: 100%;
  padding: 20px;
}
.modal-screen .modal-body .confirmation p {
  margin: 0 0 30px;
}
.modal-screen .modal-body .confirmation button {
  margin: 0 5px;
}

.admin-dashboard {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  height: calc(100vh - 50px);
  min-height: 560px;
  position: relative;
}
.admin-dashboard .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  max-height: 560px;
}
.admin-dashboard .content h1 {
  margin: 60px 0 40px;
  font-size: 24px;
  line-height: 1.14;
  font-weight: 600;
  color: #5E73E1;
}
.admin-dashboard .content .image {
  max-width: 720px;
  margin: 0 auto;
}
.admin-dashboard .content .items {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
}
.admin-dashboard .content .items .item {
  width: calc(20% - 20px);
}
.admin-dashboard .content .items .item a {
  display: block;
  width: 100%;
  padding-bottom: 60%;
  position: relative;
  color: #212529;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #e7e7e7;
  background-repeat: repeat-x;
  background-image: linear-gradient(45deg, #f3f3f3, #fff);
  box-shadow: 0 0 6px 1px rgba(153, 153, 153, 0.1);
  transition: all 0.3s linear;
}
.admin-dashboard .content .items .item a svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin-top: -12px;
  width: 36px;
  height: 36px;
  stroke-width: 1px;
  stroke: #666;
  transition: all 0.3s linear;
}
.admin-dashboard .content .items .item a span {
  position: absolute;
  top: 60px;
  width: 100%;
  left: 0;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 500;
  font-size: 11px;
  line-height: 14px;
  transition: all 0.3s linear;
}
.admin-dashboard .content .items .item a:hover {
  background: #fff;
  color: #ed3439;
}
.admin-dashboard .content .items .item a:hover svg {
  stroke: #ed3439;
}
.admin-dashboard .content .items .item.disabled a {
  cursor: not-allowed;
  color: #bbb;
}
.admin-dashboard .content .items .item.disabled a svg {
  stroke: #ddd;
}
.admin-dashboard .content .items .item.disabled a:hover {
  background-repeat: repeat-x;
  background-image: linear-gradient(45deg, #f3f3f3, #fff);
  color: #bbb;
}
.admin-dashboard .content .items .item.disabled a:hover svg {
  stroke: #ddd;
}

.admin-dashboard-grid {
  margin: 0 0 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.admin-dashboard-grid .item {
  width: 24%;
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e7e7e7;
  border-top: 5px solid #ed3439;
  padding: 40px 30px 30px;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
}
.admin-dashboard-grid .item strong {
  display: block;
  font-size: 4em;
  line-height: 1;
  color: #ed3439;
}

.membership-canvas {
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  border: 1px solid #efefef;
  background: #fff;
  max-width: 460px;
  padding: 30px;
  margin: 0 auto;
}
.membership-canvas .header {
  margin: 0 0 20px;
}
.membership-canvas .header h2 {
  font-size: 18px;
  line-height: 1.2;
}
.membership-canvas .instructions {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 30px;
}
.membership-canvas .footnote {
  margin-top: 25px;
}
.membership-canvas .footnote p {
  margin: 0 0 10px;
}
.membership-canvas .footnote p:last-child {
  margin: 0;
}

.thread-comments .item {
  padding: 20px 0;
}

.mark-complete {
  border: 1px solid red;
}

button.disabled {
  background-color: #DDE3EA !important;
  border-color: #DDE3EA !important;
  color: #7F8795 !important;
  cursor: not-allowed;
}
button.disabled:hover, button.disabled:focus, button.disabled:active {
  background-color: #DDE3EA !important;
  border-color: #DDE3EA !important;
  color: #7F8795 !important;
}

.message-status {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 30px;
  margin: 0 0 30px;
}
.message-status .item {
  width: calc(50% - 15px);
  position: relative;
}
.message-status .item__value {
  font-weight: 700;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.message-action-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.patient-info {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.patient-info .item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  border-top: 1px solid #eaeaea;
  padding-top: 10px;
}
.patient-info .item__label {
  width: 30%;
  font-size: 12px;
  padding-top: 2px;
  color: #4D68EB;
  color: #7F8795;
}
.patient-info .item__value {
  width: calc(70% - 20px);
}

.message-log {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  font-size: 12px;
  line-height: 1.4;
  max-height: 200px;
  overflow-y: auto;
}
.message-log .item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.message-log .item__timeagao {
  width: 20%;
  font-size: 10px;
  padding-top: 2px;
  font-size: italic;
  color: #7F8795;
}
.message-log .item__text, .message-log .item__value {
  width: calc(80% - 20px);
}

.attachments-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 20px;
  align-items: center;
}
.attachments-list svg {
  width: 20px;
  height: 20px;
}
.attachments-list .attachment {
  padding: 5px 10px;
  position: relative;
  font-size: 12px;
  line-height: 20px;
  background: white;
  border: 1px solid #F8F8F8;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
}
.attachments-list .attachment.allow-delete {
  padding-right: 35px;
}
.attachments-list .attachment a {
  color: #794EF1;
}
.attachments-list .attachment .btn-file-delete {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  font-size: 16px;
  line-height: 24px;
  background: #efefef;
  color: red;
  border: none;
}
.attachments-list .attachment .btn-file-delete svg {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.view-patient-info {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  padding: 20px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  margin: 0 0 20px;
}
.view-patient-info h3 {
  margin: 0 0 20px;
}
.view-patient-info .patient-data {
  display: flex;
  gap: 20px 0;
  flex-wrap: wrap;
  max-width: 960px;
  margin: 0 0 40px;
}
.view-patient-info .patient-data .item {
  width: 33.3333333333%;
  padding-right: 30px;
}
.view-patient-info .patient-data .item.notes {
  width: 100%;
}
.view-patient-info .patient-data .item__label {
  font-size: 12px;
  padding-top: 2px;
  color: #7F8795;
}
.view-patient-info .action-buttons {
  display: flex;
  gap: 10px;
}

.view-patient-messages {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  padding: 20px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  margin: 0 0 20px;
}
.view-patient-messages h3 {
  margin: 0 0 20px;
}

.view-patient-new-message {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  padding: 20px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  margin: 0 0 20px;
}
.view-patient-new-message h3 {
  margin: 0 0 20px;
}
.view-patient-new-message .create-message-form {
  max-width: 720px;
}
.view-patient-new-message .thank-you svg {
  margin: 0 0 20px;
  stroke: #794FF1;
}
.view-patient-new-message .thank-you svg .checkmark__circle {
  fill: #fff;
  stroke: #794FF1;
}

.patient-appointments, .patient-medications {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  padding: 20px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  margin: 0 0 20px;
}
.patient-appointments h3, .patient-medications h3 {
  margin: 0 0 20px;
}

.has-field-icons .form-field {
  margin: 0 0 60px;
  padding-left: 54px;
  margin: 0 0 30px;
  position: relative;
}
.has-field-icons .form-field .icon {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #5E73E1;
  width: 40px;
  height: 40px;
}
.has-field-icons .form-field .icon svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  stroke-width: 1px;
  stroke: #fff;
  width: 60%;
  height: 60%;
}
.has-field-icons .form-field .icon__purple {
  background-color: #794FF1;
}
.has-field-icons .form-field .row .field-group {
  margin: 0 0 30px;
}
.has-field-icons .form-field .field-submit {
  background-color: #5E73E1;
}

.permission-denied {
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  padding: 40px;
  background: #fff;
}

.ad-banner {
  display: block;
  cursor: pointer;
  position: relative;
  display: block;
}
.ad-banner span {
  display: block;
  position: absolute;
  left: 30px;
  bottom: 40px;
  background: #5b66da;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  color: #fff;
  text-transform: uppercase;
  padding: 16px 30px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.ad-banner img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media (max-width: 859.98px) {
  .ad-banner span {
    left: 20px;
    bottom: 30px;
    padding: 12px 25px;
    font-size: 14px;
    line-height: 1;
  }
  .ad-banner img {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media (max-width: 450px) {
  .ad-banner span {
    left: 15px;
    bottom: 15px;
    padding: 10px 20px;
    font-size: 11px;
    line-height: 1;
  }
  .ad-banner img {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}

.notice {
  display: block;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(94, 115, 225, 0.5);
  background: rgba(94, 115, 225, 0.1);
  padding: 10px 10px 10px 40px;
  position: relative;
  margin: 10px 0 20px;
  border-radius: 4px;
  gap: 5px;
  line-height: 1.5;
  font-style: italic;
}
.notice svg {
  position: absolute;
  left: 10px;
  top: 10px;
  stroke: #5E73E1;
  width: 24px;
  height: 24px;
}
@media (max-width: 859.98px) {
  .notice {
    padding-left: 36px;
  }
  .notice svg {
    width: 20px;
    height: 20px;
  }
}

.mhsportal-dashboard__filters {
  margin: 20px 0 0;
}
.mhsportal-dashboard__filters .field-group {
  min-width: 280px;
}
.mhsportal-dashboard__filters .field-reportrange {
  width: auto !important;
}

#reportrange {
  background: #fff;
  padding: 14px 10px 14px 34px;
  font-size: 12px;
  line-height: 18px;
  border: 1px solid #d8d8d8;
  position: relative;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  min-width: 260px;
}
#reportrange svg {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  stroke: #794EF1;
}
#reportrange.reportrange-dashboard {
  padding: 10px 10px 10px 34px;
}

.mhsportal-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 0 24px;
}
.mhsportal-stats a:hover {
  box-shadow: #794ef1 0px 1px 4px;
  color: #794EF1;
}
.mhsportal-stats .item {
  display: block;
  width: calc(20% - 16px);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  color: #000;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 30px 15px;
  text-align: center;
  color: #000;
  border: 1px solid #999;
}
.mhsportal-stats .item:hover {
  border-color: #000;
  color: #000;
  background: #fff;
}
.mhsportal-stats .item__patients {
  border: 1px solid #019eed;
  color: #019eed;
  background: rgba(1, 158, 237, 0.1);
}
.mhsportal-stats .item__messages {
  border: 1px solid #3b4199;
  color: #3b4199;
  background: rgba(59, 65, 153, 0.1);
}
.mhsportal-stats .item__unread {
  border: 1px solid #85066d;
  color: #85066d;
  background: rgba(133, 6, 109, 0.1);
}
.mhsportal-stats .item__open {
  border: 1px solid #f69336;
  color: #f69336;
  background: rgba(246, 147, 54, 0.1);
}
.mhsportal-stats .item__resolved {
  border: 1px solid #34b05a;
  color: #34b05a;
  background: rgba(52, 176, 90, 0.1);
}
.mhsportal-stats .item__unsolved {
  border: 1px solid #ef2438;
  color: #ef2438;
  background: rgba(239, 36, 56, 0.1);
}
.mhsportal-stats .item.green {
  border: 1px solid #34b05a;
  color: #34b05a;
  background: rgba(52, 176, 90, 0.1);
}
.mhsportal-stats .item.red {
  border: 1px solid #ef2438;
  color: #ef2438;
  background: rgba(239, 36, 56, 0.1);
}
.mhsportal-stats .item .count {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 700;
  font-style: normal;
}
.mhsportal-stats .item span {
  font-size: 12px;
  line-height: 1.4;
  display: block;
  font-style: italic;
  width: 100%;
}
.mhsportal-stats.response-time-stats {
  gap: 18px;
}
.mhsportal-stats.response-time-stats .item {
  width: calc(16.6666666667% - 15px);
  padding: 30px 10px;
}

.portal-data {
  margin: 30px 0 20px;
  border-top: 1px solid #eaeaea;
  padding: 10px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.portal-data h4 {
  margin: 0;
}

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

.btn-back {
  position: absolute;
  left: 0;
  top: 8px;
  transform: translateX(-50%);
  width: 28px;
  height: 28px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #794EF1;
  color: #fff;
}
.btn-back svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 20px;
  height: 20px;
}

#install-banner, #ios-install-banner, #safari-install-banner {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}
#install-banner .notification, #ios-install-banner .notification, #safari-install-banner .notification {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 400px;
  padding: 40px 20px;
  text-align: center;
  max-width: calc(100% - 40px);
  background: #fff;
  vertical-align: baseline;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
}
#install-banner .notification img, #ios-install-banner .notification img, #safari-install-banner .notification img {
  max-height: 16px;
  width: auto;
  display: inline-block;
  padding: 0 2px;
  transform: translateY(-2px);
}
#install-banner .notification .action-buttons, #ios-install-banner .notification .action-buttons, #safari-install-banner .notification .action-buttons {
  display: flex;
  gap: 10px;
  justify-content: center;
  padding: 0;
}
#install-banner .notification .action-buttons .btn-dismiss, #ios-install-banner .notification .action-buttons .btn-dismiss, #safari-install-banner .notification .action-buttons .btn-dismiss {
  background: #ccc;
  color: #777;
}
#install-banner .notification .action-buttons .btn-later, #ios-install-banner .notification .action-buttons .btn-later, #safari-install-banner .notification .action-buttons .btn-later {
  border: none;
  padding: 0;
  text-decoration: underline;
  text-shadow: none;
  font-weight: 600;
  background: none;
  color: #794EF1;
}

.pagination {
  font-family: "Poppins", Helvetica, "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  position: relative;
  text-align: center;
  border-top: 1px solid #e9ecef;
  padding-top: 20px;
  margin: 60px 0 30px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.pagination small {
  display: block;
  color: #828282;
  margin: 0 0 15px;
  font-size: 11px;
  line-height: 1;
}
.pagination .page-link {
  display: inline-block;
  margin: 0 4px;
  font-weight: 400;
}
.pagination a, .pagination .current {
  border: none;
  text-align: center;
  display: inline-block;
  padding: 4px 5px 4px;
  font-weight: 600;
}
.pagination a {
  display: inline-block;
  color: #ed3439;
}
.pagination .current {
  color: #000;
}
.pagination .first, .pagination .last {
  position: absolute;
  bottom: 0;
  width: auto;
  text-transform: uppercase;
}
.pagination .last {
  right: 0;
}
.pagination .first {
  left: 0;
}
.pagination .next, .pagination .prev {
  width: auto;
  text-transform: uppercase;
}
.pagination .next {
  margin-left: 20px;
}
.pagination .prev {
  margin-right: 20px;
}

.post-navigation {
  border-top: 2px solid #000;
  padding-top: 20px;
  margin: 30px 0;
}
.post-navigation::after {
  display: block;
  clear: both;
  content: "";
}
.post-navigation a {
  border: none;
}
.post-navigation .meta-nav {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
}
.post-navigation .post-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
}
.post-navigation .nav-previous {
  float: left;
  width: 40%;
}
.post-navigation .nav-next {
  text-align: right;
  float: right;
  width: 40%;
}

.page-membership {
  min-height: 100vh;
  background: #f7f7f7 url(../img/login_bg.png) no-repeat center 100px;
  font-size: 14px;
  line-height: 1.4;
  padding: 120px 0 40px;
}

.membership-header {
  padding: 20px 30px;
  text-align: center;
  border-bottom: 1px solid #d5d5d5;
}
.membership-header .site-logo {
  margin: 0 auto;
  padding: 0;
}
.membership-header .site-logo img {
  max-height: 64px;
  width: auto;
}

.content-wrapper {
  max-width: 425px;
  width: 90%;
  margin: 0 auto;
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
}
.content-wrapper h2 {
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 20px;
}

.membership-loader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.5);
}
.membership-loader .loader-icon {
  position: absolute;
  top: 105px;
  left: 50%;
  margin-left: -12px;
  margin-top: -12px;
  border: 2px solid #999; /* Light grey */
  border-top: 2px solid #000; /* Blue */
  border-radius: 50%;
  width: 24px;
  height: 24px;
  animation: spin 1s linear infinite;
  z-index: 100;
  background-color: #fff;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.membership-content {
  padding: 40px;
}
.membership-content h2 {
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 30px;
}
.membership-content .login-separator {
  margin: 20px 0 30px;
  height: 1px;
  background: #efefef;
}

.field-group-login {
  margin: 0 0 20px;
}
.field-group-login .row {
  margin-left: -10px;
  margin-right: -10px;
}
.field-group-login .row > [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.field-input-login {
  border: 1px solid #efefef;
  padding: 12px;
  width: 100%;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.login-footer {
  max-width: 960px;
  margin: 120px auto 0;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 700;
  color: #999;
}
.login-footer a {
  color: #555;
}

.login-form .row {
  margin-left: -10px;
  margin-right: -10px;
}
.login-form .row > [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}
.login-form .info {
  font-size: 13px;
  line-height: 1.4;
  font-style: italic;
  margin: 0 0 30px;
}
.login-form .ajax-msg {
  font-weight: 700;
  font-style: italic;
}
.login-form .ajax-msg.alert-error, .login-form .ajax-msg.msg-success {
  margin-bottom: 20px;
  font-size: 16px;
}
.login-form .ajax-msg.alert-error {
  color: #de4b33;
}
.login-form .ajax-msg.hidden {
  display: none;
}
.login-form span.required {
  color: #de4b33;
  padding-left: 2px;
}
.login-form .field-group {
  position: relative;
  margin-bottom: 30px !important;
}
.login-form .field-group__other {
  display: none;
}
.login-form .field-group label {
  display: block;
  font-size: 11px;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #6c757d;
  margin: 0;
}
.login-form .field-group label.hidden {
  display: none;
}
.login-form .field-group .instructions {
  font-size: 13px;
  line-height: 18px;
  font-style: italic;
  margin: 0 0 10px;
}
.login-form .field-group .field-input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #212121;
  color: #212529;
  background: transparent;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0 9px;
  outline: none;
}
.login-form .field-group .field-input::-moz-placeholder {
  font-style: normal;
  color: #bbb;
  opacity: 1;
}
.login-form .field-group .field-input:-ms-input-placeholder {
  color: #bbb;
}
.login-form .field-group .field-input::-webkit-input-placeholder {
  color: #bbb;
}
.login-form .field-group .field-input:focus {
  border-color: #ed3439;
}
.login-form .field-group .field-input.has-error {
  border-color: red;
}
.login-form .field-group-submit .field-submit {
  border: none;
  padding: 15px 25px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  padding: 15px 40px 15px 20px;
  font-weight: 600;
  background: #ed3439 url(../img/arrow-right_white.png) no-repeat right 15px center;
  background-size: 16px 8px;
  letter-spacing: 0.05;
  border: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.login-form .field-group-submit .field-submit:hover {
  background-color: #000;
}
.login-form .field-captcha {
  float: left;
  border-right: 1px solid #eaeaea;
  margin-right: 30px;
}
.login-form .field-captcha label {
  font-size: 14px;
  padding: 0;
  font-weight: 400;
  display: block;
}
.login-form .field-captcha label span {
  font-family: Helvetica, Arial, sans-serif;
}
.login-form .field-captcha label span.required {
  color: #de4b33;
}
.login-form .field-captcha input {
  border: 1px solid #ccc;
  background: #fafafa;
  color: #212529;
  font-size: 14px;
  line-height: 1;
  padding: 5px;
  outline: none;
}
@media (max-width: 859.98px) {
  .login-form small {
    font-size: 12px;
    line-height: 1.5;
  }
  .login-form .field-group {
    margin-bottom: 20px;
  }
  .login-form .field-group .instructions {
    font-size: 11px;
    line-height: 15px;
  }
  .login-form .field-group-submit .field-submit {
    border: none;
    padding: 15px 50px 15px 20px;
    background-position: right 15px center;
    background-size: 20px 10px;
    font-size: 16px;
    line-height: 1;
  }
}

.form-submit-errors {
  display: none;
  padding: 15px 20px;
  border: 1px solid #de4b33;
  background: white;
  margin: 30px 0 0;
  font-weight: 600;
  color: #000;
  font-size: 14px;
  line-height: 1.5;
}
.form-submit-errors a {
  color: #de4b33;
  text-decoration: none;
}
.form-submit-errors.success {
  border: 1px solid #60bf60;
  background: rgb(223.2713004484, 242.2286995516, 223.2713004484);
}

.thank-you-message {
  display: none;
  font-size: 16px;
  line-height: 1.5;
  margin: 40px 0;
  font-weight: 600;
}
.thank-you-message h3 {
  font-size: 22px;
  line-height: 30px;
  margin: 0 0 10px;
}

.membership-wrapper {
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  border: 1px solid #efefef;
  background: #fff;
  max-width: 360px;
  padding: 30px;
  margin: 0 auto;
}
.membership-wrapper__header {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 40px;
}
.membership-wrapper__header h2 {
  font-size: 18px;
  line-height: 1.2;
}
.membership-wrapper form {
  margin: 0 0 40px;
}
.membership-wrapper .terms {
  font-size: 14px;
  line-height: 1.4;
}

.login-message {
  text-align: center;
}
.login-message svg {
  margin: 0 auto 30px;
}

.field-wrapper {
  position: relative;
  margin-bottom: 20px;
}
.field-wrapper .field-input {
  border: 2px solid #999;
  padding: 15px 12px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  font-weight: 600;
  outline: none;
}
.field-wrapper .field-input:not([disabled]):focus ~ .field-placeholder {
  color: #000;
}
.field-wrapper .field-readonly {
  color: #777;
  background: #efefef;
}
.field-wrapper .field-placeholder {
  font-size: 16px;
  position: absolute;
  top: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #80868b;
  font-weight: 600;
  left: 0;
  padding: 0 12px;
  -webkit-transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1), opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1), opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
  text-align: left;
  width: 100%;
}
.field-wrapper .field-placeholder span {
  background: #ffffff;
  padding: 0px 5px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.field-wrapper .field-submit {
  font-size: 16px;
  line-height: 1;
  background: #ed3439;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  border: none;
  padding: 12px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  height: 50px;
}

.field-wrapper .field-input:not([disabled]):focus ~ .field-placeholder,
.field-wrapper.hasValue .field-input:not([disabled]) ~ .field-placeholder {
  top: -8px;
  padding: 0 12px;
  font-size: 12px;
}

.digit-group {
  text-align: center;
}
.digit-group input[type=password] {
  height: 50px;
  border: none;
  line-height: 44px;
  width: 48px;
  text-align: center;
  font-size: 24px;
  line-height: 1;
  font-weight: 200;
  margin: 0 3px;
  border: 1px solid #ccc;
  outline: none;
}
.digit-group input[type=password]:focus {
  border-color: #5E73E1;
}

.login-ajax-response {
  display: none;
  margin: 0 0 20px;
  padding: 12px 15px;
  color: #383d41;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #d6d8db;
  background-color: #e2e3e5;
  position: relative;
}
.login-ajax-response p {
  margin: 0;
}
.login-ajax-response.success {
  border: none;
  background: none;
  text-align: center;
}
.login-ajax-response.success svg, .login-ajax-response.success img {
  margin: 0 auto 20px;
}
.login-ajax-response.error {
  padding-left: 40px;
  color: #721c24;
  border-color: #f5c6cb;
  background: #f8d7da url(../img/icon-error.png) no-repeat 12px 14px;
  background-size: 16px;
}
.login-ajax-response.warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.login-ajax-response.info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.login-ajax-response.dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.login-ajax-response.primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.login-ajax-response p {
  margin: 0 0 10px;
}
.login-ajax-response p:last-child {
  margin: 0;
}
.login-ajax-response .checkmark {
  margin: 0 auto 10px;
}

/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

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

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

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

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

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

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

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

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

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

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

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

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

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

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

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

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

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

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

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

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

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

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

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

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

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

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

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

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

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

/**
 * S H O W   L O A D I N G
 * -----------------------------------
 */
.loading-indicator {
  width: 40px;
  height: 40px;
  background-color: #ed3439;
  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
}

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.loading-indicator-overlay {
  background-color: rgba(255, 255, 255, 0.75);
}

#site-header {
  height: 96px;
  position: relative;
  width: 100%;
  transition: all 0.3s linear;
  background: #fff;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
  height: 68px;
  position: fixed;
  z-index: 1;
  display: none;
}
#site-header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#site-header .site-title {
  margin: 0;
  padding: 10px 10px;
  font-size: 24px;
  line-height: 1;
  list-style: none;
}
#site-header .site-title img {
  max-height: 48px;
  width: auto;
}
#site-header .user-navigation {
  position: relative;
  margin: 0;
  padding: 0;
}
#site-header .user-navigation:hover ul {
  opacity: 1;
  visibility: visible;
}
#site-header .user-navigation h3 {
  text-align: right;
  color: #ed3439;
  font-size: 14px;
  line-height: 1.2;
  height: 68px;
  margin: 0;
  padding: 0 15px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
#site-header .user-navigation h3 img {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  margin-left: 20px;
  border: 1px solid #ccc;
}
#site-header .user-navigation ul {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  width: 240px;
  margin: 0;
  padding: 0 0 10px;
  list-style: none;
  z-index: 999;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s linear;
  border: 1px solid #efefef;
}
#site-header .user-navigation ul li a {
  padding: 16px 20px 16px 56px;
  display: block;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 20px center;
}
#site-header .user-navigation ul li a:hover {
  background-color: #33B0B5;
  color: #fff;
}
#site-header .user-navigation ul li.profile a {
  background-image: url(../img/icons/profile.svg);
}
#site-header .user-navigation ul li.profile a:hover {
  background-image: url(../img/icons/profile_hover.svg);
}
#site-header .user-navigation ul li.account-information a {
  background-image: url(../img/icons/account-information.svg);
}
#site-header .user-navigation ul li.account-information a:hover {
  background-image: url(../img/icons/account-information_hover.svg);
}
#site-header .user-navigation ul li.two-fa a {
  background-image: url(../img/icons/two-factor-authentication.svg);
}
#site-header .user-navigation ul li.two-fa a:hover {
  background-image: url(../img/icons/two-factor-authentication_hover.svg);
}
#site-header .user-navigation ul li.security-pin a {
  background-image: url(../img/icons/pin.png);
}
#site-header .user-navigation ul li.security-pin a:hover {
  background-image: url(../img/icons/pin_hover.png);
}
#site-header .user-navigation ul li.logout a {
  background-image: url(../img/icons/logout.svg);
}
#site-header .user-navigation ul li.logout a:hover {
  background-image: url(../img/icons/logout_hover.svg);
}

.header-userinfo {
  font-size: 14px;
  line-height: 32px;
}
.header-userinfo .userinfo {
  display: block;
  padding-right: 20px;
  position: relative;
}
.header-userinfo .userinfo img {
  float: left;
  width: 32px;
  height: 32px;
  border: 1px solid blue;
  padding: 3px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin-right: 10px;
}
.header-userinfo .userinfo svg {
  position: absolute;
  right: 0;
  top: 8px;
  width: 16px;
  height: 16px;
  transition: 0.25s all linear;
}
.header-userinfo .userinfo.menu--open svg {
  transform: rotate(-180deg);
}
.header-userinfo ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 1000;
  display: none;
  right: 0;
  top: 40px;
  width: 180px;
  background: #fff;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  font-size: 13px;
  line-height: 18px;
}
.header-userinfo ul li {
  border-bottom: 1px solid #efefef;
}
.header-userinfo ul li a {
  display: block;
  padding: 10px 15px;
  font-weight: 500;
  color: #444;
}
.header-userinfo ul li a:hover {
  background-color: #f5f5f5;
  color: #000;
}

body {
  background-color: #fff;
}

.wrap {
  position: relative;
}

#content {
  position: relative;
  background: #fbf9f9;
  display: flex;
  flex-wrap: wrap;
  min-height: 100vh;
  padding-left: 120px;
}
#content #secondary {
  width: 120px;
}

#primary {
  width: 100%;
}
#primary .primary-content {
  min-height: 100vh;
  height: 100%;
  position: relative;
  display: flex;
}
#primary .page-header {
  border-top: 4px solid #ffcb22;
  width: 200px;
  min-height: 100vh;
  color: #000;
  position: relative;
  border-right: 1px solid #e2ddd8;
  background: #f9f6f1;
}
#primary .page-header .info-card {
  border-bottom: 1px solid #e2ddd8;
  position: relative;
  padding: 20px 20px;
  display: flex;
  align-items: center;
}
#primary .page-header .info-card img {
  max-width: 40px;
  height: auto;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #ff543d;
}
#primary .page-header .info-card h1 {
  font-weight: 700;
  padding-left: 10px;
  font-size: 12px;
  line-height: 1.2;
  margin: 0;
}
#primary .page-header.has-tabs {
  padding-bottom: 0;
}
#primary .page-header p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 10px;
}
#primary .page-header p:last-child {
  margin-bottom: 0;
}
#primary .page-header .btn-addnew {
  position: absolute;
  right: 0;
  top: 0;
}
#primary .page-header .btn-addnew .link-btn {
  background: #a535ef;
}
#primary .page-header .back-link {
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #fff;
}
#primary .page-content {
  width: calc(100% - 200px);
  border-top: 4px solid #6fd1ba;
  padding: 20px 20px;
}
#primary .page-content__full {
  width: 100%;
}
#primary .page-content .page-section {
  box-shadow: 0 0 6px 1px rgba(153, 153, 153, 0.1);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e2ddd8;
  overflow: hidden;
  margin: 0 0 20px;
}
#primary .page-content .page-section.last-item {
  margin: 0;
}
#primary .page-content .page-section__header {
  padding: 15px 20px;
  position: relative;
  border-bottom: 1px solid #e2ddd8;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  background: #f9f6f1;
}
#primary .page-content .page-section__header .action-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}
#primary .page-content .page-section__header h2, #primary .page-content .page-section__header h3 {
  margin: 10px 0;
  font-size: 16px;
  line-height: 1;
}
#primary .page-content .page-section__header .start-date {
  margin-top: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
  line-height: 1.2;
}
#primary .page-content .page-section__header .contact-info, #primary .page-content .page-section__header .address {
  margin-top: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
  line-height: 1.2;
}
#primary .page-content .page-section__header .contact-info svg, #primary .page-content .page-section__header .address svg {
  width: 12px;
  height: 12px;
}
#primary .page-content .page-section__header .address strong {
  text-transform: none;
}
#primary .page-content .page-section__header .checklist-progress {
  margin: 10px 0 0;
  max-width: 250px;
}
#primary .page-content .page-section__header .checklist-progress .progress-bar::before {
  background-color: #ddd;
}
#primary .page-content .page-section__header .checklist-progress h4 {
  margin: 0;
  font-weight: 600;
}
#primary .page-content .page-section__header.tabs {
  padding: 0;
  font-size: 14px;
  line-height: 1;
}
#primary .page-content .page-section__header.tabs::after {
  display: block;
  clear: both;
  content: "";
}
#primary .page-content .page-section__header.tabs a {
  display: block;
  float: left;
  width: auto;
  padding: 20px;
  color: #000;
  font-weight: 600;
  border-right: 1px solid #ddd;
  position: relative;
}
#primary .page-content .page-section__header.tabs a.selected {
  background: #fff;
}
#primary .page-content .page-section__header.tabs a.selected::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #fff;
}
#primary .page-content .page-section__content {
  padding: 25px 20px;
  background: #fff;
}
#primary .page-content .page-section__content .not-found {
  font-size: 12px;
  line-height: 1.4;
  color: #999;
}

#secondary {
  border-top: 4px solid #ff543d;
  position: relative;
  padding-top: 60px;
  background: #f4f1ec;
  border-right: 1px solid #e2ddd8;
  position: fixed;
  left: 0;
  z-index: 1;
  height: 100vh;
  overflow: auto;
}
#secondary .refresh-button {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 72px;
  height: 72px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: none;
  text-align: center;
  font-size: 12px;
  background: #fff;
  color: #ed3439;
  box-shadow: 0 0 6px 1px rgba(153, 153, 153, 0.1);
  transition: all 0.2s linear;
}
#secondary .refresh-button svg {
  display: block;
  margin: 0 auto;
  width: 20px;
}
#secondary .refresh-button:hover {
  background: #ed3439;
  color: #fff;
}
#secondary .site-icon {
  padding: 10px 0 10px;
  height: 60px;
  text-align: center;
  border-top: 1px solid #e2ddd8;
  font-size: 10px;
  line-height: 1.2;
  background: #fff;
  width: 120px;
  position: fixed;
  top: 4px;
  z-index: 999;
  box-shadow: 0 0 6px 1px rgba(153, 153, 153, 0.1);
}
#secondary .site-icon img {
  max-height: 40px;
  width: auto;
}
#secondary .vault-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#secondary .vault-navigation > ul {
  font-size: 11px;
  line-height: 1;
}
#secondary .vault-navigation > ul > li {
  position: relative;
}
#secondary .vault-navigation > ul > li .submenu-toggle-btn {
  position: absolute;
  top: 17px;
  right: 20px;
  width: 16px;
  height: 16px;
  background: url(../img/icons/plus.png) no-repeat center center;
  background-size: 100%;
  border: none;
  z-index: -999em;
  outline: none;
}
#secondary .vault-navigation > ul > li .submenu-toggle-btn:hover {
  background-image: url(../img/icons/plus-hover.png);
}
#secondary .vault-navigation > ul > li.zoom a, #secondary .vault-navigation > ul > li.logout a {
  color: #d40601;
}
#secondary .vault-navigation > ul > li.zoom a svg, #secondary .vault-navigation > ul > li.logout a svg {
  stroke: #d40601;
}
#secondary .vault-navigation > ul > li > a {
  display: block;
  padding: 48px 0 16px 0;
  position: relative;
  font-weight: 400;
  color: #000;
  text-align: center;
  border-bottom: 1px solid #e2ddd8;
}
#secondary .vault-navigation > ul > li > a svg {
  width: 24px;
  position: absolute;
  left: 50%;
  top: 16px;
  transform: translateX(-50%);
  stroke: rgba(0, 0, 0, 0.75);
  stroke-width: 2px;
}
#secondary .vault-navigation > ul > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#secondary .vault-navigation > ul > li.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: #ed3439;
}
#secondary .vault-navigation > ul > li.active .submenu-toggle-btn {
  background-image: url(../img/icons/minus.png);
}
#secondary .vault-navigation > ul > li.active .submenu-toggle-btn:hover {
  background-image: url(../img/icons/minus-hover.png);
}
#secondary .vault-navigation > ul > li.active > a {
  color: #ff543d;
}
#secondary .vault-navigation > ul > li.active > a svg {
  stroke: rgba(255, 84, 61, 0.75);
}
#secondary .vault-navigation > ul > li.active ul {
  display: block;
}
#secondary .vault-navigation > ul > li ul {
  display: none;
  background: #fff;
  padding: 0 0 10px 0;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
}
#secondary .vault-navigation > ul > li ul li {
  padding-left: 56px;
  margin: 0 0 10px;
}
#secondary .vault-navigation > ul > li ul li:last-child {
  border: none;
}
#secondary .vault-navigation > ul > li ul li a {
  color: #212529;
}
#secondary .vault-navigation > ul > li ul li a:hover {
  color: #5E73E1;
}
#secondary .vault-navigation > ul > li ul li.active a {
  color: #5E73E1;
}

.data-table {
  margin: 0 0 40px;
  width: 100%;
  min-width: 600px;
  overflow-x: auto;
}
.data-table table {
  width: 100%;
  padding: 0;
  border-collapse: collapse;
}
.data-table table thead tr {
  border-bottom: 2px solid #6c757d;
  border-top: 2px solid #6c757d;
  font-weight: 800;
  color: #000;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.data-table table thead tr th {
  padding: 15px 30px 15px 0;
  word-break: break-all;
}
.data-table table tbody {
  font-size: 13px;
  line-height: 1.3;
}
.data-table table tbody tr {
  border-bottom: 1px solid #ccc;
  vertical-align: top;
}
.data-table table tbody tr td {
  overflow: hidden;
  padding: 15px 40px 15px 0;
  word-break: break-all;
}
.data-table table tbody tr td h3 {
  margin: 0 0 10px;
}
.data-table table tbody tr td h3 a {
  color: inherit;
}
.data-table table tbody tr td .action-links {
  text-transform: uppercase;
  line-height: 1;
  font-weight: 500;
  margin: 0;
  padding: 0;
  list-style: none;
}
.data-table table tbody tr td .action-links li {
  display: block;
  float: left;
}
.data-table table tbody tr td .action-links li::after {
  content: "|";
  padding: 0 10px;
  color: #6c757d;
}
.data-table table tbody tr td .action-links li:last-child::after {
  content: "";
}
.data-table table tbody tr:nth-child(even) {
  background-color: #fafafa;
}
.data-table table .action-buttons {
  width: 90px;
}

.add-new-post {
  margin-bottom: 40px;
}

.resend-opt-wrapper {
  text-align: center;
  margin: 40px 0 0;
}
.resend-opt-wrapper .btn-resend-otp {
  font-size: 12px;
  line-height: 1.2;
  padding: 5px 10px;
  border: 1px solid #33B0B5;
  color: #33B0B5;
  background-color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.resend-opt-wrapper .btn-resend-otp:disabled {
  border-color: #ccc;
  color: #ccc;
}

.page-header-a {
  background: linear-gradient(270deg, #0ecad4 10.72%, #7e5cef 95.71%);
  padding: 30px;
  color: #fff;
  position: relative;
}
.page-header-a h1 {
  border: 2px solid green;
}
.page-header-a.has-tabs {
  padding-bottom: 0;
}
.page-header-a p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 10px;
}
.page-header-a p:last-child {
  margin-bottom: 0;
}
.page-header-a .btn-addnew {
  position: absolute;
  right: 0;
  top: 0;
}
.page-header-a .btn-addnew .link-btn {
  background: #a535ef;
}
.page-header-a .back-link {
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #fff;
}
.page-header-a h1 {
  font-size: 30px;
  line-height: 1.3;
}

.page-header .links {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2;
  padding: 20px;
}
.page-header .links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-header .links ul li {
  margin: 0 0 20px;
}
.page-header .links a {
  color: #212529;
}
.page-header .links a:hover {
  color: #ff543d;
}
.page-header .links a.active {
  color: #ff543d;
}

.payor-general-information {
  margin: 0 0 30px;
}

.link-btn-a {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none !important;
  display: inline-block;
  padding: 15px 20px 13px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-transform: uppercase;
  text-align: center;
  outline: none;
  box-shadow: none;
  border: none;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  background: linear-gradient(270deg, #0ecad4 10.72%, #7e5cef 95.71%);
}
.link-btn-a:hover {
  z-index: 1000;
  box-shadow: rgba(0, 0, 0, 0.2) 0 5px 16px 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 5px 16px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 5px 16px 2px;
}
.link-btn-a .ink {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.link-btn-a__home {
  width: 100%;
  max-width: 360px;
}
.link-btn-a__center {
  margin-left: auto;
  margin-right: auto;
}
.link-btn-a__full {
  width: 100%;
}
.link-btn-a__white {
  background: #fff;
  color: #ed3439;
}
.link-btn-a__outline {
  background: #fff;
  color: #ed3439;
  border: 1px solid #ed3439;
}
.link-btn-a__amazon {
  color: #000;
  background: #ECB839 url(../img/icon-amazon.png) no-repeat 9px 9px;
  background-size: 24px 24px;
}
.link-btn-a__amazon:hover {
  color: #000;
}
.link-btn-a__flipkart {
  background: #0F77CE url(../img/icon-flipkart.png) no-repeat 9px 9px;
  background-size: 24px 24px;
}

.page-content-a {
  background: #efefef;
  padding: 22px 20px;
}
.page-content-a .section-block {
  box-shadow: 0 0 6px 1px rgba(153, 153, 153, 0.1);
  margin: 0 0 30px;
  background: #fff;
}
.page-content-a .section-block__header {
  background: #f5f5f5;
  border-bottom: 2px solid #efefef;
  padding: 30px;
  position: relative;
}
.page-content-a .section-block__header h2, .page-content-a .section-block__header h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.2;
}
.page-content-a .section-block__header.tabs {
  padding: 0;
}
.page-content-a .section-block__header.tabs::after {
  display: block;
  clear: both;
  content: "";
}
.page-content-a .section-block__header.tabs a {
  display: block;
  float: left;
  width: auto;
  padding: 30px;
  color: #000;
  font-weight: 600;
  border-right: 1px solid #ddd;
  position: relative;
}
.page-content-a .section-block__header.tabs a.selected {
  background: #fff;
}
.page-content-a .section-block__header.tabs a.selected::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #fff;
}
.page-content-a .section-block__header .action-buttons {
  position: absolute;
  right: 30px;
  top: 22px;
}
.page-content-a .section-block__content {
  padding: 30px;
}

.list .item {
  margin: 0 0 25px;
  position: relative;
  background: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  padding: 15px 15px;
  border-top: 2px solid rgba(237, 52, 57, 0.5);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
}
.list .item.show-notification::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 15px;
  width: 12px;
  height: 12px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #33B0B5;
}
.list .item:hover {
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.list .item__info {
  width: 28%;
  padding-right: 30px;
  font-size: 14px;
  line-height: 1.4;
}
.list .item__info h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
}
.list .item__progress {
  margin-top: 5px;
  width: 23%;
  border: 1px solid #efefef;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #fafafa;
  padding: 10px;
  display: block;
  color: #212529;
}
.list .item__progress h4 {
  font-size: 10px;
  line-height: 1;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.list .item__progress .last-updated {
  font-size: 12px;
  line-height: 1.3;
  font-style: italic;
}
.list .item a.item__progress:hover {
  border-color: rgba(237, 52, 57, 0.5);
}
.list .item__status {
  margin-top: 5px;
  width: 18%;
  text-align: right;
}
.list .item__status h4 {
  font-size: 10px;
  line-height: 14px;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.list .item__status h4 span {
  padding-left: 12px;
  position: relative;
  display: inline-block;
}
.list .item__status h4 span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin-top: -1px;
}
.list .item__status h4 span.active::before {
  background: green;
}
.list .item__status h4 span.inactive::before {
  background: red;
}
.list .item__status .last-updated {
  font-size: 12px;
  line-height: 1.3;
  font-style: italic;
}
.list .item__action {
  font-size: 12px;
  line-height: 1.3;
  font-style: italic;
}
.list .item__action a {
  color: #ed3439;
  font-weight: 600;
}
.list .item__action a.success {
  color: green;
}

.data-filters {
  padding: 20px 0 30px;
}

.search-form-wrapper {
  background: #fff;
  padding-left: 35px;
  height: 35px;
  width: 340px;
  position: relative;
  box-shadow: 0 0 2px 2px rgba(204, 204, 204, 0.1);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: none;
  overflow: hidden;
}
.search-form-wrapper .btn-search, .search-form-wrapper .btn-clear-search {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
}
.search-form-wrapper .btn-search svg, .search-form-wrapper .btn-clear-search svg {
  width: 16px;
}
.search-form-wrapper .btn-search {
  left: 10px;
}
.search-form-wrapper .btn-search svg {
  stroke: #794EF1;
}
.search-form-wrapper .btn-clear-search {
  right: 0;
  background: #fafafa;
  border-left: 1px solid #f1f1f1;
  height: 35px;
  width: 35px;
  outline: none;
}
.search-form-wrapper .btn-clear-search svg {
  stroke: red;
}
.search-form-wrapper .btn-clear-search:hover {
  background: #efefef;
}
.search-form-wrapper input[type=text] {
  border: none;
  padding: 8px 0;
  font-size: 13px;
  line-height: 19px;
  width: 100%;
  outline: none;
}
.search-form-wrapper input[type=text]::-moz-placeholder {
  font-style: italic;
  color: #b2b2b2;
  opacity: 1;
}
.search-form-wrapper input[type=text]:-ms-input-placeholder {
  color: #b2b2b2;
}
.search-form-wrapper input[type=text]::-webkit-input-placeholder {
  color: #b2b2b2;
}

.no-data {
  font-size: 12px;
  line-height: 1.4;
  color: #999;
}

.data-list .no-data {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.4;
}
.data-list .item {
  display: flex;
  justify-content: space-between;
  position: relative;
  border-top: 1px solid #efefef;
  padding: 15px 0 15px 0;
  font-size: 12px;
  line-height: 1.5;
}
.data-list .item:last-child {
  padding-bottom: 0;
}
.data-list .item .item-info {
  margin: 10px 0 0;
}
.data-list .item .item-info p, .data-list .item .item-info ul, .data-list .item .item-info ol {
  margin: 0 0 15px;
}
.data-list .item .item-info ul, .data-list .item .item-info ol {
  padding: 0 0 0 20px;
}
.data-list .item .item-info ul li, .data-list .item .item-info ol li {
  margin: 0 0 5px;
}
.data-list .item .yes, .data-list .item .no {
  display: inline-block;
  position: relative;
  font-weight: 700;
  padding: 6px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
}
.data-list .item .yes {
  background: #30D158;
  color: #EBFBEF;
}
.data-list .item .no {
  background: #E31A0E;
  color: #FFF3E9;
}
.data-list .item.new-item {
  background: rgba(228, 245, 213, 0.5);
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}
.data-list .item__header {
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  color: #7e5aee;
  letter-spacing: 0.05em;
  border: none;
  padding-top: 0;
}
.data-list .item__header .sortable {
  padding-left: 12px;
  position: relative;
  cursor: pointer;
}
.data-list .item__header .sortable::before, .data-list .item__header .sortable::after {
  border: 4px solid transparent;
  content: "";
  display: block;
  height: 0;
  left: 0;
  top: 50%;
  position: absolute;
  width: 0;
}
.data-list .item__header .sortable::before {
  border-bottom-color: #ccc;
  margin-top: -9px;
}
.data-list .item__header .sortable::after {
  border-top-color: #ccc;
  margin-top: 1px;
}
.data-list .item__header .sortable.desc::after {
  border-top-color: #ed3439;
}
.data-list .item__header .sortable.asc::before {
  border-bottom-color: #ed3439;
}
.data-list .item__col {
  padding-right: 20px;
}
.data-list .item__col h3, .data-list .item__col h4 {
  margin: 0;
}
.data-list .item__col p {
  margin: 0 0 2px;
}
.data-list .item__col p span {
  color: #666;
  font-style: italic;
  font-size: 0.825em;
}
.data-list .item__col a:not(.link-btn) {
  color: #ed3439;
}
.data-list .item__col .na {
  font-size: 0.875em;
  color: #999;
}
.data-list .item__action {
  width: 10%;
  padding-right: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  align-items: start;
  gap: 5px;
}
.data-list .item__action button {
  margin-left: 5px;
}
.data-list .item__action button:first-child {
  margin: 0;
}
.data-list .item__contact-info svg {
  width: 14px;
}

.loader {
  margin: 0;
  width: 45px;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.loader > div {
  width: 10px;
  height: 10px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.loader .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.button--loading .button__text {
  visibility: hidden;
  opacity: 0;
}
.button--loading::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 3px solid transparent;
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

.btn-submit {
  position: relative;
  padding: 15px 30px;
  background: #5E73E1;
  outline: none;
  box-shadow: none;
  border: none;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}
.btn-submit .button__text {
  color: #fff;
  transition: all 0.2s;
}
.btn-submit.button--loading .button__text {
  visibility: hidden;
  opacity: 0;
}
.btn-submit.button--loading::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 3px solid transparent;
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type=checkbox],
  input[type=radio] {
    --active: #275EFE;
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, .3);
    --border: #BBC1E1;
    --border-hover: #275EFE;
    --background: #fff;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 18px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }
  input[type=checkbox]:after,
  input[type=radio]:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
  }
  input[type=checkbox]:checked,
  input[type=radio]:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
  }
  input[type=checkbox]:disabled,
  input[type=radio]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
  }
  input[type=checkbox]:disabled:checked,
  input[type=radio]:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  input[type=checkbox]:disabled + label,
  input[type=radio]:disabled + label {
    cursor: not-allowed;
  }
  input[type=checkbox]:hover:not(:checked):not(:disabled),
  input[type=radio]:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  input[type=checkbox]:focus,
  input[type=radio]:focus {
    box-shadow: 0 0 0 var(--focus);
  }
  input[type=checkbox]:not(.switch),
  input[type=radio]:not(.switch) {
    width: 18px;
  }
  input[type=checkbox]:not(.switch):after,
  input[type=radio]:not(.switch):after {
    opacity: var(--o, 0);
  }
  input[type=checkbox]:not(.switch):checked,
  input[type=radio]:not(.switch):checked {
    --o: 1;
  }
  input[type=checkbox] + label,
  input[type=radio] + label {
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 4px;
  }
  input[type=checkbox]:not(.switch) {
    border-radius: 7px;
  }
  input[type=checkbox]:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 6px;
    top: 3px;
    transform: rotate(var(--r, 20deg));
  }
  input[type=checkbox]:not(.switch):checked {
    --r: 43deg;
  }
  input[type=checkbox].switch {
    width: 38px;
    border-radius: 11px;
  }
  input[type=checkbox].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background: var(--ab, var(--border));
    transform: translateX(var(--x, 0));
  }
  input[type=checkbox].switch:checked {
    --ab: var(--active-inner);
    --x: 19px;
  }
  input[type=checkbox].switch:disabled:not(:checked):after {
    opacity: 0.6;
  }
  input[type=radio] {
    border-radius: 50%;
  }
  input[type=radio]:after {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    transform: scale(var(--s, 0.7));
  }
  input[type=radio]:checked {
    --s: .5;
  }
}
.radio-buttons {
  position: relative;
  margin: 6px 0 0;
  line-height: 20px;
}
.radio-buttons__inline input + label {
  margin-right: 20px;
}

.filed-input-inline {
  padding: 5px 10px;
  border: 1px solid #ccc;
}
.filed-input-inline.field-datepicker {
  background-position: right 5px center !important;
}

.subheading {
  font-size: 14px;
  line-height: 1.2;
  margin: 0 0 30px;
}

.credentaling-search {
  padding: 30px 0 0;
  position: relative;
}
.credentaling-search form {
  max-width: 900px;
}
.credentaling-search form .row {
  margin-left: -10px;
  margin-right: -10px;
}
.credentaling-search form .row > [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}
.credentaling-search form button {
  height: 48px;
  width: 100%;
}

.data-list .select2-selection--single {
  border: 1px solid #ccc;
  padding: 0 10px 5px;
}
.data-list .select2-selection--single .select2-selection__rendered {
  font-size: 12px !important;
  line-height: 1.3 !important;
}
.data-list .select2-selection--single .select2-selection__arrow {
  right: 6px !important;
}
.data-list .select2-selection--single .select2-selection__clear {
  right: -7px !important;
  top: -7px !important;
  width: 16px !important;
  height: 16px !important;
  line-height: 16px !important;
  z-index: 9;
}

.copy-to-clipboard, .btn-file-delete {
  display: inline-block;
  margin-left: 5px;
  width: 26px;
  height: 26px;
  padding: 0;
  border: none;
  background: none;
  outline: none;
  transform: translateY(-2px);
  font-size: 12px;
  line-height: 1;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid transparent;
}
.copy-to-clipboard svg, .btn-file-delete svg {
  width: 16px;
}
.copy-to-clipboard:hover, .btn-file-delete:hover {
  border-color: #ccc;
  background: #efefef;
}

.btn-file-delete svg {
  stroke: red;
}

@keyframes mymove {
  0% {
    background-color: rgba(228, 245, 213, 0.25);
  }
  50% {
    background-color: rgba(228, 245, 213, 0.75);
  }
  100% {
    background-color: rgba(228, 245, 213, 0.5);
  }
}
.wrapper-sm {
  max-width: 480px;
}

.patients-list .item__name {
  width: 14%;
}
.patients-list .item__name a {
  font-weight: 700;
}
.patients-list .item__mrn {
  width: 8%;
}
.patients-list .item__location {
  width: 18%;
}
.patients-list .item__email {
  width: 20%;
}
.patients-list .item__phone {
  width: 10%;
}
.patients-list .item__created-on {
  width: 8%;
}
.patients-list .item__patient-dob {
  width: 10%;
}
.patients-list .item__action {
  width: 20%;
  text-align: right;
}

.login-requests-list .item__fname, .login-requests-list .item__lname, .login-requests-list .item__ssn, .login-requests-list .item__status {
  width: 8%;
}
.login-requests-list .item__email {
  width: 20%;
}
.login-requests-list .item__phone {
  width: 12%;
}
.login-requests-list .item__requested-on {
  width: 10%;
}
.login-requests-list .item__dob {
  width: 10%;
}
.login-requests-list .item__action {
  width: 16%;
  text-align: right;
}

.canned_responses-list .item__name {
  width: 12%;
}
.canned_responses-list .item__name a {
  font-weight: 700;
}
.canned_responses-list .item__category {
  width: 20%;
}
.canned_responses-list .item__response {
  width: 50%;
  padding-right: 50px;
}
.canned_responses-list .item__status {
  width: 8%;
}
.canned_responses-list .item__action {
  width: 10%;
  text-align: right;
}

.messages-list-staff .item:not(.item__header), .view-patient-messages .item:not(.item__header) {
  margin: 0 0 10px;
  background: #fafafa;
  border: none;
  margin-left: -10px;
  margin-right: -10px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 10px !important;
  color: #212529;
  align-items: center;
}
.messages-list-staff .item:not(.item__header):hover, .view-patient-messages .item:not(.item__header):hover {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.messages-list-staff .item:not(.item__header).unread, .view-patient-messages .item:not(.item__header).unread {
  background: #F2F5F8;
}
.messages-list-staff .item:not(.item__header).unread .item__subject, .view-patient-messages .item:not(.item__header).unread .item__subject {
  font-weight: 700;
}
.messages-list-staff .item.item__header, .view-patient-messages .item.item__header {
  margin: 0 0 10px;
}
.messages-list-staff .item__subject, .view-patient-messages .item__subject {
  width: 28%;
}
.messages-list-staff .item__subject span.overdue, .view-patient-messages .item__subject span.overdue {
  color: red;
  font-weight: 600;
}
.messages-list-staff .item__subject span.resolved, .view-patient-messages .item__subject span.resolved {
  color: #21C24A;
  font-weight: 600;
}
.messages-list-staff .item__patient-name, .view-patient-messages .item__patient-name {
  width: 12%;
}
.messages-list-staff .item__patient-dob, .view-patient-messages .item__patient-dob {
  width: 12%;
}
.messages-list-staff .item__location, .view-patient-messages .item__location {
  width: 16%;
}
.messages-list-staff .item__replies-count, .messages-list-staff .item__status, .view-patient-messages .item__replies-count, .view-patient-messages .item__status {
  width: 8%;
  text-align: center;
  padding: 0 5px;
}
.messages-list-staff .item__read-patient, .view-patient-messages .item__read-patient {
  width: 8%;
  text-align: center;
  padding: 0 5px;
}
.messages-list-staff .item__replies-count span, .view-patient-messages .item__replies-count span {
  font-weight: 700;
}
.messages-list-staff .item__last-updated, .view-patient-messages .item__last-updated {
  width: 8%;
  text-align: right;
  padding-right: 0;
}

.portal-users-list .item__name {
  width: 15%;
  font-weight: 700;
}
.portal-users-list .item__location {
  width: 25%;
}
.portal-users-list .item__role {
  width: 10%;
}
.portal-users-list .item__contact-info {
  width: 22%;
}
.portal-users-list .item__status {
  width: 10%;
}
.portal-users-list .item__action {
  width: 18%;
}

.locations-list .item__name {
  width: 12%;
  font-weight: 700;
}
.locations-list .item__email {
  width: 16%;
}
.locations-list .item__state {
  width: 10%;
}
.locations-list .item__users {
  width: 28%;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.locations-list .item__users span {
  display: inline-block;
  padding: 5px 8px;
  background: #EFF3FA;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.locations-list .item__users span.inactive {
  background-color: #FFF2E8;
  color: #E31A0E;
}
.locations-list .item__notes {
  width: 18%;
}
.locations-list .item__status {
  width: 8%;
}
.locations-list .item__action {
  width: 8%;
}

.esk_inventory-list .item {
  flex-wrap: wrap !important;
  padding-bottom: 30px !important;
}
.esk_inventory-list .item__sno {
  font-weight: 700;
  width: 10%;
}
.esk_inventory-list .item__date {
  width: 8%;
}
.esk_inventory-list .item__user {
  width: 10%;
}
.esk_inventory-list .item__quantity {
  width: 8%;
}
.esk_inventory-list .item__remaining {
  width: 8%;
}
.esk_inventory-list .item__administered {
  width: 8%;
}
.esk_inventory-list .item__disposed {
  width: 8%;
}
.esk_inventory-list .item__lost {
  width: 8%;
}
.esk_inventory-list .item__origin {
  width: 8%;
}
.esk_inventory-list .item__comments {
  width: 14%;
}
.esk_inventory-list .item__location {
  width: 10%;
}
.esk_inventory-list .item__action {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 5px;
  text-align: left !important;
  padding-right: 0;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
  gap: 6px;
}
.esk_inventory-list .item__action button {
  border: none;
  padding: 0;
  background: none;
  font-weight: 600;
  color: #5E73E1;
}
.esk_inventory-list .item__action button:hover {
  text-decoration: underline;
  background: none;
}
.esk_inventory-list .item:hover .item__action {
  display: flex;
}
.esk_inventory-list .item .usage {
  padding: 10px 0 0;
}
.esk_inventory-list .item .usage ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.esk_inventory-list .item .usage ul li {
  margin: 0 0 5px;
}
.esk_inventory-list .item .usage ul li span {
  color: #777;
}
.esk_inventory-list .item .usage ul li strong {
  font-weight: 600;
}
.esk_inventory-list .item .usage ul li button {
  border: none;
  padding: 0;
  background: none;
  color: #5E73E1;
  font-style: italic;
  display: inline-block;
  font-weight: 700;
}

.esk-inventory-info {
  padding: 15px 20px;
  border: 1px solid #ddd;
  background: #fafafa;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin: 0 0 30px;
}
.esk-inventory-info div {
  width: calc(33.3333333333% - 16px);
}
.esk-inventory-info div.comments {
  width: 100%;
}
.esk-inventory-info div strong {
  display: block;
  font-weight: 600;
  color: #888;
  font-size: 0.875em;
}

.providers-list .item__name {
  width: 20%;
  font-weight: 700;
}
.providers-list .item__locations {
  width: 40%;
}
.providers-list .item__email {
  width: 18%;
}
.providers-list .item__phone {
  width: 12%;
}
.providers-list .item__status {
  width: 10%;
}
.providers-list .item__action {
  width: 10%;
}

.subhead {
  margin: 0 0 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
  color: #ed3439;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.info-row {
  margin-left: -10px;
  margin-right: -10px;
}
.info-row > [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.search-meta {
  font-style: italic;
  margin: 0 0 30px;
  color: #666;
}

.checklist-progress h4 {
  padding: 1px 0 0;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1;
  color: green;
}
.checklist-progress.color-red .progress-bar .completed {
  background: red;
}
.checklist-progress.color-red h4 {
  color: red;
}
.checklist-progress.color-orange .progress-bar .completed {
  background: #33B0B5;
}
.checklist-progress.color-orange h4 {
  color: #33B0B5;
}

.threads-list-staff .item {
  flex-wrap: wrap;
}
.threads-list-staff .item__patient-name {
  width: 10%;
  font-weight: 700;
}
.threads-list-staff .item__subject {
  width: 20%;
  font-weight: 700;
}
.threads-list-staff .item__category {
  width: 10%;
}
.threads-list-staff .item__location {
  width: 10%;
}
.threads-list-staff .item__replies {
  width: 8%;
  text-align: center;
}
.threads-list-staff .item__complete {
  width: 8%;
  text-align: center;
}
.threads-list-staff .item__status {
  width: 8%;
  text-align: center;
}
.threads-list-staff .item__read-staff {
  width: 8%;
  text-align: center;
}
.threads-list-staff .item__read-patient {
  width: 8%;
  text-align: center;
}
.threads-list-staff .item__last-updated {
  width: 10%;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  align-items: start;
  padding-right: 0;
}
.threads-list-staff .item__comments {
  margin-top: 10px;
  width: 100%;
}
.threads-list-staff .item__comments em {
  text-decoration: underline;
}
.threads-list-staff .item__supporting-document {
  margin-top: 10px;
  width: 100%;
}
.threads-list-staff .item__supporting-document em {
  text-decoration: underline;
}

.complaint-comments-list .item {
  align-items: top;
}
.complaint-comments-list .item__update-datetime {
  width: 8%;
}
.complaint-comments-list .item__owner {
  width: 12%;
}
.complaint-comments-list .item__comments {
  width: 38%;
}
.complaint-comments-list .item__progress {
  width: 10%;
}
.complaint-comments-list .item__date-contacted {
  width: 10%;
}
.complaint-comments-list .item__supporting-document {
  width: 12%;
}
.complaint-comments-list .item__action {
  width: 10%;
  display: flex;
  align-items: start;
  justify-content: end;
  gap: 5px;
}

.information-list {
  max-width: 960px;
}
.information-list .item__label {
  font-size: 10px;
  line-height: 1.3;
  text-transform: uppercase;
  margin: 0 0 5px;
  color: #7e5aee;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.information-list .item__value {
  font-size: 14px;
  line-height: 1.4;
}
.information-list .item__value .na {
  font-size: 0.875em;
  color: #999;
}
.information-list .item__last-updated {
  margin: 0;
  font-style: italic;
  color: #666;
  font-size: 11px;
  line-height: 1.3;
}
.information-list .item__action {
  margin-top: 20px;
}
.information-list .item__action button {
  margin-right: 10px;
}
.information-list .item__action button:last-child {
  margin: 0;
}
.information-list .hline {
  margin: 30px 0 20px;
  background-color: #efefef;
}

.items__list .information-list {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
}
.items__list .information-list:nth-last-child(2) {
  padding: 0;
  margin: 0;
  border: none;
}

.complaint-info {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.complaint-info .item {
  width: calc(25% - 15px);
}
.complaint-info .item__comments {
  width: 100%;
}
.complaint-info .item__progress-notes {
  width: calc(75% - 15px);
}

.complaint-info-action-buttons {
  margin: 30px 0 20px;
  display: flex;
  gap: 10px;
}

.complaint-info-header {
  align-items: center !important;
}

.stats {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.stats .item {
  width: calc(25% - 15px);
  background-image: linear-gradient(to right bottom, #051937, #004d7a, #008793, #00bf72, #a8eb12);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 30px;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
}
.stats .item strong {
  display: block;
  font-weight: 600;
  font-size: 48px;
  line-height: 1;
  margin: 0 0 10px;
}

.data-tbl table {
  margin: 0;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: 12px;
  line-height: 1.3;
}
.data-tbl table tbody tr {
  background: #fafafa;
  vertical-align: top;
}
.data-tbl table tbody tr:nth-child(even) {
  background: #f3f3f3;
}
.data-tbl table td,
.data-tbl table th {
  border: 1px solid #dedede;
  padding: 10px;
  min-width: 120px;
}
.data-tbl table td.today,
.data-tbl table th.today {
  background: #ffff99;
}
.data-tbl table td.empty,
.data-tbl table th.empty {
  background: #F1E5E6;
}
.data-tbl table td.first-day-of-week,
.data-tbl table th.first-day-of-week {
  border-left-width: 2px;
  border-left-color: #794EF1;
}
.data-tbl table td.weekend,
.data-tbl table th.weekend {
  width: 80px;
  min-width: 80px;
  background-color: lightgrey;
}
.data-tbl table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #eaeaea;
  font-weight: 700;
  font-size: 10px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #000;
}
.data-tbl table thead th::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #ccc;
}
.data-tbl table td ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.data-tbl table td ul li {
  margin: 0 0 5px;
  padding: 5px 0;
  border-bottom: 1px solid #efefef;
  position: relative;
}
.data-tbl table td ul li .provider-info {
  padding-right: 0;
}
.data-tbl table td ul li .provider-info .name {
  padding-right: 24px;
  font-weight: 600;
  margin: 0 0 2px;
}
.data-tbl table td ul li button {
  border: none;
  position: absolute !important;
  right: 0;
  top: 0;
  padding: 0;
  background: none;
}
.data-tbl table td ul li button svg {
  stroke: #794EF1;
  width: 16px;
  height: 16px;
}
.data-tbl table td ul li span.timings {
  display: block;
}
.data-tbl table td ul li span.availability {
  display: block;
  font-style: italic;
  color: #794EF1;
}
.data-tbl table td ul li:first-child {
  padding-top: 0;
}
.data-tbl table td ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.data-tbl table tbody th {
  font-weight: 600;
  min-width: 200px;
  position: relative;
}
.data-tbl table tbody th::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  bottom: 0;
  background: #ccc;
}
.data-tbl table thead th:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
}
.data-tbl table thead th:first-child::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #ccc;
}
.data-tbl table tbody th {
  position: sticky;
  left: 0;
  background: #eaeaea;
  z-index: 1;
}
.data-tbl caption {
  text-align: left;
  padding: 0.25rem;
  position: sticky;
  left: 0;
}
.data-tbl.patient-phq9-submissions {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}
.data-tbl.patient-phq9-submissions [role=region][aria-labelledby][tabindex] {
  max-height: 600px;
}
.data-tbl.patient-phq9-submissions table {
  max-height: 600px;
}
.data-tbl.patient-phq9-submissions table thead th {
  color: #794EF1;
  font-size: 11px;
  letter-spacing: 1px;
  text-align: center;
}
.data-tbl.patient-phq9-submissions table thead th .subheadings {
  font-size: 10px;
  color: #212529;
  display: flex;
  margin: 10px -10px 0;
}
.data-tbl.patient-phq9-submissions table thead th .subheadings span {
  width: calc((100% + 20px) / 5);
  display: inline-block;
  padding: 0 10px;
}
.data-tbl.patient-phq9-submissions table th.blank, .data-tbl.patient-phq9-submissions table td.blank {
  background-color: #c4c4c4;
  min-width: 40px !important;
  border-color: #c4c4c4;
}
.data-tbl.patient-phq9-submissions table tbody th {
  padding: 10px 20px 10px 10px;
  width: 280px;
  vertical-align: middle;
}
.data-tbl.patient-phq9-submissions table tbody td {
  padding: 25px 10px;
  background: #ffffff;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
}
.data-tbl.patient-phq9-submissions table tbody td.empty {
  color: #b4b4b4;
  font-weight: 300 !important;
}
.data-tbl.patient-phq9-submissions table tbody td.patients {
  border: 1px solid rgba(1, 158, 237, 0.1);
  color: #019eed;
  background: rgba(1, 158, 237, 0.1);
}
.data-tbl.patient-phq9-submissions table tbody td.messages {
  border: 1px solid rgba(59, 65, 153, 0.1);
  color: #3b4199;
  background: rgba(59, 65, 153, 0.1);
}
.data-tbl.patient-phq9-submissions table tbody td.unread {
  border: 1px solid rgba(133, 6, 109, 0.1);
  color: #85066d;
  background: rgba(133, 6, 109, 0.1);
}
.data-tbl.patient-phq9-submissions table tbody td.open {
  border: 1px solid rgba(246, 147, 54, 0.2);
  color: #f69336;
  background: rgba(246, 147, 54, 0.1);
}
.data-tbl.patient-phq9-submissions table tbody td.green {
  color: #34b05a;
  background: rgba(52, 176, 90, 0.1);
}
.data-tbl.patient-phq9-submissions table tbody td.red {
  color: #ef2438;
  background: rgba(239, 36, 56, 0.1);
}
.data-tbl.patient-phq9-submissions table tbody td.resolved {
  border: 1px solid rgba(52, 176, 90, 0.1);
  color: #34b05a;
  background: rgba(52, 176, 90, 0.1);
}
.data-tbl.patient-phq9-submissions table tbody td.unsolved {
  border: 1px solid rgba(239, 36, 56, 0.1);
  color: #ef2438;
  background: rgba(239, 36, 56, 0.1);
}

[role=region][aria-labelledby][tabindex] {
  width: 100%;
  max-height: 99vh;
  overflow: auto;
}

[role=region][aria-labelledby][tabindex]:focus {
  outline: 0;
}

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

.fullscreen {
  width: 100%;
  background: #EDF7F7;
  padding: 40px;
  position: relative;
  min-height: 100vh;
}
.fullscreen::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: -120px;
  width: 120px;
  background: #a5d1d0;
}
.fullscreen .site-title {
  width: 100%;
  margin: 0 0 80px;
}
.fullscreen .site-title img {
  max-width: 160px;
  height: auto;
}
.fullscreen .content-wrap {
  width: 100%;
}
.fullscreen .content-wrap svg {
  margin: 0 0 20px;
}

#site-footer {
  width: 100%;
  position: absolute;
  left: 160px;
  bottom: 0;
}

.patient-information h3 {
  margin: 0 0 10px !important;
}
.patient-information p {
  margin: 0 0 5px;
}
.patient-information svg {
  width: 14px;
}

.message-container {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 20px;
}
.message-container .notification {
  background: rgba(246, 112, 30, 0.1);
  border: 1px solid #F6701E;
  padding: 12px 15px;
  position: relative;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.5;
}
.message-container .notification p:last-child {
  margin: 0;
}
.message-container .notification a {
  color: #5E73E1;
  text-decoration: underline;
}
.message-container .message-wrapper {
  width: calc(66.6666666667% - 10px);
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
.message-container .message-wrapper .message-comments .comments-list .item__staff {
  border-color: rgb(227.8, 240.6, 255);
  margin-left: auto;
  background: #EEF6FF;
}
.message-container .message-sidebar {
  width: calc(33.3333333333% - 10px);
}
.message-container .message-sidebar__widget {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  padding: 20px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  margin: 0 0 20px;
}

.search-filters {
  position: relative;
  border: none;
  overflow: hidden;
  width: 100%;
}
.search-filters form {
  padding: 10px 0 0;
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  gap: 0 15px;
}
.search-filters form .field-group {
  width: 220px;
  margin: 0 0 20px;
}
.search-filters form .mrn-field-group .field-group {
  width: 170px;
}
.search-filters form .separator {
  line-height: 48px;
}
.search-filters .field-submit {
  height: 48px;
  width: 120px;
  background-color: #5E73E1;
}
.search-filters .pdf-download {
  display: inline-block;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  background-color: #794EF1;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-weight: 700;
}
.search-filters .pdf-download:hover {
  background-color: #000;
}

.required-asterisk {
  font-weight: 700;
  color: #d40601;
}

.na {
  font-size: 0.875em;
  color: #999;
}

.canned-responses-tags {
  margin: 0 0 60px !important;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.canned-responses-tags button {
  font-size: 14px;
  line-height: 20px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: none;
  padding: 5px 15px;
  background: #EEF6FF;
  outline: none;
}
.canned-responses-tags button:hover {
  background: #CFF2FE;
}

.auto-update {
  background-color: #EFFFDB !important;
  transition: all 0.5s none;
}

.appointment-list .item {
  align-items: start;
}
.appointment-list .item span {
  display: none;
}
.appointment-list .item__date, .appointment-list .item__time {
  width: 15%;
}
.appointment-list .item__provider {
  width: 25%;
}
.appointment-list .item__location {
  width: 45%;
}
.appointment-list .item.disabled {
  color: #999;
}
.appointment-list .na {
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 859.98px) {
  .appointment-list .item__header {
    display: none;
  }
  .appointment-list .item {
    flex-wrap: wrap;
  }
  .appointment-list .item:nth-child(2) {
    border: none;
    padding-top: 0;
  }
  .appointment-list .item span {
    display: block;
  }
  .appointment-list .item__date, .appointment-list .item__time, .appointment-list .item__provider, .appointment-list .item__location {
    width: 100%;
    position: relative;
    padding-left: 70px;
    margin: 0 0 5px;
  }
  .appointment-list .item__date span, .appointment-list .item__time span, .appointment-list .item__provider span, .appointment-list .item__location span {
    position: absolute;
    left: 0;
    top: 0;
  }
}

.medication-list .na {
  margin-bottom: 10px;
  display: block;
}
.medication-list .item {
  align-items: start;
}
.medication-list .item__name {
  width: 20%;
}
.medication-list .item__description {
  width: 34%;
}
.medication-list .item__start-date, .medication-list .item__stop-date, .medication-list .item__refill-date {
  width: 12%;
}
.medication-list .item__refill-available {
  width: 10%;
  text-align: right;
  padding-right: 0;
}
.medication-list .item.disabled {
  color: #999;
}
@media (max-width: 859.98px) {
  .medication-list .item__header {
    display: none;
  }
  .medication-list .item {
    flex-wrap: wrap;
  }
  .medication-list .item:nth-child(2) {
    border: none;
    padding-top: 0;
  }
  .medication-list .item__name {
    font-weight: 700;
  }
  .medication-list .item__name, .medication-list .item__description {
    width: 100%;
  }
  .medication-list .item__description {
    margin-bottom: 5px;
  }
  .medication-list .item__duration, .medication-list .item__stop-date {
    width: 100%;
    text-align: left;
    font-weight: 600;
  }
}

.modal-dialog .modal-content {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 20px solid green;
}
.modal-dialog .modal-content .modal-header {
  background: #ed3439;
  color: #fff;
  padding: 12px 20px;
  position: relative;
}
.modal-dialog .modal-content .modal-header .modal-title {
  padding: 10px 0;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1px;
  font-weight: 600;
}
.modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/icon-close.png) no-repeat center center;
  background-size: 12px 12px;
  text-indent: -999em;
  width: 32px;
  height: 32px;
  overflow: hidden;
  opacity: 0.8;
  filter: alpha(opacity=80);
  border: 1px solid #fff;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  padding: 0;
  margin: 0;
}
.modal-dialog .modal-content .modal-header .close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.modal-dialog .modal-content .modal-body {
  padding: 40px 25px;
}
.modal-dialog .modal-content .modal-body.job-apply {
  padding: 50px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
}
.modal-dialog .modal-content .modal-body.job-apply .checkmark {
  margin: 0 auto 30px;
}
.modal-dialog .modal-content .modal-body .note-form-group {
  margin: 0 0 20px;
}
.modal-dialog .modal-content .modal-body .note-form-group .note-input {
  width: 100%;
  max-width: 400px;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 10px;
}
.modal-dialog .modal-content .modal-body .checkbox {
  position: relative;
  margin: 0 0 10px;
  padding-left: 25px;
}
.modal-dialog .modal-content .modal-body .checkbox input {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.modal-dialog .modal-content .modal-footer {
  padding: 20px 25px;
}
@media (max-width: 859.98px) {
  .modal-dialog .modal-content .modal-header .modal-title {
    padding: 5px 0;
    font-size: 16px;
    line-height: 24px;
  }
  .modal-dialog .modal-content .modal-header .close {
    background-size: 10px 10px;
    width: 24px;
    height: 24px;
  }
  .modal-dialog .modal-content .modal-body {
    padding: 30px 25px;
  }
  .modal-dialog .modal-content .modal-body.job-apply {
    padding: 40px;
    font-size: 16px;
    line-height: 1.4;
  }
}

#modalDeleteItem .modal-dialog .modal-content .modal-header {
  background: #de4b33;
}

.site-footer {
  display: none;
  position: absolute;
  bottom: 0;
  max-height: 100px;
  width: 100%;
  border-top: 2px solid #ed3439;
  padding: 15px 0 30px;
  overflow: hidden;
  font-size: 12px;
  line-height: 16px;
}
.site-footer a:hover {
  text-decoration: underline;
}
.site-footer__nav {
  margin: 0 0 10px;
}
.site-footer__nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-footer__nav ul li {
  display: inline;
}
.site-footer__nav ul li::after {
  content: "|";
  padding: 0 6px 0 10px;
  color: #ccc;
}
.site-footer__nav ul li:last-child::after {
  content: "";
  padding: 0;
}
.site-footer__nav ul li a {
  /*color: $brand-secondary;*/
  font-weight: 600;
}
.site-footer .copyright {
  padding: 0;
  color: #343a40;
}
.site-footer .copyright a {
  color: #f7d4ae;
}
.site-footer .credits {
  position: absolute;
  right: 0;
  bottom: 30px;
}
.site-footer .credits a {
  color: #000;
  font-weight: 400;
}
@media (max-width: 859.98px) {
  .site-footer {
    /*height: $footer-height-sm;*/
  }
}

.dashboard-grids {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.dashboard-grids .item {
  display: block;
  position: relative;
  background: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  padding: 15px 20px 15px;
  height: 100%;
  border-top: 5px solid #ed3439;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #000;
}
.dashboard-grids .item__wrapper {
  display: block;
  width: 33.3333333333%;
  margin: 0 0 30px;
  padding: 0 15px;
}
.dashboard-grids .item:hover {
  box-shadow: 0 0 3px 0 #ed3439;
}
.dashboard-grids .item h3 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  font-family: "Poppins", "Crimson Pro";
  color: #ed3439;
}
.dashboard-grids .item p {
  font-size: 13px;
  line-height: 1.5;
}
.dashboard-grids .item__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
}
.dashboard-grids .item__bottom::before {
  content: "";
  position: absolute;
  top: -2px;
  width: 100%;
  left: 0;
  height: 1px;
  background: #e5e5e5;
}
.dashboard-grids .item__link {
  display: block;
  width: 100%;
  padding: 10px 15px 12px;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
  color: #ed3439;
  position: relative;
  color: #33B0B5;
}
@media (max-width: 1179.98px) {
  .dashboard-grids .item {
    padding: 15px;
  }
  .dashboard-grids .item h3 {
    font-size: 16px;
    line-height: 1.3;
  }
  .dashboard-grids .item p {
    font-size: 14px;
    line-height: 1.4;
  }
  .dashboard-grids .item__link {
    padding: 10px 15px 12px;
    font-size: 13px;
    line-height: 1.4;
  }
  .dashboard-grids .item__link svg {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
}
@media (max-width: 991.98px) {
  .dashboard-grids .item {
    height: 200px;
    padding: 15px;
  }
  .dashboard-grids .item h3 {
    font-size: 16px;
    line-height: 1.3;
  }
  .dashboard-grids .item p {
    font-size: 14px;
    line-height: 1.4;
  }
  .dashboard-grids .item__link {
    padding: 10px 15px 12px;
    font-size: 13px;
    line-height: 1.4;
  }
  .dashboard-grids .item__link svg {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
}

.dashboard-lists {
  padding-bottom: 40px;
}
.dashboard-lists .section {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 0 20px;
  background: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  border-top: 5px solid #eefaff;
}
.dashboard-lists .section:hover {
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.dashboard-lists .section__header {
  padding: 20px 30px;
  position: relative;
  padding-right: 140px;
}
.dashboard-lists .section__header h3 {
  color: #ed3439;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 600;
  font-family: "Poppins", "Crimson Pro";
  margin: 0 0 5px;
}
.dashboard-lists .section__header p {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}
.dashboard-lists .section__header .action-buttons {
  position: absolute;
  right: 30px;
  top: 20px;
}
.dashboard-lists .section__header .action-buttons a {
  display: inline-block;
  border: 1px solid #000;
  padding: 10px 15px;
  font-size: 12px;
  line-height: 1;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 600;
  margin-left: 10px;
  min-width: 80px;
  text-align: center;
}
.dashboard-lists .section__header .action-buttons a:hover {
  background: #000;
  color: #fff;
}
.dashboard-lists .section__header .btn-close-content {
  display: none;
  position: absolute;
  right: 30px;
  top: 20px;
  border: 1px solid #000;
  padding: 10px 15px;
  font-size: 12px;
  line-height: 1;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 600;
  margin-left: 10px;
  min-width: 80px;
  text-align: center;
}
.dashboard-lists .section__header .btn-close-content:hover {
  background: #000;
  color: #fff;
}
.dashboard-lists .section__content {
  border-top: 1px solid #efefef;
  padding: 30px;
  /*display: none;*/
  position: relative;
}
.dashboard-lists .section__content .btn-close-content {
  position: absolute;
  top: 30px;
  right: 30px;
  text-indent: -999em;
  width: 32px;
  height: 32px;
  background: url(../images/icon-close.png) no-repeat center center;
  background-size: 100%;
  outline: none;
}

.has-data {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #eaeaea;
}

.spouse-details .item {
  margin: 0 0 30px;
}
.spouse-details .item__title {
  margin: 0 0 3px;
  font-weight: 700;
  font-size: 11px;
  line-height: 1.4;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.spouse-details .item__content {
  /*@include type(16px, 1.4);*/
  color: #000;
}
.spouse-details .item__content span {
  font-style: italic;
  font-size: 0.925em;
}
.spouse-details .item__actions a {
  margin-right: 10px;
}

.dashboard-section {
  padding-bottom: 40px;
}
.dashboard-section .section-header {
  max-width: 720px;
  margin: 0 0 40px;
}
.dashboard-section .section-header .section-heading {
  font-size: 24px;
  line-height: 1.3;
  margin: 0 0 20px;
  font-weight: 500;
  color: #000;
}
.dashboard-section .section-header .section-intro {
  font-size: 18px;
  line-height: 1.4;
}
.dashboard-section .section-form {
  max-width: 560px;
}

/*
.arrow-up {
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
}

.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #f00;
}

.arrow-right {
  width: 0; 
  height: 0; 
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid $brand-primary;
}

.arrow-left {
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; 
  border-right:10px solid blue; 
}
*/
.data {
  margin: 0 0 40px;
}
.data__wrapper {
  margin: 0 0 40px;
}
.data .item {
  border-bottom: 1px solid #efefef;
  font-size: 15px;
  line-height: 1.4;
}
.data .item:nth-child(even) {
  background-color: #fafafa;
}
.data .item__header {
  border-bottom: 2px solid #000;
  border-top: 2px solid #000;
  font-weight: 600;
  color: #000;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.data .item__name, .data .item__relationship, .data .item__phone, .data .item__email, .data .item__action {
  float: left;
  padding: 15px 30px 15px 10px;
}
.data .item__name {
  width: 20%;
}
.data .item__relationship {
  width: 20%;
}
.data .item__phone {
  width: 20%;
}
.data .item__email {
  width: 20%;
}
.data .item__action {
  width: 20%;
  text-align: right;
  padding: 10px;
}
.data .item:hover {
  /*background: #fff;*/
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  user-select: none;
  -webkit-user-select: none;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #d8d8d8;
  width: 100%;
  background: #fff;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  margin-top: 6px;
  padding: 0;
  border-radius: 0;
  width: 100%;
  background: #fff;
  color: #000;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 8px 10px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  border-radius: 0;
  width: 100%;
  background: #fff;
  height: auto;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
  font-size: 14px;
  line-height: 18px;
  padding: 5px 0 0;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  background: #000;
  position: absolute;
  right: -25px;
  top: 0;
  width: 20px;
  height: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background: #EFF3FA;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 10px;
  width: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  height: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  width: 0;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 5px 6px 5px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: none;
  cursor: text;
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 18px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  background: #000;
  position: absolute;
  right: -25px;
  top: 0;
  width: 20px;
  height: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background: #EFF3FA;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 2px 7px;
  color: #000;
  font-size: 12px;
  line-height: 16px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #c4000e;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 4px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
  font-size: 12px;
  line-height: 18px;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 10px;
}

.select2-container--classic .select2-selection--single {
  background-color: rgb(246.5, 246.5, 246.5);
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #000;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #dee2e6;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #dee2e6;
  border-radius: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #dee2e6;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.field-group {
  border: 1px solid #d8d8d8;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 15px 15px 8px;
  background: #fff;
}
.field-group__radio {
  padding: 13px 15px 6px;
}
.field-group__disabled {
  background: #EEEEEE;
}
.field-group__readonly {
  background: #f9f6f0;
}
.field-group.has-error {
  border-color: #de4b33;
}
.field-group.has-error label.field-label {
  color: #de4b33;
}
.field-group label {
  display: block;
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  color: #666;
}
.field-group label.hidden {
  display: none;
}
.field-group .datepicker-format-dropdown {
  z-index: 1;
  position: absolute;
  right: 8px;
  top: 0;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #d8d8d8;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #999;
  height: 22px;
  font-size: 11px;
  line-height: 14px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.field-group .datepicker-format-dropdown li {
  display: inline-block;
  padding: 3px 6px;
  border-left: 1px solid #d8d8d8;
  cursor: pointer;
}
.field-group .datepicker-format-dropdown li:first-child {
  border: none;
}
.field-group .datepicker-format-dropdown li.active {
  color: #000;
  background: #d8d8d8;
}
.field-group label.field-label {
  position: absolute;
  left: 8px;
  top: 0;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #d8d8d8;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 3px 5px;
  margin: 0;
  font-size: 11px;
  line-height: 14px;
  color: #999;
}
.field-group .field-input-wrapper {
  position: relative;
  padding-left: 110px;
}
.field-group .field-input-wrapper .prefix {
  position: absolute;
  left: 0;
  width: 110px;
  top: 0;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 12px;
  border: 1px solid #d8d8d8;
  border-right: none;
  background: #e9ecef;
  font-weight: 400;
}
.field-group .field-input {
  color: #000;
  border: none;
  width: 100%;
  background: #fff;
  font-size: 14px;
  line-height: 18px;
  outline: none;
  padding: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  resize: none;
}
.field-group .field-input::-moz-placeholder {
  font-style: italic;
  color: #adb5bd;
  opacity: 1;
}
.field-group .field-input:-ms-input-placeholder {
  color: #adb5bd;
}
.field-group .field-input::-webkit-input-placeholder {
  color: #adb5bd;
}
.field-group .field-input.field-select {
  background-repeat: no-repeat;
  background-position: right center;
}
.field-group .field-input[readonly] {
  background-color: #f9f6f0;
  color: #888;
}
.field-group textarea {
  margin-top: 5px;
}

.field-input.field-datepicker {
  background-image: url(../img/calendar.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}

.field-submit {
  display: inline-block;
  color: #fff;
  border: none;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  background-color: #ed3439;
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  padding: 10px 25px;
  min-width: 100px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.field-submit:disabled {
  background: #999;
}
.field-submit:hover, .field-submit:focus {
  color: #fff;
  background-color: #33B0B5;
}
.field-submit.edit {
  background: #ed3439;
}
.field-submit.reset {
  background: #999;
}
/* C U S T O M   R A D I O / C H E C K B O X
--------------------------------------------- */
.form-group-radio,
.form-group-checkbox {
  margin: 10px 0;
}
.form-group-radio ::-moz-selection,
.form-group-checkbox ::-moz-selection {
  background: white;
}
.form-group-radio ::selection,
.form-group-checkbox ::selection {
  background: #123456;
}
.form-group-radio *,
.form-group-checkbox * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.form-group-radio label,
.form-group-checkbox label {
  display: inline;
  position: relative;
  padding: 1px 0 0 26px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #212529;
  text-transform: uppercase;
}
.form-group-radio label:last-of-type,
.form-group-checkbox label:last-of-type {
  margin-right: 5px;
}
.form-group-radio label i,
.form-group-checkbox label i {
  position: absolute;
  left: 0;
  top: 0;
  height: 14px;
  width: 14px;
  font-style: normal;
  border: 2px solid #123456;
}
.form-group-radio label i::after,
.form-group-checkbox label i::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 3px;
  left: 3px;
  background: #ed3439;
  display: none;
}
.form-group-radio label span,
.form-group-checkbox label span {
  margin-left: 0;
  color: #000;
  position: relative;
}
.form-group-radio input[type=radio],
.form-group-radio input[type=checkbox],
.form-group-checkbox input[type=radio],
.form-group-checkbox input[type=checkbox] {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  left: 0;
  height: 16px;
  width: 16px;
  font-style: normal;
}
.form-group-radio input[type=radio]:focus + i,
.form-group-radio input[type=checkbox]:focus + i,
.form-group-checkbox input[type=radio]:focus + i,
.form-group-checkbox input[type=checkbox]:focus + i {
  box-shadow: 2px 2px 4px rgba(18, 52, 86, 0.5);
  border-color: #123456;
}
.form-group-radio input[type=checkbox] + i,
.form-group-checkbox input[type=checkbox] + i {
  /*height: 22px; width: 22px;*/
  background-size: 20px 20px;
  display: inline-block;
}
.form-group-radio input[type=checkbox]:focus + i,
.form-group-checkbox input[type=checkbox]:focus + i {
  border: 2px solid green;
  /*background-image: url(../images/input_checkbox_focus.png) !important;*/
}
.form-group-radio input[type=radio] + i,
.form-group-checkbox input[type=radio] + i {
  background-size: 20px 20px;
  display: inline-block;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.form-group-radio input[type=radio]:focus + i,
.form-group-checkbox input[type=radio]:focus + i {
  box-shadow: 2px 2px 4px rgba(18, 52, 86, 0.5);
}
.form-group-radio input[type=radio]:checked + i,
.form-group-radio input[type=checkbox]:checked + i,
.form-group-checkbox input[type=radio]:checked + i,
.form-group-checkbox input[type=checkbox]:checked + i {
  /*position: relative;*/
  /*    -webkit-animation: icon-beat 0.1s ease;
      animation: icon-beat 0.1s ease;*/
}
.form-group-radio input[type=radio]:checked + i + span,
.form-group-radio input[type=checkbox]:checked + i + span,
.form-group-checkbox input[type=radio]:checked + i + span,
.form-group-checkbox input[type=checkbox]:checked + i + span {
  /*.transition (all 0.1s ease);*/
}
.form-group-radio input[type=radio] + i,
.form-group-checkbox input[type=radio] + i {
  /*background-image: url(../images/input_radio.png);*/
}
.form-group-radio input[type=radio]:checked + i,
.form-group-checkbox input[type=radio]:checked + i {
  border-color: #ed3439;
}
.form-group-radio input[type=radio]:checked + i::after,
.form-group-checkbox input[type=radio]:checked + i::after {
  display: block;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.form-group-radio input[type=checkbox] + i,
.form-group-checkbox input[type=checkbox] + i {
  /*background-image: url(../images/input_checkbox.png);*/
}
.form-group-radio input[type=checkbox]:checked + i,
.form-group-checkbox input[type=checkbox]:checked + i {
  border-color: #ed3439;
}
.form-group-radio input[type=checkbox]:checked + i::after,
.form-group-checkbox input[type=checkbox]:checked + i::after {
  display: block;
}
.form-group-radio.vertical label,
.form-group-checkbox.vertical label {
  display: block;
  margin: 0 0 10px;
  padding-top: 0;
}
.form-group-radio.vertical label i,
.form-group-checkbox.vertical label i {
  top: 0;
}
.form-group-radio.horizontal label,
.form-group-checkbox.horizontal label {
  margin: 0 20px 0 0;
  display: inline-block;
}
.form-group-radio.horizontal label:last-child,
.form-group-checkbox.horizontal label:last-child {
  margin: 0;
}

.form-group-radio.has-error label i,
.form-group-checkbox.has-error label i {
  border-color: red !important;
}

/*
.form-group-radio {
  &.has-error {
    input[type="radio"] + i {
      background-image: url(images/radio-empty-error.png);
    }
  }
}
.form-group-checkbox {
  &.has-error {
    input[type="checkbox"] + i { 
      border-color: red;
      background-image: url(images/checkbox-empty-error.png); 
    }
  }
}*/
/* jQuery UI - Date Picker */
.ui-datepicker {
  width: 280px;
  background: #fff;
  padding: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  z-index: 999;
  font-weight: 600;
}
.ui-datepicker::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #4a4a4a;
  position: absolute;
  top: 0%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  z-index: 9;
  display: block;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  background: #4a4a4a;
  padding: 10px 0;
  font-size: 14px;
  line-height: 1;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 0;
  width: 36px;
  height: 48px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px 12px;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev {
  background-image: url(../img/chevron-left.svg);
  left: 0;
}
.ui-datepicker .ui-datepicker-next {
  right: 0;
  background-image: url(../img/chevron-right.svg);
}
.ui-datepicker .ui-datepicker-title {
  text-align: center;
  line-height: 28px;
}
.ui-datepicker .ui-datepicker-title span {
  color: #fff;
}
.ui-datepicker .ui-datepicker-title select {
  border: 1px solid #000;
  padding: 3px 6px;
  min-width: 70px;
  display: inline-block;
  margin: 0 5px;
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  font-size: 15px;
  font-weight: 700;
}
.ui-datepicker table thead {
  border-bottom: 3px solid #4a4a4a;
}
.ui-datepicker table thead th {
  padding: 7px 7px 7px 10px;
  text-align: left;
  font-weight: bold;
  border: 0;
}
.ui-datepicker table tbody tr {
  border-bottom: 1px solid #cecece;
}
.ui-datepicker table td span, .ui-datepicker table td a {
  font-size: 14px;
  line-height: 1;
  display: block;
  padding: 10px 7px 8px 10px;
  text-decoration: none;
}
.ui-datepicker table td a {
  color: #4a4a4a;
}
.ui-datepicker table td a.ui-state-active {
  color: #F6701E;
}
.ui-datepicker table td a:hover {
  color: #F6701E;
}
.ui-datepicker table td span {
  color: #ccc;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.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: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.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 0.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;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.field-group .input-file-wrap {
  position: relative;
  padding: 0 0 0 100px;
  margin-bottom: 5px;
}
.field-group .input-file-wrap .field-input {
  width: 100% !important;
  max-width: 100%;
  width: 100%;
  padding: 10px 40px 10px 10px;
  padding-left: 15px;
  outline: none;
  background: #f7f7f7;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.field-group .input-file-wrap .input-browse {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 5px 0;
  overflow: hidden;
  background: #794EF1;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 100px;
  text-align: center;
  outline: none;
}
.field-group .input-file-wrap .input-browse span {
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 10px;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.field-group .input-file-wrap .input-browse input {
  font-size: 100px;
  background-color: color1;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  vertical-align: middle;
  z-index: 9999;
}
.field-group .input-file-wrap .btn-remove-file {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  width: 20px;
  height: 20px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  padding: 0;
  margin: 0;
  background: #fe5533;
  cursor: pointer;
  z-index: 9;
  display: none;
}
.field-group .input-file-wrap .btn-remove-file svg {
  width: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.field-group .input-file-wrap .loader {
  position: absolute;
  right: 15px;
  top: 50%;
  border: 2px solid #999; /* Light grey */
  border-top: 2px solid #000; /* Blue */
  border-radius: 50%;
  width: 16px;
  height: 16px;
  animation: spin 1s linear infinite;
  margin: -8px 0 0;
  z-index: 99;
  display: none;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.field-group .uploaded-files {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 5px;
}
.field-group .uploaded-files .item {
  background: #efefef;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  padding: 5px 35px 5px 10px;
  position: relative;
  font-size: 12px;
  line-height: 20px;
}
.field-group .uploaded-files .item .item__remove {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  font-size: 20px;
  line-height: 24px;
  background: #fff;
  color: red;
  border: none;
}

/* Strong Password checker */
.pass-graybar {
  height: 3px;
  background-color: #CCC;
  width: 100%;
  position: relative;
}

.pass-colorbar {
  height: 3px;
  background-image: url(passwordstrength.jpg);
  position: absolute;
  top: 0;
  left: 0;
}

.pass-percent, .pass-text {
  padding-top: 10px;
  display: block;
  font-size: 13px;
  line-height: 20px;
}

.pass-text .weak, .pass-text .medium, .pass-text .strong {
  font-weight: 600;
}

.pass-text .weak {
  font-weight: 600;
  color: #de4b33;
}

.pass-text .medium {
  color: #f7d4ae;
}

.pass-text .strong {
  color: #60bf60;
}

.pass-percent {
  margin-right: 5px;
}

/* CUSTOM TOGGLE BUTTON */
.can-toggle {
  position: relative;
}
.can-toggle *, .can-toggle *:before, .can-toggle *:after {
  box-sizing: border-box;
}
.can-toggle input[type=checkbox] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.can-toggle input[type=checkbox][disabled] ~ label {
  pointer-events: none;
}
.can-toggle input[type=checkbox][disabled] ~ label .can-toggle__switch {
  opacity: 0.4;
}
.can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:before {
  content: attr(data-unchecked);
  left: 0;
}
.can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:after {
  content: attr(data-checked);
}
.can-toggle label {
  user-select: none;
  position: relative;
  display: flex;
  /*    align-items: center;*/
}
.can-toggle label .can-toggle__label-text {
  flex: 1;
  padding-right: 20px;
  font-weight: 400;
  /*padding-left: 20px;*/
}
.can-toggle label .can-toggle__switch {
  position: relative;
}
.can-toggle label .can-toggle__switch:before {
  content: attr(data-checked);
  position: absolute;
  top: 0;
  text-transform: uppercase;
  text-align: center;
}
.can-toggle label .can-toggle__switch:after {
  content: attr(data-unchecked);
  position: absolute;
  z-index: 5;
  text-transform: uppercase;
  text-align: center;
  background: white;
  transform: translate3d(0, 0, 0);
}
.can-toggle input[type=checkbox][disabled] ~ label {
  color: rgba(119, 119, 119, 0.5);
}
.can-toggle input[type=checkbox]:focus ~ label .can-toggle__switch, .can-toggle input[type=checkbox]:hover ~ label .can-toggle__switch {
  background-color: #777;
}
.can-toggle input[type=checkbox]:focus ~ label .can-toggle__switch:after, .can-toggle input[type=checkbox]:hover ~ label .can-toggle__switch:after {
  color: rgb(93.5, 93.5, 93.5);
}
.can-toggle input[type=checkbox]:hover ~ label {
  color: rgb(106.25, 106.25, 106.25);
}
.can-toggle input[type=checkbox]:checked ~ label:hover {
  color: rgb(84.5384615385, 187.8807692308, 72.8192307692);
}
.can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch {
  background-color: rgb(112.4358974359, 198.8653846154, 102.6346153846);
}
.can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:after {
  color: rgb(79.2179487179, 183.0576923077, 67.4423076923);
}
.can-toggle input[type=checkbox]:checked:focus ~ label .can-toggle__switch, .can-toggle input[type=checkbox]:checked:hover ~ label .can-toggle__switch {
  background-color: #5fc054;
}
.can-toggle input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .can-toggle input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
  color: rgb(71.1538461538, 164.4230769231, 60.5769230769);
}
.can-toggle label .can-toggle__label-text {
  flex: 1;
}
.can-toggle label .can-toggle__switch {
  transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
  background: rgb(131.75, 131.75, 131.75);
}
.can-toggle label .can-toggle__switch:before {
  color: rgba(255, 255, 255, 0.5);
}
.can-toggle label .can-toggle__switch:after {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  color: #777;
}
.can-toggle input[type=checkbox]:focus ~ label .can-toggle__switch:after, .can-toggle input[type=checkbox]:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
.can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:after {
  transform: translate3d(65px, 0, 0);
}
.can-toggle input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .can-toggle input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
.can-toggle label {
  font-size: 14px;
}
.can-toggle label .can-toggle__label-text {
  padding-top: 3px;
}
.can-toggle label .can-toggle__switch {
  height: 36px;
  flex: 0 0 134px;
  border-radius: 4px;
}
.can-toggle label .can-toggle__switch:before {
  left: 67px;
  font-size: 12px;
  line-height: 36px;
  width: 67px;
  padding: 0 12px;
}
.can-toggle label .can-toggle__switch:after {
  top: 2px;
  left: 2px;
  border-radius: 2px;
  width: 65px;
  line-height: 32px;
  font-size: 12px;
}
.can-toggle label .can-toggle__switch:hover:after {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-small input[type=checkbox]:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-small input[type=checkbox]:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-small input[type=checkbox]:checked ~ label .can-toggle__switch:after {
  transform: translate3d(44px, 0, 0);
}
.can-toggle.can-toggle--size-small input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-small input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-small label {
  font-size: 15px;
}
.can-toggle.can-toggle--size-small label .can-toggle__label-text {
  padding-top: 3px;
}
.can-toggle.can-toggle--size-small label .can-toggle__switch {
  height: 28px;
  flex: 0 0 90px;
  border-radius: 2px;
}
.can-toggle.can-toggle--size-small label .can-toggle__switch:before {
  left: 45px;
  font-size: 10px;
  line-height: 28px;
  width: 45px;
  padding: 0 12px;
}
.can-toggle.can-toggle--size-small label .can-toggle__switch:after {
  top: 1px;
  left: 1px;
  border-radius: 1px;
  width: 44px;
  line-height: 26px;
  font-size: 10px;
}
.can-toggle.can-toggle--size-small label .can-toggle__switch:hover:after {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-large input[type=checkbox]:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-large input[type=checkbox]:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-large input[type=checkbox]:checked ~ label .can-toggle__switch:after {
  transform: translate3d(78px, 0, 0);
}
.can-toggle.can-toggle--size-large input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-large input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-large label {
  font-size: 14px;
}
.can-toggle.can-toggle--size-large label .can-toggle__label-text {
  padding-top: 3px;
}
.can-toggle.can-toggle--size-large label .can-toggle__switch {
  height: 50px;
  flex: 0 0 160px;
  border-radius: 4px;
}
.can-toggle.can-toggle--size-large label .can-toggle__switch:before {
  left: 80px;
  font-size: 14px;
  line-height: 50px;
  width: 80px;
  padding: 0 12px;
}
.can-toggle.can-toggle--size-large label .can-toggle__switch:after {
  top: 2px;
  left: 2px;
  border-radius: 2px;
  width: 78px;
  line-height: 46px;
  font-size: 14px;
}
.can-toggle.can-toggle--size-large label .can-toggle__switch:hover:after {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.can-toggle.demo-rebrand-1 input[type=checkbox][disabled] ~ label {
  color: rgba(181, 62, 116, 0.5);
}
.can-toggle.demo-rebrand-1 input[type=checkbox]:focus ~ label .can-toggle__switch, .can-toggle.demo-rebrand-1 input[type=checkbox]:hover ~ label .can-toggle__switch {
  background-color: #b53e74;
}
.can-toggle.demo-rebrand-1 input[type=checkbox]:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-1 input[type=checkbox]:hover ~ label .can-toggle__switch:after {
  color: rgb(143.012345679, 48.987654321, 91.6543209877);
}
.can-toggle.demo-rebrand-1 input[type=checkbox]:hover ~ label {
  color: rgb(162.0061728395, 55.4938271605, 103.8271604938);
}
.can-toggle.demo-rebrand-1 input[type=checkbox]:checked ~ label:hover {
  color: rgb(56.699078341, 145.000921659, 105.9622119816);
}
.can-toggle.demo-rebrand-1 input[type=checkbox]:checked ~ label .can-toggle__switch {
  background-color: rgb(68.168202765, 174.331797235, 127.3963133641);
}
.can-toggle.demo-rebrand-1 input[type=checkbox]:checked ~ label .can-toggle__switch:after {
  color: rgb(53.831797235, 137.668202765, 100.6036866359);
}
.can-toggle.demo-rebrand-1 input[type=checkbox]:checked:focus ~ label .can-toggle__switch, .can-toggle.demo-rebrand-1 input[type=checkbox]:checked:hover ~ label .can-toggle__switch {
  background-color: #3d9c72;
}
.can-toggle.demo-rebrand-1 input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-1 input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
  color: rgb(46.66359447, 119.33640553, 87.2073732719);
}
.can-toggle.demo-rebrand-1 label .can-toggle__label-text {
  flex: 1;
}
.can-toggle.demo-rebrand-1 label .can-toggle__switch {
  transition: background-color 0.3s ease-in-out;
  background: rgb(193.3827160494, 75.1172839506, 128.7839506173);
}
.can-toggle.demo-rebrand-1 label .can-toggle__switch:before {
  color: rgba(255, 255, 255, 0.6);
}
.can-toggle.demo-rebrand-1 label .can-toggle__switch:after {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  color: #b53e74;
}
.can-toggle.demo-rebrand-2 input[type=checkbox][disabled] ~ label {
  color: rgba(68, 68, 68, 0.5);
}
.can-toggle.demo-rebrand-2 input[type=checkbox]:focus ~ label .can-toggle__switch, .can-toggle.demo-rebrand-2 input[type=checkbox]:hover ~ label .can-toggle__switch {
  background-color: #444;
}
.can-toggle.demo-rebrand-2 input[type=checkbox]:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-2 input[type=checkbox]:hover ~ label .can-toggle__switch:after {
  color: rgb(42.5, 42.5, 42.5);
}
.can-toggle.demo-rebrand-2 input[type=checkbox]:hover ~ label {
  color: rgb(55.25, 55.25, 55.25);
}
.can-toggle.demo-rebrand-2 input[type=checkbox]:checked ~ label:hover {
  color: rgb(98.0152173913, 177.3608695652, 37.3391304348);
}
.can-toggle.demo-rebrand-2 input[type=checkbox]:checked ~ label .can-toggle__switch {
  background-color: rgb(116.6847826087, 210.7391304348, 44.7608695652);
}
.can-toggle.demo-rebrand-2 input[type=checkbox]:checked ~ label .can-toggle__switch:after {
  color: rgb(93.3586956522, 168.9347826087, 35.5652173913);
}
.can-toggle.demo-rebrand-2 input[type=checkbox]:checked:focus ~ label .can-toggle__switch, .can-toggle.demo-rebrand-2 input[type=checkbox]:checked:hover ~ label .can-toggle__switch {
  background-color: #69be28;
}
.can-toggle.demo-rebrand-2 input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-2 input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
  color: rgb(81.7173913043, 147.8695652174, 31.1304347826);
}
.can-toggle.demo-rebrand-2 label .can-toggle__label-text {
  flex: 1;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch {
  transition: background-color 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  background: rgb(80.75, 80.75, 80.75);
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:before {
  color: rgba(255, 255, 255, 0.7);
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:after {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  color: #444;
}
.can-toggle.demo-rebrand-2 input[type=checkbox]:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-2 input[type=checkbox]:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.can-toggle.demo-rebrand-2 input[type=checkbox]:checked ~ label .can-toggle__switch:after {
  transform: translate3d(58px, 0, 0);
}
.can-toggle.demo-rebrand-2 input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-2 input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.can-toggle.demo-rebrand-2 label {
  font-size: 13px;
}
.can-toggle.demo-rebrand-2 label .can-toggle__label-text {
  padding-top: 3px;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch {
  height: 60px;
  flex: 0 0 120px;
  border-radius: 60px;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:before {
  left: 60px;
  font-size: 13px;
  line-height: 60px;
  width: 60px;
  padding: 0 12px;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:after {
  top: 2px;
  left: 2px;
  border-radius: 30px;
  width: 58px;
  line-height: 56px;
  font-size: 13px;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:hover:after {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}

.field-group__checkbox {
  border: none;
  padding: 0;
  background: none;
}

.toggle-wrapper {
  overflow: hidden;
  position: relative;
}
.toggle-wrapper input {
  height: 40px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 40px;
  display: none;
}
.toggle-wrapper__text {
  position: absolute;
  left: 60px;
  top: 4px;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #4a4a4a;
}
.toggle-wrapper.toggle-wrapper-filter {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 180px;
}
.toggle-wrapper.toggle-wrapper-filter label {
  margin: 0;
}
.toggle-wrapper.toggle-wrapper-filter input {
  height: 24px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 40px;
  display: none;
}
.toggle-wrapper.toggle-wrapper-filter .toggle-wrapper__text {
  position: static;
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.toggle {
  position: relative;
  display: inline-block;
}

label.toggle-item {
  width: 100px;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
  height: 3em;
  margin: 0;
  display: inline-block;
  border-radius: 50px;
  position: relative;
  transition: all 0.3s ease;
  transform-origin: 20% center;
  cursor: pointer;
}
label.toggle-item:before {
  display: block;
  transition: all 0.2s ease;
  width: 2.3em;
  height: 2.3em;
  top: 0.25em;
  left: 0.25em;
  border-radius: 2em;
  border: 2px solid #88cf8f;
  transition: 0.3s ease;
}

.checkcross {
  transform: scale(0.6);
  transform-origin: left top;
}
.checkcross * {
  box-sizing: border-box;
}
.checkcross *:before, .checkcross *:after {
  content: "";
  position: absolute;
}
.checkcross label:before {
  content: none;
}
.checkcross .check {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  position: absolute;
  top: 4px;
  transform: rotate(360deg);
  transition: 0.4s ease;
  left: 4.5px;
  background: #c34a4a;
}
.checkcross .check:before, .checkcross .check:after {
  height: 4px;
  border-radius: 10px;
  background: #fff;
  transition: 0.4s ease;
}
.checkcross .check:before {
  width: 27px;
  transform: rotate(-45deg) translate(-8px, 18px);
}
.checkcross .check:after {
  width: 27px;
  transform: rotate(45deg) translate(18px, 8px);
}

.input-checkcross:disabled + label {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.input-checkcross:checked + label .check {
  background: #8BC34A;
  left: 56px;
}
.input-checkcross:checked + label .check:before {
  width: 25px;
  transform: rotate(-45deg) translate(-6px, 20px);
}
.input-checkcross:checked + label .check:after {
  width: 10px;
  transform: rotate(45deg) translate(20px, 11px);
}

/* https://codepen.io/mallendeo/pen/eLIiG  */
.tgl {
  display: none;
}
.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
  box-sizing: border-box;
}
.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
  background: none;
}
.tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 3rem;
  height: 1.5rem;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
.tgl + .tgl-btn:after {
  left: 0;
}
.tgl + .tgl-btn:before {
  display: none;
}
.tgl:checked + .tgl-btn:after {
  left: 50%;
}

.tgl-light + .tgl-btn {
  background: #f0f0f0;
  border-radius: 2em;
  padding: 2px;
  transition: all 0.4s ease;
}
.tgl-light + .tgl-btn:after {
  border-radius: 50%;
  background: #fff;
  transition: all 0.2s ease;
}
.tgl-light:checked + .tgl-btn {
  background: #9FD6AE;
}

.tgl-ios + .tgl-btn {
  background: #fbfbfb;
  border-radius: 1.5em;
  padding: 2px;
  transition: all 0.4s ease;
  border: 1px solid #e8eae9;
}
.tgl-ios + .tgl-btn:after {
  border-radius: 1.5em;
  background: #fbfbfb;
  transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 3px 0 rgba(0, 0, 0, 0.08);
}
.tgl-ios + .tgl-btn:hover:after {
  will-change: padding;
}
.tgl-ios + .tgl-btn:active {
  box-shadow: inset 0 0 0 2em #e8eae9;
}
.tgl-ios + .tgl-btn:active:after {
  padding-right: 0.8em;
}
.tgl-ios:checked + .tgl-btn {
  background: #33B0B5;
}
.tgl-ios:checked + .tgl-btn:active {
  box-shadow: none;
}
.tgl-ios:checked + .tgl-btn:active:after {
  margin-left: -0.8em;
}

.tgl-skewed + .tgl-btn {
  overflow: hidden;
  transform: skew(-10deg);
  backface-visibility: hidden;
  transition: all 0.2s ease;
  font-family: sans-serif;
  background: #999;
}
.tgl-skewed + .tgl-btn:after, .tgl-skewed + .tgl-btn:before {
  transform: skew(10deg);
  display: inline-block;
  transition: all 0.2s ease;
  width: 100%;
  text-align: center;
  position: absolute;
  font-size: 12px;
  line-height: 2em;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.tgl-skewed + .tgl-btn:after {
  left: 100%;
  content: attr(data-tg-on);
}
.tgl-skewed + .tgl-btn:before {
  left: 0;
  content: attr(data-tg-off);
}
.tgl-skewed + .tgl-btn:active {
  background: #999;
}
.tgl-skewed + .tgl-btn:active:before {
  left: -10%;
}
.tgl-skewed:checked + .tgl-btn {
  background: #599204;
}
.tgl-skewed:checked + .tgl-btn:before {
  left: -100%;
}
.tgl-skewed:checked + .tgl-btn:after {
  left: 0;
}
.tgl-skewed:checked + .tgl-btn:active:after {
  left: 10%;
}

.tgl-flat + .tgl-btn {
  padding: 2px;
  transition: all 0.2s ease;
  background: #fff;
  border: 4px solid #f2f2f2;
  border-radius: 2em;
}
.tgl-flat + .tgl-btn:after {
  transition: all 0.2s ease;
  background: #f2f2f2;
  content: "";
  border-radius: 1em;
}
.tgl-flat:checked + .tgl-btn {
  border: 3px solid #33B0B5;
}
.tgl-flat:checked + .tgl-btn:after {
  left: 50%;
  background: #ed3439;
}

.tgl-flip + .tgl-btn {
  padding: 2px;
  transition: all 0.2s ease;
  font-family: sans-serif;
  perspective: 100px;
}
.tgl-flip + .tgl-btn:after, .tgl-flip + .tgl-btn:before {
  display: inline-block;
  transition: all 0.4s ease;
  width: 100%;
  text-align: center;
  position: absolute;
  line-height: 2em;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  border-radius: 4px;
}
.tgl-flip + .tgl-btn:after {
  content: attr(data-tg-on);
  background: #02C66F;
  transform: rotateY(-180deg);
}
.tgl-flip + .tgl-btn:before {
  background: #FF3A19;
  content: attr(data-tg-off);
}
.tgl-flip + .tgl-btn:active:before {
  transform: rotateY(-20deg);
}
.tgl-flip:checked + .tgl-btn:before {
  transform: rotateY(180deg);
}
.tgl-flip:checked + .tgl-btn:after {
  transform: rotateY(0);
  left: 0;
  background: #7FC6A6;
}
.tgl-flip:checked + .tgl-btn:active:after {
  transform: rotateY(20deg);
}

.select2-container {
  /*width: 100% !important;*/
  padding: 0;
}

.select2 {
  width: 100% !important;
}

.select2-search__field {
  font-size: 14px;
  line-height: 20px;
}

.form-wrapper {
  position: relative;
}
.form-wrapper .row {
  margin-left: -10px;
  margin-right: -10px;
}
.form-wrapper .row > [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.field-group, .field-group-address {
  position: relative;
  margin: 0 0 30px;
}
.field-group__action, .field-group-address__action {
  margin-top: 40px;
}
.field-group .field-group, .field-group-address .field-group {
  margin-bottom: 10px;
}

.field-group-address {
  margin-bottom: 20px;
}
.field-group-address h4 {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 600;
  padding-left: 4px;
}
.field-group-address .row {
  margin-left: -5px;
  margin-right: -5px;
}
.field-group-address .row > [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}

.fields-group {
  display: flex;
  justify-content: space-between;
  /* two items */
}
.fields-group .field-group-item {
  border: none;
  width: calc(50% - 5px);
}
.fields-group .field-group-item:not(:first-child) {
  margin-left: auto;
}

.form-subhead {
  border-top: 2px solid #d8d8d8;
  padding: 15px 0 0;
  margin: 0 0 20px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
}

.form-subgroup {
  border: 1px solid #efefef;
  margin: 0 0 30px;
  padding: 20px;
}
.form-subgroup .field-group__last {
  margin: 0;
}

.add-anohter-field {
  margin: 10px 0;
}
.add-anohter-field .btn-add {
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  position: relative;
  padding-left: 20px;
  text-transform: uppercase;
}
.add-anohter-field .btn-add a {
  color: #528100;
}
.add-anohter-field .btn-add svg {
  position: absolute;
  left: 0;
  top: 2px;
  width: 14px;
  height: 14px;
  stroke: #528100;
  stroke-width: 3px;
}
.add-anohter-field .field-wrapper {
  position: relative;
  margin: 0 0 10px;
}
.add-anohter-field .field-wrapper .field-input {
  padding-right: 50px;
}
.add-anohter-field .field-wrapper .btn-remove {
  position: absolute;
  right: -12px;
  top: 8px;
  width: 24px;
  height: 24px;
  position: absolute;
}
.add-anohter-field .field-wrapper .btn-remove svg {
  width: 24px;
  height: 24px;
  stroke: #de4b33;
  fill: #fff;
}

.field-mailing-address {
  margin: 0 0 20px;
}

.mobile-with-otp-btn {
  padding-right: 132px;
  position: relative;
}
.mobile-with-otp-btn .field-submit {
  position: absolute;
  right: 0;
  top: 5px;
}

.error-message {
  display: none;
  background: #fbe8ea;
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 20px;
}
.error-message .error-header {
  padding: 15px 20px;
  background: #de4b33;
  color: #fff;
  font-weight: 600;
}
.error-message .error-content {
  padding: 20px 20px 15px;
}
.error-message .error-content ul {
  padding: 0 0 0 15px;
  font-weight: 600;
}
.error-message .error-content ul li {
  margin: 0 0 5px;
  padding-left: 5px;
}
.error-message .error-content ul li a {
  color: #212529;
}

.input-error {
  border-color: #de4b33 !important;
}

.fields-block {
  margin: 40px 0;
}
.fields-block.secondary {
  border: 1px dashed #ed3439;
  padding: 20px;
  background: #efefef;
  margin: 30px 0;
}
.fields-block .heading4 {
  margin: 0 0 10px;
  font-weight: 500;
}
.fields-block .field-group {
  margin: 0 0 20px;
}

.form-footer {
  border-top: 1px solid #d5d5d5;
  padding-top: 10px;
  margin-top: 30px;
}

.field-group-action {
  margin-top: 40px;
}

.field-instructions {
  font-size: 10px;
  line-height: 1.3;
  margin: 0 0 10px;
  font-weight: 400;
  font-style: italic;
  color: #666;
}
.field-instructions p {
  margin: 0 0 10px;
}
.field-instructions p:last-child {
  margin-bottom: 15px;
}
.field-instructions ul, .field-instructions ol {
  margin: 0 0 20px;
  padding: 0 0 0 15px;
}
.field-instructions ul li, .field-instructions ol li {
  margin: 0 0 5px;
}

label + .field-instructions {
  margin-top: 4px;
}

.note-editor.note-airframe .note-editing-area, .note-editor.note-frame .note-editing-area {
  font-size: 14px;
}
.note-editor.note-airframe .note-editing-area h1, .note-editor.note-airframe .note-editing-area h2, .note-editor.note-airframe .note-editing-area h3, .note-editor.note-frame .note-editing-area h1, .note-editor.note-frame .note-editing-area h2, .note-editor.note-frame .note-editing-area h3 {
  line-height: 1.2;
}
.note-editor.note-airframe .note-editing-area h1, .note-editor.note-airframe .note-editing-area h2, .note-editor.note-frame .note-editing-area h1, .note-editor.note-frame .note-editing-area h2 {
  margin: 0 0 20px;
}

.password-field {
  position: relative;
}

.toggle-password {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: url(../img/icons/eye.svg) no-repeat center center;
  background-size: 100%;
}
.toggle-password.active {
  background-image: url(../img/icons/eye-off.svg);
}

.focused-field-group {
  background: #fafafa;
  padding: 40px 30px 30px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: 0 -30px 30px;
}
.focused-field-group .field-group:last-child {
  margin: 0;
}

.toggle-item {
  border-top: 1px solid #96d6d9;
}
.toggle-item:first-child {
  border-top: none;
}
.toggle-item .toggle__header {
  position: relative;
  padding: 20px 20px 20px 25px;
  cursor: pointer;
  margin: 0;
}
.toggle-item .toggle__header::before, .toggle-item .toggle__header::after {
  content: "";
  position: absolute;
  background: #33B0B5;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 0.3s linear;
}
.toggle-item .toggle__header::before {
  width: 14px;
  height: 2px;
  left: 0;
  top: 26px;
}
.toggle-item .toggle__header::after {
  width: 2px;
  height: 14px;
  left: 6px;
  top: 20px;
}
.toggle-item .toggle__header h2 {
  text-transform: uppercase;
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #33B0B5;
}
.toggle-item .toggle__content {
  display: none;
}
.toggle-item.active .toggle__header::after {
  transform: rotate(270deg);
  opacity: 0;
  filter: alpha(opacity=0);
}

.forms-list .item {
  margin: 0 0 20px;
  position: relative;
  background: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  padding: 15px 15px 0 15px;
  border-top: 5px solid #f8f6f0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.forms-list .item:last-child {
  margin-bottom: 0;
}
.forms-list .item:hover {
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.forms-list .item__header {
  position: relative;
  padding-right: 200px;
}
.forms-list .item__header h3 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
}
.forms-list .item__header .item__content {
  font-size: 13px;
  line-height: 1.4;
  padding-bottom: 10px;
}
.forms-list .item__header .item__content p {
  margin: 0 0 10px;
}
.forms-list .item__header .item__content ul {
  margin: 0 0 20px;
  padding: 0 0 0 20px;
}
.forms-list .item__header .item__content ul li {
  margin: 0 0 5px;
}
.forms-list .item__header .btn-download-form {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 20px;
  min-width: 60px;
  text-align: center;
  border: 1px solid #b8daff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  background: #33B0B5;
  color: #fff;
  text-transform: uppercase;
}
.forms-list .item__header .upload-new-document {
  display: inline-block;
  margin: 10px 0 20px;
  padding: 10px 20px;
  min-width: 60px;
  text-align: center;
  border: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  background: #ed3439;
  text-transform: uppercase;
}
.forms-list .item .uploads-list {
  border-top: 1px solid #efefef;
  background: rgba(150, 214, 217, 0.15);
  margin: 10px -15px 0;
  padding: 15px 15px 0;
}
.forms-list .item .uploads-list h4 {
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1;
  color: #ed3439;
  margin: 0 0 10px;
  padding: 0;
}
.forms-list .item .uploads-list .item-upload {
  padding: 15px 15px 15px;
  margin: 0 -15px;
  position: relative;
}
.forms-list .item .uploads-list .item-upload:nth-child(odd) {
  background-color: rgba(153, 153, 153, 0.1);
}
.forms-list .item .uploads-list .item-upload__name {
  font-weight: 700;
}
.forms-list .item .uploads-list .item-upload__meta {
  font-style: italic;
  color: #666;
  font-size: 12px;
  line-height: 1;
}
.forms-list .item .uploads-list .item-upload__notes {
  font-size: 14px;
  line-height: 1.4;
}
.forms-list .item .uploads-list .item-upload__actions {
  position: absolute;
  right: 15px;
  top: 18px;
}
.forms-list .item .uploads-list .item-upload__actions a {
  margin-left: 10px;
}
.forms-list .item .uploads-list .item-upload__comments {
  font-size: 13px;
  line-height: 1.3;
}
.forms-list .item .uploads-list .item-upload__comments .item-comment {
  margin: 10px 0;
}
.forms-list .item .uploads-list .item-upload__comments .item-comment.rejected {
  color: #721c24;
}
.forms-list .item .uploads-list .item-upload__comments .item-comment.verified {
  color: darkgreen;
}
.forms-list .item__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #f5f5f5;
}
.forms-list .item__bottom::before {
  content: "";
  position: absolute;
  top: -2px;
  width: 100%;
  left: 0;
  height: 1px;
  background: #e5e5e5;
}
.forms-list .item__link {
  display: block;
  width: 100%;
  padding: 10px 15px 12px;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
  text-transform: uppercase;
  color: #ed3439;
  position: relative;
}
.forms-list .item__link svg {
  position: absolute;
  right: 10px;
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.forms-list .item__link:hover {
  background-color: #eefaff;
}
@media (max-width: 1179.98px) {
  .forms-list .item {
    padding: 15px;
  }
  .forms-list .item h3 {
    font-size: 16px;
    line-height: 1.3;
  }
  .forms-list .item p {
    font-size: 14px;
    line-height: 1.4;
  }
  .forms-list .item__link {
    padding: 10px 15px 12px;
    font-size: 13px;
    line-height: 1.4;
  }
  .forms-list .item__link svg {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
}
@media (max-width: 991.98px) {
  .forms-list .item {
    height: 200px;
    padding: 15px;
  }
  .forms-list .item h3 {
    font-size: 16px;
    line-height: 1.3;
  }
  .forms-list .item p {
    font-size: 14px;
    line-height: 1.4;
  }
  .forms-list .item__link {
    padding: 10px 15px 12px;
    font-size: 13px;
    line-height: 1.4;
  }
  .forms-list .item__link svg {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
}

.notifications {
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e7e7e7;
  border-top: 5px solid #ed3439;
}
.notifications .item {
  border-bottom: 1px solid #e7e7e7;
  padding: 15px 50px 15px 15px;
  position: relative;
}
.notifications .item:nth-child(odd) {
  background: #fafafa;
}
.notifications .item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}
.notifications .item .time {
  font-size: 11px;
  line-height: 1.4;
  color: #777;
}

.tabs__header {
  background: #efefef;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  height: 56px;
  overflow: hidden;
  margin: -20px;
  margin-bottom: 0;
  border-bottom: 1px solid #e2ddd8;
}
.tabs__header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  padding-bottom: 20px;
}
.tabs__header ul li {
  scroll-snap-align: start;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  cursor: pointer;
  padding: 20px 20px 16px;
  border-bottom: 4px solid transparent;
  font-weight: 600;
  border-right: 1px solid #e2ddd8;
}
.tabs__header ul li.active {
  border-bottom-color: #c73966;
  color: #c73966;
}
.tabs__content {
  margin-top: 20px;
}
.tabs__content .content-item {
  display: none;
}
.tabs__content .content-item.active {
  display: block;
}
@media (max-width: 1179.98px) {
  .tabs__header {
    font-size: 21px;
    line-height: 30px;
  }
  .tabs__content {
    padding: 90px 0 100px;
    background-position: calc(50vw + 390px) center;
  }
  .tabs__content .item__content {
    width: 420px;
  }
  .tabs__content .item__video {
    width: 460px;
  }
}
@media (max-width: 991.98px) {
  .tabs__header {
    font-size: 18px;
    line-height: 20px;
    height: 60px;
  }
  .tabs__header ul {
    padding-bottom: 20px;
  }
  .tabs__header ul li {
    padding: 20px 20px 16px;
    border-width: 4px;
  }
  .tabs__content {
    background-size: 220px 169px;
    background-position: calc(50vw + 300px) 60px;
    padding: 40px 0 50px;
  }
  .tabs__content .item__content {
    max-width: 320px;
  }
  .tabs__content .item__content h3 {
    margin: 0 0 10px;
  }
  .tabs__content .item__video {
    width: 360px;
  }
}
@media (max-width: 859.98px) {
  .tabs__header {
    font-size: 15px;
    line-height: 16px;
    height: 56px;
  }
  .tabs__header ul {
    padding-bottom: 20px;
  }
  .tabs__header ul li {
    padding: 20px 12px 16px;
    border-width: 4px;
  }
  .tabs__content {
    background-image: none;
    padding: 40px 0 50px;
  }
  .tabs__content .item__wrap {
    flex-wrap: wrap;
  }
  .tabs__content .item__content {
    max-width: 100%;
    width: 100%;
    margin: 0 0 20px;
  }
  .tabs__content .item__video {
    width: 100%;
  }
}
.filters-wrapper {
  display: flex;
}
.filters-wrapper .item {
  position: relative;
  margin-right: 20px;
}
.filters-wrapper .item:last-child {
  margin-right: 0;
}
.filters-wrapper h4 {
  background: #fff;
  padding: 12px 15px;
  position: relative;
  font-size: 12px;
  line-height: 11px;
  cursor: pointer;
  box-shadow: 0 0 2px 2px rgba(204, 204, 204, 0.1);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: none;
  margin: 0;
  text-transform: uppercase;
}
.filters-wrapper h4:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #794EF1;
}
.filters-wrapper h4 svg {
  width: 16px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  stroke: #33B0B5;
}
.filters-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  box-shadow: 0 0 2px 2px rgba(204, 204, 204, 0.1);
  font-size: 13px;
  line-height: 19px;
  border-bottom: 1px solid #eee;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 2;
  max-height: 220px;
  overflow: auto;
  display: none;
}
.filters-wrapper ul li {
  padding: 12px 15px;
  border-bottom: 1px solid #f8f8f8;
  cursor: pointer;
}
.filters-wrapper ul li:hover, .filters-wrapper ul li.selected {
  color: #794EF1;
}
.filters-wrapper ul li.selected {
  cursor: default;
}
.filters-wrapper .filter, .filters-wrapper .sort {
  width: 220px;
}

.popover {
  width: 400px;
  max-width: 90%;
}
.popover .popover-title {
  position: relative;
  margin: 0;
  padding: 15px 20px 10px;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
}
.popover .popover-title .popover-close {
  position: absolute;
  right: 10px;
  top: 0;
}
.popover .popover-content {
  padding: 0 20px 15px;
  font-size: 14px;
  line-height: 1.5;
}
.popover .popover-content ul {
  padding-left: 15px;
}
.popover .popover-content ul li {
  padding-left: 5px;
  margin: 0 0 7px;
}

.popover-data-content {
  display: none;
}

.public-site {
  padding: 40px 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 100vh;
  background: #fafafa;
}
.public-site .wrap {
  max-width: 760px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.site-content {
  width: 100%;
}

#site-header-public {
  text-align: center;
  width: 100%;
}
#site-header-public .site-title img {
  max-width: 160px;
  height: auto;
}

.patient-site {
  min-height: 100vh;
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  background-image: url(../img/bg.jpeg);
  position: relative;
  padding-top: 70px;
}
@media (max-width: 859.98px) {
  .patient-site {
    padding-top: 60px;
    background: #fff;
  }
}
@media (max-width: 424px) {
  .patient-site {
    padding-top: 50px;
  }
}

#site-header-patient {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background-image: -webkit-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0.9) 100%);
  background-image: -o-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0.9) 100%);
  background-image: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0.9) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#E6FFFFFF", GradientType=0);
  border-bottom: 1px solid #efefef;
  display: flex;
  align-items: center;
  gap: 20px;
  height: 70px;
  padding: 0 20px;
}
#site-header-patient .site-title {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
}
#site-header-patient .site-title img {
  max-height: 48px;
  width: auto;
}
#site-header-patient .nav {
  margin-left: auto;
  display: flex;
  gap: 10px;
}
#site-header-patient .nav a, #site-header-patient .nav button {
  border: 1px solid #ccc;
  padding: 0;
  background: none;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  position: relative;
  height: 40px;
  background: #fafafa;
  padding-left: 32px;
  padding-right: 12px;
  background: #794EF1;
  color: #fff;
  border: none;
  font-weight: 600;
}
#site-header-patient .nav a svg, #site-header-patient .nav button svg {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  stroke: #fff;
  stroke-width: 1px;
}
#site-header-patient .nav a {
  padding: 12px 20px;
  line-height: 1;
}
#site-header-patient .nav .logout {
  display: none;
  background: #E72758;
}
#site-header-patient .nav .logout svg {
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  stroke-width: 2px;
  width: 20px;
  height: 20px;
}
@media (max-width: 859.98px) {
  #site-header-patient {
    gap: 20px;
    height: 60px;
  }
  #site-header-patient .site-title {
    font-size: 18px;
    line-height: 1;
  }
  #site-header-patient .site-title img {
    max-height: 40px;
  }
  #site-header-patient .nav {
    margin-left: auto;
    display: flex;
    gap: 10px;
  }
  #site-header-patient .nav a, #site-header-patient .nav button {
    height: 32px;
  }
  #site-header-patient .nav a {
    padding: 10px 16px;
  }
  #site-header-patient .nav .logout {
    display: block;
  }
  #site-header-patient .nav .logout svg {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 424px) {
  #site-header-patient {
    gap: 12px;
    height: 50px;
  }
  #site-header-patient .site-title {
    font-size: 14px;
    line-height: 1;
  }
  #site-header-patient .site-title img {
    max-height: 32px;
  }
  #site-header-patient .nav {
    margin-left: auto;
    display: flex;
    gap: 8px;
  }
  #site-header-patient .nav a, #site-header-patient .nav button {
    height: 28px;
    font-size: 10px;
  }
  #site-header-patient .nav a {
    padding: 9px 15px;
  }
}
@media (max-width: 374px) {
  #site-header-patient {
    padding: 0 10px;
  }
  #site-header-patient .site-title {
    font-size: 12px;
    line-height: 1;
  }
  #site-header-patient .site-title img {
    max-height: 30px;
  }
  #site-header-patient .nav a:not(.logout) {
    padding: 9px 12px;
  }
  #site-header-patient .nav button {
    padding-left: 12px;
    padding-right: 12px;
  }
  #site-header-patient .nav button svg {
    display: none;
  }
}

@keyframes pulse-black {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(89, 102, 218, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(89, 102, 218, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(89, 102, 218, 0);
  }
}
.patient-navigation {
  width: 90px;
}
.patient-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 5px;
  display: flex;
  flex-wrap: wrap;
}
.patient-navigation > ul {
  font-size: 11px;
  line-height: 1;
}
.patient-navigation > ul > li {
  position: relative;
  width: 100%;
  margin: 0 0 5px;
}
.patient-navigation > ul > li.new a {
  background: linear-gradient(220.64deg, #DDFFC2 0%, #A4FFC8 100%);
}
.patient-navigation > ul > li.new.active > a svg {
  stroke-width: 2px;
}
.patient-navigation > ul > li > a {
  display: block;
  padding: 50px 0 20px 0;
  position: relative;
  font-weight: 400;
  color: #000;
  text-align: center;
  background: #fff;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.patient-navigation > ul > li > a svg {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin-top: -10px;
  stroke: rgba(0, 0, 0, 0.75);
  stroke-width: 1px;
}
.patient-navigation > ul > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.patient-navigation > ul > li.active:not(.new) > a {
  color: #F3F4F8;
  background-color: #4E68EB;
}
.patient-navigation > ul > li.active:not(.new) > a svg {
  stroke: #F3F4F8;
  stroke-width: 2px;
}
.patient-navigation > ul > li.active:not(.new) ul {
  display: block;
}
.patient-navigation > ul > li ul {
  display: none;
  background: #fff;
  padding: 0 0 10px 0;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
}
.patient-navigation > ul > li ul li {
  padding-left: 56px;
  margin: 0 0 10px;
}
.patient-navigation > ul > li ul li:last-child {
  border: none;
}
.patient-navigation > ul > li ul li a {
  color: #212529;
}
.patient-navigation > ul > li ul li a:hover {
  color: #5E73E1;
}
.patient-navigation > ul > li ul li.active a {
  color: #5E73E1;
}
@media (max-width: 859.98px) {
  .patient-navigation {
    width: 100%;
    height: 60px;
    border-top: 1px solid #efefef;
    position: fixed;
    left: 0;
    bottom: 0;
    top: auto;
    z-index: 1;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.6) 0%, #fff 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.6) 0%, #fff 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#99FFFFFF", endColorstr="#FFFFFFFF", GradientType=0);
  }
  .patient-navigation ul {
    gap: 0;
  }
  .patient-navigation > ul {
    font-size: 10px;
    line-height: 1;
  }
  .patient-navigation > ul > li {
    width: 20%;
    display: inline-block;
    border-left: 1px solid #efefef;
  }
  .patient-navigation > ul > li:first-child {
    border: none;
  }
  .patient-navigation > ul > li > a {
    padding: 38px 0 0;
    background: none;
    height: 60px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .patient-navigation > ul > li > a svg {
    width: 20px;
    height: 20px;
    margin-top: -8px;
  }
  .patient-navigation > ul > li.logout, .patient-navigation > ul > li.new {
    display: none;
  }
  .patient-navigation > ul > li.new {
    position: fixed;
    bottom: 70px;
    right: 15px;
    display: block;
    width: 56px;
    height: 56px;
    border: none;
    font-size: 11px;
    font-weight: 700;
    animation: pulse-black 2s infinite;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
  }
  .patient-navigation > ul > li.new a {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    padding: 32px 0 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #4E68EB;
    color: #fff;
  }
  .patient-navigation > ul > li.new a svg {
    stroke-width: 2px !important;
    stroke: #fff !important;
    margin-top: -8px;
  }
  .patient-navigation > ul > li.new.active {
    display: none;
  }
  .patient-navigation > ul > li.active:not(.new) > a {
    color: #4E68EB !important;
    background-color: transparent !important;
  }
  .patient-navigation > ul > li.active:not(.new) > a svg {
    stroke: #4E68EB !important;
    stroke-width: 2px !important;
  }
}

.patient-screen-wrapper {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 20px;
}
@media (max-width: 859.98px) {
  .patient-screen-wrapper {
    padding: 0;
  }
}

.patient-screen {
  display: flex;
  align-items: start;
  gap: 20px;
}
@media (max-width: 859.98px) {
  .patient-screen {
    display: block;
  }
}
.patient-screen .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.patient-screen .medical-emergency {
  background: #fff;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  width: 720px;
  max-width: 100%;
  background: radial-gradient(253px at 12.6% 77.9%, rgb(221, 255, 214) 0.3%, rgb(214, 254, 254) 90.5%);
  padding: 15px 20px;
  text-align: center;
}
.patient-screen .medical-emergency span {
  font-weight: 600;
}
.patient-screen .medical-emergency br {
  display: none;
}
@media (max-width: 859.98px) {
  .patient-screen .medical-emergency {
    width: 100%;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
    padding: 10px 15px;
  }
  .patient-screen .medical-emergency br {
    display: block;
  }
}
@media (max-width: 374px) {
  .patient-screen .medical-emergency {
    font-size: 11px;
    line-height: 1.5;
  }
}
.patient-screen .home-tabs {
  background: radial-gradient(circle at 18.7% 37.8%, rgb(250, 250, 250) 0%, rgb(225, 234, 238) 90%);
  display: flex;
  margin: 0 0 30px;
  text-align: center;
  position: relative;
}
.patient-screen .home-tabs::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: radial-gradient(circle at 12.3% 19.3%, rgb(85, 88, 218) 0%, rgb(95, 209, 249) 100.2%);
}
.patient-screen .home-tabs a {
  position: relative;
  display: inline-block;
  width: 33.3333333333%;
  padding: 15px;
  color: #000;
  font-weight: 600;
}
.patient-screen .home-tabs a:hover {
  color: #794EF1;
  background: #fff;
}
.patient-screen .ny-awareness {
  background: #fff;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  width: 720px;
  max-width: 100%;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  overflow: hidden;
}
.patient-screen .ny-awareness h3 {
  background: radial-gradient(circle at 12.3% 19.3%, #5558da 0%, #5fd1f9 100.2%);
  color: #fff;
  padding: 20px;
  font-weight: 400;
  font-size: 21px;
  line-height: 1;
  margin: 0;
  cursor: pointer;
  position: relative;
  transition: all 0.2s linear;
}
.patient-screen .ny-awareness h3 span {
  position: relative;
  z-index: 1;
}
.patient-screen .ny-awareness h3 svg {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  width: 32px;
  height: 32px;
  stroke-width: 2px;
  z-index: 1;
  transition: all 0.2s linear;
}
.patient-screen .ny-awareness h3::before {
  content: "";
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  position: absolute;
  background: linear-gradient(220.64deg, #DDFFC2 0%, #A4FFC8 100%);
  z-index: 0;
  transition: all 0.2s linear;
}
.patient-screen .ny-awareness .content {
  padding: 25px 20px 20px;
}
.patient-screen .ny-awareness .content .highlighted {
  font-size: 1.25em;
}
.patient-screen .ny-awareness .content p {
  margin: 0 0 25px;
}
.patient-screen .ny-awareness .content ul {
  margin: 0 0 25px;
  padding: 0 0 0 20px;
}
.patient-screen .ny-awareness .content ul li {
  margin: 0 0 15px;
}
.patient-screen .ny-awareness.collapsed h3 svg {
  transform: translateY(-50%) rotate(0);
}
.patient-screen .ny-awareness.collapsed h3:hover {
  color: #000;
}
.patient-screen .ny-awareness.collapsed h3:hover::before {
  width: 100%;
}
@media (max-width: 991.98px) {
  .patient-screen .ny-awareness {
    background: #fafafa;
    margin: 0 20px 40px;
  }
  .patient-screen .ny-awareness h3 {
    font-size: 14px;
    line-height: 1;
    padding: 15px;
  }
  .patient-screen .ny-awareness h3 svg {
    width: 20px;
    height: 20px;
  }
  .patient-screen .ny-awareness .content {
    padding: 20px 15px 15px;
  }
  .patient-screen .ny-awareness .content p {
    margin: 0 0 20px;
  }
  .patient-screen .ny-awareness .content ul {
    margin: 0 0 20px;
  }
  .patient-screen .ny-awareness .content ul li {
    margin: 0 0 10px;
  }
}
.patient-screen .patient-content {
  background: #fff;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  width: 720px;
  max-width: 100%;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  overflow: hidden;
}
.patient-screen .patient-content .page-heading {
  color: #4E68EB;
  margin: 0 0 20px;
}
.patient-screen .patient-content .welcome-content {
  padding: 25px 20px 20px;
}
.patient-screen .patient-content .message-comments .comments-list .item__patient {
  margin-left: auto;
  background: rgba(92, 171, 225, 0.1);
}
@media (max-width: 859.98px) {
  .patient-screen .patient-content {
    width: 100%;
  }
}
@media (max-width: 859.98px) {
  .patient-screen {
    padding: 0 0 60px;
  }
  .patient-screen .patient-content {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    min-height: calc(100vh - 120px);
    box-shadow: none;
  }
  .patient-screen .wrap {
    min-height: calc(100vh - 120px);
    gap: 0;
  }
  .patient-screen .wrap .patient-content {
    min-height: 0;
  }
}

.patient-messages .header {
  background: #EBF9FC;
  padding: 20px 20px;
  position: relative;
  color: #4D68EB;
}
.patient-messages .header h3, .patient-messages .header p {
  margin: 0;
}
.patient-messages .header .link {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: #794EF0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  padding: 10px 15px;
}

.patients-messages-list {
  display: flex;
  flex-wrap: wrap;
}
.patients-messages-list .item {
  display: block;
  width: 100%;
  border-top: 1px solid #eaeaea;
  padding: 20px;
  color: #212121;
  position: relative;
}
.patients-messages-list .item:hover {
  background: #fafafa;
}
.patients-messages-list .item__unread::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  bottom: 15px;
  width: 8px;
  left: 0;
  background: #794EF0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.patients-messages-list .item__unread .item__subject {
  font-weight: 600;
}
.patients-messages-list .item__meta {
  color: #999;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  font-style: italic;
}
.patients-messages-list .item__subject {
  font-size: 1.125em;
  color: #794EF0;
}
.patients-messages-list .item__comments-count {
  position: absolute;
  right: 10px;
  top: 10px;
  background: rgba(92, 171, 225, 0.1);
  color: #5E73E1;
  padding: 6px 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 600;
}
.patients-messages-list .item__comments-count strong {
  font-size: 21px;
  line-height: 24px;
}
.patients-messages-list .item__comments-count svg {
  stroke: #fff;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.message-topbar {
  background: #CFF2FE;
  padding: 15px 20px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.message-topbar .link-back {
  color: #5E73E1;
}
.message-topbar .link-back svg {
  width: 16px;
  height: 16px;
}
.message-topbar .link-back:hover {
  color: #794EF1;
}
.message-topbar .message-action-buttons .link-btn {
  font-size: 12px;
  line-height: 1;
  padding: 10px 15px;
  background-color: #5CABE1;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0;
}
.message-topbar .message-action-buttons .link-btn svg {
  stroke: #fff;
  width: 12px;
  height: 12px;
  margin-left: 10px;
}

.message-header {
  background: #EBF9FC;
  padding: 20px 20px;
  position: relative;
}
.message-header .meta {
  font-style: italic;
  font-size: 12px;
  line-height: 1.4;
  margin: 0 0 5px;
  color: #999;
}
.message-header .message-subject {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  margin: 0 0 2px;
}
.message-header .message-action-buttons {
  position: absolute;
  right: 10px;
  top: 10px;
}
.message-header .message-action-buttons .link-btn {
  font-size: 12px;
  line-height: 1;
  padding: 10px 15px;
  background-color: #5CABE1;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0;
}
.message-header .message-action-buttons .link-btn svg {
  stroke: #fff;
  width: 12px;
  height: 12px;
  margin-left: 10px;
}
.message-header .tag-message-status {
  position: absolute;
  right: 20px;
  top: 20px;
}

.future-appointment-notification {
  padding: 12px 15px;
  text-align: center;
  background: #00C962;
}
.future-appointment-notification a {
  color: inherit;
  text-decoration: underline;
}
.future-appointment-notification.warning {
  background: #FEE119;
}
.future-appointment-notification.error {
  background: #D11B1B;
  color: #fff;
}

.message-comments {
  border-top: 2px solid #eee;
  padding: 30px 20px;
  overflow-y: auto;
  background: #fff;
}
.message-comments .header {
  margin: 0 0 30px;
}
.message-comments .header h3 {
  font-size: 16px;
  line-height: 1;
  color: #794EF0;
  font-weight: 600;
  margin: 0 0 5px;
}
.message-comments .header p {
  font-size: 14px;
  line-height: 1.4;
}
.message-comments .comments-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.message-comments .comments-list .item {
  width: 80%;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: #fafafa;
  border: 1px solid #f1f1f1;
  padding: 15px;
}
.message-comments .comments-list .item__meta {
  font-size: 12px;
  line-height: 1.4;
  font-style: italic;
  margin: 0 0 5px;
  color: #999;
}
.message-comments .comments-list .item.new-item {
  background-color: rgba(33, 194, 74, 0.15) !important;
}
@media (max-width: 859.98px) {
  .message-comments .comments-list .item {
    width: 90%;
  }
  .message-comments .comments-list .item__meta {
    font-size: 11px;
    line-height: 1.4;
  }
}

.message-reply {
  border-top: 2px solid #eee;
  padding: 40px 20px 20px;
  position: relative;
}
.message-reply h3 {
  color: #794EF0;
  font-weight: 700;
  margin: 0 0 20px;
}

.patients-messages-empty, .message-comments-empty {
  text-align: center;
  padding: 100px 40px;
  color: #999;
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
}
.patients-messages-empty img, .message-comments-empty img {
  max-width: 180px;
  height: auto;
  margin: 0 0 20px;
  opacity: 0.25;
  filter: alpha(opacity=25);
}

.message-comments-empty {
  padding: 50px 40px;
}

.tag-message-status {
  position: relative;
  background: #EBFBEF;
  display: inline-block;
  font-weight: 600;
  padding: 8px 12px 8px 30px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 10px;
}
.tag-message-status svg {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.tag-message-status.resolved {
  background: rgba(33, 194, 74, 0.15);
}
.tag-message-status.resolved svg {
  stroke: #21C24A;
}
.tag-message-status.unsolved {
  background: rgba(212, 6, 1, 0.1);
}
.tag-message-status.unsolved svg {
  stroke: #d40601;
}

.patient-settings-block {
  padding: 20px;
}
.patient-settings-block__header {
  margin: 0 0 30px;
}
.patient-settings-block__header h4 {
  margin: 0;
  font-size: 16px;
  line-height: 1;
  margin: 0 0 10px;
}
.patient-settings-block__header p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}
.patient-settings-block.has-border {
  border-top: 2px solid #EDEDED;
}
.patient-settings-block .action-buttons {
  display: flex;
  gap: 10px;
  padding: 10px 0;
}
.patient-settings-block .pending-verfication {
  margin: 0 0 40px;
}
.patient-settings-block .pending-verfication .notification {
  background: #EBF9FC;
  border: 1px solid #5CABE1;
  padding: 12px 15px;
  position: relative;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.5;
}
.patient-settings-block .pending-verfication .notification p {
  margin: 0 0 10px;
}
.patient-settings-block .pending-verfication .notification p:last-child {
  margin: 0;
}
.patient-settings-block .pending-verfication .notification a {
  color: #5E73E1;
  text-decoration: underline;
}
.patient-settings-block .pending-verfication .notification button {
  background: #5E73E1;
  padding: 8px 12px;
  border: none;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.patient-settings-block .pending-verfication .notification button:hover {
  background-color: #794EF1;
}
@media (max-width: 859.98px) {
  .patient-settings-block .pending-verfication .notification {
    font-size: 12px;
    line-height: 1.5;
  }
  .patient-settings-block .pending-verfication .notification button {
    padding: 7px 10px;
  }
}

.new-message-wrapper {
  position: relative;
}

.create-new-message {
  position: relative;
}
.create-new-message__header {
  background: #EBF9FC;
  padding: 20px 20px;
  position: relative;
}
.create-new-message__header h3 {
  color: #4D68EB;
}
.create-new-message__header h3, .create-new-message__header p {
  margin: 0;
}
.create-new-message__header p {
  font-size: 12px;
  line-height: 1.5;
}
.create-new-message .create-message-form {
  padding: 20px 20px 30px;
}
.create-new-message .create-message-form .thank-you {
  text-align: center;
}
.create-new-message .create-message-form .thank-you svg {
  margin: 0 auto 20px;
  stroke: #794FF1;
}
.create-new-message .create-message-form .thank-you svg .checkmark__circle {
  fill: #fff;
  stroke: #794FF1;
}

.create-message-form .instructions {
  margin: 0 0 30px;
  font-style: italic;
}

.otp-input-wrapper {
  background: #fff;
  width: 100%;
  position: relative;
  box-shadow: 0 0 2px 2px rgba(204, 204, 204, 0.1);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #d8d8d8;
  height: 50px;
  padding-right: 120px;
  overflow: hidden;
}
.otp-input-wrapper .field-submit {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  border: none;
  background-color: #794EF1;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
}
.otp-input-wrapper input[type=text] {
  border: none;
  padding: 0 12px;
  font-size: 20px;
  line-height: 48px;
  letter-spacing: 5px;
  width: 100%;
  outline: none;
}
.otp-input-wrapper input[type=text]::-moz-placeholder {
  font-style: italic;
  color: #b2b2b2;
  opacity: 1;
}
.otp-input-wrapper input[type=text]:-ms-input-placeholder {
  color: #b2b2b2;
}
.otp-input-wrapper input[type=text]::-webkit-input-placeholder {
  color: #b2b2b2;
}

.request-login-form .row {
  margin-left: -10px;
  margin-right: -10px;
}
.request-login-form .row > [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.talk-track {
  position: fixed;
  text-align: right;
  top: 60px;
  right: 0;
  width: 36px;
  height: 120px;
  z-index: 99999;
}
.talk-track:hover #textBlock {
  z-index: 999;
  transform: translateX(0);
  visibility: visible;
}
.talk-track:hover button {
  opacity: 0;
  filter: alpha(opacity=0);
}
.talk-track button {
  position: absolute;
  top: 0;
  left: 40px;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 0.2s linear;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  transform: rotate(90deg);
  transform-origin: top left;
  width: 120px;
  height: 36px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #5E73E1;
}
.talk-track #textBlock {
  text-align: left;
  width: 640px;
  position: fixed;
  height: 100vh;
  top: 0; /* Position the text block below the button */
  right: 0;
  transform: translateX(100%);
  padding-top: 4px;
  z-index: 1; /* Ensure the text block appears above other elements */
  visibility: visible;
  transition: all 0.3s linear;
}
.talk-track #textBlock .link-btn {
  position: absolute;
  right: 30px;
  top: 35px;
}
.talk-track #textBlock .talk-track-content {
  padding: 25px 30px;
  height: 100%;
  overflow-y: auto;
  border-left: 2px solid #efefef;
  background-color: #fff;
}

.talk-track-content {
  max-width: 960px;
}
.talk-track-content h2 {
  font-size: 15px;
  line-height: 1.4;
  color: #794EF1;
  margin: 0 0 10px;
  font-weight: 400;
}
.talk-track-content h3 {
  color: #794EF1;
  font-size: 21px;
  line-height: 1.4;
  font-weight: 400;
  margin: 0 0 20px;
}
.talk-track-content p {
  margin: 0 0 10px;
}
.talk-track-content table {
  margin-top: 30px;
  width: 100%;
  font-size: 12px;
  line-height: 1.4;
}
.talk-track-content table th {
  font-weight: 600;
  border: 1px solid #ccc;
  padding: 10px;
  background: #efefef;
}
.talk-track-content table td {
  padding: 10px;
  border: 1px solid #ccc;
}
.talk-track-content table td ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.talk-track-content table td ul li {
  margin: 0 0 5px;
}

.modal-window {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  padding: 20px;
  display: none;
}
.modal-window .overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: rgba(255, 255, 255, 0.97);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.modal-window__content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #fff;
  width: 720px;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  margin: 0 auto;
  border: 1px solid #efefef;
  padding: 30px 30px 10px;
  z-index: 2;
}
.modal-window__content h2 {
  margin: 0 0 30px;
  font-size: 21px;
  line-height: 1.2;
  color: #ed3439;
}
.modal-window .close {
  position: absolute;
  right: 20px;
  top: 20px;
  border: none;
  width: 32px;
  height: 32px;
  text-indent: -9999em;
  background: url(../img/icon-close.png) no-repeat center center;
  background-size: 24px;
  outline: none !important;
}

.file-upload-wrapper .uploaded-documents-list {
  margin: 10px 0 40px;
  border-top: 4px solid #ddd;
}
.file-upload-wrapper .uploaded-documents-list:empty {
  display: none;
}
.file-upload-wrapper .uploaded-documents-list .item {
  border-bottom: 1px solid #efefef;
  padding: 10px 180px 10px 0;
  position: relative;
}
.file-upload-wrapper .uploaded-documents-list .item__name {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.file-upload-wrapper .uploaded-documents-list .item a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  padding: 5px 10px;
  border: 1px solid #efefef;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}
.file-upload-wrapper .uploaded-documents-list .item a.btn-delete {
  color: #721c24;
  border-color: #f5c6cb;
  background-color: #f8d7da;
  right: 90px;
}
.file-upload-wrapper .uploaded-documents-list .item a.btn-download {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
  right: 0;
}

.upload-progress-bar {
  margin: 0 0 30px;
  position: relative;
  padding-top: 10px;
  display: none;
}
.upload-progress-bar .bar {
  height: 6px;
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  background: #60bf60;
  transition: width 0.2s ease;
}
.upload-progress-bar .percent {
  font-family: "Poppins", "Crimson Pro";
  font-size: 16px;
  line-height: 1;
}

.item-upload__status {
  display: inline-block;
  position: relative;
  margin: 0 0 0 10px !important;
}
.item-upload__status .selected {
  display: inline-block;
  padding: 6px 20px 5px 10px;
  width: 90px;
  border: 1px solid #efefef;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  background: #fff url(../img/gear.svg) no-repeat right 5px center;
  background-size: 10px;
  cursor: pointer;
}
.item-upload__status .selected.verified {
  color: #fff;
  background-color: #65C14E;
  border-color: #75C14E;
}
.item-upload__status .selected.rejected {
  color: #721c24;
  border-color: #f5c6cb;
  background-color: #f8d7da;
}
.item-upload__status ul {
  display: none;
  position: absolute;
  left: 0;
  top: 26px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 1;
  background: #fff;
  border: 1px solid #ccc;
}
.item-upload__status ul li {
  border-bottom: 1px solid #efefef;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  padding: 6px 10px 5px !important;
}
.item-upload__status ul li:not(.active) {
  cursor: pointer;
}
.item-upload__status ul li:not(.active):hover {
  background: #FFFDCA;
}
.item-upload__status ul li:last-child {
  border: none;
}
.item-upload__status ul li.active {
  color: #999;
}
.item-upload__status ul li a {
  margin: 0 !important;
}

.btn-delete, .btn-edit, .btn-danger, .btn-download, .btn-locked, .btn-verified, .btn-pending, .btn-inline-submit, .btn-send-activation-email {
  display: inline-block;
  padding: 6px 10px;
  min-width: 60px;
  text-align: center;
  border: 1px solid #efefef;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.btn-inline-submit {
  color: #fff;
  background-color: #65C14E;
  border-color: #75C14E;
}

.btn-delete, .btn-locked {
  color: #721c24;
  border-color: #f5c6cb;
  background-color: #f8d7da;
}

.btn-send-activation-email {
  color: #fff;
  background-color: #65C14E;
  border-color: #75C14E;
}

.btn-edit {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

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

.btn-download {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.btn-verified {
  color: #fff;
  background-color: #65C14E;
  border-color: #75C14E;
}

.btn-pending {
  background-color: #fff;
  color: #212529;
}

.success-message-login {
  text-align: center;
}
.success-message-login svg, .success-message-login [class*=icon-] {
  margin: 0 auto 20px;
}

.allow-multiple .item-group {
  margin: 0 0 20px;
}
.allow-multiple .item-group .field-group {
  margin: 0;
}
.allow-multiple .btn-add {
  font-size: 12px;
  line-height: 20px;
  margin: 0 0 20px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
}
.allow-multiple .btn-add a {
  color: #33B0B5;
  padding-left: 22px;
  display: inline-block;
  background: url(../img/icons/plus.svg) no-repeat left center;
  background-size: 14px 14px;
}
.allow-multiple .item-group {
  position: relative;
}
.allow-multiple .item-group .btn-remove {
  position: absolute;
  right: -12px;
  top: 8px;
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(../img/minus-circle.svg) no-repeat center center;
  background-size: 100%;
  border: none;
  outline: none !important;
  cursor: pointer;
}

.hidden {
  display: none !important;
}

.user-actions p {
  margin: 0 0 5px;
}

/*# sourceMappingURL=app.css.map */
