@charset "UTF-8";
/*!
 * Bootstrap v4.3.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)
 */
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100&family=Mukta+Mahee:wght@200;300;400;500;600;700;800&display=swap");
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6C757D;
  --gray-dark: #343a40;
  --primary: #297ebb;
  --secondary: #6C757D;
  --success: #3ee6b3;
  --info: #42d7ee;
  --warning: #ffce38;
  --danger: #f26175;
  --light: #F8F9FD;
  --dark: #343A40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: Roboto;
  --font-family-monospace: sans-serif; }

*,
*::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: Roboto;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #343A40;
  text-align: left;
  background-color: #F8F9FD; }

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

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

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #297ebb;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #1b547c;
    text-decoration: underline; }

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

pre,
code,
kbd,
samp {
  font-family: sans-serif;
  font-size: 1em; }

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

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

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

select {
  word-wrap: normal; }

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }
  @media (max-width: 1200px) {
    legend {
      font-size: calc(1.275rem + 0.3vw) ; } }

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

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

h1, .h1 {
  font-size: 2.5rem; }
  @media (max-width: 1200px) {
    h1, .h1 {
      font-size: calc(1.375rem + 1.5vw) ; } }

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

h3, .h3 {
  font-size: 1.75rem; }
  @media (max-width: 1200px) {
    h3, .h3 {
      font-size: calc(1.3rem + 0.6vw) ; } }

h4, .h4 {
  font-size: 1.5rem; }
  @media (max-width: 1200px) {
    h4, .h4 {
      font-size: calc(1.275rem + 0.3vw) ; } }

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

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

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (max-width: 1200px) {
    .display-1 {
      font-size: calc(1.725rem + 5.7vw) ; } }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (max-width: 1200px) {
    .display-2 {
      font-size: calc(1.675rem + 5.1vw) ; } }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (max-width: 1200px) {
    .display-3 {
      font-size: calc(1.575rem + 3.9vw) ; } }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (max-width: 1200px) {
    .display-4 {
      font-size: calc(1.475rem + 2.7vw) ; } }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

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

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

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

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6C757D; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

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

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

.figure {
  display: inline-block; }

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

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

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

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

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

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

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

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

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

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

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px; }

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

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

.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.33333%;
  max-width: 33.33333%; }

.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.66667%;
  max-width: 16.66667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .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.33333%;
    max-width: 33.33333%; }
  .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.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .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.33333%;
    max-width: 33.33333%; }
  .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.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@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.33333%;
    max-width: 33.33333%; }
  .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.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .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.33333%;
    max-width: 33.33333%; }
  .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.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #343A40; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #DEE2E6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #DEE2E6; }
  .table tbody + tbody {
    border-top: 2px solid #DEE2E6; }

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

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

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

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

.table-hover tbody tr:hover {
  color: #343A40;
  background-color: rgba(41, 126, 187, 0.05); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

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

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(41, 126, 187, 0.05); }

.table-hover .table-active:hover {
  background-color: rgba(36, 112, 166, 0.05); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(36, 112, 166, 0.05); }

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

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #343A40;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #DEE2E6;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #343A40;
    background-color: #fff;
    border-color: #80bae3;
    outline: 0;
    box-shadow: 0 0 0 0.125rem rgba(41, 126, 187, 0.25); }
  .form-control::placeholder {
    color: #6C757D;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #F8F9FD;
    opacity: 1; }

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

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

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

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #343A40;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

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

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

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

textarea.form-control {
  height: auto; }

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

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

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label,
  .form-check-input:disabled ~ .form-check-label {
    color: #6C757D; }

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

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

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #212529;
  background-color: rgba(62, 230, 179, 0.9);
  border-radius: 0.25rem; }
  .form-row > .col > .valid-tooltip,
  .form-row > [class*="col-"] > .valid-tooltip {
    left: 5px; }

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #3ee6b3;
  padding-right: calc(1.5em + 1rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%233ee6b3' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.25rem) center;
  background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #3ee6b3;
    box-shadow: 0 0 0 0.125rem rgba(62, 230, 179, 0.25); }

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

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

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

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

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

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

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

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.125rem rgba(62, 230, 179, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #3ee6b3; }

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #3ee6b3;
  box-shadow: 0 0 0 0.125rem rgba(62, 230, 179, 0.25); }

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(242, 97, 117, 0.9);
  border-radius: 0.25rem; }
  .form-row > .col > .invalid-tooltip,
  .form-row > [class*="col-"] > .invalid-tooltip {
    left: 5px; }

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #f26175;
  padding-right: calc(1.5em + 1rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f26175' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f26175' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.25rem) center;
  background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #f26175;
    box-shadow: 0 0 0 0.125rem rgba(242, 97, 117, 0.25); }

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

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #f26175;
  padding-right: calc(0.75em + 2.5rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f26175' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f26175' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.5rem) calc(0.75em + 0.5rem) no-repeat; }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #f26175;
    box-shadow: 0 0 0 0.125rem rgba(242, 97, 117, 0.25); }

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

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

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

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

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.125rem rgba(242, 97, 117, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #f26175; }

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #f26175;
  box-shadow: 0 0 0 0.125rem rgba(242, 97, 117, 0.25); }

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

