<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: none !important;
}

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

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

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

body {
  text-align: start;
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

[dir='rtl'] body {
  text-align: start;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 500;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 500;
}

small {
  font-size: 75%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

.darkmode a {
    color: #fc0;
}

a {
    background-color: transparent;
    color: blue;
    text-decoration: none
}

a:hover {
  text-decoration: underline;
}

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

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

pre {
  display: block;
  margin: 0 0 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
  user-select: all;
}

figure {
  margin: 0 0 1rem;
}

img {
  border-style: none;
  vertical-align: middle;
  max-width:100%;
}

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

table {
  border-collapse: collapse;
}

caption {
  text-align: start;
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.033333em;
  line-height: 1.25rem;
  caption-side: bottom;
  color: rgba(0, 0, 0, 0.38);
  padding: 1.09375rem 1.5rem;
}

[dir='rtl'] caption {
  text-align: start;
}

th {
  text-align: start;
}

[dir='rtl'] th {
  text-align: start;
}

label {
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.033333em;
  line-height: 1.25rem;
  color: rgba(0, 0, 0, 0.38);
  display: inline-block;
  user-select: none;
}

button {
  border-radius: 0; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

select {
  word-wrap: normal; }
  select[multiple], select[size] {
    overflow: auto; }

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

.btn:not(.disabled):not(:disabled), .card-link:not(.disabled):not(:disabled),
input:enabled + label:hover {
  cursor: pointer; }

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

legend {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.0125em;
  line-height: 2rem;
  color: inherit;
  display: block;
  margin-bottom: 0.5rem;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  width: 100%; }

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

mark {
  background-color: #ffeb3b;
  color: rgba(0, 0, 0, 0.87); }

@-ms-viewport {
  width: device-width; }

dfn {
  font-style: italic; }

.disabled:hover,
:disabled:hover {
  cursor: default; }

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

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

@media (min-width: 768px) {
    .gsc-imageResult.gsc-imageResult-popup.gsc-result {
    max-width: 20vw;
    max-height: 20vw;
    object-fit: scale-down;
}
  .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; } }
    
.section-title {
    font-family:Arial, arial, sans-serif;
    color:#202124;
    font-size:14px;
    padding-left:10px;
    margin-bottom:0;
    font-weight:700;
}
.darkmode .section-title {
    color:#888888;
}
.geo {
    display:none;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
#afscontainer1 {
    height:100vh;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters &gt; .col,
  .no-gutters &gt; [class*='col-'] {
    padding-right: 0;
    padding-left: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 &gt; * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 &gt; * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 &gt; * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .row-cols-sm-4 &gt; * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 &gt; * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 &gt; * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    max-width: 800px; }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .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.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 &gt; * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 &gt; * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 &gt; * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .row-cols-md-4 &gt; * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 &gt; * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 &gt; * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .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.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 &gt; * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 &gt; * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 &gt; * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .row-cols-lg-4 &gt; * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 &gt; * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 &gt; * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .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.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 &gt; * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 &gt; * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 &gt; * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .row-cols-xl-4 &gt; * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 &gt; * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 &gt; * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .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.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: inherit;
  font-family: inherit;
  margin-bottom: 0.5rem; }

h1,
.h1,
.display-1,
.typography-display-4,
.typography-headline-1 {
  font-size: 5.4rem;
  font-weight: 300;
  letter-spacing: -0.015625em;
  line-height: 6rem; }

h2,
.h2,
.display-2,
.typography-display-3,
.typography-headline-2 {
  font-size: 3.375rem;
  font-weight: 300;
  letter-spacing: -0.008333em;
  line-height: 3.75rem; }

h3,
.h3,
.display-3,
.typography-display-2,
.typography-headline-3 {
  font-size: 2.7rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 3.125rem; }

h4,
.h4,
.display-4,
.typography-display-1,
.typography-headline-4 {
  font-size: 1.9125rem;
  font-weight: 400;
  letter-spacing: 0.007353em;
  line-height: 2.5rem; }

h5,
.h5,
.typography-headline,
.typography-headline-5 {
  font-size: 1.35rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2rem; }

h6,
.h6,
.lead,
.typography-headline-6,
.typography-title {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.0125em;
  line-height: 2rem; }

.typography-subheading,
.typography-subtitle-1 {
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.009375em;
  line-height: 1.75rem; }

.typography-subtitle-2 {
  font-size: 0.7875rem;
  font-weight: 500;
  letter-spacing: 0.007143em;
  line-height: 1.375rem; }

.typography-body-1 {
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.03125em;
  line-height: 1.5rem; }

.typography-body-2 {
  font-size: 0.7875rem;
  font-weight: 400;
  letter-spacing: 0.017857em;
  line-height: 1.25rem; }

.typography-caption {
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.033333em;
  line-height: 1.25rem; }

.typography-overline {
  font-size: 0.675rem;
  font-weight: 500;
  letter-spacing: 0.166667em;
  line-height: 2rem;
  text-transform: uppercase; }

p {
  font-size: 1.25rem; }

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

small,
.small {
  font-size: 0.835rem;
  font-weight: 400; }

mark,
.mark {
  background-color: #ffeb3b;
  color: rgba(0, 0, 0, 0.87);
  padding: 0.2em; }

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

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

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

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

.blockquote {
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.03125em;
  line-height: 1.5rem;
  border-left: 0.3125rem solid #00796b;
  margin-bottom: 1rem;
  padding: 0 1rem; }

.blockquote-footer {
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.033333em;
  line-height: 1.25rem;
  color: rgba(0, 0, 0, 0.38);
  display: block;
  margin-top: 0.25rem; }
  .blockquote-footer::before {
    content: '\2014 \00A0'; }

.alert {
  border-radius: 4px;
  border: 0;
  color: rgba(0, 0, 0, 0.87);
  display: block;
  margin-bottom: 1rem;
  padding: 1rem 1rem;
  position: relative; }

.alert-link {
  color: inherit;
  font-weight: 500; }
  .alert-link:hover, .alert-link:focus, .alert-link:active {
    color: inherit; }

.alert-dismissible {
  padding-right: 3.5rem; }
  .alert-dismissible .close {
    color: rgba(0, 0, 0, 0.38);
    padding: 0.925rem 1rem;
    position: absolute;
    top: 0;
    right: 0; }

.alert-primary {
  background-color: #00796b;
  color: white; }

.alert-secondary {
  background-color: #263238;
  color: white; }

.alert-danger {
  background-color: #F34236;
  color: white; }

.alert-info {
  background-color: #714cfe;
  color: white; }

.alert-success {
  background-color: #4BAE4F;
  color: white; }

.alert-warning {
  background-color: #ff8d00;
  color: white; }

.alert-dark {
  background-color: #212121;
  color: white; }

.alert-light {
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.87); }

.alert-provider-facebook {
  background-color: #3b5998;
  color: white; }

.alert-provider-twitter {
  background-color: #1da1f2;
  color: white; }

.alert-provider-youtube {
  background-color: #FF0000;
  color: white; }

.breadcrumb {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding: 0; }

.breadcrumb-item {
  align-items: center;
  color: #000000;
  display: flex;
  font-size: 0.9rem; }
  .breadcrumb-item.active {
    cursor: default; }
  .breadcrumb-item:only-child {
    padding: 0.375rem 0.5rem; }
  .breadcrumb-item a {
    /* transition: $transition-duration-mobile;
  transition-property: $property;
  transition-timing-function: $transition-timing-function-standard; */
    transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 0.5rem;
    color: inherit;
    padding: 0.375rem 0.5rem;
    text-decoration: none; }
    @media (min-width: 576px) {
      .breadcrumb-item a {
        transition-duration: 390ms; } }
    @media (min-width: 992px) {
      .breadcrumb-item a {
        transition-duration: 280ms; } }
    @media screen and (prefers-reduced-motion: reduce) {
      .breadcrumb-item a {
        transition: none; } }
    .breadcrumb-item a:hover {
      background-color: rgba(0, 0, 0, 0.04); }
  .breadcrumb-item + .breadcrumb-item {
    margin-left: 0; }
    .breadcrumb-item + .breadcrumb-item::before {
      color: rgba(0, 0, 0, 0.54);
      content: "";
      vertical-align: middle;
      background-size: 100%;
      height: 24px;
      width: 24px;
      content: "";
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24' fill='rgba(0, 0, 0, 0.54)'%3e%3cpath d='M0 0h24v24H0z' fill='none'/%3e%3cpath d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'/%3e%3c/svg%3e");
      display: inline-block;
      margin-right: 0; }
  .breadcrumb-item.active::before {
    margin-right: 0.5rem; }

.rtl .breadcrumb-item::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24' fill='rgba(0, 0, 0, 0.54)'%3e%3cpath d='M0 0h24v24H0z' fill='none'/%3e%3cpath d='M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z'/%3e%3c/svg%3e"); }

.close {
  /* transition: $transition-duration-mobile;
  transition-property: $property;
  transition-timing-function: $transition-timing-function-standard; */
  transition: color 300ms cubic-bezier(0.4, 0, 0.2, 1);
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 0;
  color: rgba(0, 0, 0, 0.38);
  float: right;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
  padding: 0; }
  @media (min-width: 576px) {
    .close {
      transition-duration: 390ms; } }
  @media (min-width: 992px) {
    .close {
      transition-duration: 280ms; } }
  @media screen and (prefers-reduced-motion: reduce) {
    .close {
      transition: none; } }
  .close:hover, .close:focus, .close:active {
    color: rgba(0, 0, 0, 0.87);
    text-decoration: none; }
  .close:focus {
    outline: 0; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }

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

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

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

.form-check-input {
  margin-top: 0.3rem;
  margin-left: -1.25rem;
  position: absolute; }
  .form-check-input[disabled] ~ .form-check-label {
    color: rgba(0, 0, 0, 0.38); }

.form-check-label {
  color: inherit;
  font-size: inherit;
  line-height: inherit; }

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

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

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem; }
  .form-row &gt; .col,
  .form-row &gt; [class*='col-'] {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

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

.col-form-label {
  color: inherit;
  font-size: 0.9rem;
  line-height: 1.666667;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem; }

.col-form-label-lg {
  font-size: 1.9125rem;
  line-height: 1.30719;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }

.col-form-label-sm {
  font-size: 0.73125rem;
  line-height: 1.709402;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem; }

.form-text, [class*='valid-feedback'] {
  color: rgba(0, 0, 0, 0.6);
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.033333em;
  line-height: normal; }
  .form-text::before, [class*='valid-feedback']::before {
    content: '';
    display: inline-block;
    height: 1rem;
    vertical-align: 0;
    width: 0; }
  [class~='textfield-box'] .form-text, [class~='textfield-box'] [class*='valid-feedback'],
  [class~='textfield-box'] ~ .form-text,
  [class~='textfield-box'] ~ [class*='valid-feedback'] {
    padding-left: 1rem; }

.form-control-plaintext {
  background-color: transparent;
  border: solid transparent;
  border-radius: 0;
  border-width: 0 0 1px;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.375rem 0 calc(0.375rem - 1px);
  width: 100%; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.nav {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0; 
    font-family: sans-serif;
    font-weight: lighter;
}

.nav-link {
  color: rgba(0, 0, 0, 0.54);
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: rgba(0, 0, 0, 0.38);
    cursor: default;
    pointer-events: none; }
  .nav-link:hover, .nav-link.active {
    color: rgba(0, 0, 0, 0.54); }

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

.nav-justified .nav-item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  flex: 1; }

.nav-pills .nav-link {
  border-radius: 4px;
  /* transition: $transition-duration-mobile;
  transition-property: $property;
  transition-timing-function: $transition-timing-function-standard; */
  transition: background-color, color, opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.7; }
  @media (min-width: 576px) {
    .nav-pills .nav-link {
      transition-duration: 390ms; } }
  @media (min-width: 992px) {
    .nav-pills .nav-link {
      transition-duration: 280ms; } }
  @media screen and (prefers-reduced-motion: reduce) {
    .nav-pills .nav-link {
      transition: none; } }
  .nav-pills .nav-link:hover, .nav-pills .nav-link:focus, .nav-pills .nav-link:active {
    background-color: rgba(0, 0, 0, 0.12); }
  .nav-pills .nav-link.active {
    color: #00796b;
    opacity: 1; }
  .nav-pills .nav-link.disabled {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.38);
    opacity: 1; }
  .nav-pills .nav-link:active {
    opacity: 1; }

.nav-pills .show &gt; .nav-link {
  background-color: rgba(0, 0, 0, 0.12);
  opacity: 1; }

.tab-content &gt; .tab-pane {
  display: none; }

.tab-content &gt; .active {
  display: block; }

.pagination {
  background-color: transparent;
  display: flex;
  list-style: none;
  margin: 0.5rem; }

.page-link {
  border-radius: 1.125rem;
  /* transition: $transition-duration-mobile;
  transition-property: $property;
  transition-timing-function: $transition-timing-function-standard; */
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  align-items: center;
  color: rgba(0, 0, 0, 0.87);
  display: flex;
  font-size: 0.9rem;
  font-weight: 400;
  justify-content: center;
  line-height: 2.25;
  margin-left: 0.5em;
  min-width: 2.025rem;
  padding: 0 10px;
  position: relative;
  text-align: center;
  white-space: nowrap; }
  @media (min-width: 576px) {
    .page-link {
      transition-duration: 390ms; } }
  @media (min-width: 992px) {
    .page-link {
      transition-duration: 280ms; } }
  @media screen and (prefers-reduced-motion: reduce) {
    .page-link {
      transition: none; } }
  .page-link:hover, .page-link:focus, .page-link:active {
    background-color: rgba(0, 0, 0, 0.04);
    color: rgba(0, 0, 0, 0.87);
    text-decoration: none;
    z-index: 3; }
  .page-link:focus {
    background-color: rgba(0, 0, 0, 0.12);
    outline: none; }
  .page-link:active {
    background-color: rgba(0, 0, 0, 0.24); }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link {
  margin-left: 0; }

.page-item.active .page-link {
  background-color: #00796b;
  color: #ffffff;
  z-index: 3; }

.page-item.disabled .page-link {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.38);
  cursor: auto;
  pointer-events: none; }

.pagination-lg .page-link {
  border-radius: 1.40625rem;
  font-size: 1.25rem;
  width: 2.8125rem; }

.pagination-sm .page-link {
  font-size: 0.875rem;
  min-width: 0;
  width: 1.96875rem; }

.fade {
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1); }
  .fade:not(.show) {
    opacity: 0; }

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

.collapsing {
  /* transition: $transition-duration-mobile;
  transition-property: $property;
  transition-timing-function: $transition-timing-function-standard; */
  transition: height 300ms cubic-bezier(0.4, 0, 0.2, 1);
  height: 0;
  overflow: hidden;
  position: relative; }
  @media (min-width: 576px) {
    .collapsing {
      transition-duration: 390ms; } }
  @media (min-width: 992px) {
    .collapsing {
      transition-duration: 280ms; } }
  @media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

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

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

.btn, .card-link {
  border-radius: 4px;
  /* transition: $transition-duration-mobile;
  transition-property: $property;
  transition-timing-function: $transition-timing-function-standard; */
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  align-items: center;
  background-color: transparent;
  background-image: none;
  border: 0;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.075);
  color: rgba(0, 0, 0, 0.87);
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 500;
  height: 2.25rem;
  justify-content: center;
  line-height: inherit;
  margin: 0;
  max-width: 100%;
  min-width: 4rem;
  outline: none;
  padding: 0 1rem;
  position: relative;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  @media (min-width: 576px) {
    .btn, .card-link {
      transition-duration: 390ms; } }
  @media (min-width: 992px) {
    .btn, .card-link {
      transition-duration: 280ms; } }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn, .card-link {
      transition: none; } }
  .btn:hover, .card-link:hover, .btn:focus, .card-link:focus {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.15);
    outline: 0;
    text-decoration: none; }
  .btn:hover, .card-link:hover, .btn.hover, .hover.card-link {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.04));
    color: inherit; }
  .btn:focus, .card-link:focus, .btn.focus, .focus.card-link {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)); }
  .btn:active, .card-link:active, .btn.active, .active.card-link {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.075), 0 3px 14px 2px rgba(0, 0, 0, 0.15), 0 5px 5px -3px rgba(0, 0, 0, 0.175); }
  .btn.active, .active.card-link {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24));
    transition: background-image 0.2s; }
  .btn:disabled, .card-link:disabled, .btn.disabled, .disabled.card-link {
    background-color: rgba(0, 0, 0, 0.12);
    background-image: none;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.37);
    pointer-events: none; }
  .show &gt; .btn.dropdown-toggle, .show &gt; .dropdown-toggle.card-link {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.32)); }

a.btn:not([class*='btn-flat']):not([class*='btn-outline']):enabled:hover, a.card-link:not([class*='btn-flat']):not([class*='btn-outline']):enabled:hover {
  color: #ffffff; }

.btn-primary {
  background-color: #00796b;
  color: white; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: white; }
  .btn-primary:hover {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)); }
  .btn-primary:focus, .btn-primary.focus {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.24)); }
  .btn-primary.active {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.32));
    transition: background-image 15ms linear 0.2s; }

.btn-secondary {
  background-color: #263238;
  color: white; }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
    color: white; }
  .btn-secondary:hover {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)); }
  .btn-secondary:focus, .btn-secondary.focus {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.24)); }
  .btn-secondary.active {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.32));
    transition: background-image 15ms linear 0.2s; }

.btn-danger {
  background-color: #F34236;
  color: white; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
    color: white; }
  .btn-danger:hover {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)); }
  .btn-danger:focus, .btn-danger.focus {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.24)); }
  .btn-danger.active {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.32));
    transition: background-image 15ms linear 0.2s; }

.btn-info {
  background-color: #714cfe;
  color: white; }
  .btn-info:hover, .btn-info:focus, .btn-info:active {
    color: white; }
  .btn-info:hover {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)); }
  .btn-info:focus, .btn-info.focus {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.24)); }
  .btn-info.active {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.32));
    transition: background-image 15ms linear 0.2s; }

.btn-success {
  background-color: #4BAE4F;
  color: white; }
  .btn-success:hover, .btn-success:focus, .btn-success:active {
    color: white; }
  .btn-success:hover {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)); }
  .btn-success:focus, .btn-success.focus {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.24)); }
  .btn-success.active {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.32));
    transition: background-image 15ms linear 0.2s; }

.btn-warning {
  background-color: #ff8d00;
  color: white; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active {
    color: white; }
  .btn-warning:hover {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)); }
  .btn-warning:focus, .btn-warning.focus {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.24)); }
  .btn-warning.active {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.32));
    transition: background-image 15ms linear 0.2s; }

.btn-dark {
  background-color: #212121;
  color: white; }
  .btn-dark:hover, .btn-dark:focus, .btn-dark:active {
    color: white; }
  .btn-dark:hover {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)); }
  .btn-dark:focus, .btn-dark.focus {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.24)); }
  .btn-dark.active {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.32));
    transition: background-image 15ms linear 0.2s; }

.btn-light {
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.87); }

.btn-provider-facebook {
  background-color: #3b5998;
  color: white; }
  .btn-provider-facebook:hover, .btn-provider-facebook:focus, .btn-provider-facebook:active {
    color: white; }
  .btn-provider-facebook:hover {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)); }
  .btn-provider-facebook:focus, .btn-provider-facebook.focus {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.24)); }
  .btn-provider-facebook.active {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.32));
    transition: background-image 15ms linear 0.2s; }

.btn-provider-twitter {
  background-color: #1da1f2;
  color: white; }
  .btn-provider-twitter:hover, .btn-provider-twitter:focus, .btn-provider-twitter:active {
    color: white; }
  .btn-provider-twitter:hover {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)); }
  .btn-provider-twitter:focus, .btn-provider-twitter.focus {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.24)); }
  .btn-provider-twitter.active {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.32));
    transition: background-image 15ms linear 0.2s; }

.btn-provider-youtube {
  background-color: #FF0000;
  color: white; }
  .btn-provider-youtube:hover, .btn-provider-youtube:focus, .btn-provider-youtube:active {
    color: white; }
  .btn-provider-youtube:hover {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)); }
  .btn-provider-youtube:focus, .btn-provider-youtube.focus {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.24)); }
  .btn-provider-youtube.active {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.32));
    transition: background-image 15ms linear 0.2s; }

[class*='bg-dark'] .btn:disabled, [class*='bg-dark'] .card-link:disabled, [class*='bg-dark'] .btn.disabled, [class*='bg-dark'] .disabled.card-link {
  background-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.3); }

[class*='bg-outline']:hover,
[class*='bg-outline']:active {
  box-shadow: none;
  transition: background-color 100ms linear; }

.btn-lg,
.btn-group-lg &gt; .btn,
.btn-group-lg &gt; .card-link,
.input-group-lg &gt; .input-group-append &gt; .btn,
.input-group-lg &gt; .input-group-append &gt; .card-link,
.input-group-lg &gt; .input-group-prepend &gt; .btn,
.input-group-lg &gt; .input-group-prepend &gt; .card-link {
  font-size: 0.9375rem;
  height: 2.5rem; }

.btn-sm,
.btn-group-sm &gt; .btn,
.btn-group-sm &gt; .card-link,
.input-group-sm &gt; .input-group-append &gt; .btn,
.input-group-sm &gt; .input-group-append &gt; .card-link,
.input-group-sm &gt; .input-group-prepend &gt; .btn,
.input-group-sm &gt; .input-group-prepend &gt; .card-link {
  height: 1.75rem; }

.btn-xs {
  height: 1.5rem; }

.btn-block {
  margin: 0;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.25rem;
    margin-left: 0; }

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

.btn-fluid {
  min-width: 0; }

.btn-shaped {
  border-radius: 1.125rem; }
  .btn-shaped.btn-lg {
    border-radius: 1.25rem; }
  .btn-shaped.btn-sm {
    border-radius: 0.875rem; }
  .btn-shaped.btn-xs {
    border-radius: 0.75rem; }

.btn .btn-icon-prepend, .card-link .btn-icon-prepend {
  display: inline-block;
  fill: currentColor;
  font-size: 1.125rem;
  margin-right: 0.5rem;
  margin-left: -0.25rem;
  vertical-align: top;
  width: 1.125rem; }

.btn-icon-prepend [class*='btn-flat'],
.btn-link .btn-icon-prepend {
  margin-left: 0; }

[class*='btn-flat'],
.btn-link,
.card-link,
.modal .btn,
.modal .card-link {
  padding: 0 0.5rem; }

[class*='btn-outline'] {
  border: 1px solid currentColor;
  padding: 0 calc(1rem - 1px); }
  [class*='btn-outline']:disabled, [class*='btn-outline'].disabled {
    border-color: rgba(0, 0, 0, 0.37); }

[class*='btn-flat'],
[class*='btn-outline'],
.btn-link,
.card-link,
.modal .btn,
.modal .card-link {
  background: transparent;
  box-shadow: none; }
  [class*='btn-flat']:hover, [class*='btn-flat']:focus, [class*='btn-flat']:active,
  [class*='btn-outline']:hover,
  [class*='btn-outline']:focus,
  [class*='btn-outline']:active,
  .btn-link:hover,
  .btn-link:focus,
  .btn-link:active,
  .card-link:hover,
  .card-link:focus,
  .card-link:active,
  .modal .btn:hover,
  .modal .card-link:hover,
  .modal .btn:focus,
  .modal .card-link:focus,
  .modal .btn:active,
  .modal .card-link:active {
    box-shadow: inherit; }