.btn {
  display: inline-block;
  font-weight: 400;
  color: #343A40;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 1.125rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 10rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #343A40;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.125rem rgba(41, 126, 187, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

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

.btn-primary {
  color: #fff;
  background-color: #297ebb;
  border-color: #297ebb; }
  .btn-primary:hover {
    color: #fff;
    background-color: #22699c;
    border-color: #206291; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #22699c;
    border-color: #206291;
    box-shadow: 0 0 0 0.125rem rgba(73, 145, 197, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #297ebb;
    border-color: #297ebb; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #206291;
    border-color: #1e5b87; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.125rem rgba(73, 145, 197, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6C757D;
  border-color: #6C757D; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.125rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6C757D;
    border-color: #6C757D; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.125rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #212529;
  background-color: #3ee6b3;
  border-color: #3ee6b3; }
  .btn-success:hover {
    color: #212529;
    background-color: #1de1a5;
    border-color: #1cd59d; }
  .btn-success:focus, .btn-success.focus {
    color: #212529;
    background-color: #1de1a5;
    border-color: #1cd59d;
    box-shadow: 0 0 0 0.125rem rgba(58, 201, 158, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #212529;
    background-color: #3ee6b3;
    border-color: #3ee6b3; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #212529;
    background-color: #1cd59d;
    border-color: #1aca95; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.125rem rgba(58, 201, 158, 0.5); }

.btn-info {
  color: #212529;
  background-color: #42d7ee;
  border-color: #42d7ee; }
  .btn-info:hover {
    color: #212529;
    background-color: #1fd0eb;
    border-color: #15cce8; }
  .btn-info:focus, .btn-info.focus {
    color: #212529;
    background-color: #1fd0eb;
    border-color: #15cce8;
    box-shadow: 0 0 0 0.125rem rgba(61, 188, 208, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #212529;
    background-color: #42d7ee;
    border-color: #42d7ee; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #212529;
    background-color: #15cce8;
    border-color: #14c2dc; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.125rem rgba(61, 188, 208, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffce38;
  border-color: #ffce38; }
  .btn-warning:hover {
    color: #212529;
    background-color: #ffc512;
    border-color: #ffc105; }
  .btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #ffc512;
    border-color: #ffc105;
    box-shadow: 0 0 0 0.125rem rgba(222, 181, 54, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffce38;
    border-color: #ffce38; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc105;
    border-color: #f7ba00; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.125rem rgba(222, 181, 54, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #f26175;
  border-color: #f26175; }
  .btn-danger:hover {
    color: #fff;
    background-color: #ef3e56;
    border-color: #ee324c; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #ef3e56;
    border-color: #ee324c;
    box-shadow: 0 0 0 0.125rem rgba(244, 121, 138, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #f26175;
    border-color: #f26175; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ee324c;
    border-color: #ed2642; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.125rem rgba(244, 121, 138, 0.5); }

.btn-light {
  color: #212529;
  background-color: #F8F9FD;
  border-color: #F8F9FD; }
  .btn-light:hover {
    color: #212529;
    background-color: #dae0f5;
    border-color: #d0d7f2; }
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #dae0f5;
    border-color: #d0d7f2;
    box-shadow: 0 0 0 0.125rem rgba(216, 217, 221, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #F8F9FD;
    border-color: #F8F9FD; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #d0d7f2;
    border-color: #c6cfef; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.125rem rgba(216, 217, 221, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343A40;
  border-color: #343A40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.125rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343A40;
    border-color: #343A40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.125rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #297ebb;
  border-color: #297ebb; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #297ebb;
    border-color: #297ebb; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.125rem rgba(41, 126, 187, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #297ebb;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #297ebb;
    border-color: #297ebb; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.125rem rgba(41, 126, 187, 0.5); }

.btn-outline-secondary {
  color: #6C757D;
  border-color: #6C757D; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6C757D;
    border-color: #6C757D; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.125rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6C757D;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6C757D;
    border-color: #6C757D; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.125rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #3ee6b3;
  border-color: #3ee6b3; }
  .btn-outline-success:hover {
    color: #212529;
    background-color: #3ee6b3;
    border-color: #3ee6b3; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.125rem rgba(62, 230, 179, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #3ee6b3;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #212529;
    background-color: #3ee6b3;
    border-color: #3ee6b3; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.125rem rgba(62, 230, 179, 0.5); }

.btn-outline-info {
  color: #42d7ee;
  border-color: #42d7ee; }
  .btn-outline-info:hover {
    color: #212529;
    background-color: #42d7ee;
    border-color: #42d7ee; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.125rem rgba(66, 215, 238, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #42d7ee;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #212529;
    background-color: #42d7ee;
    border-color: #42d7ee; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.125rem rgba(66, 215, 238, 0.5); }

.btn-outline-warning {
  color: #ffce38;
  border-color: #ffce38; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffce38;
    border-color: #ffce38; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.125rem rgba(255, 206, 56, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffce38;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffce38;
    border-color: #ffce38; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.125rem rgba(255, 206, 56, 0.5); }

.btn-outline-danger {
  color: #f26175;
  border-color: #f26175; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #f26175;
    border-color: #f26175; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.125rem rgba(242, 97, 117, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #f26175;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #f26175;
    border-color: #f26175; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.125rem rgba(242, 97, 117, 0.5); }

.btn-outline-light {
  color: #F8F9FD;
  border-color: #F8F9FD; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #F8F9FD;
    border-color: #F8F9FD; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.125rem rgba(248, 249, 253, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #F8F9FD;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #F8F9FD;
    border-color: #F8F9FD; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.125rem rgba(248, 249, 253, 0.5); }

.btn-outline-dark {
  color: #343A40;
  border-color: #343A40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343A40;
    border-color: #343A40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.125rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343A40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343A40;
    border-color: #343A40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.125rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #297ebb;
  text-decoration: none; }
  .btn-link:hover {
    color: #1b547c;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6C757D;
    pointer-events: none; }

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

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

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #297ebb; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent; }

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

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

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

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

.dropdown-toggle-split {
  padding-right: 0.84375rem;
  padding-left: 0.84375rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

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

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

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

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
  .input-group:not(.has-validation) > .form-control:not(:last-child),
  .input-group:not(.has-validation) > .custom-select:not(:last-child),
  .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
  .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group.has-validation > .form-control:nth-last-child(n + 3),
  .input-group.has-validation > .custom-select:nth-last-child(n + 3),
  .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
  .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #343A40;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #DEE2E6;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

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

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

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

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

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

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

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

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

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #297ebb;
    border-color: #297ebb;
    background-color: #297ebb; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.125rem rgba(41, 126, 187, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bae3; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #aad1ec;
    border-color: #aad1ec; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6C757D; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #F8F9FD; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23297ebb' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

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

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

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(41, 126, 187, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(41, 126, 187, 0.5); }

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

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

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(41, 126, 187, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(41, 126, 187, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1.75rem 0.5rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #343A40;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #DEE2E6;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bae3;
    outline: 0;
    box-shadow: 0 0 0 0.125rem rgba(41, 126, 187, 0.25); }
    .custom-select:focus::-ms-value {
      color: #343A40;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6C757D;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #343A40; }

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bae3;
    box-shadow: 0 0 0 0.125rem rgba(41, 126, 187, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #F8F9FD; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #343A40;
  background-color: #fff;
  border: 1px solid #DEE2E6;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 1rem);
    padding: 0.5rem 0.75rem;
    line-height: 1.5;
    color: #343A40;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.25rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #F8F9FD, 0 0 0 0.125rem rgba(41, 126, 187, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #F8F9FD, 0 0 0 0.125rem rgba(41, 126, 187, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #F8F9FD, 0 0 0 0.125rem rgba(41, 126, 187, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #297ebb;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #aad1ec; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #DEE2E6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #297ebb;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #aad1ec; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #DEE2E6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.125rem;
    margin-left: 0.125rem;
    background-color: #297ebb;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #aad1ec; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #DEE2E6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #DEE2E6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6C757D;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #DEE2E6; }
  .nav-tabs .nav-link {
    margin-bottom: -1px;
    background-color: transparent;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      isolation: isolate;
      border-color: #e9ecef #e9ecef #DEE2E6; }
    .nav-tabs .nav-link.disabled {
      color: #6C757D;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #F8F9FD;
    border-color: #DEE2E6 #DEE2E6 #F8F9FD; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

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

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

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

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

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

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

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px); }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: calc(0.25rem - 1px);
      border-bottom-left-radius: calc(0.25rem - 1px); }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #297ebb;
  background-color: #fff;
  border: 1px solid #DEE2E6; }
  .page-link:hover {
    z-index: 2;
    color: #1b547c;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #DEE2E6; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.125rem rgba(41, 126, 187, 0.25); }

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

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

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

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

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

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

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

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

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

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 87.5%;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

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

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

.badge-primary {
  color: #fff;
  background-color: #297ebb; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #206291; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.125rem rgba(41, 126, 187, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #6C757D; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.125rem rgba(108, 117, 125, 0.5); }

.badge-success {
  color: #212529;
  background-color: #3ee6b3; }
  a.badge-success:hover, a.badge-success:focus {
    color: #212529;
    background-color: #1cd59d; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.125rem rgba(62, 230, 179, 0.5); }

.badge-info {
  color: #212529;
  background-color: #42d7ee; }
  a.badge-info:hover, a.badge-info:focus {
    color: #212529;
    background-color: #15cce8; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.125rem rgba(66, 215, 238, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #ffce38; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #ffc105; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.125rem rgba(255, 206, 56, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #f26175; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #ee324c; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.125rem rgba(242, 97, 117, 0.5); }

.badge-light {
  color: #212529;
  background-color: #F8F9FD; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #d0d7f2; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.125rem rgba(248, 249, 253, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #343A40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.125rem rgba(52, 58, 64, 0.5); }

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

.alert-heading {
  color: inherit; }

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

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

.alert-primary {
  color: #154261;
  background-color: #d4e5f1;
  border-color: #c3dbec; }
  .alert-primary hr {
    border-top-color: #b0cfe6; }
  .alert-primary .alert-link {
    color: #0c2537; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #20785d;
  background-color: #d8faf0;
  border-color: #c9f8ea; }
  .alert-success hr {
    border-top-color: #b2f5e1; }
  .alert-success .alert-link {
    color: #15503e; }

.alert-info {
  color: #22707c;
  background-color: #d9f7fc;
  border-color: #caf4fa; }
  .alert-info hr {
    border-top-color: #b3eff8; }
  .alert-info .alert-link {
    color: #174c54; }

.alert-warning {
  color: #856b1d;
  background-color: #fff5d7;
  border-color: #fff1c7; }
  .alert-warning hr {
    border-top-color: #ffebae; }
  .alert-warning .alert-link {
    color: #5b4914; }

.alert-danger {
  color: #7e323d;
  background-color: #fcdfe3;
  border-color: #fbd3d8; }
  .alert-danger hr {
    border-top-color: #f9bcc3; }
  .alert-danger .alert-link {
    color: #59242b; }

.alert-light {
  color: #818184;
  background-color: #fefeff;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #68686a; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

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

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

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

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

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      animation: none; } }

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

.media-body {
  flex: 1; }

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6C757D;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #297ebb;
    border-color: #297ebb; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

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

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

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

.list-group-item-primary {
  color: #154261;
  background-color: #c3dbec; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #154261;
    background-color: #b0cfe6; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #154261;
    border-color: #154261; }

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

.list-group-item-success {
  color: #20785d;
  background-color: #c9f8ea; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #20785d;
    background-color: #b2f5e1; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #20785d;
    border-color: #20785d; }

.list-group-item-info {
  color: #22707c;
  background-color: #caf4fa; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #22707c;
    background-color: #b3eff8; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #22707c;
    border-color: #22707c; }

.list-group-item-warning {
  color: #856b1d;
  background-color: #fff1c7; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856b1d;
    background-color: #ffebae; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856b1d;
    border-color: #856b1d; }

.list-group-item-danger {
  color: #7e323d;
  background-color: #fbd3d8; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #7e323d;
    background-color: #f9bcc3; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #7e323d;
    border-color: #7e323d; }

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

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

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  @media (max-width: 1200px) {
    .close {
      font-size: calc(1.275rem + 0.3vw) ; } }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

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

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

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

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

.toast-body {
  padding: 0.75rem; }

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: 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);
    height: min-content;
    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;
  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: 2rem 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: 2rem 1rem;
    margin: -2rem -1rem -2rem auto; }

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

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

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

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
      height: min-content; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

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

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

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

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

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

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

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

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

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

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

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: .75s linear infinite spinner-grow; }

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s; } }

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

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #297ebb !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #206291 !important; }

.bg-secondary {
  background-color: #6C757D !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #3ee6b3 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1cd59d !important; }

.bg-info {
  background-color: #42d7ee !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #15cce8 !important; }

.bg-warning {
  background-color: #ffce38 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #ffc105 !important; }

.bg-danger {
  background-color: #f26175 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #ee324c !important; }

.bg-light {
  background-color: #F8F9FD !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #d0d7f2 !important; }

.bg-dark {
  background-color: #343A40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #DEE2E6 !important; }

.border-top {
  border-top: 1px solid #DEE2E6 !important; }

.border-right {
  border-right: 1px solid #DEE2E6 !important; }

.border-bottom {
  border-bottom: 1px solid #DEE2E6 !important; }

.border-left {
  border-left: 1px solid #DEE2E6 !important; }

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

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

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

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

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

.border-primary {
  border-color: #297ebb !important; }

.border-secondary {
  border-color: #6C757D !important; }

.border-success {
  border-color: #3ee6b3 !important; }

.border-info {
  border-color: #42d7ee !important; }

.border-warning {
  border-color: #ffce38 !important; }

.border-danger {
  border-color: #f26175 !important; }

.border-light {
  border-color: #F8F9FD !important; }

.border-dark {
  border-color: #343A40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

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

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

.d-none {
  display: none !important; }

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

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

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-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: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: 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: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: 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; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.user-select-all {
  user-select: all !important; }

.user-select-auto {
  user-select: auto !important; }

.user-select-none {
  user-select: none !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

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

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

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(41, 126, 187, 0.1) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(41, 126, 187, 0.1) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(41, 126, 187, 0.1) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.m-0 {
  margin: 0 !important; }

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

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

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

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

.m-1 {
  margin: 0.125rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.125rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.125rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.125rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.125rem !important; }

.m-2 {
  margin: 0.25rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.25rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.25rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.25rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.25rem !important; }

.m-3 {
  margin: 0.5rem !important; }

.mt-3,
.my-3 {
  margin-top: 0.5rem !important; }

.mr-3,
.mx-3 {
  margin-right: 0.5rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 0.5rem !important; }

.ml-3,
.mx-3 {
  margin-left: 0.5rem !important; }

.m-4 {
  margin: 0.75rem !important; }

.mt-4,
.my-4 {
  margin-top: 0.75rem !important; }

.mr-4,
.mx-4 {
  margin-right: 0.75rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 0.75rem !important; }

.ml-4,
.mx-4 {
  margin-left: 0.75rem !important; }

.m-5 {
  margin: 1rem !important; }

.mt-5,
.my-5 {
  margin-top: 1rem !important; }

.mr-5,
.mx-5 {
  margin-right: 1rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 1rem !important; }

.ml-5,
.mx-5 {
  margin-left: 1rem !important; }

.m-6 {
  margin: 1.5rem !important; }

.mt-6,
.my-6 {
  margin-top: 1.5rem !important; }

.mr-6,
.mx-6 {
  margin-right: 1.5rem !important; }

.mb-6,
.my-6 {
  margin-bottom: 1.5rem !important; }

.ml-6,
.mx-6 {
  margin-left: 1.5rem !important; }

.m-7 {
  margin: 2rem !important; }

.mt-7,
.my-7 {
  margin-top: 2rem !important; }

.mr-7,
.mx-7 {
  margin-right: 2rem !important; }

.mb-7,
.my-7 {
  margin-bottom: 2rem !important; }

.ml-7,
.mx-7 {
  margin-left: 2rem !important; }

.m-8 {
  margin: 2.5rem !important; }

.mt-8,
.my-8 {
  margin-top: 2.5rem !important; }

.mr-8,
.mx-8 {
  margin-right: 2.5rem !important; }

.mb-8,
.my-8 {
  margin-bottom: 2.5rem !important; }

.ml-8,
.mx-8 {
  margin-left: 2.5rem !important; }

.m-9 {
  margin: 3rem !important; }

.mt-9,
.my-9 {
  margin-top: 3rem !important; }

.mr-9,
.mx-9 {
  margin-right: 3rem !important; }

.mb-9,
.my-9 {
  margin-bottom: 3rem !important; }

.ml-9,
.mx-9 {
  margin-left: 3rem !important; }

.m-10 {
  margin: 5rem !important; }

.mt-10,
.my-10 {
  margin-top: 5rem !important; }

.mr-10,
.mx-10 {
  margin-right: 5rem !important; }

.mb-10,
.my-10 {
  margin-bottom: 5rem !important; }

.ml-10,
.mx-10 {
  margin-left: 5rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.125rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.125rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.125rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.125rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.125rem !important; }

.p-2 {
  padding: 0.25rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.25rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.25rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.25rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.25rem !important; }

.p-3 {
  padding: 0.5rem !important; }

.pt-3,
.py-3 {
  padding-top: 0.5rem !important; }

.pr-3,
.px-3 {
  padding-right: 0.5rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 0.5rem !important; }

.pl-3,
.px-3 {
  padding-left: 0.5rem !important; }

.p-4 {
  padding: 0.75rem !important; }

.pt-4,
.py-4 {
  padding-top: 0.75rem !important; }

.pr-4,
.px-4 {
  padding-right: 0.75rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 0.75rem !important; }

.pl-4,
.px-4 {
  padding-left: 0.75rem !important; }

.p-5 {
  padding: 1rem !important; }

.pt-5,
.py-5 {
  padding-top: 1rem !important; }

.pr-5,
.px-5 {
  padding-right: 1rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 1rem !important; }

.pl-5,
.px-5 {
  padding-left: 1rem !important; }

.p-6 {
  padding: 1.5rem !important; }

.pt-6,
.py-6 {
  padding-top: 1.5rem !important; }

.pr-6,
.px-6 {
  padding-right: 1.5rem !important; }

.pb-6,
.py-6 {
  padding-bottom: 1.5rem !important; }

.pl-6,
.px-6 {
  padding-left: 1.5rem !important; }

.p-7 {
  padding: 2rem !important; }

.pt-7,
.py-7 {
  padding-top: 2rem !important; }

.pr-7,
.px-7 {
  padding-right: 2rem !important; }

.pb-7,
.py-7 {
  padding-bottom: 2rem !important; }

.pl-7,
.px-7 {
  padding-left: 2rem !important; }

.p-8 {
  padding: 2.5rem !important; }

.pt-8,
.py-8 {
  padding-top: 2.5rem !important; }

.pr-8,
.px-8 {
  padding-right: 2.5rem !important; }

.pb-8,
.py-8 {
  padding-bottom: 2.5rem !important; }

.pl-8,
.px-8 {
  padding-left: 2.5rem !important; }

.p-9 {
  padding: 3rem !important; }

.pt-9,
.py-9 {
  padding-top: 3rem !important; }

.pr-9,
.px-9 {
  padding-right: 3rem !important; }

.pb-9,
.py-9 {
  padding-bottom: 3rem !important; }

.pl-9,
.px-9 {
  padding-left: 3rem !important; }

.p-10 {
  padding: 5rem !important; }

.pt-10,
.py-10 {
  padding-top: 5rem !important; }

.pr-10,
.px-10 {
  padding-right: 5rem !important; }

.pb-10,
.py-10 {
  padding-bottom: 5rem !important; }

.pl-10,
.px-10 {
  padding-left: 5rem !important; }

.m-n1 {
  margin: -0.125rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.125rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.125rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.125rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.125rem !important; }

.m-n2 {
  margin: -0.25rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.25rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.25rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.25rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.25rem !important; }

.m-n3 {
  margin: -0.5rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -0.5rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -0.5rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -0.5rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -0.5rem !important; }

.m-n4 {
  margin: -0.75rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -0.75rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -0.75rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -0.75rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -0.75rem !important; }

.m-n5 {
  margin: -1rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -1rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -1rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -1rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -1rem !important; }

.m-n6 {
  margin: -1.5rem !important; }

.mt-n6,
.my-n6 {
  margin-top: -1.5rem !important; }

.mr-n6,
.mx-n6 {
  margin-right: -1.5rem !important; }

.mb-n6,
.my-n6 {
  margin-bottom: -1.5rem !important; }

.ml-n6,
.mx-n6 {
  margin-left: -1.5rem !important; }

.m-n7 {
  margin: -2rem !important; }

.mt-n7,
.my-n7 {
  margin-top: -2rem !important; }

.mr-n7,
.mx-n7 {
  margin-right: -2rem !important; }

.mb-n7,
.my-n7 {
  margin-bottom: -2rem !important; }

.ml-n7,
.mx-n7 {
  margin-left: -2rem !important; }

.m-n8 {
  margin: -2.5rem !important; }

.mt-n8,
.my-n8 {
  margin-top: -2.5rem !important; }

.mr-n8,
.mx-n8 {
  margin-right: -2.5rem !important; }

.mb-n8,
.my-n8 {
  margin-bottom: -2.5rem !important; }

.ml-n8,
.mx-n8 {
  margin-left: -2.5rem !important; }

.m-n9 {
  margin: -3rem !important; }

.mt-n9,
.my-n9 {
  margin-top: -3rem !important; }

.mr-n9,
.mx-n9 {
  margin-right: -3rem !important; }

.mb-n9,
.my-n9 {
  margin-bottom: -3rem !important; }

.ml-n9,
.mx-n9 {
  margin-left: -3rem !important; }

.m-n10 {
  margin: -5rem !important; }

.mt-n10,
.my-n10 {
  margin-top: -5rem !important; }

.mr-n10,
.mx-n10 {
  margin-right: -5rem !important; }

.mb-n10,
.my-n10 {
  margin-bottom: -5rem !important; }

.ml-n10,
.mx-n10 {
  margin-left: -5rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.125rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.125rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.125rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.125rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.125rem !important; }
  .m-sm-2 {
    margin: 0.25rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.25rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.25rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.25rem !important; }
  .m-sm-3 {
    margin: 0.5rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 0.5rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 0.5rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 0.5rem !important; }
  .m-sm-4 {
    margin: 0.75rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 0.75rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 0.75rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 0.75rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 0.75rem !important; }
  .m-sm-5 {
    margin: 1rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 1rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 1rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 1rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 1rem !important; }
  .m-sm-6 {
    margin: 1.5rem !important; }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 1.5rem !important; }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 1.5rem !important; }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 1.5rem !important; }
  .m-sm-7 {
    margin: 2rem !important; }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 2rem !important; }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 2rem !important; }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 2rem !important; }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 2rem !important; }
  .m-sm-8 {
    margin: 2.5rem !important; }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 2.5rem !important; }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 2.5rem !important; }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 2.5rem !important; }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 2.5rem !important; }
  .m-sm-9 {
    margin: 3rem !important; }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 3rem !important; }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 3rem !important; }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 3rem !important; }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 3rem !important; }
  .m-sm-10 {
    margin: 5rem !important; }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 5rem !important; }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 5rem !important; }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 5rem !important; }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 5rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.125rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.125rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.125rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.125rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.125rem !important; }
  .p-sm-2 {
    padding: 0.25rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.25rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.25rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.25rem !important; }
  .p-sm-3 {
    padding: 0.5rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 0.5rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 0.5rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 0.5rem !important; }
  .p-sm-4 {
    padding: 0.75rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 0.75rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 0.75rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 0.75rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 0.75rem !important; }
  .p-sm-5 {
    padding: 1rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 1rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 1rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 1rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 1rem !important; }
  .p-sm-6 {
    padding: 1.5rem !important; }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 1.5rem !important; }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 1.5rem !important; }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 1.5rem !important; }
  .p-sm-7 {
    padding: 2rem !important; }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 2rem !important; }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 2rem !important; }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 2rem !important; }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 2rem !important; }
  .p-sm-8 {
    padding: 2.5rem !important; }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 2.5rem !important; }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 2.5rem !important; }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 2.5rem !important; }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 2.5rem !important; }
  .p-sm-9 {
    padding: 3rem !important; }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 3rem !important; }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 3rem !important; }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 3rem !important; }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 3rem !important; }
  .p-sm-10 {
    padding: 5rem !important; }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 5rem !important; }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 5rem !important; }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 5rem !important; }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 5rem !important; }
  .m-sm-n1 {
    margin: -0.125rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.125rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.125rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.125rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.125rem !important; }
  .m-sm-n2 {
    margin: -0.25rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.25rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.25rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.25rem !important; }
  .m-sm-n3 {
    margin: -0.5rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -0.5rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -0.5rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -0.5rem !important; }
  .m-sm-n4 {
    margin: -0.75rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -0.75rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -0.75rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -0.75rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -0.75rem !important; }
  .m-sm-n5 {
    margin: -1rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -1rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -1rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -1rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -1rem !important; }
  .m-sm-n6 {
    margin: -1.5rem !important; }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -1.5rem !important; }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -1.5rem !important; }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -1.5rem !important; }
  .m-sm-n7 {
    margin: -2rem !important; }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -2rem !important; }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -2rem !important; }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -2rem !important; }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -2rem !important; }
  .m-sm-n8 {
    margin: -2.5rem !important; }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -2.5rem !important; }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -2.5rem !important; }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -2.5rem !important; }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -2.5rem !important; }
  .m-sm-n9 {
    margin: -3rem !important; }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -3rem !important; }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -3rem !important; }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -3rem !important; }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -3rem !important; }
  .m-sm-n10 {
    margin: -5rem !important; }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -5rem !important; }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -5rem !important; }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -5rem !important; }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -5rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.125rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.125rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.125rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.125rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.125rem !important; }
  .m-md-2 {
    margin: 0.25rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.25rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.25rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.25rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.25rem !important; }
  .m-md-3 {
    margin: 0.5rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 0.5rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 0.5rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 0.5rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 0.5rem !important; }
  .m-md-4 {
    margin: 0.75rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 0.75rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 0.75rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 0.75rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 0.75rem !important; }
  .m-md-5 {
    margin: 1rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 1rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 1rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 1rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 1rem !important; }
  .m-md-6 {
    margin: 1.5rem !important; }
  .mt-md-6,
  .my-md-6 {
    margin-top: 1.5rem !important; }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 1.5rem !important; }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 1.5rem !important; }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 1.5rem !important; }
  .m-md-7 {
    margin: 2rem !important; }
  .mt-md-7,
  .my-md-7 {
    margin-top: 2rem !important; }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 2rem !important; }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 2rem !important; }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 2rem !important; }
  .m-md-8 {
    margin: 2.5rem !important; }
  .mt-md-8,
  .my-md-8 {
    margin-top: 2.5rem !important; }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 2.5rem !important; }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 2.5rem !important; }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 2.5rem !important; }
  .m-md-9 {
    margin: 3rem !important; }
  .mt-md-9,
  .my-md-9 {
    margin-top: 3rem !important; }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 3rem !important; }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 3rem !important; }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 3rem !important; }
  .m-md-10 {
    margin: 5rem !important; }
  .mt-md-10,
  .my-md-10 {
    margin-top: 5rem !important; }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 5rem !important; }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 5rem !important; }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 5rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.125rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.125rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.125rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.125rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.125rem !important; }
  .p-md-2 {
    padding: 0.25rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.25rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.25rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.25rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.25rem !important; }
  .p-md-3 {
    padding: 0.5rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 0.5rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 0.5rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 0.5rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 0.5rem !important; }
  .p-md-4 {
    padding: 0.75rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 0.75rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 0.75rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 0.75rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 0.75rem !important; }
  .p-md-5 {
    padding: 1rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 1rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 1rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 1rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 1rem !important; }
  .p-md-6 {
    padding: 1.5rem !important; }
  .pt-md-6,
  .py-md-6 {
    padding-top: 1.5rem !important; }
  .pr-md-6,
  .px-md-6 {
    padding-right: 1.5rem !important; }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 1.5rem !important; }
  .pl-md-6,
  .px-md-6 {
    padding-left: 1.5rem !important; }
  .p-md-7 {
    padding: 2rem !important; }
  .pt-md-7,
  .py-md-7 {
    padding-top: 2rem !important; }
  .pr-md-7,
  .px-md-7 {
    padding-right: 2rem !important; }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 2rem !important; }
  .pl-md-7,
  .px-md-7 {
    padding-left: 2rem !important; }
  .p-md-8 {
    padding: 2.5rem !important; }
  .pt-md-8,
  .py-md-8 {
    padding-top: 2.5rem !important; }
  .pr-md-8,
  .px-md-8 {
    padding-right: 2.5rem !important; }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 2.5rem !important; }
  .pl-md-8,
  .px-md-8 {
    padding-left: 2.5rem !important; }
  .p-md-9 {
    padding: 3rem !important; }
  .pt-md-9,
  .py-md-9 {
    padding-top: 3rem !important; }
  .pr-md-9,
  .px-md-9 {
    padding-right: 3rem !important; }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 3rem !important; }
  .pl-md-9,
  .px-md-9 {
    padding-left: 3rem !important; }
  .p-md-10 {
    padding: 5rem !important; }
  .pt-md-10,
  .py-md-10 {
    padding-top: 5rem !important; }
  .pr-md-10,
  .px-md-10 {
    padding-right: 5rem !important; }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 5rem !important; }
  .pl-md-10,
  .px-md-10 {
    padding-left: 5rem !important; }
  .m-md-n1 {
    margin: -0.125rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.125rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.125rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.125rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.125rem !important; }
  .m-md-n2 {
    margin: -0.25rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.25rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.25rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.25rem !important; }
  .m-md-n3 {
    margin: -0.5rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -0.5rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -0.5rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -0.5rem !important; }
  .m-md-n4 {
    margin: -0.75rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -0.75rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -0.75rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -0.75rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -0.75rem !important; }
  .m-md-n5 {
    margin: -1rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -1rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -1rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -1rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -1rem !important; }
  .m-md-n6 {
    margin: -1.5rem !important; }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -1.5rem !important; }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -1.5rem !important; }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -1.5rem !important; }
  .m-md-n7 {
    margin: -2rem !important; }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -2rem !important; }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -2rem !important; }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -2rem !important; }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -2rem !important; }
  .m-md-n8 {
    margin: -2.5rem !important; }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -2.5rem !important; }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -2.5rem !important; }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -2.5rem !important; }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -2.5rem !important; }
  .m-md-n9 {
    margin: -3rem !important; }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -3rem !important; }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -3rem !important; }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -3rem !important; }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -3rem !important; }
  .m-md-n10 {
    margin: -5rem !important; }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -5rem !important; }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -5rem !important; }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -5rem !important; }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -5rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.125rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.125rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.125rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.125rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.125rem !important; }
  .m-lg-2 {
    margin: 0.25rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.25rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.25rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.25rem !important; }
  .m-lg-3 {
    margin: 0.5rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 0.5rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 0.5rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 0.5rem !important; }
  .m-lg-4 {
    margin: 0.75rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 0.75rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 0.75rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 0.75rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 0.75rem !important; }
  .m-lg-5 {
    margin: 1rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 1rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 1rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 1rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 1rem !important; }
  .m-lg-6 {
    margin: 1.5rem !important; }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 1.5rem !important; }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 1.5rem !important; }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 1.5rem !important; }
  .m-lg-7 {
    margin: 2rem !important; }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 2rem !important; }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 2rem !important; }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 2rem !important; }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 2rem !important; }
  .m-lg-8 {
    margin: 2.5rem !important; }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 2.5rem !important; }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 2.5rem !important; }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 2.5rem !important; }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 2.5rem !important; }
  .m-lg-9 {
    margin: 3rem !important; }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 3rem !important; }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 3rem !important; }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 3rem !important; }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 3rem !important; }
  .m-lg-10 {
    margin: 5rem !important; }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 5rem !important; }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 5rem !important; }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 5rem !important; }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 5rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.125rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.125rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.125rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.125rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.125rem !important; }
  .p-lg-2 {
    padding: 0.25rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.25rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.25rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.25rem !important; }
  .p-lg-3 {
    padding: 0.5rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 0.5rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 0.5rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 0.5rem !important; }
  .p-lg-4 {
    padding: 0.75rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 0.75rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 0.75rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 0.75rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 0.75rem !important; }
  .p-lg-5 {
    padding: 1rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 1rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 1rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 1rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 1rem !important; }
  .p-lg-6 {
    padding: 1.5rem !important; }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 1.5rem !important; }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 1.5rem !important; }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 1.5rem !important; }
  .p-lg-7 {
    padding: 2rem !important; }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 2rem !important; }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 2rem !important; }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 2rem !important; }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 2rem !important; }
  .p-lg-8 {
    padding: 2.5rem !important; }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 2.5rem !important; }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 2.5rem !important; }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 2.5rem !important; }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 2.5rem !important; }
  .p-lg-9 {
    padding: 3rem !important; }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 3rem !important; }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 3rem !important; }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 3rem !important; }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 3rem !important; }
  .p-lg-10 {
    padding: 5rem !important; }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 5rem !important; }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 5rem !important; }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 5rem !important; }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 5rem !important; }
  .m-lg-n1 {
    margin: -0.125rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.125rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.125rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.125rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.125rem !important; }
  .m-lg-n2 {
    margin: -0.25rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.25rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.25rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.25rem !important; }
  .m-lg-n3 {
    margin: -0.5rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -0.5rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -0.5rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -0.5rem !important; }
  .m-lg-n4 {
    margin: -0.75rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -0.75rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -0.75rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -0.75rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -0.75rem !important; }
  .m-lg-n5 {
    margin: -1rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -1rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -1rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -1rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -1rem !important; }
  .m-lg-n6 {
    margin: -1.5rem !important; }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -1.5rem !important; }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -1.5rem !important; }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -1.5rem !important; }
  .m-lg-n7 {
    margin: -2rem !important; }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -2rem !important; }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -2rem !important; }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -2rem !important; }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -2rem !important; }
  .m-lg-n8 {
    margin: -2.5rem !important; }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -2.5rem !important; }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -2.5rem !important; }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -2.5rem !important; }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -2.5rem !important; }
  .m-lg-n9 {
    margin: -3rem !important; }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -3rem !important; }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -3rem !important; }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -3rem !important; }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -3rem !important; }
  .m-lg-n10 {
    margin: -5rem !important; }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -5rem !important; }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -5rem !important; }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -5rem !important; }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -5rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.125rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.125rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.125rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.125rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.125rem !important; }
  .m-xl-2 {
    margin: 0.25rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.25rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.25rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.25rem !important; }
  .m-xl-3 {
    margin: 0.5rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 0.5rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 0.5rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 0.5rem !important; }
  .m-xl-4 {
    margin: 0.75rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 0.75rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 0.75rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 0.75rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 0.75rem !important; }
  .m-xl-5 {
    margin: 1rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 1rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 1rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 1rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 1rem !important; }
  .m-xl-6 {
    margin: 1.5rem !important; }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 1.5rem !important; }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 1.5rem !important; }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 1.5rem !important; }
  .m-xl-7 {
    margin: 2rem !important; }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 2rem !important; }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 2rem !important; }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 2rem !important; }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 2rem !important; }
  .m-xl-8 {
    margin: 2.5rem !important; }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 2.5rem !important; }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 2.5rem !important; }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 2.5rem !important; }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 2.5rem !important; }
  .m-xl-9 {
    margin: 3rem !important; }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 3rem !important; }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 3rem !important; }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 3rem !important; }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 3rem !important; }
  .m-xl-10 {
    margin: 5rem !important; }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 5rem !important; }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 5rem !important; }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 5rem !important; }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 5rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.125rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.125rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.125rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.125rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.125rem !important; }
  .p-xl-2 {
    padding: 0.25rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.25rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.25rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.25rem !important; }
  .p-xl-3 {
    padding: 0.5rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 0.5rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 0.5rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 0.5rem !important; }
  .p-xl-4 {
    padding: 0.75rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 0.75rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 0.75rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 0.75rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 0.75rem !important; }
  .p-xl-5 {
    padding: 1rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 1rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 1rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 1rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 1rem !important; }
  .p-xl-6 {
    padding: 1.5rem !important; }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 1.5rem !important; }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 1.5rem !important; }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 1.5rem !important; }
  .p-xl-7 {
    padding: 2rem !important; }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 2rem !important; }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 2rem !important; }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 2rem !important; }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 2rem !important; }
  .p-xl-8 {
    padding: 2.5rem !important; }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 2.5rem !important; }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 2.5rem !important; }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 2.5rem !important; }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 2.5rem !important; }
  .p-xl-9 {
    padding: 3rem !important; }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 3rem !important; }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 3rem !important; }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 3rem !important; }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 3rem !important; }
  .p-xl-10 {
    padding: 5rem !important; }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 5rem !important; }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 5rem !important; }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 5rem !important; }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 5rem !important; }
  .m-xl-n1 {
    margin: -0.125rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.125rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.125rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.125rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.125rem !important; }
  .m-xl-n2 {
    margin: -0.25rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.25rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.25rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.25rem !important; }
  .m-xl-n3 {
    margin: -0.5rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -0.5rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -0.5rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -0.5rem !important; }
  .m-xl-n4 {
    margin: -0.75rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -0.75rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -0.75rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -0.75rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -0.75rem !important; }
  .m-xl-n5 {
    margin: -1rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -1rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -1rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -1rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -1rem !important; }
  .m-xl-n6 {
    margin: -1.5rem !important; }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -1.5rem !important; }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -1.5rem !important; }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -1.5rem !important; }
  .m-xl-n7 {
    margin: -2rem !important; }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -2rem !important; }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -2rem !important; }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -2rem !important; }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -2rem !important; }
  .m-xl-n8 {
    margin: -2.5rem !important; }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -2.5rem !important; }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -2.5rem !important; }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -2.5rem !important; }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -2.5rem !important; }
  .m-xl-n9 {
    margin: -3rem !important; }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -3rem !important; }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -3rem !important; }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -3rem !important; }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -3rem !important; }
  .m-xl-n10 {
    margin: -5rem !important; }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -5rem !important; }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -5rem !important; }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -5rem !important; }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -5rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.text-monospace {
  font-family: sans-serif !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #297ebb !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #1b547c !important; }

.text-secondary {
  color: #6C757D !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #3ee6b3 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19bf8c !important; }

.text-info {
  color: #42d7ee !important; }

a.text-info:hover, a.text-info:focus {
  color: #13b7d1 !important; }

.text-warning {
  color: #ffce38 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ebb100 !important; }

.text-danger {
  color: #f26175 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #ec1a37 !important; }

.text-light {
  color: #F8F9FD !important; }

a.text-light:hover, a.text-light:focus {
  color: #bdc6ec !important; }

.text-dark {
  color: #343A40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #343A40 !important; }

.text-muted {
  color: #6C757D !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #DEE2E6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #DEE2E6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #DEE2E6; } }

html {
  font-size: calc(0rem + 0.85vw);
  height: 100%;
  scroll-behavior: smooth; }

body,
#root,
.app {
  height: 100%; }

.opacity-5 {
  opacity: 0.5; }

.font-size-12 {
  font-size: 0.75rem; }

.font-size-14 {
  font-size: 0.875rem !important; }

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

.font-size-18 {
  font-size: 1.125rem !important; }

.font-size-20 {
  font-size: 1.25rem; }

.font-size-24 {
  font-size: 1.5rem !important; }

.font-size-30 {
  font-size: 1.875rem !important; }

.font-size-40 {
  font-size: 2.5rem !important; }

.font-size-50 {
  font-size: 4.2rem !important; }

.font-size-100 {
  font-size: 6.25rem !important; }

.font-size-190 {
  font-size: 12rem !important; }

.font-size-360 {
  font-size: 22.5rem !important; }

.font-weight-500 {
  font-weight: 500 !important; }

.border-bottom-2 {
  border-bottom-width: 2px !important; }

.border-top-2 {
  border-top-width: 2px !important; }

.border-2 {
  border-width: 2px !important; }

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

::placeholder {
  color: #6C757D; }

.la {
  font-size: 1.5rem; }

.la-sm {
  font-size: 1rem !important; }

.la-lg {
  font-size: 2rem !important; }

.la-xl {
  font-size: 3rem !important; }

.badge-icon .la {
  font-size: 1rem; }

.pointer {
  cursor: pointer; }

.opacity-5 {
  opacity: 0.5; }

.rotate-90 {
  transform: rotate(90deg); }

.custom-select {
  -webkit-appearance: none; }

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f26175' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23f26175' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1rem/calc(0.75em + 0.5rem) calc(0.75em + 0.5rem); }

.bg-primary-light {
  background-color: rgba(41, 126, 187, 0.1); }

.bg-danger-light {
  background-color: rgba(242, 97, 117, 0.1); }

.bg-info-light {
  background-color: rgba(66, 215, 238, 0.2); }

.bg-blue-light {
  background-color: rgba(66, 215, 238, 0.05); }

.bg-gray-600 {
  background-color: #6C757D !important; }

.z-index-2 {
  z-index: 2 !important; }

.footer {
  height: 1rem;
  font-size: 0.75rem; }

.active {
  position: relative; }
  .active .nav-item {
    color: #297ebb; }
    .active .nav-item .badge-secondary {
      background-color: #297ebb; }
    .active .nav-item:before {
      position: absolute;
      bottom: 0px;
      height: 3px;
      width: 35px;
      background-color: #297ebb;
      margin: auto;
      content: ""; }

.avatar {
  width: 3rem;
  height: 3rem;
  border-radius: 50%; }

.dropdown-item.active {
  background-color: rgba(41, 126, 187, 0.1);
  color: #343A40; }

.dropdown-item:hover {
  background-color: rgba(41, 126, 187, 0.1);
  color: #343A40; }

.search-button {
  transform: matrix(-1, 0, 0, 1, 0, 0); }

.main-div {
  position: relative; }

.main-content {
  width: calc(100% - 6rem);
  min-height: 100%;
  padding-bottom: 6rem;
  top: 5rem;
  left: 6rem; }

.main-content-patient-profile {
  width: 100%;
  min-height: 100%;
  padding-bottom: 6rem;
  top: 5rem; }

.page-nav {
  line-height: 4;
  z-index: 1;
  width: 72.5%; }
  .page-nav .page-nav-item {
    color: #6C757D; }
    .page-nav .page-nav-item:active, .page-nav .page-nav-item:hover {
      position: relative; }
      .page-nav .page-nav-item:active .page-nav-title, .page-nav .page-nav-item:hover .page-nav-title {
        color: #000; }
        .page-nav .page-nav-item:active .page-nav-title:before, .page-nav .page-nav-item:hover .page-nav-title:before {
          position: absolute;
          bottom: 0px;
          height: 3px;
          width: 35px;
          background-color: #297ebb;
          margin: auto;
          content: ""; }

.page-nav-width {
  width: 91% !important; }

.page-nav-patient-profile {
  width: 78% !important; }

.page-nav-setting {
  width: 75.5%; }

.middle-container {
  padding-top: 7.25rem; }

.middle-container-basic {
  padding-top: 6rem; }

.middle-container-1 {
  padding-top: 9.5rem; }

.middle-container-2 {
  padding-top: 10.5rem; }

.middle-container-3 {
  padding-top: 14.5rem; }

.middle-container-4 {
  padding-top: 16rem; }

.middle-container-5 {
  padding-top: 20rem; }

.middle-container-6 {
  padding-top: 23rem; }

.middle-container-7 {
  padding-top: 26rem; }

.middle-container-store-settings {
  padding-top: 6rem;
  width: calc(100% - 20rem); }

.middle-container-store-settings-1 {
  padding-top: 10.5rem;
  width: calc(100% - 20rem); }

.middle-container-store-settings-2 {
  padding-top: 6rem;
  width: calc(100% - 16rem); }

.middle-container-store-settings-3 {
  padding-top: 6rem;
  width: calc(100% - 11rem); }

.middle-container-modal {
  padding-top: 10rem; }

.middle-container-modal-2 {
  padding-top: 22rem; }

.filter-container-1, .filter-container-2, .filter-container-3, .filter-container-4, .filter-container-5, .filter-container-6, .filter-container-7, .filter-container-8, .filter-container-10, .filter-container-11, .fixed-container-modal, .filter-container-2-patient-profile {
  position: fixed;
  z-index: 3; }

.filter-container-1 {
  width: calc(100% - 6rem);
  margin-top: 0px;
  left: 6rem;
  padding-right: 32px;
  padding-left: 32px; }

.filter-container-2 {
  width: calc(100% - 32.5rem);
  margin-top: 5.99rem; }

.filter-container-3 {
  width: calc(100% - 29rem);
  margin-top: 0rem; }

.filter-container-4 {
  width: calc(100% - 29rem);
  margin-top: 5.99rem; }

.filter-container-5 {
  width: calc(100% - 60rem);
  margin-top: 0rem; }

.filter-container-6 {
  width: calc(100% - 6rem);
  margin-top: 7.6rem;
  left: 6rem;
  padding-right: 32px;
  padding-left: 32px; }

.filter-container-7 {
  width: calc(100% - 50rem);
  margin-top: 0rem; }

.filter-container-8 {
  width: calc(100% - 11rem);
  margin-top: 6.2rem; }

.filter-container-10 {
  width: calc(100% - 46rem);
  margin-top: 6.2rem; }

.filter-container-11 {
  width: calc(100% - 44rem);
  margin-top: 6.2rem; }

.fixed-container-modal {
  width: 100%;
  z-index: 2; }

.filter-container-2-patient-profile {
  width: calc(100% - 27rem);
  margin-top: 5.95rem; }

.disabled {
  pointer-events: none;
  opacity: 0.5; }

@media (min-width: 1200px) {
  .report-format-sidebar {
    position: fixed;
    width: 36rem;
    right: 2rem;
    top: 11rem; } }

.filled-circle {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000000; }

.badge-align-top-right {
  position: absolute;
  top: 0;
  right: 0; }

.danger-pulse {
  animation: danger-pulse 1500ms infinite; }

@keyframes danger-pulse {
  0% {
    box-shadow: 0 0 0 0 #f26175; }
  100% {
    box-shadow: 0 0 0 17px #fbb32f01; } }

@media screen and (max-width: 1200px) {
  html {
    font-size: calc(0.25rem + 1vw); }
  .middle-container-modal {
    padding-top: 13rem; } }

@media (max-width: 1199.98px) {
  .page-nav-patient-profile {
    width: 96% !important; }
  .filter-container-2-patient-profile {
    width: calc(100% - 4.5rem);
    margin-top: 5.95rem; }
  .middle-container-store-settings {
    width: calc(100% - 18rem); }
  .filter-container-7 {
    width: calc(100% - 28rem);
    margin-top: 0rem; } }

.text-blue {
  color: #297ebb; }

.width-1 {
  width: 0.938rem !important; }

.customize-loader {
  width: 6rem;
  height: 6rem;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999; }

.otp-input input {
  width: 4.5rem !important;
  height: 4.8rem;
  font-size: 2.4rem; }

.cursor-not-allowed {
  cursor: not-allowed; }

.max-height-9 {
  max-height: 9rem; }

.max-height-19 {
  max-height: 19rem; }

.max-height-23 {
  max-height: 23rem; }

.max-height-25 {
  max-height: 25rem; }

.max-width-16 {
  max-width: 16rem; }

.min-width-8 {
  min-width: 8rem !important; }

.min-width-13 {
  min-width: 13rem !important; }

.min-width-15 {
  min-width: 15rem !important; }

.min-width-17 {
  min-width: 17rem !important; }

.min-width-18 {
  min-width: 18rem !important; }

.min-width-38 {
  min-width: 38rem !important; }

.width-11 {
  width: 11rem !important; }

.width-16 {
  width: 16rem !important; }

.width-18 {
  width: 18rem !important; }

.width-7 {
  width: 7rem !important; }

.width-5 {
  width: 5rem !important; }

.width-2 {
  width: 2rem !important; }

.width-25 {
  width: 25rem !important; }

.border-radius-6 {
  border-radius: 6px !important; }

.border-radius-16 {
  border-radius: 16px !important; }

.border-radius-6-bottom {
  border-bottom-left-radius: 6px !important;
  border-bottom-right-radius: 6px !important; }

.loader-modal {
  margin-left: 18rem !important;
  height: 85% !important; }

.opacity-3 {
  opacity: 0.3 !important; }

.align-td-top {
  vertical-align: top !important; }

.bg-transparent {
  background-color: transparent !important; }

.custom-tooltip[data-title] {
  position: relative; }

.custom-tooltip[data-title]::after {
  content: attr(data-title);
  position: absolute;
  bottom: 1.2rem;
  right: -5rem;
  padding: 1rem 0.8rem;
  font-weight: 500;
  line-height: 14px;
  text-align: center;
  font-family: 'Roboto';
  background-color: #fff;
  color: #000;
  font-size: 12px;
  width: 18rem;
  border-radius: 15px;
  border: 1px solid #c5c2c2;
  opacity: 0;
  pointer-events: none;
  z-index: 999; }

.custom-tooltip[data-title]:hover::after {
  opacity: 1; }

.rotate-45 {
  transform: rotate(45deg); }

.rotate-220 {
  transform: rotate(220deg); }

.flip-icon {
  transform: scaleX(-1); }

.circle-10 {
  width: 10px;
  height: 10px; }

.circle-5 {
  width: 5px;
  height: 5px; }

.border-radius-24 {
  border-radius: 24px; }

.text-decoration-line-through {
  text-decoration: line-through !important; }

.line-height-normal {
  line-height: normal !important; }

.rdrStaticRangeLabel {
  padding: 5px 20px !important; }

.rdrInputRange {
  padding: 0 20px !important; }

.position-date-range-picker {
  left: -11rem;
  right: 1rem; }

.width-20 {
  width: 20rem; }

.width-22 {
  width: 22rem; }

.width-32 {
  width: 32rem !important; }

.width-40 {
  width: 40rem; }

.card-img input {
  padding-right: 11.5rem !important; }

.card-img img {
  right: 2rem;
  top: 2.5rem;
  width: 10rem; }

.height-18 {
  max-height: 18rem; }

.height-20 {
  height: 20rem; }

.height-50 {
  max-height: 50rem; }

.w-min-15 {
  min-width: 15rem; }

.w-min-19 {
  min-width: 19rem; }

.margin-12 {
  margin: 12rem; }

.height-35 {
  max-height: 35rem; }

.primary-hover:hover {
  background-color: rgba(41, 126, 187, 0.1); }

.z-index-3 {
  z-index: 3 !important; }

.z-index-0 {
  z-index: 0 !important; }

.notification-container {
  height: 24rem;
  width: 24rem; }

.mode-of-notification .custom-control-label::before {
  display: none; }

.mode-of-notification .la-check-circle {
  left: 0;
  top: 2px;
  z-index: 99; }

.input-group-sm .la {
  font-size: 1rem; }

.mode-of-notification-wrap .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none !important; }

.width-3 {
  width: 3rem; }

.width-4 {
  width: 4rem; }

.width-4-half {
  width: 4.5rem; }

.width-6 {
  width: 6rem; }

.width-2-half {
  width: 2.5rem; }

.width-1-half {
  width: 1.5rem; }

.width-mx-10 {
  max-width: 10rem; }

.width-mx-12 {
  max-width: 12rem; }

.height-2-half {
  height: 2.5rem; }

.height-1-half {
  height: 1.5rem; }

.height-3 {
  height: 3rem; }

.height-6 {
  height: 6rem; }

.height-10 {
  height: 10rem; }

.height-4 {
  height: 4rem; }

.min-height-45-screen {
  min-height: 45vh;
  padding-bottom: 5rem; }

.max-height-65-screen {
  max-height: 65vh; }

.notification-nested-dropdown:hover {
  position: relative; }
  .notification-nested-dropdown:hover .dropdown-menu {
    left: -11rem;
    margin: -0.5rem;
    position: absolute;
    display: block !important;
    min-width: 11rem !important; }

.patient-form-field-target {
  scroll-margin-top: 13rem; }

.height-54 {
  max-height: 55rem; }

.overflow-x-hidden {
  overflow-x: hidden !important; }

.input-dropdown-style {
  margin: 1px;
  font-size: 11px; }

.finding-settings .wrapper {
  overflow: auto;
  max-height: 80vh; }

.finding-settings .middle-container {
  padding-top: 5rem !important;
  min-height: 30rem !important; }

.finding-settings th {
  top: 4.9rem; }

.finding-settings .sort-by-filter {
  width: 56%; }

.finding-settings .table {
  margin-bottom: 0; }

.finding-settings .close-icons {
  top: 0;
  right: 0; }

.findings-modal {
  min-width: 50rem !important; }

.dont-check-button {
  position: absolute;
  right: 7rem;
  z-index: 999999999; }

.visibility-hidden {
  visibility: hidden; }

.skeleton {
  animation: skeleton-loading 0.8s linear infinite alternate;
  padding: 10px;
  border-radius: 4px; }

@keyframes skeleton-loading {
  0% {
    background-color: #c2cfd6; }
  100% {
    background-color: #f0f3f5; } }

.app-header {
  height: 5rem;
  top: 0rem;
  z-index: 4; }
  .app-header .profile-pic {
    height: 3rem;
    width: 3rem; }
  .app-header .w-30 {
    width: 30%; }
  .app-header .org-logo-div {
    width: 50%; }
  .app-header .org-operation-div {
    width: 50%; }
  .app-header .search-bar {
    position: relative;
    padding-right: 6rem; }
    .app-header .search-bar .search-button {
      position: absolute;
      top: 0.625rem;
      right: 6.5rem;
      transform: matrix(-1, 0, 0, 1, 0, 0); }
  .app-header .dropdown-menu {
    top: 2rem !important;
    min-width: 17rem;
    margin-right: 5rem; }
    .app-header .dropdown-menu .la {
      font-size: 1rem; }
    .app-header .dropdown-menu .dropdown-item:hover {
      color: #000;
      background-color: rgba(41, 126, 187, 0.1);
      border-right: 2px solid #297ebb;
      display: block; }
  .app-header .notification {
    position: relative; }
    .app-header .notification .circle {
      position: absolute;
      background: #f26175;
      border-radius: 50%;
      top: -8px;
      left: 60%;
      padding: 0 4px; }
    .app-header .notification .notification-list {
      max-height: 20rem; }
      .app-header .notification .notification-list h6 {
        font-size: 0.875rem; }
      .app-header .notification .notification-list p {
        margin-bottom: 0rem; }
      .app-header .notification .notification-list li:hover {
        background-color: rgba(41, 126, 187, 0.05); }
    .app-header .notification .notifications-input {
      border: none;
      width: 0px;
      height: 0px;
      float: left; }
    .app-header .notification .dropdown-menu {
      top: 2rem !important;
      min-width: 20rem;
      margin-left: 1rem;
      min-width: 19rem; }
  .app-header .profile {
    position: relative; }
    .app-header .profile .profile-detail {
      line-height: 14px; }
    .app-header .profile .profile-detail-designation {
      color: #343A40;
      font-size: 10px; }
    .app-header .profile .dropdown-menu.show {
      margin-right: 4%; }

.organisation-menu:hover {
  background-color: rgba(41, 126, 187, 0.15);
  border-radius: 10px; }

.app-header .org-logo-div {
  width: 15%; }

.app-header .org-operation-div {
  width: 85%; }

@media (min-width: 768px) and (max-width: 991.98px) {
  .app-header .org-logo-div {
    width: 25%; }
  .app-header .org-operation-div {
    width: 75%; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .app-header .org-logo-div {
    width: 25%; }
  .app-header .org-operation-div {
    width: 75%; } }

@media (min-width: 1200px) {
  .app-header .org-logo-div {
    width: 40%; }
  .app-header .org-operation-div {
    width: 60%; } }

.menubar {
  width: 6rem;
  top: 5rem;
  z-index: 2; }
  .menubar .menu-title {
    font-size: 0.875rem;
    text-align: center;
    color: #6C757D;
    font-weight: normal; }
  .menubar .menu-icon {
    color: #6C757D;
    font-size: 1.5rem; }
  .menubar .active {
    border-right: 0.125rem solid #297ebb;
    background-color: rgba(41, 126, 187, 0.075);
    display: block; }
    .menubar .active i {
      color: #000; }
    .menubar .active h6 {
      color: #000; }
  .menubar .theme-icon {
    position: fixed;
    bottom: 3rem;
    left: 2rem; }
    .menubar .theme-icon .badge {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem; }
    .menubar .theme-icon .dropdown-menu {
      left: 40px !important; }
    .menubar .theme-icon p {
      width: 14rem; }
    .menubar .theme-icon .la {
      font-size: 2rem; }
    .menubar .theme-icon .customize-background .la {
      font-size: 0.875rem; }

.support-icon {
  position: fixed;
  bottom: 2rem;
  right: 10rem; }

.unsplash-wallpaper {
  height: 140px;
  width: 100%;
  border-radius: 9px; }

.customize-background .active {
  background-color: rgba(41, 126, 187, 0.2);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem; }

.customize-background .disable {
  cursor: not-allowed; }

.backgound-search {
  width: 496px;
  z-index: 999;
  margin-top: 3.4rem; }

.background-change-modal {
  z-index: 999;
  width: 498px; }

.background-wallpaper-container {
  margin-top: 22rem;
  height: 35rem; }

.selected-image-height {
  height: 14.375rem; }

.modal-body-height {
  height: 56.25rem; }

.customize-background-wrap .season-unsplash-wallpaper {
  height: 4.75rem;
  width: 100%;
  border-radius: 9px; }

.customize-background-wrap .season-selected-wallpaper {
  height: 8.75rem; }

.customize-background-wrap .day-listing-wallpaper, .customize-background-wrap .season-listing-wallpaper {
  height: 25rem; }

@media (max-width: 575.98px) {
  .backgound-search {
    width: 95%; }
  .background-change-modal {
    width: 96%; } }

.pagination-bar {
  position: sticky;
  bottom: 0px;
  background-color: #F8F9FD; }
  .pagination-bar .custom-select {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: 0.3rem;
    font-size: 0.875rem; }
  .pagination-bar .search-bar {
    position: relative;
    max-width: 26rem; }
    .pagination-bar .search-bar .search-button {
      position: absolute;
      right: 0.5rem;
      top: 0.3rem;
      transform: matrix(-1, 0, 0, 1, 0, 0); }
      .pagination-bar .search-bar .search-button i {
        font-size: 1.25rem; }
  .pagination-bar .filter-types {
    max-width: 40rem; }
  .pagination-bar .pagination {
    margin-bottom: 0rem; }
  .pagination-bar .fixed-footer {
    position: fixed;
    bottom: 0px;
    background-color: #f8f9fd;
    width: 95%;
    left: 6.5rem; }

.table {
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); }
  .table thead th {
    border: 0px;
    font-weight: 500;
    font-size: 0.875rem; }
  .table td {
    border: 0;
    font-size: 0.875rem; }
    .table td .dropdown-item {
      font-size: 0.875rem;
      color: #343A40; }
  .table td > a {
    color: #297ebb;
    position: relative; }
  .table .disable {
    color: #6C757D; }
  .table .inline-form-position td {
    vertical-align: initial; }
  .table tbody td {
    vertical-align: middle; }
    .table tbody td .btn {
      padding: 0; }
    .table tbody td .badge {
      border-radius: 50rem;
      padding: 0.44rem 0.5rem; }
      .table tbody td .badge .la {
        font-size: 1.25rem; }
    .table tbody td .badge-primary {
      color: #297ebb;
      background-color: rgba(41, 126, 187, 0.1); }
    .table tbody td .badge-danger {
      color: #f26175;
      background-color: rgba(242, 97, 117, 0.1); }

.table-bordered th,
.table-bordered td {
  border: 1px solid #DEE2E6 !important;
  font-weight: 500;
  font-size: 0.875rem; }

.error {
  position: relative;
  margin-bottom: 30px; }
  .error .error-msg {
    position: absolute; }
  .error .error-icon {
    position: absolute;
    top: 20%;
    right: 8%; }
  .error .error-icon-label {
    position: absolute;
    bottom: 0.65rem;
    right: 2rem; }

.dropdown {
  position: relative;
  background-color: #fff; }
  .dropdown .icon-position {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #6C757D; }

.place-visible {
  color: #6C757D; }

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

.label-increase {
  right: 1.875rem; }

.autocomplete-input .dropdown-menu {
  left: unset; }

.form-group .react-tel-input input[type=tel], .react-tel-input .form-control input[type=tel] {
  width: 100%; }

.form-group .react-tel-input .country-list, .react-tel-input .form-control .country-list {
  width: 375px; }

.form-group .react-tel-input .selected-flag, .react-tel-input .form-control .selected-flag {
  z-index: 1; }

.form-group .react-tel-input .form-control, .react-tel-input .form-control .form-control {
  font-size: 1rem;
  height: calc(1.5em + 1rem + 2px);
  border: 1px solid #DEE2E6; }

.form-group .react-tel-input .flag-dropdown, .react-tel-input .form-control .flag-dropdown {
  border: 1px solid #DEE2E6; }

.form-group .react-tel-input input[disabled] {
  background-color: #F8F9FD; }

.react-tel-input .form-control {
  width: 100% !important;
  font-size: 1em !important;
  height: calc(1.5em + 1rem + 2px) !important;
  border: 1px solid #DEE2E6 !important; }

@media (max-width: 991.98px) {
  .react-tel-input .form-control {
    width: 100% !important;
    font-size: 0.70em !important;
    height: calc(1.5em + 1rem + 2px) !important;
    border: 1px solid #DEE2E6 !important; } }

.uploaded-file-width {
  max-width: 10rem; }

.autocomplete .dropdown-menu {
  top: 10px !important;
  margin-left: -0.5rem;
  max-height: 16rem;
  overflow-y: scroll; }

.reset-close {
  position: absolute;
  right: 2.5rem;
  top: 0.5rem; }

.date-picker .rw-widget-container.rw-state-focus, .date-picker .rw-state-focus > .rw-widget-container, .date-picker .rw-widget-container.rw-state-focus:hover, .date-picker .rw-state-focus > .rw-widget-container:hover {
  border-color: #DEE2E6;
  box-shadow: 0 0px 4px rgba(41, 126, 187, 0.1);
  outline: rgba(41, 126, 187, 0.5) solid 2px;
  border-radius: 4px; }

.rw-widget-input {
  box-shadow: none !important; }

.autocomplete-tooltip {
  display: inline-block; }

.autocomplete-tooltip .tooltiptext {
  visibility: hidden;
  min-width: 8rem;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 0.125rem 0.5rem;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s; }

.autocomplete-tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent; }

.autocomplete-tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1; }

.image-upload .modal-dialog {
  margin-right: auto !important;
  margin-top: none; }

.multiSelectDropdown {
  min-width: 23rem;
  max-height: 16rem; }

.zero-px-input {
  width: 0px;
  height: 0px;
  border: none;
  outline: none !important; }

.dropdown-menu .rw-select-bordered {
  display: none; }

.date-picker-error .error-icon-label {
  right: 3.5rem !important; }

.modal-dialog {
  margin-right: 1rem;
  margin-top: 1rem; }

.exam-setting-modal .modal {
  overflow-y: auto; }

.exam-setting-modal .modal-dialog {
  min-width: 100%; }

.exam-setting-modal .modal-content {
  min-height: 100vh; }

.exam-setting-modal .modal-body {
  max-width: 650px; }

.exam-setting-modal .telemed-modal .modal-dialog {
  min-width: 60% !important; }

.exam-setting-modal .telemed-modal .modal-content {
  min-height: auto !important; }

.exam-template-modal .modal {
  overflow-y: auto; }

.exam-template-modal .modal-content {
  min-height: 58.5rem; }

.exam-template-modal .modal-dialog {
  min-width: 100%; }

.clam-form-modal .modal-content {
  padding-bottom: 6rem;
  min-height: 58.5rem; }

.clam-form-modal .modal-dialog {
  margin-top: 0rem;
  min-width: 100%; }

.inner-modal .modal-dialog {
  min-width: auto; }

.inner-modal .modal-content {
  min-height: auto; }

.inner-modal .modal-body {
  max-width: initial; }

.loading-content {
  max-width: 100%;
  height: 100%;
  padding-top: 15%; }
  .loading-content .la {
    font-size: 100px;
    padding-left: 49%; }

.radio-btn .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #fff;
  border: 2px solid #297ebb; }

.radio-btn .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url();
  border: 1px solid #297ebb;
  border-radius: 50%;
  background-color: #297ebb;
  height: 0.7rem;
  width: 0.7rem;
  margin: 0.25rem; }
  .radio-btn .custom-radio .custom-control-input:checked ~ .custom-control-label::after .radio-sm {
    height: 0.5rem;
    width: 0.5rem;
    margin: 0.15rem; }

.radio-btn .custom-control-label::before {
  width: 1.2rem;
  height: 1.2rem; }

.radio-btn .radio-sm .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  height: 0.5rem;
  width: 0.5rem;
  margin: 0.25rem; }

.radio-btn .radio-sm .custom-control-label::before {
  width: 1rem;
  height: 1rem; }

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

.checkbox-remove .custom-control-label::before {
  width: 0rem;
  height: 0rem;
  border: none; }

.checkbox-remove .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url(); }

.switch .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #297ebb; }

.alert-position {
  bottom: 3.5rem;
  left: 40%; }

.wizard-alert-position {
  bottom: 5rem;
  left: 40%; }

@media (max-width: 991.98px) {
  .alert-position {
    left: 10%; }
    .alert-position .alert-width-mobile {
      width: 75% !important; } }

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

.alert.hide {
  display: none; }

.toastr-alert {
  z-index: 9999 !important; }

.wizard-alert-position {
  bottom: 6.2rem;
  left: 40%; }

.filter-select-width {
  max-width: 7rem; }

.filter-date {
  max-width: 9.5rem; }
  .filter-date .rw-widget-picker {
    height: 2em; }
  .filter-date .rw-widget-input {
    font-size: 0.875rem; }

.filter-select {
  min-width: 9.5rem; }
  .filter-select .rw-widget-picker {
    height: 2em; }

.filter-multiselect {
  width: 12rem; }
  .filter-multiselect .form-control {
    font-size: 0.875rem;
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem; }
  .filter-multiselect .dropdown-toggle .la {
    font-size: 1.125rem; }

.large-font body {
  font-size: 1.125rem !important; }

.large-font span,
.large-font p,
.large-font label,
.large-font th,
.large-font td,
.large-font input,
.large-font select,
.large-font textarea,
.large-font .nav-item,
.large-font .badge,
.large-font .dropdown-item,
.large-font .btn {
  font-size: 1.125rem !important; }

.large-font h6,
.large-font .h6 {
  font-size: 1.375rem !important; }

.large-font .profile-details-section span {
  font-size: 1.375rem !important; }

.large-font .exam-tabs {
  flex-wrap: nowrap !important;
  white-space: nowrap !important;
  overflow: auto !important; }

.large-font .daily-report-tab {
  white-space: nowrap !important;
  flex-wrap: nowrap !important;
  flex-direction: column !important; }

.large-font .daily-report-container {
  padding-top: 3.5rem !important; }

.large-font .family-member-tab {
  padding-top: 0.25rem !important;
  margin-top: 8rem !important; }

.large-font .previous-value .modal-lg {
  max-width: 70% !important; }

.large-font .customize-bg .setting-menubar {
  width: 19rem; }

.large-font .customize-bg .setting-content-container {
  padding-left: 21rem; }

.large-font .filter-container-6 {
  margin-top: 8.1rem !important; }
  .large-font .filter-container-6 .pagination-bar {
    padding-bottom: 16px !important; }

.large-font .filter-container-8 {
  margin-top: 6.6rem !important; }
  .large-font .filter-container-8 .pagination-bar {
    padding-bottom: 16px !important; }

.large-font .middle-container {
  padding-top: 8.5rem; }

.large-font .filter-date {
  max-width: 11.5rem; }

.large-font .reset-close {
  font-size: 1.5rem !important; }

.large-font .dashboard-filter-bar {
  margin-top: 6.6rem !important; }

.large-font .thead-6 th {
  top: 23.2rem; }

.large-font .thead-7 tr .fixed-horizontal-scroll .xxl-col {
  min-width: 18rem; }

.large-font .thead-7 tr .fixed-horizontal-scroll .lg-col {
  min-width: 9rem; }

.large-font .thead-8 th {
  top: 11.67rem; }

.large-font .thead-9 th {
  top: 18.4rem; }

.large-font .thead-10 th {
  top: 21.8rem; }

.large-font .menubar .menu-title {
  font-size: 0.875rem !important; }

.large-font .exam-form-header-btn {
  padding-top: 0.5rem !important; }

.large-font .itrust-pay-badge {
  left: 8.67rem !important; }

.large-font .selling-table-report {
  padding-top: 3.3rem !important; }

.large-font .payments-schedule-btn {
  margin: 4rem 1rem 0; }

.large-font .rdrDateRangePickerWrapper {
  height: 24rem;
  overflow-y: auto;
  background-color: white; }

.login .org-logo {
  margin-top: 3rem;
  width: 12rem;
  height: 7rem;
  object-fit: contain;
  border-radius: 0 !important; }

.login .form-container {
  position: relative;
  width: 34.75rem;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2); }
  .login .form-container .form-nav .title {
    color: #6C757D; }
  .login .form-container .form-nav .active {
    padding-bottom: 0.5rem; }
    .login .form-container .form-nav .active .title {
      color: #000; }
      .login .form-container .form-nav .active .title:before {
        width: 24px; }
  .login .form-container .wrapper {
    position: relative; }
    .login .form-container .wrapper .icon {
      color: #6C757D; }

.org-logo-login {
  margin-top: 5rem;
  width: 12.5rem;
  height: 7.5rem;
  object-fit: contain;
  border-radius: 0 !important; }

a i:before {
  float: right;
  transition: all 0.5s; }

a.collapsed i:before {
  transform: rotate(-90deg); }

.setting-menubar, .store-setting-menubar {
  width: 17rem; }
  .setting-menubar-position, .store-setting-menubar-position {
    right: 2rem;
    top: 11rem; }
  .setting-menubar .card .card-body ul, .store-setting-menubar .card .card-body ul {
    padding-inline-start: 22px; }
    .setting-menubar .card .card-body ul li, .store-setting-menubar .card .card-body ul li {
      list-style-type: none;
      padding: 8px 0px; }
      .setting-menubar .card .card-body ul li a, .store-setting-menubar .card .card-body ul li a {
        color: #6C757D; }
      .setting-menubar .card .card-body ul li .active, .store-setting-menubar .card .card-body ul li .active {
        color: #000;
        background-color: rgba(41, 126, 187, 0.1);
        border-right: 2px solid #297ebb;
        display: block;
        margin-left: -3rem;
        margin-right: -1.25rem;
        padding-left: 3rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem; }
    .setting-menubar .card .card-body ul li:hover, .store-setting-menubar .card .card-body ul li:hover {
      color: #000;
      background-color: rgba(41, 126, 187, 0.1);
      border-right: 2px solid #297ebb;
      display: block;
      margin-left: -3rem;
      margin-right: -1.25rem;
      padding-left: 3rem; }
  .setting-menubar .card .direct-accordian .direct-link, .store-setting-menubar .card .direct-accordian .direct-link {
    display: block;
    padding-top: 0.675rem;
    padding-bottom: 0.675rem;
    padding-left: 1.375rem;
    font-weight: 500; }
  .setting-menubar .card .direct-accordian .active, .store-setting-menubar .card .direct-accordian .active {
    border-right: 2px solid #297ebb; }

.store-setting-menubar-sm {
  width: 9rem; }

.setting-content-container {
  padding-left: 19rem; }

.form-values-nav {
  width: calc(100% - 29rem) !important; }

.form-edit {
  position: relative; }
  .form-edit i {
    position: absolute;
    top: 0px; }
  .form-edit .text-field {
    width: 40px;
    height: 40px;
    padding: 6px;
    border-radius: 4px;
    border: solid 0.5px #6C757D; }
  .form-edit .radio {
    padding-left: 20px; }
    .form-edit .radio .checkbox-label {
      padding-left: 6px; }
  .form-edit .rectangle {
    width: 250px;
    height: 84px;
    border-radius: 4px;
    border: solid 0.5px #6C757D;
    background-color: #fff;
    margin-right: 0%;
    margin-left: 12%; }

.term-of-service .wysiwyg-editor {
  min-height: 30rem; }

.social-history {
  column-count: 2; }
  .social-history .options-section .form-control:focus {
    box-shadow: 0 0; }

.keywords .la {
  font-size: 1.125rem; }

.contact-wrap .contact-details {
  width: 40%; }

.contact-wrap .contact-search {
  width: 28rem; }

.contact-wrap .contact-listing {
  margin-top: 5rem; }

.contact-wrap .contact-form {
  margin-top: 6rem; }

.contact-wrap .active {
  color: #000;
  background-color: rgba(41, 126, 187, 0.1);
  border-right: 2px solid #297ebb !important; }

@media (max-width: 1199.98px) {
  .contact-wrap .contact-details {
    width: 100%; } }

.nav-tabs-view a {
  margin-left: 4px;
  margin-right: 4px; }

.nav-tabs-view .nav-tabs {
  border-bottom: none; }

.nav-tabs-view .nav-item .active {
  color: white !important;
  border-radius: 4px;
  background-color: #297ebb; }
  .nav-tabs-view .nav-item .active .light-badge {
    background-color: #F8F9FD !important;
    color: #297ebb !important;
    margin-left: 2px; }

.nav-tabs-view .active {
  border-radius: 4px;
  background-color: #297ebb; }
  .nav-tabs-view .active .nav-item {
    color: white !important; }
    .nav-tabs-view .active .nav-item .badge {
      background-color: #F8F9FD !important;
      color: #297ebb;
      margin-left: 2px; }

.nav-tabs-view .page-nav-item {
  line-height: 24px;
  padding-left: 12px;
  padding-right: 12px; }

.nav-tabs {
  line-height: 3.3; }
  .nav-tabs .tab-link {
    color: #6C757D; }
    .nav-tabs .tab-link.active {
      position: relative;
      color: #297ebb;
      border: none; }
      .nav-tabs .tab-link.active:before {
        position: absolute;
        bottom: 0px;
        height: 3px;
        width: 35px;
        background-color: #297ebb;
        margin: auto;
        content: ""; }

.exam-template .pagination-bar .search-bar {
  max-width: none; }
  .exam-template .pagination-bar .search-bar .search-button {
    top: 0.7rem; }

.label-icons label {
  width: 100%; }
  .label-icons label small .la {
    font-size: 1rem; }

.expand-collapse-button .custom-control.custom-checkbox {
  width: 100%; }

.expand-collapse-button .custom-control-label {
  width: 100%;
  text-align: right; }

.overview-tab .store-img-width {
  max-width: 12rem;
  max-height: 10rem; }

.impression-field-width {
  width: 50%; }

.recommendation-layout {
  overflow-y: scroll;
  max-height: 114px; }

.attached-docs {
  padding-top: 11.25rem;
  padding-bottom: 11.25rem; }

.attached-image {
  padding-top: 9.75rem;
  padding-bottom: 9.75rem; }

.drop-used i {
  font-size: 1rem; }

.finalize-prescription-form .table thead th {
  border: 2px solid #DEE2E6; }

.finalize-prescription-form .table td {
  border: 2px solid #DEE2E6; }

.finalize-prescription-form .medical-rx {
  padding-left: 120px;
  padding-right: 120px;
  min-height: 320px; }

.label-customisation button:focus {
  outline: 0; }

.exam-modal .badge {
  border-radius: 50rem;
  padding: 0.44rem 0.5rem; }
  .exam-modal .badge .la {
    font-size: 1.25rem; }

.exam-modal .badge-primary {
  color: #297ebb;
  background-color: rgba(41, 126, 187, 0.1); }

.external-gonioscopy-test input[type=range] {
  -webkit-appearance: none;
  border-radius: 8px;
  height: 6px;
  border: 1px solid #bdc3c7;
  background-color: #DEE2E6; }

.external-gonioscopy-test input[type=range]::-webkit-slider-thumb {
  border: 1px solid #297ebb;
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 50%;
  background: rgba(41, 126, 187, 0.5);
  cursor: pointer;
  -webkit-appearance: none; }

.top-range {
  transform: rotate(90deg);
  left: 32%;
  top: 12%; }

.bottom-range {
  transform: rotate(-90deg);
  left: 40%;
  bottom: 12%; }

.left-range {
  top: 45%;
  left: 10%; }

.right-range {
  top: 45%;
  right: 10%; }

.overview-top-range {
  position: absolute;
  left: 45%;
  top: 12%; }

.overview-bottom-range {
  position: absolute;
  left: 47%;
  bottom: 17%; }

.overview-left-range {
  position: absolute;
  top: 33%;
  left: 15%; }

.overview-right-range {
  position: absolute;
  top: 33%;
  right: 15%; }

.input-range-width {
  width: 4rem; }

@media (max-width: 1199.98px) {
  .overview-tab .store-img-width {
    max-width: 10rem;
    max-height: 8rem; } }

.input-dropdown {
  margin-top: 4.5rem; }

.keratometry-input-dropdown {
  margin-top: 4.8rem; }

.emergency_contact_phone .country-list {
  bottom: 2.5rem; }

.profile-details-section {
  height: 35rem !important;
  overflow: auto !important; }

.signature {
  font-family: 'Monsieur La Doulaise', cursive;
  font-size: 24px; }

.sub-header-alignment {
  padding-top: 6px !important; }

.alert-message-position {
  top: 10%;
  left: 50%;
  transform: translateX(-10%); }

.w-60 {
  width: 60% !important; }

.pdf-responsive-col-6 {
  flex: 0 0 50% !important;
  max-width: 50% !important; }

.pdf-responsive-col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.pdf .pdf-fax-font-change h6 {
  font-size: 0.875rem !important;
  font-weight: 600; }

.pdf .pdf-fax-font-change .font-size-14 {
  font-size: 14px; }

.pop-up-align {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99;
  border-radius: 10px;
  width: 300px; }
  .pop-up-align .top-primary-bar {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
  .pop-up-align span:first-child {
    font-size: 14px; }
  .pop-up-align span {
    font-size: 12px; }
  .pop-up-align i {
    font-size: 2rem; }

#payout-pop {
  width: 380px !important; }

.overview-table thead th {
  position: sticky !important;
  background-color: #fff; }

.overview-table .no-fixed-th th {
  position: static !important; }

.overview-table td > a {
  position: static !important; }

.thead-1 th {
  top: 15.5rem; }

.thead-2 th {
  top: 16.6rem; }

.thead-3 th {
  top: 17.2rem; }

.thead-4 th {
  top: 18rem; }

.thead-5 th {
  top: 22rem; }

.thead-6 th {
  top: 23.6rem; }

.thead-7 th {
  top: 25.2rem; }

.thead-7 tr .fixed-horizontal-scroll {
  position: sticky !important;
  background-color: #fff;
  left: 5.99rem; }
  .thead-7 tr .fixed-horizontal-scroll .xxl-col {
    min-width: 12rem; }
  .thead-7 tr .fixed-horizontal-scroll .xl-col {
    min-width: 9rem; }
  .thead-7 tr .fixed-horizontal-scroll .lg-col {
    min-width: 6rem; }
  .thead-7 tr .fixed-horizontal-scroll .md-col {
    min-width: 3rem; }

.thead-7 thead tr .fixed-horizontal-scroll {
  z-index: 1; }

.thead-8 th {
  top: 11.1rem;
  z-index: 1; }

.thead-9 th {
  top: 18rem; }

.thead-10 th {
  top: 21.3rem;
  z-index: 1; }

.thead-11 th {
  top: 29.2rem; }

.thead-12 th {
  top: 20.2rem; }

.thead-0 th {
  top: 0rem; }

.fc {
  direction: ltr;
  text-align: left; }

.fc-rtl {
  text-align: right; }

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em; }

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: 0.3; }

.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: 0.3; }

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }

.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 2px 4px; }

.fc-rtl .fc-popover .fc-header {
  flex-direction: row-reverse; }

.fc-popover .fc-header .fc-title {
  margin: 0 2px; }

.fc-popover .fc-header .fc-close {
  cursor: pointer;
  opacity: 0.65;
  font-size: 1.1em; }

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px; }

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0; }

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-mirror-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */ }

.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */ }

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */ }

.fc th {
  text-align: center; }

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top; }

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */ }

/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
a[data-goto] {
  cursor: pointer; }

a[data-goto]:hover {
  text-decoration: underline; }

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0; }

.fc-row table {
  /* don't put left/right border on anything within a fake row.
     the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent; }

.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */ }

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative; }

.fc-row .fc-bg {
  z-index: 1; }

/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent; }

.fc-row .fc-bgevent-skeleton {
  z-index: 2; }

.fc-row .fc-highlight-skeleton {
  z-index: 3; }

/*
row content (which contains day/week numbers and events) as well as "mirror" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */ }

.fc-row .fc-mirror-skeleton {
  z-index: 5; }

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-mirror-skeleton td {
  /* see-through to the background below */
  /* extra precedence to prevent theme-provided backgrounds */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent; }

.fc-row .fc-content-skeleton td,
.fc-row .fc-mirror-skeleton td {
  /* don't put a border between events and/or the day number */
  border-bottom: 0; }

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-mirror-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0; }

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  -webkit-overflow-scrolling: touch; }

/* TODO: move to timegrid/daygrid */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */ }

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: 0.85em;
  line-height: 1.4;
  border-radius: 3px;
  border: 1px solid #3788d8; }

.fc-event,
.fc-event-dot {
  background-color: #3788d8;
  /* default BACKGROUND color */ }

.fc-event,
.fc-event:hover {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */ }

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */ }

.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed; }

.fc-event .fc-content {
  position: relative;
  z-index: 2; }

/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4; }

/* resizer (touch devices) */
.fc-event .fc-resizer {
  display: none; }

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block; }

/* hit area */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px; }

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.fc-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: 0.25; }

/* Event Dragging
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-dragging.fc-selected {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3); }

.fc-event.fc-dragging:not(.fc-selected) {
  opacity: 0.75; }

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0; }

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */ }

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */ }

/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */ }

/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px; }

/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */ }

/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */ }

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px; }

tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */ }

.fc-mirror-skeleton tr:first-child > td > .fc-day-grid-event {
  margin-top: 0;
  /* except for mirror skeleton */ }

.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden; }

.fc-day-grid-event .fc-time {
  font-weight: bold; }

/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */ }

/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */ }

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: 0.85em;
  cursor: pointer;
  text-decoration: none; }

a.fc-more:hover {
  text-decoration: underline; }

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none; }

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */ }

.fc-more-popover {
  z-index: 2;
  width: 220px; }

.fc-more-popover .fc-event-container {
  padding: 10px; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
  position: absolute;
  border: 0 solid red; }

/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/*
TODO: more distinction between this file and common.css
*/
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #ddd; }

.fc-unthemed .fc-popover {
  background-color: #fff; }

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee; }

.fc-unthemed td.fc-today {
  background: #fcf8e3; }

.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: 0.3; }

/* Icons
--------------------------------------------------------------------------------------------------
from https://feathericons.com/ and built with IcoMoon
*/
@font-face {
  font-family: "fcicons";
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfAAAAC8AAAAYGNtYXAXVtKNAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZgYydxIAAAF4AAAFNGhlYWQUJ7cIAAAGrAAAADZoaGVhB20DzAAABuQAAAAkaG10eCIABhQAAAcIAAAALGxvY2ED4AU6AAAHNAAAABhtYXhwAA8AjAAAB0wAAAAgbmFtZXsr690AAAdsAAABhnBvc3QAAwAAAAAI9AAAACAAAwPAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qb//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAWIAjQKeAskAEwAAJSc3NjQnJiIHAQYUFwEWMjc2NCcCnuLiDQ0MJAz/AA0NAQAMJAwNDcni4gwjDQwM/wANIwz/AA0NDCMNAAAAAQFiAI0CngLJABMAACUBNjQnASYiBwYUHwEHBhQXFjI3AZ4BAA0N/wAMJAwNDeLiDQ0MJAyNAQAMIw0BAAwMDSMM4uINIwwNDQAAAAIA4gC3Ax4CngATACcAACUnNzY0JyYiDwEGFB8BFjI3NjQnISc3NjQnJiIPAQYUHwEWMjc2NCcB87e3DQ0MIw3VDQ3VDSMMDQ0BK7e3DQ0MJAzVDQ3VDCQMDQ3zuLcMJAwNDdUNIwzWDAwNIwy4twwkDA0N1Q0jDNYMDA0jDAAAAgDiALcDHgKeABMAJwAAJTc2NC8BJiIHBhQfAQcGFBcWMjchNzY0LwEmIgcGFB8BBwYUFxYyNwJJ1Q0N1Q0jDA0Nt7cNDQwjDf7V1Q0N1QwkDA0Nt7cNDQwkDLfWDCMN1Q0NDCQMt7gMIw0MDNYMIw3VDQ0MJAy3uAwjDQwMAAADAFUAAAOrA1UAMwBoAHcAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMhMjY1NCYjISIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAAVYRGRkR/qoRGRkRA1UFBAUOCQkVDAsZDf2rDRkLDBUJCA4FBQUFBQUOCQgVDAsZDQJVDRkLDBUJCQ4FBAVVAgECBQMCBwQECAX9qwQJAwQHAwMFAQICAgIBBQMDBwQDCQQCVQUIBAQHAgMFAgEC/oAZEhEZGRESGQAAAAADAFUAAAOrA1UAMwBoAIkAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMzFRQWMzI2PQEzMjY1NCYrATU0JiMiBh0BIyIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAgBkSEhmAERkZEYAZEhIZgBEZGREDVQUEBQ4JCRUMCxkN/asNGQsMFQkIDgUFBQUFBQ4JCBUMCxkNAlUNGQsMFQkJDgUEBVUCAQIFAwIHBAQIBf2rBAkDBAcDAwUBAgICAgEFAwMHBAMJBAJVBQgEBAcCAwUCAQL+gIASGRkSgBkSERmAEhkZEoAZERIZAAABAOIAjQMeAskAIAAAExcHBhQXFjI/ARcWMjc2NC8BNzY0JyYiDwEnJiIHBhQX4uLiDQ0MJAzi4gwkDA0N4uINDQwkDOLiDCQMDQ0CjeLiDSMMDQ3h4Q0NDCMN4uIMIw0MDOLiDAwNIwwAAAABAAAAAQAAa5n0y18PPPUACwQAAAAAANivOVsAAAAA2K85WwAAAAADqwNVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAOrAAEAAAAAAAAAAAAAAAAAAAALBAAAAAAAAAAAAAAAAgAAAAQAAWIEAAFiBAAA4gQAAOIEAABVBAAAVQQAAOIAAAAAAAoAFAAeAEQAagCqAOoBngJkApoAAQAAAAsAigADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGZjaWNvbnMAZgBjAGkAYwBvAG4Ac1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZjaWNvbnMAZgBjAGkAYwBvAG4Ac2ZjaWNvbnMAZgBjAGkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZjaWNvbnMAZgBjAGkAYwBvAG4Ac0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype");
  font-weight: normal;
  font-style: normal; }

.fc-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "fcicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fc-icon-chevron-left:before {
  content: ""; }

.fc-icon-chevron-right:before {
  content: ""; }

.fc-icon-chevrons-left:before {
  content: ""; }

.fc-icon-chevrons-right:before {
  content: ""; }

.fc-icon-minus-square:before {
  content: ""; }

.fc-icon-plus-square:before {
  content: ""; }

.fc-icon-x:before {
  content: ""; }

.fc-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  text-align: center; }

/* Buttons
--------------------------------------------------------------------------------------------------
Lots taken from Flatly (MIT): https://bootswatch.com/4/flatly/bootstrap.css
*/
/* reset */
.fc-button {
  border-radius: 0;
  overflow: visible;
  text-transform: none;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

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

.fc-button {
  -webkit-appearance: button; }

.fc-button:not(:disabled) {
  cursor: pointer; }

.fc-button::-moz-focus-inner {
  padding: 0;
  border-style: none; }

/* theme */
.fc-button {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.4em 0.65em;
  font-size: 1em;
  line-height: 1.5;
  border-radius: 0.25em; }

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

.fc-button:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25); }

.fc-button:disabled {
  opacity: 0.65; }

/* "primary" coloring */
.fc-button-primary {
  color: #fff;
  background-color: #2C3E50;
  border-color: #2C3E50; }

.fc-button-primary:hover {
  color: #fff;
  background-color: #1e2b37;
  border-color: #1a252f; }

.fc-button-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5); }

.fc-button-primary:disabled {
  color: #fff;
  background-color: #2C3E50;
  border-color: #2C3E50; }

.fc-button-primary:not(:disabled):active,
.fc-button-primary:not(:disabled).fc-button-active {
  color: #fff;
  background-color: #1a252f;
  border-color: #151e27; }

.fc-button-primary:not(:disabled):active:focus,
.fc-button-primary:not(:disabled).fc-button-active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5); }

/* icons within buttons */
.fc-button .fc-icon {
  vertical-align: middle;
  font-size: 1.5em; }

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }

.fc-button-group > .fc-button {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.fc-button-group > .fc-button:hover {
  z-index: 1; }

.fc-button-group > .fc-button:focus,
.fc-button-group > .fc-button:active,
.fc-button-group > .fc-button.fc-button-active {
  z-index: 1; }

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

.fc-button-group > .fc-button:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

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

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid; }

/* List View
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5; }

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1.5em; }

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1.5em; }

/* inner content */
.fc-toolbar > * > :not(:first-child) {
  margin-left: 0.75em; }

.fc-toolbar h2 {
  font-size: 1.75em;
  margin: 0; }

/* View Structure
--------------------------------------------------------------------------------------------------*/
.fc-view-container {
  position: relative; }

/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1; }

@media print {
  .fc {
    max-width: 100% !important; }
  /* Global Event Restyling
  --------------------------------------------------------------------------------------------------*/
  .fc-event {
    background: #fff !important;
    color: #000 !important;
    page-break-inside: avoid; }
  .fc-event .fc-resizer {
    display: none; }
  /* Table & Day-Row Restyling
  --------------------------------------------------------------------------------------------------*/
  .fc th,
  .fc td,
  .fc hr,
  .fc thead,
  .fc tbody,
  .fc-row {
    border-color: #ccc !important;
    background: #fff !important; }
  /* kill the overlaid, absolutely-positioned components */
  /* common... */
  .fc-bg,
  .fc-bgevent-skeleton,
  .fc-highlight-skeleton,
  .fc-mirror-skeleton,
  .fc-bgevent-container,
  .fc-business-container,
  .fc-highlight-container,
  .fc-mirror-container {
    display: none; }
  /* don't force a min-height on rows (for DayGrid) */
  .fc tbody .fc-row {
    height: auto !important;
    /* undo height that JS set in distributeHeight */
    min-height: 0 !important;
    /* undo the min-height from each view's specific stylesheet */ }
  .fc tbody .fc-row .fc-content-skeleton {
    position: static;
    /* undo .fc-rigid */
    padding-bottom: 0 !important;
    /* use a more border-friendly method for this... */ }
  .fc tbody .fc-row .fc-content-skeleton tbody tr:last-child td {
    /* only works in newer browsers */
    padding-bottom: 1em;
    /* ...gives space within the skeleton. also ensures min height in a way */ }
  .fc tbody .fc-row .fc-content-skeleton table {
    /* provides a min-height for the row, but only effective for IE, which exaggerates this value,
       making it look more like 3em. for other browers, it will already be this tall */
    height: 1em; }
  /* Undo month-view event limiting. Display all events and hide the "more" links
  --------------------------------------------------------------------------------------------------*/
  .fc-more-cell,
  .fc-more {
    display: none !important; }
  .fc tr.fc-limited {
    display: table-row !important; }
  .fc td.fc-limited {
    display: table-cell !important; }
  .fc-popover {
    display: none;
    /* never display the "more.." popover in print mode */ }
  /* TimeGrid Restyling
  --------------------------------------------------------------------------------------------------*/
  /* undo the min-height 100% trick used to fill the container's height */
  .fc-time-grid {
    min-height: 0 !important; }
  /* don't display the side axis at all ("all-day" and time cells) */
  .fc-timeGrid-view .fc-axis {
    display: none; }
  /* don't display the horizontal lines */
  .fc-slats,
  .fc-time-grid hr {
    /* this hr is used when height is underused and needs to be filled */
    display: none !important;
    /* important overrides inline declaration */ }
  /* let the container that holds the events be naturally positioned and create real height */
  .fc-time-grid .fc-content-skeleton {
    position: static; }
  /* in case there are no events, we still want some height */
  .fc-time-grid .fc-content-skeleton table {
    height: 4em; }
  /* kill the horizontal spacing made by the event container. event margins will be done below */
  .fc-time-grid .fc-event-container {
    margin: 0 !important; }
  /* TimeGrid *Event* Restyling
  --------------------------------------------------------------------------------------------------*/
  /* naturally position events, vertically stacking them */
  .fc-time-grid .fc-event {
    position: static !important;
    margin: 3px 2px !important; }
  /* for events that continue to a future day, give the bottom border back */
  .fc-time-grid .fc-event.fc-not-end {
    border-bottom-width: 1px !important; }
  /* indicate the event continues via "..." text */
  .fc-time-grid .fc-event.fc-not-end:after {
    content: "..."; }
  /* for events that are continuations from previous days, give the top border back */
  .fc-time-grid .fc-event.fc-not-start {
    border-top-width: 1px !important; }
  /* indicate the event is a continuation via "..." text */
  .fc-time-grid .fc-event.fc-not-start:before {
    content: "..."; }
  /* time */
  /* undo a previous declaration and let the time text span to a second line */
  .fc-time-grid .fc-event .fc-time {
    white-space: normal !important; }
  /* hide the the time that is normally displayed... */
  .fc-time-grid .fc-event .fc-time span {
    display: none; }
  /* ...replace it with a more verbose version (includes AM/PM) stored in an html attribute */
  .fc-time-grid .fc-event .fc-time:after {
    content: attr(data-full); }
  /* Vertical Scroller & Containers
  --------------------------------------------------------------------------------------------------*/
  /* kill the scrollbars and allow natural height */
  .fc-scroller,
  .fc-day-grid-container,
  .fc-time-grid-container {
    /* */
    overflow: visible !important;
    height: auto !important; }
  /* kill the horizontal border/padding used to compensate for scrollbars */
  .fc-row {
    border: 0 !important;
    margin: 0 !important; }
  /* Button Controls
  --------------------------------------------------------------------------------------------------*/
  .fc-button-group,
  .fc button {
    display: none;
    /* don't display any button-related controls */ } }

/* DayGridView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-dayGridWeek-view .fc-content-skeleton,
.fc-dayGridDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */ }

.fc-dayGrid-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */ }

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden; }

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

/* week and day number styling */
.fc-day-top.fc-other-month {
  opacity: 0.3; }

.fc-dayGrid-view .fc-week-number,
.fc-dayGrid-view .fc-day-number {
  padding: 2px; }

.fc-dayGrid-view th.fc-week-number,
.fc-dayGrid-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */ }

.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
  float: right; }

.fc-rtl .fc-dayGrid-view .fc-day-top .fc-day-number {
  float: left; }

.fc-ltr .fc-dayGrid-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0; }

.fc-rtl .fc-dayGrid-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px; }

.fc-dayGrid-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080; }

/* when week/day number have own column */
.fc-dayGrid-view td.fc-week-number {
  text-align: center; }

.fc-dayGrid-view td.fc-week-number > * {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em; }

/* TimeGridView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-timeGrid-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */ }

.fc-timeGrid-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */ }

.fc-timeGrid-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */ }

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap; }

.fc-ltr .fc-axis {
  text-align: right; }

.fc-rtl .fc-axis {
  text-align: left; }

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1; }

.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */ }

.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent; }

.fc-time-grid > .fc-bg {
  z-index: 1; }

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> TimeGridView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */ }

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0; }

/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1; }

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3; }

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4; }

.fc-time-grid .fc-now-indicator-line {
  z-index: 5; }