.btn-flat-primary, .btn-link, .card-link, .btn-flat-primary:hover, .btn-link:hover, .card-link:hover, .btn-flat-primary:focus, .btn-link:focus, .card-link:focus,
.btn-outline-primary,
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.modal .btn-primary,
.modal .btn-primary:hover,
.modal .btn-primary:focus {
  color: #00796b; }

.btn-flat-primary:hover, .btn-link:hover, .card-link:hover,
.btn-outline-primary:hover,
.modal .btn-primary:hover {
  background-image: linear-gradient(to bottom, rgba(0, 121, 107, 0.04), rgba(0, 121, 107, 0.04)); }

.btn-flat-primary:focus, .btn-link:focus, .card-link:focus,
.btn-outline-primary:focus,
.modal .btn-primary:focus {
  background-image: linear-gradient(to bottom, rgba(0, 121, 107, 0.12), rgba(0, 121, 107, 0.12)); }

.btn-flat-primary:disabled, .btn-link:disabled, .card-link:disabled, .btn-flat-primary.disabled, .disabled.btn-link, .disabled.card-link,
.btn-outline-primary:disabled,
.btn-outline-primary.disabled,
.modal .btn-primary:disabled,
.modal .btn-primary.disabled {
  color: rgba(0, 0, 0, 0.37); }

.btn-outline-primary {
  border-color: #00796b; }

.btn-flat-secondary, .btn-flat-secondary:hover, .btn-flat-secondary:focus,
.btn-outline-secondary,
.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.modal .btn-secondary,
.modal .btn-secondary:hover,
.modal .btn-secondary:focus {
  color: #263238; }

.btn-flat-secondary:hover,
.btn-outline-secondary:hover,
.modal .btn-secondary:hover {
  background-image: linear-gradient(to bottom, rgba(38, 50, 56, 0.04), rgba(38, 50, 56, 0.04)); }

.btn-flat-secondary:focus,
.btn-outline-secondary:focus,
.modal .btn-secondary:focus {
  background-image: linear-gradient(to bottom, rgba(38, 50, 56, 0.12), rgba(38, 50, 56, 0.12)); }

.btn-flat-secondary:disabled, .btn-flat-secondary.disabled,
.btn-outline-secondary:disabled,
.btn-outline-secondary.disabled,
.modal .btn-secondary:disabled,
.modal .btn-secondary.disabled {
  color: rgba(0, 0, 0, 0.37); }

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

.btn-flat-danger, .btn-flat-danger:hover, .btn-flat-danger:focus,
.btn-outline-danger,
.btn-outline-danger:hover,
.btn-outline-danger:focus,
.modal .btn-danger,
.modal .btn-danger:hover,
.modal .btn-danger:focus {
  color: #F34236; }

.btn-flat-danger:hover,
.btn-outline-danger:hover,
.modal .btn-danger:hover {
  background-image: linear-gradient(to bottom, rgba(243, 66, 54, 0.04), rgba(243, 66, 54, 0.04)); }

.btn-flat-danger:focus,
.btn-outline-danger:focus,
.modal .btn-danger:focus {
  background-image: linear-gradient(to bottom, rgba(243, 66, 54, 0.12), rgba(243, 66, 54, 0.12)); }

.btn-flat-danger:disabled, .btn-flat-danger.disabled,
.btn-outline-danger:disabled,
.btn-outline-danger.disabled,
.modal .btn-danger:disabled,
.modal .btn-danger.disabled {
  color: rgba(0, 0, 0, 0.37); }

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

.btn-flat-info, .btn-flat-info:hover, .btn-flat-info:focus,
.btn-outline-info,
.btn-outline-info:hover,
.btn-outline-info:focus,
.modal .btn-info,
.modal .btn-info:hover,
.modal .btn-info:focus {
  color: #714cfe; }

.btn-flat-info:hover,
.btn-outline-info:hover,
.modal .btn-info:hover {
  background-image: linear-gradient(to bottom, rgba(113, 76, 254, 0.04), rgba(113, 76, 254, 0.04)); }

.btn-flat-info:focus,
.btn-outline-info:focus,
.modal .btn-info:focus {
  background-image: linear-gradient(to bottom, rgba(113, 76, 254, 0.12), rgba(113, 76, 254, 0.12)); }

.btn-flat-info:disabled, .btn-flat-info.disabled,
.btn-outline-info:disabled,
.btn-outline-info.disabled,
.modal .btn-info:disabled,
.modal .btn-info.disabled {
  color: rgba(0, 0, 0, 0.37); }

.btn-outline-info {
  border-color: #714cfe; }

.btn-flat-success, .btn-flat-success:hover, .btn-flat-success:focus,
.btn-outline-success,
.btn-outline-success:hover,
.btn-outline-success:focus,
.modal .btn-success,
.modal .btn-success:hover,
.modal .btn-success:focus {
  color: #4BAE4F; }

.btn-flat-success:hover,
.btn-outline-success:hover,
.modal .btn-success:hover {
  background-image: linear-gradient(to bottom, rgba(75, 174, 79, 0.04), rgba(75, 174, 79, 0.04)); }

.btn-flat-success:focus,
.btn-outline-success:focus,
.modal .btn-success:focus {
  background-image: linear-gradient(to bottom, rgba(75, 174, 79, 0.12), rgba(75, 174, 79, 0.12)); }

.btn-flat-success:disabled, .btn-flat-success.disabled,
.btn-outline-success:disabled,
.btn-outline-success.disabled,
.modal .btn-success:disabled,
.modal .btn-success.disabled {
  color: rgba(0, 0, 0, 0.37); }

.btn-outline-success {
  border-color: #4BAE4F; }

.btn-flat-warning, .btn-flat-warning:hover, .btn-flat-warning:focus,
.btn-outline-warning,
.btn-outline-warning:hover,
.btn-outline-warning:focus,
.modal .btn-warning,
.modal .btn-warning:hover,
.modal .btn-warning:focus {
  color: #ff8d00; }

.btn-flat-warning:hover,
.btn-outline-warning:hover,
.modal .btn-warning:hover {
  background-image: linear-gradient(to bottom, rgba(255, 141, 0, 0.04), rgba(255, 141, 0, 0.04)); }

.btn-flat-warning:focus,
.btn-outline-warning:focus,
.modal .btn-warning:focus {
  background-image: linear-gradient(to bottom, rgba(255, 141, 0, 0.12), rgba(255, 141, 0, 0.12)); }

.btn-flat-warning:disabled, .btn-flat-warning.disabled,
.btn-outline-warning:disabled,
.btn-outline-warning.disabled,
.modal .btn-warning:disabled,
.modal .btn-warning.disabled {
  color: rgba(0, 0, 0, 0.37); }

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

.btn-flat-dark:disabled, .btn-flat-dark.disabled,
.btn-outline-dark:disabled,
.btn-outline-dark.disabled,
.modal .btn-dark:disabled,
.modal .btn-dark.disabled {
  color: rgba(0, 0, 0, 0.37); }

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

.btn-flat-light, .btn-flat-light:hover, .btn-flat-light:focus,
.btn-outline-light,
.btn-outline-light:hover,
.btn-outline-light:focus,
.modal .btn-light,
.modal .btn-light:hover,
.modal .btn-light:focus {
  color: #f5f5f5; }

.btn-flat-light:disabled, .btn-flat-light.disabled,
.btn-outline-light:disabled,
.btn-outline-light.disabled,
.modal .btn-light:disabled,
.modal .btn-light.disabled {
  color: rgba(0, 0, 0, 0.37); }

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

.btn-flat-provider-facebook, .btn-flat-provider-facebook:hover, .btn-flat-provider-facebook:focus,
.btn-outline-provider-facebook,
.btn-outline-provider-facebook:hover,
.btn-outline-provider-facebook:focus,
.modal .btn-provider-facebook,
.modal .btn-provider-facebook:hover,
.modal .btn-provider-facebook:focus {
  color: #3b5998; }

.btn-flat-provider-facebook:hover,
.btn-outline-provider-facebook:hover,
.modal .btn-provider-facebook:hover {
  background-image: linear-gradient(to bottom, rgba(59, 89, 152, 0.04), rgba(59, 89, 152, 0.04)); }

.btn-flat-provider-facebook:focus,
.btn-outline-provider-facebook:focus,
.modal .btn-provider-facebook:focus {
  background-image: linear-gradient(to bottom, rgba(59, 89, 152, 0.12), rgba(59, 89, 152, 0.12)); }

.btn-flat-provider-facebook:disabled, .btn-flat-provider-facebook.disabled,
.btn-outline-provider-facebook:disabled,
.btn-outline-provider-facebook.disabled,
.modal .btn-provider-facebook:disabled,
.modal .btn-provider-facebook.disabled {
  color: rgba(0, 0, 0, 0.37); }

.btn-outline-provider-facebook {
  border-color: #3b5998; }

.btn-flat-provider-twitter, .btn-flat-provider-twitter:hover, .btn-flat-provider-twitter:focus,
.btn-outline-provider-twitter,
.btn-outline-provider-twitter:hover,
.btn-outline-provider-twitter:focus,
.modal .btn-provider-twitter,
.modal .btn-provider-twitter:hover,
.modal .btn-provider-twitter:focus {
  color: #1da1f2; }

.btn-flat-provider-twitter:hover,
.btn-outline-provider-twitter:hover,
.modal .btn-provider-twitter:hover {
  background-image: linear-gradient(to bottom, rgba(29, 161, 242, 0.04), rgba(29, 161, 242, 0.04)); }

.btn-flat-provider-twitter:focus,
.btn-outline-provider-twitter:focus,
.modal .btn-provider-twitter:focus {
  background-image: linear-gradient(to bottom, rgba(29, 161, 242, 0.12), rgba(29, 161, 242, 0.12)); }

.btn-flat-provider-twitter:disabled, .btn-flat-provider-twitter.disabled,
.btn-outline-provider-twitter:disabled,
.btn-outline-provider-twitter.disabled,
.modal .btn-provider-twitter:disabled,
.modal .btn-provider-twitter.disabled {
  color: rgba(0, 0, 0, 0.37); }

.btn-outline-provider-twitter {
  border-color: #1da1f2; }

.btn-flat-provider-youtube, .btn-flat-provider-youtube:hover, .btn-flat-provider-youtube:focus,
.btn-outline-provider-youtube,
.btn-outline-provider-youtube:hover,
.btn-outline-provider-youtube:focus,
.modal .btn-provider-youtube,
.modal .btn-provider-youtube:hover,
.modal .btn-provider-youtube:focus {
  color: #FF0000; }

.btn-flat-provider-youtube:hover,
.btn-outline-provider-youtube:hover,
.modal .btn-provider-youtube:hover {
  background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.04), rgba(255, 0, 0, 0.04)); }

.btn-flat-provider-youtube:focus,
.btn-outline-provider-youtube:focus,
.modal .btn-provider-youtube:focus {
  background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.12), rgba(255, 0, 0, 0.12)); }

.btn-flat-provider-youtube:disabled, .btn-flat-provider-youtube.disabled,
.btn-outline-provider-youtube:disabled,
.btn-outline-provider-youtube.disabled,
.modal .btn-provider-youtube:disabled,
.modal .btn-provider-youtube.disabled {
  color: rgba(0, 0, 0, 0.37); }

.btn-outline-provider-youtube {
  border-color: #FF0000; }

/*
.btn-flat-light,
.btn-outline-light {
  @include hover-focus {
    background-image: linear-gradient(to bottom, $btn-overlay-inverse, $btn-overlay-inverse);
  }

  &amp;.active,
  &amp;:active {
    background-color: $btn-bg-active-inverse;
  }
}
*/
.btn-icon {
  border-radius: 50%;
  box-shadow: none;
  color: initial;
  font-size: 1.5rem;
  height: 3rem;
  min-width: 0;
  padding: 0;
  transition: background-color 15ms linear;
  width: 3rem; }
  .btn-icon.btn-sm {
    height: 2.25rem;
    width: 2.25rem; }
  .btn-icon.btn-xs {
    height: 1.75rem;
    width: 1.75rem; }
  .btn-icon:hover, .btn-icon:focus, .btn-icon:active {
    box-shadow: none;
    color: initial; }

.btn-float {
  border-radius: 50%;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.15);
  height: 3.5rem;
  min-width: 0;
  padding: 0;
  width: 3.5rem; }
  .btn-float:hover {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.075), 0 3px 14px 2px rgba(0, 0, 0, 0.15), 0 5px 5px -3px rgba(0, 0, 0, 0.175); }
  .btn-float:active, .btn-float.active {
    box-shadow: 0 12px 17px 2px rgba(0, 0, 0, 0.075), 0 5px 22px 4px rgba(0, 0, 0, 0.15), 0 7px 8px -4px rgba(0, 0, 0, 0.175); }
  .btn-float:disabled, .btn-float.disabled {
    box-shadow: none; }
  .btn-float-extended {
    border-radius: 1.5rem;
    height: 3rem;
    line-height: 2.25rem;
    padding: 0 1.25rem;
    width: auto; }
    .btn-float-extended &gt; i,
    .btn-float-extended &gt; [class*='material-icons'] {
      margin-right: 0.75rem;
      margin-left: -0.5rem; }
      .btn-float-extended &gt; i[class*='order-'],
      .btn-float-extended &gt; [class*='material-icons'][class*='order-'] {
        margin-right: -0.5rem;
        margin-left: 0.75rem; }
  .btn-float.btn-sm {
    height: 2.5rem;
    line-height: 2.5rem;
    width: 2.5rem; }

.btn-float-dropdown .dropdown-menu {
  border-radius: 0;
  margin-top: 1rem;
  min-width: 3.5rem;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center; }
  .btn-float-dropdown .dropdown-menu::before {
    display: none; }
  .btn-float-dropdown .dropdown-menu .btn-float {
    display: block;
    margin-right: auto;
    margin-bottom: 1rem;
    margin-left: auto; }

.fab-actions {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 120; }
  @media print {
    .fab-actions {
      display: none; } }
  .fab-actions &gt; .btn, .fab-actions &gt; .card-link {
    margin-top: 1.25rem; }

.btn-group,
.btn-group-vertical {
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.075);
  display: inline-flex;
  position: relative; }
  .btn-group &gt; .btn-primary.disabled, .btn-group &gt; .btn-primary:disabled,
  .btn-group-vertical &gt; .btn-primary.disabled,
  .btn-group-vertical &gt; .btn-primary:disabled {
    background-color: #80cbc4;
    color: rgba(0, 0, 0, 0.87); }
  .btn-group &gt; .btn-secondary.disabled, .btn-group &gt; .btn-secondary:disabled,
  .btn-group-vertical &gt; .btn-secondary.disabled,
  .btn-group-vertical &gt; .btn-secondary:disabled {
    background-color: #66fff8;
    color: rgba(0, 0, 0, 0.87); }
  .btn-group &gt; .btn-danger.disabled, .btn-group &gt; .btn-danger:disabled,
  .btn-group-vertical &gt; .btn-danger.disabled,
  .btn-group-vertical &gt; .btn-danger:disabled {
    background-color: #c51162;
    color: white; }
  .btn-group &gt; .btn-info.disabled, .btn-group &gt; .btn-info:disabled,
  .btn-group-vertical &gt; .btn-info.disabled,
  .btn-group-vertical &gt; .btn-info:disabled {
    background-color: #d2c2fd;
    color: rgba(0, 0, 0, 0.87); }
  .btn-group &gt; .btn-success.disabled, .btn-group &gt; .btn-success:disabled,
  .btn-group-vertical &gt; .btn-success.disabled,
  .btn-group-vertical &gt; .btn-success:disabled {
    background-color: #c6f68d;
    color: rgba(0, 0, 0, 0.87); }
  .btn-group &gt; .btn-warning.disabled, .btn-group &gt; .btn-warning:disabled,
  .btn-group-vertical &gt; .btn-warning.disabled,
  .btn-group-vertical &gt; .btn-warning:disabled {
    background-color: #ffc77d;
    color: rgba(0, 0, 0, 0.87); }
  .btn-group &gt; .btn-dark.disabled, .btn-group &gt; .btn-dark:disabled,
  .btn-group-vertical &gt; .btn-dark.disabled,
  .btn-group-vertical &gt; .btn-dark:disabled {
    background-color: #757575;
    color: white; }
  .btn-group &gt; .btn-light.disabled, .btn-group &gt; .btn-light:disabled,
  .btn-group-vertical &gt; .btn-light.disabled,
  .btn-group-vertical &gt; .btn-light:disabled {
    background-color: #fafafa;
    color: rgba(0, 0, 0, 0.87); }
  .btn-group &gt; .btn-provider-facebook.disabled, .btn-group &gt; .btn-provider-facebook:disabled,
  .btn-group-vertical &gt; .btn-provider-facebook.disabled,
  .btn-group-vertical &gt; .btn-provider-facebook:disabled {
    background-color: #3b5998;
    color: white; }
  .btn-group &gt; .btn-provider-twitter.disabled, .btn-group &gt; .btn-provider-twitter:disabled,
  .btn-group-vertical &gt; .btn-provider-twitter.disabled,
  .btn-group-vertical &gt; .btn-provider-twitter:disabled {
    background-color: #1da1f2;
    color: white; }
  .btn-group &gt; .btn-provider-youtube.disabled, .btn-group &gt; .btn-provider-youtube:disabled,
  .btn-group-vertical &gt; .btn-provider-youtube.disabled,
  .btn-group-vertical &gt; .btn-provider-youtube:disabled {
    background-color: #FF0000;
    color: white; }
  .btn-group &gt; .btn, .btn-group &gt; .card-link,
  .btn-group-vertical &gt; .btn,
  .btn-group-vertical &gt; .card-link {
    box-shadow: none;
    flex: 1 1 auto;
    min-width: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    position: relative; }
    .btn-group &gt; .btn:hover, .btn-group &gt; .card-link:hover, .btn-group &gt; .btn:focus, .btn-group &gt; .card-link:focus, .btn-group &gt; .btn:active, .btn-group &gt; .card-link:active, .btn-group &gt; .btn.active, .btn-group &gt; .active.card-link,
    .btn-group-vertical &gt; .btn:hover,
    .btn-group-vertical &gt; .card-link:hover,
    .btn-group-vertical &gt; .btn:focus,
    .btn-group-vertical &gt; .card-link:focus,
    .btn-group-vertical &gt; .btn:active,
    .btn-group-vertical &gt; .card-link:active,
    .btn-group-vertical &gt; .btn.active,
    .btn-group-vertical &gt; .active.card-link {
      z-index: 1; }
    .btn-group &gt; .btn:active, .btn-group &gt; .card-link:active, .btn-group &gt; .btn.active, .btn-group &gt; .active.card-link,
    .btn-group-vertical &gt; .btn:active,
    .btn-group-vertical &gt; .card-link:active,
    .btn-group-vertical &gt; .btn.active,
    .btn-group-vertical &gt; .active.card-link {
      background-color: rgba(0, 0, 0, 0.12); }
    .btn-group &gt; .btn:disabled, .btn-group &gt; .card-link:disabled, .btn-group &gt; .btn.disabled, .btn-group &gt; .disabled.card-link,
    .btn-group-vertical &gt; .btn:disabled,
    .btn-group-vertical &gt; .card-link:disabled,
    .btn-group-vertical &gt; .btn.disabled,
    .btn-group-vertical &gt; .disabled.card-link {
      opacity: 0.7; }
    .btn-group &gt; .btn[class*='btn-outline'], .btn-group &gt; .card-link[class*='btn-outline'],
    .btn-group-vertical &gt; .btn[class*='btn-outline'],
    .btn-group-vertical &gt; .card-link[class*='btn-outline'] {
      border: 0; }
      .btn-group &gt; .btn[class*='btn-outline'].active, .btn-group &gt; .card-link[class*='btn-outline'].active, .btn-group &gt; .btn[class*='btn-outline']:active, .btn-group &gt; .card-link[class*='btn-outline']:active,
      .btn-group-vertical &gt; .btn[class*='btn-outline'].active,
      .btn-group-vertical &gt; .card-link[class*='btn-outline'].active,
      .btn-group-vertical &gt; .btn[class*='btn-outline']:active,
      .btn-group-vertical &gt; .card-link[class*='btn-outline']:active {
        background-color: rgba(0, 0, 0, 0.12); }
  .btn-group &gt; .btn-group,
  .btn-group &gt; .btn-group-vertical,
  .btn-group-vertical &gt; .btn-group,
  .btn-group-vertical &gt; .btn-group-vertical {
    border-radius: 0;
    background-color: transparent;
    box-shadow: none; }

.btn-group.show &gt; .dropdown-toggle {
  box-shadow: none; }

.btn-group &gt; .btn, .btn-group &gt; .card-link,
.btn-group &gt; .btn-group {
  margin-left: -1px; }

.btn-group &gt; .btn:first-child, .btn-group &gt; .card-link:first-child,
.btn-group &gt; .btn-group:first-child {
  margin-left: 0; }

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

.btn-group &gt; .btn:not(:last-child):not(.dropdown-toggle), .btn-group &gt; .card-link:not(:last-child):not(.dropdown-toggle),
.btn-group &gt; .btn-group:not(:last-child) &gt; .btn,
.btn-group &gt; .btn-group:not(:last-child) &gt; .card-link,
.btn-group &gt; .dropdown-toggle:not(:last-of-type) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

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

/* .btn-group-fluid {
  background-color: transparent;
  box-shadow: none;
} */
[data-toggle='buttons'] &gt; .btn, [data-toggle='buttons'] &gt; .card-link,
[data-toggle='buttons'] &gt; .btn-group &gt; .btn,
[data-toggle='buttons'] &gt; .btn-group &gt; .card-link {
  margin-bottom: 0; }
  [data-toggle='buttons'] &gt; .btn [type='checkbox'], [data-toggle='buttons'] &gt; .card-link [type='checkbox'],
  [data-toggle='buttons'] &gt; .btn [type='radio'],
  [data-toggle='buttons'] &gt; .card-link [type='radio'],
  [data-toggle='buttons'] &gt; .btn-group &gt; .btn [type='checkbox'],
  [data-toggle='buttons'] &gt; .btn-group &gt; .card-link [type='checkbox'],
  [data-toggle='buttons'] &gt; .btn-group &gt; .btn [type='radio'],
  [data-toggle='buttons'] &gt; .btn-group &gt; .card-link [type='radio'] {
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
    position: absolute; }

/* .btn-sm + .dropdown-toggle-split {
  padding-right: $btn-padding-x-sm * .75;
  padding-left: $btn-padding-x-sm * .75;
}

.btn-lg + .dropdown-toggle-split {
  padding-right: $btn-padding-x-lg * .75;
  padding-left: $btn-padding-x-lg * .75;
} */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group-toggle &gt; .btn, .btn-group-toggle &gt; .card-link,
.btn-group-toggle &gt; .btn-group &gt; .btn,
.btn-group-toggle &gt; .btn-group &gt; .card-link {
  margin-bottom: 0; }
  .btn-group-toggle &gt; .btn [type='radio'], .btn-group-toggle &gt; .card-link [type='radio'],
  .btn-group-toggle &gt; .btn [type='checkbox'],
  .btn-group-toggle &gt; .card-link [type='checkbox'],
  .btn-group-toggle &gt; .btn-group &gt; .btn [type='radio'],
  .btn-group-toggle &gt; .btn-group &gt; .card-link [type='radio'],
  .btn-group-toggle &gt; .btn-group &gt; .btn [type='checkbox'],
  .btn-group-toggle &gt; .btn-group &gt; .card-link [type='checkbox'] {
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
    position: absolute; }

.card {
  background-clip: border-box;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.075), 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 2px 1px -1px rgba(0, 0, 0, 0.175);
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: auto;
  position: relative;
  word-wrap: break-word; }
  .card.border-primary {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.075), 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 2px 1px -1px rgba(0, 0, 0, 0.175), inset 0 0 0 0 #00796b; }
    .card.border-primary[href]:hover, .card.border-primary[href]:focus, .card.border-primary[href]:active, .card.border-primary[tabindex]:hover, .card.border-primary[tabindex]:focus, .card.border-primary[tabindex]:active {
      box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.15), inset 0 0 0 0 #00796b; }
  .card.border-secondary {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.075), 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 2px 1px -1px rgba(0, 0, 0, 0.175), inset 0 0 0 0 #263238; }
    .card.border-secondary[href]:hover, .card.border-secondary[href]:focus, .card.border-secondary[href]:active, .card.border-secondary[tabindex]:hover, .card.border-secondary[tabindex]:focus, .card.border-secondary[tabindex]:active {
      box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.15), inset 0 0 0 0 #263238; }
  .card.border-danger {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.075), 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 2px 1px -1px rgba(0, 0, 0, 0.175), inset 0 0 0 0 #F34236; }
    .card.border-danger[href]:hover, .card.border-danger[href]:focus, .card.border-danger[href]:active, .card.border-danger[tabindex]:hover, .card.border-danger[tabindex]:focus, .card.border-danger[tabindex]:active {
      box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.15), inset 0 0 0 0 #F34236; }
  .card.border-info {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.075), 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 2px 1px -1px rgba(0, 0, 0, 0.175), inset 0 0 0 0 #714cfe; }
    .card.border-info[href]:hover, .card.border-info[href]:focus, .card.border-info[href]:active, .card.border-info[tabindex]:hover, .card.border-info[tabindex]:focus, .card.border-info[tabindex]:active {
      box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.15), inset 0 0 0 0 #714cfe; }
  .card.border-success {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.075), 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 2px 1px -1px rgba(0, 0, 0, 0.175), inset 0 0 0 0 #4BAE4F; }
    .card.border-success[href]:hover, .card.border-success[href]:focus, .card.border-success[href]:active, .card.border-success[tabindex]:hover, .card.border-success[tabindex]:focus, .card.border-success[tabindex]:active {
      box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.15), inset 0 0 0 0 #4BAE4F; }
  .card.border-warning {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.075), 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 2px 1px -1px rgba(0, 0, 0, 0.175), inset 0 0 0 0 #ff8d00; }
    .card.border-warning[href]:hover, .card.border-warning[href]:focus, .card.border-warning[href]:active, .card.border-warning[tabindex]:hover, .card.border-warning[tabindex]:focus, .card.border-warning[tabindex]:active {
      box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.15), inset 0 0 0 0 #ff8d00; }
  .card.border-dark {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.075), 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 2px 1px -1px rgba(0, 0, 0, 0.175), inset 0 0 0 0 #212121; }
    .card.border-dark[href]:hover, .card.border-dark[href]:focus, .card.border-dark[href]:active, .card.border-dark[tabindex]:hover, .card.border-dark[tabindex]:focus, .card.border-dark[tabindex]:active {
      box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.15), inset 0 0 0 0 #212121; }
  .card.border-light {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.075), 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 2px 1px -1px rgba(0, 0, 0, 0.175), inset 0 0 0 0 #f5f5f5; }
    .card.border-light[href]:hover, .card.border-light[href]:focus, .card.border-light[href]:active, .card.border-light[tabindex]:hover, .card.border-light[tabindex]:focus, .card.border-light[tabindex]:active {
      box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.15), inset 0 0 0 0 #f5f5f5; }
  .card.border-provider-facebook {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.075), 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 2px 1px -1px rgba(0, 0, 0, 0.175), inset 0 0 0 0 #3b5998; }
    .card.border-provider-facebook[href]:hover, .card.border-provider-facebook[href]:focus, .card.border-provider-facebook[href]:active, .card.border-provider-facebook[tabindex]:hover, .card.border-provider-facebook[tabindex]:focus, .card.border-provider-facebook[tabindex]:active {
      box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.15), inset 0 0 0 0 #3b5998; }
  .card.border-provider-twitter {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.075), 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 2px 1px -1px rgba(0, 0, 0, 0.175), inset 0 0 0 0 #1da1f2; }
    .card.border-provider-twitter[href]:hover, .card.border-provider-twitter[href]:focus, .card.border-provider-twitter[href]:active, .card.border-provider-twitter[tabindex]:hover, .card.border-provider-twitter[tabindex]:focus, .card.border-provider-twitter[tabindex]:active {
      box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.15), inset 0 0 0 0 #1da1f2; }
  .card.border-provider-youtube {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.075), 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 2px 1px -1px rgba(0, 0, 0, 0.175), inset 0 0 0 0 #FF0000; }
    .card.border-provider-youtube[href]:hover, .card.border-provider-youtube[href]:focus, .card.border-provider-youtube[href]:active, .card.border-provider-youtube[tabindex]:hover, .card.border-provider-youtube[tabindex]:focus, .card.border-provider-youtube[tabindex]:active {
      box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.15), inset 0 0 0 0 #FF0000; }
  .card[href]:hover, .card[href]:focus, .card[href]:active, .card[tabindex]:hover, .card[tabindex]:focus, .card[tabindex]:active {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.15);
    text-decoration: none; }
  .card[href]:focus, .card[tabindex]:focus {
    outline: 0; }
  .card &gt; hr {
    margin-right: 0;
    margin-left: 0; }
  .card &gt; .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .card &gt; .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

.card-shaped {
  border-radius: 1.5rem 0.5rem; }

[data-toggle='collapse']:hover {
  cursor: pointer; }

.accordion {
  overflow-anchor: none; }
  .accordion &gt; .card {
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 32px;
    box-shadow: none;
    margin-bottom: 0;
    overflow: hidden; }
    .accordion &gt; .card + .card {
      border-top: 0; }
    .accordion &gt; .card .show {
      border-top: 1px solid rgba(0, 0, 0, 0.12); }
  .accordion &gt; .card &gt; .card-header {
    border-bottom: 0;
    display: flex;
    padding: 15px 1.25rem; }
    .accordion &gt; .card &gt; .card-header:hover {
      background: rgba(0, 0, 0, 0.04);
      transition: background-color 150ms linear; }
    .accordion &gt; .card &gt; .card-header::after {
      content: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='24' height='24' viewBox='0 0 24 24' fill='%23757575'&gt;&lt;path d='M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z' /&gt;&lt;/svg&gt;");
      height: 1.5rem;
      position: absolute;
      top: 1.25rem;
      right: 1.5rem;
      width: 1.5rem; }
    .accordion &gt; .card &gt; .card-header &gt; * {
      line-height: 1.125rem; }
  .accordion .card:first-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion .card:not(:first-of-type):not(:last-of-type) {
    border-radius: 0; }
  .accordion .card:not(:first-of-type) .card-body:first-child,
  .accordion .card:not(:first-of-type) .card-footer:first-child,
  .accordion .card:not(:first-of-type) .card-header:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion .card:not(:last-of-type) .card-body:last-child,
  .accordion .card:not(:last-of-type) .card-footer:last-child,
  .accordion .card:not(:last-of-type) .card-header:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion .card-body {
    margin: 0 2.5rem;
    opacity: 0;
    padding: 1.5rem 0;
    transition: opacity 250ms linear -100ms; }
  .accordion .show .card-body {
    opacity: 1; }
  .accordion .collapse .card-body:first-child,
  .accordion .collapse .card-footer:first-child,
  .accordion .collapse .card-header:first-child,
  .accordion .collapsing .card-body:first-child,
  .accordion .collapsing .card-footer:first-child,
  .accordion .collapsing .card-header:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.card-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  min-height: 3.25rem;
  padding: 0 0.5rem; }
  .card-actions.flex-column {
    align-items: flex-start;
    padding-bottom: 0.25rem; }
  .card-actions.flex-column .btn, .card-actions.flex-column .card-link {
    margin-bottom: 0.25rem; }
  .card-body + .card-actions {
    margin-top: -0.5rem; }
  .card-actions .btn, .card-actions .card-link {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 0 1 auto;
    min-width: 0; }
    .card-actions .btn:not(.btn-icon), .card-actions .card-link:not(.btn-icon) {
      margin-right: 0.5rem; }
  .card-actions .btn-icon:not(:disabled) {
    color: rgba(0, 0, 0, 0.6); }
  .card-actions .dropdown-toggle::after {
    margin-right: 0; }

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem; }
  .card-body:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .card-body:last-child {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
  .card-body &gt; :last-child {
    margin-bottom: 0; }
  .card-body &gt; .btn, .card-body &gt; .card-link {
    margin-right: 0.5rem; }

.card-footer {
  border-top: 0 solid rgba(0, 0, 0, 0.12);
  padding: 1rem 1rem; }
  .card-footer:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top: 0; }
  .card-footer:last-child {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
  .card-footer &gt; :last-child {
    margin-bottom: 0; }

.card-header {
  border-bottom: 0 solid rgba(0, 0, 0, 0.12);
  margin-bottom: 0;
  padding: 1rem 1rem; }
  .card-header:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .card-header:last-child {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom: 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-header-pills {
  margin: -1rem -1rem;
  padding: 0.5rem 0rem 0.25rem 0.5rem; }
  .card-header-pills .nav-link {
    margin-right: 0.5rem;
    margin-bottom: 0.25rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

.card-header-tabs {
  margin: -1rem -1rem calc(-1rem - 0); }

.card-img {
  border-radius: 4px;
  width: 100%; }

.card-img-bottom {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 100%; }

.card-img-top {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  width: 100%; }

.card-img-overlay {
  border-radius: 4px;
  max-height: 100%;
  padding: 1rem 1rem;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0; }

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

@media (min-width: 992px) {
  .card-columns {
    column-count: 3; } }

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

.card-deck {
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .card-deck {
      flex-flow: row wrap;
      margin-right: -0.25rem;
      margin-left: -0.25rem; }
      .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 0.25rem;
        margin-bottom: 0;
        margin-left: 0.25rem; } }
  .card-deck .card {
    margin-bottom: 0.5rem; }

.card-group {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.075), 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 2px 1px -1px rgba(0, 0, 0, 0.175);
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .card-group {
      flex-flow: row wrap; }
      .card-group &gt; .card {
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group &gt; .card:first-child:not(:last-child) {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group &gt; .card:first-child:not(:last-child) .card-actions,
          .card-group &gt; .card:first-child:not(:last-child) .card-body,
          .card-group &gt; .card:first-child:not(:last-child) .card-footer,
          .card-group &gt; .card:first-child:not(:last-child) .card-header,
          .card-group &gt; .card:first-child:not(:last-child) .card-img,
          .card-group &gt; .card:first-child:not(:last-child) .card-img-bottom,
          .card-group &gt; .card:first-child:not(:last-child) .card-img-top {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0; }
        .card-group &gt; .card:last-child:not(:first-child) {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group &gt; .card:last-child:not(:first-child) .card-actions,
          .card-group &gt; .card:last-child:not(:first-child) .card-body,
          .card-group &gt; .card:last-child:not(:first-child) .card-footer,
          .card-group &gt; .card:last-child:not(:first-child) .card-header,
          .card-group &gt; .card:last-child:not(:first-child) .card-img,
          .card-group &gt; .card:last-child:not(:first-child) .card-img-bottom,
          .card-group &gt; .card:last-child:not(:first-child) .card-img-top {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0; }
        .card-group &gt; .card:not(:first-child):not(:last-child) {
          border-radius: 0; }
          .card-group &gt; .card:not(:first-child):not(:last-child) .card-actions,
          .card-group &gt; .card:not(:first-child):not(:last-child) .card-body,
          .card-group &gt; .card:not(:first-child):not(:last-child) .card-footer,
          .card-group &gt; .card:not(:first-child):not(:last-child) .card-header,
          .card-group &gt; .card:not(:first-child):not(:last-child) .card-img,
          .card-group &gt; .card:not(:first-child):not(:last-child) .card-img-bottom,
          .card-group &gt; .card:not(:first-child):not(:last-child) .card-img-top {
            border-radius: 0; }
        .card-group &gt; .card + .card {
          border-left: 1px solid rgba(0, 0, 0, 0.12);
          margin-left: 0; } }
  .card-group &gt; .card {
    box-shadow: none;
    margin-bottom: 0.5rem; }

.card-body &gt; .card-link {
  margin-right: 0.5rem;
  margin-left: 0.5rem; }

.card-title {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.0125em;
  line-height: 2rem;
  margin: 0; }
  .card-body .card-title {
    margin-bottom: 1rem; }
    .card-body .card-title + .card-subtitle {
      margin-top: -1rem; }
  .card-header + .card-body &gt; .card-title {
    margin-top: 1rem; }

.card-subtitle {
  font-size: 0.7875rem;
  font-weight: 500;
  letter-spacing: 0.007143em;
  line-height: 1.375rem;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0; }
  .card-body .card-subtitle {
    padding-bottom: 1rem; }

.card-text {
  font-size: 0.7875rem;
  font-weight: 400;
  letter-spacing: auto;
  line-height: auto;
  color: rgba(0, 0, 0, 0.6); }
  .card-text:last-child {
    margin-bottom: 0; }

.card-primary-action {
  cursor: pointer;
  position: relative;
  transition: background-color 15ms linear, box-shadow 15ms linear; }
  .card-primary-action:hover {
    background: rgba(0, 0, 0, 0.04); }
    .card-primary-action:hover.card {
      box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.15); }

.list-group {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  list-style-type: none;
  margin-bottom: 0;
  padding: 0.5rem 0; }

.list-group-item {
  align-items: center;
  background-color: #ffffff;
  border: 0;
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 0.9rem;
  letter-spacing: 0.009375em;
  line-height: 1.5;
  min-height: 3rem;
  padding: 0.825rem 1rem;
  position: relative;
  transition: background-color 15ms linear; }
  .list-group-item:hover, .list-group-item:focus, .list-group-item:active {
    text-decoration: none; }
  .list-group-item.d-flex {
    flex-wrap: nowrap;
    min-height: 3rem;
    padding: 0 1rem; }
  .card .list-group-item {
    padding-right: 1rem;
    padding-left: 1rem; }
  .list-group-item .btn-icon {
    color: rgba(0, 0, 0, 0.6); }
  .list-group-item .list-group-item-icon {
    color: rgba(0, 0, 0, 0.54);
    display: inline-block;
    fill: currentColor;
    font-size: 1.5rem;
    height: 1.5rem;
    margin-right: 2rem;
    vertical-align: top;
    width: 1.5rem; }
  .list-group-item.active .list-group-item-icon {
    color: #00796b; }
  .list-group-item .list-group-item-graphic {
    border-radius: 50%;
    color: rgba(0, 0, 0, 0.3);
    fill: rgba(0, 0, 0, 0.3);
    font-size: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    margin: 0.5rem 1rem 0.5rem 0;
    width: 2.5rem; }
  .list-group-shaped .list-group-item {
    border-radius: 0 2rem 2rem 0; }
  .list-group-item .custom-control {
    display: flex;
    padding-left: 0;
    width: 100%; }
  .list-group-item .custom-control-label {
    flex-grow: 1;
    font-size: inherit;
    letter-spacing: inherit;
    line-height: 3rem; }
  .list-group-item .custom-control-label::before {
    line-height: 3rem;
    margin-top: 0;
    right: 0;
    left: auto; }
  .list-group-item .custom-control-label::after {
    line-height: 3rem !important;
    padding: 0 0.6875rem;
    right: 0;
    left: auto; }
  .list-group-item.active {
    background-color: rgba(0, 121, 107, 0.12);
    color: #00796b;
    z-index: 2; }
    .list-group-item.active:hover {
      background-color: rgba(0, 121, 107, 0.16); }
    .list-group-item.active:focus {
      background-color: rgba(0, 121, 107, 0.24); }
  .list-group-item.disabled, .list-group-item:disabled {
    background-color: #ffffff;
    color: rgba(0, 0, 0, 0.38);
    pointer-events: none; }

.list-group-item-two-line {
  height: 4.5rem; }
  .list-group-item-two-line .list-group-item-text {
    align-self: flex-start; }

.list-group-item-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1; }
  .list-group-item-text :first-child {
    display: block;
    line-height: normal;
    margin-top: 0;
    margin-bottom: -1.25rem; }
    .list-group-item-text :first-child::before {
      content: '';
      display: inline-block;
      height: 2rem;
      vertical-align: 0;
      width: 0; }
    .list-group-item-text :first-child::after {
      content: '';
      display: inline-block;
      height: 20px;
      vertical-align: -20px;
      width: 0; }
  .list-group-item-text :last-child {
    font-size: 0.7875rem;
    font-weight: 400;
    letter-spacing: 0.017857em;
    line-height: 1.25rem;
    color: rgba(0, 0, 0, 0.54);
    display: block;
    line-height: normal;
    margin-top: 0; }
    .list-group-item-text :last-child::before {
      content: '';
      display: inline-block;
      height: 20px;
      vertical-align: 0;
      width: 0; }

.list-group-item-meta {
  color: rgba(0, 0, 0, 0.38);
  margin-right: 0;
  margin-left: auto; }
  .list-group-item-meta:not(i):not([class*='material-icon']) {
    font-size: 0.8rem;
    font-weight: 400;
    letter-spacing: 0.033333em;
    line-height: 1.25rem; }

.list-group-divider {
  border: none;
  border-bottom-color: rgba(0, 0, 0, 0.12);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  height: 0;
  margin: 0; }

.list-group-item-action {
  text-align: inherit;
  width: 100%; }
  .list-group-item-action:hover:not(.active), .list-group-item-action:focus:not(.active) {
    color: rgba(0, 0, 0, 0.87);
    text-decoration: none;
    z-index: 1; }
  .list-group-item-action:hover {
    background-color: rgba(0, 0, 0, 0.04);
    cursor: pointer; }
  .list-group-item-action:focus {
    background-color: rgba(0, 0, 0, 0.12);
    outline: 0; }
  .list-group-item-action:disabled, .list-group-item-action.disabled {
    background-color: #ffffff;
    color: rgba(0, 0, 0, 0.38); }

[class*='list-group-horizontal'] {
  padding: 0; }
  [class*='list-group-horizontal'] .list-group-item {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    margin-bottom: 0; }
    [class*='list-group-horizontal'] .list-group-item:first-child {
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    [class*='list-group-horizontal'] .list-group-item:last-child {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
      border-right: 0;
      margin-right: 0; }

.list-group-horizontal {
  flex-direction: row; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; } }

.list-group-item-primary {
  background-color: #80cbc4;
  color: rgba(0, 0, 0, 0.87); }
  .list-group-item-primary.active {
    background-color: #00796b;
    color: white; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:active {
    background-color: #00796b;
    color: white; }

.list-group-item-secondary {
  background-color: #66fff8;
  color: rgba(0, 0, 0, 0.87); }
  .list-group-item-secondary.active {
    background-color: #263238;
    color: white; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:active {
    background-color: #263238;
    color: white; }

.list-group-item-danger {
  background-color: #c51162;
  color: white; }
  .list-group-item-danger.active {
    background-color: #F34236;
    color: white; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:active {
    background-color: #F34236;
    color: white; }

.list-group-item-info {
  background-color: #d2c2fd;
  color: rgba(0, 0, 0, 0.87); }
  .list-group-item-info.active {
    background-color: #714cfe;
    color: white; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:active {
    background-color: #714cfe;
    color: white; }

.list-group-item-success {
  background-color: #c6f68d;
  color: rgba(0, 0, 0, 0.87); }
  .list-group-item-success.active {
    background-color: #4BAE4F;
    color: white; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:active {
    background-color: #4BAE4F;
    color: white; }

.list-group-item-warning {
  background-color: #ffc77d;
  color: rgba(0, 0, 0, 0.87); }
  .list-group-item-warning.active {
    background-color: #ff8d00;
    color: white; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:active {
    background-color: #ff8d00;
    color: white; }

.list-group-item-dark {
  background-color: #757575;
  color: white; }
  .list-group-item-dark.active {
    background-color: #212121;
    color: white; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:active {
    background-color: #212121;
    color: white; }

.list-group-item-light {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87); }
  .list-group-item-light.active {
    background-color: #f5f5f5;
    color: rgba(0, 0, 0, 0.87); }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:active {
    background-color: #f5f5f5;
    color: rgba(0, 0, 0, 0.87); }

.list-group-item-provider-facebook {
  background-color: #3b5998;
  color: white; }
  .list-group-item-provider-facebook.active {
    background-color: #3b5998;
    color: white; }
  .list-group-item-provider-facebook.list-group-item-action:hover, .list-group-item-provider-facebook.list-group-item-action:focus, .list-group-item-provider-facebook.list-group-item-action:active {
    background-color: #3b5998;
    color: white; }

.list-group-item-provider-twitter {
  background-color: #1da1f2;
  color: white; }
  .list-group-item-provider-twitter.active {
    background-color: #1da1f2;
    color: white; }
  .list-group-item-provider-twitter.list-group-item-action:hover, .list-group-item-provider-twitter.list-group-item-action:focus, .list-group-item-provider-twitter.list-group-item-action:active {
    background-color: #1da1f2;
    color: white; }

.list-group-item-provider-youtube {
  background-color: #FF0000;
  color: white; }
  .list-group-item-provider-youtube.active {
    background-color: #FF0000;
    color: white; }
  .list-group-item-provider-youtube.list-group-item-action:hover, .list-group-item-provider-youtube.list-group-item-action:focus, .list-group-item-provider-youtube.list-group-item-action:active {
    background-color: #FF0000;
    color: white; }

.expansion-panel {
  /* transition: $transition-duration-mobile;
  transition-property: $property;
  transition-timing-function: $transition-timing-function-standard; */
  transition: background-color, color, margin 300ms cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0; }
  @media (min-width: 576px) {
    .expansion-panel {
      transition-duration: 390ms; } }
  @media (min-width: 992px) {
    .expansion-panel {
      transition-duration: 280ms; } }
  @media screen and (prefers-reduced-motion: reduce) {
    .expansion-panel {
      transition: none; } }
  .expansion-panel.show {
    border-radius: 4px; }
    .expansion-panel.show:not(:first-child) {
      margin-top: 1rem; }
      .card .expansion-panel.show:not(:first-child) {
        margin-top: 0; }
    .expansion-panel.show:not(:last-child) {
      margin-bottom: 1rem; }
      .card .expansion-panel.show:not(:last-child) {
        margin-bottom: 0; }
    .expansion-panel.show + .expansion-panel {
      border-top-left-radius: 4px;
      border-top-right-radius: 4px; }
      .expansion-panel.show + .expansion-panel.show {
        margin-top: 0; }
      .card .expansion-panel.show + .expansion-panel {
        border-top-left-radius: 0;
        border-top-right-radius: 0; }
  .expansion-panel.show-predecessor {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
    .card .expansion-panel.show-predecessor {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
  .card .expansion-panel {
    padding-right: 0;
    padding-left: 0; }

.expansion-panel-body {
  padding: 1rem 1rem; }
  .card .expansion-panel-body {
    padding-right: 1rem;
    padding-left: 1rem; }

.expansion-panel-footer {
  align-items: flex-end;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  display: flex;
  justify-content: flex-end;
  padding: 1rem 0.5rem 0.75rem 0rem; }
  .card .expansion-panel-footer {
    padding-right: 1rem;
    padding-left: 0.5rem; }
  .expansion-panel-footer .btn, .expansion-panel-footer .card-link {
    margin-bottom: 0.25rem;
    margin-left: 0.5rem;
    min-width: 4rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
    .card .expansion-panel-footer .btn, .card .expansion-panel-footer .card-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }

.expansion-panel-icon {
  flex-shrink: 0;
  margin-left: 1rem; }
  [data-toggle='collapse'].collapsed .expansion-panel-icon .collapsed-hide {
    display: none; }
  [data-toggle='collapse']:not(.collapsed) .expansion-panel-icon .collapsed-show {
    display: none; }

.expansion-panel-toggler {
  align-items: center;
  color: inherit;
  display: flex;
  justify-content: space-between;
  min-height: 3rem;
  padding: 0.825rem 1rem;
  text-align: inherit;
  width: 100%; }
  .expansion-panel-toggler:hover, .expansion-panel-toggler:focus, .expansion-panel-toggler:active {
    background-color: rgba(0, 0, 0, 0.24);
    color: rgba(0, 0, 0, 0.87);
    text-decoration: none; }
  .expansion-panel-toggler.disabled, .expansion-panel-toggler:disabled {
    background-color: #ffffff;
    color: rgba(0, 0, 0, 0.38); }
  .expansion-panel-toggler:focus {
    outline: 0; }
  .card .expansion-panel-toggler {
    padding-right: 1rem;
    padding-left: 1rem; }

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

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

.dropdown-menu {
  background-color: transparent;
  color: inherit;
  display: none;
  float: left;
  font-size: 0.9rem;
  list-style: none;
  min-width: 7rem;
  padding: 0.5rem 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 80; }
  .dropdown-menu.show {
    display: block; }
    .dropdown-menu.show::before,
    .dropdown-menu.show &gt; * {
      animation-duration: 0.12s;
      animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      /* @include media-breakpoint-up(sm) {
        animation-duration: $transition-duration-tablet;
      }

      @include media-breakpoint-up(lg) {
        animation-duration: $transition-duration-desktop;
      }

      @media screen and (prefers-reduced-motion: reduce) {
        animation: none;
      } */ }
    .dropdown-menu.show::before {
      animation-name: dropdown-menu-show; }
    .dropdown-menu.show &gt; * {
      animation-name: dropdown-item-show; }
    .dropdown-menu.show &gt; :nth-child(1) {
      animation-name: dropdown-item-show-1; }
    .dropdown-menu.show &gt; :nth-child(2) {
      animation-name: dropdown-item-show-2; }
    .dropdown-menu.show &gt; :nth-child(3) {
      animation-name: dropdown-item-show-3; }
  .dropdown-menu::before {
    border-radius: 4px;
    background-clip: padding-box;
    background-color: #ffffff;
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.075), 0 3px 14px 2px rgba(0, 0, 0, 0.15), 0 5px 5px -3px rgba(0, 0, 0, 0.175);
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform-origin: top left;
    z-index: -1; }
  .nav:not(.flex-column):not(.flex-column-reverse) .dropdown-menu {
    min-width: 100%; }

.menu {
  margin-top: -3.125rem; }
  .menu::before {
    transform-origin: 0 2rem; }

.show &gt; a {
  outline: 0; }

.dropdown-menu-right:not([x-placement]) {
  right: 0;
  left: auto; }
  .dropdown-menu-right:not([x-placement]).menu::before {
    transform-origin: 100% 2rem; }
  .dropdown-menu-right:not([x-placement])::before {
    transform-origin: 100% 0; }

.dropleft .dropdown-menu:not([x-placement]) {
  top: 0;
  right: 100%;
  left: auto; }
  .dropleft .dropdown-menu:not([x-placement]).menu {
    margin-top: 0; }
  .dropleft .dropdown-menu:not([x-placement])::before {
    transform-origin: 100% 0; }

.dropright .dropdown-menu:not([x-placement]) {
  top: 0;
  right: auto;
  left: 100%; }
  .dropright .dropdown-menu:not([x-placement]).menu {
    margin-top: 0; }
  .dropright .dropdown-menu:not([x-placement])::before {
    transform-origin: 0 0; }

.dropup .dropdown-menu:not([x-placement]) {
  top: auto;
  bottom: 100%; }
  .dropup .dropdown-menu:not([x-placement]).menu {
    margin-top: 0;
    margin-bottom: -3.125rem; }
    .dropup .dropdown-menu:not([x-placement]).menu::before {
      transform-origin: 0 calc(100% - 2rem); }
  .dropup .dropdown-menu:not([x-placement])::before {
    transform-origin: 0 100%; }
  .dropup .dropdown-menu:not([x-placement]) &gt; :nth-child(1),
  .dropup .dropdown-menu:not([x-placement]) &gt; :nth-child(2),
  .dropup .dropdown-menu:not([x-placement]) &gt; :nth-child(3) {
    animation-name: dropdown-item-show; }
  .dropup .dropdown-menu:not([x-placement]) &gt; :nth-last-child(1) {
    animation-name: dropdown-item-show-1; }
  .dropup .dropdown-menu:not([x-placement]) &gt; :nth-last-child(2) {
    animation-name: dropdown-item-show-2; }
  .dropup .dropdown-menu:not([x-placement]) &gt; :nth-last-child(3) {
    animation-name: dropdown-item-show-3; }

.dropup .dropdown-menu-right:not([x-placement]).menu::before {
  transform-origin: 100% calc(100% - 2rem); }

.dropup .dropdown-menu-right:not([x-placement])::before {
  transform-origin: 100% 100%; }

.dropdown-menu[x-placement='bottom-end']::before,
.dropdown-menu[x-placement='left-start']::before {
  transform-origin: 100% 0; }

.dropdown-menu[x-placement='top-end'].show &gt; :nth-child(1),
.dropdown-menu[x-placement='top-end'].show &gt; :nth-child(2),
.dropdown-menu[x-placement='top-end'].show &gt; :nth-child(3),
.dropdown-menu[x-placement='top-start'].show &gt; :nth-child(1),
.dropdown-menu[x-placement='top-start'].show &gt; :nth-child(2),
.dropdown-menu[x-placement='top-start'].show &gt; :nth-child(3) {
  animation-name: dropdown-item-show; }

.dropdown-menu[x-placement='top-end'].show &gt; :nth-last-child(1),
.dropdown-menu[x-placement='top-start'].show &gt; :nth-last-child(1) {
  animation-name: dropdown-item-show-1; }

.dropdown-menu[x-placement='top-end'].show &gt; :nth-last-child(2),
.dropdown-menu[x-placement='top-start'].show &gt; :nth-last-child(2) {
  animation-name: dropdown-item-show-2; }

.dropdown-menu[x-placement='top-end'].show &gt; :nth-last-child(3),
.dropdown-menu[x-placement='top-start'].show &gt; :nth-last-child(3) {
  animation-name: dropdown-item-show-3; }

.dropdown-menu[x-placement='top-end']::before {
  transform-origin: 100% 100%; }

.dropdown-menu[x-placement='top-start']::before {
  transform-origin: 0 100%; }

.menu[x-placement='bottom-end']::before {
  transform-origin: 100% 2rem; }

.menu[x-placement='left-start'],
.menu[x-placement='right-start'] {
  margin-top: 0; }

.menu[x-placement='left-start']::before {
  transform-origin: 100% 0; }

.menu[x-placement='right-start']::before {
  transform-origin: 0 0; }

.menu[x-placement='top-end'],
.menu[x-placement='top-start'] {
  margin-top: 0;
  margin-bottom: -3.125rem; }

.menu[x-placement='top-end']::before {
  transform-origin: 100% calc(100% - 2rem); }

.menu[x-placement='top-start']::before {
  transform-origin: 0 calc(100% - 2rem); }

@keyframes dropdown-item-show {
  0% {
    opacity: 0; }
  99% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes dropdown-item-show-1 {
  0% {
    opacity: 0; }
  40% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes dropdown-item-show-2 {
  0% {
    opacity: 0; }
  60% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes dropdown-item-show-3 {
  0% {
    opacity: 0; }
  80% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* @keyframes dropdown-menu-show {
  0% {
    transform: scale(0, 0);
  }

  20% {
    transform: scale((1 / 3), 0);
  }

  40% {
    transform: scale((2 / 3), 0.25);
  }

  60% {
    transform: scale(1, 0.5);
  }

  80% {
    transform: scale(1, 0.75);
  }

  100% {
    transform: scale(1, 1);
  }
} */
@keyframes dropdown-menu-show {
  0% {
    transform: scale(0, 0); }
  100% {
    transform: scale(1, 1); } }

@keyframes menu-animation {
  0% {
    margin-top: -3.5rem; }
  100% {
    margin-top: 0; } }

@media (min-width: 576px) {
  .dropdown-menu-sm,
  .menu-cascading {
    min-width: 17.5rem; } }

.menu-cascading {
  margin-top: -2.75rem; }
  .menu-cascading[x-placement='top-end'], .menu-cascading[x-placement='top-start'] {
    margin-top: 0;
    margin-bottom: -2.75rem; }
  .menu-cascading[x-placement='top-end']::before {
    transform-origin: 100% calc(100% - 2rem); }
  .menu-cascading[x-placement='top-start']::before {
    transform-origin: 0 calc(100% - 2rem); }

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

.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 {
  background-color: rgba(0, 0, 0, 0.12);
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden; }

.dropdown-header {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: inherit;
  font-weight: 500;
  letter-spacing: 0.009375em;
  line-height: inherit;
  margin: 0;
  padding: 0.75rem 1rem;
  transform-origin: 0 0;
  /* .dropdown-menu-sm &amp;,
  .menu-cascading &amp; {
    font-size: $menu-font-size-cascading;
    line-height: $menu-line-height-cascading;
    padding: $menu-link-padding-y-cascading $menu-link-padding-x-cascading;
  } */ }

.dropdown-item {
  /* transition: $transition-duration-mobile;
  transition-property: $property;
  transition-timing-function: $transition-timing-function-standard; */
  transition: background-color, color 300ms cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  align-items: center;
  background: none;
  border: 0;
  clear: both;
  color: rgba(0, 0, 0, 0.87);
  display: flex;
  font-weight: inherit;
  height: 3rem;
  letter-spacing: 0.009375em;
  padding: 0 1rem;
  position: relative;
  text-align: inherit;
  transform-origin: 0 0;
  width: 100%; }
  @media (min-width: 576px) {
    .dropdown-item {
      transition-duration: 390ms; } }
  @media (min-width: 992px) {
    .dropdown-item {
      transition-duration: 280ms; } }
  @media screen and (prefers-reduced-motion: reduce) {
    .dropdown-item {
      transition: none; } }
  .dropdown-item:hover, .dropdown-item:focus, .dropdown-item:active {
    color: rgba(0, 0, 0, 0.87);
    text-decoration: none; }
  .dropdown-item:hover {
    background-color: rgba(0, 0, 0, 0.04); }
  .dropdown-item:focus, .dropdown-item.active {
    background-color: rgba(0, 0, 0, 0.12);
    outline: 0; }
  .dropdown-item:active {
    background-color: rgba(0, 0, 0, 0.24); }
  .dropdown-item:disabled, .dropdown-item.disabled {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.38);
    pointer-events: none; }
  .dropdown-item &gt; i,
  .dropdown-item &gt; [class*='material-icons'] {
    margin-right: 1.25rem;
    margin-left: 0.5rem; }
  .dropdown-item &gt; .dropdown-icon-append {
    margin-right: 0.5rem;
    margin-left: auto;
    order: 12; }
  .dropdown-menu-sm .dropdown-item,
  .menu-cascading .dropdown-item {
    height: 2rem; }

.dropdown-item-text {
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-weight: inherit;
  padding: 0.75rem 1rem;
  transform-origin: 0 0;
  /* .dropdown-menu-sm &amp;,
  .menu-cascading &amp; {
    padding: $menu-link-padding-y-cascading $menu-link-padding-x-cascading;
  } */ }

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

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

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

.dropleft .dropdown-toggle::before {
  content: "";
  display: inline-block;
  margin-right: 0.2em;
  margin-left: -0.2em;
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent; }

.dropdown-toggle.no-caret::before, .dropdown-toggle.no-caret::after {
  display: none; }

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

.navdrawer {
  display: none;
  outline: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 160;
  height: 100vh; }

.navdrawer-backdrop {
  transition-duration: 375ms;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: rgba(0, 0, 0, 0.32);
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 159;
  height: 100vh; }
  @media (min-width: 576px) {
    .navdrawer-backdrop {
      transition-duration: 487.5ms; } }
  @media (min-width: 992px) {
    .navdrawer-backdrop {
      transition-duration: 250ms; } }
  @media screen and (prefers-reduced-motion: reduce) {
    .navdrawer-backdrop {
      transition: none; } }
  .navdrawer-backdrop.show {
    opacity: 0; }

.navdrawer-content {
  transition-duration: 195ms;
  transition-property: box-shadow, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  background-color: #ffffff;
  max-width: calc(100% - 3.5rem);
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  transform: translate3d(-100%, 0, 0);
  width: 16rem; }
  @media (min-width: 576px) {
    .navdrawer-content {
      transition-duration: 253.5ms; } }
  @media (min-width: 992px) {
    .navdrawer-content {
      transition-duration: 75ms; } }
  @media screen and (prefers-reduced-motion: reduce) {
    .navdrawer-content {
      transition: none; } }
  .navdrawer-right .navdrawer-content {
    right: 0;
    left: auto;
    transform: translate3d(100%, 0, 0); }
  .navdrawer.show .navdrawer-content {
    transition-duration: 225ms;
    transition-property: box-shadow, transform;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.075), 0 6px 30px 5px rgba(0, 0, 0, 0.15), 0 8px 10px -5px rgba(0, 0, 0, 0.175);
    transform: translate3d(0, 0, 0); }
    @media (min-width: 576px) {
      .navdrawer.show .navdrawer-content {
        transition-duration: 292.5ms; } }
    @media (min-width: 992px) {
      .navdrawer.show .navdrawer-content {
        transition-duration: 150ms; } }
    @media screen and (prefers-reduced-motion: reduce) {
      .navdrawer.show .navdrawer-content {
        transition: none; } }

.navdrawer-body {
  margin-bottom: 0.5rem;
  padding-right: 1rem;
  padding-left: 1rem; }

.navdrawer-divider {
  background-color: rgba(0, 0, 0, 0.12);
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden; }

.navdrawer-header {
  background-color: #f5f5f5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  display: block;
  margin-bottom: 0.5rem;
  padding: 0.625rem 1rem; }

.navdrawer-subheader {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.38);
  display: block;
  font-weight: 500;
  height: 2rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0.5625rem 1rem; }
  .navdrawer-divider + .navdrawer-subheader {
    margin-top: -0.5rem; }

.navdrawer-nav {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 0; }
  .navdrawer-header + .navdrawer-nav,
  .navdrawer-subheader + .navdrawer-nav {
    margin-top: 0; }
  .navdrawer-nav .nav-link {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    align-items: center;
    border-radius: 4px;
    color: rgba(0, 0, 0, 0.87);
    display: flex;
    font-weight: 500;
    height: 2rem;
    letter-spacing: 0.007143em;
    line-height: 1.375rem;
    margin: 0.2rem 0.5rem;
    padding: 0 0.5rem;
    transition: background-color 15ms;
    background-color: inherit; }
    .navdrawer-nav .nav-link:hover, .navdrawer-nav .nav-link:focus, .navdrawer-nav .nav-link:active {
      background-color: #f5f5f5; }
    .navdrawer-nav .nav-link.active, .navdrawer-nav .nav-link:active {
      background-color: rgba(0, 121, 107, 0.12);
      color: #00796b;
      font-weight: 500; }
    .navdrawer-nav .nav-link.disabled {
      background-color: transparent;
      color: rgba(0, 0, 0, 0.38); }
    .navdrawer-nav .nav-link:focus {
      outline: 0; }
  .navdrawer-nav .active &gt; .nav-link {
    color: #00796b; }

.navdrawer-nav-icon {
  color: rgba(0, 0, 0, 0.54);
  width: 3.5rem; }
  .nav-link:active .navdrawer-nav-icon,
  .nav-link.active .navdrawer-nav-icon {
    color: #00796b; }

.active &gt; .nav-link .navdrawer-nav-icon {
  color: #00796b; }

@media (min-width: 576px) {
  .navdrawer-backdrop-permanent-sm {
    display: none;
    transition: none; }
  .navdrawer-backdrop-persistent-sm {
    display: none;
    transition: none; }
  .navdrawer-backdrop-temporary-sm {
    display: none;
    transition: none; }
  .navdrawer-permanent-sm {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    display: block !important;
    right: auto;
    width: 16rem;
    z-index: auto; }
    .navdrawer-permanent-sm.navdrawer-permanent-clipped, .navdrawer-permanent-sm.navdrawer-permanent-float {
      top: 3.5rem; }
    .navdrawer-permanent-sm.navdrawer-permanent-float {
      border-right: 0; }
      .navdrawer-permanent-sm.navdrawer-permanent-float.navdrawer-right {
        border-left: 0; }
      .navdrawer-permanent-sm.navdrawer-permanent-float .navdrawer-content {
        background-color: transparent; }
    .navdrawer-permanent-sm.navdrawer-right {
      border-right: 0;
      border-left: 1px solid rgba(0, 0, 0, 0.12);
      right: 0;
      left: auto; }
    .navdrawer-permanent-sm.show .navdrawer-content {
      box-shadow: none; }
    .navdrawer-permanent-sm .navdrawer-content {
      max-width: none;
      position: absolute;
      transform: translate3d(0, 0, 0);
      width: 100%; }
  .navdrawer-persistent-sm {
    right: auto;
    width: 16rem;
    z-index: auto; }
    .navdrawer-persistent-sm.navdrawer-persistent-clipped {
      border-top: 1px solid rgba(0, 0, 0, 0.12);
      margin-top: -1px;
      top: 3.5rem;
      z-index: 39; }
    .navdrawer-persistent-sm.navdrawer-right {
      right: 0;
      left: auto; }
      .navdrawer-persistent-sm.navdrawer-right .navdrawer-content {
        border-right: 0;
        border-left: 1px solid rgba(0, 0, 0, 0.12); }
    .navdrawer-persistent-sm.show .navdrawer-content {
      box-shadow: none; }
    .navdrawer-persistent-sm .navdrawer-content {
      border-right: 1px solid rgba(0, 0, 0, 0.12);
      max-width: none;
      position: absolute;
      width: 100%; }
  .navdrawer-temporary-sm {
    overflow: visible;
    right: auto;
    width: 16rem; }
    .navdrawer-temporary-sm.navdrawer-right {
      right: 0;
      left: auto; }
    .navdrawer-temporary-sm .navdrawer-content {
      max-width: none;
      position: absolute;
      width: 100%; } }

@media (min-width: 768px) {
  .navdrawer-backdrop-permanent-md {
    display: none;
    transition: none; }
  .navdrawer-backdrop-persistent-md {
    display: none;
    transition: none; }
  .navdrawer-backdrop-temporary-md {
    display: none;
    transition: none; }
  .navdrawer-permanent-md {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    display: block !important;
    right: auto;
    width: 16rem;
    z-index: auto; }
    .navdrawer-permanent-md.navdrawer-permanent-clipped, .navdrawer-permanent-md.navdrawer-permanent-float {
      top: 3.5rem; }
    .navdrawer-permanent-md.navdrawer-permanent-float {
      border-right: 0; }
      .navdrawer-permanent-md.navdrawer-permanent-float.navdrawer-right {
        border-left: 0; }
      .navdrawer-permanent-md.navdrawer-permanent-float .navdrawer-content {
        background-color: transparent; }
    .navdrawer-permanent-md.navdrawer-right {
      border-right: 0;
      border-left: 1px solid rgba(0, 0, 0, 0.12);
      right: 0;
      left: auto; }
    .navdrawer-permanent-md.show .navdrawer-content {
      box-shadow: none; }
    .navdrawer-permanent-md .navdrawer-content {
      max-width: none;
      position: absolute;
      transform: translate3d(0, 0, 0);
      width: 100%; }
  .navdrawer-persistent-md {
    right: auto;
    width: 16rem;
    z-index: auto; }
    .navdrawer-persistent-md.navdrawer-persistent-clipped {
      border-top: 1px solid rgba(0, 0, 0, 0.12);
      margin-top: -1px;
      top: 3.5rem;
      z-index: 39; }
    .navdrawer-persistent-md.navdrawer-right {
      right: 0;
      left: auto; }
      .navdrawer-persistent-md.navdrawer-right .navdrawer-content {
        border-right: 0;
        border-left: 1px solid rgba(0, 0, 0, 0.12); }
    .navdrawer-persistent-md.show .navdrawer-content {
      box-shadow: none; }
    .navdrawer-persistent-md .navdrawer-content {
      border-right: 1px solid rgba(0, 0, 0, 0.12);
      max-width: none;
      position: absolute;
      width: 100%; }
  .navdrawer-temporary-md {
    overflow: visible;
    right: auto;
    width: 16rem; }
    .navdrawer-temporary-md.navdrawer-right {
      right: 0;
      left: auto; }
    .navdrawer-temporary-md .navdrawer-content {
      max-width: none;
      position: absolute;
      width: 100%; } }

@media (min-width: 992px) {
  .navdrawer-backdrop-permanent-lg {
    display: none;
    transition: none; }
  .navdrawer-backdrop-persistent-lg {
    display: none;
    transition: none; }
  .navdrawer-backdrop-temporary-lg {
    display: none;
    transition: none; }
  .navdrawer-permanent-lg {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    display: block !important;
    right: auto;
    width: 16rem;
    z-index: auto; }
    .navdrawer-permanent-lg.navdrawer-permanent-clipped, .navdrawer-permanent-lg.navdrawer-permanent-float {
      top: 3.5rem; }
    .navdrawer-permanent-lg.navdrawer-permanent-float {
      border-right: 0; }
      .navdrawer-permanent-lg.navdrawer-permanent-float.navdrawer-right {
        border-left: 0; }
      .navdrawer-permanent-lg.navdrawer-permanent-float .navdrawer-content {
        background-color: transparent; }
    .navdrawer-permanent-lg.navdrawer-right {
      border-right: 0;
      border-left: 1px solid rgba(0, 0, 0, 0.12);
      right: 0;
      left: auto; }
    .navdrawer-permanent-lg.show .navdrawer-content {
      box-shadow: none; }
    .navdrawer-permanent-lg .navdrawer-content {
      max-width: none;
      position: absolute;
      transform: translate3d(0, 0, 0);
      width: 100%; }
  .navdrawer-persistent-lg {
    right: auto;
    width: 16rem;
    z-index: auto; }
    .navdrawer-persistent-lg.navdrawer-persistent-clipped {
      border-top: 1px solid rgba(0, 0, 0, 0.12);
      margin-top: -1px;
      top: 3.5rem;
      z-index: 39; }
    .navdrawer-persistent-lg.navdrawer-right {
      right: 0;
      left: auto; }
      .navdrawer-persistent-lg.navdrawer-right .navdrawer-content {
        border-right: 0;
        border-left: 1px solid rgba(0, 0, 0, 0.12); }
    .navdrawer-persistent-lg.show .navdrawer-content {
      box-shadow: none; }
    .navdrawer-persistent-lg .navdrawer-content {
      border-right: 1px solid rgba(0, 0, 0, 0.12);
      max-width: none;
      position: absolute;
      width: 100%; }
  .navdrawer-temporary-lg {
    overflow: visible;
    right: auto;
    width: 16rem; }
    .navdrawer-temporary-lg.navdrawer-right {
      right: 0;
      left: auto; }
    .navdrawer-temporary-lg .navdrawer-content {
      max-width: none;
      position: absolute;
      width: 100%; } }

@media (min-width: 1200px) {
  .navdrawer-backdrop-permanent-xl {
    display: none;
    transition: none; }
  .navdrawer-backdrop-persistent-xl {
    display: none;
    transition: none; }
  .navdrawer-backdrop-temporary-xl {
    display: none;
    transition: none; }
  .navdrawer-permanent-xl {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    display: block !important;
    right: auto;
    width: 16rem;
    z-index: auto; }
    .navdrawer-permanent-xl.navdrawer-permanent-clipped, .navdrawer-permanent-xl.navdrawer-permanent-float {
      top: 3.5rem; }
    .navdrawer-permanent-xl.navdrawer-permanent-float {
      border-right: 0; }
      .navdrawer-permanent-xl.navdrawer-permanent-float.navdrawer-right {
        border-left: 0; }
      .navdrawer-permanent-xl.navdrawer-permanent-float .navdrawer-content {
        background-color: transparent; }
    .navdrawer-permanent-xl.navdrawer-right {
      border-right: 0;
      border-left: 1px solid rgba(0, 0, 0, 0.12);
      right: 0;
      left: auto; }
    .navdrawer-permanent-xl.show .navdrawer-content {
      box-shadow: none; }
    .navdrawer-permanent-xl .navdrawer-content {
      max-width: none;
      position: absolute;
      transform: translate3d(0, 0, 0);
      width: 100%; }
  .navdrawer-persistent-xl {
    right: auto;
    width: 16rem;
    z-index: auto; }
    .navdrawer-persistent-xl.navdrawer-persistent-clipped {
      border-top: 1px solid rgba(0, 0, 0, 0.12);
      margin-top: -1px;
      top: 3.5rem;
      z-index: 39; }
    .navdrawer-persistent-xl.navdrawer-right {
      right: 0;
      left: auto; }
      .navdrawer-persistent-xl.navdrawer-right .navdrawer-content {
        border-right: 0;
        border-left: 1px solid rgba(0, 0, 0, 0.12); }
    .navdrawer-persistent-xl.show .navdrawer-content {
      box-shadow: none; }
    .navdrawer-persistent-xl .navdrawer-content {
      border-right: 1px solid rgba(0, 0, 0, 0.12);
      max-width: none;
      position: absolute;
      width: 100%; }
  .navdrawer-temporary-xl {
    overflow: visible;
    right: auto;
    width: 16rem; }
    .navdrawer-temporary-xl.navdrawer-right {
      right: 0;
      left: auto; }
    .navdrawer-temporary-xl .navdrawer-content {
      max-width: none;
      position: absolute;
      width: 100%; } }

.navdrawer-backdrop-permanent {
  display: none;
  transition: none; }

.navdrawer-backdrop-persistent {
  display: none;
  transition: none; }

.navdrawer-backdrop-temporary {
  display: none;
  transition: none; }

.navdrawer-permanent {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  display: block !important;
  right: auto;
  width: 16rem;
  z-index: auto; }
  .navdrawer-permanent.navdrawer-permanent-clipped, .navdrawer-permanent.navdrawer-permanent-float {
    top: 3.5rem; }
  .navdrawer-permanent.navdrawer-permanent-float {
    border-right: 0; }
    .navdrawer-permanent.navdrawer-permanent-float.navdrawer-right {
      border-left: 0; }
    .navdrawer-permanent.navdrawer-permanent-float .navdrawer-content {
      background-color: transparent; }
  .navdrawer-permanent.navdrawer-right {
    border-right: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    right: 0;
    left: auto; }
  .navdrawer-permanent.show .navdrawer-content {
    box-shadow: none; }
  .navdrawer-permanent .navdrawer-content {
    max-width: none;
    position: absolute;
    transform: translate3d(0, 0, 0);
    width: 100%; }

.navdrawer-persistent {
  right: auto;
  width: 16rem;
  z-index: auto; }
  .navdrawer-persistent.navdrawer-persistent-clipped {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    margin-top: -1px;
    top: 3.5rem;
    z-index: 39; }
  .navdrawer-persistent.navdrawer-right {
    right: 0;
    left: auto; }
    .navdrawer-persistent.navdrawer-right .navdrawer-content {
      border-right: 0;
      border-left: 1px solid rgba(0, 0, 0, 0.12); }
  .navdrawer-persistent.show .navdrawer-content {
    box-shadow: none; }
  .navdrawer-persistent .navdrawer-content {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    max-width: none;
    position: absolute;
    width: 100%; }

.navdrawer-temporary {
  overflow: visible;
  right: auto;
  width: 16rem; }
  .navdrawer-temporary.navdrawer-right {
    right: 0;
    left: auto; }
  .navdrawer-temporary .navdrawer-content {
    max-width: none;
    position: absolute;
    width: 100%; }

.progress {
  display: flex;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  z-index: 1;
  /* @include font-size($progress-font-size);
  background-color: $progress-bg; */ }

.progress-bar {
  border-bottom: 0.25rem solid #00796b;
  transition: width 250ms cubic-bezier(0.4, 0, 0.6, 1);
  will-change: width; }
  .progress-bar.bg-primary {
    background-color: transparent !important;
    border-bottom-color: #00796b; }
    .progress-bar.bg-primary::after {
      background-color: #80cbc4; }
  .progress-bar.bg-secondary {
    background-color: transparent !important;
    border-bottom-color: #263238; }
    .progress-bar.bg-secondary::after {
      background-color: #66fff8; }
  .progress-bar.bg-danger {
    background-color: transparent !important;
    border-bottom-color: #F34236; }
    .progress-bar.bg-danger::after {
      background-color: #c51162; }
  .progress-bar.bg-info {
    background-color: transparent !important;
    border-bottom-color: #714cfe; }
    .progress-bar.bg-info::after {
      background-color: #d2c2fd; }
  .progress-bar.bg-success {
    background-color: transparent !important;
    border-bottom-color: #4BAE4F; }
    .progress-bar.bg-success::after {
      background-color: #c6f68d; }
  .progress-bar.bg-warning {
    background-color: transparent !important;
    border-bottom-color: #ff8d00; }
    .progress-bar.bg-warning::after {
      background-color: #ffc77d; }
  .progress-bar.bg-dark {
    background-color: transparent !important;
    border-bottom-color: #212121; }
    .progress-bar.bg-dark::after {
      background-color: #757575; }
  .progress-bar.bg-light {
    background-color: transparent !important;
    border-bottom-color: #f5f5f5; }
    .progress-bar.bg-light::after {
      background-color: #fafafa; }
  .progress-bar.bg-provider-facebook {
    background-color: transparent !important;
    border-bottom-color: #3b5998; }
    .progress-bar.bg-provider-facebook::after {
      background-color: #3b5998; }
  .progress-bar.bg-provider-twitter {
    background-color: transparent !important;
    border-bottom-color: #1da1f2; }
    .progress-bar.bg-provider-twitter::after {
      background-color: #1da1f2; }
  .progress-bar.bg-provider-youtube {
    background-color: transparent !important;
    border-bottom-color: #FF0000; }
    .progress-bar.bg-provider-youtube::after {
      background-color: #FF0000; }
  .progress-bar::after {
    background-color: #e6e6e6;
    content: '';
    display: block;
    height: 0.25rem;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1; }

.progress-bar-animated::before {
  animation-direction: reverse;
  animation-duration: 300ms;
  animation-iteration-count: infinite;
  animation-name: progress-bar-animation;
  animation-timing-function: linear; }
  @media (min-width: 576px) {
    .progress-bar-animated::before {
      animation-duration: 390ms; } }
  @media (min-width: 992px) {
    .progress-bar-animated::before {
      animation-duration: 280ms; } }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated::before {
      animation: none; } }

.progress-bar-animated,
.progress-bar-striped {
  box-sizing: content-box;
  position: relative; }
  .progress-bar-animated.bg-primary::before,
  .progress-bar-striped.bg-primary::before {
    background-image: repeating-radial-gradient(0.125rem 0.125rem, #80cbc4, #80cbc4 0.125rem, transparent 0.125rem, transparent 100%);
    background-image: -webkit-repeating-radial-gradient(0.125rem 0.125rem, #80cbc4, #80cbc4 0.125rem, transparent 0.125rem, transparent 100%);
    background-image: -moz-repeating-radial-gradient(0.125rem 0.125rem, #80cbc4, #80cbc4 0.125rem, transparent 0.125rem, transparent 100%); }
  .progress-bar-animated.bg-secondary::before,
  .progress-bar-striped.bg-secondary::before {
    background-image: repeating-radial-gradient(0.125rem 0.125rem, #66fff8, #66fff8 0.125rem, transparent 0.125rem, transparent 100%);
    background-image: -webkit-repeating-radial-gradient(0.125rem 0.125rem, #66fff8, #66fff8 0.125rem, transparent 0.125rem, transparent 100%);
    background-image: -moz-repeating-radial-gradient(0.125rem 0.125rem, #66fff8, #66fff8 0.125rem, transparent 0.125rem, transparent 100%); }
  .progress-bar-animated.bg-danger::before,
  .progress-bar-striped.bg-danger::before {
    background-image: repeating-radial-gradient(0.125rem 0.125rem, #c51162, #c51162 0.125rem, transparent 0.125rem, transparent 100%);
    background-image: -webkit-repeating-radial-gradient(0.125rem 0.125rem, #c51162, #c51162 0.125rem, transparent 0.125rem, transparent 100%);
    background-image: -moz-repeating-radial-gradient(0.125rem 0.125rem, #c51162, #c51162 0.125rem, transparent 0.125rem, transparent 100%); }
  .progress-bar-animated.bg-info::before,
  .progress-bar-striped.bg-info::before {
    background-image: repeating-radial-gradient(0.125rem 0.125rem, #d2c2fd, #d2c2fd 0.125rem, transparent 0.125rem, transparent 100%);
    background-image: -webkit-repeating-radial-gradient(0.125rem 0.125rem, #d2c2fd, #d2c2fd 0.125rem, transparent 0.125rem, transparent 100%);
    background-image: -moz-repeating-radial-gradient(0.125rem 0.125rem, #d2c2fd, #d2c2fd 0.125rem, transparent 0.125rem, transparent 100%); }
  .progress-bar-animated.bg-success::before,
  .progress-bar-striped.bg-success::before {
    background-image: repeating-radial-gradient(0.125rem 0.125rem, #c6f68d, #c6f68d 0.125rem, transparent 0.125rem, transparent 100%);
    background-image: -webkit-repeating-radial-gradient(0.125rem 0.125rem, #c6f68d, #c6f68d 0.125rem, transparent 0.125rem, transparent 100%);
    background-image: -moz-repeating-radial-gradient(0.125rem 0.125rem, #c6f68d, #c6f68d 0.125rem, transparent 0.125rem, transparent 100%); }
  .progress-bar-animated.bg-warning::before,
  .progress-bar-striped.bg-warning::before {
    background-image: repeating-radial-gradient(0.125rem 0.125rem, #ffc77d, #ffc77d 0.125rem, transparent 0.125rem, transparent 100%);
    background-image: -webkit-repeating-radial-gradient(0.125rem 0.125rem, #ffc77d, #ffc77d 0.125rem, transparent 0.125rem, transparent 100%);
    background-image: -moz-repeating-radial-gradient(0.125rem 0.125rem, #ffc77d, #ffc77d 0.125rem, transparent 0.125rem, transparent 100%); }
  .progress-bar-animated.bg-dark::before,
  .progress-bar-striped.bg-dark::before {
    background-image: repeating-radial-gradient(0.125rem 0.125rem, #757575, #757575 0.125rem, transparent 0.125rem, transparent 100%);
    background-image: -webkit-repeating-radial-gradient(0.125rem 0.125rem, #757575, #757575 0.125rem, transparent 0.125rem, transparent 100%);
    background-image: -moz-repeating-radial-gradient(0.125rem 0.125rem, #757575, #757575 0.125rem, transparent 0.125rem, transparent 100%); }
  .progress-bar-animated.bg-light::before,
  .progress-bar-striped.bg-light::before {
    background-image: repeating-radial-gradient(0.125rem 0.125rem, #fafafa, #fafafa 0.125rem, transparent 0.125rem, transparent 100%);
    background-image: -webkit-repeating-radial-gradient(0.125rem 0.125rem, #fafafa, #fafafa 0.125rem, transparent 0.125rem, transparent 100%);
    background-image: -moz-repeating-radial-gradient(0.125rem 0.125rem, #fafafa, #fafafa 0.125rem, transparent 0.125rem, transparent 100%); }
  .progress-bar-animated.bg-provider-facebook::before,
  .progress-bar-striped.bg-provider-facebook::before {
    background-image: repeating-radial-gradient(0.125rem 0.125rem, #3b5998, #3b5998 0.125rem, transparent 0.125rem, transparent 100%);
    background-image: -webkit-repeating-radial-gradient(0.125rem 0.125rem, #3b5998, #3b5998 0.125rem, transparent 0.125rem, transparent 100%);
    background-image: -moz-repeating-radial-gradient(0.125rem 0.125rem, #3b5998, #3b5998 0.125rem, transparent 0.125rem, transparent 100%); }
  .progress-bar-animated.bg-provider-twitter::before,
  .progress-bar-striped.bg-provider-twitter::before {
    background-image: repeating-radial-gradient(0.125rem 0.125rem, #1da1f2, #1da1f2 0.125rem, transparent 0.125rem, transparent 100%);
    background-image: -webkit-repeating-radial-gradient(0.125rem 0.125rem, #1da1f2, #1da1f2 0.125rem, transparent 0.125rem, transparent 100%);
    background-image: -moz-repeating-radial-gradient(0.125rem 0.125rem, #1da1f2, #1da1f2 0.125rem, transparent 0.125rem, transparent 100%); }
  .progress-bar-animated.bg-provider-youtube::before,
  .progress-bar-striped.bg-provider-youtube::before {
    background-image: repeating-radial-gradient(0.125rem 0.125rem, #FF0000, #FF0000 0.125rem, transparent 0.125rem, transparent 100%);
    background-image: -webkit-repeating-radial-gradient(0.125rem 0.125rem, #FF0000, #FF0000 0.125rem, transparent 0.125rem, transparent 100%);
    background-image: -moz-repeating-radial-gradient(0.125rem 0.125rem, #FF0000, #FF0000 0.125rem, transparent 0.125rem, transparent 100%); }
  .progress-bar-animated::after,
  .progress-bar-striped::after {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    right: -1.5rem;
    bottom: -0.25rem; }
  .progress-bar-animated::before,
  .progress-bar-striped::before {
    background-image: repeating-radial-gradient(0.125rem 0.125rem, #e6e6e6, #e6e6e6 0.125rem, transparent 0.125rem, transparent 100%);
    background-image: -webkit-repeating-radial-gradient(0.125rem 0.125rem, #e6e6e6, #e6e6e6 0.125rem, transparent 0.125rem, transparent 100%);
    background-image: -moz-repeating-radial-gradient(0.125rem 0.125rem, #e6e6e6, #e6e6e6 0.125rem, transparent 0.125rem, transparent 100%);
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: 0.75rem 0.75rem;
    content: '';
    display: block;
    height: 0.25rem;
    position: absolute;
    right: -100vw;
    bottom: -0.25rem;
    left: 0;
    z-index: -1; }

@keyframes progress-bar-animation {
  from {
    background-position: 0 0; }
  to {
    background-position: 0.75rem 0; } }

.progress-bar-indeterminate {
  border-bottom-color: #e6e6e6;
  position: relative;
  width: 100%; }
  .progress-bar-indeterminate.bg-primary {
    border-bottom-color: #80cbc4; }
    .progress-bar-indeterminate.bg-primary::after, .progress-bar-indeterminate.bg-primary::before {
      background-color: #00796b; }
    .progress-bar-indeterminate.bg-primary::before {
      background-image: none; }
  .progress-bar-indeterminate.bg-secondary {
    border-bottom-color: #66fff8; }
    .progress-bar-indeterminate.bg-secondary::after, .progress-bar-indeterminate.bg-secondary::before {
      background-color: #263238; }
    .progress-bar-indeterminate.bg-secondary::before {
      background-image: none; }
  .progress-bar-indeterminate.bg-danger {
    border-bottom-color: #c51162; }
    .progress-bar-indeterminate.bg-danger::after, .progress-bar-indeterminate.bg-danger::before {
      background-color: #F34236; }
    .progress-bar-indeterminate.bg-danger::before {
      background-image: none; }
  .progress-bar-indeterminate.bg-info {
    border-bottom-color: #d2c2fd; }
    .progress-bar-indeterminate.bg-info::after, .progress-bar-indeterminate.bg-info::before {
      background-color: #714cfe; }
    .progress-bar-indeterminate.bg-info::before {
      background-image: none; }
  .progress-bar-indeterminate.bg-success {
    border-bottom-color: #c6f68d; }
    .progress-bar-indeterminate.bg-success::after, .progress-bar-indeterminate.bg-success::before {
      background-color: #4BAE4F; }
    .progress-bar-indeterminate.bg-success::before {
      background-image: none; }
  .progress-bar-indeterminate.bg-warning {
    border-bottom-color: #ffc77d; }
    .progress-bar-indeterminate.bg-warning::after, .progress-bar-indeterminate.bg-warning::before {
      background-color: #ff8d00; }
    .progress-bar-indeterminate.bg-warning::before {
      background-image: none; }
  .progress-bar-indeterminate.bg-dark {
    border-bottom-color: #757575; }
    .progress-bar-indeterminate.bg-dark::after, .progress-bar-indeterminate.bg-dark::before {
      background-color: #212121; }
    .progress-bar-indeterminate.bg-dark::before {
      background-image: none; }
  .progress-bar-indeterminate.bg-light {
    border-bottom-color: #fafafa; }
    .progress-bar-indeterminate.bg-light::after, .progress-bar-indeterminate.bg-light::before {
      background-color: #f5f5f5; }
    .progress-bar-indeterminate.bg-light::before {
      background-image: none; }
  .progress-bar-indeterminate.bg-provider-facebook {
    border-bottom-color: #3b5998; }
    .progress-bar-indeterminate.bg-provider-facebook::after, .progress-bar-indeterminate.bg-provider-facebook::before {
      background-color: #3b5998; }
    .progress-bar-indeterminate.bg-provider-facebook::before {
      background-image: none; }
  .progress-bar-indeterminate.bg-provider-twitter {
    border-bottom-color: #1da1f2; }
    .progress-bar-indeterminate.bg-provider-twitter::after, .progress-bar-indeterminate.bg-provider-twitter::before {
      background-color: #1da1f2; }
    .progress-bar-indeterminate.bg-provider-twitter::before {
      background-image: none; }
  .progress-bar-indeterminate.bg-provider-youtube {
    border-bottom-color: #FF0000; }
    .progress-bar-indeterminate.bg-provider-youtube::after, .progress-bar-indeterminate.bg-provider-youtube::before {
      background-color: #FF0000; }
    .progress-bar-indeterminate.bg-provider-youtube::before {
      background-image: none; }
  .progress-bar-indeterminate::after, .progress-bar-indeterminate::before {
    border-radius: 0.25rem;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background-color: #00796b;
    width: 0%; }
  .progress-bar-indeterminate::after {
    animation-name: progress-bar-indeterminate-after;
    bottom: -0.25rem;
    z-index: 0; }
  .progress-bar-indeterminate::before {
    animation-name: progress-bar-indeterminate-before;
    content: '';
    display: block;
    height: 0.25rem;
    position: absolute;
    bottom: -0.25rem;
    z-index: 0; }

@keyframes progress-bar-indeterminate-after {
  0% {
    left: 0%;
    width: 0%; }
  50% {
    left: 25%;
    width: 75%; }
  75% {
    left: 100%;
    width: 0%; } }

@keyframes progress-bar-indeterminate-before {
  0%,
  62.5% {
    left: 0%;
    width: 0%; }
  71.875% {
    left: 0%;
    width: 25%; }
  81.25% {
    left: 25%;
    width: 50%; }
  100% {
    left: 100%;
    width: 25%; } }

.spinner-border {
  animation: spinner-border 1.333s linear infinite;
  border: 0.25rem solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  display: inline-block;
  height: 2.5rem;
  vertical-align: text-bottom;
  width: 2.5rem; }

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

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

.spinner-grow {
  animation: spinner-grow 0.75s linear infinite;
  background-color: currentColor;
  border-radius: 50%;
  display: inline-block;
  height: 2.5rem;
  opacity: 0;
  vertical-align: text-bottom;
  width: 2.5rem; }

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

.progress-circular {
  height: 2.5rem;
  position: relative;
  width: 2.5rem; }

.progress-circular-gap {
  border-top: 0.125rem solid #00796b;
  position: absolute;
  top: 0;
  right: 1.1875rem;
  bottom: 0;
  left: 1.1875rem; }

.progress-circular-inner {
  animation: progress-circular-inner-rotate 5.332s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  height: 2.5rem;
  position: relative;
  width: 2.5rem; }

.progress-circular-left,
.progress-circular-right {
  height: 2.5rem;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 1.25rem; }

.progress-circular-left {
  left: 0; }

.progress-circular-right {
  right: 0; }

.progress-circular-spinner {
  border: 0.25rem solid #00796b;
  border-bottom-color: transparent;
  border-radius: 50%;
  height: 2.5rem;
  position: absolute;
  top: 0;
  width: 2.5rem; }
  .progress-circular-left .progress-circular-spinner {
    animation: progress-circular-spinner-left 1.333s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    border-right-color: transparent;
    left: 0; }
  .progress-circular-right .progress-circular-spinner {
    animation: progress-circular-spinner-right 1.333s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    border-left-color: transparent;
    right: 0; }

.progress-circular-wrapper {
  animation: spinner-border 2.666s linear infinite; }

@keyframes progress-circular-inner-rotate {
  12.5% {
    transform: rotate(135deg); }
  25% {
    transform: rotate(270deg); }
  37.5% {
    transform: rotate(405deg); }
  50% {
    transform: rotate(540deg); }
  62.5% {
    transform: rotate(675deg); }
  75% {
    transform: rotate(810deg); }
  87.5% {
    transform: rotate(945deg); }
  100% {
    transform: rotate(1080deg); } }

@keyframes progress-circular-spinner-left {
  0%,
  100% {
    transform: rotate(130deg); }
  50% {
    transform: rotate(-5deg); } }

@keyframes progress-circular-spinner-right {
  0%,
  100% {
    transform: rotate(-130deg); }
  50% {
    transform: rotate(5deg); } }

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

.progress-circular-primary .progress-circular-gap,
.progress-circular-primary .progress-circular-spinner {
  border-top-color: #00796b; }

.progress-circular-primary .progress-circular-left .progress-circular-spinner {
  border-left-color: #00796b; }

.progress-circular-primary .progress-circular-right .progress-circular-spinner {
  border-right-color: #00796b; }

.progress-circular-secondary .progress-circular-gap,
.progress-circular-secondary .progress-circular-spinner {
  border-top-color: #263238; }

.progress-circular-secondary .progress-circular-left .progress-circular-spinner {
  border-left-color: #263238; }

.progress-circular-secondary .progress-circular-right .progress-circular-spinner {
  border-right-color: #263238; }

.progress-circular-danger .progress-circular-gap,
.progress-circular-danger .progress-circular-spinner {
  border-top-color: #F34236; }

.progress-circular-danger .progress-circular-left .progress-circular-spinner {
  border-left-color: #F34236; }

.progress-circular-danger .progress-circular-right .progress-circular-spinner {
  border-right-color: #F34236; }

.progress-circular-info .progress-circular-gap,
.progress-circular-info .progress-circular-spinner {
  border-top-color: #714cfe; }

.progress-circular-info .progress-circular-left .progress-circular-spinner {
  border-left-color: #714cfe; }

.progress-circular-info .progress-circular-right .progress-circular-spinner {
  border-right-color: #714cfe; }

.progress-circular-success .progress-circular-gap,
.progress-circular-success .progress-circular-spinner {
  border-top-color: #4BAE4F; }

.progress-circular-success .progress-circular-left .progress-circular-spinner {
  border-left-color: #4BAE4F; }

.progress-circular-success .progress-circular-right .progress-circular-spinner {
  border-right-color: #4BAE4F; }

.progress-circular-warning .progress-circular-gap,
.progress-circular-warning .progress-circular-spinner {
  border-top-color: #ff8d00; }

.progress-circular-warning .progress-circular-left .progress-circular-spinner {
  border-left-color: #ff8d00; }

.progress-circular-warning .progress-circular-right .progress-circular-spinner {
  border-right-color: #ff8d00; }

.progress-circular-dark .progress-circular-gap,
.progress-circular-dark .progress-circular-spinner {
  border-top-color: #212121; }

.progress-circular-dark .progress-circular-left .progress-circular-spinner {
  border-left-color: #212121; }

.progress-circular-dark .progress-circular-right .progress-circular-spinner {
  border-right-color: #212121; }

.progress-circular-light .progress-circular-gap,
.progress-circular-light .progress-circular-spinner {
  border-top-color: #f5f5f5; }

.progress-circular-light .progress-circular-left .progress-circular-spinner {
  border-left-color: #f5f5f5; }

.progress-circular-light .progress-circular-right .progress-circular-spinner {
  border-right-color: #f5f5f5; }

.progress-circular-provider-facebook .progress-circular-gap,
.progress-circular-provider-facebook .progress-circular-spinner {
  border-top-color: #3b5998; }

.progress-circular-provider-facebook .progress-circular-left .progress-circular-spinner {
  border-left-color: #3b5998; }

.progress-circular-provider-facebook .progress-circular-right .progress-circular-spinner {
  border-right-color: #3b5998; }

.progress-circular-provider-twitter .progress-circular-gap,
.progress-circular-provider-twitter .progress-circular-spinner {
  border-top-color: #1da1f2; }

.progress-circular-provider-twitter .progress-circular-left .progress-circular-spinner {
  border-left-color: #1da1f2; }

.progress-circular-provider-twitter .progress-circular-right .progress-circular-spinner {
  border-right-color: #1da1f2; }

.progress-circular-provider-youtube .progress-circular-gap,
.progress-circular-provider-youtube .progress-circular-spinner {
  border-top-color: #FF0000; }

.progress-circular-provider-youtube .progress-circular-left .progress-circular-spinner {
  border-left-color: #FF0000; }

.progress-circular-provider-youtube .progress-circular-right .progress-circular-spinner {
  border-right-color: #FF0000; }

.custom-control {
  display: block;
  min-height: 1.35rem;
  padding-left: 2.25rem;
  position: relative;
  z-index: 1; }
  .custom-control + .custom-control {
    margin-top: 0.75rem; }

.custom-control-inline {
  align-items: center;
  display: inline-flex;
  margin-right: 1.5rem; }
  .custom-control-inline + .custom-control-inline {
    margin-top: 0; }

.custom-control-label {
  color: inherit;
  font-size: 0.7875rem;
  letter-spacing: 0.017857em;
  line-height: 1.25rem;
  margin-bottom: 0;
  user-select: none;
  vertical-align: top; }
  .custom-control-label::before {
    transition: background-color, opacity, transform 100ms cubic-bezier(0.4, 0, 0.2, 1);
    background-color: currentColor;
    border-radius: 50%;
    color: rgba(0, 0, 0, 0.54);
    content: '';
    display: block;
    height: 3rem;
    margin-top: -0.825rem;
    margin-left: -0.75rem;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0.87, 0.87) translateZ(0);
    width: 3rem; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-control-label::before {
        transition: none; } }
  .custom-control-label::after {
    color: rgba(0, 0, 0, 0.54);
    display: block;
    position: absolute;
    top: -0.075rem;
    left: 0; }

.custom-control-input {
  height: 1.175rem;
  opacity: 0;
  position: absolute;
  left: 0;
  width: 1rem;
  z-index: -1; }
  .custom-control-input[disabled] ~ .custom-control-label {
    color: rgba(0, 0, 0, 0.26); }
    .custom-control-input[disabled] ~ .custom-control-label::after {
      color: rgba(0, 0, 0, 0.26); }
    .custom-control-input[disabled] ~ .custom-control-label::before {
      display: none; }
  .custom-control-input:not([disabled]):hover ~ .custom-control-label {
    cursor: pointer; }
  .custom-control-input:active ~ .custom-control-label::before, .custom-control-input.focus ~ .custom-control-label::before {
    opacity: 0.12;
    transform: scale(1, 1) translateZ(0); }
  .custom-control-input:checked ~ .custom-control-label::after {
    color: #00796b; }
  .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #00796b; }

input[type='checkbox'][disabled] ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(0, 0, 0, 0.26)' width='48' height='48' viewBox='0 0 48 48'%3e%3cpath d='M38 10v28H10V10h28m0-4H10c-2.21 0-4 1.79-4 4v28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V10c0-2.21-1.79-4-4-4z'/%3e%3c/svg%3e"); }

input[type='radio'][disabled] ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(0, 0, 0, 0.26)' height='24' viewBox='0 0 24 24' width='24'%3e%3cpath d='M0 0h24v24H0z' fill='none'/%3e%3cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z'/%3e%3c/svg%3e"); }

.custom-checkbox.custom-control {
  align-items: center;
  display: flex; }

.custom-checkbox .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(0, 0, 0, 0.54)' width='48' height='48' viewBox='0 0 48 48'%3e%3cpath d='M38 10v28H10V10h28m0-4H10c-2.21 0-4 1.79-4 4v28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V10c0-2.21-1.79-4-4-4z'/%3e%3c/svg%3e");
  height: 24px;
  width: 24px;
  content: '';
  background-size: 100%;
  line-height: 1;
  vertical-align: middle; }

.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' fill='%2300796b' width='48' height='48' viewBox='0 0 48 48'%3e%3cpath d='M38 6H10c-2.21 0-4 1.79-4 4v28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V10c0-2.21-1.79-4-4-4zM20 34L10 24l2.83-2.83L20 28.34l15.17-15.17L38 16 20 34z'/%3e%3c/svg%3e"); }

.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' height='24' viewBox='0 0 24 24' fill='%2300796b' width='24'%3e%3cg%3e%3crect fill='none' height='24' width='24'/%3e%3c/g%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M19,3H5C3.9,3,3,3.9,3,5v14c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2V5C21,3.9,20.1,3,19,3z M17,13H7v-2h10V13z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate:not([disabled]) ~ .custom-control-label::after {
  color: #00796b; }

.custom-radio .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(0, 0, 0, 0.54)' height='24' viewBox='0 0 24 24' width='24'%3e%3cpath d='M0 0h24v24H0z' fill='none'/%3e%3cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z'/%3e%3c/svg%3e");
  height: 24px;
  width: 24px;
  content: '';
  background-size: 100%;
  line-height: 1;
  vertical-align: middle; }

.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' height='24' fill='%2300796b' viewBox='0 0 24 24' width='24'%3e%3cpath d='M0 0h24v24H0z' fill='none'/%3e%3cpath d='M12 7c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm0-5C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z'/%3e%3c/svg%3e"); }

.custom-switch {
  align-items: center;
  display: flex;
  flex-grow: 1;
  padding-left: 36px; }
  .custom-switch .custom-control-label {
    flex: 1; }
    .custom-switch .custom-control-label::before {
      background: rgba(0, 0, 0, 0.38);
      border-radius: 0.4375rem;
      content: '';
      height: 0.875rem;
      opacity: 1;
      pointer-events: all;
      position: absolute;
      top: 15.5px;
      transform: none;
      transition: background-color 90ms cubic-bezier(0.4, 0, 0.2, 1), transform 90ms cubic-bezier(0.4, 0, 0.2, 1);
      width: 2rem;
      will-change: background-color, transform; }
    .custom-switch .custom-control-label:active::before {
      opacity: 1; }
    .custom-switch .custom-control-label:disabled::before {
      background: rgba(0, 0, 0, 0.12); }
    .custom-switch .custom-control-label::after {
      background: #ffffff;
      border-radius: 50%;
      box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
      content: '';
      height: 1.25rem;
      position: absolute;
      left: -1rem;
      transform: translateX(0);
      transition: transform 90ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 90ms cubic-bezier(0.4, 0, 0.2, 1);
      width: 1.25rem;
      will-change: box-shadow, transform; }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::before {
    background-color: rgba(0, 121, 107, 0.54);
    opacity: 1; }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background: #00796b;
    transform: translateX(1.25rem); }
  .custom-switch .custom-control-input:not(:checked):focus ~ .custom-control-label::after {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 0 0 0.875rem rgba(0, 0, 0, 0.08); }
  .custom-switch .custom-control-input:checked:focus ~ .custom-control-label::after {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 0 0 0.875rem rgba(0, 121, 107, 0.12); }
  .custom-switch .custom-control-input[disabled] ~ .custom-control-label::before {
    background: #e0e0e0;
    display: block; }
  .custom-switch .custom-control-input[disabled] ~ .custom-control-label::after {
    background: #bdbdbd; }

.nav-tabs {
  flex-wrap: nowrap;
  width: 100%; }
  .nav-tabs.nav-inverse .nav-link {
    color: rgba(255, 255, 255, 0.5); }
    .nav-tabs.nav-inverse .nav-link.active {
      color: #ffffff; }
    .nav-tabs.nav-inverse .nav-link::before {
      background-color: #ffffff; }
  .nav-tabs .nav-link {
    /* transition: $transition-duration-mobile;
  transition-property: $property;
  transition-timing-function: $transition-timing-function-standard; */
    transition: background-color, color, opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    align-items: center;
    color: rgba(0,0,0,.54);
    display: flex;
    flex: 1 0 auto;
    font-size: 0.875rem;
    font-weight: 500;
    height: 3rem;
    justify-content: center;
    letter-spacing: inherit;
    line-height: 2.25rem;
    padding: 0 1rem;
    position: relative; }
    @media (min-width: 576px) {
      .nav-tabs .nav-link {
        transition-duration: 390ms; } }
    @media (min-width: 992px) {
      .nav-tabs .nav-link {
        transition-duration: 280ms; } }
    @media screen and (prefers-reduced-motion: reduce) {
      .nav-tabs .nav-link {
        transition: none; } }
    @media (min-width: 1200px) {
      .nav-tabs .nav-link {
        padding: 0 1.5rem; } }
    .nav-tabs .nav-link::before {
      /* transition: $transition-duration-mobile;
  transition-property: $property;
  transition-timing-function: $transition-timing-function-standard; */
      transition: opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);
      background-color: #3f3f3f;
      content: '';
      display: block;
      height: 0.125rem;
      opacity: 0;
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0; }
      @media (min-width: 576px) {
        .nav-tabs .nav-link::before {
          transition-duration: 390ms; } }
      @media (min-width: 992px) {
        .nav-tabs .nav-link::before {
          transition-duration: 280ms; } }
      @media screen and (prefers-reduced-motion: reduce) {
        .nav-tabs .nav-link::before {
          transition: none; } }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:active {
      color: #3f3f3f; }
    .nav-tabs .nav-link.flex-column {
      height: 4.5rem; }
      .nav-tabs .nav-link.flex-column i,
      .nav-tabs .nav-link.flex-column [class*='material-icons'] {
        margin: .75rem 0 -3px; }
    .nav-tabs .nav-link.active {
      color: #3f3f3f; }
      .nav-tabs .nav-link.active::before {
        opacity: 1; }
    .nav-tabs .nav-link.disabled {
      background-color: transparent;
      color: rgba(0, 0, 0, 0.38);
      opacity: 1; }
    .nav-tabs .nav-link i,
    .nav-tabs .nav-link [class*='material-icons'] {
      margin-right: 0.5rem; }
  .nav-tabs .nav-item.show .nav-link {
    background-color: rgba(0, 0, 0, 0.12); }

.nav-tabs-material {
  position: relative; }
  .nav-tabs-material.animate .nav-link::before {
    opacity: 0; }
  .nav-tabs-material.animate .nav-tabs-indicator {
    /* transition: $transition-duration-mobile;
  transition-property: $property;
  transition-timing-function: $transition-timing-function-standard; */
    transition: left, right 300ms cubic-bezier(0.4, 0, 0.2, 1); }
    @media (min-width: 576px) {
      .nav-tabs-material.animate .nav-tabs-indicator {
        transition-duration: 390ms; } }
    @media (min-width: 992px) {
      .nav-tabs-material.animate .nav-tabs-indicator {
        transition-duration: 280ms; } }
    @media screen and (prefers-reduced-motion: reduce) {
      .nav-tabs-material.animate .nav-tabs-indicator {
        transition: none; } }
  .nav-tabs-material .nav-link::before {
    transition: none; }
  .nav-tabs-material .nav-tabs-indicator {
    background-color: #3f3f3f;
    display: none;
    height: 0.125rem;
    position: absolute;
    bottom: 0; }
    .nav-tabs-material .nav-tabs-indicator.show {
      display: block; }
    .nav-tabs-scrollable .nav-tabs-material .nav-tabs-indicator {
      bottom: 3rem; }
    .nav-inverse .nav-tabs-material .nav-tabs-indicator {
      background-color: #ffffff; }

.nav-tabs-scrollable .nav-tabs {
  flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  overflow-y: hidden; }

/* TODO
*  merge select and custom select
*  input-group-prepend or input-group-icon ? : bring icon within field
*/
.form-control, .custom-select, .form-control-file {
  background-clip: padding-box;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.42);
  border-radius: 0;
  border-style: solid;
  border-width: 0 0 1px;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 1rem;
  letter-spacing: 0.009375em;
  line-height: 1.5;
  padding: 0.375rem 0 calc(0.375rem - 1px);
  transition: border-color 15ms linear;
  width: 100%; }
  .form-control::-ms-expand, .custom-select::-ms-expand, .form-control-file::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring, .custom-select:-moz-focusring, .form-control-file:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.87); }
  .form-control::placeholder, .custom-select::placeholder, .form-control-file::placeholder {
    color: rgba(0, 0, 0, 0.54);
    opacity: 1; }
  .form-control:disabled, .custom-select:disabled, .form-control-file:disabled, .form-control[readonly], .custom-select[readonly], .form-control-file[readonly] {
    border-style: dotted;
    color: rgba(0, 0, 0, 0.38);
    opacity: 1; }
    .form-control:disabled:hover, .custom-select:disabled:hover, .form-control-file:disabled:hover, .form-control:disabled:focus, .custom-select:disabled:focus, .form-control-file:disabled:focus, .form-control[readonly]:hover, .custom-select[readonly]:hover, .form-control-file[readonly]:hover, .form-control[readonly]:focus, .custom-select[readonly]:focus, .form-control-file[readonly]:focus {
      border-color: rgba(0, 0, 0, 0.42);
      box-shadow: none; }
  .form-control:hover, .custom-select:hover, .form-control-file:hover {
    border-color: rgba(0, 0, 0, 0.87); }
  .form-control:focus, .custom-select:focus, .form-control-file:focus {
    border-color: #00796b;
    box-shadow: inset 0 -2px 0 -1px #00796b;
    outline: 0; }
  .form-control:invalid:required, .custom-select:invalid:required, .form-control-file:invalid:required {
    outline: 0; }

.form-control[type='file'] {
  max-height: 2.25rem; }

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

.form-control-lg {
  font-size: 2.125rem;
  line-height: 1.176471;
  padding: 0.625rem 0 calc(0.625rem - 1px); }
  .form-control-lg[type='file'] {
    max-height: 3.75rem; }

.form-control-sm {
  font-size: 0.8125rem;
  line-height: 1.538462;
  padding: 0.375rem 0 calc(0.375rem - 1px); }
  .form-control-sm[type='file'] {
    max-height: 2rem; }

select.form-control, .custom-select {
  appearance: none; }

@-moz-document url-prefix('') {
  select.form-control, .custom-select {
    background-image: url('data:image/svg+xml;charset=utf8,%3csvg fill="%23000000" fill-opacity="0.54" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3c/svg%3e');
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 1.5em; }
    select.form-control[multiple], .custom-select[multiple], select.form-control[size]:not([size='1']), .custom-select[size]:not([size='1']) {
      background-image: none; } }
  @media (-webkit-min-device-pixel-ratio: 0) {
    select.form-control, .custom-select {
      background-image: url('data:image/svg+xml;charset=utf8,%3csvg fill="%23000000" fill-opacity="0.54" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3c/svg%3e');
      background-position: 100% 50%;
      background-repeat: no-repeat;
      background-size: 1.5em 1.5em;
      padding-right: 1.5em; }
      select.form-control[multiple], .custom-select[multiple], select.form-control[size]:not([size='1']), .custom-select[size]:not([size='1']) {
        background-image: none; } }

select.form-control[multiple], select.form-control[size]:not([size='1']), textarea.form-control:not([rows='1']), .custom-select[multiple], .custom-select[size]:not([size='1']) {
  border-color: rgba(0, 0, 0, 0.24);
  border-radius: 4px;
  border-width: 1px;
  min-height: 3.5rem;
  padding: calc(1rem - 1px) 1rem; }
  select.form-control:hover[multiple], select.form-control:hover[size]:not([size='1']), textarea.form-control:hover:not([rows='1']), .custom-select:hover[multiple], .custom-select:hover[size]:not([size='1']) {
    border-color: rgba(0, 0, 0, 0.87); }
  select.form-control:focus[multiple], select.form-control:focus[size]:not([size='1']), textarea.form-control:focus:not([rows='1']), .custom-select:focus[multiple], .custom-select:focus[size]:not([size='1']) {
    border-color: #00796b;
    box-shadow: inset 2px 2px 0 -1px #00796b, inset -2px -2px 0 -1px #00796b; }

select.form-control[multiple], select.form-control[size]:not([size='1']) {
  padding: 0.5rem 0; }
  select.form-control[multiple] option, select.form-control[size]:not([size='1']) option {
    padding: 0 1.5rem; }

select.form-control option {
  align-items: center;
  display: flex;
  font-size: 0.9rem;
  height: 3rem;
  letter-spacing: 0.009375em; }
  select.form-control option:hover {
    background: rgba(0, 0, 0, 0.04); }
  select.form-control option:active {
    background: rgba(0, 0, 0, 0.12) !important; }

select.form-control:not([multiple]):not([size]):focus {
  background-image: url('data:image/svg+xml;charset=utf8,%3csvg fill="%23000" fill-opacity="0.54" transform="rotate(180)" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3canimateTransform attributeName="transform" attributeType="XML" type="rotate" from="0 0 0" to="180 0 0" dur="250ms"/%3e%3c/svg%3e'); }

select.form-control-lg[multiple], select.form-control-lg[size]:not([size='1']) {
  padding: calc(0.875rem - 1px) 1rem; }

select.form-control-sm[multiple], select.form-control-sm[size]:not([size='1']) {
  padding: calc(0.75rem - 1px) 0.75rem; }

textarea.form-control {
  min-height: 2.25rem; }

textarea.form-control-lg {
  min-height: 3.75rem; }
  textarea.form-control-lg:not([rows='1']) {
    min-height: 4.25rem;
    padding: calc(0.875rem - 1px) 1rem; }

textarea.form-control-sm {
  min-height: 2rem; }
  textarea.form-control-sm:not([rows='1']) {
    min-height: 2.75rem;
    padding: calc(0.75rem - 1px) 0.75rem; }

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

.custom-file-input {
  height: 2.25rem;
  margin: 0;
  opacity: 0;
  position: relative;
  width: 100%;
  z-index: 2; }
  .custom-file-input:hover ~ .custom-file-label, .custom-file-input:focus ~ .custom-file-label {
    border-bottom-color: #00796b;
    box-shadow: inset 0 -2px 0 -1px #00796b; }

.custom-file-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* transition: $transition-duration-mobile;
  transition-property: $property;
  transition-timing-function: $transition-timing-function-standard; */
  transition: border-color, box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.42);
  color: rgba(0, 0, 0, 0.38);
  font-size: 1rem;
  height: 2.25rem;
  line-height: 1.5;
  padding: 0.375rem 2.25rem calc(0.375rem - 1px) 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1; }
  @media (min-width: 576px) {
    .custom-file-label {
      transition-duration: 390ms; } }
  @media (min-width: 992px) {
    .custom-file-label {
      transition-duration: 280ms; } }
  @media screen and (prefers-reduced-motion: reduce) {
    .custom-file-label {
      transition: none; } }
  .custom-file-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(0, 0, 0, 0.54)' height='24' viewBox='0 0 24 24' width='24'%3e%3cpath d='M0 0h24v24H0V0z' fill='none'/%3e%3cpath d='M2 12.5C2 9.46 4.46 7 7.5 7H18c2.21 0 4 1.79 4 4s-1.79 4-4 4H9.5C8.12 15 7 13.88 7 12.5S8.12 10 9.5 10H17v2H9.41c-.55 0-.55 1 0 1H18c1.1 0 2-.9 2-2s-.9-2-2-2H7.5C5.57 9 4 10.57 4 12.5S5.57 16 7.5 16H17v2H7.5C4.46 18 2 15.54 2 12.5z'/%3e%3c/svg%3e");
    background-size: 100%;
    height: 24px;
    width: 24px;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%); }

.custom-select-sm {
  font-size: 0.8125rem;
  line-height: 1.538462;
  padding: 0.375rem 1.5em calc(0.375rem - 1px) 0; }
  .custom-select-sm[multiple], .custom-select-sm[size]:not([size='1']) {
    padding: calc(0.75rem - 1px) 0.75rem; }

.custom-select-lg {
  font-size: 2.125rem;
  line-height: 1.176471;
  padding: 0.625rem 1.5em calc(0.625rem - 1px) 0; }
  .custom-select-lg[multiple], .custom-select-lg[size]:not([size='1']) {
    padding: calc(0.875rem - 1px) 1rem; }

.form-control-file {
  max-height: 2.25rem; }

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

[class*='valid-feedback'] {
  display: none;
  width: 100%; }

.valid-feedback {
  color: #4BAE4F; }

.valid-tooltip {
  border-radius: 4px;
  background-color: #4BAE4F;
  color: white;
  display: none;
  font-size: 0.7875rem;
  line-height: 1.5;
  margin-top: 0.5rem;
  max-width: 100%;
  opacity: 0.9;
  padding: 0 1rem;
  position: absolute;
  top: 100%;
  left: 0;
  text-align: center;
  word-break: break-word;
  z-index: 240; }
  @media (min-width: 768px) {
    .valid-tooltip {
      font-size: 0.625rem;
      padding: 0 0.5rem; } }
  .form-control-lg + .valid-tooltip {
    margin-top: 0.75rem; }
  .form-control-sm + .valid-tooltip {
    margin-top: 0.25rem; }

.custom-control-input.is-valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label::after,
.was-validated .custom-control-input:valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label::after {
  color: #4BAE4F; }

.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
  background-color: #4BAE4F; }

.custom-control-input.is-valid ~ .custom-control-track,
.was-validated .custom-control-input:valid ~ .custom-control-track {
  background-color: rgba(75, 174, 79, 0.5); }

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

.custom-file-input.is-valid:hover ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:hover ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-bottom-color: #4BAE4F;
  box-shadow: inset 0 -2px 0 -1px #4BAE4F; }

.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-bottom-color: #4BAE4F; }
  .custom-file-input.is-valid ~ .custom-file-label:hover,
  .was-validated .custom-file-input:valid ~ .custom-file-label:hover {
    border-bottom-color: #4BAE4F;
    box-shadow: inset 0 -2px 0 -1px #4BAE4F; }

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

.custom-switch .custom-control-input.is-valid ~ .custom-control-label::after,
.was-validated .custom-switch .custom-control-input:valid ~ .custom-control-label::after {
  background-color: #4BAE4F; }

.form-check-input.is-valid + .form-check-label,
.was-validated .form-check-input:valid + .form-check-label {
  color: #4BAE4F; }

.is-valid.form-control, .is-valid.custom-select, .is-valid.form-control-file,
.was-validated .form-control:valid,
.was-validated .custom-select:valid,
.was-validated .form-control-file:valid {
  border-color: #4BAE4F;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3e%3cpath d='M0 0h24v24H0z' fill='none'/%3e%3cpath fill='%234BAE4F' d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3e%3c/svg%3e");
  background-position: calc(100% - 8px) center;
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  padding-right: 0; }
  .is-valid.form-control:hover, .is-valid.custom-select:hover, .is-valid.form-control-file:hover, .is-valid.form-control:focus, .is-valid.custom-select:focus, .is-valid.form-control-file:focus,
  .was-validated .form-control:valid:hover,
  .was-validated .custom-select:valid:hover,
  .was-validated .form-control-file:valid:hover,
  .was-validated .form-control:valid:focus,
  .was-validated .custom-select:valid:focus,
  .was-validated .form-control-file:valid:focus {
    border-color: #4BAE4F; }
  .is-valid.form-control:focus, .is-valid.custom-select:focus, .is-valid.form-control-file:focus,
  .was-validated .form-control:valid:focus,
  .was-validated .custom-select:valid:focus,
  .was-validated .form-control-file:valid:focus {
    box-shadow: inset 0 -2px 0 -1px #4BAE4F; }
  .is-valid.form-control ~ .valid-feedback, .is-valid.custom-select ~ .valid-feedback, .is-valid.form-control-file ~ .valid-feedback,
  .is-valid.form-control ~ .valid-tooltip,
  .is-valid.custom-select ~ .valid-tooltip,
  .is-valid.form-control-file ~ .valid-tooltip,
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .form-control-file:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip,
  .was-validated .custom-select:valid ~ .valid-tooltip,
  .was-validated .form-control-file:valid ~ .valid-tooltip {
    display: block; }

select.is-valid.form-control:hover[multiple], select.is-valid.form-control:hover[size]:not([size='1']), textarea.is-valid.form-control:hover:not([rows='1']), .is-valid.custom-select:hover[multiple], .is-valid.custom-select:hover[size]:not([size='1']), select.is-valid.form-control:focus[multiple], select.is-valid.form-control:focus[size]:not([size='1']), textarea.is-valid.form-control:focus:not([rows='1']), .is-valid.custom-select:focus[multiple], .is-valid.custom-select:focus[size]:not([size='1']),
.was-validated select.form-control:valid:hover[multiple],
.was-validated select.form-control:valid:hover[size]:not([size='1']),
.was-validated textarea.form-control:valid:hover:not([rows='1']),
.was-validated .custom-select:valid:hover[multiple],
.was-validated .custom-select:valid:hover[size]:not([size='1']),
.was-validated select.form-control:valid:focus[multiple],
.was-validated select.form-control:valid:focus[size]:not([size='1']),
.was-validated textarea.form-control:valid:focus:not([rows='1']),
.was-validated .custom-select:valid:focus[multiple],
.was-validated .custom-select:valid:focus[size]:not([size='1']) {
  box-shadow: inset 2px 2px 0 -1px #4BAE4F, inset -2px -2px 0 -1px #4BAE4F; }

.textfield-box select.is-valid.form-control:hover[multiple], .textfield-box select.is-valid.form-control:hover[size]:not([size='1']), .textfield-box textarea.is-valid.form-control:hover:not([rows='1']), .textfield-box .is-valid.custom-select:hover[multiple], .textfield-box .is-valid.custom-select:hover[size]:not([size='1']), .textfield-box select.is-valid.form-control:focus[multiple], .textfield-box select.is-valid.form-control:focus[size]:not([size='1']), .textfield-box textarea.is-valid.form-control:focus:not([rows='1']), .textfield-box .is-valid.custom-select:focus[multiple], .textfield-box .is-valid.custom-select:focus[size]:not([size='1']),
.was-validated .textfield-box select.form-control:valid:hover[multiple],
.was-validated .textfield-box select.form-control:valid:hover[size]:not([size='1']),
.was-validated .textfield-box textarea.form-control:valid:hover:not([rows='1']),
.was-validated .textfield-box .custom-select:valid:hover[multiple],
.was-validated .textfield-box .custom-select:valid:hover[size]:not([size='1']),
.was-validated .textfield-box select.form-control:valid:focus[multiple],
.was-validated .textfield-box select.form-control:valid:focus[size]:not([size='1']),
.was-validated .textfield-box textarea.form-control:valid:focus:not([rows='1']),
.was-validated .textfield-box .custom-select:valid:focus[multiple],
.was-validated .textfield-box .custom-select:valid:focus[size]:not([size='1']) {
  box-shadow: inset 0 -2px 0 -1px #4BAE4F; }

[class*='valid-feedback'] {
  display: none;
  width: 100%; }

.invalid-feedback {
  color: #F34236; }

.invalid-tooltip {
  border-radius: 4px;
  background-color: #F34236;
  color: white;
  display: none;
  font-size: 0.7875rem;
  line-height: 1.5;
  margin-top: 0.5rem;
  max-width: 100%;
  opacity: 0.9;
  padding: 0 1rem;
  position: absolute;
  top: 100%;
  left: 0;
  text-align: center;
  word-break: break-word;
  z-index: 240; }
  @media (min-width: 768px) {
    .invalid-tooltip {
      font-size: 0.625rem;
      padding: 0 0.5rem; } }
  .form-control-lg + .invalid-tooltip {
    margin-top: 0.75rem; }
  .form-control-sm + .invalid-tooltip {
    margin-top: 0.25rem; }

.custom-control-input.is-invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label::after,
.was-validated .custom-control-input:invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label::after {
  color: #F34236; }

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

.custom-control-input.is-invalid ~ .custom-control-track,
.was-validated .custom-control-input:invalid ~ .custom-control-track {
  background-color: rgba(243, 66, 54, 0.5); }

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

.custom-file-input.is-invalid:hover ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:hover ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-bottom-color: #F34236;
  box-shadow: inset 0 -2px 0 -1px #F34236; }

.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-bottom-color: #F34236; }
  .custom-file-input.is-invalid ~ .custom-file-label:hover,
  .was-validated .custom-file-input:invalid ~ .custom-file-label:hover {
    border-bottom-color: #F34236;
    box-shadow: inset 0 -2px 0 -1px #F34236; }

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

.custom-switch .custom-control-input.is-invalid ~ .custom-control-label::after,
.was-validated .custom-switch .custom-control-input:invalid ~ .custom-control-label::after {
  background-color: #F34236; }

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

.is-invalid.form-control, .is-invalid.custom-select, .is-invalid.form-control-file,
.was-validated .form-control:invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control-file:invalid {
  border-color: #F34236;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3e%3cpath d='M0 0h24v24H0z' fill='none'/%3e%3cpath fill='%23F34236' d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z'/%3e%3c/svg%3e");
  background-position: calc(100% - 8px) center;
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  padding-right: 0; }
  .is-invalid.form-control:hover, .is-invalid.custom-select:hover, .is-invalid.form-control-file:hover, .is-invalid.form-control:focus, .is-invalid.custom-select:focus, .is-invalid.form-control-file:focus,
  .was-validated .form-control:invalid:hover,
  .was-validated .custom-select:invalid:hover,
  .was-validated .form-control-file:invalid:hover,
  .was-validated .form-control:invalid:focus,
  .was-validated .custom-select:invalid:focus,
  .was-validated .form-control-file:invalid:focus {
    border-color: #F34236; }
  .is-invalid.form-control:focus, .is-invalid.custom-select:focus, .is-invalid.form-control-file:focus,
  .was-validated .form-control:invalid:focus,
  .was-validated .custom-select:invalid:focus,
  .was-validated .form-control-file:invalid:focus {
    box-shadow: inset 0 -2px 0 -1px #F34236; }
  .is-invalid.form-control ~ .invalid-feedback, .is-invalid.custom-select ~ .invalid-feedback, .is-invalid.form-control-file ~ .invalid-feedback,
  .is-invalid.form-control ~ .invalid-tooltip,
  .is-invalid.custom-select ~ .invalid-tooltip,
  .is-invalid.form-control-file ~ .invalid-tooltip,
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .form-control-file:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip,
  .was-validated .custom-select:invalid ~ .invalid-tooltip,
  .was-validated .form-control-file:invalid ~ .invalid-tooltip {
    display: block; }

select.is-invalid.form-control:hover[multiple], select.is-invalid.form-control:hover[size]:not([size='1']), textarea.is-invalid.form-control:hover:not([rows='1']), .is-invalid.custom-select:hover[multiple], .is-invalid.custom-select:hover[size]:not([size='1']), select.is-invalid.form-control:focus[multiple], select.is-invalid.form-control:focus[size]:not([size='1']), textarea.is-invalid.form-control:focus:not([rows='1']), .is-invalid.custom-select:focus[multiple], .is-invalid.custom-select:focus[size]:not([size='1']),
.was-validated select.form-control:invalid:hover[multiple],
.was-validated select.form-control:invalid:hover[size]:not([size='1']),
.was-validated textarea.form-control:invalid:hover:not([rows='1']),
.was-validated .custom-select:invalid:hover[multiple],
.was-validated .custom-select:invalid:hover[size]:not([size='1']),
.was-validated select.form-control:invalid:focus[multiple],
.was-validated select.form-control:invalid:focus[size]:not([size='1']),
.was-validated textarea.form-control:invalid:focus:not([rows='1']),
.was-validated .custom-select:invalid:focus[multiple],
.was-validated .custom-select:invalid:focus[size]:not([size='1']) {
  box-shadow: inset 2px 2px 0 -1px #F34236, inset -2px -2px 0 -1px #F34236; }

.textfield-box select.is-invalid.form-control:hover[multiple], .textfield-box select.is-invalid.form-control:hover[size]:not([size='1']), .textfield-box textarea.is-invalid.form-control:hover:not([rows='1']), .textfield-box .is-invalid.custom-select:hover[multiple], .textfield-box .is-invalid.custom-select:hover[size]:not([size='1']), .textfield-box select.is-invalid.form-control:focus[multiple], .textfield-box select.is-invalid.form-control:focus[size]:not([size='1']), .textfield-box textarea.is-invalid.form-control:focus:not([rows='1']), .textfield-box .is-invalid.custom-select:focus[multiple], .textfield-box .is-invalid.custom-select:focus[size]:not([size='1']),
.was-validated .textfield-box select.form-control:invalid:hover[multiple],
.was-validated .textfield-box select.form-control:invalid:hover[size]:not([size='1']),
.was-validated .textfield-box textarea.form-control:invalid:hover:not([rows='1']),
.was-validated .textfield-box .custom-select:invalid:hover[multiple],
.was-validated .textfield-box .custom-select:invalid:hover[size]:not([size='1']),
.was-validated .textfield-box select.form-control:invalid:focus[multiple],
.was-validated .textfield-box select.form-control:invalid:focus[size]:not([size='1']),
.was-validated .textfield-box textarea.form-control:invalid:focus:not([rows='1']),
.was-validated .textfield-box .custom-select:invalid:focus[multiple],
.was-validated .textfield-box .custom-select:invalid:focus[size]:not([size='1']) {
  box-shadow: inset 0 -2px 0 -1px #F34236; }

.form-control[class*='valid'] {
  padding-right: calc(1.5rem + 0.5rem); }

.form-group:focus-within label:not(.custom-control-label):not(.form-check-label):not(.btn):not(.card-link),
[class*='form-ripple']:focus-within label:not(.custom-control-label):not(.form-check-label):not(.btn):not(.card-link) {
  color: #00796b; }

[class*='form-ripple'],
.floating-label,
.textfield-box {
  position: relative; }
  [class*='form-ripple']::before,
  .floating-label::before,
  .textfield-box::before {
    background: #00796b;
    content: '';
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transition: transform 0.18s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
    z-index: 3; }
  [class*='form-ripple'] .form-control:focus,
  .floating-label .form-control:focus,
  .textfield-box .form-control:focus {
    box-shadow: none; }

[class*='form-ripple']:focus-within::before,
.floating-label.is-focused::before,
.textfield-box:focus-within::before {
  transform: scaleX(1); }

.form-ripple-text::before {
  bottom: 1.1875rem; }

.textfield-box .form-control, .textfield-box .custom-select, .textfield-box .form-control-file {
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 4px 4px 0 0;
  padding: 1rem 1rem calc(1rem - 1px);
  transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1); }
  .textfield-box .form-control::placeholder, .textfield-box .custom-select::placeholder, .textfield-box .form-control-file::placeholder {
    color: rgba(0, 0, 0, 0.6); }
  .textfield-box .form-control:hover, .textfield-box .custom-select:hover, .textfield-box .form-control-file:hover {
    background-color: rgba(0, 0, 0, 0.07); }
  .textfield-box .form-control:focus, .textfield-box .custom-select:focus, .textfield-box .form-control-file:focus {
    background-color: rgba(0, 0, 0, 0.14); }

.textfield-box select.form-control, .textfield-box .custom-select {
  padding-right: 1.5em; }

.textfield-box select.form-control[multiple], .textfield-box select.form-control[size]:not([size='1']), .textfield-box textarea.form-control:not([rows='1']), .textfield-box .custom-select[multiple], .textfield-box .custom-select[size]:not([size='1']) {
  border-radius: 4px 4px 0 0;
  border-width: 0 0 1px;
  padding: 1rem 1rem calc(1rem - 1px); }
  .textfield-box select.form-control:hover[multiple], .textfield-box select.form-control:hover[size]:not([size='1']), .textfield-box textarea.form-control:hover:not([rows='1']), .textfield-box .custom-select:hover[multiple], .textfield-box .custom-select:hover[size]:not([size='1']) {
    border-color: rgba(0, 0, 0, 0.87); }
  .textfield-box select.form-control:focus[multiple], .textfield-box select.form-control:focus[size]:not([size='1']), .textfield-box textarea.form-control:focus:not([rows='1']), .textfield-box .custom-select:focus[multiple], .textfield-box .custom-select:focus[size]:not([size='1']) {
    border-color: #00796b;
    box-shadow: inset 0 -2px 0 -1px #00796b; }

.textfield-box textarea.form-control {
  min-height: 3.5rem; }

.textfield-box .form-control[type='file'],
.textfield-box .form-control-file {
  max-height: 3.5rem; }

.textfield-box-lg .form-control, .input-group-lg &gt; .textfield-box .form-control, .textfield-box-lg .custom-select, .input-group-lg &gt; .textfield-box .custom-select, .textfield-box-lg .form-control-file, .input-group-lg &gt; .textfield-box .form-control-file {
  font-size: 2.125rem;
  line-height: 1.176471;
  padding: 0.875rem 1rem calc(0.875rem - 1px); }

.textfield-box-lg select.form-control[multiple], .input-group-lg &gt; .textfield-box select.form-control[multiple], .textfield-box-lg select.form-control[size]:not([size='1']), .input-group-lg &gt; .textfield-box select.form-control[size]:not([size='1']), .textfield-box-lg textarea.form-control:not([rows='1']), .input-group-lg &gt; .textfield-box textarea.form-control:not([rows='1']), .textfield-box-lg .custom-select[multiple], .input-group-lg &gt; .textfield-box .custom-select[multiple], .textfield-box-lg .custom-select[size]:not([size='1']), .input-group-lg &gt; .textfield-box .custom-select[size]:not([size='1']) {
  padding: 0.875rem 1rem calc(0.875rem - 1px); }

.textfield-box-lg textarea.form-control, .input-group-lg &gt; .textfield-box textarea.form-control {
  min-height: 4.25rem; }

.textfield-box-lg .custom-select, .input-group-lg &gt; .textfield-box .custom-select {
  padding-right: 1.5em; }

.textfield-box-lg .form-control[type='file'], .input-group-lg &gt; .textfield-box .form-control[type='file'],
.textfield-box-lg .form-control-file,
.input-group-lg &gt; .textfield-box .form-control-file {
  max-height: 4.25rem; }

.textfield-box-sm .form-control, .input-group-sm &gt; .textfield-box .form-control, .textfield-box-sm .custom-select, .input-group-sm &gt; .textfield-box .custom-select, .textfield-box-sm .form-control-file, .input-group-sm &gt; .textfield-box .form-control-file {
  font-size: 0.8125rem;
  line-height: 1.538462;
  padding: 0.75rem 0.75rem calc(0.75rem - 1px); }

.textfield-box-sm select.form-control[multiple], .input-group-sm &gt; .textfield-box select.form-control[multiple], .textfield-box-sm select.form-control[size]:not([size='1']), .input-group-sm &gt; .textfield-box select.form-control[size]:not([size='1']), .textfield-box-sm textarea.form-control:not([rows='1']), .input-group-sm &gt; .textfield-box textarea.form-control:not([rows='1']), .textfield-box-sm .custom-select[multiple], .input-group-sm &gt; .textfield-box .custom-select[multiple], .textfield-box-sm .custom-select[size]:not([size='1']), .input-group-sm &gt; .textfield-box .custom-select[size]:not([size='1']) {
  padding: 0.75rem 0.75rem calc(0.75rem - 1px); }

.textfield-box-sm textarea.form-control, .input-group-sm &gt; .textfield-box textarea.form-control {
  min-height: 2.75rem; }

.textfield-box-sm .custom-select, .input-group-sm &gt; .textfield-box .custom-select {
  padding-right: 1.5em; }

.textfield-box-sm .form-control[type='file'], .input-group-sm &gt; .textfield-box .form-control[type='file'],
.textfield-box-sm .form-control-file,
.input-group-sm &gt; .textfield-box .form-control-file {
  max-height: 2.75rem; }

.floating-label {
  padding-top: 0.75rem;
  position: relative; }
  .floating-label.has-value label,
  .floating-label.is-focused label {
    top: 0;
    transform: scale(0.75); }
  .floating-label:not(.has-value):not(.is-focused) .form-control[type='date'], .floating-label:not(.has-value):not(.is-focused) .form-control[type='datetime-local'], .floating-label:not(.has-value):not(.is-focused) .form-control[type='time'] {
    color: transparent; }
  .floating-label label {
    color: rgba(0, 0, 0, 0.54);
    display: block;
    font-size: 1rem;
    letter-spacing: 0.009375em;
    line-height: 1.15;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 1.125rem;
    left: 0;
    transform-origin: left top;
    transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1), color 0.15s cubic-bezier(0.4, 0, 0.2, 1), top 0.15s cubic-bezier(0.4, 0, 0.2, 1); }
  .floating-label .form-control, .floating-label .custom-select, .floating-label .form-control-file {
    position: relative; }
    .floating-label .form-control:focus::placeholder, .floating-label .custom-select:focus::placeholder, .floating-label .form-control-file:focus::placeholder {
      color: rgba(0, 0, 0, 0.38);
      opacity: 1; }
    .floating-label .form-control::placeholder, .floating-label .custom-select::placeholder, .floating-label .form-control-file::placeholder {
      /* transition: $transition-duration-mobile;
  transition-property: $property;
  transition-timing-function: $transition-timing-function-standard; */
      transition: opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);
      color: transparent;
      opacity: 0; }
      @media (min-width: 576px) {
        .floating-label .form-control::placeholder, .floating-label .custom-select::placeholder, .floating-label .form-control-file::placeholder {
          transition-duration: 390ms; } }
      @media (min-width: 992px) {
        .floating-label .form-control::placeholder, .floating-label .custom-select::placeholder, .floating-label .form-control-file::placeholder {
          transition-duration: 280ms; } }
      @media screen and (prefers-reduced-motion: reduce) {
        .floating-label .form-control::placeholder, .floating-label .custom-select::placeholder, .floating-label .form-control-file::placeholder {
          transition: none; } }

.floating-label-lg.has-value label, .input-group-lg &gt; .has-value.floating-label label,
.floating-label-lg.is-focused label,
.input-group-lg &gt; .is-focused.floating-label label {
  transform: scale(0.370588); }

.floating-label-lg label, .input-group-lg &gt; .floating-label label {
  font-size: 2.125rem;
  line-height: 1.176471;
  top: 1.4125rem; }

.floating-label-lg .form-control, .input-group-lg &gt; .floating-label .form-control, .floating-label-lg .custom-select, .input-group-lg &gt; .floating-label .custom-select, .floating-label-lg .form-control-file, .input-group-lg &gt; .floating-label .form-control-file {
  font-size: 2.125rem;
  line-height: 1.176471;
  padding: 0.625rem 0 calc(0.625rem - 1px); }

.floating-label-lg select.form-control, .input-group-lg &gt; .floating-label select.form-control, .floating-label-lg .custom-select, .input-group-lg &gt; .floating-label .custom-select {
  padding-right: 1.5em; }

.floating-label-lg select.form-control[multiple], .input-group-lg &gt; .floating-label select.form-control[multiple], .floating-label-lg select.form-control[size]:not([size='1']), .input-group-lg &gt; .floating-label select.form-control[size]:not([size='1']), .floating-label-lg textarea.form-control:not([rows='1']), .input-group-lg &gt; .floating-label textarea.form-control:not([rows='1']), .floating-label-lg .custom-select[multiple], .input-group-lg &gt; .floating-label .custom-select[multiple], .floating-label-lg .custom-select[size]:not([size='1']), .input-group-lg &gt; .floating-label .custom-select[size]:not([size='1']) {
  padding: 0.875rem 1rem calc(0.875rem - 1px); }

.floating-label-sm.has-value label, .input-group-sm &gt; .has-value.floating-label label,
.floating-label-sm.is-focused label,
.input-group-sm &gt; .is-focused.floating-label label {
  transform: scale(0.769231); }

.floating-label-sm label, .input-group-sm &gt; .floating-label label {
  font-size: 0.8125rem;
  line-height: 1.538462;
  top: 1.0rem; }

.floating-label-sm .form-control, .input-group-sm &gt; .floating-label .form-control, .floating-label-sm .custom-select, .input-group-sm &gt; .floating-label .custom-select, .floating-label-sm .form-control-file, .input-group-sm &gt; .floating-label .form-control-file {
  font-size: 0.8125rem;
  line-height: 1.538462;
  padding: 0.375rem 0 calc(0.375rem - 1px); }

.floating-label-sm select.form-control, .input-group-sm &gt; .floating-label select.form-control, .floating-label-sm .custom-select, .input-group-sm &gt; .floating-label .custom-select {
  padding-right: 1.5em; }

.floating-label-sm select.form-control[multiple], .input-group-sm &gt; .floating-label select.form-control[multiple], .floating-label-sm select.form-control[size]:not([size='1']), .input-group-sm &gt; .floating-label select.form-control[size]:not([size='1']), .floating-label-sm textarea.form-control:not([rows='1']), .input-group-sm &gt; .floating-label textarea.form-control:not([rows='1']), .floating-label-sm .custom-select[multiple], .input-group-sm &gt; .floating-label .custom-select[multiple], .floating-label-sm .custom-select[size]:not([size='1']), .input-group-sm &gt; .floating-label .custom-select[size]:not([size='1']) {
  padding: 0.75rem 0.75rem calc(0.75rem - 1px); }

.floating-label.textfield-box {
  padding-top: 0; }
  .floating-label.textfield-box.has-value label,
  .floating-label.textfield-box.is-focused label {
    line-height: 1;
    top: 0.5rem; }
  .floating-label.textfield-box label {
    color: rgba(0, 0, 0, 0.6);
    top: 1rem;
    left: 1rem; }
  .floating-label.textfield-box .form-control, .floating-label.textfield-box .custom-select, .floating-label.textfield-box .form-control-file,
  .floating-label.textfield-box select.form-control[multiple],
  .floating-label.textfield-box select.form-control[size]:not([size='1']),
  .floating-label.textfield-box textarea.form-control:not([rows='1']),
  .floating-label.textfield-box .custom-select[multiple],
  .floating-label.textfield-box .custom-select[size]:not([size='1']) {
    padding-top: 1.5rem; }
  .floating-label.textfield-box .form-control, .floating-label.textfield-box .custom-select, .floating-label.textfield-box .form-control-file {
    padding-bottom: calc(0.5rem - 1px); }

.floating-label.is-focused label {
  color: rgba(0, 121, 107, 0.87); }

.floating-label-lg.textfield-box label, .input-group-lg &gt; .textfield-box.floating-label label {
  top: 0.875rem;
  left: 1rem; }

.floating-label-lg.textfield-box .form-control, .input-group-lg &gt; .textfield-box.floating-label .form-control, .floating-label-lg.textfield-box .custom-select, .input-group-lg &gt; .textfield-box.floating-label .custom-select, .floating-label-lg.textfield-box .form-control-file, .input-group-lg &gt; .textfield-box.floating-label .form-control-file,
.floating-label-lg.textfield-box select.form-control[multiple],
.input-group-lg &gt; .textfield-box.floating-label select.form-control[multiple],
.floating-label-lg.textfield-box select.form-control[size]:not([size='1']),
.input-group-lg &gt; .textfield-box.floating-label select.form-control[size]:not([size='1']),
.floating-label-lg.textfield-box textarea.form-control:not([rows='1']),
.input-group-lg &gt; .textfield-box.floating-label textarea.form-control:not([rows='1']),
.floating-label-lg.textfield-box .custom-select[multiple],
.input-group-lg &gt; .textfield-box.floating-label .custom-select[multiple],
.floating-label-lg.textfield-box .custom-select[size]:not([size='1']),
.input-group-lg &gt; .textfield-box.floating-label .custom-select[size]:not([size='1']) {
  padding-top: 1.249999rem;
  padding-right: 1rem;
  padding-left: 1rem; }

.floating-label-lg.textfield-box select.form-control, .input-group-lg &gt; .textfield-box.floating-label select.form-control, .floating-label-lg.textfield-box .custom-select, .input-group-lg &gt; .textfield-box.floating-label .custom-select {
  padding-right: 1.5em; }

.floating-label-sm.textfield-box label, .input-group-sm &gt; .textfield-box.floating-label label {
  top: 0.75rem;
  left: 0.75rem; }

.floating-label-sm.textfield-box .form-control, .input-group-sm &gt; .textfield-box.floating-label .form-control, .floating-label-sm.textfield-box .custom-select, .input-group-sm &gt; .textfield-box.floating-label .custom-select, .floating-label-sm.textfield-box .form-control-file, .input-group-sm &gt; .textfield-box.floating-label .form-control-file,
.floating-label-sm.textfield-box select.form-control[multiple],
.input-group-sm &gt; .textfield-box.floating-label select.form-control[multiple],
.floating-label-sm.textfield-box select.form-control[size]:not([size='1']),
.input-group-sm &gt; .textfield-box.floating-label select.form-control[size]:not([size='1']),
.floating-label-sm.textfield-box textarea.form-control:not([rows='1']),
.input-group-sm &gt; .textfield-box.floating-label textarea.form-control:not([rows='1']),
.floating-label-sm.textfield-box .custom-select[multiple],
.input-group-sm &gt; .textfield-box.floating-label .custom-select[multiple],
.floating-label-sm.textfield-box .custom-select[size]:not([size='1']),
.input-group-sm &gt; .textfield-box.floating-label .custom-select[size]:not([size='1']) {
  padding-top: 1.0rem;
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.floating-label-sm.textfield-box select.form-control, .input-group-sm &gt; .textfield-box.floating-label select.form-control, .floating-label-sm.textfield-box .custom-select, .input-group-sm &gt; .textfield-box.floating-label .custom-select {
  padding-right: 1.5em; }

.input-group {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%; }
  .input-group &gt; .custom-file,
  .input-group &gt; .custom-select,
  .input-group &gt; .floating-label,
  .input-group &gt; .form-control,
  .input-group &gt; .form-select,
  .input-group &gt; .form-control-file,
  .input-group &gt; .textfield-box {
    flex: 1 1 auto;
    margin-bottom: 0;
    min-width: 0;
    position: relative;
    width: 1%; }
    .input-group &gt; .custom-file + .custom-file,
    .input-group &gt; .custom-file + .custom-select,
    .input-group &gt; .custom-file + .floating-label,
    .input-group &gt; .custom-file + .form-control,
    .input-group &gt; .custom-file + .form-select,
    .input-group &gt; .custom-file + .form-control-file,
    .input-group &gt; .custom-file + .textfield-box,
    .input-group &gt; .custom-select + .custom-file,
    .input-group &gt; .custom-select + .custom-select,
    .input-group &gt; .custom-select + .floating-label,
    .input-group &gt; .custom-select + .form-control,
    .input-group &gt; .custom-select + .form-select,
    .input-group &gt; .custom-select + .form-control-file,
    .input-group &gt; .custom-select + .textfield-box,
    .input-group &gt; .floating-label + .custom-file,
    .input-group &gt; .floating-label + .custom-select,
    .input-group &gt; .floating-label + .floating-label,
    .input-group &gt; .floating-label + .form-control,
    .input-group &gt; .floating-label + .form-select,
    .input-group &gt; .floating-label + .form-control-file,
    .input-group &gt; .floating-label + .textfield-box,
    .input-group &gt; .form-control + .custom-file,
    .input-group &gt; .form-control + .custom-select,
    .input-group &gt; .form-control + .floating-label,
    .input-group &gt; .form-control + .form-control,
    .input-group &gt; .form-control + .form-select,
    .input-group &gt; .form-control + .form-control-file,
    .input-group &gt; .form-control + .textfield-box,
    .input-group &gt; .form-select + .custom-file,
    .input-group &gt; .form-select + .custom-select,
    .input-group &gt; .form-select + .floating-label,
    .input-group &gt; .form-select + .form-control,
    .input-group &gt; .form-select + .form-select,
    .input-group &gt; .form-select + .form-control-file,
    .input-group &gt; .form-select + .textfield-box,
    .input-group &gt; .form-control-file + .custom-file,
    .input-group &gt; .form-control-file + .custom-select,
    .input-group &gt; .form-control-file + .floating-label,
    .input-group &gt; .form-control-file + .form-control,
    .input-group &gt; .form-control-file + .form-select,
    .input-group &gt; .form-control-file + .form-control-file,
    .input-group &gt; .form-control-file + .textfield-box,
    .input-group &gt; .textfield-box + .custom-file,
    .input-group &gt; .textfield-box + .custom-select,
    .input-group &gt; .textfield-box + .floating-label,
    .input-group &gt; .textfield-box + .form-control,
    .input-group &gt; .textfield-box + .form-select,
    .input-group &gt; .textfield-box + .form-control-file,
    .input-group &gt; .textfield-box + .textfield-box {
      margin-left: 1rem; }
  .input-group &gt; .form-control:focus,
  .input-group &gt; .custom-select:focus,
  .input-group &gt; .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group &gt; .custom-file .custom-file-input:focus {
    z-index: 4; }

.input-group-append,
.input-group-prepend {
  align-items: center;
  display: flex;
  justify-content: center; }
  .input-group-append .btn, .input-group-append .card-link,
  .input-group-prepend .btn,
  .input-group-prepend .card-link {
    min-width: 0;
    position: relative;
    z-index: 2; }
    .input-group-append .btn:focus, .input-group-append .card-link:focus,
    .input-group-prepend .btn:focus,
    .input-group-prepend .card-link:focus {
      z-index: 3; }
  .input-group-append .btn + .btn, .input-group-append .card-link + .btn, .input-group-append .btn + .card-link, .input-group-append .card-link + .card-link,
  .input-group-append .btn + .input-group-text,
  .input-group-append .card-link + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn,
  .input-group-append .input-group-text + .card-link,
  .input-group-prepend .btn + .btn,
  .input-group-prepend .card-link + .btn,
  .input-group-prepend .btn + .card-link,
  .input-group-prepend .card-link + .card-link,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .card-link + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-prepend .input-group-text + .card-link {
    margin-left: -1px; }

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

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

.input-group-text {
  align-items: center;
  color: inherit;
  display: flex;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0;
  white-space: nowrap; }
  .input-group-text + .input-group-text {
    margin-left: 0.5rem; }

.input-group &gt; .input-group-append &gt; .btn:not(:first-of-type), .input-group &gt; .input-group-append &gt; .card-link:not(:first-of-type),
.input-group &gt; .input-group-prepend &gt; .btn:not(:first-of-type),
.input-group &gt; .input-group-prepend &gt; .card-link:not(:first-of-type) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group &gt; .input-group-append &gt; .btn:not(:last-of-type), .input-group &gt; .input-group-append &gt; .card-link:not(:last-of-type),
.input-group &gt; .input-group-prepend &gt; .btn:not(:last-of-type),
.input-group &gt; .input-group-prepend &gt; .card-link:not(:last-of-type) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group-icon {
  /* transition: $transition-duration-mobile;
  transition-property: $property;
  transition-timing-function: $transition-timing-function-standard; */
  transition: color 300ms cubic-bezier(0.4, 0, 0.2, 1);
  color: rgba(0, 0, 0, 0.42);
  font-size: 0.9rem;
  margin-right: 1rem;
  order: -1; }
  @media (min-width: 576px) {
    .input-group-icon {
      transition-duration: 390ms; } }
  @media (min-width: 992px) {
    .input-group-icon {
      transition-duration: 280ms; } }
  @media screen and (prefers-reduced-motion: reduce) {
    .input-group-icon {
      transition: none; } }
  .input-group-icon:hover {
    color: rgba(0, 0, 0, 0.87); }
  .floating-label.is-focused ~ .input-group-icon,
  .form-control:focus ~ .input-group-icon {
    color: #00796b; }
  .floating-label:not(.textfield-box) ~ .input-group-icon {
    margin-top: 0.75rem; }

.input-group-lg &gt; .floating-label.has-value label,
.input-group-lg &gt; .floating-label.is-focused label {
  top: 0; }

.input-group-lg &gt; .floating-label.textfield-box.has-value label,
.input-group-lg &gt; .floating-label.textfield-box.is-focused label {
  top: 0.5rem; }

.input-group-lg &gt; .floating-label:not(.textfield-box) ~ .input-group-icon {
  margin-top: 0.7875rem; }

.input-group-lg &gt; .form-control, .input-group-lg &gt; .custom-select, .input-group-lg &gt; .form-control-file {
  font-size: 2.125rem;
  line-height: 1.176471;
  padding: 0.625rem 0 calc(0.625rem - 1px); }

.input-group-lg &gt; select.form-control, .input-group-lg &gt; .custom-select {
  padding-right: 1.5em; }

.input-group-lg &gt; select.form-control[multiple], .input-group-lg &gt; select.form-control[size]:not([size='1']), .input-group-lg &gt; textarea.form-control:not([rows='1']), .input-group-lg &gt; .custom-select[multiple], .input-group-lg &gt; .custom-select[size]:not([size='1']) {
  padding: 0.875rem 1rem calc(0.875rem - 1px); }

.input-group-lg &gt; .form-control[type='file'],
.input-group-lg &gt; .form-control-file {
  max-height: 4.25rem; }

.input-group-lg &gt; .input-group-append &gt; .input-group-text,
.input-group-lg &gt; .input-group-prepend &gt; .input-group-text {
  font-size: 2.125rem;
  line-height: 1.176471; }

.input-group-lg &gt; .input-group-icon {
  font-size: 1.9125rem;
  line-height: 1.176471; }

.input-group-sm &gt; .floating-label.has-value label,
.input-group-sm &gt; .floating-label.is-focused label {
  top: 0; }

.input-group-sm &gt; .floating-label.textfield-box.has-value label,
.input-group-sm &gt; .floating-label.textfield-box.is-focused label {
  top: 0.5rem; }

.input-group-sm &gt; .floating-label:not(.textfield-box) ~ .input-group-icon {
  margin-top: 0.625rem; }

.input-group-sm &gt; .form-control, .input-group-sm &gt; .custom-select, .input-group-sm &gt; .form-control-file {
  font-size: 0.8125rem;
  line-height: 1.538462;
  padding: 0.375rem 0 calc(0.375rem - 1px); }

.input-group-sm &gt; select.form-control, .input-group-sm &gt; .custom-select {
  padding-right: 1.5em; }

.input-group-sm &gt; select.form-control[multiple], .input-group-sm &gt; select.form-control[size]:not([size='1']), .input-group-sm &gt; textarea.form-control:not([rows='1']), .input-group-sm &gt; .custom-select[multiple], .input-group-sm &gt; .custom-select[size]:not([size='1']) {
  padding: 0.75rem 0.75rem calc(0.75rem - 1px); }

.input-group-sm &gt; .form-control[type='file'],
.input-group-sm &gt; .form-control-file {
  max-height: 2.75rem; }

.input-group-sm &gt; .input-group-append &gt; .input-group-text,
.input-group-sm &gt; .input-group-prepend &gt; .input-group-text {
  font-size: 0.8125rem;
  line-height: 1.538462; }

.input-group-sm &gt; .input-group-icon {
  font-size: 0.73125rem;
  line-height: 1.538462; }

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

.navbar {
  color: rgba(0, 0, 0, 0.87);
  min-height: 3.5rem;
  padding: 0.625rem 1rem;
  position: relative; }
  .navbar .form-control {
    border-radius: 4px;
    /* transition: $transition-duration-mobile;
  transition-property: $property;
  transition-timing-function: $transition-timing-function-standard; */
    transition: opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);
    background-color: rgba(0, 0, 0, 0.12);
    border: 0;
    color: inherit;
    opacity: 0.7;
    padding: 0.375rem 1rem; }
    @media (min-width: 576px) {
      .navbar .form-control {
        transition-duration: 390ms; } }
    @media (min-width: 992px) {
      .navbar .form-control {
        transition-duration: 280ms; } }
    @media screen and (prefers-reduced-motion: reduce) {
      .navbar .form-control {
        transition: none; } }
    .navbar .form-control:hover, .navbar .form-control:focus {
      box-shadow: none;
      opacity: 1; }
  .navbar .form-control-lg {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem; }
  .navbar .form-control-sm {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem; }
  .navbar .input-group {
    border-radius: 4px;
    /* transition: $transition-duration-mobile;
  transition-property: $property;
  transition-timing-function: $transition-timing-function-standard; */
    transition: opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);
    background-color: rgba(0, 0, 0, 0.12);
    opacity: 0.7; }
    @media (min-width: 576px) {
      .navbar .input-group {
        transition-duration: 390ms; } }
    @media (min-width: 992px) {
      .navbar .input-group {
        transition-duration: 280ms; } }
    @media screen and (prefers-reduced-motion: reduce) {
      .navbar .input-group {
        transition: none; } }
    .navbar .input-group:hover, .navbar .input-group:focus {
      opacity: 1; }
    .navbar .input-group .form-control {
      background-color: transparent;
      opacity: 1; }
      .navbar .input-group .form-control:not(:first-child) {
        padding-left: 0; }
      .navbar .input-group .form-control:not(:last-child) {
        padding-right: 0; }
    .navbar .input-group .input-group-append {
      margin-left: 0;
      min-width: 0; }
    .navbar .input-group .input-group-prepend {
      margin-right: 0;
      min-width: 0; }
    .navbar .input-group .input-group-text {
      margin-right: 1rem;
      margin-left: 1rem; }
  .navbar .input-group-lg &gt; .form-control {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem; }
  .navbar .input-group-sm &gt; .form-control {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem; }
  .navbar .nav-tabs {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem; }
    .navbar .nav-tabs .nav-link {
      min-height: 3.5rem;
      padding-top: 1.3125rem;
      padding-bottom: 1.3125rem; }

.navbar-dark {
  color: white; }
  .navbar-dark .form-control,
  .navbar-dark .input-group,
  .navbar-dark .navbar-brand::before,
  .navbar-dark .navbar-nav .show &gt; .nav-link,
  .navbar-dark .navbar-toggler::before {
    background-color: rgba(255, 255, 255, 0.12); }
  .navbar-dark .form-control::placeholder,
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.5); }

.navbar-fixed-bottom,
.navbar-fixed-top {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.15);
  position: fixed;
  right: 0;
  left: 0;
  z-index: 40; }

.navbar-fixed-bottom {
  bottom: 0; }

.navbar-fixed-top {
  top: 0; }

.navbar-full {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.15);
  z-index: 40; }

@supports (position: sticky) {
  .navbar-sticky-top {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.15);
    position: sticky;
    top: 0;
    z-index: 40; } }

.toolbar-waterfall {
  /* transition: $transition-duration-mobile;
  transition-property: $property;
  transition-timing-function: $transition-timing-function-standard; */
  transition: background-color, box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 40; }
  @media (min-width: 576px) {
    .toolbar-waterfall {
      transition-duration: 390ms; } }
  @media (min-width: 992px) {
    .toolbar-waterfall {
      transition-duration: 280ms; } }
  @media screen and (prefers-reduced-motion: reduce) {
    .toolbar-waterfall {
      transition: none; } }
  .toolbar-waterfall.waterfall {
    background-color: #00796b;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.15);
    position: fixed; }

.navbar-brand {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.0125em;
  line-height: 2rem;
  align-items: center;
  color: inherit;
  display: inline-flex;
  height: 2.25rem;
  position: relative;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus, .navbar-brand:active {
    color: inherit;
    text-decoration: none; }
  .navbar-brand::before {
    /* transition: $transition-duration-mobile;
  transition-property: $property;
  transition-timing-function: $transition-timing-function-standard; */
    transition: opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);
    background-color: rgba(0, 0, 0, 0.12);
    content: '';
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    right: -0.5rem;
    bottom: 0;
    left: -0.5rem; }
    @media (min-width: 576px) {
      .navbar-brand::before {
        transition-duration: 390ms; } }
    @media (min-width: 992px) {
      .navbar-brand::before {
        transition-duration: 280ms; } }
    @media screen and (prefers-reduced-motion: reduce) {
      .navbar-brand::before {
        transition: none; } }
  .navbar-brand:focus {
    outline: 0; }
    .navbar-brand:focus::before {
      opacity: 1; }
  .navbar-brand:not(:first-child) {
    margin-left: 1rem; }
  .navbar-brand:not(:last-child) {
    margin-right: 1rem; }

.navbar-text {
  align-items: center;
  color: inherit;
  display: inline-flex;
  flex-wrap: wrap;
  height: 2.25rem; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  /* .dropdown-menu {
    position: static;
    float: none;
  } */ }
  .navbar-nav .nav-link {
    border-radius: 4px;
    /* transition: $transition-duration-mobile;
  transition-property: $property;
  transition-timing-function: $transition-timing-function-standard; */
    transition: background-color, opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    color: inherit;
    font-size: 0.9rem;
    height: 2.25rem;
    line-height: 1;
    opacity: 0.7;
    padding: 0.675rem 1rem; }
    @media (min-width: 576px) {
      .navbar-nav .nav-link {
        transition-duration: 390ms; } }
    @media (min-width: 992px) {
      .navbar-nav .nav-link {
        transition-duration: 280ms; } }
    @media screen and (prefers-reduced-motion: reduce) {
      .navbar-nav .nav-link {
        transition: none; } }
    .navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus, .navbar-nav .nav-link:active {
      opacity: 1; }
    .navbar-nav .nav-link.active, .navbar-nav .nav-link.disabled {
      opacity: 1; }
    .navbar-nav .nav-link.disabled {
      background-color: transparent;
      color: rgba(0, 0, 0, 0.38); }
    .navbar-nav .nav-link:focus {
      outline: 0; }
  .navbar-nav .active &gt; .nav-link,
  .navbar-nav .show &gt; .nav-link {
    opacity: 1; }
  .navbar-nav .show &gt; .nav-link {
    background-color: rgba(0, 0, 0, 0.12); }

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

@media (max-width: 575.98px) {
  .navbar-expand-sm &gt; .container,
  .navbar-expand-sm &gt; .container-fluid, .navbar-expand-sm &gt; .container-sm, .navbar-expand-sm &gt; .container-md, .navbar-expand-sm &gt; .container-lg, .navbar-expand-sm &gt; .container-xl {
    padding-right: 0;
    padding-left: 0; } 
#chrome-install {display:none;}
.search-logo{margin-top:12px;margin-bottom:12px;}
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem; }
    .navbar-expand-sm &gt; .container,
    .navbar-expand-sm &gt; .container-fluid, .navbar-expand-sm &gt; .container-sm, .navbar-expand-sm &gt; .container-md, .navbar-expand-sm &gt; .container-lg, .navbar-expand-sm &gt; .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem; }
    .navbar-expand-md &gt; .container,
    .navbar-expand-md &gt; .container-fluid, .navbar-expand-md &gt; .container-sm, .navbar-expand-md &gt; .container-md, .navbar-expand-md &gt; .container-lg, .navbar-expand-md &gt; .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

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

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem; }
    .navbar-expand-lg &gt; .container,
    .navbar-expand-lg &gt; .container-fluid, .navbar-expand-lg &gt; .container-sm, .navbar-expand-lg &gt; .container-md, .navbar-expand-lg &gt; .container-lg, .navbar-expand-lg &gt; .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

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

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem; }
    .navbar-expand-xl &gt; .container,
    .navbar-expand-xl &gt; .container-fluid, .navbar-expand-xl &gt; .container-sm, .navbar-expand-xl &gt; .container-md, .navbar-expand-xl &gt; .container-lg, .navbar-expand-xl &gt; .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand &gt; .container,
  .navbar-expand &gt; .container-fluid, .navbar-expand &gt; .container-sm, .navbar-expand &gt; .container-md, .navbar-expand &gt; .container-lg, .navbar-expand &gt; .container-xl {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 1rem;
      padding-left: 1rem; }
  .navbar-expand &gt; .container,
  .navbar-expand &gt; .container-fluid, .navbar-expand &gt; .container-sm, .navbar-expand &gt; .container-md, .navbar-expand &gt; .container-lg, .navbar-expand &gt; .container-xl {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-toggler {
  align-items: center;
  background-color: transparent;
  border: 0;
  border-radius: 50%;
  color: inherit;
  display: inline-flex;
  flex-shrink: 0;
  height: 2.25rem;
  justify-content: center;
  line-height: 1;
  padding: 0;
  position: relative;
  width: 2.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    color: inherit;
    text-decoration: none; }
    .navbar-toggler:hover::before, .navbar-toggler:focus::before {
      opacity: 1; }
  .navbar-toggler::before {
    /* transition: $transition-duration-mobile;
  transition-property: $property;
  transition-timing-function: $transition-timing-function-standard; */
    transition: opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);
    background-color: rgba(0, 0, 0, 0.12);
    border-radius: 50%;
    content: '';
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    @media (min-width: 576px) {
      .navbar-toggler::before {
        transition-duration: 390ms; } }
    @media (min-width: 992px) {
      .navbar-toggler::before {
        transition-duration: 280ms; } }
    @media screen and (prefers-reduced-motion: reduce) {
      .navbar-toggler::before {
        transition: none; } }
  .navbar-toggler:focus {
    outline: 0; }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

.navbar-toggler-icon {
  font-size: 1.5rem;
  line-height: 1.5rem;
  vertical-align: -0.326374em;
  font-family: var(--font-family-material-icons);
  font-feature-settings: 'liga';
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  /* display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; */
  display: inline-block; }
  .navbar-toggler-icon::before {
    content: "menu"; }

/* .navbar-light {
  .navbar-brand {
    color: $navbar-light-brand-color;

    @include hover-focus {
      color: $navbar-light-brand-hover-color;
    }
  }

  .navbar-nav {
    .nav-link {
      color: $navbar-light-color;

      @include hover-focus {
        color: $navbar-light-hover-color;
      }

      &amp;.disabled {
        color: $navbar-light-disabled-color;
      }
    }

    .show &gt; .nav-link,
    .active &gt; .nav-link,
    .nav-link.show,
    .nav-link.active {
      color: $navbar-light-active-color;
    }
  }

  .navbar-toggler {
    color: $navbar-light-color;
    border-color: $navbar-light-toggler-border-color;
  }

  .navbar-toggler-icon {
    background-image: $navbar-light-toggler-icon-bg;
  }

  .navbar-text {
    color: $navbar-light-color;
    a {
      color: $navbar-light-active-color;

      @include hover-focus {
        color: $navbar-light-active-color;
      }
    }
  }
}

// White links against a dark background
.navbar-dark {
  .navbar-brand {
    color: $navbar-dark-brand-color;

    @include hover-focus {
      color: $navbar-dark-brand-hover-color;
    }
  }

  .navbar-nav {
    .nav-link {
      color: $navbar-dark-color;

      @include hover-focus {
        color: $navbar-dark-hover-color;
      }

      &amp;.disabled {
        color: $navbar-dark-disabled-color;
      }
    }

    .show &gt; .nav-link,
    .active &gt; .nav-link,
    .nav-link.show,
    .nav-link.active {
      color: $navbar-dark-active-color;
    }
  }

  .navbar-toggler {
    color: $navbar-dark-color;
    border-color: $navbar-dark-toggler-border-color;
  }

  .navbar-toggler-icon {
    background-image: $navbar-dark-toggler-icon-bg;
  }

  .navbar-text {
    color: $navbar-dark-color;
    a {
      color: $navbar-dark-active-color;

      @include hover-focus {
        color: $navbar-dark-active-color;
      }
    }
  }
} */
.tooltip {
  display: block;
  font-size: 0.7875rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 1.5rem;
  max-width: 250px;
  opacity: 0;
  position: absolute;
  word-break: break-word;
  z-index: 240; }
  @media (min-width: 992px) {
    .tooltip {
      font-size: 0.625rem;
      margin: 0.875rem; } }
  .tooltip.show {
    opacity: 0.9; }
    .tooltip.show .tooltip-inner {
      transition-duration: 225ms;
      transition-property: transform;
      transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
      transform: scale(1); }
      @media (min-width: 576px) {
        .tooltip.show .tooltip-inner {
          transition-duration: 292.5ms; } }
      @media (min-width: 992px) {
        .tooltip.show .tooltip-inner {
          transition-duration: 150ms; } }
      @media screen and (prefers-reduced-motion: reduce) {
        .tooltip.show .tooltip-inner {
          transition: none; } }

.tooltip-inner {
  border-radius: 4px;
  align-items: center;
  background-color: #6d6d6d;
  color: white;
  display: flex;
  height: 2rem;
  margin: auto;
  max-width: 234px;
  overflow: hidden;
  padding: 0 1rem;
  text-overflow: clip;
  transform: scale(0.87);
  transform-origin: center top;
  transition: transform 75ms cubic-bezier(0.4, 0, 1, 1);
  white-space: nowrap; }
  @media (min-width: 992px) {
    .tooltip-inner {
      height: 1.5rem;
      padding: 0 0.5rem; } }

.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-dark-1 {
  background-color: #000000 !important; }

.bg-dark-2 {
  background-color: #212121 !important; }

.bg-dark-3 {
  background-color: #303030 !important; }

.bg-dark-4 {
  background-color: #3c3c46 !important; }

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

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

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

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

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

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

a.bg-primary:hover, a.bg-primary:focus, a.bg-primary:active {
  background-color: #004d40 !important; }

.bg-primary {
  background-color: #00796b !important; }

a.bg-secondary:hover, a.bg-secondary:focus, a.bg-secondary:active {
  background-color: #018786 !important; }

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

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

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

a.bg-info:hover, a.bg-info:focus, a.bg-info:active {
  background-color: #021aee !important; }

.bg-info {
  background-color: #714cfe !important; }

a.bg-success:hover, a.bg-success:focus, a.bg-success:active {
  background-color: #41c300 !important; }

.bg-success {
  background-color: #4BAE4F !important; }

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

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

a.bg-dark:hover, a.bg-dark:focus, a.bg-dark:active {
  background-color: #000000 !important; }

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

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

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

a.bg-provider-facebook:hover, a.bg-provider-facebook:focus, a.bg-provider-facebook:active {
  background-color: #3b5998 !important; }

.bg-provider-facebook {
  background-color: #3b5998 !important; }

a.bg-provider-twitter:hover, a.bg-provider-twitter:focus, a.bg-provider-twitter:active {
  background-color: #1da1f2 !important; }

.bg-provider-twitter {
  background-color: #1da1f2 !important; }

a.bg-provider-youtube:hover, a.bg-provider-youtube:focus, a.bg-provider-youtube:active {
  background-color: #FF0000 !important; }

.bg-provider-youtube {
  background-color: #FF0000 !important; }

.bg-primary-dark {
  background-color: #004d40 !important; }

.bg-primary-light {
  background-color: #80cbc4 !important; }

.bg-secondary-dark {
  background-color: #018786 !important; }

.bg-secondary-light {
  background-color: #66fff8 !important; }

.border {
  border: 1px solid rgba(0, 0, 0, 0.12) !important; }

.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.12) !important; }

.border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.12) !important; }

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important; }

.border-left {
  border-left: 1px solid rgba(0, 0, 0, 0.12) !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: #00796b !important; }

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

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

.border-info {
  border-color: #714cfe !important; }

.border-success {
  border-color: #4BAE4F !important; }

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

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

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

.border-provider-facebook {
  border-color: #3b5998 !important; }

.border-provider-twitter {
  border-color: #1da1f2 !important; }

.border-provider-youtube {
  border-color: #FF0000 !important; }

.border-black {
  border-color: #000000 !important; }

.border-black-primary {
  border-color: rgba(0, 0, 0, 0.87) !important; }

.border-black-secondary {
  border-color: rgba(0, 0, 0, 0.54) !important; }

.border-black-hint {
  border-color: rgba(0, 0, 0, 0.38) !important; }

.border-black-divider {
  border-color: rgba(0, 0, 0, 0.12) !important; }

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

.border-white-primary {
  border-color: white !important; }

.border-white-secondary {
  border-color: rgba(255, 255, 255, 0.7) !important; }

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

.border-white-divider {
  border-color: rgba(255, 255, 255, 0.12) !important; }

.rounded-sm {
  border-radius: 2px !important; }

.rounded {
  border-radius: 4px !important; }

.rounded-top {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.rounded-right {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.rounded-bottom {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.rounded-left {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.rounded-lg {
  border-radius: 16px !important; }

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

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

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

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

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

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

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

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

.d-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 {
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%; }
  .embed-responsive::before {
    content: '';
    display: block; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    border: 0;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%; }

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

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

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

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

.flex-row {
  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; }

.justify-content-evenly {
  justify-content: space-evenly !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; }
  .justify-content-sm-evenly {
    justify-content: space-evenly !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; }
  .justify-content-md-evenly {
    justify-content: space-evenly !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; }
  .justify-content-lg-evenly {
    justify-content: space-evenly !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; }
  .justify-content-xl-evenly {
    justify-content: space-evenly !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; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .rtl .float-xl-left {
    float: right !important; }
  .rtl .float-xl-right {
    float: left !important; }
  .rtl .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: 40; }

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

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

[data-ripplet]:not(:disabled):not(.disabled) {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation; }

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

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

.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.075), 0 3px 14px 2px rgba(0, 0, 0, 0.15), 0 5px 5px -3px rgba(0, 0, 0, 0.175) !important; }

.shadow-lg {
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.075), 0 9px 46px 8px rgba(0, 0, 0, 0.15), 0 11px 15px -7px rgba(0, 0, 0, 0.175) !important; }

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

.shadow-24 {
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.075), 0 9px 46px 8px rgba(0, 0, 0, 0.15), 0 11px 15px -7px rgba(0, 0, 0, 0.175) !important; }

.shadow-16 {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.075), 0 6px 30px 5px rgba(0, 0, 0, 0.15), 0 8px 10px -5px rgba(0, 0, 0, 0.175) !important; }

.shadow-12 {
  box-shadow: 0 12px 17px 2px rgba(0, 0, 0, 0.075), 0 5px 22px 4px rgba(0, 0, 0, 0.15), 0 7px 8px -4px rgba(0, 0, 0, 0.175) !important; }

.shadow-8 {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.075), 0 3px 14px 2px rgba(0, 0, 0, 0.15), 0 5px 5px -3px rgba(0, 0, 0, 0.175) !important; }

.shadow-6 {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.15) !important; }

.shadow-4 {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-3 {
  box-shadow: 0 .3rem .5rem rgba(0, 0, 0, 0.15) !important; }

.shadow-2 {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.075) !important; }

.shadow-1 {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.075), 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 2px 1px -1px rgba(0, 0, 0, 0.175) !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; }

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

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

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

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

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

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

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

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

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

.rtl .mr-1,
.rtl .mx-1 {
  margin-left: 0.25rem !important; }

.rtl .ml-1,
.rtl .mx-1 {
  margin-right: 0.25rem !important; }

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

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

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

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

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

.rtl .mr-2,
.rtl .mx-2 {
  margin-left: 0.5rem !important; }

.rtl .ml-2,
.rtl .mx-2 {
  margin-right: 0.5rem !important; }

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

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

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

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

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

.rtl .mr-3,
.rtl .mx-3 {
  margin-left: 1rem !important; }

.rtl .ml-3,
.rtl .mx-3 {
  margin-right: 1rem !important; }

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

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

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

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

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

.rtl .mr-4,
.rtl .mx-4 {
  margin-left: 1.5rem !important; }

.rtl .ml-4,
.rtl .mx-4 {
  margin-right: 1.5rem !important; }

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

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

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

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

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

.rtl .mr-5,
.rtl .mx-5 {
  margin-left: 3rem !important; }

.rtl .ml-5,
.rtl .mx-5 {
  margin-right: 3rem !important; }

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

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

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

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

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

.rtl .pr-0,
.rtl .px-0 {
  padding-left: 0; }

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

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

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

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

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

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

.rtl .pr-1,
.rtl .px-1 {
  padding-left: 0.25rem !important; }

.rtl .pl-1,
.rtl .px-1 {
  padding-right: 0.25rem !important; }

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

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

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

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

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

.rtl .pr-2,
.rtl .px-2 {
  padding-left: 0.5rem !important; }

.rtl .pl-2,
.rtl .px-2 {
  padding-right: 0.5rem !important; }

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

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

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

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

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

.rtl .pr-3,
.rtl .px-3 {
  padding-left: 1rem !important; }

.rtl .pl-3,
.rtl .px-3 {
  padding-right: 1rem !important; }

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

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

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

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

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

.rtl .pr-4,
.rtl .px-4 {
  padding-left: 1.5rem !important; }

.rtl .pl-4,
.rtl .px-4 {
  padding-right: 1.5rem !important; }

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

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

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

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

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

.rtl .pr-5,
.rtl .px-5 {
  padding-left: 3rem !important; }

.rtl .pl-5,
.rtl .px-5 {
  padding-right: 3rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .ltr .mr-sm-0,
  .ltr .mx-sm-0 {
    margin-right: 0 !important; }
  .ltr .ml-sm-0,
  .ltr .mx-sm-0 {
    margin-left: 0 !important; }
  .rtl .mr-sm-0,
  .rtl .mx-sm-0 {
    margin-left: 0 !important; }
  .rtl .ml-sm-0,
  .rtl .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .ltr .mr-sm-1,
  .ltr .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .ltr .ml-sm-1,
  .ltr .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .rtl .mr-sm-1,
  .rtl .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .rtl .ml-sm-1,
  .rtl .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .ltr .mr-sm-2,
  .ltr .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .ltr .ml-sm-2,
  .ltr .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .rtl .mr-sm-2,
  .rtl .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .rtl .ml-sm-2,
  .rtl .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .ltr .mr-sm-3,
  .ltr .mx-sm-3 {
    margin-right: 1rem !important; }
  .ltr .ml-sm-3,
  .ltr .mx-sm-3 {
    margin-left: 1rem !important; }
  .rtl .mr-sm-3,
  .rtl .mx-sm-3 {
    margin-left: 1rem !important; }
  .rtl .ml-sm-3,
  .rtl .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .ltr .mr-sm-4,
  .ltr .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .ltr .ml-sm-4,
  .ltr .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .rtl .mr-sm-4,
  .rtl .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .rtl .ml-sm-4,
  .rtl .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .ltr .mr-sm-5,
  .ltr .mx-sm-5 {
    margin-right: 3rem !important; }
  .ltr .ml-sm-5,
  .ltr .mx-sm-5 {
    margin-left: 3rem !important; }
  .rtl .mr-sm-5,
  .rtl .mx-sm-5 {
    margin-left: 3rem !important; }
  .rtl .ml-sm-5,
  .rtl .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .ltr .pr-sm-0,
  .ltr .px-sm-0 {
    padding-right: 0 !important; }
  .ltr .pl-sm-0,
  .ltr .px-sm-0 {
    padding-left: 0 !important; }
  .rtl .pr-sm-0,
  .rtl .px-sm-0 {
    padding-left: 0 !important; }
  .rtl .pl-sm-0,
  .rtl .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .ltr .pr-sm-1,
  .ltr .px-sm-1 {
    padding-right: 0.25rem !important; }
  .ltr .pl-sm-1,
  .ltr .px-sm-1 {
    padding-left: 0.25rem !important; }
  .rtl .pr-sm-1,
  .rtl .px-sm-1 {
    padding-left: 0.25rem !important; }
  .rtl .pl-sm-1,
  .rtl .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .ltr .pr-sm-2,
  .ltr .px-sm-2 {
    padding-right: 0.5rem !important; }
  .ltr .pl-sm-2,
  .ltr .px-sm-2 {
    padding-left: 0.5rem !important; }
  .rtl .pr-sm-2,
  .rtl .px-sm-2 {
    padding-left: 0.5rem !important; }
  .rtl .pl-sm-2,
  .rtl .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .ltr .pr-sm-3,
  .ltr .px-sm-3 {
    padding-right: 1rem !important; }
  .ltr .pl-sm-3,
  .ltr .px-sm-3 {
    padding-left: 1rem !important; }
  .rtl .pr-sm-3,
  .rtl .px-sm-3 {
    padding-left: 1rem !important; }
  .rtl .pl-sm-3,
  .rtl .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .ltr .pr-sm-4,
  .ltr .px-sm-4 {
    padding-right: 1.5rem !important; }
  .ltr .pl-sm-4,
  .ltr .px-sm-4 {
    padding-left: 1.5rem !important; }
  .rtl .pr-sm-4,
  .rtl .px-sm-4 {
    padding-left: 1.5rem !important; }
  .rtl .pl-sm-4,
  .rtl .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .ltr .pr-sm-5,
  .ltr .px-sm-5 {
    padding-right: 3rem !important; }
  .ltr .pl-sm-5,
  .ltr .px-sm-5 {
    padding-left: 3rem !important; }
  .rtl .pr-sm-5,
  .rtl .px-sm-5 {
    padding-left: 3rem !important; }
  .rtl .pl-sm-5,
  .rtl .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ltr .mr-sm-auto,
  .ltr .mx-sm-auto {
    margin-right: auto !important; }
  .ltr .ml-sm-auto,
  .ltr .mx-sm-auto {
    margin-left: auto !important; }
  .rtl .mr-sm-auto,
  .rtl .mx-sm-auto {
    margin-left: auto !important; }
  .rtl .ml-sm-auto,
  .rtl .mx-sm-auto {
    margin-right: auto !important; } }

@media (min-width: 768px) {
        .no-gutters{padding-left:120px !important;}
    .search-tabs{padding-left:120px !important;max-width:1400px;margin-right:auto;margin-left:auto;}
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .ltr .mr-md-0,
  .ltr .mx-md-0 {
    margin-right: 0 !important; }
  .ltr .ml-md-0,
  .ltr .mx-md-0 {
    margin-left: 0 !important; }
  .rtl .mr-md-0,
  .rtl .mx-md-0 {
    margin-left: 0 !important; }
  .rtl .ml-md-0,
  .rtl .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .ltr .mr-md-1,
  .ltr .mx-md-1 {
    margin-right: 0.25rem !important; }
  .ltr .ml-md-1,
  .ltr .mx-md-1 {
    margin-left: 0.25rem !important; }
  .rtl .mr-md-1,
  .rtl .mx-md-1 {
    margin-left: 0.25rem !important; }
  .rtl .ml-md-1,
  .rtl .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .ltr .mr-md-2,
  .ltr .mx-md-2 {
    margin-right: 0.5rem !important; }
  .ltr .ml-md-2,
  .ltr .mx-md-2 {
    margin-left: 0.5rem !important; }
  .rtl .mr-md-2,
  .rtl .mx-md-2 {
    margin-left: 0.5rem !important; }
  .rtl .ml-md-2,
  .rtl .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .ltr .mr-md-3,
  .ltr .mx-md-3 {
    margin-right: 1rem !important; }
  .ltr .ml-md-3,
  .ltr .mx-md-3 {
    margin-left: 1rem !important; }
  .rtl .mr-md-3,
  .rtl .mx-md-3 {
    margin-left: 1rem !important; }
  .rtl .ml-md-3,
  .rtl .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .ltr .mr-md-4,
  .ltr .mx-md-4 {
    margin-right: 1.5rem !important; }
  .ltr .ml-md-4,
  .ltr .mx-md-4 {
    margin-left: 1.5rem !important; }
  .rtl .mr-md-4,
  .rtl .mx-md-4 {
    margin-left: 1.5rem !important; }
  .rtl .ml-md-4,
  .rtl .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .ltr .mr-md-5,
  .ltr .mx-md-5 {
    margin-right: 3rem !important; }
  .ltr .ml-md-5,
  .ltr .mx-md-5 {
    margin-left: 3rem !important; }
  .rtl .mr-md-5,
  .rtl .mx-md-5 {
    margin-left: 3rem !important; }
  .rtl .ml-md-5,
  .rtl .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .ltr .pr-md-0,
  .ltr .px-md-0 {
    padding-right: 0 !important; }
  .ltr .pl-md-0,
  .ltr .px-md-0 {
    padding-left: 0 !important; }
  .rtl .pr-md-0,
  .rtl .px-md-0 {
    padding-left: 0 !important; }
  .rtl .pl-md-0,
  .rtl .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .ltr .pr-md-1,
  .ltr .px-md-1 {
    padding-right: 0.25rem !important; }
  .ltr .pl-md-1,
  .ltr .px-md-1 {
    padding-left: 0.25rem !important; }
  .rtl .pr-md-1,
  .rtl .px-md-1 {
    padding-left: 0.25rem !important; }
  .rtl .pl-md-1,
  .rtl .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .ltr .pr-md-2,
  .ltr .px-md-2 {
    padding-right: 0.5rem !important; }
  .ltr .pl-md-2,
  .ltr .px-md-2 {
    padding-left: 0.5rem !important; }
  .rtl .pr-md-2,
  .rtl .px-md-2 {
    padding-left: 0.5rem !important; }
  .rtl .pl-md-2,
  .rtl .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .ltr .pr-md-3,
  .ltr .px-md-3 {
    padding-right: 1rem !important; }
  .ltr .pl-md-3,
  .ltr .px-md-3 {
    padding-left: 1rem !important; }
  .rtl .pr-md-3,
  .rtl .px-md-3 {
    padding-left: 1rem !important; }
  .rtl .pl-md-3,
  .rtl .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .ltr .pr-md-4,
  .ltr .px-md-4 {
    padding-right: 1.5rem !important; }
  .ltr .pl-md-4,
  .ltr .px-md-4 {
    padding-left: 1.5rem !important; }
  .rtl .pr-md-4,
  .rtl .px-md-4 {
    padding-left: 1.5rem !important; }
  .rtl .pl-md-4,
  .rtl .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .ltr .pr-md-5,
  .ltr .px-md-5 {
    padding-right: 3rem !important; }
  .ltr .pl-md-5,
  .ltr .px-md-5 {
    padding-left: 3rem !important; }
  .rtl .pr-md-5,
  .rtl .px-md-5 {
    padding-left: 3rem !important; }
  .rtl .pl-md-5,
  .rtl .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ltr .mr-md-auto,
  .ltr .mx-md-auto {
    margin-right: auto !important; }
  .ltr .ml-md-auto,
  .ltr .mx-md-auto {
    margin-left: auto !important; }
  .rtl .mr-md-auto,
  .rtl .mx-md-auto {
    margin-left: auto !important; }
  .rtl .ml-md-auto,
  .rtl .mx-md-auto {
    margin-right: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .ltr .mr-lg-0,
  .ltr .mx-lg-0 {
    margin-right: 0 !important; }
  .ltr .ml-lg-0,
  .ltr .mx-lg-0 {
    margin-left: 0 !important; }
  .rtl .mr-lg-0,
  .rtl .mx-lg-0 {
    margin-left: 0 !important; }
  .rtl .ml-lg-0,
  .rtl .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .ltr .mr-lg-1,
  .ltr .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .ltr .ml-lg-1,
  .ltr .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .rtl .mr-lg-1,
  .rtl .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .rtl .ml-lg-1,
  .rtl .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .ltr .mr-lg-2,
  .ltr .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .ltr .ml-lg-2,
  .ltr .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .rtl .mr-lg-2,
  .rtl .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .rtl .ml-lg-2,
  .rtl .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .ltr .mr-lg-3,
  .ltr .mx-lg-3 {
    margin-right: 1rem !important; }
  .ltr .ml-lg-3,
  .ltr .mx-lg-3 {
    margin-left: 1rem !important; }
  .rtl .mr-lg-3,
  .rtl .mx-lg-3 {
    margin-left: 1rem !important; }
  .rtl .ml-lg-3,
  .rtl .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .ltr .mr-lg-4,
  .ltr .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .ltr .ml-lg-4,
  .ltr .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .rtl .mr-lg-4,
  .rtl .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .rtl .ml-lg-4,
  .rtl .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .ltr .mr-lg-5,
  .ltr .mx-lg-5 {
    margin-right: 3rem !important; }
  .ltr .ml-lg-5,
  .ltr .mx-lg-5 {
    margin-left: 3rem !important; }
  .rtl .mr-lg-5,
  .rtl .mx-lg-5 {
    margin-left: 3rem !important; }
  .rtl .ml-lg-5,
  .rtl .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .ltr .pr-lg-0,
  .ltr .px-lg-0 {
    padding-right: 0 !important; }
  .ltr .pl-lg-0,
  .ltr .px-lg-0 {
    padding-left: 0 !important; }
  .rtl .pr-lg-0,
  .rtl .px-lg-0 {
    padding-left: 0 !important; }
  .rtl .pl-lg-0,
  .rtl .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .ltr .pr-lg-1,
  .ltr .px-lg-1 {
    padding-right: 0.25rem !important; }
  .ltr .pl-lg-1,
  .ltr .px-lg-1 {
    padding-left: 0.25rem !important; }
  .rtl .pr-lg-1,
  .rtl .px-lg-1 {
    padding-left: 0.25rem !important; }
  .rtl .pl-lg-1,
  .rtl .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .ltr .pr-lg-2,
  .ltr .px-lg-2 {
    padding-right: 0.5rem !important; }
  .ltr .pl-lg-2,
  .ltr .px-lg-2 {
    padding-left: 0.5rem !important; }
  .rtl .pr-lg-2,
  .rtl .px-lg-2 {
    padding-left: 0.5rem !important; }
  .rtl .pl-lg-2,
  .rtl .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .ltr .pr-lg-3,
  .ltr .px-lg-3 {
    padding-right: 1rem !important; }
  .ltr .pl-lg-3,
  .ltr .px-lg-3 {
    padding-left: 1rem !important; }
  .rtl .pr-lg-3,
  .rtl .px-lg-3 {
    padding-left: 1rem !important; }
  .rtl .pl-lg-3,
  .rtl .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .ltr .pr-lg-4,
  .ltr .px-lg-4 {
    padding-right: 1.5rem !important; }
  .ltr .pl-lg-4,
  .ltr .px-lg-4 {
    padding-left: 1.5rem !important; }
  .rtl .pr-lg-4,
  .rtl .px-lg-4 {
    padding-left: 1.5rem !important; }
  .rtl .pl-lg-4,
  .rtl .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .ltr .pr-lg-5,
  .ltr .px-lg-5 {
    padding-right: 3rem !important; }
  .ltr .pl-lg-5,
  .ltr .px-lg-5 {
    padding-left: 3rem !important; }
  .rtl .pr-lg-5,
  .rtl .px-lg-5 {
    padding-left: 3rem !important; }
  .rtl .pl-lg-5,
  .rtl .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ltr .mr-lg-auto,
  .ltr .mx-lg-auto {
    margin-right: auto !important; }
  .ltr .ml-lg-auto,
  .ltr .mx-lg-auto {
    margin-left: auto !important; }
  .rtl .mr-lg-auto,
  .rtl .mx-lg-auto {
    margin-left: auto !important; }
  .rtl .ml-lg-auto,
  .rtl .mx-lg-auto {
    margin-right: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .ltr .mr-xl-0,
  .ltr .mx-xl-0 {
    margin-right: 0 !important; }
  .ltr .ml-xl-0,
  .ltr .mx-xl-0 {
    margin-left: 0 !important; }
  .rtl .mr-xl-0,
  .rtl .mx-xl-0 {
    margin-left: 0 !important; }
  .rtl .ml-xl-0,
  .rtl .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .ltr .mr-xl-1,
  .ltr .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .ltr .ml-xl-1,
  .ltr .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .rtl .mr-xl-1,
  .rtl .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .rtl .ml-xl-1,
  .rtl .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .ltr .mr-xl-2,
  .ltr .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .ltr .ml-xl-2,
  .ltr .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .rtl .mr-xl-2,
  .rtl .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .rtl .ml-xl-2,
  .rtl .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .ltr .mr-xl-3,
  .ltr .mx-xl-3 {
    margin-right: 1rem !important; }
  .ltr .ml-xl-3,
  .ltr .mx-xl-3 {
    margin-left: 1rem !important; }
  .rtl .mr-xl-3,
  .rtl .mx-xl-3 {
    margin-left: 1rem !important; }
  .rtl .ml-xl-3,
  .rtl .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .ltr .mr-xl-4,
  .ltr .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .ltr .ml-xl-4,
  .ltr .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .rtl .mr-xl-4,
  .rtl .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .rtl .ml-xl-4,
  .rtl .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .ltr .mr-xl-5,
  .ltr .mx-xl-5 {
    margin-right: 3rem !important; }
  .ltr .ml-xl-5,
  .ltr .mx-xl-5 {
    margin-left: 3rem !important; }
  .rtl .mr-xl-5,
  .rtl .mx-xl-5 {
    margin-left: 3rem !important; }
  .rtl .ml-xl-5,
  .rtl .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .ltr .pr-xl-0,
  .ltr .px-xl-0 {
    padding-right: 0 !important; }
  .ltr .pl-xl-0,
  .ltr .px-xl-0 {
    padding-left: 0 !important; }
  .rtl .pr-xl-0,
  .rtl .px-xl-0 {
    padding-left: 0 !important; }
  .rtl .pl-xl-0,
  .rtl .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .ltr .pr-xl-1,
  .ltr .px-xl-1 {
    padding-right: 0.25rem !important; }
  .ltr .pl-xl-1,
  .ltr .px-xl-1 {
    padding-left: 0.25rem !important; }
  .rtl .pr-xl-1,
  .rtl .px-xl-1 {
    padding-left: 0.25rem !important; }
  .rtl .pl-xl-1,
  .rtl .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .ltr .pr-xl-2,
  .ltr .px-xl-2 {
    padding-right: 0.5rem !important; }
  .ltr .pl-xl-2,
  .ltr .px-xl-2 {
    padding-left: 0.5rem !important; }
  .rtl .pr-xl-2,
  .rtl .px-xl-2 {
    padding-left: 0.5rem !important; }
  .rtl .pl-xl-2,
  .rtl .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .ltr .pr-xl-3,
  .ltr .px-xl-3 {
    padding-right: 1rem !important; }
  .ltr .pl-xl-3,
  .ltr .px-xl-3 {
    padding-left: 1rem !important; }
  .rtl .pr-xl-3,
  .rtl .px-xl-3 {
    padding-left: 1rem !important; }
  .rtl .pl-xl-3,
  .rtl .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .ltr .pr-xl-4,
  .ltr .px-xl-4 {
    padding-right: 1.5rem !important; }
  .ltr .pl-xl-4,
  .ltr .px-xl-4 {
    padding-left: 1.5rem !important; }
  .rtl .pr-xl-4,
  .rtl .px-xl-4 {
    padding-left: 1.5rem !important; }
  .rtl .pl-xl-4,
  .rtl .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .ltr .pr-xl-5,
  .ltr .px-xl-5 {
    padding-right: 3rem !important; }
  .ltr .pl-xl-5,
  .ltr .px-xl-5 {
    padding-left: 3rem !important; }
  .rtl .pr-xl-5,
  .rtl .px-xl-5 {
    padding-left: 3rem !important; }
  .rtl .pl-xl-5,
  .rtl .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ltr .mr-xl-auto,
  .ltr .mx-xl-auto {
    margin-right: auto !important; }
  .ltr .ml-xl-auto,
  .ltr .mx-xl-auto {
    margin-left: auto !important; }
  .rtl .mr-xl-auto,
  .rtl .mx-xl-auto {
    margin-left: auto !important; }
  .rtl .ml-xl-auto,
  .rtl .mx-xl-auto {
    margin-right: auto !important; } }

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

.text-monospace {
  font-family: "Roboto Mono", "Menlo", "Monaco", "Consolas", "Liberation Mono", "Courier New", monospace !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .rtl .text-xl-left {
    text-align: right !important; }
  .rtl .text-xl-right {
    text-align: left !important; }
  .rtl .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: 300 !important; }

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

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

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

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

.text-black {
  color: #000000 !important; }

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

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

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

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

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

.text-white-primary {
  color: white !important; }

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

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

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

.text-muted {
  color: rgba(0, 0, 0, 0.38) !important; }

a.text-primary:hover, a.text-primary:focus, a.text-primary:active {
  color: #004d40 !important; }

.text-primary {
  color: #00796b !important; }

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

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

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

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

a.text-info:hover, a.text-info:focus, a.text-info:active {
  color: #021aee !important; }

.text-info {
  color: #714cfe !important; }

a.text-success:hover, a.text-success:focus, a.text-success:active {
  color: #41c300 !important; }

.text-success {
  color: #4BAE4F !important; }

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

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

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

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

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

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

a.text-provider-facebook:hover, a.text-provider-facebook:focus, a.text-provider-facebook:active {
  color: #3b5998 !important; }

.text-provider-facebook {
  color: #3b5998 !important; }

a.text-provider-twitter:hover, a.text-provider-twitter:focus, a.text-provider-twitter:active {
  color: #1da1f2 !important; }

.text-provider-twitter {
  color: #1da1f2 !important; }

a.text-provider-youtube:hover, a.text-provider-youtube:focus, a.text-provider-youtube:active {
  color: #FF0000 !important; }

.text-provider-youtube {
  color: #FF0000 !important; }

.text-body {
  color: rgba(0, 0, 0, 0.87) !important; }

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

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

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

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

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

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

[class*='material-icons'] {
  font-size: 1.5rem;
  line-height: 1.5rem;
  vertical-align: -0.326374em;
  font-family: var(--font-family-material-icons);
  font-feature-settings: 'liga';
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal; }
  [class*='material-icons'].md-18 {
    font-size: 1.125rem; }
  [class*='material-icons'].md-36 {
    font-size: 2.25rem; }
  [class*='material-icons'].md-48 {
    font-size: 3rem; }

.material-icons-outlined {
  font-family: "Material Icons Outlined", var(--font-family-material-icons); }

.material-icons-round {
  font-family: "Material Icons Round", var(--font-family-material-icons); }

.material-icons-two-tone {
  font-family: "Material Icons Two Tone", var(--font-family-material-icons); }

.material-icons-sharp {
  font-family: "Material Icons Sharp", var(--font-family-material-icons); }

.material-icons-inline {
  font-size: inherit;
  line-height: 1; }

@media (min-width: 576px) {
  ::-webkit-scrollbar {
    width: 5px;
    height: 5px; }
  ::-webkit-scrollbar-thumb {
    background: #bdbdbd;
    border-radius: 4px; }
  ::-webkit-scrollbar-track {
    background: transparent; }
  body {
    scrollbar-face-color: #bdbdbd;
    scrollbar-track-color: transparent; }
  html {
    scrollbar-color: #bdbdbd transparent;
    scrollbar-width: thin; } }

::-webkit-search-cancel-button,
::-webkit-clear-button {
  -webkit-appearance: none;
  background-image: url('data:image/svg+xml;charset=utf8,%3csvg fill="%23000000" fill-opacity="0.54" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M12,2C17.53,2 22,6.47 22,12C22,17.53 17.53,22 12,22C6.47,22 2,17.53 2,12C2,6.47 6.47,2 12,2M15.59,7L12,10.59L8.41,7L7,8.41L10.59,12L7,15.59L8.41,17L12,13.41L15.59,17L17,15.59L13.41,12L17,8.41L15.59,7Z"/%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3c/svg%3e');
  color: rgba(0, 0, 0, 0.54);
  cursor: pointer;
  height: 1.2em;
  margin: 0 0 0 1.5rem;
  padding: 2px 3px;
  width: 1.2em; }

::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 0.6; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s;
  -webkit-text-fill-color: rgba(0, 0, 0, 0.87); }

@media print {
  *,
  *::before,
  *::after {
    box-shadow: none !important;
    text-shadow: none !important; }
  abbr[title]::after {
    content: ' ("attr(title) ") '; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid rgba(0, 0, 0, 0.12);
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-inside: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .fab-actions,
  .navbar,
  .tooltip {
    display: none; }
  .badge {
    border: 1px solid #000000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #ffffff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #e1e1e1; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #e1e1e1; }
  .table .thead-dark th {
    border-color: #e1e1e1;
    color: inherit; }
  .card {
    border: 1px solid #e1e1e1;
    page-break-inside: avoid; 
      display:none;
  }
  .dropdown-menu {
    border: 1px solid #e1e1e1; }
  .list-group-item {
    border: 1px solid #e1e1e1;
    margin-bottom: -1px; }
    .list-group-item:last-child {
      margin-bottom: 0; }
  .list-group-flush:first-child .list-group-item:first-child {
    border-top: 0; }
  .list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0; }
  .list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0; }
  .nav-tabs {
    border-bottom: 1px solid #e1e1e1; }
  .popover {
    border: 1px solid #e1e1e1; } }

/**
 * Contains Global Styles for the site
 */
.darkmode body {
  background-color: #141440;
  color: #E7EFFE; }
.darkmode .dropdown-menu::before {
  background: #303030; }

.darkmode .dropdown-item {
  color: rgba(255, 255, 255, 0.8); }
  .darkmode .dropdown-item:hover {
    background: rgba(255, 255, 255, 0.1); }

.darkmode .gsc-control-cse .gsc-option-menu {
  background: #141440 !important; }

.darkmode .gsc-option-menu-item-highlighted {
  background: #141440 !important;
  color: #E7EFFE !important; }

.darkmode .text-black-secondary {
  color: rgba(255, 255, 255, 0.5) !important; }

.darkmode .list-group-item {
  color: rgba(255, 255, 255, 0.8); }

.darkmode .gs-title {
  color: #fff !important; }
  
.darkmode .gs-result .gs-title *, .gsc-cursor-page, .gs-spelling a {
    color:#fff;
}
  
.darkmode .gs-visibleUrl-breadcrumb {
    color:#c6dafc !important;
}

.darkmode .gs-snippet { color:#cccccc !important;}

.darkmode .gs-spelling {
  color: rgba(255, 255, 255, 0.6) !important; }

.darkmode .expansion-panel-toggler:hover, .darkmode .expansion-panel-toggler:focus, .darkmode .expansion-panel-toggler:active {
  color: #ffffff; }

.darkmode .card {
  background: #141440;}
  .darkmode .card .card-text {
    color: #E7EFFE; }
    
.darkmode .infobox-card .infobox {
  display:none; }

.darkmode .web-result .web-result-domain {
    color:#8a9dbf;
}

.darkmode .faq-meta {
    color:#8a9dbf
}

.darkmode .gs-result .gsc-url-top {
    color:#c6dafc;
}

.darkmode .web-result .web-result-title-heading {
    color:#FFFFFF;
}

.darkmode .gs-result .gs-title {
    color:#FFFFFF;
}

.darkmode .web-result .web-result-desc {
    color:#cccccc;
}

.darkmode .gs-result .gsc-table-result {
    color:#cccccc;
}

.darkmode label, .darkmode .floating-label.textfield-box label, .darkmode .auth-subheading, .darkmode .breadcrumb-item a, .darkmode .breadcrumb-item, .darkmode .text-muted {
  color: #E7EFFE !important; }

.darkmode .custom-radio .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(255, 255, 255, 0.5)' height='24' viewBox='0 0 24 24' width='24'%3e%3cpath d='M0 0h24v24H0z' fill='none'/%3e%3cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z'/%3e%3c/svg%3e"); }

.darkmode .auth-help {
  color: rgba(255, 255, 255, 0.4); }

.darkmode .form-control, .darkmode .custom-select, .darkmode .form-control-file, .darkmode textarea {
  color: #E7EFFE;
  border-color: #e7effe; }

.darkmode select.form-control[multiple], .darkmode select.form-control[size]:not([size='1']), .darkmode textarea.form-control:not([rows='1']), .darkmode .custom-select[multiple], .darkmode .custom-select[size]:not([size='1']) {
  border-color: #e7effe !important; }

.darkmode .custom-control-label::after {
  color: rgba(255, 255, 255, 0.6); }

.darkmode .custom-switch .custom-control-label::before {
  background: rgba(255, 255, 255, 0.6); }

.darkmode .navdrawer-content {
  background: #141440; }
  .darkmode .navdrawer-content .offcanvas-close {
    color: #E7EFFE; }
  .darkmode .navdrawer-content .nav-link {
    color: #E7EFFE; }
    .darkmode .navdrawer-content .nav-link:hover, .darkmode .navdrawer-content .nav-link:focus, .darkmode .navdrawer-content .nav-link:active {
      background: #212121; }
  .darkmode .navdrawer-content .navdrawer-subheader {
    color: rgba(255, 255, 255, 0.4); }

.darkmode .home-engine-name {
  color: #fff; }

.darkmode .home-navbar .nav-link {
color: #E7EFFE;}

body, html {
  height: 100%;
  min-height: 100%; }

body {
  display: flex;
  flex-direction: column; }
  body.home.has-background {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #333;
    color: #fff; }
    body.home.has-background .home-engine-name {
      color: #fff;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); }
    body.home.has-background .dimmer-active {
      background-color: rgba(0, 0, 0, 0.4);
      pointer-events: all;
      z-index: auto; }
    body.home.has-background .home-navbar .nav-link {
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); }
    body.home.has-background .search-input {
      border: 0;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); }
    body.home.has-background .xdsoft_autocomplete_dropdown {
      border: 0; }
  body.home .navdrawer-backdrop {
    opacity: 0; }

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

#content {
  flex: 1 0 auto; }

#footer {
  flex-shrink: 0; }

.dimmer {
  background: transparent;
  transition: background-color .2s;
  pointer-events: none;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: -1; }

.ltr .right-0 {
  right: 0;
  left: auto; }

.ltr .left-0 {
  left: 0;
  right: auto; }

.rtl .right-0 {
  left: 0;
  right: auto; }

.rtl .left-0 {
  right: 0;
  left: auto; }
.darkmode #spreadmessage {
    color:#c6dafc;
}
#spreadmessage {
    color:blue;
}
#svg-sprite {
  position: absolute;
  visibility: hidden;
  top: -9999999px;
  z-index: -1; }

.hide-from-viewport {
  position: absolute;
  opacity: 0;
  top: -9999999px;
  z-index: -1; }

.svg-icon {
  height: 1.3rem;
  width: 1.3rem;
  fill: currentColor;
  display: inline-block;
  vertical-align: middle; }
  .svg-icon.svg-sm {
    height: 1rem;
    width: 1rem; }
  .svg-icon.svg-md {
    height: 1.5rem;
    width: 1.5rem; }
  .svg-icon.svg-lg {
    height: 2rem;
    width: 2rem; }
  .svg-icon.svg-xl {
    height: 2.5rem;
    width: 2.5rem; }

.svg-icon-holder {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 2.6rem;
  width: 2.6rem;
  overflow: hidden; }
  .svg-icon-holder.svg-holder-sm {
    height: 2rem;
    width: 2rem; }
  .svg-icon-holder.svg-holder-md {
    height: 3rem;
    width: 3rem; }
  .svg-icon-holder.svg-holder-lg {
    height: 4rem;
    width: 4rem; }
  .svg-icon-holder.svg-holder-xl {
    height: 5rem;
    width: 5rem; }

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

#ajax-loader {
  z-index: 2147483647;
  top: 0;
  left: 0;
  height: 2px;
  border-radius: 4px;
  transition: width 500ms ease-out,opacity 400ms linear;
  background: #00796b;
  position: fixed;
  pointer-events: none; }
  #ajax-loader .peg {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #29d, 0 0 5px #29d;
    opacity: 1.0;
    transform: rotate(3deg) translate(0px, -4px); }

#ajax-loader-infinite {
  z-index: 2147483647;
  top: 0;
  left: 0;
  height: 2px;
  overflow: hidden;
  position: fixed;
  pointer-events: none; }

.nav-scrollable {
  overflow-y: hidden;
  height: 48px;}
  .nav-scrollable .nav {
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 10rem; }

.btn .spinner-border, .card-link .spinner-border, .has-spinner .spinner-border {
  display: none; }

.btn.btn-loading, .btn-loading.card-link, .has-spinner.btn-loading {
  position: relative; }
  .btn.btn-loading .spinner-border, .btn-loading.card-link .spinner-border, .has-spinner.btn-loading .spinner-border {
    display: inline-block;
    left: calc(50% - (1em / 2));
    top: calc(50% - (1em / 2));
    position: absolute !important; }
  .btn.btn-loading .btn-text, .btn-loading.card-link .btn-text, .has-spinner.btn-loading .btn-text {
    opacity: 0; }

.recaptcha-container {
  overflow: hidden;
  text-align: center; }

.g-recaptcha {
  display: inline-block; }
  .g-recaptcha.recaptcha-error {
    border: 2px solid #F34236;
    border-radius: 4px; }

@media screen and (max-height: 575px) {
  #rc-imageselect, .g-recaptcha {
    transform: scale(0.75);
    transform-origin: 0 100; } }

.navbar-logo {
  max-width: 100px; }

#site-navbar .menu-svg-icon {
  display: none; }

.navdrawer-nav .menu-svg-icon {
  margin-right: 1rem; }

.dropdown-item .svg-icon {
  margin-right: .5rem; }

.locale-icon {
  max-width: 16px; }

.page-ribbon {
  height: 40vh;
  width: 100%;
  z-index: 0;
  flex-shrink: 0; }

.page-ribbon-pull-up {
  margin-top: -35vh;
  margin-bottom: 1rem; }

.page-card .card-body {
  padding: 2rem 2rem; }

.page-content {
  font-size: 0.9rem; }
  .page-content p {
    font-size: 1.25rem; }
  .page-content h1 {
    font-size: calc(1.325rem + 0.9vw);
    line-height: 2rem; }
    @media (min-width: 1200px) {
      .page-content h1 {
        font-size: 2rem; } }
  .page-content h2 {
    font-size: calc(1.305rem + 0.66vw);
    line-height: 1.8rem; }
    @media (min-width: 1200px) {
      .page-content h2 {
        font-size: 1.8rem; } }
  .page-content h3 {
    font-size: calc(1.285rem + 0.42vw);
    line-height: 1.6rem; }
    @media (min-width: 1200px) {
      .page-content h3 {
        font-size: 1.6rem; } }
  .page-content h5 {
    font-size: 1.2rem;
    line-height: 1.2rem; }
  .page-content h6 {
    font-size: 1rem;
    line-height: 1rem; }

.list-item-multiple-lines {
  height: auto !important; }

.navbar-search-active .navbar-search-collapse {
  height: 100%;
  width: 100%;
  transition: width linear 100ms; }

.navbar-search-active .hide-on-search {
  display: none !important; }

.offcanvas-close {
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
  font-size: 1rem;
  padding: .5rem 1rem; }

.dropdown-fullscreen {
  left: 0;
  width: 100%; }

.position-reset {
  position: inherit !important; }

.hide-caret:after {
  display: none; }

.navbar-search-collapse {
  width: 0;
  height: 0;
  overflow: hidden; }

.abstract-img {
  width: 100px;
  margin-left: 1rem;
  border-radius: 0.3rem;
  height: auto; }
.information-image {
    padding-top:1em;
    max-height: 30em;
    width: fit-content;
}
.infobox-card .infobox {
  overflow: hidden;
  height: 80px; }

.infobox-card.infobox-expanded .infobox {
  height: auto;
  transition: height 400ms; }

.infobox-card.infobox-expanded .infobox-toggle-icon {
  transform: rotate(180deg); }

.home-container {
  max-width: 580px;
  margin-top: 15vh; }

.search-container {
  max-width: 1400px; }

@media (min-width: 576px) {
  .navbar .dropdown-on-hover:hover &gt; .dropdown-menu {
    display: block; } }

@media (max-width: 767.98px) {
.search-logo{margin-top:12px;margin-bottom:12px;}
  .home-container {
    margin-top: 5vh; }
      .navbar-expand-md &gt; .container,
  .navbar-expand-md &gt; .container-fluid, .navbar-expand-md &gt; .container-sm, .navbar-expand-md &gt; .container-md, .navbar-expand-md &gt; .container-lg, .navbar-expand-md &gt; .container-xl {
    padding-right: 0;
    padding-left: 0; } 
    #mobileOptions {
            display: none !important;
        }
    #chrome-install {display:none;}
  .px-xs-0 {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .position-reset-xs {
    position: static !important; }
  .dropdown-fullscreen-xs {
    left: 0;
    width: 100%; }
  .hide-caret-xs:after {
    display: none; }
  .nav-scrollable-m {
    overflow-y: hidden;
    height: 48px; }
    .nav-scrollable-m .nav {
      flex-wrap: nowrap;
      -webkit-overflow-scrolling: touch;
      overflow-x: auto;
      overflow-y: hidden;
      padding-bottom: 10rem; }
.mr-2 {position:relative;right:40%;left:35%;margin:0 !important;padding:0 15px !important;}
.nav {padding:0 !important;}
.col-auto{top:0;padding:0 15px !important;}
.col-md-6{margin:0 !important;}
.px-1{padding:0 15px !important;}
}
      
.home-navbar .nav-link {
  padding-left: .6rem;
  padding-right: .6rem;
  color: rgba(0, 0, 0, 0.3);}

.home-engine-name {
    display: none;
  top: -1rem;
  color: rgba(0, 0, 0, 0.87); }

.home-logo-wrap .home-logo {
  height: auto; }

.home-footer-navbar .nav-item {
  margin: 0 .5rem;
  color: #666; }
  .home-footer-navbar .nav-item .nav-link {
    color: #666;
    opacity: 1;
    padding: .3rem .4rem; }

.instant-answer-card .card-title {
  font-size: 1rem;
  margin-bottom: .2rem; }

.qr-image {
  max-width: 115px;
  height: auto; }

.site-navbar .searchbar {
  padding-top: 1rem;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  background: #fff; }
  .site-navbar .searchbar .searchbar-logo-wrap {
    padding: 0 15px; }

.site-navbar .search-tabs {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff; }

.site-navbar .search-titlebar {
  padding: .8rem 0rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff; }
  .site-navbar .search-titlebar .searchbar-title {
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 500;
    margin: 0; }

.search-logo {
  height: auto;
  margin-bottom:12px;}

#search-loader { display: none;}

.xdsoft_autocomplete {
  display: inline;
  position: relative;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  text-align: start; }
  .xdsoft_autocomplete .xdsoft_input {
    position: relative;
    z-index: 10; }
  .xdsoft_autocomplete .xdsoft_autocomplete_dropdown {
    position: absolute;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-top: 0;
    box-shadow: 0px 1px 3px rgba(20, 23, 26, 0.1);
    cursor: default;
    display: none;
    z-index: 1001;
    margin-top: -1px;
    background-color: #fff;
    min-width: 100%;
    overflow: auto;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
    .xdsoft_autocomplete .xdsoft_autocomplete_dropdown &gt; .xdsoft_autocomplete_copyright {
      color: #ddd;
      font-size: 10px;
      text-decoration: none;
      right: 5px;
      position: absolute;
      margin-top: -15px;
      z-index: 1002; }
    .xdsoft_autocomplete .xdsoft_autocomplete_dropdown &gt; div {
      background: #fff;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      cursor: pointer;
      line-height: 1em;
      padding: .6rem 1rem;
      color: #424242; }
    .xdsoft_autocomplete .xdsoft_autocomplete_dropdown &gt; div.active {
      background: rgba(0, 0, 0, 0.04);
      color: #424242; }
  .xdsoft_autocomplete .xdsoft_autocomplete_hint {
    position: absolute;
    z-index: 1001;
    color: #ccc !important;
    -webkit-text-fill-color: #ccc !important;
    text-fill-color: #ccc !important;
    overflow: hidden !important;
    white-space: pre !important;
    width: 100% !important; }
    .xdsoft_autocomplete .xdsoft_autocomplete_hint span {
      color: transparent;
      opacity: 0.0; }

.searchbox-group {
  position: relative;
  padding: 0;
  margin: 0;
  border-radius: 4px; }
  .searchbox-group.suggestions-active {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
    .searchbox-group.suggestions-active .search-input {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
  .searchbox-group .search-input {
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: #ffffff;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.075);
    padding: .5rem 1rem;
    height: 46px;
    border-radius: 4px; }
    .searchbox-group .search-input:hover, .searchbox-group .search-input:focus {
      outline: none;
      box-shadow: 0 .3rem .5rem rgba(0, 0, 0, 0.15) !important;
      transition: all ease 400ms; }
  .searchbox-group.searchbar-group .search-input {
    height: 40px; }
  .searchbox-group.searchbar-group .search-btn {
    height: 38px; }
  .searchbox-group .search-btn {
    height: 44px;
    color: #00796b;
    background: inherit;
    padding: .5rem 1rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: none;
    position: absolute;
    top: 1px;
    border: 0;
    z-index: 40; }

.gsc-control-wrapper-cse {
  direction: inherit !important; }

.gs-spelling {
  padding: 0 !important; }

.gs-imagePreviewArea, .gs-imageResult-popup {
  z-index: 10 !important; }

.gsc-selected-option {
  color: #6f6565;
  font-weight: normal;
  font-size: .8rem; }

.gsc-webResult.gsc-result, .gsc-results .gsc-imageResult {
  background: transparent !important; }
  
 /* Updated with Brave Switch */
 .sponsored-ads {
    padding-top: 1.5em;
}
.gsc-results.gsc-webResult {
    padding-top: 1.5em;
}
.gsc-expansionArea {
    padding-top: 1.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.gsc-control-cse .gsc-option-menu {
  border-radius: 4px;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.075), 0 3px 14px 2px rgba(0, 0, 0, 0.15), 0 5px 5px -3px rgba(0, 0, 0, 0.175) !important;
  border: 0 !important; }

.gsc-control-cse {
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important; }

.gsc-webResult.gsc-result {
  border: 0 !important; }

.gsc-positioningWrapper, .gcsc-more-maybe-branding-root, .gcsc-branding,
.gcsc-find-more-on-google-root {
  display: none !important; }

.gsc-above-wrapper-area {
  border: 0 !important;
  margin-top: 0.5rem !important;
  display: block !important; 
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.gsc-result-info-container {
  display: none !important; }

.gsc-selected-option-container {
  background: transparent !important;
  box-shadow: none !important;
  font-size: inherit !important; }

/* Updated with Brave Switch */
.gsc-results .gsc-cursor {
  display: flex !important;
  flex-wrap: wrap; }

.gsc-results .gsc-cursor-box {
  margin: 0 !important;
  border: 0 !important;
    display: flex;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  font-size: 1rem !important;
      max-width: 7vw;
  outline: none !important;
  padding: .2rem 1rem;
  text-align: center;
  background: transparent !important;
  color: #616161 !important; }

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  color: inherit !important;
  font-weight: normal !important;
  border-bottom: 2px solid #212121 !important; }

.gsc-control-cse {
  font-family: inherit !important; }

.web-result {
  padding: 10px;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
     position: relative;
    padding-right: 120px;}
  .web-result .web-thumb-img {
    float: left;
    margin-right: 1rem;
    object-fit: contain;
    width: 140px;
    height: 84px;
    max-width: 140px;
    border-radius: 4px;
    order: 2;}
  .web-result .web-result-title-heading {
    margin: 0 0 .3rem;
    padding: 0;
    font-size: 24px;
    line-height: 26px; }
  .web-result .web-result-domain {
    padding: .2rem 0;
    order: -1;
  margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
      .gsc-url-top {
    padding: .2rem 0;
    order: -1;
  margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .web-result .web-result-desc {
      overflow:hidden;
    margin: .3rem 0 0;
    font-size: 14px;
    line-height: 22px;}
  .web-result .web-result-favicon {
    margin-right: .3rem;
    display: inline-block; }
      .discount-result {
    border-radius: 16px;
    border: 1px solid #fc0;
    }
    .web-result-thumbnail {
        object-fit:contain;
    width: 100px;
    height: 100px;
    position: absolute;
    right: 10px;
    bottom: 0;
}
.faq-question {
    margin: 0 0 .3rem;
    padding: 0;
    font-size: 24px;
    line-height: 26px;
}
.faq-answer {
overflow:hidden;
    margin: .3rem 0 0;
    font-size: 14px;
    line-height: 22px;    
}
.faq-meta {
    font-size:12px;
}
.gs-result {
  padding: 0;
  margin-bottom: 1.2rem;
  display: flex;
  flex-direction: column;
  overflow: hidden; }
   .gs-result .gs-title {
    margin: 0 0 .3rem;
    padding: 0;
    font-size: 24px !important;
    line-height: 26px;
    font-weight: 400;}
    .gs-result .gs-title b {
    margin: 0 0 .3rem;
    padding: 0;
    font-size: 24px!important;
    line-height: 26px;
    font-weight: 700;
}
   .gs-result .gsc-url-top {
    padding: .2rem 0;
    order: -1;
  margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
   .gs-result .gsc-table-result {
    margin: .3rem 0 0;
    font-size: 14px !important;
    line-height: 22px;}
  .gs-result .gsc-favicon-result {
    margin-right: .3rem;
    display: inline-block; }

.darkmode .site-navbar .searchbar {
  background: #141440; }

.darkmode .site-navbar .search-tabs {
  background: #141440; }

.darkmode .site-navbar .search-titlebar {
  background: #141440; }

.darkmode .xdsoft_autocomplete .xdsoft_autocomplete_dropdown {
  border: 1px solid #e7effe;
  background: #141440; }
  .darkmode .xdsoft_autocomplete .xdsoft_autocomplete_dropdown &gt; div {
    background: #141440;
    color: rgba(255, 255, 255, 0.5); }
  .darkmode .xdsoft_autocomplete .xdsoft_autocomplete_dropdown &gt; div.active {
    background: #141440; }

.darkmode .searchbox-group .search-input {
  background: rgba(20, 20, 64, .5);
  border-color:#e7effe;}
  
  .darkmode .searchbox-group .search-btn {
  color: #e7effe;}

.darkmode .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  border-color: #fff !important;
  color: #fff !important; }

body.search-results.no-ads .gsc-adBlock {
  display: none !important; }

@media (min-width: 576px) {
  body.search-results .site-navbar.navbar-scrolled .searchbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 40;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.075); } }

@media (max-width: 767.98px) {
    .information-image {
    max-height: 90vh;
}
.geo {
    display:block;
}
    .site-navbar .search-tabs, .site-navbar .search-titlebar {
      border: 0; }
    .site-navbar .searchbar {
      border: 0; }
      .searchbar {padding:0 !important;}
  .gsc-results .gsc-cursor {
    justify-content: center;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.075); }
  .gsc-orderby-label {
    display: none !important; }
  .gsc-adBlock {
    border: 0 !important;
    margin-left:8px;
    border-radius: 4px; }
  .web-result .web-thumb-img {
    float: right;
    margin-right: 0;
    margin-left: 1rem; }
  .searchbar-toggler-pull-up {
    position: absolute;
    right: 0;
    top: 10px; }
  .lightmode body.search-results {
    background: #ffffff; }
  .web-result {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.075);
    background: #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left:0.75rem;
    padding-right:0.75rem;
    border-radius: 4px; }
    .web-result-thumbnail {
        display: none !important;
        position: relative; /* Changes position to flow in the normal document flow on mobile */
        width: 100%; /* Full width thumbnails on mobile */
        height: auto; /* Maintain aspect ratio */
        margin-bottom: 10px; /* Adds space below the thumbnail */
    }
    #afscontainer1{
      padding-left: 0.5rem;
      padding-right:0.5rem;
    }
    .gs-result {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.075);
    background: #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left:0.75rem;
    padding-right:0.75rem;
    border-radius: 4px; }
    #afscontainer1{
      padding-left: 0.5rem;
      padding-right:0.5rem;
    }
  .darkmode .web-result {
    background: #141440; }
      .darkmode .gs-result {
    background: #141440; }
  .darkmode .gsc-results .gsc-cursor {
    background: #141440;
    color: #E7EFFE !important; }
    .darkmode .gsc-results .gsc-cursor .gsc-cursor-chevron {
      fill: #E7EFFE !important; } }
.form-control {padding:8px 16px !important;border-radius:4px !important;}
@-webkit-keyframes "notyf-fadeinup" {
  0% {
    opacity: 0;
    transform: translateY(25%); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes "notyf-fadeinup" {
  0% {
    opacity: 0;
    transform: translateY(25%); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@-webkit-keyframes "notyf-fadeinleft" {
  0% {
    opacity: 0;
    transform: translateX(25%); }
  to {
    opacity: 1;
    transform: translateX(0); } }

@keyframes "notyf-fadeinleft" {
  0% {
    opacity: 0;
    transform: translateX(25%); }
  to {
    opacity: 1;
    transform: translateX(0); } }

@-webkit-keyframes "notyf-fadeoutright" {
  0% {
    opacity: 1;
    transform: translateX(0); }
  to {
    opacity: 0;
    transform: translateX(25%); } }

@keyframes "notyf-fadeoutright" {
  0% {
    opacity: 1;
    transform: translateX(0); }
  to {
    opacity: 0;
    transform: translateX(25%); } }

@-webkit-keyframes "notyf-fadeoutdown" {
  0% {
    opacity: 1;
    transform: translateY(0); }
  to {
    opacity: 0;
    transform: translateY(25%); } }

@keyframes "notyf-fadeoutdown" {
  0% {
    opacity: 1;
    transform: translateY(0); }
  to {
    opacity: 0;
    transform: translateY(25%); } }

@-webkit-keyframes "ripple" {
  0% {
    transform: scale(0) translateY(-45%) translateX(13%); }
  to {
    transform: scale(1) translateY(-45%) translateX(13%); } }

@keyframes "ripple" {
  0% {
    transform: scale(0) translateY(-45%) translateX(13%); }
  to {
    transform: scale(1) translateY(-45%) translateX(13%); } }

.notyf {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  color: #fff;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  pointer-events: none;
  box-sizing: border-box;
  padding: 20px; }

.notyf__icon--error {
  height: 21px;
  width: 21px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  position: relative; }
  .notyf__icon--error:after {
    content: "";
    background: currentColor;
    display: block;
    position: absolute;
    width: 3px;
    border-radius: 3px;
    left: 9px;
    height: 12px;
    top: 5px;
    transform: rotate(-45deg); }
  .notyf__icon--error:before {
    content: "";
    background: currentColor;
    display: block;
    position: absolute;
    width: 3px;
    border-radius: 3px;
    left: 9px;
    height: 12px;
    top: 5px;
    transform: rotate(45deg); }

.notyf__icon--success {
  height: 21px;
  width: 21px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  position: relative; }
  .notyf__icon--success:after {
    content: "";
    background: currentColor;
    display: block;
    position: absolute;
    width: 3px;
    border-radius: 3px;
    height: 6px;
    transform: rotate(-45deg);
    top: 9px;
    left: 6px; }
  .notyf__icon--success:before {
    content: "";
    background: currentColor;
    display: block;
    position: absolute;
    width: 3px;
    border-radius: 3px;
    height: 11px;
    transform: rotate(45deg);
    top: 5px;
    left: 10px; }

.notyf__toast {
  display: block;
  overflow: hidden;
  pointer-events: auto;
  -webkit-animation: notyf-fadeinup .3s ease-in forwards;
  animation: notyf-fadeinup .3s ease-in forwards;
  position: relative;
  padding: 0 15px;
  border-radius: 4px;
  max-width: 42rem;
  transform: translateY(25%);
  box-sizing: border-box;
  flex-shrink: 0;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.15); }
  .notyf__toast.notyf-primary {
    background: #00796b; }
  .notyf__toast.notyf-secondary {
    background: #263238; }
  .notyf__toast.notyf-danger {
    background: #F34236; }
  .notyf__toast.notyf-info {
    background: #714cfe; }
  .notyf__toast.notyf-success {
    background: #4BAE4F; }
  .notyf__toast.notyf-warning {
    background: #ff8d00; }
  .notyf__toast.notyf-dark {
    background: #212121; }
  .notyf__toast.notyf-light {
    background: #f5f5f5; }
  .notyf__toast.notyf-provider-facebook {
    background: #3b5998; }
  .notyf__toast.notyf-provider-twitter {
    background: #1da1f2; }
  .notyf__toast.notyf-provider-youtube {
    background: #FF0000; }
  .notyf__toast.notyf-snack {
    background: #333333;
    color: rgba(255, 255, 255, 0.87); }

.notyf__toast--disappear {
  transform: translateY(0);
  -webkit-animation: notyf-fadeoutdown .3s forwards;
  animation: notyf-fadeoutdown .3s forwards;
  -webkit-animation-delay: .25s;
  animation-delay: .25s; }
  .notyf__toast--disappear .notyf__icon {
    -webkit-animation: notyf-fadeoutdown .3s forwards;
    animation: notyf-fadeoutdown .3s forwards;
    opacity: 1;
    transform: translateY(0); }
  .notyf__toast--disappear .notyf__message {
    -webkit-animation: notyf-fadeoutdown .3s forwards;
    animation: notyf-fadeoutdown .3s forwards;
    opacity: 1;
    transform: translateY(0);
    -webkit-animation-delay: .05s;
    animation-delay: .05s; }
  .notyf__toast--disappear .notyf__dismiss {
    -webkit-animation: notyf-fadeoutright .3s forwards;
    animation: notyf-fadeoutright .3s forwards;
    opacity: 1;
    transform: translateX(0); }

.notyf__toast--upper {
  margin-bottom: 20px; }

.notyf__toast--lower {
  margin-top: 20px; }

.notyf__toast--dismissible .notyf__wrapper {
  padding-right: 30px; }

.notyf__ripple {
  height: 400px;
  width: 400px;
  position: absolute;
  transform-origin: bottom right;
  right: 0;
  top: 0;
  border-radius: 50%;
  transform: scale(0) translateY(-51%) translateX(13%);
  z-index: 5;
  -webkit-animation: ripple .4s ease-out forwards;
  animation: ripple .4s ease-out forwards; }

.notyf__wrapper {
  display: flex;
  align-items: center;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-right: 15px;
  border-radius: 3px;
  position: relative;
  z-index: 10; }

.notyf__icon {
  width: 22px;
  text-align: center;
  font-size: 1.3em;
  opacity: 0;
  -webkit-animation: notyf-fadeinup .3s forwards;
  animation: notyf-fadeinup .3s forwards;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  margin-right: 13px; }

.notyf__dismiss {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 26px;
  margin-right: -15px;
  -webkit-animation: notyf-fadeinleft .3s forwards;
  animation: notyf-fadeinleft .3s forwards;
  -webkit-animation-delay: .35s;
  animation-delay: .35s;
  opacity: 0; }

.notyf__dismiss-btn {
  background-color: rgba(0, 0, 0, 0.25);
  border: none;
  cursor: pointer;
  transition: opacity .2s ease, background-color .2s ease;
  outline: none;
  opacity: .35;
  height: 100%;
  width: 100%; }
  .notyf__dismiss-btn:after {
    content: "";
    background: #fff;
    height: 12px;
    width: 2px;
    border-radius: 3px;
    position: absolute;
    left: calc(50% - 1px);
    top: calc(50% - 5px);
    transform: rotate(-45deg); }
  .notyf__dismiss-btn:before {
    content: "";
    background: #fff;
    height: 12px;
    width: 2px;
    border-radius: 3px;
    position: absolute;
    left: calc(50% - 1px);
    top: calc(50% - 5px);
    transform: rotate(45deg); }
  .notyf__dismiss-btn:hover {
    opacity: .7;
    background-color: rgba(0, 0, 0, 0.15); }
  .notyf__dismiss-btn:active {
    opacity: .8; }

.notyf__message {
  vertical-align: middle;
  position: relative;
  opacity: 0;
  -webkit-animation: notyf-fadeinup .3s forwards;
  animation: notyf-fadeinup .3s forwards;
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
  line-height: 1.5em; }

@media only screen and (max-width: 480px) {
  .notyf__ripple {
    height: 600px;
    width: 600px;
    -webkit-animation-duration: .5s;
    animation-duration: .5s; }
  .notyf__dismiss {
    width: 56px; } }

/**
 * Layout for auth pages
 */
.auth-heading {
  margin-bottom: 0;
  font-weight: 500;
  font-size: calc(1.275rem + 0.3vw); }
  @media (min-width: 1200px) {
    .auth-heading {
      font-size: 1.5rem; } }

.auth-subheading {
  color: rgba(0, 0, 0, 0.38);
  font-size: 1.1rem; }

.auth-help {
  color: rgba(0, 0, 0, 0.38);
  font-size: 0.9rem; }

.rtl .auth-wrap .auth-sidebar-right {
  left: 0;
  right: auto; }

.ltr .auth-wrap .auth-sidebar-right {
  left: auto;
  right: 0; }

.auth-wrap {
  height: 100%; }
  .auth-wrap .auth-sidebar-left {
    height: 100%; }
  .auth-wrap .auth-form-container {
    max-width: 30rem; }
  .auth-wrap .auth-sidebar-right {
    display: none; }
    @media (min-width: 576px) {
      .auth-wrap .auth-sidebar-right {
        background-color: #f5f5f5;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.0' viewBox='0 0 2800 2800'%3E%3Cswitch%3E%3Cg%3E%3Cpath fill='%23009CE3' d='M0 0h2800v2800H0z'/%3E%3Cpath fill='%231EAFE9' d='M2800 1111c-18-15-41-30-72-48-147-86-263-217-363-354-120-165-223-343-360-495-73-80-155-152-245-214H674c-63 107-112 228-193 322C370 451 206 520 54 597L0 625v1048l111 97c126 110 252 226 329 375 42 82 67 171 109 254 42 82 105 159 192 189 158 53 319-67 431-191s229-271 395-288c126-13 244 53 361 102a987 987 0 00556 76c116-21 228-73 316-150V1111z'/%3E%3Cpath fill='%233BC2EE' d='M903 216c8 102 22 212-28 301-57 104-181 148-293 183L100 852c-33 11-67 23-100 38v403l3 2c218 152 511 223 640 454 38 67 58 143 94 212 35 69 92 134 168 149 106 21 204-62 268-150 64-87 117-190 212-242 138-75 310-15 441 70 132 84 254 194 407 227 80 18 176 7 226-58 48-61 41-148 67-221 25-68 77-122 126-176s95-116 102-188c19-186-262-177-381-244-170-96-308-244-421-400-171-235-305-498-509-704l-24-24H922c-26 66-25 144-19 216z'/%3E%3Cpath fill='%2359D5F4' d='M1678 662c-67-172-96-369-225-501-49-51-125-90-189-59-61 29-80 112-62 177s62 120 99 177 69 124 56 191c-15 83-95 140-177 159s-168 8-252 4c-217-11-438 26-640 108-59 23-123 59-137 120-17 68 38 136 102 164s136 28 205 38a713 713 0 01492 319c51 81 109 186 205 180 91-6 138-111 209-168 90-71 220-64 325-21 105 44 194 118 292 176 97 59 212 104 323 80a291 291 0 00221-295c-17-249-269-231-428-335a1107 1107 0 01-419-514z'/%3E%3Cpath fill='%2376E8F9' d='M1781 1078c-40-66-77-142-149-169-106-40-212 48-314 98a496 496 0 01-370 27c-67-22-152-55-199-2-37 42-19 108 11 155a442 442 0 00518 174c93-36 179-105 277-98 154 12 230 192 361 273 95 58 402 56 246-105-56-58-144-91-206-145a900 900 0 01-175-208z'/%3E%3Cpath fill='%2394FBFF' d='M1202 1207c-27-30-61-56-100-64-40-9-87 7-104 44-16 35 1 80 32 103s74 27 112 18c22-5 44-14 59-31 14-17 21-43 10-62m815 231c-3-36-52-59-82-39s-28 74 5 92c32 17 78-11 77-48'/%3E%3Cpath fill='%233BC2EE' d='M1385 226c-19-16-46-31-67-17-18 13-18 39-15 61 6 37 15 73 29 107 9 25 21 50 41 69 50 48 130 17 125-53-4-60-70-131-113-167z'/%3E%3Cpath fill='%2394FBFF' d='M1707 1093c-14-31-34-62-66-77-27-12-58-9-88-3-42 10-90 36-93 80-2 41 37 71 75 86 40 16 120 39 163 20 52-24 28-60 9-106z'/%3E%3C/g%3E%3C/switch%3E%3C/svg%3E");
        background-attachment: fixed;
        flex-direction: column;
        background-repeat: no-repeat;
        background-size: 100%;
        position: fixed;
        height: 100%;
        top: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; } }
  .auth-wrap .auth-logo-wrap {
    padding: .5rem 0;
    margin-bottom: .5rem; }
    .auth-wrap .auth-logo-wrap .auth-logo {
      max-width: 100px; }

.account-management .cover-preview-container {
  display: block;
  height: 12rem;
  width: 100%;
  background-position: center;
  background-size: cover; }

.account-management .cover-preview-avatar .avatar {
  margin-top: -64px;
  border: 3px solid #ffffff; }

.avatar {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 50%;
  display: inline-block;
  background: #bdbdbd no-repeat center/cover;
  position: relative;
  text-align: center;
  color: #757575;
  font-weight: 600;
  vertical-align: bottom;
  font-size: .875rem;
  user-select: none; }
  .avatar.pull-up-avatar {
    top: -4px; }
  .avatar i {
    font-size: 125%;
    vertical-align: sub; }

.avatar-status {
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: .75rem;
  height: .75rem;
  border: 2px solid #fff;
  background: #757575;
  border-radius: 50%; }

.avatar-sm {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: .75rem; }

.avatar-md {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1rem; }

.avatar-lg {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  font-size: 1.25rem; }

.avatar-xl {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.75rem; }

.avatar-xxl {
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  font-size: 2rem; }

.avatar-placeholder {
  background: #bdbdbd url('data:image/svg+xml;charset=utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" width="134" height="134" viewBox="0 0 134 134"&gt;&lt;path fill="#757575" d="M65.92 66.34h2.16c14.802.42 30.928 6.062 29.283 20.35l-1.618 13.32c-.844 6.815-5.208 7.828-13.972 7.866H52.23c-8.764-.038-13.13-1.05-13.973-7.865l-1.62-13.32C34.994 72.4 51.12 66.76 65.92 66.34zM49.432 43.934c0-9.82 7.99-17.81 17.807-17.81 9.82 0 17.81 7.99 17.81 17.81 0 9.82-7.99 17.807-17.81 17.807-9.82 0-17.808-7.987-17.808-17.806z"/&gt;&lt;/svg&gt;') no-repeat center/80%; }

.avatar-list {
  margin: 0 0 -.5rem;
  padding: 0;
  font-size: 0; }
  .avatar-list .avatar {
    margin-bottom: .5rem; }
    .avatar-list .avatar:not(:last-child) {
      margin-right: .5rem; }

.avatar-list-stacked .avatar {
  margin-right: -.8em !important; }

.avatar-list-stacked .avatar {
  box-shadow: 0 0 0 2px #fff; }

.footer.footer-dark {
  color: white; }

.footer.footer-light {
  color: rgba(0, 0, 0, 0.87); }

.footer .footer-section {
  padding: .5rem 0; }

/*# sourceMappingURL=../css/styles.css.map */</pre></body></html>