.fc-time-grid .fc-mirror-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */ }

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted; }

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */ }

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */ }

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px; }

.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%; }

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */ }

.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0; }

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  margin-bottom: 1px; }

.fc-time-grid-event-inset {
  -webkit-box-shadow: 0px 0px 0px 1px #fff;
  box-shadow: 0px 0px 0px 1px #fff; }

.fc-time-grid-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.fc-time-grid-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.fc-time-grid-event .fc-content {
  overflow: hidden;
  max-height: 100%; }

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px; }

.fc-time-grid-event .fc-time {
  font-size: 0.85em;
  white-space: nowrap; }

/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap; }

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top; }

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */ }

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */ }

.fc-time-grid-event.fc-short .fc-time:after {
  content: " - ";
  /* seperate with a dash, wrapped in nbsp's */ }

.fc-time-grid-event.fc-short .fc-title {
  font-size: 0.85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */ }

/* resizer (cursor device) */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize; }

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "="; }

/* resizer (touch device) */
.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0; }

/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */ }

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent; }

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent; }

.google-event {
  background: red; }

.appointment .modal {
  width: 25rem;
  height: auto; }
  .appointment .modal .modal-body .la-clock-o {
    font-size: 1.1rem; }
  .appointment .modal .modal-body .patient-profile-info {
    font-size: 0.875rem; }

.appointment .patient-details .modal {
  width: 21rem;
  font-size: 0.675rem; }

.fa {
  display: inline-block;
  font: normal normal normal 16px/1 "LineAwesome";
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  font-smoothing: antialiased; }

.fa-chevron-left:before {
  content: "\f111"; }

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

.fa-angle-double-left:before {
  content: "\00AB";
  font-size: 20px; }

.fa-angle-double-right:before {
  content: "\00BB";
  font-size: 20px; }

.fc-day-header span {
  font-weight: 400; }

.fc-left .fc-today-button {
  background-color: #fff !important;
  color: #297ebb !important; }

.fc-left .fc-today-button:hover, .fc-left .fc-today-button:disabled {
  background-color: #297ebb !important;
  color: #fff !important; }

.fc-left h2 {
  font-size: 1.125rem;
  display: inline-block; }

.fc-right .btn-primary {
  color: #297ebb;
  background-color: #fff; }

.fc-right .btn-primary:hover {
  color: #fff;
  background-color: #297ebb; }

.fc-right .fc-prevYear-button::after {
  content: " Year";
  font-weight: 500; }

.fc-right .fc-nextYear-button::before {
  content: "Year ";
  font-weight: 500; }

.fc-right .fc-nextYear-button {
  padding-left: 8px; }

.fc-right .fc-prevYear-button {
  padding-right: 8px; }

.fc-scroller {
  height: auto !important; }

.fc-event {
  border-width: 2px; }

.fc-content {
  padding-left: 10px; }

.fc .fc-bgevent-container:not(:empty) ~ .fc-business-container {
  display: none; }

.fc-bgevent {
  color: lightblue;
  opacity: 0.5; }

.fc-timeGrid-view .fc-bgevent-skeleton .fc-bgevent {
  color: #343e40;
  white-space: nowrap;
  overflow: hidden; }

.main-content .dashboard-nav {
  line-height: 4; }
  .main-content .dashboard-nav .dashboard-nav-item:active, .main-content .dashboard-nav .dashboard-nav-item:hover {
    position: relative; }
    .main-content .dashboard-nav .dashboard-nav-item:active .dashboard-nav-title, .main-content .dashboard-nav .dashboard-nav-item:hover .dashboard-nav-title {
      color: #000; }
      .main-content .dashboard-nav .dashboard-nav-item:active .dashboard-nav-title:before, .main-content .dashboard-nav .dashboard-nav-item:hover .dashboard-nav-title:before {
        position: absolute;
        bottom: 0px;
        height: 3px;
        width: 35px;
        background-color: #297ebb;
        margin: auto;
        content: ''; }

.main-content .title {
  font-weight: 500;
  font-size: 14px;
  color: #6C757D; }

.main-content .notification {
  position: relative; }
  .main-content .notification .badge {
    position: absolute;
    top: 8px;
    background-color: #297ebb;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    padding: 5px; }

.main-content .active title {
  color: #000; }
  .main-content .active title:before {
    width: 35px; }

.main-content .appointment-nav .appointment-nav-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 50px;
  color: #000; }

.main-content .appointment-nav .appointment-nav-number {
  font-weight: 500;
  font-size: 28px;
  line-height: 2.5;
  color: #000; }

.main-content .appointment-nav .right-border {
  border-right: 0.5px solid #6C757D; }

.main-content .pending-notifier div {
  position: relative;
  font-weight: 500;
  font-size: 12px;
  color: #dc3545; }

.main-content .pending-notifier .circle {
  position: absolute;
  background: #f26175;
  border-radius: 50%;
  top: 7px;
  left: -8px; }

.dashboard-filter-bar {
  margin-top: 6.1rem !important; }

.balance-due-insurance-paid {
  width: 12rem; }

.insurance-balance-due-th {
  position: relative;
  z-index: 1; }
  .insurance-balance-due-th th:first-child {
    width: 2rem !important; }
  .insurance-balance-due-th th:nth-child(2) {
    width: 15rem !important; }
  .insurance-balance-due-th th:nth-child(3),
  .insurance-balance-due-th th:nth-child(4),
  .insurance-balance-due-th th:nth-child(5),
  .insurance-balance-due-th th:nth-child(6) {
    width: 8rem !important; }

.balance-due-notes-view {
  width: 50rem;
  margin-left: 16rem; }

.balance-due-table {
  width: 100%;
  overflow: scroll; }

.dashboard-overview .rw-widget-input {
  box-shadow: none; }

.dashboard-profile-left-box {
  width: 23.875rem;
  z-index: 1; }

.dropdownHover:hover .dropdown-menu {
  display: block !important; }

.dropdownHover .show {
  display: none; }

.showDropdown .dropdown-menu {
  display: block  !important;
  z-index: 9 !important; }

.dropdownDistanceNear:hover ~ .dropdown-menu,
.dropdown-menu-distance:hover {
  display: block !important;
  position: absolute;
  will-change: transform;
  top: 105px;
  left: -8px;
  transform: translate3d(61px, -366px, 0px); }

.left-dropdown {
  left: -10.2rem !important;
  right: 4rem !important; }

.background-light-green {
  background-color: #20ff0d; }

.background-dark-green {
  background-color: #005700; }

.background-orange {
  background-color: #efa03e; }

.background-lime-green {
  background-color: #BEFF64; }

.support-icon {
  position: fixed;
  right: 1rem;
  bottom: 0.2rem;
  z-index: 99999; }
  .support-icon .pop-up-align {
    width: 320px !important;
    bottom: 22px; }
  .support-icon .la-info-circle {
    font-size: 2rem !important; }
  .support-icon i {
    font-size: 1.3rem !important; }

.store-logo-text {
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 3px;
  word-spacing: 5px;
  color: black !important;
  font-weight: 800 !important;
  text-shadow: 0px 1px 1px #000; }

.daily-report-detail {
  display: flex;
  justify-content: space-between;
  padding-right: 7rem; }

.appointment-form {
  right: 0; }
  .appointment-form .close {
    font-size: 3.5rem;
    font-weight: normal; }

.appointment-listing .btn {
  padding: .375rem 1.125rem !important; }

.fc-time-grid-event .fc-time {
  font-size: 1.25em; }

.fc-time-grid-event.fc-short .fc-title {
  font-size: 1.25em; }

.appointment-time-slot-style {
  border-left-width: 5px !important;
  border-right-width: 5px !important;
  border-top-width: 1px !important;
  border-bottom-width: 1px !important; }

.appointment-slot-field input {
  width: 0; }

.appointment-slot-field .time {
  top: 2.2rem;
  left: 2rem;
  width: -webkit-fill-available;
  overflow: auto; }

.appointment-slot-field .time::-webkit-scrollbar {
  display: none; }

.appointment-slot-field .rw-select {
  background-color: white !important;
  z-index: 9; }

.full-mode-appointment-modal {
  height: 90vh; }

.anonymous-wrapper .anonymous-calendar-container {
  min-height: 33rem; }

.anonymous-wrapper .anonymous-calendar .rw-widget-picker {
  display: none; }

.anonymous-wrapper .anonymous-calendar .rw-calendar-popup {
  max-width: 32rem;
  width: auto;
  margin-top: 1rem; }

.anonymous-wrapper .anonymous-calendar .rw-calendar.rw-popup {
  border-color: #DEE2E6; }

.anonymous-wrapper .anonymous-calendar .rw-popup {
  box-shadow: 0 0; }

.anonymous-wrapper .anonymous-calendar .rw-calendar-header {
  padding: 0.5rem 0; }

.anonymous-wrapper .anonymous-calendar .rw-head-cell {
  border-bottom: 1px solid #DEE2E6; }

.anonymous-wrapper .anonymous-calendar .rw-btn-primary:hover {
  background-color: #fff; }

.anonymous-wrapper .anonymous-calendar .rw-cell.rw-state-selected, .anonymous-wrapper .anonymous-calendar .rw-cell.rw-state-selected:hover {
  background-color: #297ebb;
  border-color: #297ebb;
  color: white; }

.anonymous-wrapper .anonymous-calendar .rw-calendar-footer {
  display: none; }

.anonymous-wrapper .anonymous-calendar .rw-cell {
  padding: 1.5rem;
  border-radius: 50%;
  background-color: rgba(41, 126, 187, 0.1);
  border-color: rgba(41, 126, 187, 0.1); }
  .anonymous-wrapper .anonymous-calendar .rw-cell.rw-state-focus {
    border-color: #297ebb; }
  .anonymous-wrapper .anonymous-calendar .rw-cell:hover {
    background-color: rgba(41, 126, 187, 0.1);
    border-color: rgba(41, 126, 187, 0.1); }
  .anonymous-wrapper .anonymous-calendar .rw-cell.rw-state-disabled {
    background-color: #F8F9FD;
    border-color: #F8F9FD; }

.anonymous-wrapper .anonymous-calendar .rw-cell-off-range {
  color: #343A40; }

@media (max-width: 991.98px) {
  .anonymous-wrapper .anonymous-calendar-container .rw-cell {
    padding: 1rem;
    border-radius: 50%;
    background-color: rgba(41, 126, 187, 0.1);
    border-color: rgba(41, 126, 187, 0.1); }
    .anonymous-wrapper .anonymous-calendar-container .rw-cell.rw-state-focus {
      border-color: #297ebb; }
    .anonymous-wrapper .anonymous-calendar-container .rw-cell:hover {
      background-color: rgba(41, 126, 187, 0.1);
      border-color: rgba(41, 126, 187, 0.1); }
    .anonymous-wrapper .anonymous-calendar-container .rw-cell.rw-state-disabled {
      background-color: #F8F9FD;
      border-color: #F8F9FD; } }

@media (min-width: 768px) {
  .reason-visit-width {
    width: 240px; } }

@media (max-width: 991.98px) {
  .reason-visit-width {
    width: 100%; } }

.policy .org-logo {
  margin-top: 5rem;
  width: 15rem;
  height: 7rem;
  object-fit: contain;
  border-radius: 0 !important; }

.policy .form-container {
  position: relative;
  width: 700px;
  height: 576px; }
  .policy .form-container .content {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 670px;
    height: 550px;
    overflow: scroll; }
  .policy .form-container .accept-container {
    position: absolute;
    bottom: 0px;
    width: 552px;
    height: 60px; }

.org-show {
  width: 100%; }

.profile-left-box {
  width: 20.5rem; }

.org-logo {
  width: 9rem;
  height: 9rem;
  border: solid 0.5px #6C757D;
  border-radius: 50%; }
  .org-logo .edit {
    top: 0;
    right: -4rem; }
  .org-logo .la {
    color: #6C757D; }

.logo {
  background-color: rgba(41, 126, 187, 0.1); }
  .logo .logo-rectangular {
    width: 16rem;
    height: 9rem;
    border: solid 0.5px #DEE2E6;
    object-fit: contain; }
  .logo .logo-circular {
    width: 9rem;
    height: 9rem;
    border: solid 0.5px #DEE2E6;
    border-radius: 50%;
    object-fit: contain; }
  .logo .edit {
    top: 1.25rem;
    right: 1.5rem; }
  .logo .edit-dropdown {
    top: -4rem;
    right: -3.75rem;
    background-color: rgba(41, 126, 187, 0.3);
    color: #297ebb; }
  .logo .edit-dropdown-short-name {
    top: -10rem;
    right: -7.5rem;
    background-color: rgba(41, 126, 187, 0.3);
    color: #297ebb; }
  .logo .patient-tos-badge {
    top: 0.75rem;
    left: 0; }

.icons {
  padding-right: 2rem; }
  .icons .la {
    font-size: 1.5rem;
    color: #6C757D; }

.icons:last-child {
  padding-right: 0px; }

.profile-title {
  color: #6C757D; }

.tab-section-container {
  padding-left: 22.5rem;
  width: 100%; }

.add-org-content .btn .la {
  font-size: 16px; }

.wrapper {
  position: relative; }
  .wrapper .icon {
    position: absolute;
    padding-top: 10px;
    color: #6C757D; }
  .wrapper input {
    padding-left: 35px; }

.patient-form-sections-profile {
  right: 14rem; }

.patient-form-sections-appointment {
  right: 44rem; }

#patient-personal-tab {
  scroll-margin-top: 31.25rem; }

#patient-address-tab, #patient-primary-insurance-tab {
  scroll-margin-top: 12.5rem; }

#patient-primary-physician-tab, #patient-term-of-service-tab {
  scroll-margin-top: 10rem; }

.patient-from-steps .nav-tabs {
  border: 0; }

.patient-from-steps .nav-tabs .tab-link.active {
  color: #343A40; }
  .patient-from-steps .nav-tabs .tab-link.active:before {
    content: none; }

.patient-from-steps .nav-tabs .nav-item {
  width: 27rem;
  padding-left: 7rem; }

.tags-listing:hover .dropdown-menu {
  display: block; }

.message-date-line-through {
  position: relative;
  z-index: 1; }
  .message-date-line-through:before {
    border-top: 2px solid #F8F9FD;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }

.patient-exam-form-fixed {
  z-index: 20; }

.patient-document {
  height: calc(100vh - 20rem);
  overflow-y: auto; }

@media (min-width: 992px) and (max-width: 1199px) {
  .patient-form-sections {
    right: 1rem; }
  .patient-form-sections-profile {
    right: 2rem; } }

@media (min-width: 992px) {
  .patient-tab-section-container {
    padding-left: 22.5rem !important;
    width: 100%; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .patient-form-sections-profile {
    right: 6rem; } }

@media (min-width: 576px) and (max-width: 767.98px) {
  .patient-form-sections-profile {
    right: 4rem; } }

@media (max-width: 575.98px) {
  .patient-form-sections-profile {
    right: 4rem; } }

@media (max-width: 1199.98px) {
  .tab-section-container {
    padding-left: 0rem;
    width: 100%; } }

.edit-dropdown {
  right: -2.3rem !important; }

.crown-align {
  top: -5px;
  right: -3px; }

.clam-form {
  color: #ff0000; }
  .clam-form .clam-form-actions-wrap {
    z-index: 2; }
  .clam-form .clam-form-actions {
    max-width: 1568px;
    padding-top: 3rem;
    padding-bottom: 2rem; }
  .clam-form .border-dashed-top {
    border-top: 1px dashed #ff0000; }
  .clam-form .border-dashed-right {
    border-right: 1px dashed #ff0000; }

.insurance-balance-due-status {
  width: 9rem;
  height: calc(0.875em + 1rem + 2px);
  padding: .25rem 1.75rem .25rem .75rem; }

.addon-col-width {
  max-width: 9.25rem; }

@media (min-width: 1600px) {
  .clam-form .container {
    max-width: 1568px; } }

.clam-form .container .is-invalid {
  -webkit-filter: grayscale(1) !important;
  filter: grayscale(1) !important; }

.clam-form .container .invalid-feedback {
  color: #000000 !important; }

@media (min-width: 1200px) and (max-width: 1600px) {
  .clam-form .clam-form-actions, .clam-form .container {
    max-width: 1280px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .patient-form-sections {
    right: 1rem; }
  .clam-form-actions {
    max-width: 960px !important; }
  .clam-form {
    font-size: 0.675rem; }
  .patient-form-sections-profile {
    right: 2rem; } }

.tooltip-inner {
  max-width: 650px; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  top: -1rem !important; }

.overflow-x-hidden {
  overflow-x: hidden !important; }

.height-700 {
  height: 700px; }

.payment-inprogress {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .payment-inprogress .payment-wrap {
    width: 35rem !important;
    position: relative; }
    .payment-inprogress .payment-wrap .spinner-border {
      width: 5rem;
      height: 5rem; }
    .payment-inprogress .payment-wrap .close-icon {
      position: absolute;
      right: -22px;
      top: -35%; }

.payment-main-content {
  width: 100%;
  top: 7rem; }

.payment-nav .nav-item .active {
  color: #297ebb; }

.payment-tab-content {
  padding-left: 18rem; }

.payment-tab .active li {
  color: #297ebb; }

.payment-footer {
  width: 100%;
  bottom: 0; }

.plan-price-card:hover {
  box-shadow: 0 1rem 3rem rgba(62, 89, 255, 0.1) !important; }

.plan-pricing {
  padding-bottom: 10rem; }

@media (min-width: 1441px) {
  .refund-modal .modal-dialog {
    max-width: 700px !important; } }

.billing-cards {
  margin-bottom: 2rem; }
  .billing-cards:last-child {
    margin-bottom: 10rem; }

.insurance-due-group-focus .input-group > .form-control:focus {
  z-index: auto !important; }

.all-payment-swatch {
  width: 13px;
  height: 13px;
  background-color: #297ebb; }

.all-insurance-swatch {
  width: 13px;
  height: 13px;
  background-color: #FF7F50; }

.last-year-swatch {
  width: 13px;
  height: 13px;
  background-color: #808080; }

.last-year-insurance-swatch {
  width: 13px;
  height: 13px;
  background-color: #FFFF00; }

.selling-report-table {
  max-height: 22.5rem;
  overflow: auto; }
  .selling-report-table .table-head {
    background: white;
    position: sticky;
    top: 0; }

.pay-via-link-form {
  border-radius: 32px 32px 0 0;
  box-shadow: 0px 13px 27px -5px #32325D40;
  box-shadow: 0px 8px 16px -8px #0000004D; }

.payment-method-btn .btn-group {
  flex-wrap: wrap !important; }
  .payment-method-btn .btn-group label {
    max-width: 7.5rem; }

.dropdown-list-sm .rw-widget-input {
  max-height: 2rem !important; }

.primary-hover:hover {
  background-color: rgba(41, 126, 187, 0.1) !important; }

.payment-blur {
  filter: blur(3px); }

.referral-modal .modal-dialog, .medicalRx-modal .modal-dialog {
  min-width: auto; }

.referral-modal .modal-content, .medicalRx-modal .modal-content {
  min-height: auto; }

.referral-modal .modal-body, .medicalRx-modal .modal-body {
  max-width: initial; }

.referral-modal .referral-preview-modal-dialog, .medicalRx-modal .referral-preview-modal-dialog {
  min-width: 98% !important; }

.referral-previewmodal-dialog {
  min-width: 98%; }

.rating-star {
  font-size: 1.25rem; }

.body-content p {
  padding-right: 0.25rem; }

.body-content:hover::after {
  content: "Read more";
  color: #297ebb;
  padding-left: 0.25rem; }

.bg-enqueued {
  background-color: rgba(255, 206, 56, 0.3); }

.bg-processed {
  background-color: #ffce38; }

.bg-failed {
  background-color: rgba(242, 97, 117, 0.5); }

.bg-sent {
  background-color: rgba(62, 230, 179, 0.3); }

.bg-delivered {
  background-color: #3ee6b3; }

.bg-cancelled {
  background-color: rgba(222, 226, 230, 0.5); }

/* Ratings widget */
.rating {
  /* Hide radio */
  /* Order correctly by floating highest to the right */
  /* The star of the show */
  /* Zero stars rating */
  /* Half star trick */
  /* Click + hover color */
  /* color previous stars on hover */
  /* Hover highlights */ }
  .rating .rate {
    display: inline-block;
    border: 0; }
  .rating .rate > input {
    display: none; }
  .rating .rate > label {
    float: right; }
  .rating .rate > label:before {
    display: inline-block;
    font-size: 1.5rem;
    padding: .3rem .2rem;
    margin: 0;
    cursor: pointer;
    font-family: 'Line Awesome Free';
    font-size: 700;
    content: "\f005 ";
    /* full star */ }
  .rating .rate .half:before {
    content: "\f089 ";
    /* half star no outline */
    position: absolute;
    padding-right: 0; }
  .rating input:checked ~ label,
  .rating label:hover, .rating label:hover ~ label {
    color: #ffce38; }
  .rating input:checked + label:hover, .rating input:checked ~ label:hover,
  .rating input:checked ~ label:hover ~ label,
  .rating label:hover ~ input:checked ~ label {
    color: #ffce38; }

.pervious-billing {
  height: 14rem; }

.remove-coupon-icon,
.remove-coupon-icon:hover,
.remove-coupon-icon:focus {
  font-size: 1.25rem;
  color: red;
  box-shadow: none; }

.assign-store-modal .modal-content {
  border: none !important; }

.assign-store-modal .modal-header i {
  font-size: 4rem; }

.assign-store-modal button {
  font-size: 1.2rem;
  font-weight: 600; }
  .assign-store-modal button i {
    font-weight: 600;
    font-size: 1.3rem; }

.main-content-banner {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9; }

.banner-align :where(header.app-header) {
  top: 1.7rem !important; }

.banner-align :where(div.menubar) {
  top: 6.7rem !important; }

.active-record,
.hover-effect:hover {
  background-color: rgba(41, 126, 187, 0.1); }

.medicalRx-scrollIntoView {
  scroll-margin-top: 10rem; }

.user-cam {
  bottom: 10px;
  left: 10px;
  width: 200px;
  height: 200px;
  border-radius: 100px;
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); }

.video-cam {
  width: 400px;
  height: 400px;
  position: absolute;
  top: -125px;
  left: -125px; }

.exam-header-open .tab-pane {
  scroll-margin-top: 13rem; }

.exam-header-collapse .tab-pane {
  scroll-margin-top: 10rem; }

.exam-overview-modal {
  min-width: 80% !important;
  min-height: 80% !important;
  margin: auto; }
  .exam-overview-modal .modal-header {
    top: 0; }
  .exam-overview-modal .modal-body {
    max-width: 100%;
    height: 90vh;
    overflow: auto; }

.StripeElement {
  padding: 0.5rem 0.75rem;
  margin: 10px 0;
  width: 100%;
  font-size: 1rem;
  color: #343A40;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem; }

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #fff;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease; }

.StripeElement--invalid {
  border-color: #f26175; }

.StripeElement--webkit-autofill {
  background-color: #fff !important; }

.zip-code-field {
  height: 2.2rem !important;
  font-size: 15px !important; }

.online-cards-align {
  position: absolute;
  right: 25px;
  top: 21px;
  width: 8rem; }

.black-check-circle {
  filter: saturate(0%) grayscale(100%) brightness(69%) contrast(1000%);
  -webkit-filter: saturate(0%) grayscale(100%) brightness(69%) contrast(1000%);
  width: 1rem; }

.text-green {
  color: #228403; }

.bg-green {
  background-color: #228403; }

.text-blue {
  color: #0a71be; }

.bg-light-gray {
  background: #f1f1fb !important; }

.checkbox-circle {
  width: 1.2rem;
  height: 1.2rem;
  background-color: white;
  border-radius: 50%;
  border: 1px solid #ddd;
  -webkit-appearance: none;
  outline: none; }

.selected-type {
  position: relative;
  border-radius: 5px;
  border: 2px solid #297ebb; }
  .selected-type .blue-check-img {
    position: absolute;
    display: block !important;
    top: 13px;
    right: 16px;
    width: 1.5rem;
    height: 1.5rem; }

.selected-type .radio-btn {
  visibility: hidden !important; }

.checkbox-z-index-auto .custom-checkbox {
  z-index: auto !important; }

@media (max-width: 1199.98px) {
  .itrust-pay-cards {
    width: 35% !important;
    margin-left: 12px !important; } }

.disabled-loader .spinner-border {
  border: none !important;
  animation: none !important;
  position: absolute;
  z-index: 9999; }

.disabled-loader span {
  font-size: 4rem !important; }

.disabled-loader img {
  width: 5rem; }

.current-plan-loader .loader-display {
  top: 50% !important;
  left: 50% !important; }

.current-plan-loader .modal-loader {
  margin-left: 18rem !important;
  margin-top: 6.7rem !important;
  height: 85% !important; }

.common-loader .loader-display {
  top: 18rem;
  left: 40%; }

.common-loader .modal-loader {
  margin-left: 6rem !important; }

.full-screen-loader .loader-display {
  top: 28rem;
  left: 40%; }

.patient-wizard .form-container {
  height: 75vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 7px; }

.patient-wizard .connecting-line {
  height: 2px;
  background: #e0e0e0;
  position: absolute;
  width: 91%; }

.patient-wizard .patient-wizard-modal {
  max-width: 97%; }

.patient-wizard .patient-profile-nav {
  right: 25rem; }

.xsm-zoom .insurance-balance-th {
  padding-top: 0rem !important; }

.xsm-zoom .fc-bootstrap {
  zoom: 1.25; }

.xsm-zoom .fc-day-header {
  font-size: 7px !important; }

.xsm-zoom .fc-axis span {
  font-size: 7px !important; }

.xsm-zoom .app-header .dropdown-menu {
  top: 2rem !important;
  min-width: 17rem;
  margin-right: -11.5rem !important; }
  .xsm-zoom .app-header .dropdown-menu .la {
    font-size: 1rem; }
  .xsm-zoom .app-header .dropdown-menu .dropdown-item:hover {
    color: #000;
    background-color: rgba(41, 126, 187, 0.1);
    border-right: 2px solid #297ebb;
    display: block; }

.xsm-zoom .canvas-drawing .img-fluid {
  max-width: 100%;
  height: auto;
  zoom: 1.245; }

.xsm-zoom .calling-pop-up {
  width: 26rem; }

.xsm-zoom .dialer-width {
  width: 25rem; }

.sm-zoom .insurance-balance-th {
  padding-top: 0rem !important; }

.sm-zoom .fc-bootstrap {
  zoom: 1.11; }

.sm-zoom .fc-day-header {
  font-size: 9px !important; }

.sm-zoom .fc-axis span {
  font-size: 9px !important; }

.sm-zoom .app-header .dropdown-menu {
  top: 2rem !important;
  min-width: 17rem;
  margin-right: -11.5rem !important; }
  .sm-zoom .app-header .dropdown-menu .la {
    font-size: 1rem; }
  .sm-zoom .app-header .dropdown-menu .dropdown-item:hover {
    color: #000;
    background-color: rgba(41, 126, 187, 0.1);
    border-right: 2px solid #297ebb;
    display: block; }

.sm-zoom .canvas-drawing .img-fluid {
  max-width: 100%;
  height: auto;
  zoom: 1.11; }

.default-zoom .insurance-balance-th {
  padding-top: 0rem !important; }

.lg-zoom .appointment-form-height {
  height: 60rem;
  overflow-y: auto;
  overflow-x: hidden; }

.lg-zoom .patient-form-sections-profile {
  right: 9rem; }

.lg-zoom .patient-form-sections-appointment {
  right: 33rem; }

.lg-zoom .insurance-balance-th {
  padding-top: 0rem !important; }

.lg-zoom .report-format-sidebar {
  position: fixed;
  width: 25%;
  height: 65%;
  right: 2rem;
  top: 11rem;
  overflow: auto; }

.lg-zoom .reports-payment-details {
  position: absolute;
  right: 3rem; }

.lg-zoom .fc-bootstrap {
  zoom: 0.95; }

.lg-zoom .fc-day-header {
  font-size: 11px !important; }

.lg-zoom .fc-axis span {
  font-size: 11px !important; }

.lg-zoom .app-header .dropdown-menu {
  top: 2rem !important;
  min-width: 17rem;
  margin-right: 6.5rem !important; }
  .lg-zoom .app-header .dropdown-menu .la {
    font-size: 1rem; }
  .lg-zoom .app-header .dropdown-menu .dropdown-item:hover {
    color: #000;
    background-color: rgba(41, 126, 187, 0.1);
    border-right: 2px solid #297ebb;
    display: block; }

.lg-zoom .card-width {
  width: 18rem; }

.lg-zoom .canvas-width {
  width: 35rem; }

.lg-zoom .canvas-drawing .img-fluid {
  max-width: 100%;
  height: auto;
  zoom: 0.95; }

.lg-zoom .order-form-header {
  padding-top: 1.5rem; }

.lg-zoom .selling-table-report {
  padding-top: 4rem !important; }

.xl-zoom .fc-bootstrap {
  zoom: 0.91; }

.xl-zoom .fc-day-header {
  font-size: 12px; }

.xl-zoom .fc-axis span {
  font-size: 12px !important; }

.xl-zoom .app-header .dropdown-menu {
  top: 2rem !important;
  min-width: 17rem;
  margin-right: 11.5rem !important; }
  .xl-zoom .app-header .dropdown-menu .la {
    font-size: 1rem; }
  .xl-zoom .app-header .dropdown-menu .dropdown-item:hover {
    color: #000;
    background-color: rgba(41, 126, 187, 0.1);
    border-right: 2px solid #297ebb;
    display: block; }

.xl-zoom .insurance-balance-th {
  padding-top: 1rem !important; }

.xl-zoom .canvas-drawing .img-fluid {
  max-width: 100%;
  height: auto;
  zoom: 0.905; }

.xl-zoom .selling-table-report {
  padding-top: 4rem !important; }

.xl-zoom .two-way-billing-image-text {
  top: 14.3rem;
  left: 6.2rem; }

.xl-xl-zoom .fc-bootstrap {
  zoom: 0.866; }

.xl-xl-zoom .fc-day-header {
  font-size: 14px; }

.xl-xl-zoom .fc-axis span {
  font-size: 14px !important; }

.xl-xl-zoom .app-header .dropdown-menu {
  top: 2rem !important;
  min-width: 17rem;
  margin-right: 16rem !important; }
  .xl-xl-zoom .app-header .dropdown-menu .la {
    font-size: 1rem; }
  .xl-xl-zoom .app-header .dropdown-menu .dropdown-item:hover {
    color: #000;
    background-color: rgba(41, 126, 187, 0.1);
    border-right: 2px solid #297ebb;
    display: block; }

.xl-xl-zoom .insurance-balance-th {
  padding-top: 3.5rem !important; }

.xl-xl-zoom .canvas-drawing .img-fluid {
  max-width: 100%;
  height: auto;
  zoom: 0.867; }

.xl-xl-zoom .selling-table-report {
  padding-top: 7rem !important; }

.xl-xl-zoom .two-way-billing-image-text {
  top: 13.8rem;
  left: 5.8rem;
  font-size: 0.8rem; }

.xl-zoom .profile-details-section,
.xl-xl-zoom .profile-details-section {
  height: 25rem !important;
  overflow: auto !important; }

.xl-zoom .patient-form-sections-profile,
.xl-xl-zoom .patient-form-sections-profile {
  right: 9rem; }

.xl-zoom .patient-form-sections-appointment,
.xl-xl-zoom .patient-form-sections-appointment {
  right: 33rem; }

.xl-zoom .appointment-form-height,
.xl-xl-zoom .appointment-form-height {
  height: 52rem;
  overflow-y: auto;
  overflow-x: hidden; }

.xl-zoom .filters-width,
.xl-xl-zoom .filters-width {
  max-width: 90%; }

.xl-zoom .patient-tab-nav,
.xl-xl-zoom .patient-tab-nav {
  padding-right: 1rem; }

.xl-zoom .report-format-sidebar,
.xl-xl-zoom .report-format-sidebar {
  position: fixed;
  width: 25%;
  height: 65%;
  right: 2rem;
  top: 11rem;
  overflow: auto; }

.xl-zoom .reports-payment-details,
.xl-xl-zoom .reports-payment-details {
  position: absolute;
  right: 4.2rem; }

.xl-zoom .sidebar-height,
.xl-xl-zoom .sidebar-height {
  height: 92% !important; }

.xl-zoom .card-width,
.xl-xl-zoom .card-width {
  width: 16rem; }

.xl-zoom .phone-reports-table,
.xl-xl-zoom .phone-reports-table {
  overflow: auto; }

.xl-zoom .dialer-width,
.xl-xl-zoom .dialer-width {
  width: 20.8rem; }
  .xl-zoom .dialer-width .dialer-btn,
  .xl-xl-zoom .dialer-width .dialer-btn {
    width: 47px;
    height: 47px; }

.xl-zoom .position-date-range-picker,
.xl-xl-zoom .position-date-range-picker {
  left: -9rem;
  right: 1rem;
  width: 35rem;
  height: 15rem;
  overflow-y: auto; }
  .xl-zoom .position-date-range-picker .rdrDefinedRangesWrapper,
  .xl-xl-zoom .position-date-range-picker .rdrDefinedRangesWrapper {
    width: 12rem !important; }

.xl-zoom .payments-tab .filters-width,
.xl-xl-zoom .payments-tab .filters-width {
  max-width: 90%;
  margin-top: 1.4rem; }

.xl-zoom .payments-tab .thead-11 th,
.xl-xl-zoom .payments-tab .thead-11 th {
  top: 29.2rem;
  padding-top: 2.3rem; }

.xl-zoom .order-form-header,
.xl-xl-zoom .order-form-header {
  padding-top: 3rem; }

.xl-zoom .contact-wrap .contact-form,
.xl-xl-zoom .contact-wrap .contact-form {
  margin-top: 6rem;
  width: 41rem !important; }

.xl-zoom .store-contact-table,
.xl-xl-zoom .store-contact-table {
  max-width: 5rem !important; }

.xl-zoom .payment-log-filter .filters-width,
.xl-xl-zoom .payment-log-filter .filters-width {
  max-width: 100%; }

.xl-zoom .two-way-popup-image-text,
.xl-xl-zoom .two-way-popup-image-text {
  top: 3.9rem;
  left: 3.8rem; }

.lg-zoom .recent-orders-table .overview-table,
.lg-zoom .table-scroll .overview-table,
.xl-zoom .recent-orders-table .overview-table,
.xl-zoom .table-scroll .overview-table,
.xl-xl-zoom .recent-orders-table .overview-table,
.xl-xl-zoom .table-scroll .overview-table {
  overflow: auto; }
  .lg-zoom .recent-orders-table .overview-table thead th,
  .lg-zoom .table-scroll .overview-table thead th,
  .xl-zoom .recent-orders-table .overview-table thead th,
  .xl-zoom .table-scroll .overview-table thead th,
  .xl-xl-zoom .recent-orders-table .overview-table thead th,
  .xl-xl-zoom .table-scroll .overview-table thead th {
    padding-top: 1.5rem;
    position: static !important; }

.lg-zoom .table-scroll .overview-table,
.xl-zoom .table-scroll .overview-table,
.xl-xl-zoom .table-scroll .overview-table {
  overflow: auto; }
  .lg-zoom .table-scroll .overview-table thead th,
  .xl-zoom .table-scroll .overview-table thead th,
  .xl-xl-zoom .table-scroll .overview-table thead th {
    position: static !important; }

.lg-zoom .insurance-plans-width,
.xl-zoom .insurance-plans-width,
.xl-xl-zoom .insurance-plans-width {
  padding-right: 1rem !important; }

.lg-zoom .store-select,
.xl-zoom .store-select,
.xl-xl-zoom .store-select {
  width: 7rem !important; }

.preferences-upload-btn {
  padding-top: 6px !important;
  padding-bottom: 6px !important; }
  .preferences-upload-btn i {
    margin-right: 4px !important; }
  .preferences-upload-btn p {
    margin-bottom: 0 !important; }

.preferences-uploaded-img {
  max-height: 4rem; }

.align-tour-tooltip {
  position: absolute;
  width: 28rem;
  left: -85%;
  top: 31%; }

.exam-tour-tooltip {
  left: -56% !important; }

.onboarding-process-popup {
  position: fixed;
  z-index: 99;
  bottom: -2%;
  right: 15%; }

.progress-bar-wrap {
  width: 25rem;
  height: 21rem; }
  .progress-bar-wrap .progress {
    border-radius: 15px;
    height: 1.8rem; }

.progress-bar-wrap-collapse {
  width: 19rem;
  height: 6.4rem; }
  .progress-bar-wrap-collapse .progress {
    height: 1.3rem; }

.onboarding-tooltip {
  min-width: 26rem !important; }

.onboarding-active-space {
  padding-bottom: 10rem !important; }

.calling-pop-up {
  width: 22%;
  position: fixed;
  z-index: 9999;
  bottom: 2rem;
  right: 4rem;
  box-shadow: 0px 5px 15px 0px #04010159;
  background-color: #F6F6F6 !important;
  border-radius: 12px; }

.dialer-btn {
  width: 60px;
  height: 60px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25); }

.left-arrow {
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 10px solid #e5e5e5; }

.bg-light-1 {
  background-color: #e5e5e5; }

.calling-inner-height {
  height: 29rem; }

.calling-inner-height-2 {
  height: 19rem; }

.incoming-messages {
  border-radius: 24px 24px 24px 0; }

.outgoing-messages {
  border-radius: 24px 24px 0px 24px; }

.scroll-bottom-btn {
  bottom: 1rem;
  left: 45%;
  right: 50%; }
  .scroll-bottom-btn button {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4); }

@media (max-width: 1199.98px) {
  .calling-pop-up {
    width: 22rem; } }

.voip-graphs canvas {
  height: 14rem !important; }

.voip-graphs .pie-chart canvas {
  height: 20.2rem !important; }

.voip-graphs .calling-time-graph canvas {
  height: 22rem !important; }

.pop-up-adv {
  height: 39rem !important;
  border-radius: 12px !important; }

.two-way-graphs canvas {
  height: 23rem !important; }

.two-way-graphs .hourly-graph canvas {
  height: 32rem !important; }

.two-way-graphs .pie-chart canvas {
  height: 21.2rem !important; }

.two-way-image-text {
  top: 9rem;
  left: 10rem; }

.two-way-billing-image-text {
  top: 14.9rem;
  left: 7.3rem; }

.two-way-popup-image-text {
  top: 4.5rem;
  left: 4.3rem;
  font-size: 0.7rem; }
  .two-way-popup-image-text .font-size-12 {
    font-size: 0.4rem; }

.whatsapp-popup {
  width: 22%;
  position: fixed;
  z-index: 9999;
  bottom: 2rem;
  right: 4rem; }

.whatsapp-icon-color {
  background-color: #25D366 !important;
  border-radius: 28%; }

.whatsapp-popup-wrap {
  box-shadow: 0px 5px 15px 0px #00000059;
  background-color: #F6F6F6 !important;
  border-radius: 12px; }
  .whatsapp-popup-wrap .whatsapp-popup-header img {
    width: 3rem; }
  .whatsapp-popup-wrap .whatsapp-chat-listing {
    height: 30rem; }
  .whatsapp-popup-wrap .whatsapp-chat-form {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px; }
  .whatsapp-popup-wrap .initiate-chat-btn {
    background-color: #25D366 !important; }
  .whatsapp-popup-wrap .whatsapp-msg {
    width: 92%;
    word-break: break-word; }
  .whatsapp-popup-wrap .whatsapp-incoming-msg {
    background-color: #FAFAFA !important; }
  .whatsapp-popup-wrap .whatsapp-outgoing-msg {
    background-color: #DCF7C5 !important;
    align-self: self-end; }
  .whatsapp-popup-wrap .automated-text-wrap {
    bottom: 0;
    background-color: #F6F6F6 !important; }
    .whatsapp-popup-wrap .automated-text-wrap .automated-text {
      height: 7rem; }
      .whatsapp-popup-wrap .automated-text-wrap .automated-text pre {
        text-wrap: wrap; }

.message-corner {
  width: 1rem;
  height: 1rem;
  top: 0; }

.incoming-message-corner {
  left: -7px;
  background-color: #FAFAFA !important;
  border-bottom-left-radius: 100%; }

.outgoing-message-corner {
  right: -7px;
  background-color: #DCF7C5 !important;
  border-bottom-right-radius: 100%; }

.whatsapp-error-msg .custom-tooltip[data-title]::after {
  right: 0 !important; }

.whatsapp-request-chat .custom-tooltip[data-title]::after {
  right: 0 !important;
  bottom: 2.5rem !important;
  width: 24rem; }

.whatsapp-account-name {
  bottom: 0rem;
  left: 0rem; }

.whatsapp-media-remove {
  top: -7px;
  right: -4px; }

.draggable-container {
  position: fixed;
  z-index: 999999;
  overflow: auto;
  resize: both;
  width: 50%;
  height: 40%;
  left: 15%;
  top: 1%; }
  .draggable-container .draggable-container-header {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: move;
    position: sticky;
    inset: 0 0 0 0;
    z-index: 9999; }

.verify-spinner {
  width: 1rem !important;
  height: 1rem !important; }

.vision-insurance-log .custom-tooltip[data-title]:hover::after {
  width: 15rem;
  right: -5px;
  text-wrap: wrap; }

.patient-profile-verify .section1 {
  width: 25%; }

.patient-profile-verify .section2 {
  width: 60%; }

.patient-profile-verify .section3 {
  width: 15%; }

.patient-verify-history thead {
  border-bottom: 1px solid #DEE2E6 !important; }

.exam-auto-select .dropdown-menu {
  margin-left: -0.7rem !important; }

.demo-loading-img {
  width: 5rem;
  height: 5rem;
  align-self: center; }

.demo-loading-wrap {
  position: relative;
  top: -4rem;
  width: 290px; }

.table-bg-white .overview-table .bg-light {
  background-color: #fff !important; }

.pdfView > :first-child {
  padding: 0.75rem !important; }

.pdfView > div {
  padding-bottom: 0 !important;
  padding-top: 0 !important; }
  .pdfView > div .py-4 {
    padding-bottom: 0.25rem !important;
    padding-top: 0 !important; }

.pdfView h6 {
  padding-top: 0.5rem !important;
  font-size: 0.875rem !important; }

.pdfView span {
  font-size: 0.75rem !important; }

.pdfView .table th {
  padding-top: 0.25rem !important;
  padding-bottom: 0.75rem !important;
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important; }

.pdfView .table td {
  padding: 0.25rem !important; }

.pdf-nobreak {
  page-break-inside: avoid; }

.referral-print-table .table th {
  padding-top: 0.25rem !important;
  padding-bottom: 0.75rem !important;
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important; }

.referral-print-table .table td {
  padding: 0.25rem !important; }

#loader {
  transition: all 0.3s ease-in-out;
  opacity: 1;
  display: default; }

#loader.fadeOut {
  opacity: 0;
  display: none; }

.spinner {
  width: 40px;
  height: 40px;
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out; }

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    opacity: 0; } }

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }
