/*!
 * Bootstrap v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
 :root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
  width: device-width;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  -webkit-box-sizing: content-box;
  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[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  font-style: normal;
  line-height: inherit;
}
address,
dl,
ol,
ul {
  margin-bottom: 1rem;
}
dl,
ol,
ul {
  margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
.h1,
h1 {
  font-size: 2.5rem;
}
.h2,
h2 {
  font-size: 2rem;
}
.h3,
h3 {
  font-size: 1.75rem;
}
.h4,
h4 {
  font-size: 1.5rem;
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
}
.display-1,
.display-2 {
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
}
.display-3 {
  font-size: 4.5rem;
}
.display-3,
.display-4 {
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.small,
small {
  font-size: 80%;
  font-weight: 400;
}
.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer:before {
  content: "\2014   \A0";
}
.img-fluid,
.img-thumbnail {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
      max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
      max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
      max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
      max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.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-auto,
.col-lg,
.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-auto,
.col-md,
.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-auto,
.col-sm,
.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-auto,
.col-xl,
.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-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1,
.col-auto {
  -webkit-box-flex: 0;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-2,
.col-3 {
  -webkit-box-flex: 0;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-4,
.col-5 {
  -webkit-box-flex: 0;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-6,
.col-7 {
  -webkit-box-flex: 0;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-8,
.col-9 {
  -webkit-box-flex: 0;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-10,
.col-11 {
  -webkit-box-flex: 0;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}
.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
  order: 13;
}
.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
  order: 0;
}
.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
  order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
  order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
  order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
  order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
  order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
  order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
  order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
  order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
  order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      -webkit-box-flex: 1;
      flex-grow: 1;
      max-width: 100%;
  }
  .col-sm-auto {
      -ms-flex: 0 0 auto;
      -webkit-box-flex: 0;
      flex: 0 0 auto;
      width: auto;
      max-width: none;
  }
  .col-sm-1 {
      -ms-flex: 0 0 8.333333%;
      -webkit-box-flex: 0;
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
  }
  .col-sm-2 {
      -ms-flex: 0 0 16.666667%;
      -webkit-box-flex: 0;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
  }
  .col-sm-3 {
      -ms-flex: 0 0 25%;
      -webkit-box-flex: 0;
      flex: 0 0 25%;
      max-width: 25%;
  }
  .col-sm-4 {
      -ms-flex: 0 0 33.333333%;
      -webkit-box-flex: 0;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
  }
  .col-sm-5 {
      -ms-flex: 0 0 41.666667%;
      -webkit-box-flex: 0;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
  }
  .col-sm-6 {
      -ms-flex: 0 0 50%;
      -webkit-box-flex: 0;
      flex: 0 0 50%;
      max-width: 50%;
  }
  .col-sm-7 {
      -ms-flex: 0 0 58.333333%;
      -webkit-box-flex: 0;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
  }
  .col-sm-8 {
      -ms-flex: 0 0 66.666667%;
      -webkit-box-flex: 0;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
  }
  .col-sm-9 {
      -ms-flex: 0 0 75%;
      -webkit-box-flex: 0;
      flex: 0 0 75%;
      max-width: 75%;
  }
  .col-sm-10 {
      -ms-flex: 0 0 83.333333%;
      -webkit-box-flex: 0;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
  }
  .col-sm-11 {
      -ms-flex: 0 0 91.666667%;
      -webkit-box-flex: 0;
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
  }
  .col-sm-12 {
      -ms-flex: 0 0 100%;
      -webkit-box-flex: 0;
      flex: 0 0 100%;
      max-width: 100%;
  }
  .order-sm-first {
      -ms-flex-order: -1;
      -webkit-box-ordinal-group: 0;
      order: -1;
  }
  .order-sm-last {
      -ms-flex-order: 13;
      -webkit-box-ordinal-group: 14;
      order: 13;
  }
  .order-sm-0 {
      -ms-flex-order: 0;
      -webkit-box-ordinal-group: 1;
      order: 0;
  }
  .order-sm-1 {
      -ms-flex-order: 1;
      -webkit-box-ordinal-group: 2;
      order: 1;
  }
  .order-sm-2 {
      -ms-flex-order: 2;
      -webkit-box-ordinal-group: 3;
      order: 2;
  }
  .order-sm-3 {
      -ms-flex-order: 3;
      -webkit-box-ordinal-group: 4;
      order: 3;
  }
  .order-sm-4 {
      -ms-flex-order: 4;
      -webkit-box-ordinal-group: 5;
      order: 4;
  }
  .order-sm-5 {
      -ms-flex-order: 5;
      -webkit-box-ordinal-group: 6;
      order: 5;
  }
  .order-sm-6 {
      -ms-flex-order: 6;
      -webkit-box-ordinal-group: 7;
      order: 6;
  }
  .order-sm-7 {
      -ms-flex-order: 7;
      -webkit-box-ordinal-group: 8;
      order: 7;
  }
  .order-sm-8 {
      -ms-flex-order: 8;
      -webkit-box-ordinal-group: 9;
      order: 8;
  }
  .order-sm-9 {
      -ms-flex-order: 9;
      -webkit-box-ordinal-group: 10;
      order: 9;
  }
  .order-sm-10 {
      -ms-flex-order: 10;
      -webkit-box-ordinal-group: 11;
      order: 10;
  }
  .order-sm-11 {
      -ms-flex-order: 11;
      -webkit-box-ordinal-group: 12;
      order: 11;
  }
  .order-sm-12 {
      -ms-flex-order: 12;
      -webkit-box-ordinal-group: 13;
      order: 12;
  }
  .offset-sm-0 {
      margin-left: 0;
  }
  .offset-sm-1 {
      margin-left: 8.333333%;
  }
  .offset-sm-2 {
      margin-left: 16.666667%;
  }
  .offset-sm-3 {
      margin-left: 25%;
  }
  .offset-sm-4 {
      margin-left: 33.333333%;
  }
  .offset-sm-5 {
      margin-left: 41.666667%;
  }
  .offset-sm-6 {
      margin-left: 50%;
  }
  .offset-sm-7 {
      margin-left: 58.333333%;
  }
  .offset-sm-8 {
      margin-left: 66.666667%;
  }
  .offset-sm-9 {
      margin-left: 75%;
  }
  .offset-sm-10 {
      margin-left: 83.333333%;
  }
  .offset-sm-11 {
      margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      -webkit-box-flex: 1;
      flex-grow: 1;
      max-width: 100%;
  }
  .col-md-auto {
      -ms-flex: 0 0 auto;
      -webkit-box-flex: 0;
      flex: 0 0 auto;
      width: auto;
      max-width: none;
  }
  .col-md-1 {
      -ms-flex: 0 0 8.333333%;
      -webkit-box-flex: 0;
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
  }
  .col-md-2 {
      -ms-flex: 0 0 16.666667%;
      -webkit-box-flex: 0;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
  }
  .col-md-3 {
      -ms-flex: 0 0 25%;
      -webkit-box-flex: 0;
      flex: 0 0 25%;
      max-width: 25%;
  }
  .col-md-4 {
      -ms-flex: 0 0 33.333333%;
      -webkit-box-flex: 0;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
  }
  .col-md-5 {
      -ms-flex: 0 0 41.666667%;
      -webkit-box-flex: 0;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
  }
  .col-md-6 {
      -ms-flex: 0 0 50%;
      -webkit-box-flex: 0;
      flex: 0 0 50%;
      max-width: 50%;
  }
  .col-md-7 {
      -ms-flex: 0 0 58.333333%;
      -webkit-box-flex: 0;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
  }
  .col-md-8 {
      -ms-flex: 0 0 66.666667%;
      -webkit-box-flex: 0;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
  }
  .col-md-9 {
      -ms-flex: 0 0 75%;
      -webkit-box-flex: 0;
      flex: 0 0 75%;
      max-width: 75%;
  }
  .col-md-10 {
      -ms-flex: 0 0 83.333333%;
      -webkit-box-flex: 0;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
  }
  .col-md-11 {
      -ms-flex: 0 0 91.666667%;
      -webkit-box-flex: 0;
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
  }
  .col-md-12 {
      -ms-flex: 0 0 100%;
      -webkit-box-flex: 0;
      flex: 0 0 100%;
      max-width: 100%;
  }
  .order-md-first {
      -ms-flex-order: -1;
      -webkit-box-ordinal-group: 0;
      order: -1;
  }
  .order-md-last {
      -ms-flex-order: 13;
      -webkit-box-ordinal-group: 14;
      order: 13;
  }
  .order-md-0 {
      -ms-flex-order: 0;
      -webkit-box-ordinal-group: 1;
      order: 0;
  }
  .order-md-1 {
      -ms-flex-order: 1;
      -webkit-box-ordinal-group: 2;
      order: 1;
  }
  .order-md-2 {
      -ms-flex-order: 2;
      -webkit-box-ordinal-group: 3;
      order: 2;
  }
  .order-md-3 {
      -ms-flex-order: 3;
      -webkit-box-ordinal-group: 4;
      order: 3;
  }
  .order-md-4 {
      -ms-flex-order: 4;
      -webkit-box-ordinal-group: 5;
      order: 4;
  }
  .order-md-5 {
      -ms-flex-order: 5;
      -webkit-box-ordinal-group: 6;
      order: 5;
  }
  .order-md-6 {
      -ms-flex-order: 6;
      -webkit-box-ordinal-group: 7;
      order: 6;
  }
  .order-md-7 {
      -ms-flex-order: 7;
      -webkit-box-ordinal-group: 8;
      order: 7;
  }
  .order-md-8 {
      -ms-flex-order: 8;
      -webkit-box-ordinal-group: 9;
      order: 8;
  }
  .order-md-9 {
      -ms-flex-order: 9;
      -webkit-box-ordinal-group: 10;
      order: 9;
  }
  .order-md-10 {
      -ms-flex-order: 10;
      -webkit-box-ordinal-group: 11;
      order: 10;
  }
  .order-md-11 {
      -ms-flex-order: 11;
      -webkit-box-ordinal-group: 12;
      order: 11;
  }
  .order-md-12 {
      -ms-flex-order: 12;
      -webkit-box-ordinal-group: 13;
      order: 12;
  }
  .offset-md-0 {
      margin-left: 0;
  }
  .offset-md-1 {
      margin-left: 8.333333%;
  }
  .offset-md-2 {
      margin-left: 16.666667%;
  }
  .offset-md-3 {
      margin-left: 25%;
  }
  .offset-md-4 {
      margin-left: 33.333333%;
  }
  .offset-md-5 {
      margin-left: 41.666667%;
  }
  .offset-md-6 {
      margin-left: 50%;
  }
  .offset-md-7 {
      margin-left: 58.333333%;
  }
  .offset-md-8 {
      margin-left: 66.666667%;
  }
  .offset-md-9 {
      margin-left: 75%;
  }
  .offset-md-10 {
      margin-left: 83.333333%;
  }
  .offset-md-11 {
      margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      -webkit-box-flex: 1;
      flex-grow: 1;
      max-width: 100%;
  }
  .col-lg-auto {
      -ms-flex: 0 0 auto;
      -webkit-box-flex: 0;
      flex: 0 0 auto;
      width: auto;
      max-width: none;
  }
  .col-lg-1 {
      -ms-flex: 0 0 8.333333%;
      -webkit-box-flex: 0;
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
  }
  .col-lg-2 {
      -ms-flex: 0 0 16.666667%;
      -webkit-box-flex: 0;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
  }
  .col-lg-3 {
      -ms-flex: 0 0 25%;
      -webkit-box-flex: 0;
      flex: 0 0 25%;
      max-width: 25%;
  }
  .col-lg-4 {
      -ms-flex: 0 0 33.333333%;
      -webkit-box-flex: 0;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
  }
  .col-lg-5 {
      -ms-flex: 0 0 41.666667%;
      -webkit-box-flex: 0;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
  }
  .col-lg-6 {
      -ms-flex: 0 0 50%;
      -webkit-box-flex: 0;
      flex: 0 0 50%;
      max-width: 50%;
  }
  .col-lg-7 {
      -ms-flex: 0 0 58.333333%;
      -webkit-box-flex: 0;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
  }
  .col-lg-8 {
      -ms-flex: 0 0 66.666667%;
      -webkit-box-flex: 0;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
  }
  .col-lg-9 {
      -ms-flex: 0 0 75%;
      -webkit-box-flex: 0;
      flex: 0 0 75%;
      max-width: 75%;
  }
  .col-lg-10 {
      -ms-flex: 0 0 83.333333%;
      -webkit-box-flex: 0;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
  }
  .col-lg-11 {
      -ms-flex: 0 0 91.666667%;
      -webkit-box-flex: 0;
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
  }
  .col-lg-12 {
      -ms-flex: 0 0 100%;
      -webkit-box-flex: 0;
      flex: 0 0 100%;
      max-width: 100%;
  }
  .order-lg-first {
      -ms-flex-order: -1;
      -webkit-box-ordinal-group: 0;
      order: -1;
  }
  .order-lg-last {
      -ms-flex-order: 13;
      -webkit-box-ordinal-group: 14;
      order: 13;
  }
  .order-lg-0 {
      -ms-flex-order: 0;
      -webkit-box-ordinal-group: 1;
      order: 0;
  }
  .order-lg-1 {
      -ms-flex-order: 1;
      -webkit-box-ordinal-group: 2;
      order: 1;
  }
  .order-lg-2 {
      -ms-flex-order: 2;
      -webkit-box-ordinal-group: 3;
      order: 2;
  }
  .order-lg-3 {
      -ms-flex-order: 3;
      -webkit-box-ordinal-group: 4;
      order: 3;
  }
  .order-lg-4 {
      -ms-flex-order: 4;
      -webkit-box-ordinal-group: 5;
      order: 4;
  }
  .order-lg-5 {
      -ms-flex-order: 5;
      -webkit-box-ordinal-group: 6;
      order: 5;
  }
  .order-lg-6 {
      -ms-flex-order: 6;
      -webkit-box-ordinal-group: 7;
      order: 6;
  }
  .order-lg-7 {
      -ms-flex-order: 7;
      -webkit-box-ordinal-group: 8;
      order: 7;
  }
  .order-lg-8 {
      -ms-flex-order: 8;
      -webkit-box-ordinal-group: 9;
      order: 8;
  }
  .order-lg-9 {
      -ms-flex-order: 9;
      -webkit-box-ordinal-group: 10;
      order: 9;
  }
  .order-lg-10 {
      -ms-flex-order: 10;
      -webkit-box-ordinal-group: 11;
      order: 10;
  }
  .order-lg-11 {
      -ms-flex-order: 11;
      -webkit-box-ordinal-group: 12;
      order: 11;
  }
  .order-lg-12 {
      -ms-flex-order: 12;
      -webkit-box-ordinal-group: 13;
      order: 12;
  }
  .offset-lg-0 {
      margin-left: 0;
  }
  .offset-lg-1 {
      margin-left: 8.333333%;
  }
  .offset-lg-2 {
      margin-left: 16.666667%;
  }
  .offset-lg-3 {
      margin-left: 25%;
  }
  .offset-lg-4 {
      margin-left: 33.333333%;
  }
  .offset-lg-5 {
      margin-left: 41.666667%;
  }
  .offset-lg-6 {
      margin-left: 50%;
  }
  .offset-lg-7 {
      margin-left: 58.333333%;
  }
  .offset-lg-8 {
      margin-left: 66.666667%;
  }
  .offset-lg-9 {
      margin-left: 75%;
  }
  .offset-lg-10 {
      margin-left: 83.333333%;
  }
  .offset-lg-11 {
      margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      -webkit-box-flex: 1;
      flex-grow: 1;
      max-width: 100%;
  }
  .col-xl-auto {
      -ms-flex: 0 0 auto;
      -webkit-box-flex: 0;
      flex: 0 0 auto;
      width: auto;
      max-width: none;
  }
  .col-xl-1 {
      -ms-flex: 0 0 8.333333%;
      -webkit-box-flex: 0;
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
  }
  .col-xl-2 {
      -ms-flex: 0 0 16.666667%;
      -webkit-box-flex: 0;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
  }
  .col-xl-3 {
      -ms-flex: 0 0 25%;
      -webkit-box-flex: 0;
      flex: 0 0 25%;
      max-width: 25%;
  }
  .col-xl-4 {
      -ms-flex: 0 0 33.333333%;
      -webkit-box-flex: 0;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
  }
  .col-xl-5 {
      -ms-flex: 0 0 41.666667%;
      -webkit-box-flex: 0;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
  }
  .col-xl-6 {
      -ms-flex: 0 0 50%;
      -webkit-box-flex: 0;
      flex: 0 0 50%;
      max-width: 50%;
  }
  .col-xl-7 {
      -ms-flex: 0 0 58.333333%;
      -webkit-box-flex: 0;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
  }
  .col-xl-8 {
      -ms-flex: 0 0 66.666667%;
      -webkit-box-flex: 0;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
  }
  .col-xl-9 {
      -ms-flex: 0 0 75%;
      -webkit-box-flex: 0;
      flex: 0 0 75%;
      max-width: 75%;
  }
  .col-xl-10 {
      -ms-flex: 0 0 83.333333%;
      -webkit-box-flex: 0;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
  }
  .col-xl-11 {
      -ms-flex: 0 0 91.666667%;
      -webkit-box-flex: 0;
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
  }
  .col-xl-12 {
      -ms-flex: 0 0 100%;
      -webkit-box-flex: 0;
      flex: 0 0 100%;
      max-width: 100%;
  }
  .order-xl-first {
      -ms-flex-order: -1;
      -webkit-box-ordinal-group: 0;
      order: -1;
  }
  .order-xl-last {
      -ms-flex-order: 13;
      -webkit-box-ordinal-group: 14;
      order: 13;
  }
  .order-xl-0 {
      -ms-flex-order: 0;
      -webkit-box-ordinal-group: 1;
      order: 0;
  }
  .order-xl-1 {
      -ms-flex-order: 1;
      -webkit-box-ordinal-group: 2;
      order: 1;
  }
  .order-xl-2 {
      -ms-flex-order: 2;
      -webkit-box-ordinal-group: 3;
      order: 2;
  }
  .order-xl-3 {
      -ms-flex-order: 3;
      -webkit-box-ordinal-group: 4;
      order: 3;
  }
  .order-xl-4 {
      -ms-flex-order: 4;
      -webkit-box-ordinal-group: 5;
      order: 4;
  }
  .order-xl-5 {
      -ms-flex-order: 5;
      -webkit-box-ordinal-group: 6;
      order: 5;
  }
  .order-xl-6 {
      -ms-flex-order: 6;
      -webkit-box-ordinal-group: 7;
      order: 6;
  }
  .order-xl-7 {
      -ms-flex-order: 7;
      -webkit-box-ordinal-group: 8;
      order: 7;
  }
  .order-xl-8 {
      -ms-flex-order: 8;
      -webkit-box-ordinal-group: 9;
      order: 8;
  }
  .order-xl-9 {
      -ms-flex-order: 9;
      -webkit-box-ordinal-group: 10;
      order: 9;
  }
  .order-xl-10 {
      -ms-flex-order: 10;
      -webkit-box-ordinal-group: 11;
      order: 10;
  }
  .order-xl-11 {
      -ms-flex-order: 11;
      -webkit-box-ordinal-group: 12;
      order: 11;
  }
  .order-xl-12 {
      -ms-flex-order: 12;
      -webkit-box-ordinal-group: 13;
      order: 12;
  }
  .offset-xl-0 {
      margin-left: 0;
  }
  .offset-xl-1 {
      margin-left: 8.333333%;
  }
  .offset-xl-2 {
      margin-left: 16.666667%;
  }
  .offset-xl-3 {
      margin-left: 25%;
  }
  .offset-xl-4 {
      margin-left: 33.333333%;
  }
  .offset-xl-5 {
      margin-left: 41.666667%;
  }
  .offset-xl-6 {
      margin-left: 50%;
  }
  .offset-xl-7 {
      margin-left: 58.333333%;
  }
  .offset-xl-8 {
      margin-left: 66.666667%;
  }
  .offset-xl-9 {
      margin-left: 75%;
  }
  .offset-xl-10 {
      margin-left: 83.333333%;
  }
  .offset-xl-11 {
      margin-left: 91.666667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}
.table-sm td,
.table-sm th {
  padding: 0.3rem;
}
.table-bordered,
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #b8daff;
}
.table-hover .table-primary:hover,
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #d6d8db;
}
.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > td,
.table-success > th {
  background-color: #c3e6cb;
}
.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > td,
.table-info > th {
  background-color: #bee5eb;
}
.table-hover .table-info:hover,
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #ffeeba;
}
.table-hover .table-warning:hover,
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #f5c6cb;
}
.table-hover .table-danger:hover,
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > td,
.table-light > th {
  background-color: #fdfdfe;
}
.table-hover .table-light:hover,
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: #c6c8ca;
}
.table-hover .table-dark:hover,
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > td,
.table-active > th,
.table-hover .table-active:hover,
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #32383e;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: hsla(0, 0%, 100%, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: hsla(0, 0%, 100%, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
      border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
      border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
      border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
      border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
      -webkit-transition: none;
      transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder,
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 3px);
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm,
.input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-append > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-append > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}
.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: 0.2rem;
}
.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
  border-color: #28a745;
}
.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip,
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip {
  display: block;
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}
.custom-control-input.is-valid ~ .custom-control-label:before,
.was-validated .custom-control-input:valid ~ .custom-control-label:before {
  background-color: #71dd8a;
}
.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-control-input.is-valid:checked ~ .custom-control-label:before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label:before {
  background-color: #34ce57;
}
.custom-control-input.is-valid:focus ~ .custom-control-label:before,
.was-validated .custom-control-input:valid:focus ~ .custom-control-label:before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}
.custom-file-input.is-valid ~ .custom-file-label:before,
.was-validated .custom-file-input:valid ~ .custom-file-label:before {
  border-color: inherit;
}
.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-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: 0.2rem;
}
.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
}
.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}
.custom-control-input.is-invalid ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid ~ .custom-control-label:before {
  background-color: #efa2a9;
}
.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-control-input.is-invalid:checked ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label:before {
  background-color: #e4606d;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label:before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .custom-file-label:before,
.was-validated .custom-file-input:invalid ~ .custom-file-label:before {
  border-color: inherit;
}
.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-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
      -ms-flex-align: center;
      -ms-flex-pack: center;
      -webkit-box-pack: center;
      justify-content: center;
  }
  .form-inline .form-group,
  .form-inline label {
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      margin-bottom: 0;
  }
  .form-inline .form-group {
      -ms-flex: 0 0 auto;
      -webkit-box-flex: 0;
      flex: 0 0 auto;
      -ms-flex-flow: row wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      flex-flow: row wrap;
      -ms-flex-align: center;
  }
  .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
      display: inline-block;
  }
  .form-inline .custom-select,
  .form-inline .input-group {
      width: auto;
  }
  .form-inline .form-check {
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -ms-flex-align: center;
      -webkit-box-align: center;
      align-items: center;
      -ms-flex-pack: center;
      -webkit-box-pack: center;
      justify-content: center;
      width: auto;
      padding-left: 0;
  }
  .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0;
  }
  .form-inline .custom-control {
      -ms-flex-align: center;
      -webkit-box-align: center;
      align-items: center;
      -ms-flex-pack: center;
      -webkit-box-pack: center;
      justify-content: center;
  }
  .form-inline .custom-control-label {
      margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn {
      -webkit-transition: none;
      transition: none;
  }
}
.btn:focus,
.btn:hover {
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  background-image: none;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary.focus,
.btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary.focus,
.btn-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
  box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
  box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success.focus,
.btn-success:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info.focus,
.btn-info:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning.focus,
.btn-warning:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger.focus,
.btn-danger:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light.focus,
.btn-light:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark.focus,
.btn-dark:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
  box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
  box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
}
.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}
.btn-link:hover {
  color: #0056b3;
  background-color: transparent;
}
.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
  text-decoration: underline;
  border-color: transparent;
}
.btn-link.focus,
.btn-link:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
      -webkit-transition: none;
      transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
      -webkit-transition: none;
      transition: none;
  }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative;
}
.dropdown-toggle:after {
  position: absolute;
  width: 0;
  height: 0;
  right: 28px;
  vertical-align: 0.255em;
  font-family: Ionicons, sans-serif;
  content: "\F123";
}
.dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropright .dropdown-toggle:after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  display: none;
}
.dropleft .dropdown-toggle:before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropleft .dropdown-toggle:before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #5d5386;
  text-decoration: none;
  background-color: #f2f3f8;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group,
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split:before {
  margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control {
  position: relative;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .custom-file:focus,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
  z-index: 3;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control {
  margin-left: -1px;
}
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label:after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-append,
.input-group-prepend {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
  margin-top: 0;
}
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.custom-control-inline {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label:before {
  color: #fff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label:before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:active ~ .custom-control-label:before {
  color: #fff;
  background-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label:before {
  background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
}
.custom-control-label:before {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}
.custom-control-label:after,
.custom-control-label:before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
}
.custom-control-label:after {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 50% 50%;
}
.custom-checkbox .custom-control-label:before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label:before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label:before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label:before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #007bff;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label:before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  opacity: 0;
}
.custom-select-sm {
  height: calc(1.8125rem + 2px);
  font-size: 75%;
}
.custom-select-lg,
.custom-select-sm {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.custom-select-lg {
  height: calc(2.875rem + 2px);
  font-size: 125%;
}
.custom-file {
  display: inline-block;
  margin-bottom: 0;
}
.custom-file,
.custom-file-input {
  position: relative;
  width: 100%;
  height: calc(2.25rem + 2px);
}
.custom-file-input {
  z-index: 2;
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:focus ~ .custom-file-label:after {
  border-color: #80bdff;
}
.custom-file-input:lang(en) ~ .custom-file-label:after {
  content: "Browse";
}
.custom-file-label {
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label,
.custom-file-label:after {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
}
.custom-file-label:after {
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-appearance: none;
  appearance: none;
}
.custom-range::-webkit-slider-thumb:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-appearance: none;
  appearance: none;
}
.custom-range::-moz-range-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}
.custom-range::-ms-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
}
.nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  padding: 0.5rem 1rem;
}
.navbar,
.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat 50%;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
      padding-right: 0;
      padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -ms-flex-pack: start;
      -webkit-box-pack: start;
      justify-content: flex-start;
  }
  .navbar-expand-sm,
  .navbar-expand-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
  }
  .navbar-expand-sm .navbar-nav {
      -ms-flex-direction: row;
      flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
      position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
      display: -ms-flexbox !important;
      display: -webkit-box !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
      display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
      padding-right: 0;
      padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -ms-flex-pack: start;
      -webkit-box-pack: start;
      justify-content: flex-start;
  }
  .navbar-expand-md,
  .navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
  }
  .navbar-expand-md .navbar-nav {
      -ms-flex-direction: row;
      flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
      position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
      display: -ms-flexbox !important;
      display: -webkit-box !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
      display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
      padding-right: 0;
      padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -ms-flex-pack: start;
      -webkit-box-pack: start;
      justify-content: flex-start;
  }
  .navbar-expand-lg,
  .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
  }
  .navbar-expand-lg .navbar-nav {
      -ms-flex-direction: row;
      flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
      position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
      display: -ms-flexbox !important;
      display: -webkit-box !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
      display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
      padding-right: 0;
      padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -ms-flex-pack: start;
      -webkit-box-pack: start;
      justify-content: flex-start;
  }
  .navbar-expand-xl,
  .navbar-expand-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
  }
  .navbar-expand-xl .navbar-nav {
      -ms-flex-direction: row;
      flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
      position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
      display: -ms-flexbox !important;
      display: -webkit-box !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
      display: none;
  }
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: hsla(0, 0%, 100%, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: hsla(0, 0%, 100%, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: hsla(0, 0%, 100%, 0.25);
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: hsla(0, 0%, 100%, 0.5);
  border-color: hsla(0, 0%, 100%, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: hsla(0, 0%, 100%, 0.5);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.card-body {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
}
.card-subtitle,
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-bottom: -0.75rem;
  border-bottom: 0;
}
.card-header-pills,
.card-header-tabs {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
      -ms-flex-flow: row wrap;
      -webkit-box-orient: horizontal;
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px;
  }
  .card-deck,
  .card-deck .card {
      -webkit-box-direction: normal;
  }
  .card-deck .card {
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -ms-flex: 1 0 0%;
      -webkit-box-flex: 1;
      flex: 1 0 0%;
      -ms-flex-direction: column;
      -webkit-box-orient: vertical;
      flex-direction: column;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px;
  }
}
.card-group {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
      -ms-flex-flow: row wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      flex-flow: row wrap;
  }
  .card-group > .card {
      -ms-flex: 1 0 0%;
      -webkit-box-flex: 1;
      flex: 1 0 0%;
      margin-bottom: 0;
  }
  .card-group > .card + .card {
      margin-left: 0;
      border-left: 0;
  }
  .card-group > .card:first-child {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-header,
  .card-group > .card:first-child .card-img-top {
      border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-footer,
  .card-group > .card:first-child .card-img-bottom {
      border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-header,
  .card-group > .card:last-child .card-img-top {
      border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-footer,
  .card-group > .card:last-child .card-img-bottom {
      border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
      border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-header,
  .card-group > .card:only-child .card-img-top {
      border-top-left-radius: 0.25rem;
      border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-footer,
  .card-group > .card:only-child .card-img-bottom {
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child),
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
      border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3;
      -webkit-column-gap: 1.25rem;
      -moz-column-gap: 1.25rem;
      column-gap: 1.25rem;
      orphans: 1;
      widows: 1;
  }
  .card-columns .card {
      display: inline-block;
      width: 100%;
  }
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion .card:first-of-type {
  border-bottom: 0;
  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;
}
.breadcrumb {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item:before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover:before {
  text-decoration: underline;
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #007bff;
}
.badge-primary[href]:focus,
.badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
.badge-success[href]:focus,
.badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-info[href]:focus,
.badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
.badge-warning[href]:focus,
.badge-warning[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge-danger[href]:focus,
.badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.badge-light[href]:focus,
.badge-light[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
.badge-dark[href]:focus,
.badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
      padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}
@-webkit-keyframes progress-bar-stripes {
  0% {
      background-position: 1rem 0;
  }
  to {
      background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  0% {
      background-position: 1rem 0;
  }
  to {
      background-position: 0 0;
  }
}
.progress {
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress,
.progress-bar {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.progress-bar {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
      -webkit-transition: none;
      transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
.media {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}
.media-body {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
}
.list-group {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item:focus,
.list-group-item:hover {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 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-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal,
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  outline: 0;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
      -webkit-transition: none;
      transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0);
  transform: translate(0);
}
.modal-dialog-centered {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-content,
.modal-dialog-centered {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.modal-content {
  position: relative;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {

  .modal-dialog {
      max-width: 500px; 
      margin: 1.2rem auto;
  }

  .modal-dialog-centered {
      min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
      max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
      max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow:before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow:before,
.bs-tooltip-top .arrow:before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow:before,
.bs-tooltip-right .arrow:before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow:before,
.bs-tooltip-bottom .arrow:before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow:before,
.bs-tooltip-left .arrow:before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  top: 0;
  left: 0;
  z-index: 1060;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover,
.popover .arrow {
  position: absolute;
  display: block;
}
.popover .arrow {
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow:after,
.popover .arrow:before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
  margin-bottom: 0.5rem;
}
.bs-popover-auto[x-placement^="top"] .arrow,
.bs-popover-top .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-auto[x-placement^="top"] .arrow:after,
.bs-popover-auto[x-placement^="top"] .arrow:before,
.bs-popover-top .arrow:after,
.bs-popover-top .arrow:before {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-auto[x-placement^="top"] .arrow:before,
.bs-popover-top .arrow:before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="top"] .arrow:after,
.bs-popover-top .arrow:after {
  bottom: 1px;
  border-top-color: #fff;
}
.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
  margin-left: 0.5rem;
}
.bs-popover-auto[x-placement^="right"] .arrow,
.bs-popover-right .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="right"] .arrow:after,
.bs-popover-auto[x-placement^="right"] .arrow:before,
.bs-popover-right .arrow:after,
.bs-popover-right .arrow:before {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-auto[x-placement^="right"] .arrow:before,
.bs-popover-right .arrow:before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="right"] .arrow:after,
.bs-popover-right .arrow:after {
  left: 1px;
  border-right-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
  margin-top: 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] .arrow,
.bs-popover-bottom .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-auto[x-placement^="bottom"] .arrow:after,
.bs-popover-auto[x-placement^="bottom"] .arrow:before,
.bs-popover-bottom .arrow:after,
.bs-popover-bottom .arrow:before {
  border-width: 0 0.5rem 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] .arrow:before,
.bs-popover-bottom .arrow:before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="bottom"] .arrow:after,
.bs-popover-bottom .arrow:after {
  top: 1px;
  border-bottom-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"] .popover-header:before,
.bs-popover-bottom .popover-header:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
  margin-right: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] .arrow,
.bs-popover-left .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="left"] .arrow:after,
.bs-popover-auto[x-placement^="left"] .arrow:before,
.bs-popover-left .arrow:after,
.bs-popover-left .arrow:before {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-auto[x-placement^="left"] .arrow:before,
.bs-popover-left .arrow:before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="left"] .arrow:after,
.bs-popover-left .arrow:after {
  right: 1px;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item {
      -webkit-transition: none;
      transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
  }
}
.active.carousel-item-right,
.carousel-item-next {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .active.carousel-item-right,
  .carousel-item-next {
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
  }
}
.active.carousel-item-left,
.carousel-item-prev {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .active.carousel-item-left,
  .carousel-item-prev {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
  }
}
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev,
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
  }
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat 50%;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: hsla(0, 0%, 100%, 0.5);
}
.carousel-indicators li:before {
  top: -10px;
}
.carousel-indicators li:after,
.carousel-indicators li:before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li:after {
  bottom: -10px;
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #007bff !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #0062cc !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #007bff !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
}
.rounded-right,
.rounded-top {
  border-top-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-right {
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-left {
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
      display: none !important;
  }
  .d-sm-inline {
      display: inline !important;
  }
  .d-sm-inline-block {
      display: inline-block !important;
  }
  .d-sm-block {
      display: block !important;
  }
  .d-sm-table {
      display: table !important;
  }
  .d-sm-table-row {
      display: table-row !important;
  }
  .d-sm-table-cell {
      display: table-cell !important;
  }
  .d-sm-flex {
      display: -ms-flexbox !important;
      display: -webkit-box !important;
      display: flex !important;
  }
  .d-sm-inline-flex {
      display: -ms-inline-flexbox !important;
      display: -webkit-inline-box !important;
      display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
      display: none !important;
  }
  .d-md-inline {
      display: inline !important;
  }
  .d-md-inline-block {
      display: inline-block !important;
  }
  .d-md-block {
      display: block !important;
  }
  .d-md-table {
      display: table !important;
  }
  .d-md-table-row {
      display: table-row !important;
  }
  .d-md-table-cell {
      display: table-cell !important;
  }
  .d-md-flex {
      display: -ms-flexbox !important;
      display: -webkit-box !important;
      display: flex !important;
  }
  .d-md-inline-flex {
      display: -ms-inline-flexbox !important;
      display: -webkit-inline-box !important;
      display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
      display: none !important;
  }
  .d-lg-inline {
      display: inline !important;
  }
  .d-lg-inline-block {
      display: inline-block !important;
  }
  .d-lg-block {
      display: block !important;
  }
  .d-lg-table {
      display: table !important;
  }
  .d-lg-table-row {
      display: table-row !important;
  }
  .d-lg-table-cell {
      display: table-cell !important;
  }
  .d-lg-flex {
      display: -ms-flexbox !important;
      display: -webkit-box !important;
      display: flex !important;
  }
  .d-lg-inline-flex {
      display: -ms-inline-flexbox !important;
      display: -webkit-inline-box !important;
      display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
      display: none !important;
  }
  .d-xl-inline {
      display: inline !important;
  }
  .d-xl-inline-block {
      display: inline-block !important;
  }
  .d-xl-block {
      display: block !important;
  }
  .d-xl-table {
      display: table !important;
  }
  .d-xl-table-row {
      display: table-row !important;
  }
  .d-xl-table-cell {
      display: table-cell !important;
  }
  .d-xl-flex {
      display: -ms-flexbox !important;
      display: -webkit-box !important;
      display: flex !important;
  }
  .d-xl-inline-flex {
      display: -ms-inline-flexbox !important;
      display: -webkit-inline-box !important;
      display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
      display: none !important;
  }
  .d-print-inline {
      display: inline !important;
  }
  .d-print-inline-block {
      display: inline-block !important;
  }
  .d-print-block {
      display: block !important;
  }
  .d-print-table {
      display: table !important;
  }
  .d-print-table-row {
      display: table-row !important;
  }
  .d-print-table-cell {
      display: table-cell !important;
  }
  .d-print-flex {
      display: -ms-flexbox !important;
      display: -webkit-box !important;
      display: flex !important;
  }
  .d-print-inline-flex {
      display: -ms-inline-flexbox !important;
      display: -webkit-inline-box !important;
      display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive:before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9:before {
  padding-top: 42.857143%;
}
.embed-responsive-16by9:before {
  padding-top: 56.25%;
}
.embed-responsive-4by3:before {
  padding-top: 75%;
}
.embed-responsive-1by1:before {
  padding-top: 100%;
}
.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  flex-direction: row !important;
}
.flex-column,
.flex-row {
  -webkit-box-direction: normal !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse,
.flex-row-reverse {
  -webkit-box-direction: reverse !important;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -ms-flex: 1 1 auto !important;
  -webkit-box-flex: 1 !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
      -ms-flex-direction: row !important;
      -webkit-box-orient: horizontal !important;
      flex-direction: row !important;
  }
  .flex-sm-column,
  .flex-sm-row {
      -webkit-box-direction: normal !important;
  }
  .flex-sm-column {
      -ms-flex-direction: column !important;
      -webkit-box-orient: vertical !important;
      flex-direction: column !important;
  }
  .flex-sm-row-reverse {
      -ms-flex-direction: row-reverse !important;
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: reverse !important;
      flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
      -ms-flex-direction: column-reverse !important;
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: reverse !important;
      flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
      -ms-flex: 1 1 auto !important;
      -webkit-box-flex: 1 !important;
      flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
      -ms-flex-positive: 0 !important;
      -webkit-box-flex: 0 !important;
      flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
      -ms-flex-positive: 1 !important;
      -webkit-box-flex: 1 !important;
      flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
      -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
      -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
      -ms-flex-pack: start !important;
      -webkit-box-pack: start !important;
      justify-content: flex-start !important;
  }
  .justify-content-sm-end {
      -ms-flex-pack: end !important;
      -webkit-box-pack: end !important;
      justify-content: flex-end !important;
  }
  .justify-content-sm-center {
      -ms-flex-pack: center !important;
      -webkit-box-pack: center !important;
      justify-content: center !important;
  }
  .justify-content-sm-between {
      -ms-flex-pack: justify !important;
      -webkit-box-pack: justify !important;
      justify-content: space-between !important;
  }
  .justify-content-sm-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
  }
  .align-items-sm-start {
      -ms-flex-align: start !important;
      -webkit-box-align: start !important;
      align-items: flex-start !important;
  }
  .align-items-sm-end {
      -ms-flex-align: end !important;
      -webkit-box-align: end !important;
      align-items: flex-end !important;
  }
  .align-items-sm-center {
      -ms-flex-align: center !important;
      -webkit-box-align: center !important;
      align-items: center !important;
  }
  .align-items-sm-baseline {
      -ms-flex-align: baseline !important;
      -webkit-box-align: baseline !important;
      align-items: baseline !important;
  }
  .align-items-sm-stretch {
      -ms-flex-align: stretch !important;
      -webkit-box-align: stretch !important;
      align-items: stretch !important;
  }
  .align-content-sm-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
  }
  .align-content-sm-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
  }
  .align-content-sm-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important;
  }
  .align-content-sm-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
  }
  .align-content-sm-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
  }
  .align-content-sm-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
  }
  .align-self-sm-auto {
      -ms-flex-item-align: auto !important;
      align-self: auto !important;
  }
  .align-self-sm-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important;
  }
  .align-self-sm-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important;
  }
  .align-self-sm-center {
      -ms-flex-item-align: center !important;
      align-self: center !important;
  }
  .align-self-sm-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
  }
  .align-self-sm-stretch {
      -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
      -ms-flex-direction: row !important;
      -webkit-box-orient: horizontal !important;
      flex-direction: row !important;
  }
  .flex-md-column,
  .flex-md-row {
      -webkit-box-direction: normal !important;
  }
  .flex-md-column {
      -ms-flex-direction: column !important;
      -webkit-box-orient: vertical !important;
      flex-direction: column !important;
  }
  .flex-md-row-reverse {
      -ms-flex-direction: row-reverse !important;
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: reverse !important;
      flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
      -ms-flex-direction: column-reverse !important;
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: reverse !important;
      flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
      -ms-flex: 1 1 auto !important;
      -webkit-box-flex: 1 !important;
      flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
      -ms-flex-positive: 0 !important;
      -webkit-box-flex: 0 !important;
      flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
      -ms-flex-positive: 1 !important;
      -webkit-box-flex: 1 !important;
      flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
      -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
      -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
  }
  .justify-content-md-start {
      -ms-flex-pack: start !important;
      -webkit-box-pack: start !important;
      justify-content: flex-start !important;
  }
  .justify-content-md-end {
      -ms-flex-pack: end !important;
      -webkit-box-pack: end !important;
      justify-content: flex-end !important;
  }
  .justify-content-md-center {
      -ms-flex-pack: center !important;
      -webkit-box-pack: center !important;
      justify-content: center !important;
  }
  .justify-content-md-between {
      -ms-flex-pack: justify !important;
      -webkit-box-pack: justify !important;
      justify-content: space-between !important;
  }
  .justify-content-md-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
  }
  .align-items-md-start {
      -ms-flex-align: start !important;
      -webkit-box-align: start !important;
      align-items: flex-start !important;
  }
  .align-items-md-end {
      -ms-flex-align: end !important;
      -webkit-box-align: end !important;
      align-items: flex-end !important;
  }
  .align-items-md-center {
      -ms-flex-align: center !important;
      -webkit-box-align: center !important;
      align-items: center !important;
  }
  .align-items-md-baseline {
      -ms-flex-align: baseline !important;
      -webkit-box-align: baseline !important;
      align-items: baseline !important;
  }
  .align-items-md-stretch {
      -ms-flex-align: stretch !important;
      -webkit-box-align: stretch !important;
      align-items: stretch !important;
  }
  .align-content-md-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
  }
  .align-content-md-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
  }
  .align-content-md-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important;
  }
  .align-content-md-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
  }
  .align-content-md-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
  }
  .align-content-md-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
  }
  .align-self-md-auto {
      -ms-flex-item-align: auto !important;
      align-self: auto !important;
  }
  .align-self-md-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important;
  }
  .align-self-md-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important;
  }
  .align-self-md-center {
      -ms-flex-item-align: center !important;
      align-self: center !important;
  }
  .align-self-md-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
  }
  .align-self-md-stretch {
      -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
      -ms-flex-direction: row !important;
      -webkit-box-orient: horizontal !important;
      flex-direction: row !important;
  }
  .flex-lg-column,
  .flex-lg-row {
      -webkit-box-direction: normal !important;
  }
  .flex-lg-column {
      -ms-flex-direction: column !important;
      -webkit-box-orient: vertical !important;
      flex-direction: column !important;
  }
  .flex-lg-row-reverse {
      -ms-flex-direction: row-reverse !important;
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: reverse !important;
      flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
      -ms-flex-direction: column-reverse !important;
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: reverse !important;
      flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
      -ms-flex: 1 1 auto !important;
      -webkit-box-flex: 1 !important;
      flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
      -ms-flex-positive: 0 !important;
      -webkit-box-flex: 0 !important;
      flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
      -ms-flex-positive: 1 !important;
      -webkit-box-flex: 1 !important;
      flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
      -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
      -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
      -ms-flex-pack: start !important;
      -webkit-box-pack: start !important;
      justify-content: flex-start !important;
  }
  .justify-content-lg-end {
      -ms-flex-pack: end !important;
      -webkit-box-pack: end !important;
      justify-content: flex-end !important;
  }
  .justify-content-lg-center {
      -ms-flex-pack: center !important;
      -webkit-box-pack: center !important;
      justify-content: center !important;
  }
  .justify-content-lg-between {
      -ms-flex-pack: justify !important;
      -webkit-box-pack: justify !important;
      justify-content: space-between !important;
  }
  .justify-content-lg-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
  }
  .align-items-lg-start {
      -ms-flex-align: start !important;
      -webkit-box-align: start !important;
      align-items: flex-start !important;
  }
  .align-items-lg-end {
      -ms-flex-align: end !important;
      -webkit-box-align: end !important;
      align-items: flex-end !important;
  }
  .align-items-lg-center {
      -ms-flex-align: center !important;
      -webkit-box-align: center !important;
      align-items: center !important;
  }
  .align-items-lg-baseline {
      -ms-flex-align: baseline !important;
      -webkit-box-align: baseline !important;
      align-items: baseline !important;
  }
  .align-items-lg-stretch {
      -ms-flex-align: stretch !important;
      -webkit-box-align: stretch !important;
      align-items: stretch !important;
  }
  .align-content-lg-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
  }
  .align-content-lg-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
  }
  .align-content-lg-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important;
  }
  .align-content-lg-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
  }
  .align-content-lg-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
  }
  .align-content-lg-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
  }
  .align-self-lg-auto {
      -ms-flex-item-align: auto !important;
      align-self: auto !important;
  }
  .align-self-lg-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important;
  }
  .align-self-lg-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important;
  }
  .align-self-lg-center {
      -ms-flex-item-align: center !important;
      align-self: center !important;
  }
  .align-self-lg-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
  }
  .align-self-lg-stretch {
      -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
      -ms-flex-direction: row !important;
      -webkit-box-orient: horizontal !important;
      flex-direction: row !important;
  }
  .flex-xl-column,
  .flex-xl-row {
      -webkit-box-direction: normal !important;
  }
  .flex-xl-column {
      -ms-flex-direction: column !important;
      -webkit-box-orient: vertical !important;
      flex-direction: column !important;
  }
  .flex-xl-row-reverse {
      -ms-flex-direction: row-reverse !important;
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: reverse !important;
      flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
      -ms-flex-direction: column-reverse !important;
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: reverse !important;
      flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
      -ms-flex: 1 1 auto !important;
      -webkit-box-flex: 1 !important;
      flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
      -ms-flex-positive: 0 !important;
      -webkit-box-flex: 0 !important;
      flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
      -ms-flex-positive: 1 !important;
      -webkit-box-flex: 1 !important;
      flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
      -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
      -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
      -ms-flex-pack: start !important;
      -webkit-box-pack: start !important;
      justify-content: flex-start !important;
  }
  .justify-content-xl-end {
      -ms-flex-pack: end !important;
      -webkit-box-pack: end !important;
      justify-content: flex-end !important;
  }
  .justify-content-xl-center {
      -ms-flex-pack: center !important;
      -webkit-box-pack: center !important;
      justify-content: center !important;
  }
  .justify-content-xl-between {
      -ms-flex-pack: justify !important;
      -webkit-box-pack: justify !important;
      justify-content: space-between !important;
  }
  .justify-content-xl-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
  }
  .align-items-xl-start {
      -ms-flex-align: start !important;
      -webkit-box-align: start !important;
      align-items: flex-start !important;
  }
  .align-items-xl-end {
      -ms-flex-align: end !important;
      -webkit-box-align: end !important;
      align-items: flex-end !important;
  }
  .align-items-xl-center {
      -ms-flex-align: center !important;
      -webkit-box-align: center !important;
      align-items: center !important;
  }
  .align-items-xl-baseline {
      -ms-flex-align: baseline !important;
      -webkit-box-align: baseline !important;
      align-items: baseline !important;
  }
  .align-items-xl-stretch {
      -ms-flex-align: stretch !important;
      -webkit-box-align: stretch !important;
      align-items: stretch !important;
  }
  .align-content-xl-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
  }
  .align-content-xl-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
  }
  .align-content-xl-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important;
  }
  .align-content-xl-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
  }
  .align-content-xl-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
  }
  .align-content-xl-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
  }
  .align-self-xl-auto {
      -ms-flex-item-align: auto !important;
      align-self: auto !important;
  }
  .align-self-xl-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important;
  }
  .align-self-xl-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important;
  }
  .align-self-xl-center {
      -ms-flex-item-align: center !important;
      align-self: center !important;
  }
  .align-self-xl-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
  }
  .align-self-xl-stretch {
      -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
      float: left !important;
  }
  .float-sm-right {
      float: right !important;
  }
  .float-sm-none {
      float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
      float: left !important;
  }
  .float-md-right {
      float: right !important;
  }
  .float-md-none {
      float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
      float: left !important;
  }
  .float-lg-right {
      float: right !important;
  }
  .float-lg-none {
      float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
      float: left !important;
  }
  .float-xl-right {
      float: right !important;
  }
  .float-xl-none {
      float: none !important;
  }
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-top {
  top: 0;
}
.fixed-bottom,
.fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  bottom: 0;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
      margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
      margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
      margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
      margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
      margin-left: 0 !important;
  }
  .m-sm-1 {
      margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
      margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
      margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
      margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
      margin-left: 0.25rem !important;
  }
  .m-sm-2 {
      margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
      margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
      margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
      margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
      margin-left: 0.5rem !important;
  }
  .m-sm-3 {
      margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
      margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
      margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
      margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
      margin-left: 1rem !important;
  }
  .m-sm-4 {
      margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
      margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
      margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
      margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
      margin-left: 1.5rem !important;
  }
  .m-sm-5 {
      margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
      margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
      margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
      margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
      margin-left: 3rem !important;
  }
  .p-sm-0 {
      padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
      padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
      padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
      padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
      padding-left: 0 !important;
  }
  .p-sm-1 {
      padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
      padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
      padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
      padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
      padding-left: 0.25rem !important;
  }
  .p-sm-2 {
      padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
      padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
      padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
      padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
      padding-left: 0.5rem !important;
  }
  .p-sm-3 {
      padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
      padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
      padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
      padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
      padding-left: 1rem !important;
  }
  .p-sm-4 {
      padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
      padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
      padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
      padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
      padding-left: 1.5rem !important;
  }
  .p-sm-5 {
      padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
      padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
      padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
      padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
      padding-left: 3rem !important;
  }
  .m-sm-auto {
      margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
      margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
      margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
      margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
      margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
      margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
      margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
      margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
      margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
      margin-left: 0 !important;
  }
  .m-md-1 {
      margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
      margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
      margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
      margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
      margin-left: 0.25rem !important;
  }
  .m-md-2 {
      margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
      margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
      margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
      margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
      margin-left: 0.5rem !important;
  }
  .m-md-3 {
      margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
      margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
      margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
      margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
      margin-left: 1rem !important;
  }
  .m-md-4 {
      margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
      margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
      margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
      margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
      margin-left: 1.5rem !important;
  }
  .m-md-5 {
      margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
      margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
      margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
      margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
      margin-left: 3rem !important;
  }
  .p-md-0 {
      padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
      padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
      padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
      padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
      padding-left: 0 !important;
  }
  .p-md-1 {
      padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
      padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
      padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
      padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
      padding-left: 0.25rem !important;
  }
  .p-md-2 {
      padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
      padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
      padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
      padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
      padding-left: 0.5rem !important;
  }
  .p-md-3 {
      padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
      padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
      padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
      padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
      padding-left: 1rem !important;
  }
  .p-md-4 {
      padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
      padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
      padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
      padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
      padding-left: 1.5rem !important;
  }
  .p-md-5 {
      padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
      padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
      padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
      padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
      padding-left: 3rem !important;
  }
  .m-md-auto {
      margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
      margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
      margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
      margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
      margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
      margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
      margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
      margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
      margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
      margin-left: 0 !important;
  }
  .m-lg-1 {
      margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
      margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
      margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
      margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
      margin-left: 0.25rem !important;
  }
  .m-lg-2 {
      margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
      margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
      margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
      margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
      margin-left: 0.5rem !important;
  }
  .m-lg-3 {
      margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
      margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
      margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
      margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
      margin-left: 1rem !important;
  }
  .m-lg-4 {
      margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
      margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
      margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
      margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
      margin-left: 1.5rem !important;
  }
  .m-lg-5 {
      margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
      margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
      margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
      margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
      margin-left: 3rem !important;
  }
  .p-lg-0 {
      padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
      padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
      padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
      padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
      padding-left: 0 !important;
  }
  .p-lg-1 {
      padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
      padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
      padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
      padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
      padding-left: 0.25rem !important;
  }
  .p-lg-2 {
      padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
      padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
      padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
      padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
      padding-left: 0.5rem !important;
  }
  .p-lg-3 {
      padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
      padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
      padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
      padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
      padding-left: 1rem !important;
  }
  .p-lg-4 {
      padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
      padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
      padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
      padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
      padding-left: 1.5rem !important;
  }
  .p-lg-5 {
      padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
      padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
      padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
      padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
      padding-left: 3rem !important;
  }
  .m-lg-auto {
      margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
      margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
      margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
      margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
      margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
      margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
      margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
      margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
      margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
      margin-left: 0 !important;
  }
  .m-xl-1 {
      margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
      margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
      margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
      margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
      margin-left: 0.25rem !important;
  }
  .m-xl-2 {
      margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
      margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
      margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
      margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
      margin-left: 0.5rem !important;
  }
  .m-xl-3 {
      margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
      margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
      margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
      margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
      margin-left: 1rem !important;
  }
  .m-xl-4 {
      margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
      margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
      margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
      margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
      margin-left: 1.5rem !important;
  }
  .m-xl-5 {
      margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
      margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
      margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
      margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
      margin-left: 3rem !important;
  }
  .p-xl-0 {
      padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
      padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
      padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
      padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
      padding-left: 0 !important;
  }
  .p-xl-1 {
      padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
      padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
      padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
      padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
      padding-left: 0.25rem !important;
  }
  .p-xl-2 {
      padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
      padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
      padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
      padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
      padding-left: 0.5rem !important;
  }
  .p-xl-3 {
      padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
      padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
      padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
      padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
      padding-left: 1rem !important;
  }
  .p-xl-4 {
      padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
      padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
      padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
      padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
      padding-left: 1.5rem !important;
  }
  .p-xl-5 {
      padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
      padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
      padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
      padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
      padding-left: 3rem !important;
  }
  .m-xl-auto {
      margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
      margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
      margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
      margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
      margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}
.text-justify {
  text-align: justify !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
      text-align: left !important;
  }
  .text-sm-right {
      text-align: right !important;
  }
  .text-sm-center {
      text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
      text-align: left !important;
  }
  .text-md-right {
      text-align: right !important;
  }
  .text-md-center {
      text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
      text-align: left !important;
  }
  .text-lg-right {
      text-align: right !important;
  }
  .text-lg-center {
      text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
      text-align: left !important;
  }
  .text-xl-right {
      text-align: right !important;
  }
  .text-xl-center {
      text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #0062cc !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #545b62 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #1e7e34 !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
  color: #117a8b !important;
}
.text-warning {
  color: #ff9800 !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #e68700 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #bd2130 !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
  color: #dae0e5 !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
  color: #1d2124 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: hsla(0, 0%, 100%, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  :after,
  :before {
      text-shadow: none !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
  }
  a:not(.btn) {
      text-decoration: underline;
  }
  abbr[title]:after {
      content: " (" attr(title) ")";
  }
  pre {
      white-space: pre-wrap !important;
  }
  blockquote,
  pre {
      border: 1px solid #adb5bd;
      page-break-inside: avoid;
  }
  thead {
      display: table-header-group;
  }
  img,
  tr {
      page-break-inside: avoid;
  }
  h2,
  h3,
  p {
      orphans: 3;
      widows: 3;
  }
  h2,
  h3 {
      page-break-after: avoid;
  }
  @page {
      size: a3;
  }
  .container,
  body {
      min-width: 992px !important;
  }
  .navbar {
      display: none;
  }
  .badge {
      border: 1px solid #000;
  }
  .table {
      border-collapse: collapse !important;
  }
  .table td,
  .table th {
      background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
      border: 1px solid #dee2e6 !important;
  }
  .table-dark {
      color: inherit;
  }
  .table-dark tbody + tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
      border-color: #dee2e6;
  }
  .table .thead-dark th {
      color: inherit;
      border-color: #dee2e6;
  }
} /*!
* Bootstrap-select v1.13.1 (https://developer.snapappointments.com/bootstrap-select)
*
* Copyright 2012-2018 SnapAppointments, LLC
* Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
*/
.bootstrap-select > select.bs-select-hidden,
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px \0;
}
.bootstrap-select.dropup .dropdown-toggle:after {
  content: "\F126" !important;
  border: none !important;
}
.bootstrap-select * {
  outline: none !important;
}
.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  z-index: 1;
  text-align: right;
  white-space: nowrap;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #999;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover {
  color: hsla(0, 0%, 100%, 0.5);
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.bootstrap-select.is-invalid .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:invalid + .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:valid + .dropdown-toggle {
  border-color: #28a745;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-group .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-inline .bootstrap-select {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-lg .dropdown-toggle,
.bootstrap-select.form-control-sm .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}
.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}
.form-inline .bootstrap-select .form-control {
  width: 100%;
}
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select .dropdown-toggle:before {
  content: "";
  display: inline-block;
}
.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: inherit;
  padding-right: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  height: 100%;
  width: 100%;
  text-align: left;
}
.bootstrap-select .dropdown-toggle .filter-option-inner {
  padding-right: inherit;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}
.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}
.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
  position: relative;
}
.bootstrap-select .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select .bs-ok-default:after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 1rem;
  border-style: solid;
  border-width: 0 0.2rem 0.2rem 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid hsla(0, 0%, 80%, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid hsla(0, 0%, 80%, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid #fff;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before {
  display: block;
}
.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
.CodeMirror {
  color: #000;
}
.CodeMirror span {
  display: inline !important;
}
.CodeMirror-lines {
  padding: 4px 0;
}
.CodeMirror pre {
  padding: 0 4px;
}
.CodeMirror-gutter-filler,
.CodeMirror-scrollbar-filler {
  background-color: #fff;
}
.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap;
}
.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  white-space: nowrap;
}
.CodeMirror-guttermarker {
  color: #000;
}
.CodeMirror-guttermarker-subtle {
  color: #999;
}
.CodeMirror-cursor {
  border-left: 1px solid #000;
  border-right: none;
  width: 0;
}
.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}
.cm-fat-cursor .CodeMirror-cursor {
  width: auto;
  border: 0 !important;
  background: #7e7;
}
.cm-fat-cursor div.CodeMirror-cursors {
  z-index: 1;
}
.cm-animate-fat-cursor {
  width: auto;
  border: 0;
  -webkit-animation: blink 1.06s steps(1) infinite;
  animation: blink 1.06s steps(1) infinite;
  background-color: #7e7;
}
@-webkit-keyframes blink {
  50% {
      background-color: transparent;
  }
}
@keyframes blink {
  50% {
      background-color: transparent;
  }
}
.cm-tab {
  display: inline-block;
  text-decoration: inherit;
}
.CodeMirror-ruler {
  border-left: 1px solid #ccc;
  position: absolute;
}
.cm-s-default .cm-header {
  color: #00f;
}
.cm-s-default .cm-quote {
  color: #090;
}
.cm-negative {
  color: #d44;
}
.cm-positive {
  color: #292;
}
.cm-header,
.cm-strong {
  font-weight: 700;
}
.cm-em {
  font-style: italic;
}
.cm-link {
  text-decoration: underline;
}
.cm-strikethrough {
  text-decoration: line-through;
}
.cm-s-default .cm-keyword {
  color: #708;
}
.cm-s-default .cm-atom {
  color: #219;
}
.cm-s-default .cm-number {
  color: #164;
}
.cm-s-default .cm-def {
  color: #00f;
}
.cm-s-default .cm-variable-2 {
  color: #05a;
}
.cm-s-default .cm-variable-3 {
  color: #085;
}
.cm-s-default .cm-comment {
  color: #a50;
}
.cm-s-default .cm-string {
  color: #a11;
}
.cm-s-default .cm-string-2 {
  color: #f50;
}
.cm-s-default .cm-meta,
.cm-s-default .cm-qualifier {
  color: #555;
}
.cm-s-default .cm-builtin {
  color: #30a;
}
.cm-s-default .cm-bracket {
  color: #997;
}
.cm-s-default .cm-tag {
  color: #170;
}
.cm-s-default .cm-attribute {
  color: #00c;
}
.cm-s-default .cm-hr {
  color: #999;
}
.cm-s-default .cm-link {
  color: #00c;
}
.cm-invalidchar,
.cm-s-default .cm-error {
  color: red;
}
.CodeMirror-composing {
  border-bottom: 2px solid;
}
div.CodeMirror span.CodeMirror-matchingbracket {
  color: #0f0;
}
div.CodeMirror span.CodeMirror-nonmatchingbracket {
  color: #f22;
}
.CodeMirror-matchingtag {
  background: rgba(255, 150, 0, 0.3);
}
.CodeMirror-activeline-background {
  background: #e8f2ff;
}
.CodeMirror {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.CodeMirror-scroll {
  overflow: scroll !important;
  margin-bottom: -30px;
  margin-right: -30px;
  padding-bottom: 30px;
  height: 100%;
  outline: 0;
  position: relative;
}
.CodeMirror-sizer {
  position: relative;
  border-right: 30px solid transparent;
}
.CodeMirror-gutter-filler,
.CodeMirror-hscrollbar,
.CodeMirror-scrollbar-filler,
.CodeMirror-vscrollbar {
  position: absolute;
  z-index: 6;
  display: none;
}
.CodeMirror-vscrollbar {
  right: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.CodeMirror-hscrollbar {
  bottom: 0;
  left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
}
.CodeMirror-scrollbar-filler {
  right: 0;
  bottom: 0;
}
.CodeMirror-gutter-filler {
  left: 0;
  bottom: 0;
}
.CodeMirror-gutters {
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
  z-index: 3;
}
.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: -30px;
}
.CodeMirror-gutter-wrapper {
  position: absolute;
  z-index: 4;
  background: 0 0 !important;
  border: none !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.CodeMirror-gutter-background {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4;
}
.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}
.CodeMirror-lines {
  cursor: text;
  min-height: 1px;
}
.CodeMirror pre {
  border-radius: 0;
  border-width: 0;
  background: 0 0;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
}
.CodeMirror-wrap pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}
.CodeMirror-linebackground {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  overflow: auto;
}
.CodeMirror-code {
  outline: 0;
}
.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber,
.CodeMirror-scroll,
.CodeMirror-sizer {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.CodeMirror-cursor {
  position: absolute;
}
.CodeMirror-measure pre {
  position: static;
}
div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 3;
}
.CodeMirror-focused div.CodeMirror-cursors,
div.CodeMirror-dragcursors {
  visibility: visible;
}
.CodeMirror-selected {
  background: #d9d9d9;
}
.CodeMirror-focused .CodeMirror-selected,
.CodeMirror-line::-moz-selection,
.CodeMirror-line > span::-moz-selection,
.CodeMirror-line > span > span::-moz-selection {
  background: #d7d4f0;
}
.CodeMirror-focused .CodeMirror-selected,
.CodeMirror-line::selection,
.CodeMirror-line > span::selection,
.CodeMirror-line > span > span::selection {
  background: #d7d4f0;
}
.CodeMirror-crosshair {
  cursor: crosshair;
}
.CodeMirror-line::-moz-selection,
.CodeMirror-line > span::-moz-selection,
.CodeMirror-line > span > span::-moz-selection {
  background: #d7d4f0;
}
.cm-searching {
  background: #ffa;
  background: rgba(255, 255, 0, 0.4);
}
.cm-force-border {
  padding-right: 0.1px;
}
@media print {
  .CodeMirror div.CodeMirror-cursors {
      visibility: hidden;
  }
}
.cm-tab-wrap-hack:after {
  content: "";
}
span.CodeMirror-selectedtext {
  background: 0 0;
}
.CodeMirror {
  height: auto;
  border: 1px solid #ddd;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 10px;
  font: inherit;
  z-index: 1;
}
.CodeMirror,
.CodeMirror-scroll {
  min-height: 300px;
}
.CodeMirror-fullscreen {
  background: #fff;
  position: fixed !important;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  z-index: 9999999;
}
.CodeMirror-sided {
  width: 50% !important;
}
.editor-toolbar {
  position: relative;
  opacity: 0.5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  padding: 0 10px;
  border-top: 1px solid #bbb;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.editor-toolbar:after,
.editor-toolbar:before {
  display: block;
  content: " ";
  height: 1px;
}
.editor-toolbar:before {
  margin-bottom: 8px;
}
.editor-toolbar:after {
  margin-top: 8px;
}
.editor-toolbar:hover,
.editor-wrapper input.title:focus,
.editor-wrapper input.title:hover {
  opacity: 0.75;
}
.editor-toolbar.fullscreen {
  width: 100%;
  height: 50px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 0;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 9999999999;
}
.editor-toolbar.fullscreen:before {
  width: 20px;
  height: 50px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #fff), to(hsla(0, 0%, 100%, 0)));
  background: linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, 0));
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
.editor-toolbar.fullscreen:after {
  width: 20px;
  height: 50px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, hsla(0, 0%, 100%, 0)), to(#fff));
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, #fff);
  position: fixed;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}
.editor-toolbar a {
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  color: #2c3e50 !important;
  width: 30px;
  height: 30px;
  margin: 0 8px 0 0;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: none;
  transition: none;
}
.editor-toolbar a:last-child {
  margin-right: 0;
}
.editor-toolbar a.active,
.editor-toolbar a:hover {
  background: #fcfcfc;
  border-color: #95a5a6;
}
.editor-toolbar a:before {
  line-height: 30px;
}
.editor-toolbar i.separator {
  display: inline-block;
  width: 0;
  border-left: 1px solid #bbb;
  border-right: 1px solid #fff;
  color: transparent;
  text-indent: -10px;
  margin: 0 14px 0 6px;
}
.editor-toolbar a.fa-header-x:after {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 65%;
  vertical-align: text-bottom;
  position: relative;
  top: 2px;
}
.editor-toolbar a.fa-header-1:after {
  content: "1";
}
.editor-toolbar a.fa-header-2:after {
  content: "2";
}
.editor-toolbar a.fa-header-3:after {
  content: "3";
}
.editor-toolbar a.fa-header-bigger:after {
  content: "\25B2";
}
.editor-toolbar a.fa-header-smaller:after {
  content: "\25BC";
}
.editor-toolbar.disabled-for-preview a:not(.no-disable) {
  pointer-events: none;
  border-color: transparent;
  text-shadow: inherit;
}
@media only screen and (max-width: 700px) {
  .editor-toolbar a.no-mobile {
      display: none;
  }
}
.editor-statusbar {
  padding: 8px 10px;
  font-size: 12px;
  color: #959694;
  text-align: right;
}
.editor-statusbar span {
  display: inline-block;
  min-width: 4em;
  margin-left: 1em;
}
.editor-preview ul {
  margin-bottom: 20px;
}
.editor-preview ul,
.editor-preview ul li {
  list-style-type: disc;
  padding: 0;
  margin-left: 12px;
}
.editor-preview ol li,
.editor-preview ul li p {
  margin: 0;
}
.editor-preview ol,
.editor-preview ol li {
  list-style-type: decimal;
  padding: 0;
  margin-left: 12px;
}
.editor-preview,
.editor-preview-side {
  padding: 10px;
  background: #fafafa;
  overflow: auto;
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.editor-statusbar .lines:before {
  content: "linhas: ";
}
.editor-statusbar .words:before {
  content: "palavras: ";
}
.editor-statusbar .characters:before {
  content: "caracteres: ";
}
.editor-preview {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 7;
}
.editor-preview-side {
  position: fixed;
  bottom: 0;
  width: 50%;
  top: 50px;
  right: 0;
  z-index: 999999999;
  border: 1px solid #ddd;
}
.editor-preview-active,
.editor-preview-active-side {
  display: block;
}
.editor-preview-side > p,
.editor-preview > p {
  margin-top: 0;
}
.editor-preview-side pre,
.editor-preview pre {
  background: #eee;
  margin-bottom: 10px;
}
.editor-preview-side table td,
.editor-preview-side table th,
.editor-preview table td,
.editor-preview table th {
  border: 1px solid #ddd;
  padding: 5px;
}
.CodeMirror .CodeMirror-code .cm-tag {
  color: #63a35c;
}
.CodeMirror .CodeMirror-code .cm-attribute {
  color: #795da3;
}
.CodeMirror .CodeMirror-code .cm-string {
  color: #183691;
}
.CodeMirror .CodeMirror-selected {
  background: #d9d9d9;
}
.CodeMirror .CodeMirror-code .cm-header-1 {
  font-size: 200%;
  line-height: 200%;
}
.CodeMirror .CodeMirror-code .cm-header-2 {
  font-size: 160%;
  line-height: 160%;
}
.CodeMirror .CodeMirror-code .cm-header-3 {
  font-size: 125%;
  line-height: 125%;
}
.CodeMirror .CodeMirror-code .cm-header-4 {
  font-size: 110%;
  line-height: 110%;
}
.CodeMirror .CodeMirror-code .cm-comment {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
}
.CodeMirror .CodeMirror-code .cm-link {
  color: #7f8c8d;
}
.CodeMirror .CodeMirror-code .cm-url {
  color: #aab2b3;
}
.CodeMirror .CodeMirror-code .cm-strikethrough {
  text-decoration: line-through;
}
.CodeMirror .CodeMirror-placeholder {
  opacity: 0.5;
}
.CodeMirror .cm-spell-error:not(.cm-url):not(.cm-comment):not(.cm-tag):not(.cm-word) {
  background: rgba(255, 0, 0, 0.15);
}
.editor-toolbar a.sd-md {
  background-size: 25px;
  background-position: 50%;
  background-repeat: no-repeat;
}
.editor-toolbar a.editor-bold {
  background-image: url(/images/bold.svg?b33bf8b852d8186a3da648f1732d785c);
}
.editor-toolbar a.editor-italic {
  background-image: url(/images/italic.svg?2348af7efbf38210926df67c2fc2df19);
}
.editor-toolbar a.editor-title {
  background-image: url(/images/title.svg?1425d8e36d88f224ee7ea7f4005a32a4);
}
.editor-toolbar a.editor-list-bulleted {
  background-image: url(/images/list_bulleted.svg?3e24a69ec46eea4876dfe33212738daa);
}
.editor-toolbar a.editor-list-numbered {
  background-image: url(/images/list_numbered.svg?e16841083471f6ae3f556f4980e079eb);
}
.editor-toolbar a.editor-included-list {
  background-image: url(/images/list_check.svg?cd14e5e7c93ef0cc87b89b80b1e5b0c0);
}
.editor-toolbar a.editor-not-included-list {
  background-image: url(/images/list_not_check.svg?bf061efda721606bfc255609a7320442);
}
.editor-toolbar a.editor-info-list {
  background-image: url(/images/list_info.svg?26f2a339505db07b29985c1b5165b672);
}
.editor-toolbar a.editor-link {
  background-image: url(/images/insert_link.svg?30b290829347e56ba458f99381d9cf35);
}
.editor-toolbar a.editor-preview-text {
  background-image: url(/images/visibility.svg?7e30cb56b4ee14314a85e3237ac23027);
}
.editor-toolbar a.editor-vertical-split {
  background-image: url(/images/vertical_split.svg?77446fc90f533c37cc33abffe031b062);
}
.editor-toolbar a.editor-fullscreen {
  background-image: url(/images/fullscreen.svg?18968128a55bef9cf01f0c21b821176f);
}
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
}
table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  padding: 20px 0;
  text-align: center;
}
table.dataTable.nowrap td,
table.dataTable.nowrap th {
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length label {
  font-weight: 400;
  text-align: left;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length select {
  width: 78px;
  display: inline-block;
}
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: 400;
  white-space: nowrap;
  text-align: left;
}
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}
div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
  white-space: nowrap;
  float: left;
}
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}
table.dataTable thead > tr > td.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc {
  padding-right: 30px;
}
table.dataTable thead > tr > td:active,
table.dataTable thead > tr > th:active {
  outline: none;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
  font-family: lineawesome;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  opacity: 0.3;
  font-size: 1.2rem;
  font-weight: 400;
}
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:before {
  right: 1em;
  content: "\F275";
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc_disabled:after {
  right: 0.5em;
  content: "\F272";
}
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
  opacity: 1;
}
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  opacity: 0;
}
div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none;
}
div.dataTables_scrollBody table tbody tr:first-child td,
div.dataTables_scrollBody table tbody tr:first-child th {
  border-top: none;
}
div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}
@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_paginate {
      text-align: center;
  }
}
table.dataTable.table-sm > thead > tr > th {
  padding-right: 20px;
}
table.dataTable.table-sm .sorting:before,
table.dataTable.table-sm .sorting_asc:before,
table.dataTable.table-sm .sorting_desc:before {
  top: 5px;
  right: 0.85em;
}
table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
  top: 5px;
}
table.table-bordered.dataTable td,
table.table-bordered.dataTable th {
  border-left-width: 0;
}
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable th:last-child {
  border-right-width: 0;
}
div.dataTables_scrollHead table.table-bordered,
table.table-bordered.dataTable tbody td,
table.table-bordered.dataTable tbody th {
  border-bottom-width: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
  padding-left: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
  padding-right: 0;
}
@keyframes dtb-spinner {
  to {
      -webkit-transform: rotate(1turn);
      transform: rotate(1turn);
  }
}
@-webkit-keyframes dtb-spinner {
  to {
      -webkit-transform: rotate(1turn);
      transform: rotate(1turn);
  }
}
div.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  background-color: #fff;
  border: 2px solid #111;
  -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  text-align: center;
  z-index: 21;
}
div.dt-button-info h2 {
  padding: 0.5em;
  margin: 0;
  font-weight: 400;
  border-bottom: 1px solid #ddd;
  background-color: #f3f3f3;
}
div.dt-button-info > div {
  padding: 1em;
}
ul.dt-button-collection.dropdown-menu {
  display: block;
  z-index: 2002;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px;
}
ul.dt-button-collection.dropdown-menu.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 0;
}
ul.dt-button-collection.dropdown-menu.fixed.two-column {
  margin-left: -150px;
}
ul.dt-button-collection.dropdown-menu.fixed.three-column {
  margin-left: -225px;
}
ul.dt-button-collection.dropdown-menu.fixed.four-column {
  margin-left: -300px;
}
ul.dt-button-collection.dropdown-menu > * {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
ul.dt-button-collection.dropdown-menu.two-column {
  width: 300px;
  padding-bottom: 1px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}
ul.dt-button-collection.dropdown-menu.three-column {
  width: 450px;
  padding-bottom: 1px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
}
ul.dt-button-collection.dropdown-menu.four-column {
  width: 600px;
  padding-bottom: 1px;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4;
}
ul.dt-button-collection.dropdown-menu .dt-button {
  border-radius: 0;
}
ul.dt-button-collection {
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px;
}
ul.dt-button-collection.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 0;
}
ul.dt-button-collection.fixed.two-column {
  margin-left: -150px;
}
ul.dt-button-collection.fixed.three-column {
  margin-left: -225px;
}
ul.dt-button-collection.fixed.four-column {
  margin-left: -300px;
}
ul.dt-button-collection > * {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
ul.dt-button-collection.two-column {
  width: 300px;
  padding-bottom: 1px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}
ul.dt-button-collection.three-column {
  width: 450px;
  padding-bottom: 1px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
}
ul.dt-button-collection.four-column {
  width: 600px;
  padding-bottom: 1px;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4;
}
ul.dt-button-collection .dt-button {
  border-radius: 0;
}
ul.dt-button-collection.fixed {
  max-width: none;
}
ul.dt-button-collection.fixed:after,
ul.dt-button-collection.fixed:before {
  display: none;
}
div.dt-button-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  div.dt-buttons {
      float: none;
      width: 100%;
      text-align: center;
      margin-bottom: 0.5em;
  }
  div.dt-buttons a.btn {
      float: none;
  }
}
div.dt-buttons a.btn.processing,
div.dt-buttons button.btn.processing,
div.dt-buttons div.btn.processing {
  color: rgba(0, 0, 0, 0.2);
}
div.dt-buttons a.btn.processing:after,
div.dt-buttons button.btn.processing:after,
div.dt-buttons div.btn.processing:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  content: " ";
  border: 2px solid #282828;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: dtb-spinner 1.5s infinite linear;
  -o-animation: dtb-spinner 1.5s infinite linear;
  -ms-animation: dtb-spinner 1.5s infinite linear;
  -webkit-animation: dtb-spinner 1.5s infinite linear;
  -moz-animation: dtb-spinner 1.5s infinite linear;
}
table.DTCR_clonedTable.dataTable {
  position: absolute !important;
  background-color: hsla(0, 0%, 100%, 0.7);
  z-index: 202;
}
div.DTCR_pointer {
  width: 1px;
  background-color: #0275d8;
  z-index: 201;
} /*!
*  Line Awesome 1.1.0 by @icons_8 - https://icons8.com/line-awesome
*  License - https://icons8.com/good-boy-license/ (Font: SIL OFL 1.1, CSS: MIT License)
*
* Made with love by Icons8 [ https://icons8.com/ ] using FontCustom [ https://github.com/FontCustom/fontcustom ]
*
* Contacts:
*    [ https://icons8.com/contact ]
*
* Follow Icon8 on
*    Twitter [ https://twitter.com/icons_8 ]
*    Facebook [ https://www.facebook.com/Icons8 ]
*    Google+ [ https://plus.google.com/+Icons8 ]
*    GitHub [ https://github.com/icons8 ]
*/
.la,
.la-stack {
  display: inline-block;
}
.la-fw,
.la-li {
  text-align: center;
}
@font-face {
  font-family: LineAwesome;
  src: url(/fonts/line-awesome.eot?3f85d8035b4ccd91d2a1808dd22b7684);
  src: url(/fonts/line-awesome.eot?3f85d8035b4ccd91d2a1808dd22b7684#iefix) format("embedded-opentype"), url(/fonts/line-awesome.woff2?452a5b42cb4819f09d35bcf6cbdb24c1) format("woff2"),
      url(/fonts/line-awesome.woff?8b1290595e57e1d49d95ff3fa1129ecc) format("woff"), url(/fonts/line-awesome.ttf?4d42f5f0c62a8f51e876c14575354a6e) format("truetype"),
      url(/fonts/line-awesome.svg?5207295c5bccd6e7442cfb261446c1f7#fa) format("svg");
  font-weight: 400;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
      font-family: LineAwesome;
      src: url(/fonts/line-awesome.svg?5207295c5bccd6e7442cfb261446c1f7#fa) format("svg");
  }
}
.la {
  font: normal normal normal 16px/1 LineAwesome;
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.la-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.la-2x {
  font-size: 2rem !important;
}
.la-3x {
  font-size: 3rem !important;
}
.la-4x {
  font-size: 4rem !important;
}
.la-5x {
  font-size: 5rem !important;
}
.la-fw {
  width: 1.28571429em;
}
.la-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.la-ul > li {
  position: relative;
}
.la-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
}
.la-li.la-lg {
  left: -1.85714286em;
}
.la-border {
  padding: 0.2em 0.25em 0.15em;
  border: 0.08em solid #eee;
  border-radius: 0.1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.li.pull-left {
  margin-right: 0.3em;
}
.li.pull-right {
  margin-left: 0.3em;
}
.la-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
  }
  to {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
  }
  to {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg);
  }
}
.la-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.la-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.la-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.la-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.la-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
:root .la-flip-horizontal,
:root .la-flip-vertical,
:root .la-rotate-90,
:root .la-rotate-180,
:root .la-rotate-270 {
  -webkit-filter: none;
  filter: none;
}
.la-stack {
  position: relative;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.la-stack-1x,
.la-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.la-stack-1x {
  line-height: inherit;
}
.la-stack-2x {
  font-size: 2em;
}
.la-inverse {
  color: #fff;
}
.la-500px:before {
  content: "\F100";
}
.la-adjust:before {
  content: "\F101";
}
.la-adn:before {
  content: "\F102";
}
.la-align-center:before {
  content: "\F103";
}
.la-align-justify:before {
  content: "\F104";
}
.la-align-left:before {
  content: "\F105";
}
.la-align-right:before {
  content: "\F106";
}
.la-amazon:before {
  content: "\F107";
}
.la-ambulance:before {
  content: "\F108";
}
.la-anchor:before {
  content: "\F109";
}
.la-android:before {
  content: "\F10A";
}
.la-angellist:before {
  content: "\F10B";
}
.la-angle-double-down:before {
  content: "\F10C";
}
.la-angle-double-left:before {
  content: "\F10D";
}
.la-angle-double-right:before {
  content: "\F10E";
}
.la-angle-double-up:before {
  content: "\F10F";
}
.la-angle-down:before {
  content: "\F110";
}
.la-angle-left:before {
  content: "\F111";
}
.la-angle-right:before {
  content: "\F112";
}
.la-angle-up:before {
  content: "\F113";
}
.la-apple:before {
  content: "\F114";
}
.la-archive:before {
  content: "\F115";
}
.la-area-chart:before {
  content: "\F116";
}
.la-arrow-circle-down:before {
  content: "\F117";
}
.la-arrow-circle-left:before {
  content: "\F118";
}
.la-arrow-circle-o-down:before {
  content: "\F119";
}
.la-arrow-circle-o-left:before {
  content: "\F11A";
}
.la-arrow-circle-o-right:before {
  content: "\F11B";
}
.la-arrow-circle-o-up:before {
  content: "\F11C";
}
.la-arrow-circle-right:before {
  content: "\F11D";
}
.la-arrow-circle-up:before {
  content: "\F11E";
}
.la-arrow-down:before {
  content: "\F11F";
}
.la-arrow-left:before {
  content: "\F120";
}
.la-arrow-right:before {
  content: "\F121";
}
.la-arrow-up:before {
  content: "\F122";
}
.la-arrows:before {
  content: "\F123";
}
.la-arrows-alt:before {
  content: "\F124";
}
.la-arrows-h:before {
  content: "\F125";
}
.la-arrows-v:before {
  content: "\F126";
}
.la-asterisk:before {
  content: "\F127";
}
.la-at:before {
  content: "\F128";
}
.la-automobile:before {
  content: "\F129";
}
.la-backward:before {
  content: "\F12A";
}
.la-balance-scale:before {
  content: "\F12B";
}
.la-ban:before {
  content: "\F12C";
}
.la-bank:before {
  content: "\F12D";
}
.la-bar-chart:before {
  content: "\F12E";
}
.la-bar-chart-o:before {
  content: "\F12F";
}
.la-barcode:before {
  content: "\F130";
}
.la-bars:before {
  content: "\F131";
}
.la-battery-0:before {
  content: "\F132";
}
.la-battery-1:before {
  content: "\F133";
}
.la-battery-2:before {
  content: "\F134";
}
.la-battery-3:before {
  content: "\F135";
}
.la-battery-4:before {
  content: "\F136";
}
.la-battery-empty:before {
  content: "\F137";
}
.la-battery-full:before {
  content: "\F138";
}
.la-battery-half:before {
  content: "\F139";
}
.la-battery-quarter:before {
  content: "\F13A";
}
.la-battery-three-quarters:before {
  content: "\F13B";
}
.la-bed:before {
  content: "\F13C";
}
.la-beer:before {
  content: "\F13D";
}
.la-behance:before {
  content: "\F13E";
}
.la-behance-square:before {
  content: "\F13F";
}
.la-bell:before {
  content: "\F140";
}
.la-bell-o:before {
  content: "\F141";
}
.la-bell-slash:before {
  content: "\F142";
}
.la-bell-slash-o:before {
  content: "\F143";
}
.la-bicycle:before {
  content: "\F144";
}
.la-binoculars:before {
  content: "\F145";
}
.la-birthday-cake:before {
  content: "\F146";
}
.la-bitbucket:before {
  content: "\F147";
}
.la-bitbucket-square:before {
  content: "\F148";
}
.la-bitcoin:before {
  content: "\F149";
}
.la-black-tie:before {
  content: "\F14A";
}
.la-bold:before {
  content: "\F14B";
}
.la-bolt:before {
  content: "\F14C";
}
.la-bomb:before {
  content: "\F14D";
}
.la-book:before {
  content: "\F14E";
}
.la-bookmark:before {
  content: "\F14F";
}
.la-bookmark-o:before {
  content: "\F150";
}
.la-briefcase:before {
  content: "\F151";
}
.la-btc:before {
  content: "\F152";
}
.la-bug:before {
  content: "\F153";
}
.la-building:before {
  content: "\F154";
}
.la-building-o:before {
  content: "\F155";
}
.la-bullhorn:before {
  content: "\F156";
}
.la-bullseye:before {
  content: "\F157";
}
.la-bus:before {
  content: "\F158";
}
.la-buysellads:before {
  content: "\F159";
}
.la-cab:before {
  content: "\F15A";
}
.la-calculator:before {
  content: "\F15B";
}
.la-calendar:before {
  content: "\F15C";
}
.la-calendar-check-o:before {
  content: "\F15D";
}
.la-calendar-minus-o:before {
  content: "\F15E";
}
.la-calendar-o:before {
  content: "\F15F";
}
.la-calendar-plus-o:before {
  content: "\F160";
}
.la-calendar-times-o:before {
  content: "\F161";
}
.la-camera:before {
  content: "\F162";
}
.la-camera-retro:before {
  content: "\F163";
}
.la-car:before {
  content: "\F164";
}
.la-caret-down:before {
  content: "\F165";
}
.la-caret-left:before {
  content: "\F166";
}
.la-caret-right:before {
  content: "\F167";
}
.la-caret-square-o-down:before,
.la-toggle-down:before {
  content: "\F168";
}
.la-caret-square-o-left:before,
.la-toggle-left:before {
  content: "\F169";
}
.la-caret-square-o-right:before,
.la-toggle-right:before {
  content: "\F16A";
}
.la-caret-square-o-up:before,
.la-toggle-up:before {
  content: "\F16B";
}
.la-caret-up:before {
  content: "\F16C";
}
.la-cart-arrow-down:before {
  content: "\F16D";
}
.la-cart-plus:before {
  content: "\F16E";
}
.la-cc:before {
  content: "\F16F";
}
.la-cc-amex:before {
  content: "\F170";
}
.la-cc-diners-club:before {
  content: "\F171";
}
.la-cc-discover:before {
  content: "\F172";
}
.la-cc-jcb:before {
  content: "\F173";
}
.la-cc-mastercard:before {
  content: "\F174";
}
.la-cc-paypal:before {
  content: "\F175";
}
.la-cc-stripe:before {
  content: "\F176";
}
.la-cc-visa:before {
  content: "\F177";
}
.la-certificate:before {
  content: "\F178";
}
.la-chain:before {
  content: "\F179";
}
.la-chain-broken:before {
  content: "\F17A";
}
.la-check:before {
  content: "\F17B";
}
.la-check-circle:before {
  content: "\F17C";
}
.la-check-circle-o:before {
  content: "\F17D";
}
.la-check-square:before {
  content: "\F17E";
}
.la-check-square-o:before {
  content: "\F17F";
}
.la-chevron-circle-down:before {
  content: "\F180";
}
.la-chevron-circle-left:before {
  content: "\F181";
}
.la-chevron-circle-right:before {
  content: "\F182";
}
.la-chevron-circle-up:before {
  content: "\F183";
}
.la-chevron-down:before {
  content: "\F184";
}
.la-chevron-left:before {
  content: "\F185";
}
.la-chevron-right:before {
  content: "\F186";
}
.la-chevron-up:before {
  content: "\F187";
}
.la-child:before {
  content: "\F188";
}
.la-chrome:before {
  content: "\F189";
}
.la-circle:before {
  content: "\F18A";
}
.la-circle-o:before {
  content: "\F18B";
}
.la-circle-o-notch:before {
  content: "\F18C";
}
.la-circle-thin:before {
  content: "\F18D";
}
.la-clipboard:before {
  content: "\F18E";
}
.la-clock-o:before {
  content: "\F18F";
}
.la-clone:before {
  content: "\F190";
}
.la-close:before {
  content: "\F191";
}
.la-cloud:before {
  content: "\F192";
}
.la-cloud-download:before {
  content: "\F193";
}
.la-cloud-upload:before {
  content: "\F194";
}
.la-cny:before {
  content: "\F195";
}
.la-code:before {
  content: "\F196";
}
.la-code-fork:before {
  content: "\F197";
}
.la-codepen:before {
  content: "\F198";
}
.la-coffee:before {
  content: "\F199";
}
.la-cog:before {
  content: "\F19A";
}
.la-cogs:before {
  content: "\F19B";
}
.la-columns:before {
  content: "\F19C";
}
.la-comment:before {
  content: "\F19D";
}
.la-comment-o:before {
  content: "\F19E";
}
.la-commenting:before {
  content: "\F19F";
}
.la-commenting-o:before {
  content: "\F1A0";
}
.la-comments:before {
  content: "\F1A1";
}
.la-comments-o:before {
  content: "\F1A2";
}
.la-compass:before {
  content: "\F1A3";
}
.la-compress:before {
  content: "\F1A4";
}
.la-connectdevelop:before {
  content: "\F1A5";
}
.la-contao:before {
  content: "\F1A6";
}
.la-copy:before {
  content: "\F1A7";
}
.la-copyright:before {
  content: "\F1A8";
}
.la-creative-commons:before {
  content: "\F1A9";
}
.la-credit-card:before {
  content: "\F1AA";
}
.la-crop:before {
  content: "\F1AB";
}
.la-crosshairs:before {
  content: "\F1AC";
}
.la-css3:before {
  content: "\F1AD";
}
.la-cube:before {
  content: "\F1AE";
}
.la-cubes:before {
  content: "\F1AF";
}
.la-cut:before {
  content: "\F1B0";
}
.la-cutlery:before {
  content: "\F1B1";
}
.la-dashboard:before {
  content: "\F1B2";
}
.la-dashcube:before {
  content: "\F1B3";
}
.la-database:before {
  content: "\F1B4";
}
.la-dedent:before {
  content: "\F1B5";
}
.la-delicious:before {
  content: "\F1B6";
}
.la-desktop:before {
  content: "\F1B7";
}
.la-deviantart:before {
  content: "\F1B8";
}
.la-diamond:before {
  content: "\F1B9";
}
.la-digg:before {
  content: "\F1BA";
}
.la-dollar:before {
  content: "\F1BB";
}
.la-dot-circle-o:before {
  content: "\F1BC";
}
.la-download:before {
  content: "\F1BD";
}
.la-dribbble:before {
  content: "\F1BE";
}
.la-dropbox:before {
  content: "\F1BF";
}
.la-drupal:before {
  content: "\F1C0";
}
.la-edit:before {
  content: "\F1C1";
}
.la-eject:before {
  content: "\F1C2";
}
.la-ellipsis-h:before {
  content: "\F1C3";
}
.la-ellipsis-v:before {
  content: "\F1C4";
}
.la-empire:before,
.la-ge:before {
  content: "\F1C5";
}
.la-envelope:before {
  content: "\F1C6";
}
.la-envelope-o:before {
  content: "\F1C7";
}
.la-envelope-square:before {
  content: "\F1C8";
}
.la-eraser:before {
  content: "\F1C9";
}
.la-eur:before {
  content: "\F1CA";
}
.la-euro:before {
  content: "\F1CB";
}
.la-exchange:before {
  content: "\F1CC";
}
.la-exclamation:before {
  content: "\F1CD";
}
.la-exclamation-circle:before {
  content: "\F1CE";
}
.la-exclamation-triangle:before {
  content: "\F1CF";
}
.la-expand:before {
  content: "\F1D0";
}
.la-expeditedssl:before {
  content: "\F1D1";
}
.la-external-link:before {
  content: "\F1D2";
}
.la-external-link-square:before {
  content: "\F1D3";
}
.la-eye:before {
  content: "\F1D4";
}
.la-eye-slash:before {
  content: "\F1D5";
}
.la-eyedropper:before {
  content: "\F1D6";
}
.la-facebook-f:before,
.la-facebook:before {
  content: "\F1D7";
}
.la-facebook-official:before {
  content: "\F1D8";
}
.la-facebook-square:before {
  content: "\F1D9";
}
.la-fast-backward:before {
  content: "\F1DA";
}
.la-fast-forward:before {
  content: "\F1DB";
}
.la-fax:before {
  content: "\F1DC";
}
.la-female:before {
  content: "\F1DD";
}
.la-fighter-jet:before {
  content: "\F1DE";
}
.la-file:before {
  content: "\F1DF";
}
.la-file-archive-o:before {
  content: "\F1E0";
}
.la-file-audio-o:before {
  content: "\F1E1";
}
.la-file-code-o:before {
  content: "\F1E2";
}
.la-file-excel-o:before {
  content: "\F1E3";
}
.la-file-image-o:before {
  content: "\F1E4";
}
.la-file-movie-o:before {
  content: "\F1E5";
}
.la-file-o:before {
  content: "\F1E6";
}
.la-file-pdf-o:before {
  content: "\F1E7";
}
.la-file-photo-o:before {
  content: "\F1E8";
}
.la-file-picture-o:before {
  content: "\F1E9";
}
.la-file-powerpoint-o:before {
  content: "\F1EA";
}
.la-file-sound-o:before {
  content: "\F1EB";
}
.la-file-text:before {
  content: "\F1EC";
}
.la-file-text-o:before {
  content: "\F1ED";
}
.la-file-video-o:before {
  content: "\F1EE";
}
.la-file-word-o:before {
  content: "\F1EF";
}
.la-file-zip-o:before {
  content: "\F1F0";
}
.la-files-o:before {
  content: "\F1F1";
}
.la-film:before {
  content: "\F1F2";
}
.la-filter:before {
  content: "\F1F3";
}
.la-fire:before {
  content: "\F1F4";
}
.la-fire-extinguisher:before {
  content: "\F1F5";
}
.la-firefox:before {
  content: "\F1F6";
}
.la-flag:before {
  content: "\F1F7";
}
.la-flag-checkered:before {
  content: "\F1F8";
}
.la-flag-o:before {
  content: "\F1F9";
}
.la-flash:before {
  content: "\F1FA";
}
.la-flask:before {
  content: "\F1FB";
}
.la-flickr:before {
  content: "\F1FC";
}
.la-floppy-o:before {
  content: "\F1FD";
}
.la-folder:before {
  content: "\F1FE";
}
.la-folder-o:before {
  content: "\F1FF";
}
.la-folder-open:before {
  content: "\F200";
}
.la-folder-open-o:before {
  content: "\F201";
}
.la-font:before {
  content: "\F202";
}
.la-fonticons:before {
  content: "\F203";
}
.la-forumbee:before {
  content: "\F204";
}
.la-forward:before {
  content: "\F205";
}
.la-foursquare:before {
  content: "\F206";
}
.la-frown-o:before {
  content: "\F207";
}
.la-futbol-o:before,
.la-soccer-ball-o:before {
  content: "\F208";
}
.la-gamepad:before {
  content: "\F209";
}
.la-gavel:before {
  content: "\F20A";
}
.la-gbp:before {
  content: "\F20B";
}
.la-gear:before {
  content: "\F20C";
}
.la-gears:before {
  content: "\F20D";
}
.la-genderless:before {
  content: "\F20E";
}
.la-get-pocket:before {
  content: "\F20F";
}
.la-gg:before {
  content: "\F210";
}
.la-gg-circle:before {
  content: "\F211";
}
.la-gift:before {
  content: "\F212";
}
.la-git:before {
  content: "\F213";
}
.la-git-square:before {
  content: "\F214";
}
.la-github:before {
  content: "\F215";
}
.la-github-alt:before {
  content: "\F216";
}
.la-github-square:before {
  content: "\F217";
}
.la-glass:before {
  content: "\F218";
}
.la-globe:before {
  content: "\F219";
}
.la-google:before {
  content: "\F21A";
}
.la-google-plus:before {
  content: "\F21B";
}
.la-google-plus-square:before {
  content: "\F21C";
}
.la-google-wallet:before {
  content: "\F21D";
}
.la-graduation-cap:before {
  content: "\F21E";
}
.la-gittip:before,
.la-gratipay:before {
  content: "\F21F";
}
.la-group:before {
  content: "\F220";
}
.la-h-square:before {
  content: "\F221";
}
.la-hacker-news:before {
  content: "\F222";
}
.la-hand-grab-o:before {
  content: "\F223";
}
.la-hand-lizard-o:before {
  content: "\F224";
}
.la-hand-o-down:before {
  content: "\F225";
}
.la-hand-o-left:before {
  content: "\F226";
}
.la-hand-o-right:before {
  content: "\F227";
}
.la-hand-o-up:before {
  content: "\F228";
}
.la-hand-paper-o:before {
  content: "\F229";
}
.la-hand-peace-o:before {
  content: "\F22A";
}
.la-hand-pointer-o:before {
  content: "\F22B";
}
.la-hand-rock-o:before {
  content: "\F22C";
}
.la-hand-scissors-o:before {
  content: "\F22D";
}
.la-hand-spock-o:before {
  content: "\F22E";
}
.la-hand-stop-o:before {
  content: "\F22F";
}
.la-hdd-o:before {
  content: "\F230";
}
.la-header:before {
  content: "\F231";
}
.la-headphones:before {
  content: "\F232";
}
.la-heart:before {
  content: "\F233";
}
.la-heart-o:before {
  content: "\F234";
}
.la-heartbeat:before {
  content: "\F235";
}
.la-history:before {
  content: "\F236";
}
.la-home:before {
  content: "\F237";
}
.la-hospital-o:before {
  content: "\F238";
}
.la-hotel:before {
  content: "\F239";
}
.la-hourglass:before {
  content: "\F23A";
}
.la-hourglass-1:before {
  content: "\F23B";
}
.la-hourglass-2:before {
  content: "\F23C";
}
.la-hourglass-3:before {
  content: "\F23D";
}
.la-hourglass-end:before {
  content: "\F23E";
}
.la-hourglass-half:before {
  content: "\F23F";
}
.la-hourglass-o:before {
  content: "\F240";
}
.la-hourglass-start:before {
  content: "\F241";
}
.la-houzz:before {
  content: "\F242";
}
.la-html5:before {
  content: "\F243";
}
.la-i-cursor:before {
  content: "\F244";
}
.la-ils:before {
  content: "\F245";
}
.la-image:before {
  content: "\F246";
}
.la-inbox:before {
  content: "\F247";
}
.la-indent:before {
  content: "\F248";
}
.la-industry:before {
  content: "\F249";
}
.la-info:before {
  content: "\F24A";
}
.la-info-circle:before {
  content: "\F24B";
}
.la-inr:before {
  content: "\F24C";
}
.la-instagram:before {
  content: "\F24D";
}
.la-institution:before {
  content: "\F24E";
}
.la-internet-explorer:before {
  content: "\F24F";
}
.la-ioxhost:before {
  content: "\F250";
}
.la-italic:before {
  content: "\F251";
}
.la-joomla:before {
  content: "\F252";
}
.la-jpy:before {
  content: "\F253";
}
.la-jsfiddle:before {
  content: "\F254";
}
.la-key:before {
  content: "\F255";
}
.la-keyboard-o:before {
  content: "\F256";
}
.la-krw:before {
  content: "\F257";
}
.la-language:before {
  content: "\F258";
}
.la-laptop:before {
  content: "\F259";
}
.la-lastfm:before {
  content: "\F25A";
}
.la-lastfm-square:before {
  content: "\F25B";
}
.la-leaf:before {
  content: "\F25C";
}
.la-leanpub:before {
  content: "\F25D";
}
.la-legal:before {
  content: "\F25E";
}
.la-lemon-o:before {
  content: "\F25F";
}
.la-level-down:before {
  content: "\F260";
}
.la-level-up:before {
  content: "\F261";
}
.la-life-bouy:before {
  content: "\F262";
}
.la-life-buoy:before {
  content: "\F263";
}
.la-life-ring:before,
.la-support:before {
  content: "\F264";
}
.la-life-saver:before {
  content: "\F265";
}
.la-lightbulb-o:before {
  content: "\F266";
}
.la-line-chart:before {
  content: "\F267";
}
.la-link:before {
  content: "\F268";
}
.la-linkedin:before {
  content: "\F269";
}
.la-linkedin-square:before {
  content: "\F26A";
}
.la-linux:before {
  content: "\F26B";
}
.la-list:before {
  content: "\F26C";
}
.la-list-alt:before {
  content: "\F26D";
}
.la-list-ol:before {
  content: "\F26E";
}
.la-list-ul:before {
  content: "\F26F";
}
.la-location-arrow:before {
  content: "\F270";
}
.la-lock:before {
  content: "\F271";
}
.la-long-arrow-down:before {
  content: "\F272";
}
.la-long-arrow-left:before {
  content: "\F273";
}
.la-long-arrow-right:before {
  content: "\F274";
}
.la-long-arrow-up:before {
  content: "\F275";
}
.la-magic:before {
  content: "\F276";
}
.la-magnet:before {
  content: "\F277";
}
.la-mail-forward:before {
  content: "\F278";
}
.la-mail-reply:before {
  content: "\F279";
}
.la-mail-reply-all:before {
  content: "\F27A";
}
.la-male:before {
  content: "\F27B";
}
.la-map:before {
  content: "\F27C";
}
.la-map-marker:before {
  content: "\F27D";
}
.la-map-o:before {
  content: "\F27E";
}
.la-map-pin:before {
  content: "\F27F";
}
.la-map-signs:before {
  content: "\F280";
}
.la-mars:before {
  content: "\F281";
}
.la-mars-double:before {
  content: "\F282";
}
.la-mars-stroke:before {
  content: "\F283";
}
.la-mars-stroke-h:before {
  content: "\F284";
}
.la-mars-stroke-v:before {
  content: "\F285";
}
.la-maxcdn:before {
  content: "\F286";
}
.la-meanpath:before {
  content: "\F287";
}
.la-medium:before {
  content: "\F288";
}
.la-medkit:before {
  content: "\F289";
}
.la-meh-o:before {
  content: "\F28A";
}
.la-mercury:before {
  content: "\F28B";
}
.la-microphone:before {
  content: "\F28C";
}
.la-microphone-slash:before {
  content: "\F28D";
}
.la-minus:before {
  content: "\F28E";
}
.la-minus-circle:before {
  content: "\F28F";
}
.la-minus-square:before {
  content: "\F290";
}
.la-minus-square-o:before {
  content: "\F291";
}
.la-mobile:before {
  content: "\F292";
}
.la-mobile-phone:before {
  content: "\F293";
}
.la-money:before {
  content: "\F294";
}
.la-moon-o:before {
  content: "\F295";
}
.la-mortar-board:before {
  content: "\F296";
}
.la-motorcycle:before {
  content: "\F297";
}
.la-mouse-pointer:before {
  content: "\F298";
}
.la-music:before {
  content: "\F299";
}
.la-navicon:before {
  content: "\F29A";
}
.la-neuter:before {
  content: "\F29B";
}
.la-newspaper-o:before {
  content: "\F29C";
}
.la-object-group:before {
  content: "\F29D";
}
.la-object-ungroup:before {
  content: "\F29E";
}
.la-odnoklassniki:before {
  content: "\F29F";
}
.la-odnoklassniki-square:before {
  content: "\F2A0";
}
.la-opencart:before {
  content: "\F2A1";
}
.la-openid:before {
  content: "\F2A2";
}
.la-opera:before {
  content: "\F2A3";
}
.la-optin-monster:before {
  content: "\F2A4";
}
.la-outdent:before {
  content: "\F2A5";
}
.la-pagelines:before {
  content: "\F2A6";
}
.la-paint-brush:before {
  content: "\F2A7";
}
.la-paper-plane:before,
.la-send:before {
  content: "\F2A8";
}
.la-paper-plane-o:before,
.la-send-o:before {
  content: "\F2A9";
}
.la-paperclip:before {
  content: "\F2AA";
}
.la-paragraph:before {
  content: "\F2AB";
}
.la-paste:before {
  content: "\F2AC";
}
.la-pause:before {
  content: "\F2AD";
}
.la-paw:before {
  content: "\F2AE";
}
.la-paypal:before {
  content: "\F2AF";
}
.la-pencil:before {
  content: "\F2B0";
}
.la-pencil-square:before {
  content: "\F2B1";
}
.la-pencil-square-o:before {
  content: "\F2B2";
}
.la-phone:before {
  content: "\F2B3";
}
.la-phone-square:before {
  content: "\F2B4";
}
.la-photo:before {
  content: "\F2B5";
}
.la-picture-o:before {
  content: "\F2B6";
}
.la-pie-chart:before {
  content: "\F2B7";
}
.la-pied-piper:before {
  content: "\F2B8";
}
.la-pied-piper-alt:before {
  content: "\F2B9";
}
.la-pinterest:before {
  content: "\F2BA";
}
.la-pinterest-p:before {
  content: "\F2BB";
}
.la-pinterest-square:before {
  content: "\F2BC";
}
.la-plane:before {
  content: "\F2BD";
}
.la-play:before {
  content: "\F2BE";
}
.la-play-circle:before {
  content: "\F2BF";
}
.la-play-circle-o:before {
  content: "\F2C0";
}
.la-plug:before {
  content: "\F2C1";
}
.la-plus:before {
  content: "\F2C2";
}
.la-plus-circle:before {
  content: "\F2C3";
}
.la-plus-square:before {
  content: "\F2C4";
}
.la-plus-square-o:before {
  content: "\F2C5";
}
.la-power-off:before {
  content: "\F2C6";
}
.la-print:before {
  content: "\F2C7";
}
.la-puzzle-piece:before {
  content: "\F2C8";
}
.la-qq:before {
  content: "\F2C9";
}
.la-qrcode:before {
  content: "\F2CA";
}
.la-question:before {
  content: "\F2CB";
}
.la-question-circle:before {
  content: "\F2CC";
}
.la-quote-left:before {
  content: "\F2CD";
}
.la-quote-right:before {
  content: "\F2CE";
}
.la-ra:before {
  content: "\F2CF";
}
.la-random:before {
  content: "\F2D0";
}
.la-rebel:before {
  content: "\F2D1";
}
.la-recycle:before {
  content: "\F2D2";
}
.la-reddit:before {
  content: "\F2D3";
}
.la-reddit-square:before {
  content: "\F2D4";
}
.la-refresh:before {
  content: "\F2D5";
}
.la-registered:before {
  content: "\F2D6";
}
.la-renren:before {
  content: "\F2D7";
}
.la-reorder:before {
  content: "\F2D8";
}
.la-repeat:before {
  content: "\F2D9";
}
.la-reply:before {
  content: "\F2DA";
}
.la-reply-all:before {
  content: "\F2DB";
}
.la-retweet:before {
  content: "\F2DC";
}
.la-rmb:before {
  content: "\F2DD";
}
.la-road:before {
  content: "\F2DE";
}
.la-rocket:before {
  content: "\F2DF";
}
.la-rotate-left:before {
  content: "\F2E0";
}
.la-rotate-right:before {
  content: "\F2E1";
}
.la-rouble:before {
  content: "\F2E2";
}
.la-feed:before,
.la-rss:before {
  content: "\F2E3";
}
.la-rss-square:before {
  content: "\F2E4";
}
.la-rub:before {
  content: "\F2E5";
}
.la-ruble:before {
  content: "\F2E6";
}
.la-rupee:before {
  content: "\F2E7";
}
.la-safari:before {
  content: "\F2E8";
}
.la-save:before {
  content: "\F2E9";
}
.la-scissors:before {
  content: "\F2EA";
}
.la-search:before {
  content: "\F2EB";
}
.la-search-minus:before {
  content: "\F2EC";
}
.la-search-plus:before {
  content: "\F2ED";
}
.la-sellsy:before {
  content: "\F2EE";
}
.la-server:before {
  content: "\F2EF";
}
.la-share:before {
  content: "\F2F0";
}
.la-share-alt:before {
  content: "\F2F1";
}
.la-share-alt-square:before {
  content: "\F2F2";
}
.la-share-square:before {
  content: "\F2F3";
}
.la-share-square-o:before {
  content: "\F2F4";
}
.la-shekel:before {
  content: "\F2F5";
}
.la-sheqel:before {
  content: "\F2F6";
}
.la-shield:before {
  content: "\F2F7";
}
.la-ship:before {
  content: "\F2F8";
}
.la-shirtsinbulk:before {
  content: "\F2F9";
}
.la-shopping-cart:before {
  content: "\F2FA";
}
.la-sign-in:before {
  content: "\F2FB";
}
.la-sign-out:before {
  content: "\F2FC";
}
.la-signal:before {
  content: "\F2FD";
}
.la-simplybuilt:before {
  content: "\F2FE";
}
.la-sitemap:before {
  content: "\F2FF";
}
.la-skyatlas:before {
  content: "\F300";
}
.la-skype:before {
  content: "\F301";
}
.la-slack:before {
  content: "\F302";
}
.la-sliders:before {
  content: "\F303";
}
.la-slideshare:before {
  content: "\F304";
}
.la-smile-o:before {
  content: "\F305";
}
.la-sort:before,
.la-unsorted:before {
  content: "\F306";
}
.la-sort-alpha-asc:before {
  content: "\F307";
}
.la-sort-alpha-desc:before {
  content: "\F308";
}
.la-sort-amount-asc:before {
  content: "\F309";
}
.la-sort-amount-desc:before {
  content: "\F30A";
}
.la-sort-asc:before,
.la-sort-up:before {
  content: "\F30B";
}
.la-sort-desc:before,
.la-sort-down:before {
  content: "\F30C";
}
.la-sort-numeric-asc:before {
  content: "\F30D";
}
.la-sort-numeric-desc:before {
  content: "\F30E";
}
.la-soundcloud:before {
  content: "\F30F";
}
.la-space-shuttle:before {
  content: "\F310";
}
.la-spinner:before {
  content: "\F311";
}
.la-spoon:before {
  content: "\F312";
}
.la-spotify:before {
  content: "\F313";
}
.la-square:before {
  content: "\F314";
}
.la-square-o:before {
  content: "\F315";
}
.la-stack-exchange:before {
  content: "\F316";
}
.la-stack-overflow:before {
  content: "\F317";
}
.la-star:before {
  content: "\F318";
}
.la-star-half:before {
  content: "\F319";
}
.la-star-half-empty:before,
.la-star-half-full:before,
.la-star-half-o:before {
  content: "\F31A";
}
.la-star-o:before {
  content: "\F31B";
}
.la-steam:before {
  content: "\F31C";
}
.la-steam-square:before {
  content: "\F31D";
}
.la-step-backward:before {
  content: "\F31E";
}
.la-step-forward:before {
  content: "\F31F";
}
.la-stethoscope:before {
  content: "\F320";
}
.la-sticky-note:before {
  content: "\F321";
}
.la-sticky-note-o:before {
  content: "\F322";
}
.la-stop:before {
  content: "\F323";
}
.la-street-view:before {
  content: "\F324";
}
.la-strikethrough:before {
  content: "\F325";
}
.la-stumbleupon:before {
  content: "\F326";
}
.la-stumbleupon-circle:before {
  content: "\F327";
}
.la-subscript:before {
  content: "\F328";
}
.la-subway:before {
  content: "\F329";
}
.la-suitcase:before {
  content: "\F32A";
}
.la-sun-o:before {
  content: "\F32B";
}
.la-superscript:before {
  content: "\F32C";
}
.la-table:before {
  content: "\F32D";
}
.la-tablet:before {
  content: "\F32E";
}
.la-tachometer:before {
  content: "\F32F";
}
.la-tag:before {
  content: "\F330";
}
.la-tags:before {
  content: "\F331";
}
.la-tasks:before {
  content: "\F332";
}
.la-taxi:before {
  content: "\F333";
}
.la-television:before,
.la-tv:before {
  content: "\F334";
}
.la-tencent-weibo:before {
  content: "\F335";
}
.la-terminal:before {
  content: "\F336";
}
.la-text-height:before {
  content: "\F337";
}
.la-text-width:before {
  content: "\F338";
}
.la-th:before {
  content: "\F339";
}
.la-th-large:before {
  content: "\F33A";
}
.la-th-list:before {
  content: "\F33B";
}
.la-thumb-tack:before {
  content: "\F33C";
}
.la-thumbs-down:before {
  content: "\F33D";
}
.la-thumbs-o-down:before {
  content: "\F33E";
}
.la-thumbs-o-up:before {
  content: "\F33F";
}
.la-thumbs-up:before {
  content: "\F340";
}
.la-ticket:before {
  content: "\F341";
}
.la-remove:before,
.la-times:before {
  content: "\F342";
}
.la-times-circle:before {
  content: "\F343";
}
.la-times-circle-o:before {
  content: "\F344";
}
.la-tint:before {
  content: "\F345";
}
.la-toggle-off:before {
  content: "\F346";
}
.la-toggle-on:before {
  content: "\F347";
}
.la-trademark:before {
  content: "\F348";
}
.la-train:before {
  content: "\F349";
}
.la-intersex:before,
.la-transgender:before {
  content: "\F34A";
}
.la-transgender-alt:before {
  content: "\F34B";
}
.la-trash:before {
  content: "\F34C";
}
.la-trash-o:before {
  content: "\F34D";
}
.la-tree:before {
  content: "\F34E";
}
.la-trello:before {
  content: "\F34F";
}
.la-tripadvisor:before {
  content: "\F350";
}
.la-trophy:before {
  content: "\F351";
}
.la-truck:before {
  content: "\F352";
}
.la-try:before {
  content: "\F353";
}
.la-tty:before {
  content: "\F354";
}
.la-tumblr:before {
  content: "\F355";
}
.la-tumblr-square:before {
  content: "\F356";
}
.la-turkish-lira:before {
  content: "\F357";
}
.la-twitch:before {
  content: "\F358";
}
.la-twitter:before {
  content: "\F359";
}
.la-twitter-square:before {
  content: "\F35A";
}
.la-umbrella:before {
  content: "\F35B";
}
.la-underline:before {
  content: "\F35C";
}
.la-undo:before {
  content: "\F35D";
}
.la-university:before {
  content: "\F35E";
}
.la-unlink:before {
  content: "\F35F";
}
.la-unlock:before {
  content: "\F360";
}
.la-unlock-alt:before {
  content: "\F361";
}
.la-upload:before {
  content: "\F362";
}
.la-usd:before {
  content: "\F363";
}
.la-user:before {
  content: "\F364";
}
.la-user-md:before {
  content: "\F365";
}
.la-user-plus:before {
  content: "\F366";
}
.la-user-secret:before {
  content: "\F367";
}
.la-user-times:before {
  content: "\F368";
}
.la-users:before {
  content: "\F369";
}
.la-venus:before {
  content: "\F36A";
}
.la-venus-double:before {
  content: "\F36B";
}
.la-venus-mars:before {
  content: "\F36C";
}
.la-viacoin:before {
  content: "\F36D";
}
.la-video-camera:before {
  content: "\F36E";
}
.la-vimeo:before {
  content: "\F36F";
}
.la-vimeo-square:before {
  content: "\F370";
}
.la-vine:before {
  content: "\F371";
}
.la-vk:before {
  content: "\F372";
}
.la-volume-down:before {
  content: "\F373";
}
.la-volume-off:before {
  content: "\F374";
}
.la-volume-up:before {
  content: "\F375";
}
.la-warning:before {
  content: "\F376";
}
.la-wechat:before {
  content: "\F377";
}
.la-weibo:before {
  content: "\F378";
}
.la-weixin:before {
  content: "\F379";
}
.la-whatsapp:before {
  content: "\F37A";
}
.la-wheelchair:before {
  content: "\F37B";
}
.la-wifi:before {
  content: "\F37C";
}
.la-wikipedia-w:before {
  content: "\F37D";
}
.la-windows:before {
  content: "\F37E";
}
.la-won:before {
  content: "\F37F";
}
.la-wordpress:before {
  content: "\F380";
}
.la-wrench:before {
  content: "\F381";
}
.la-xing:before {
  content: "\F382";
}
.la-xing-square:before {
  content: "\F383";
}
.la-y-combinator:before {
  content: "\F384";
}
.la-y-combinator-square:before {
  content: "\F385";
}
.la-yahoo:before {
  content: "\F386";
}
.la-yc:before {
  content: "\F387";
}
.la-yc-square:before {
  content: "\F388";
}
.la-yelp:before {
  content: "\F389";
}
.la-yen:before {
  content: "\F38A";
}
.la-youtube:before {
  content: "\F38B";
}
.la-youtube-play:before {
  content: "\F38C";
}
.la-youtube-square:before {
  content: "\F38D";
}
@charset "UTF-8"; /*!
Ionicons, v2.0.0
Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
https://twitter.com/benjsperry  https://twitter.com/ionicframework
MIT License: https://github.com/driftyco/ionicons

Android-style icons originally built by Google’s
Material Design Icons: https://github.com/google/material-design-icons
used under CC BY http://creativecommons.org/licenses/by/4.0/
Modified icons to fit ionicon’s grid from original.
*/
@font-face {
  font-family: Ionicons;
  src: url(/fonts/ionicons.eot?2c2ae068be3b089e0a5b59abb1831550);
  src: url(/fonts/ionicons.eot?2c2ae068be3b089e0a5b59abb1831550#iefix) format("embedded-opentype"), url(/fonts/ionicons.ttf?24712f6c47821394fba7942fbb52c3b2) format("truetype"),
      url(/fonts/ionicons.woff?05acfdb568b3df49ad31355b19495d4a) format("woff"), url(/fonts/ionicons.svg?c037dbbc0e6790f30e824a50010df5fb#Ionicons) format("svg");
  font-weight: 400;
  font-style: normal;
}
.ion,
.ion-alert-circled:before,
.ion-alert:before,
.ion-android-add-circle:before,
.ion-android-add:before,
.ion-android-alarm-clock:before,
.ion-android-alert:before,
.ion-android-apps:before,
.ion-android-archive:before,
.ion-android-arrow-back:before,
.ion-android-arrow-down:before,
.ion-android-arrow-dropdown-circle:before,
.ion-android-arrow-dropdown:before,
.ion-android-arrow-dropleft-circle:before,
.ion-android-arrow-dropleft:before,
.ion-android-arrow-dropright-circle:before,
.ion-android-arrow-dropright:before,
.ion-android-arrow-dropup-circle:before,
.ion-android-arrow-dropup:before,
.ion-android-arrow-forward:before,
.ion-android-arrow-up:before,
.ion-android-attach:before,
.ion-android-bar:before,
.ion-android-bicycle:before,
.ion-android-boat:before,
.ion-android-bookmark:before,
.ion-android-bulb:before,
.ion-android-bus:before,
.ion-android-calendar:before,
.ion-android-call:before,
.ion-android-camera:before,
.ion-android-cancel:before,
.ion-android-car:before,
.ion-android-cart:before,
.ion-android-chat:before,
.ion-android-checkbox-blank:before,
.ion-android-checkbox-outline-blank:before,
.ion-android-checkbox-outline:before,
.ion-android-checkbox:before,
.ion-android-checkmark-circle:before,
.ion-android-clipboard:before,
.ion-android-close:before,
.ion-android-cloud-circle:before,
.ion-android-cloud-done:before,
.ion-android-cloud-outline:before,
.ion-android-cloud:before,
.ion-android-color-palette:before,
.ion-android-compass:before,
.ion-android-contact:before,
.ion-android-contacts:before,
.ion-android-contract:before,
.ion-android-create:before,
.ion-android-delete:before,
.ion-android-desktop:before,
.ion-android-document:before,
.ion-android-done-all:before,
.ion-android-done:before,
.ion-android-download:before,
.ion-android-drafts:before,
.ion-android-exit:before,
.ion-android-expand:before,
.ion-android-favorite-outline:before,
.ion-android-favorite:before,
.ion-android-film:before,
.ion-android-folder-open:before,
.ion-android-folder:before,
.ion-android-funnel:before,
.ion-android-globe:before,
.ion-android-hand:before,
.ion-android-hangout:before,
.ion-android-happy:before,
.ion-android-home:before,
.ion-android-image:before,
.ion-android-laptop:before,
.ion-android-list:before,
.ion-android-locate:before,
.ion-android-lock:before,
.ion-android-mail:before,
.ion-android-map:before,
.ion-android-menu:before,
.ion-android-microphone-off:before,
.ion-android-microphone:before,
.ion-android-more-horizontal:before,
.ion-android-more-vertical:before,
.ion-android-navigate:before,
.ion-android-notifications-none:before,
.ion-android-notifications-off:before,
.ion-android-notifications:before,
.ion-android-open:before,
.ion-android-options:before,
.ion-android-people:before,
.ion-android-person-add:before,
.ion-android-person:before,
.ion-android-phone-landscape:before,
.ion-android-phone-portrait:before,
.ion-android-pin:before,
.ion-android-plane:before,
.ion-android-playstore:before,
.ion-android-print:before,
.ion-android-radio-button-off:before,
.ion-android-radio-button-on:before,
.ion-android-refresh:before,
.ion-android-remove-circle:before,
.ion-android-remove:before,
.ion-android-restaurant:before,
.ion-android-sad:before,
.ion-android-search:before,
.ion-android-send:before,
.ion-android-settings:before,
.ion-android-share-alt:before,
.ion-android-share:before,
.ion-android-star-half:before,
.ion-android-star-outline:before,
.ion-android-star:before,
.ion-android-stopwatch:before,
.ion-android-subway:before,
.ion-android-sunny:before,
.ion-android-sync:before,
.ion-android-textsms:before,
.ion-android-time:before,
.ion-android-train:before,
.ion-android-unlock:before,
.ion-android-upload:before,
.ion-android-volume-down:before,
.ion-android-volume-mute:before,
.ion-android-volume-off:before,
.ion-android-volume-up:before,
.ion-android-walk:before,
.ion-android-warning:before,
.ion-android-watch:before,
.ion-android-wifi:before,
.ion-aperture:before,
.ion-archive:before,
.ion-arrow-down-a:before,
.ion-arrow-down-b:before,
.ion-arrow-down-c:before,
.ion-arrow-expand:before,
.ion-arrow-graph-down-left:before,
.ion-arrow-graph-down-right:before,
.ion-arrow-graph-up-left:before,
.ion-arrow-graph-up-right:before,
.ion-arrow-left-a:before,
.ion-arrow-left-b:before,
.ion-arrow-left-c:before,
.ion-arrow-move:before,
.ion-arrow-resize:before,
.ion-arrow-return-left:before,
.ion-arrow-return-right:before,
.ion-arrow-right-a:before,
.ion-arrow-right-b:before,
.ion-arrow-right-c:before,
.ion-arrow-shrink:before,
.ion-arrow-swap:before,
.ion-arrow-up-a:before,
.ion-arrow-up-b:before,
.ion-arrow-up-c:before,
.ion-asterisk:before,
.ion-at:before,
.ion-backspace-outline:before,
.ion-backspace:before,
.ion-bag:before,
.ion-battery-charging:before,
.ion-battery-empty:before,
.ion-battery-full:before,
.ion-battery-half:before,
.ion-battery-low:before,
.ion-beaker:before,
.ion-beer:before,
.ion-bluetooth:before,
.ion-bonfire:before,
.ion-bookmark:before,
.ion-bowtie:before,
.ion-briefcase:before,
.ion-bug:before,
.ion-calculator:before,
.ion-calendar:before,
.ion-camera:before,
.ion-card:before,
.ion-cash:before,
.ion-chatbox-working:before,
.ion-chatbox:before,
.ion-chatboxes:before,
.ion-chatbubble-working:before,
.ion-chatbubble:before,
.ion-chatbubbles:before,
.ion-checkmark-circled:before,
.ion-checkmark-round:before,
.ion-checkmark:before,
.ion-chevron-down:before,
.ion-chevron-left:before,
.ion-chevron-right:before,
.ion-chevron-up:before,
.ion-clipboard:before,
.ion-clock:before,
.ion-close-circled:before,
.ion-close-round:before,
.ion-close:before,
.ion-closed-captioning:before,
.ion-cloud:before,
.ion-code-download:before,
.ion-code-working:before,
.ion-code:before,
.ion-coffee:before,
.ion-compass:before,
.ion-compose:before,
.ion-connection-bars:before,
.ion-contrast:before,
.ion-crop:before,
.ion-cube:before,
.ion-disc:before,
.ion-document-text:before,
.ion-document:before,
.ion-drag:before,
.ion-earth:before,
.ion-easel:before,
.ion-edit:before,
.ion-egg:before,
.ion-eject:before,
.ion-email-unread:before,
.ion-email:before,
.ion-erlenmeyer-flask-bubbles:before,
.ion-erlenmeyer-flask:before,
.ion-eye-disabled:before,
.ion-eye:before,
.ion-female:before,
.ion-filing:before,
.ion-film-marker:before,
.ion-fireball:before,
.ion-flag:before,
.ion-flame:before,
.ion-flash-off:before,
.ion-flash:before,
.ion-folder:before,
.ion-fork-repo:before,
.ion-fork:before,
.ion-forward:before,
.ion-funnel:before,
.ion-gear-a:before,
.ion-gear-b:before,
.ion-grid:before,
.ion-hammer:before,
.ion-happy-outline:before,
.ion-happy:before,
.ion-headphone:before,
.ion-heart-broken:before,
.ion-heart:before,
.ion-help-buoy:before,
.ion-help-circled:before,
.ion-help:before,
.ion-home:before,
.ion-icecream:before,
.ion-image:before,
.ion-images:before,
.ion-information-circled:before,
.ion-information:before,
.ion-ionic:before,
.ion-ios-alarm-outline:before,
.ion-ios-alarm:before,
.ion-ios-albums-outline:before,
.ion-ios-albums:before,
.ion-ios-americanfootball-outline:before,
.ion-ios-americanfootball:before,
.ion-ios-analytics-outline:before,
.ion-ios-analytics:before,
.ion-ios-arrow-back:before,
.ion-ios-arrow-down:before,
.ion-ios-arrow-forward:before,
.ion-ios-arrow-left:before,
.ion-ios-arrow-right:before,
.ion-ios-arrow-thin-down:before,
.ion-ios-arrow-thin-left:before,
.ion-ios-arrow-thin-right:before,
.ion-ios-arrow-thin-up:before,
.ion-ios-arrow-up:before,
.ion-ios-at-outline:before,
.ion-ios-at:before,
.ion-ios-barcode-outline:before,
.ion-ios-barcode:before,
.ion-ios-baseball-outline:before,
.ion-ios-baseball:before,
.ion-ios-basketball-outline:before,
.ion-ios-basketball:before,
.ion-ios-bell-outline:before,
.ion-ios-bell:before,
.ion-ios-body-outline:before,
.ion-ios-body:before,
.ion-ios-bolt-outline:before,
.ion-ios-bolt:before,
.ion-ios-book-outline:before,
.ion-ios-book:before,
.ion-ios-bookmarks-outline:before,
.ion-ios-bookmarks:before,
.ion-ios-box-outline:before,
.ion-ios-box:before,
.ion-ios-briefcase-outline:before,
.ion-ios-briefcase:before,
.ion-ios-browsers-outline:before,
.ion-ios-browsers:before,
.ion-ios-calculator-outline:before,
.ion-ios-calculator:before,
.ion-ios-calendar-outline:before,
.ion-ios-calendar:before,
.ion-ios-camera-outline:before,
.ion-ios-camera:before,
.ion-ios-cart-outline:before,
.ion-ios-cart:before,
.ion-ios-chatboxes-outline:before,
.ion-ios-chatboxes:before,
.ion-ios-chatbubble-outline:before,
.ion-ios-chatbubble:before,
.ion-ios-checkmark-empty:before,
.ion-ios-checkmark-outline:before,
.ion-ios-checkmark:before,
.ion-ios-circle-filled:before,
.ion-ios-circle-outline:before,
.ion-ios-clock-outline:before,
.ion-ios-clock:before,
.ion-ios-close-empty:before,
.ion-ios-close-outline:before,
.ion-ios-close:before,
.ion-ios-cloud-download-outline:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloud:before,
.ion-ios-cloudy-night-outline:before,
.ion-ios-cloudy-night:before,
.ion-ios-cloudy-outline:before,
.ion-ios-cloudy:before,
.ion-ios-cog-outline:before,
.ion-ios-cog:before,
.ion-ios-color-filter-outline:before,
.ion-ios-color-filter:before,
.ion-ios-color-wand-outline:before,
.ion-ios-color-wand:before,
.ion-ios-compose-outline:before,
.ion-ios-compose:before,
.ion-ios-contact-outline:before,
.ion-ios-contact:before,
.ion-ios-copy-outline:before,
.ion-ios-copy:before,
.ion-ios-crop-strong:before,
.ion-ios-crop:before,
.ion-ios-download-outline:before,
.ion-ios-download:before,
.ion-ios-drag:before,
.ion-ios-email-outline:before,
.ion-ios-email:before,
.ion-ios-eye-outline:before,
.ion-ios-eye:before,
.ion-ios-fastforward-outline:before,
.ion-ios-fastforward:before,
.ion-ios-filing-outline:before,
.ion-ios-filing:before,
.ion-ios-film-outline:before,
.ion-ios-film:before,
.ion-ios-flag-outline:before,
.ion-ios-flag:before,
.ion-ios-flame-outline:before,
.ion-ios-flame:before,
.ion-ios-flask-outline:before,
.ion-ios-flask:before,
.ion-ios-flower-outline:before,
.ion-ios-flower:before,
.ion-ios-folder-outline:before,
.ion-ios-folder:before,
.ion-ios-football-outline:before,
.ion-ios-football:before,
.ion-ios-game-controller-a-outline:before,
.ion-ios-game-controller-a:before,
.ion-ios-game-controller-b-outline:before,
.ion-ios-game-controller-b:before,
.ion-ios-gear-outline:before,
.ion-ios-gear:before,
.ion-ios-glasses-outline:before,
.ion-ios-glasses:before,
.ion-ios-grid-view-outline:before,
.ion-ios-grid-view:before,
.ion-ios-heart-outline:before,
.ion-ios-heart:before,
.ion-ios-help-empty:before,
.ion-ios-help-outline:before,
.ion-ios-help:before,
.ion-ios-home-outline:before,
.ion-ios-home:before,
.ion-ios-infinite-outline:before,
.ion-ios-infinite:before,
.ion-ios-information-empty:before,
.ion-ios-information-outline:before,
.ion-ios-information:before,
.ion-ios-ionic-outline:before,
.ion-ios-keypad-outline:before,
.ion-ios-keypad:before,
.ion-ios-lightbulb-outline:before,
.ion-ios-lightbulb:before,
.ion-ios-list-outline:before,
.ion-ios-list:before,
.ion-ios-location-outline:before,
.ion-ios-location:before,
.ion-ios-locked-outline:before,
.ion-ios-locked:before,
.ion-ios-loop-strong:before,
.ion-ios-loop:before,
.ion-ios-medical-outline:before,
.ion-ios-medical:before,
.ion-ios-medkit-outline:before,
.ion-ios-medkit:before,
.ion-ios-mic-off:before,
.ion-ios-mic-outline:before,
.ion-ios-mic:before,
.ion-ios-minus-empty:before,
.ion-ios-minus-outline:before,
.ion-ios-minus:before,
.ion-ios-monitor-outline:before,
.ion-ios-monitor:before,
.ion-ios-moon-outline:before,
.ion-ios-moon:before,
.ion-ios-more-outline:before,
.ion-ios-more:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate-outline:before,
.ion-ios-navigate:before,
.ion-ios-nutrition-outline:before,
.ion-ios-nutrition:before,
.ion-ios-paper-outline:before,
.ion-ios-paper:before,
.ion-ios-paperplane-outline:before,
.ion-ios-paperplane:before,
.ion-ios-partlysunny-outline:before,
.ion-ios-partlysunny:before,
.ion-ios-pause-outline:before,
.ion-ios-pause:before,
.ion-ios-paw-outline:before,
.ion-ios-paw:before,
.ion-ios-people-outline:before,
.ion-ios-people:before,
.ion-ios-person-outline:before,
.ion-ios-person:before,
.ion-ios-personadd-outline:before,
.ion-ios-personadd:before,
.ion-ios-photos-outline:before,
.ion-ios-photos:before,
.ion-ios-pie-outline:before,
.ion-ios-pie:before,
.ion-ios-pint-outline:before,
.ion-ios-pint:before,
.ion-ios-play-outline:before,
.ion-ios-play:before,
.ion-ios-plus-empty:before,
.ion-ios-plus-outline:before,
.ion-ios-plus:before,
.ion-ios-pricetag-outline:before,
.ion-ios-pricetag:before,
.ion-ios-pricetags-outline:before,
.ion-ios-pricetags:before,
.ion-ios-printer-outline:before,
.ion-ios-printer:before,
.ion-ios-pulse-strong:before,
.ion-ios-pulse:before,
.ion-ios-rainy-outline:before,
.ion-ios-rainy:before,
.ion-ios-recording-outline:before,
.ion-ios-recording:before,
.ion-ios-redo-outline:before,
.ion-ios-redo:before,
.ion-ios-refresh-empty:before,
.ion-ios-refresh-outline:before,
.ion-ios-refresh:before,
.ion-ios-reload:before,
.ion-ios-reverse-camera-outline:before,
.ion-ios-reverse-camera:before,
.ion-ios-rewind-outline:before,
.ion-ios-rewind:before,
.ion-ios-rose-outline:before,
.ion-ios-rose:before,
.ion-ios-search-strong:before,
.ion-ios-search:before,
.ion-ios-settings-strong:before,
.ion-ios-settings:before,
.ion-ios-shuffle-strong:before,
.ion-ios-shuffle:before,
.ion-ios-skipbackward-outline:before,
.ion-ios-skipbackward:before,
.ion-ios-skipforward-outline:before,
.ion-ios-skipforward:before,
.ion-ios-snowy:before,
.ion-ios-speedometer-outline:before,
.ion-ios-speedometer:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-star:before,
.ion-ios-stopwatch-outline:before,
.ion-ios-stopwatch:before,
.ion-ios-sunny-outline:before,
.ion-ios-sunny:before,
.ion-ios-telephone-outline:before,
.ion-ios-telephone:before,
.ion-ios-tennisball-outline:before,
.ion-ios-tennisball:before,
.ion-ios-thunderstorm-outline:before,
.ion-ios-thunderstorm:before,
.ion-ios-time-outline:before,
.ion-ios-time:before,
.ion-ios-timer-outline:before,
.ion-ios-timer:before,
.ion-ios-toggle-outline:before,
.ion-ios-toggle:before,
.ion-ios-trash-outline:before,
.ion-ios-trash:before,
.ion-ios-undo-outline:before,
.ion-ios-undo:before,
.ion-ios-unlocked-outline:before,
.ion-ios-unlocked:before,
.ion-ios-upload-outline:before,
.ion-ios-upload:before,
.ion-ios-videocam-outline:before,
.ion-ios-videocam:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-wineglass-outline:before,
.ion-ios-wineglass:before,
.ion-ios-world-outline:before,
.ion-ios-world:before,
.ion-ipad:before,
.ion-iphone:before,
.ion-ipod:before,
.ion-jet:before,
.ion-key:before,
.ion-knife:before,
.ion-laptop:before,
.ion-leaf:before,
.ion-levels:before,
.ion-lightbulb:before,
.ion-link:before,
.ion-load-a:before,
.ion-load-b:before,
.ion-load-c:before,
.ion-load-d:before,
.ion-location:before,
.ion-lock-combination:before,
.ion-locked:before,
.ion-log-in:before,
.ion-log-out:before,
.ion-loop:before,
.ion-magnet:before,
.ion-male:before,
.ion-man:before,
.ion-map:before,
.ion-medkit:before,
.ion-merge:before,
.ion-mic-a:before,
.ion-mic-b:before,
.ion-mic-c:before,
.ion-minus-circled:before,
.ion-minus-round:before,
.ion-minus:before,
.ion-model-s:before,
.ion-monitor:before,
.ion-more:before,
.ion-mouse:before,
.ion-music-note:before,
.ion-navicon-round:before,
.ion-navicon:before,
.ion-navigate:before,
.ion-network:before,
.ion-no-smoking:before,
.ion-nuclear:before,
.ion-outlet:before,
.ion-paintbrush:before,
.ion-paintbucket:before,
.ion-paper-airplane:before,
.ion-paperclip:before,
.ion-pause:before,
.ion-person-add:before,
.ion-person-stalker:before,
.ion-person:before,
.ion-pie-graph:before,
.ion-pin:before,
.ion-pinpoint:before,
.ion-pizza:before,
.ion-plane:before,
.ion-planet:before,
.ion-play:before,
.ion-playstation:before,
.ion-plus-circled:before,
.ion-plus-round:before,
.ion-plus:before,
.ion-podium:before,
.ion-pound:before,
.ion-power:before,
.ion-pricetag:before,
.ion-pricetags:before,
.ion-printer:before,
.ion-pull-request:before,
.ion-qr-scanner:before,
.ion-quote:before,
.ion-radio-waves:before,
.ion-record:before,
.ion-refresh:before,
.ion-reply-all:before,
.ion-reply:before,
.ion-ribbon-a:before,
.ion-ribbon-b:before,
.ion-sad-outline:before,
.ion-sad:before,
.ion-scissors:before,
.ion-search:before,
.ion-settings:before,
.ion-share:before,
.ion-shuffle:before,
.ion-skip-backward:before,
.ion-skip-forward:before,
.ion-social-android-outline:before,
.ion-social-android:before,
.ion-social-angular-outline:before,
.ion-social-angular:before,
.ion-social-apple-outline:before,
.ion-social-apple:before,
.ion-social-bitcoin-outline:before,
.ion-social-bitcoin:before,
.ion-social-buffer-outline:before,
.ion-social-buffer:before,
.ion-social-chrome-outline:before,
.ion-social-chrome:before,
.ion-social-codepen-outline:before,
.ion-social-codepen:before,
.ion-social-css3-outline:before,
.ion-social-css3:before,
.ion-social-designernews-outline:before,
.ion-social-designernews:before,
.ion-social-dribbble-outline:before,
.ion-social-dribbble:before,
.ion-social-dropbox-outline:before,
.ion-social-dropbox:before,
.ion-social-euro-outline:before,
.ion-social-euro:before,
.ion-social-facebook-outline:before,
.ion-social-facebook:before,
.ion-social-foursquare-outline:before,
.ion-social-foursquare:before,
.ion-social-freebsd-devil:before,
.ion-social-github-outline:before,
.ion-social-github:before,
.ion-social-google-outline:before,
.ion-social-google:before,
.ion-social-googleplus-outline:before,
.ion-social-googleplus:before,
.ion-social-hackernews-outline:before,
.ion-social-hackernews:before,
.ion-social-html5-outline:before,
.ion-social-html5:before,
.ion-social-instagram-outline:before,
.ion-social-instagram:before,
.ion-social-javascript-outline:before,
.ion-social-javascript:before,
.ion-social-linkedin-outline:before,
.ion-social-linkedin:before,
.ion-social-markdown:before,
.ion-social-nodejs:before,
.ion-social-octocat:before,
.ion-social-pinterest-outline:before,
.ion-social-pinterest:before,
.ion-social-python:before,
.ion-social-reddit-outline:before,
.ion-social-reddit:before,
.ion-social-rss-outline:before,
.ion-social-rss:before,
.ion-social-sass:before,
.ion-social-skype-outline:before,
.ion-social-skype:before,
.ion-social-snapchat-outline:before,
.ion-social-snapchat:before,
.ion-social-tumblr-outline:before,
.ion-social-tumblr:before,
.ion-social-tux:before,
.ion-social-twitch-outline:before,
.ion-social-twitch:before,
.ion-social-twitter-outline:before,
.ion-social-twitter:before,
.ion-social-usd-outline:before,
.ion-social-usd:before,
.ion-social-vimeo-outline:before,
.ion-social-vimeo:before,
.ion-social-whatsapp-outline:before,
.ion-social-whatsapp:before,
.ion-social-windows-outline:before,
.ion-social-windows:before,
.ion-social-wordpress-outline:before,
.ion-social-wordpress:before,
.ion-social-yahoo-outline:before,
.ion-social-yahoo:before,
.ion-social-yen-outline:before,
.ion-social-yen:before,
.ion-social-youtube-outline:before,
.ion-social-youtube:before,
.ion-soup-can-outline:before,
.ion-soup-can:before,
.ion-speakerphone:before,
.ion-speedometer:before,
.ion-spoon:before,
.ion-star:before,
.ion-stats-bars:before,
.ion-steam:before,
.ion-stop:before,
.ion-thermometer:before,
.ion-thumbsdown:before,
.ion-thumbsup:before,
.ion-toggle-filled:before,
.ion-toggle:before,
.ion-transgender:before,
.ion-trash-a:before,
.ion-trash-b:before,
.ion-trophy:before,
.ion-tshirt-outline:before,
.ion-tshirt:before,
.ion-umbrella:before,
.ion-university:before,
.ion-unlocked:before,
.ion-upload:before,
.ion-usb:before,
.ion-videocamera:before,
.ion-volume-high:before,
.ion-volume-low:before,
.ion-volume-medium:before,
.ion-volume-mute:before,
.ion-wand:before,
.ion-waterdrop:before,
.ion-wifi:before,
.ion-wineglass:before,
.ion-woman:before,
.ion-wrench:before,
.ion-xbox:before,
.ionicons {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ion-alert:before {
  content: "\F101";
}
.ion-alert-circled:before {
  content: "\F100";
}
.ion-android-add:before {
  content: "\F2C7";
}
.ion-android-add-circle:before {
  content: "\F359";
}
.ion-android-alarm-clock:before {
  content: "\F35A";
}
.ion-android-alert:before {
  content: "\F35B";
}
.ion-android-apps:before {
  content: "\F35C";
}
.ion-android-archive:before {
  content: "\F2C9";
}
.ion-android-arrow-back:before {
  content: "\F2CA";
}
.ion-android-arrow-down:before {
  content: "\F35D";
}
.ion-android-arrow-dropdown:before {
  content: "\F35F";
}
.ion-android-arrow-dropdown-circle:before {
  content: "\F35E";
}
.ion-android-arrow-dropleft:before {
  content: "\F361";
}
.ion-android-arrow-dropleft-circle:before {
  content: "\F360";
}
.ion-android-arrow-dropright:before {
  content: "\F363";
}
.ion-android-arrow-dropright-circle:before {
  content: "\F362";
}
.ion-android-arrow-dropup:before {
  content: "\F365";
}
.ion-android-arrow-dropup-circle:before {
  content: "\F364";
}
.ion-android-arrow-forward:before {
  content: "\F30F";
}
.ion-android-arrow-up:before {
  content: "\F366";
}
.ion-android-attach:before {
  content: "\F367";
}
.ion-android-bar:before {
  content: "\F368";
}
.ion-android-bicycle:before {
  content: "\F369";
}
.ion-android-boat:before {
  content: "\F36A";
}
.ion-android-bookmark:before {
  content: "\F36B";
}
.ion-android-bulb:before {
  content: "\F36C";
}
.ion-android-bus:before {
  content: "\F36D";
}
.ion-android-calendar:before {
  content: "\F2D1";
}
.ion-android-call:before {
  content: "\F2D2";
}
.ion-android-camera:before {
  content: "\F2D3";
}
.ion-android-cancel:before {
  content: "\F36E";
}
.ion-android-car:before {
  content: "\F36F";
}
.ion-android-cart:before {
  content: "\F370";
}
.ion-android-chat:before {
  content: "\F2D4";
}
.ion-android-checkbox:before {
  content: "\F374";
}
.ion-android-checkbox-blank:before {
  content: "\F371";
}
.ion-android-checkbox-outline:before {
  content: "\F373";
}
.ion-android-checkbox-outline-blank:before {
  content: "\F372";
}
.ion-android-checkmark-circle:before {
  content: "\F375";
}
.ion-android-clipboard:before {
  content: "\F376";
}
.ion-android-close:before {
  content: "\F2D7";
}
.ion-android-cloud:before {
  content: "\F37A";
}
.ion-android-cloud-circle:before {
  content: "\F377";
}
.ion-android-cloud-done:before {
  content: "\F378";
}
.ion-android-cloud-outline:before {
  content: "\F379";
}
.ion-android-color-palette:before {
  content: "\F37B";
}
.ion-android-compass:before {
  content: "\F37C";
}
.ion-android-contact:before {
  content: "\F2D8";
}
.ion-android-contacts:before {
  content: "\F2D9";
}
.ion-android-contract:before {
  content: "\F37D";
}
.ion-android-create:before {
  content: "\F37E";
}
.ion-android-delete:before {
  content: "\F37F";
}
.ion-android-desktop:before {
  content: "\F380";
}
.ion-android-document:before {
  content: "\F381";
}
.ion-android-done:before {
  content: "\F383";
}
.ion-android-done-all:before {
  content: "\F382";
}
.ion-android-download:before {
  content: "\F2DD";
}
.ion-android-drafts:before {
  content: "\F384";
}
.ion-android-exit:before {
  content: "\F385";
}
.ion-android-expand:before {
  content: "\F386";
}
.ion-android-favorite:before {
  content: "\F388";
}
.ion-android-favorite-outline:before {
  content: "\F387";
}
.ion-android-film:before {
  content: "\F389";
}
.ion-android-folder:before {
  content: "\F2E0";
}
.ion-android-folder-open:before {
  content: "\F38A";
}
.ion-android-funnel:before {
  content: "\F38B";
}
.ion-android-globe:before {
  content: "\F38C";
}
.ion-android-hand:before {
  content: "\F2E3";
}
.ion-android-hangout:before {
  content: "\F38D";
}
.ion-android-happy:before {
  content: "\F38E";
}
.ion-android-home:before {
  content: "\F38F";
}
.ion-android-image:before {
  content: "\F2E4";
}
.ion-android-laptop:before {
  content: "\F390";
}
.ion-android-list:before {
  content: "\F391";
}
.ion-android-locate:before {
  content: "\F2E9";
}
.ion-android-lock:before {
  content: "\F392";
}
.ion-android-mail:before {
  content: "\F2EB";
}
.ion-android-map:before {
  content: "\F393";
}
.ion-android-menu:before {
  content: "\F394";
}
.ion-android-microphone:before {
  content: "\F2EC";
}
.ion-android-microphone-off:before {
  content: "\F395";
}
.ion-android-more-horizontal:before {
  content: "\F396";
}
.ion-android-more-vertical:before {
  content: "\F397";
}
.ion-android-navigate:before {
  content: "\F398";
}
.ion-android-notifications:before {
  content: "\F39B";
}
.ion-android-notifications-none:before {
  content: "\F399";
}
.ion-android-notifications-off:before {
  content: "\F39A";
}
.ion-android-open:before {
  content: "\F39C";
}
.ion-android-options:before {
  content: "\F39D";
}
.ion-android-people:before {
  content: "\F39E";
}
.ion-android-person:before {
  content: "\F3A0";
}
.ion-android-person-add:before {
  content: "\F39F";
}
.ion-android-phone-landscape:before {
  content: "\F3A1";
}
.ion-android-phone-portrait:before {
  content: "\F3A2";
}
.ion-android-pin:before {
  content: "\F3A3";
}
.ion-android-plane:before {
  content: "\F3A4";
}
.ion-android-playstore:before {
  content: "\F2F0";
}
.ion-android-print:before {
  content: "\F3A5";
}
.ion-android-radio-button-off:before {
  content: "\F3A6";
}
.ion-android-radio-button-on:before {
  content: "\F3A7";
}
.ion-android-refresh:before {
  content: "\F3A8";
}
.ion-android-remove:before {
  content: "\F2F4";
}
.ion-android-remove-circle:before {
  content: "\F3A9";
}
.ion-android-restaurant:before {
  content: "\F3AA";
}
.ion-android-sad:before {
  content: "\F3AB";
}
.ion-android-search:before {
  content: "\F2F5";
}
.ion-android-send:before {
  content: "\F2F6";
}
.ion-android-settings:before {
  content: "\F2F7";
}
.ion-android-share:before {
  content: "\F2F8";
}
.ion-android-share-alt:before {
  content: "\F3AC";
}
.ion-android-star:before {
  content: "\F2FC";
}
.ion-android-star-half:before {
  content: "\F3AD";
}
.ion-android-star-outline:before {
  content: "\F3AE";
}
.ion-android-stopwatch:before {
  content: "\F2FD";
}
.ion-android-subway:before {
  content: "\F3AF";
}
.ion-android-sunny:before {
  content: "\F3B0";
}
.ion-android-sync:before {
  content: "\F3B1";
}
.ion-android-textsms:before {
  content: "\F3B2";
}
.ion-android-time:before {
  content: "\F3B3";
}
.ion-android-train:before {
  content: "\F3B4";
}
.ion-android-unlock:before {
  content: "\F3B5";
}
.ion-android-upload:before {
  content: "\F3B6";
}
.ion-android-volume-down:before {
  content: "\F3B7";
}
.ion-android-volume-mute:before {
  content: "\F3B8";
}
.ion-android-volume-off:before {
  content: "\F3B9";
}
.ion-android-volume-up:before {
  content: "\F3BA";
}
.ion-android-walk:before {
  content: "\F3BB";
}
.ion-android-warning:before {
  content: "\F3BC";
}
.ion-android-watch:before {
  content: "\F3BD";
}
.ion-android-wifi:before {
  content: "\F305";
}
.ion-aperture:before {
  content: "\F313";
}
.ion-archive:before {
  content: "\F102";
}
.ion-arrow-down-a:before {
  content: "\F103";
}
.ion-arrow-down-b:before {
  content: "\F104";
}
.ion-arrow-down-c:before {
  content: "\F105";
}
.ion-arrow-expand:before {
  content: "\F25E";
}
.ion-arrow-graph-down-left:before {
  content: "\F25F";
}
.ion-arrow-graph-down-right:before {
  content: "\F260";
}
.ion-arrow-graph-up-left:before {
  content: "\F261";
}
.ion-arrow-graph-up-right:before {
  content: "\F262";
}
.ion-arrow-left-a:before {
  content: "\F106";
}
.ion-arrow-left-b:before {
  content: "\F107";
}
.ion-arrow-left-c:before {
  content: "\F108";
}
.ion-arrow-move:before {
  content: "\F263";
}
.ion-arrow-resize:before {
  content: "\F264";
}
.ion-arrow-return-left:before {
  content: "\F265";
}
.ion-arrow-return-right:before {
  content: "\F266";
}
.ion-arrow-right-a:before {
  content: "\F109";
}
.ion-arrow-right-b:before {
  content: "\F10A";
}
.ion-arrow-right-c:before {
  content: "\F10B";
}
.ion-arrow-shrink:before {
  content: "\F267";
}
.ion-arrow-swap:before {
  content: "\F268";
}
.ion-arrow-up-a:before {
  content: "\F10C";
}
.ion-arrow-up-b:before {
  content: "\F10D";
}
.ion-arrow-up-c:before {
  content: "\F10E";
}
.ion-asterisk:before {
  content: "\F314";
}
.ion-at:before {
  content: "\F10F";
}
.ion-backspace:before {
  content: "\F3BF";
}
.ion-backspace-outline:before {
  content: "\F3BE";
}
.ion-bag:before {
  content: "\F110";
}
.ion-battery-charging:before {
  content: "\F111";
}
.ion-battery-empty:before {
  content: "\F112";
}
.ion-battery-full:before {
  content: "\F113";
}
.ion-battery-half:before {
  content: "\F114";
}
.ion-battery-low:before {
  content: "\F115";
}
.ion-beaker:before {
  content: "\F269";
}
.ion-beer:before {
  content: "\F26A";
}
.ion-bluetooth:before {
  content: "\F116";
}
.ion-bonfire:before {
  content: "\F315";
}
.ion-bookmark:before {
  content: "\F26B";
}
.ion-bowtie:before {
  content: "\F3C0";
}
.ion-briefcase:before {
  content: "\F26C";
}
.ion-bug:before {
  content: "\F2BE";
}
.ion-calculator:before {
  content: "\F26D";
}
.ion-calendar:before {
  content: "\F117";
}
.ion-camera:before {
  content: "\F118";
}
.ion-card:before {
  content: "\F119";
}
.ion-cash:before {
  content: "\F316";
}
.ion-chatbox:before {
  content: "\F11B";
}
.ion-chatbox-working:before {
  content: "\F11A";
}
.ion-chatboxes:before {
  content: "\F11C";
}
.ion-chatbubble:before {
  content: "\F11E";
}
.ion-chatbubble-working:before {
  content: "\F11D";
}
.ion-chatbubbles:before {
  content: "\F11F";
}
.ion-checkmark:before {
  content: "\F122";
}
.ion-checkmark-circled:before {
  content: "\F120";
}
.ion-checkmark-round:before {
  content: "\F121";
}
.ion-chevron-down:before {
  content: "\F123";
}
.ion-chevron-left:before {
  content: "\F124";
}
.ion-chevron-right:before {
  content: "\F125";
}
.ion-chevron-up:before {
  content: "\F126";
}
.ion-clipboard:before {
  content: "\F127";
}
.ion-clock:before {
  content: "\F26E";
}
.ion-close:before {
  content: "\F12A";
}
.ion-close-circled:before {
  content: "\F128";
}
.ion-close-round:before {
  content: "\F129";
}
.ion-closed-captioning:before {
  content: "\F317";
}
.ion-cloud:before {
  content: "\F12B";
}
.ion-code:before {
  content: "\F271";
}
.ion-code-download:before {
  content: "\F26F";
}
.ion-code-working:before {
  content: "\F270";
}
.ion-coffee:before {
  content: "\F272";
}
.ion-compass:before {
  content: "\F273";
}
.ion-compose:before {
  content: "\F12C";
}
.ion-connection-bars:before {
  content: "\F274";
}
.ion-contrast:before {
  content: "\F275";
}
.ion-crop:before {
  content: "\F3C1";
}
.ion-cube:before {
  content: "\F318";
}
.ion-disc:before {
  content: "\F12D";
}
.ion-document:before {
  content: "\F12F";
}
.ion-document-text:before {
  content: "\F12E";
}
.ion-drag:before {
  content: "\F130";
}
.ion-earth:before {
  content: "\F276";
}
.ion-easel:before {
  content: "\F3C2";
}
.ion-edit:before {
  content: "\F2BF";
}
.ion-egg:before {
  content: "\F277";
}
.ion-eject:before {
  content: "\F131";
}
.ion-email:before {
  content: "\F132";
}
.ion-email-unread:before {
  content: "\F3C3";
}
.ion-erlenmeyer-flask:before {
  content: "\F3C5";
}
.ion-erlenmeyer-flask-bubbles:before {
  content: "\F3C4";
}
.ion-eye:before {
  content: "\F133";
}
.ion-eye-disabled:before {
  content: "\F306";
}
.ion-female:before {
  content: "\F278";
}
.ion-filing:before {
  content: "\F134";
}
.ion-film-marker:before {
  content: "\F135";
}
.ion-fireball:before {
  content: "\F319";
}
.ion-flag:before {
  content: "\F279";
}
.ion-flame:before {
  content: "\F31A";
}
.ion-flash:before {
  content: "\F137";
}
.ion-flash-off:before {
  content: "\F136";
}
.ion-folder:before {
  content: "\F139";
}
.ion-fork:before {
  content: "\F27A";
}
.ion-fork-repo:before {
  content: "\F2C0";
}
.ion-forward:before {
  content: "\F13A";
}
.ion-funnel:before {
  content: "\F31B";
}
.ion-gear-a:before {
  content: "\F13D";
}
.ion-gear-b:before {
  content: "\F13E";
}
.ion-grid:before {
  content: "\F13F";
}
.ion-hammer:before {
  content: "\F27B";
}
.ion-happy:before {
  content: "\F31C";
}
.ion-happy-outline:before {
  content: "\F3C6";
}
.ion-headphone:before {
  content: "\F140";
}
.ion-heart:before {
  content: "\F141";
}
.ion-heart-broken:before {
  content: "\F31D";
}
.ion-help:before {
  content: "\F143";
}
.ion-help-buoy:before {
  content: "\F27C";
}
.ion-help-circled:before {
  content: "\F142";
}
.ion-home:before {
  content: "\F144";
}
.ion-icecream:before {
  content: "\F27D";
}
.ion-image:before {
  content: "\F147";
}
.ion-images:before {
  content: "\F148";
}
.ion-information:before {
  content: "\F14A";
}
.ion-information-circled:before {
  content: "\F149";
}
.ion-ionic:before {
  content: "\F14B";
}
.ion-ios-alarm:before {
  content: "\F3C8";
}
.ion-ios-alarm-outline:before {
  content: "\F3C7";
}
.ion-ios-albums:before {
  content: "\F3CA";
}
.ion-ios-albums-outline:before {
  content: "\F3C9";
}
.ion-ios-americanfootball:before {
  content: "\F3CC";
}
.ion-ios-americanfootball-outline:before {
  content: "\F3CB";
}
.ion-ios-analytics:before {
  content: "\F3CE";
}
.ion-ios-analytics-outline:before {
  content: "\F3CD";
}
.ion-ios-arrow-back:before {
  content: "\F3CF";
}
.ion-ios-arrow-down:before {
  content: "\F3D0";
}
.ion-ios-arrow-forward:before {
  content: "\F3D1";
}
.ion-ios-arrow-left:before {
  content: "\F3D2";
}
.ion-ios-arrow-right:before {
  content: "\F3D3";
}
.ion-ios-arrow-thin-down:before {
  content: "\F3D4";
}
.ion-ios-arrow-thin-left:before {
  content: "\F3D5";
}
.ion-ios-arrow-thin-right:before {
  content: "\F3D6";
}
.ion-ios-arrow-thin-up:before {
  content: "\F3D7";
}
.ion-ios-arrow-up:before {
  content: "\F3D8";
}
.ion-ios-at:before {
  content: "\F3DA";
}
.ion-ios-at-outline:before {
  content: "\F3D9";
}
.ion-ios-barcode:before {
  content: "\F3DC";
}
.ion-ios-barcode-outline:before {
  content: "\F3DB";
}
.ion-ios-baseball:before {
  content: "\F3DE";
}
.ion-ios-baseball-outline:before {
  content: "\F3DD";
}
.ion-ios-basketball:before {
  content: "\F3E0";
}
.ion-ios-basketball-outline:before {
  content: "\F3DF";
}
.ion-ios-bell:before {
  content: "\F3E2";
}
.ion-ios-bell-outline:before {
  content: "\F3E1";
}
.ion-ios-body:before {
  content: "\F3E4";
}
.ion-ios-body-outline:before {
  content: "\F3E3";
}
.ion-ios-bolt:before {
  content: "\F3E6";
}
.ion-ios-bolt-outline:before {
  content: "\F3E5";
}
.ion-ios-book:before {
  content: "\F3E8";
}
.ion-ios-book-outline:before {
  content: "\F3E7";
}
.ion-ios-bookmarks:before {
  content: "\F3EA";
}
.ion-ios-bookmarks-outline:before {
  content: "\F3E9";
}
.ion-ios-box:before {
  content: "\F3EC";
}
.ion-ios-box-outline:before {
  content: "\F3EB";
}
.ion-ios-briefcase:before {
  content: "\F3EE";
}
.ion-ios-briefcase-outline:before {
  content: "\F3ED";
}
.ion-ios-browsers:before {
  content: "\F3F0";
}
.ion-ios-browsers-outline:before {
  content: "\F3EF";
}
.ion-ios-calculator:before {
  content: "\F3F2";
}
.ion-ios-calculator-outline:before {
  content: "\F3F1";
}
.ion-ios-calendar:before {
  content: "\F3F4";
}
.ion-ios-calendar-outline:before {
  content: "\F3F3";
}
.ion-ios-camera:before {
  content: "\F3F6";
}
.ion-ios-camera-outline:before {
  content: "\F3F5";
}
.ion-ios-cart:before {
  content: "\F3F8";
}
.ion-ios-cart-outline:before {
  content: "\F3F7";
}
.ion-ios-chatboxes:before {
  content: "\F3FA";
}
.ion-ios-chatboxes-outline:before {
  content: "\F3F9";
}
.ion-ios-chatbubble:before {
  content: "\F3FC";
}
.ion-ios-chatbubble-outline:before {
  content: "\F3FB";
}
.ion-ios-checkmark:before {
  content: "\F3FF";
}
.ion-ios-checkmark-empty:before {
  content: "\F3FD";
}
.ion-ios-checkmark-outline:before {
  content: "\F3FE";
}
.ion-ios-circle-filled:before {
  content: "\F400";
}
.ion-ios-circle-outline:before {
  content: "\F401";
}
.ion-ios-clock:before {
  content: "\F403";
}
.ion-ios-clock-outline:before {
  content: "\F402";
}
.ion-ios-close:before {
  content: "\F406";
}
.ion-ios-close-empty:before {
  content: "\F404";
}
.ion-ios-close-outline:before {
  content: "\F405";
}
.ion-ios-cloud:before {
  content: "\F40C";
}
.ion-ios-cloud-download:before {
  content: "\F408";
}
.ion-ios-cloud-download-outline:before {
  content: "\F407";
}
.ion-ios-cloud-outline:before {
  content: "\F409";
}
.ion-ios-cloud-upload:before {
  content: "\F40B";
}
.ion-ios-cloud-upload-outline:before {
  content: "\F40A";
}
.ion-ios-cloudy:before {
  content: "\F410";
}
.ion-ios-cloudy-night:before {
  content: "\F40E";
}
.ion-ios-cloudy-night-outline:before {
  content: "\F40D";
}
.ion-ios-cloudy-outline:before {
  content: "\F40F";
}
.ion-ios-cog:before {
  content: "\F412";
}
.ion-ios-cog-outline:before {
  content: "\F411";
}
.ion-ios-color-filter:before {
  content: "\F414";
}
.ion-ios-color-filter-outline:before {
  content: "\F413";
}
.ion-ios-color-wand:before {
  content: "\F416";
}
.ion-ios-color-wand-outline:before {
  content: "\F415";
}
.ion-ios-compose:before {
  content: "\F418";
}
.ion-ios-compose-outline:before {
  content: "\F417";
}
.ion-ios-contact:before {
  content: "\F41A";
}
.ion-ios-contact-outline:before {
  content: "\F419";
}
.ion-ios-copy:before {
  content: "\F41C";
}
.ion-ios-copy-outline:before {
  content: "\F41B";
}
.ion-ios-crop:before {
  content: "\F41E";
}
.ion-ios-crop-strong:before {
  content: "\F41D";
}
.ion-ios-download:before {
  content: "\F420";
}
.ion-ios-download-outline:before {
  content: "\F41F";
}
.ion-ios-drag:before {
  content: "\F421";
}
.ion-ios-email:before {
  content: "\F423";
}
.ion-ios-email-outline:before {
  content: "\F422";
}
.ion-ios-eye:before {
  content: "\F425";
}
.ion-ios-eye-outline:before {
  content: "\F424";
}
.ion-ios-fastforward:before {
  content: "\F427";
}
.ion-ios-fastforward-outline:before {
  content: "\F426";
}
.ion-ios-filing:before {
  content: "\F429";
}
.ion-ios-filing-outline:before {
  content: "\F428";
}
.ion-ios-film:before {
  content: "\F42B";
}
.ion-ios-film-outline:before {
  content: "\F42A";
}
.ion-ios-flag:before {
  content: "\F42D";
}
.ion-ios-flag-outline:before {
  content: "\F42C";
}
.ion-ios-flame:before {
  content: "\F42F";
}
.ion-ios-flame-outline:before {
  content: "\F42E";
}
.ion-ios-flask:before {
  content: "\F431";
}
.ion-ios-flask-outline:before {
  content: "\F430";
}
.ion-ios-flower:before {
  content: "\F433";
}
.ion-ios-flower-outline:before {
  content: "\F432";
}
.ion-ios-folder:before {
  content: "\F435";
}
.ion-ios-folder-outline:before {
  content: "\F434";
}
.ion-ios-football:before {
  content: "\F437";
}
.ion-ios-football-outline:before {
  content: "\F436";
}
.ion-ios-game-controller-a:before {
  content: "\F439";
}
.ion-ios-game-controller-a-outline:before {
  content: "\F438";
}
.ion-ios-game-controller-b:before {
  content: "\F43B";
}
.ion-ios-game-controller-b-outline:before {
  content: "\F43A";
}
.ion-ios-gear:before {
  content: "\F43D";
}
.ion-ios-gear-outline:before {
  content: "\F43C";
}
.ion-ios-glasses:before {
  content: "\F43F";
}
.ion-ios-glasses-outline:before {
  content: "\F43E";
}
.ion-ios-grid-view:before {
  content: "\F441";
}
.ion-ios-grid-view-outline:before {
  content: "\F440";
}
.ion-ios-heart:before {
  content: "\F443";
}
.ion-ios-heart-outline:before {
  content: "\F442";
}
.ion-ios-help:before {
  content: "\F446";
}
.ion-ios-help-empty:before {
  content: "\F444";
}
.ion-ios-help-outline:before {
  content: "\F445";
}
.ion-ios-home:before {
  content: "\F448";
}
.ion-ios-home-outline:before {
  content: "\F447";
}
.ion-ios-infinite:before {
  content: "\F44A";
}
.ion-ios-infinite-outline:before {
  content: "\F449";
}
.ion-ios-information:before {
  content: "\F44D";
}
.ion-ios-information-empty:before {
  content: "\F44B";
}
.ion-ios-information-outline:before {
  content: "\F44C";
}
.ion-ios-ionic-outline:before {
  content: "\F44E";
}
.ion-ios-keypad:before {
  content: "\F450";
}
.ion-ios-keypad-outline:before {
  content: "\F44F";
}
.ion-ios-lightbulb:before {
  content: "\F452";
}
.ion-ios-lightbulb-outline:before {
  content: "\F451";
}
.ion-ios-list:before {
  content: "\F454";
}
.ion-ios-list-outline:before {
  content: "\F453";
}
.ion-ios-location:before {
  content: "\F456";
}
.ion-ios-location-outline:before {
  content: "\F455";
}
.ion-ios-locked:before {
  content: "\F458";
}
.ion-ios-locked-outline:before {
  content: "\F457";
}
.ion-ios-loop:before {
  content: "\F45A";
}
.ion-ios-loop-strong:before {
  content: "\F459";
}
.ion-ios-medical:before {
  content: "\F45C";
}
.ion-ios-medical-outline:before {
  content: "\F45B";
}
.ion-ios-medkit:before {
  content: "\F45E";
}
.ion-ios-medkit-outline:before {
  content: "\F45D";
}
.ion-ios-mic:before {
  content: "\F461";
}
.ion-ios-mic-off:before {
  content: "\F45F";
}
.ion-ios-mic-outline:before {
  content: "\F460";
}
.ion-ios-minus:before {
  content: "\F464";
}
.ion-ios-minus-empty:before {
  content: "\F462";
}
.ion-ios-minus-outline:before {
  content: "\F463";
}
.ion-ios-monitor:before {
  content: "\F466";
}
.ion-ios-monitor-outline:before {
  content: "\F465";
}
.ion-ios-moon:before {
  content: "\F468";
}
.ion-ios-moon-outline:before {
  content: "\F467";
}
.ion-ios-more:before {
  content: "\F46A";
}
.ion-ios-more-outline:before {
  content: "\F469";
}
.ion-ios-musical-note:before {
  content: "\F46B";
}
.ion-ios-musical-notes:before {
  content: "\F46C";
}
.ion-ios-navigate:before {
  content: "\F46E";
}
.ion-ios-navigate-outline:before {
  content: "\F46D";
}
.ion-ios-nutrition:before {
  content: "\F470";
}
.ion-ios-nutrition-outline:before {
  content: "\F46F";
}
.ion-ios-paper:before {
  content: "\F472";
}
.ion-ios-paper-outline:before {
  content: "\F471";
}
.ion-ios-paperplane:before {
  content: "\F474";
}
.ion-ios-paperplane-outline:before {
  content: "\F473";
}
.ion-ios-partlysunny:before {
  content: "\F476";
}
.ion-ios-partlysunny-outline:before {
  content: "\F475";
}
.ion-ios-pause:before {
  content: "\F478";
}
.ion-ios-pause-outline:before {
  content: "\F477";
}
.ion-ios-paw:before {
  content: "\F47A";
}
.ion-ios-paw-outline:before {
  content: "\F479";
}
.ion-ios-people:before {
  content: "\F47C";
}
.ion-ios-people-outline:before {
  content: "\F47B";
}
.ion-ios-person:before {
  content: "\F47E";
}
.ion-ios-person-outline:before {
  content: "\F47D";
}
.ion-ios-personadd:before {
  content: "\F480";
}
.ion-ios-personadd-outline:before {
  content: "\F47F";
}
.ion-ios-photos:before {
  content: "\F482";
}
.ion-ios-photos-outline:before {
  content: "\F481";
}
.ion-ios-pie:before {
  content: "\F484";
}
.ion-ios-pie-outline:before {
  content: "\F483";
}
.ion-ios-pint:before {
  content: "\F486";
}
.ion-ios-pint-outline:before {
  content: "\F485";
}
.ion-ios-play:before {
  content: "\F488";
}
.ion-ios-play-outline:before {
  content: "\F487";
}
.ion-ios-plus:before {
  content: "\F48B";
}
.ion-ios-plus-empty:before {
  content: "\F489";
}
.ion-ios-plus-outline:before {
  content: "\F48A";
}
.ion-ios-pricetag:before {
  content: "\F48D";
}
.ion-ios-pricetag-outline:before {
  content: "\F48C";
}
.ion-ios-pricetags:before {
  content: "\F48F";
}
.ion-ios-pricetags-outline:before {
  content: "\F48E";
}
.ion-ios-printer:before {
  content: "\F491";
}
.ion-ios-printer-outline:before {
  content: "\F490";
}
.ion-ios-pulse:before {
  content: "\F493";
}
.ion-ios-pulse-strong:before {
  content: "\F492";
}
.ion-ios-rainy:before {
  content: "\F495";
}
.ion-ios-rainy-outline:before {
  content: "\F494";
}
.ion-ios-recording:before {
  content: "\F497";
}
.ion-ios-recording-outline:before {
  content: "\F496";
}
.ion-ios-redo:before {
  content: "\F499";
}
.ion-ios-redo-outline:before {
  content: "\F498";
}
.ion-ios-refresh:before {
  content: "\F49C";
}
.ion-ios-refresh-empty:before {
  content: "\F49A";
}
.ion-ios-refresh-outline:before {
  content: "\F49B";
}
.ion-ios-reload:before {
  content: "\F49D";
}
.ion-ios-reverse-camera:before {
  content: "\F49F";
}
.ion-ios-reverse-camera-outline:before {
  content: "\F49E";
}
.ion-ios-rewind:before {
  content: "\F4A1";
}
.ion-ios-rewind-outline:before {
  content: "\F4A0";
}
.ion-ios-rose:before {
  content: "\F4A3";
}
.ion-ios-rose-outline:before {
  content: "\F4A2";
}
.ion-ios-search:before {
  content: "\F4A5";
}
.ion-ios-search-strong:before {
  content: "\F4A4";
}
.ion-ios-settings:before {
  content: "\F4A7";
}
.ion-ios-settings-strong:before {
  content: "\F4A6";
}
.ion-ios-shuffle:before {
  content: "\F4A9";
}
.ion-ios-shuffle-strong:before {
  content: "\F4A8";
}
.ion-ios-skipbackward:before {
  content: "\F4AB";
}
.ion-ios-skipbackward-outline:before {
  content: "\F4AA";
}
.ion-ios-skipforward:before {
  content: "\F4AD";
}
.ion-ios-skipforward-outline:before {
  content: "\F4AC";
}
.ion-ios-snowy:before {
  content: "\F4AE";
}
.ion-ios-speedometer:before {
  content: "\F4B0";
}
.ion-ios-speedometer-outline:before {
  content: "\F4AF";
}
.ion-ios-star:before {
  content: "\F4B3";
}
.ion-ios-star-half:before {
  content: "\F4B1";
}
.ion-ios-star-outline:before {
  content: "\F4B2";
}
.ion-ios-stopwatch:before {
  content: "\F4B5";
}
.ion-ios-stopwatch-outline:before {
  content: "\F4B4";
}
.ion-ios-sunny:before {
  content: "\F4B7";
}
.ion-ios-sunny-outline:before {
  content: "\F4B6";
}
.ion-ios-telephone:before {
  content: "\F4B9";
}
.ion-ios-telephone-outline:before {
  content: "\F4B8";
}
.ion-ios-tennisball:before {
  content: "\F4BB";
}
.ion-ios-tennisball-outline:before {
  content: "\F4BA";
}
.ion-ios-thunderstorm:before {
  content: "\F4BD";
}
.ion-ios-thunderstorm-outline:before {
  content: "\F4BC";
}
.ion-ios-time:before {
  content: "\F4BF";
}
.ion-ios-time-outline:before {
  content: "\F4BE";
}
.ion-ios-timer:before {
  content: "\F4C1";
}
.ion-ios-timer-outline:before {
  content: "\F4C0";
}
.ion-ios-toggle:before {
  content: "\F4C3";
}
.ion-ios-toggle-outline:before {
  content: "\F4C2";
}
.ion-ios-trash:before {
  content: "\F4C5";
}
.ion-ios-trash-outline:before {
  content: "\F4C4";
}
.ion-ios-undo:before {
  content: "\F4C7";
}
.ion-ios-undo-outline:before {
  content: "\F4C6";
}
.ion-ios-unlocked:before {
  content: "\F4C9";
}
.ion-ios-unlocked-outline:before {
  content: "\F4C8";
}
.ion-ios-upload:before {
  content: "\F4CB";
}
.ion-ios-upload-outline:before {
  content: "\F4CA";
}
.ion-ios-videocam:before {
  content: "\F4CD";
}
.ion-ios-videocam-outline:before {
  content: "\F4CC";
}
.ion-ios-volume-high:before {
  content: "\F4CE";
}
.ion-ios-volume-low:before {
  content: "\F4CF";
}
.ion-ios-wineglass:before {
  content: "\F4D1";
}
.ion-ios-wineglass-outline:before {
  content: "\F4D0";
}
.ion-ios-world:before {
  content: "\F4D3";
}
.ion-ios-world-outline:before {
  content: "\F4D2";
}
.ion-ipad:before {
  content: "\F1F9";
}
.ion-iphone:before {
  content: "\F1FA";
}
.ion-ipod:before {
  content: "\F1FB";
}
.ion-jet:before {
  content: "\F295";
}
.ion-key:before {
  content: "\F296";
}
.ion-knife:before {
  content: "\F297";
}
.ion-laptop:before {
  content: "\F1FC";
}
.ion-leaf:before {
  content: "\F1FD";
}
.ion-levels:before {
  content: "\F298";
}
.ion-lightbulb:before {
  content: "\F299";
}
.ion-link:before {
  content: "\F1FE";
}
.ion-load-a:before {
  content: "\F29A";
}
.ion-load-b:before {
  content: "\F29B";
}
.ion-load-c:before {
  content: "\F29C";
}
.ion-load-d:before {
  content: "\F29D";
}
.ion-location:before {
  content: "\F1FF";
}
.ion-lock-combination:before {
  content: "\F4D4";
}
.ion-locked:before {
  content: "\F200";
}
.ion-log-in:before {
  content: "\F29E";
}
.ion-log-out:before {
  content: "\F29F";
}
.ion-loop:before {
  content: "\F201";
}
.ion-magnet:before {
  content: "\F2A0";
}
.ion-male:before {
  content: "\F2A1";
}
.ion-man:before {
  content: "\F202";
}
.ion-map:before {
  content: "\F203";
}
.ion-medkit:before {
  content: "\F2A2";
}
.ion-merge:before {
  content: "\F33F";
}
.ion-mic-a:before {
  content: "\F204";
}
.ion-mic-b:before {
  content: "\F205";
}
.ion-mic-c:before {
  content: "\F206";
}
.ion-minus:before {
  content: "\F209";
}
.ion-minus-circled:before {
  content: "\F207";
}
.ion-minus-round:before {
  content: "\F208";
}
.ion-model-s:before {
  content: "\F2C1";
}
.ion-monitor:before {
  content: "\F20A";
}
.ion-more:before {
  content: "\F20B";
}
.ion-mouse:before {
  content: "\F340";
}
.ion-music-note:before {
  content: "\F20C";
}
.ion-navicon:before {
  content: "\F20E";
}
.ion-navicon-round:before {
  content: "\F20D";
}
.ion-navigate:before {
  content: "\F2A3";
}
.ion-network:before {
  content: "\F341";
}
.ion-no-smoking:before {
  content: "\F2C2";
}
.ion-nuclear:before {
  content: "\F2A4";
}
.ion-outlet:before {
  content: "\F342";
}
.ion-paintbrush:before {
  content: "\F4D5";
}
.ion-paintbucket:before {
  content: "\F4D6";
}
.ion-paper-airplane:before {
  content: "\F2C3";
}
.ion-paperclip:before {
  content: "\F20F";
}
.ion-pause:before {
  content: "\F210";
}
.ion-person:before {
  content: "\F213";
}
.ion-person-add:before {
  content: "\F211";
}
.ion-person-stalker:before {
  content: "\F212";
}
.ion-pie-graph:before {
  content: "\F2A5";
}
.ion-pin:before {
  content: "\F2A6";
}
.ion-pinpoint:before {
  content: "\F2A7";
}
.ion-pizza:before {
  content: "\F2A8";
}
.ion-plane:before {
  content: "\F214";
}
.ion-planet:before {
  content: "\F343";
}
.ion-play:before {
  content: "\F215";
}
.ion-playstation:before {
  content: "\F30A";
}
.ion-plus:before {
  content: "\F218";
}
.ion-plus-circled:before {
  content: "\F216";
}
.ion-plus-round:before {
  content: "\F217";
}
.ion-podium:before {
  content: "\F344";
}
.ion-pound:before {
  content: "\F219";
}
.ion-power:before {
  content: "\F2A9";
}
.ion-pricetag:before {
  content: "\F2AA";
}
.ion-pricetags:before {
  content: "\F2AB";
}
.ion-printer:before {
  content: "\F21A";
}
.ion-pull-request:before {
  content: "\F345";
}
.ion-qr-scanner:before {
  content: "\F346";
}
.ion-quote:before {
  content: "\F347";
}
.ion-radio-waves:before {
  content: "\F2AC";
}
.ion-record:before {
  content: "\F21B";
}
.ion-refresh:before {
  content: "\F21C";
}
.ion-reply:before {
  content: "\F21E";
}
.ion-reply-all:before {
  content: "\F21D";
}
.ion-ribbon-a:before {
  content: "\F348";
}
.ion-ribbon-b:before {
  content: "\F349";
}
.ion-sad:before {
  content: "\F34A";
}
.ion-sad-outline:before {
  content: "\F4D7";
}
.ion-scissors:before {
  content: "\F34B";
}
.ion-search:before {
  content: "\F21F";
}
.ion-settings:before {
  content: "\F2AD";
}
.ion-share:before {
  content: "\F220";
}
.ion-shuffle:before {
  content: "\F221";
}
.ion-skip-backward:before {
  content: "\F222";
}
.ion-skip-forward:before {
  content: "\F223";
}
.ion-social-android:before {
  content: "\F225";
}
.ion-social-android-outline:before {
  content: "\F224";
}
.ion-social-angular:before {
  content: "\F4D9";
}
.ion-social-angular-outline:before {
  content: "\F4D8";
}
.ion-social-apple:before {
  content: "\F227";
}
.ion-social-apple-outline:before {
  content: "\F226";
}
.ion-social-bitcoin:before {
  content: "\F2AF";
}
.ion-social-bitcoin-outline:before {
  content: "\F2AE";
}
.ion-social-buffer:before {
  content: "\F229";
}
.ion-social-buffer-outline:before {
  content: "\F228";
}
.ion-social-chrome:before {
  content: "\F4DB";
}
.ion-social-chrome-outline:before {
  content: "\F4DA";
}
.ion-social-codepen:before {
  content: "\F4DD";
}
.ion-social-codepen-outline:before {
  content: "\F4DC";
}
.ion-social-css3:before {
  content: "\F4DF";
}
.ion-social-css3-outline:before {
  content: "\F4DE";
}
.ion-social-designernews:before {
  content: "\F22B";
}
.ion-social-designernews-outline:before {
  content: "\F22A";
}
.ion-social-dribbble:before {
  content: "\F22D";
}
.ion-social-dribbble-outline:before {
  content: "\F22C";
}
.ion-social-dropbox:before {
  content: "\F22F";
}
.ion-social-dropbox-outline:before {
  content: "\F22E";
}
.ion-social-euro:before {
  content: "\F4E1";
}
.ion-social-euro-outline:before {
  content: "\F4E0";
}
.ion-social-facebook:before {
  content: "\F231";
}
.ion-social-facebook-outline:before {
  content: "\F230";
}
.ion-social-foursquare:before {
  content: "\F34D";
}
.ion-social-foursquare-outline:before {
  content: "\F34C";
}
.ion-social-freebsd-devil:before {
  content: "\F2C4";
}
.ion-social-github:before {
  content: "\F233";
}
.ion-social-github-outline:before {
  content: "\F232";
}
.ion-social-google:before {
  content: "\F34F";
}
.ion-social-google-outline:before {
  content: "\F34E";
}
.ion-social-googleplus:before {
  content: "\F235";
}
.ion-social-googleplus-outline:before {
  content: "\F234";
}
.ion-social-hackernews:before {
  content: "\F237";
}
.ion-social-hackernews-outline:before {
  content: "\F236";
}
.ion-social-html5:before {
  content: "\F4E3";
}
.ion-social-html5-outline:before {
  content: "\F4E2";
}
.ion-social-instagram:before {
  content: "\F351";
}
.ion-social-instagram-outline:before {
  content: "\F350";
}
.ion-social-javascript:before {
  content: "\F4E5";
}
.ion-social-javascript-outline:before {
  content: "\F4E4";
}
.ion-social-linkedin:before {
  content: "\F239";
}
.ion-social-linkedin-outline:before {
  content: "\F238";
}
.ion-social-markdown:before {
  content: "\F4E6";
}
.ion-social-nodejs:before {
  content: "\F4E7";
}
.ion-social-octocat:before {
  content: "\F4E8";
}
.ion-social-pinterest:before {
  content: "\F2B1";
}
.ion-social-pinterest-outline:before {
  content: "\F2B0";
}
.ion-social-python:before {
  content: "\F4E9";
}
.ion-social-reddit:before {
  content: "\F23B";
}
.ion-social-reddit-outline:before {
  content: "\F23A";
}
.ion-social-rss:before {
  content: "\F23D";
}
.ion-social-rss-outline:before {
  content: "\F23C";
}
.ion-social-sass:before {
  content: "\F4EA";
}
.ion-social-skype:before {
  content: "\F23F";
}
.ion-social-skype-outline:before {
  content: "\F23E";
}
.ion-social-snapchat:before {
  content: "\F4EC";
}
.ion-social-snapchat-outline:before {
  content: "\F4EB";
}
.ion-social-tumblr:before {
  content: "\F241";
}
.ion-social-tumblr-outline:before {
  content: "\F240";
}
.ion-social-tux:before {
  content: "\F2C5";
}
.ion-social-twitch:before {
  content: "\F4EE";
}
.ion-social-twitch-outline:before {
  content: "\F4ED";
}
.ion-social-twitter:before {
  content: "\F243";
}
.ion-social-twitter-outline:before {
  content: "\F242";
}
.ion-social-usd:before {
  content: "\F353";
}
.ion-social-usd-outline:before {
  content: "\F352";
}
.ion-social-vimeo:before {
  content: "\F245";
}
.ion-social-vimeo-outline:before {
  content: "\F244";
}
.ion-social-whatsapp:before {
  content: "\F4F0";
}
.ion-social-whatsapp-outline:before {
  content: "\F4EF";
}
.ion-social-windows:before {
  content: "\F247";
}
.ion-social-windows-outline:before {
  content: "\F246";
}
.ion-social-wordpress:before {
  content: "\F249";
}
.ion-social-wordpress-outline:before {
  content: "\F248";
}
.ion-social-yahoo:before {
  content: "\F24B";
}
.ion-social-yahoo-outline:before {
  content: "\F24A";
}
.ion-social-yen:before {
  content: "\F4F2";
}
.ion-social-yen-outline:before {
  content: "\F4F1";
}
.ion-social-youtube:before {
  content: "\F24D";
}
.ion-social-youtube-outline:before {
  content: "\F24C";
}
.ion-soup-can:before {
  content: "\F4F4";
}
.ion-soup-can-outline:before {
  content: "\F4F3";
}
.ion-speakerphone:before {
  content: "\F2B2";
}
.ion-speedometer:before {
  content: "\F2B3";
}
.ion-spoon:before {
  content: "\F2B4";
}
.ion-star:before {
  content: "\F24E";
}
.ion-stats-bars:before {
  content: "\F2B5";
}
.ion-steam:before {
  content: "\F30B";
}
.ion-stop:before {
  content: "\F24F";
}
.ion-thermometer:before {
  content: "\F2B6";
}
.ion-thumbsdown:before {
  content: "\F250";
}
.ion-thumbsup:before {
  content: "\F251";
}
.ion-toggle:before {
  content: "\F355";
}
.ion-toggle-filled:before {
  content: "\F354";
}
.ion-transgender:before {
  content: "\F4F5";
}
.ion-trash-a:before {
  content: "\F252";
}
.ion-trash-b:before {
  content: "\F253";
}
.ion-trophy:before {
  content: "\F356";
}
.ion-tshirt:before {
  content: "\F4F7";
}
.ion-tshirt-outline:before {
  content: "\F4F6";
}
.ion-umbrella:before {
  content: "\F2B7";
}
.ion-university:before {
  content: "\F357";
}
.ion-unlocked:before {
  content: "\F254";
}
.ion-upload:before {
  content: "\F255";
}
.ion-usb:before {
  content: "\F2B8";
}
.ion-videocamera:before {
  content: "\F256";
}
.ion-volume-high:before {
  content: "\F257";
}
.ion-volume-low:before {
  content: "\F258";
}
.ion-volume-medium:before {
  content: "\F259";
}
.ion-volume-mute:before {
  content: "\F25A";
}
.ion-wand:before {
  content: "\F358";
}
.ion-waterdrop:before {
  content: "\F25B";
}
.ion-wifi:before {
  content: "\F25C";
}
.ion-wineglass:before {
  content: "\F2B9";
}
.ion-woman:before {
  content: "\F25D";
}
.ion-wrench:before {
  content: "\F2BA";
}
.ion-xbox:before {
  content: "\F30C";
}
@font-face {
  font-family: themify;
  src: url(/fonts/themify.eot?2c454669bdf3aebf32a1bd8ac1e0d2d6);
  src: url(/fonts/themify.eot?2c454669bdf3aebf32a1bd8ac1e0d2d6?#iefix-fvbane) format("embedded-opentype"), url(/fonts/themify.woff?a1ecc3b826d01251edddf29c3e4e1e97) format("woff"),
      url(/fonts/themify.ttf?e23a7dcaefbde4e74e263247aa42ecd7) format("truetype"), url(/fonts/themify.svg?cba68f986e60df8c74f4a53c3e39595c#themify) format("svg");
  font-weight: 400;
  font-style: normal;
}
[class*=" ti-"],
[class^="ti-"] {
  font-family: themify;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ti-wand:before {
  content: "\E600";
}
.ti-volume:before {
  content: "\E601";
}
.ti-user:before {
  content: "\E602";
}
.ti-unlock:before {
  content: "\E603";
}
.ti-unlink:before {
  content: "\E604";
}
.ti-trash:before {
  content: "\E605";
}
.ti-thought:before {
  content: "\E606";
}
.ti-target:before {
  content: "\E607";
}
.ti-tag:before {
  content: "\E608";
}
.ti-tablet:before {
  content: "\E609";
}
.ti-star:before {
  content: "\E60A";
}
.ti-spray:before {
  content: "\E60B";
}
.ti-signal:before {
  content: "\E60C";
}
.ti-shopping-cart:before {
  content: "\E60D";
}
.ti-shopping-cart-full:before {
  content: "\E60E";
}
.ti-settings:before {
  content: "\E60F";
}
.ti-search:before {
  content: "\E610";
}
.ti-zoom-in:before {
  content: "\E611";
}
.ti-zoom-out:before {
  content: "\E612";
}
.ti-cut:before {
  content: "\E613";
}
.ti-ruler:before {
  content: "\E614";
}
.ti-ruler-pencil:before {
  content: "\E615";
}
.ti-ruler-alt:before {
  content: "\E616";
}
.ti-bookmark:before {
  content: "\E617";
}
.ti-bookmark-alt:before {
  content: "\E618";
}
.ti-reload:before {
  content: "\E619";
}
.ti-plus:before {
  content: "\E61A";
}
.ti-pin:before {
  content: "\E61B";
}
.ti-pencil:before {
  content: "\E61C";
}
.ti-pencil-alt:before {
  content: "\E61D";
}
.ti-paint-roller:before {
  content: "\E61E";
}
.ti-paint-bucket:before {
  content: "\E61F";
}
.ti-na:before {
  content: "\E620";
}
.ti-mobile:before {
  content: "\E621";
}
.ti-minus:before {
  content: "\E622";
}
.ti-medall:before {
  content: "\E623";
}
.ti-medall-alt:before {
  content: "\E624";
}
.ti-marker:before {
  content: "\E625";
}
.ti-marker-alt:before {
  content: "\E626";
}
.ti-arrow-up:before {
  content: "\E627";
}
.ti-arrow-right:before {
  content: "\E628";
}
.ti-arrow-left:before {
  content: "\E629";
}
.ti-arrow-down:before {
  content: "\E62A";
}
.ti-lock:before {
  content: "\E62B";
}
.ti-location-arrow:before {
  content: "\E62C";
}
.ti-link:before {
  content: "\E62D";
}
.ti-layout:before {
  content: "\E62E";
}
.ti-layers:before {
  content: "\E62F";
}
.ti-layers-alt:before {
  content: "\E630";
}
.ti-key:before {
  content: "\E631";
}
.ti-import:before {
  content: "\E632";
}
.ti-image:before {
  content: "\E633";
}
.ti-heart:before {
  content: "\E634";
}
.ti-heart-broken:before {
  content: "\E635";
}
.ti-hand-stop:before {
  content: "\E636";
}
.ti-hand-open:before {
  content: "\E637";
}
.ti-hand-drag:before {
  content: "\E638";
}
.ti-folder:before {
  content: "\E639";
}
.ti-flag:before {
  content: "\E63A";
}
.ti-flag-alt:before {
  content: "\E63B";
}
.ti-flag-alt-2:before {
  content: "\E63C";
}
.ti-eye:before {
  content: "\E63D";
}
.ti-export:before {
  content: "\E63E";
}
.ti-exchange-vertical:before {
  content: "\E63F";
}
.ti-desktop:before {
  content: "\E640";
}
.ti-cup:before {
  content: "\E641";
}
.ti-crown:before {
  content: "\E642";
}
.ti-comments:before {
  content: "\E643";
}
.ti-comment:before {
  content: "\E644";
}
.ti-comment-alt:before {
  content: "\E645";
}
.ti-close:before {
  content: "\E646";
}
.ti-clip:before {
  content: "\E647";
}
.ti-angle-up:before {
  content: "\E648";
}
.ti-angle-right:before {
  content: "\E649";
}
.ti-angle-left:before {
  content: "\E64A";
}
.ti-angle-down:before {
  content: "\E64B";
}
.ti-check:before {
  content: "\E64C";
}
.ti-check-box:before {
  content: "\E64D";
}
.ti-camera:before {
  content: "\E64E";
}
.ti-announcement:before {
  content: "\E64F";
}
.ti-brush:before {
  content: "\E650";
}
.ti-briefcase:before {
  content: "\E651";
}
.ti-bolt:before {
  content: "\E652";
}
.ti-bolt-alt:before {
  content: "\E653";
}
.ti-blackboard:before {
  content: "\E654";
}
.ti-bag:before {
  content: "\E655";
}
.ti-move:before {
  content: "\E656";
}
.ti-arrows-vertical:before {
  content: "\E657";
}
.ti-arrows-horizontal:before {
  content: "\E658";
}
.ti-fullscreen:before {
  content: "\E659";
}
.ti-arrow-top-right:before {
  content: "\E65A";
}
.ti-arrow-top-left:before {
  content: "\E65B";
}
.ti-arrow-circle-up:before {
  content: "\E65C";
}
.ti-arrow-circle-right:before {
  content: "\E65D";
}
.ti-arrow-circle-left:before {
  content: "\E65E";
}
.ti-arrow-circle-down:before {
  content: "\E65F";
}
.ti-angle-double-up:before {
  content: "\E660";
}
.ti-angle-double-right:before {
  content: "\E661";
}
.ti-angle-double-left:before {
  content: "\E662";
}
.ti-angle-double-down:before {
  content: "\E663";
}
.ti-zip:before {
  content: "\E664";
}
.ti-world:before {
  content: "\E665";
}
.ti-wheelchair:before {
  content: "\E666";
}
.ti-view-list:before {
  content: "\E667";
}
.ti-view-list-alt:before {
  content: "\E668";
}
.ti-view-grid:before {
  content: "\E669";
}
.ti-uppercase:before {
  content: "\E66A";
}
.ti-upload:before {
  content: "\E66B";
}
.ti-underline:before {
  content: "\E66C";
}
.ti-truck:before {
  content: "\E66D";
}
.ti-timer:before {
  content: "\E66E";
}
.ti-ticket:before {
  content: "\E66F";
}
.ti-thumb-up:before {
  content: "\E670";
}
.ti-thumb-down:before {
  content: "\E671";
}
.ti-text:before {
  content: "\E672";
}
.ti-stats-up:before {
  content: "\E673";
}
.ti-stats-down:before {
  content: "\E674";
}
.ti-split-v:before {
  content: "\E675";
}
.ti-split-h:before {
  content: "\E676";
}
.ti-smallcap:before {
  content: "\E677";
}
.ti-shine:before {
  content: "\E678";
}
.ti-shift-right:before {
  content: "\E679";
}
.ti-shift-left:before {
  content: "\E67A";
}
.ti-shield:before {
  content: "\E67B";
}
.ti-notepad:before {
  content: "\E67C";
}
.ti-server:before {
  content: "\E67D";
}
.ti-quote-right:before {
  content: "\E67E";
}
.ti-quote-left:before {
  content: "\E67F";
}
.ti-pulse:before {
  content: "\E680";
}
.ti-printer:before {
  content: "\E681";
}
.ti-power-off:before {
  content: "\E682";
}
.ti-plug:before {
  content: "\E683";
}
.ti-pie-chart:before {
  content: "\E684";
}
.ti-paragraph:before {
  content: "\E685";
}
.ti-panel:before {
  content: "\E686";
}
.ti-package:before {
  content: "\E687";
}
.ti-music:before {
  content: "\E688";
}
.ti-music-alt:before {
  content: "\E689";
}
.ti-mouse:before {
  content: "\E68A";
}
.ti-mouse-alt:before {
  content: "\E68B";
}
.ti-money:before {
  content: "\E68C";
}
.ti-microphone:before {
  content: "\E68D";
}
.ti-menu:before {
  content: "\E68E";
}
.ti-menu-alt:before {
  content: "\E68F";
}
.ti-map:before {
  content: "\E690";
}
.ti-map-alt:before {
  content: "\E691";
}
.ti-loop:before {
  content: "\E692";
}
.ti-location-pin:before {
  content: "\E693";
}
.ti-list:before {
  content: "\E694";
}
.ti-light-bulb:before {
  content: "\E695";
}
.ti-Italic:before {
  content: "\E696";
}
.ti-info:before {
  content: "\E697";
}
.ti-infinite:before {
  content: "\E698";
}
.ti-id-badge:before {
  content: "\E699";
}
.ti-hummer:before {
  content: "\E69A";
}
.ti-home:before {
  content: "\E69B";
}
.ti-help:before {
  content: "\E69C";
}
.ti-headphone:before {
  content: "\E69D";
}
.ti-harddrives:before {
  content: "\E69E";
}
.ti-harddrive:before {
  content: "\E69F";
}
.ti-gift:before {
  content: "\E6A0";
}
.ti-game:before {
  content: "\E6A1";
}
.ti-filter:before {
  content: "\E6A2";
}
.ti-files:before {
  content: "\E6A3";
}
.ti-file:before {
  content: "\E6A4";
}
.ti-eraser:before {
  content: "\E6A5";
}
.ti-envelope:before {
  content: "\E6A6";
}
.ti-download:before {
  content: "\E6A7";
}
.ti-direction:before {
  content: "\E6A8";
}
.ti-direction-alt:before {
  content: "\E6A9";
}
.ti-dashboard:before {
  content: "\E6AA";
}
.ti-control-stop:before {
  content: "\E6AB";
}
.ti-control-shuffle:before {
  content: "\E6AC";
}
.ti-control-play:before {
  content: "\E6AD";
}
.ti-control-pause:before {
  content: "\E6AE";
}
.ti-control-forward:before {
  content: "\E6AF";
}
.ti-control-backward:before {
  content: "\E6B0";
}
.ti-cloud:before {
  content: "\E6B1";
}
.ti-cloud-up:before {
  content: "\E6B2";
}
.ti-cloud-down:before {
  content: "\E6B3";
}
.ti-clipboard:before {
  content: "\E6B4";
}
.ti-car:before {
  content: "\E6B5";
}
.ti-calendar:before {
  content: "\E6B6";
}
.ti-book:before {
  content: "\E6B7";
}
.ti-bell:before {
  content: "\E6B8";
}
.ti-basketball:before {
  content: "\E6B9";
}
.ti-bar-chart:before {
  content: "\E6BA";
}
.ti-bar-chart-alt:before {
  content: "\E6BB";
}
.ti-back-right:before {
  content: "\E6BC";
}
.ti-back-left:before {
  content: "\E6BD";
}
.ti-arrows-corner:before {
  content: "\E6BE";
}
.ti-archive:before {
  content: "\E6BF";
}
.ti-anchor:before {
  content: "\E6C0";
}
.ti-align-right:before {
  content: "\E6C1";
}
.ti-align-left:before {
  content: "\E6C2";
}
.ti-align-justify:before {
  content: "\E6C3";
}
.ti-align-center:before {
  content: "\E6C4";
}
.ti-alert:before {
  content: "\E6C5";
}
.ti-alarm-clock:before {
  content: "\E6C6";
}
.ti-agenda:before {
  content: "\E6C7";
}
.ti-write:before {
  content: "\E6C8";
}
.ti-window:before {
  content: "\E6C9";
}
.ti-widgetized:before {
  content: "\E6CA";
}
.ti-widget:before {
  content: "\E6CB";
}
.ti-widget-alt:before {
  content: "\E6CC";
}
.ti-wallet:before {
  content: "\E6CD";
}
.ti-video-clapper:before {
  content: "\E6CE";
}
.ti-video-camera:before {
  content: "\E6CF";
}
.ti-vector:before {
  content: "\E6D0";
}
.ti-themify-logo:before {
  content: "\E6D1";
}
.ti-themify-favicon:before {
  content: "\E6D2";
}
.ti-themify-favicon-alt:before {
  content: "\E6D3";
}
.ti-support:before {
  content: "\E6D4";
}
.ti-stamp:before {
  content: "\E6D5";
}
.ti-split-v-alt:before {
  content: "\E6D6";
}
.ti-slice:before {
  content: "\E6D7";
}
.ti-shortcode:before {
  content: "\E6D8";
}
.ti-shift-right-alt:before {
  content: "\E6D9";
}
.ti-shift-left-alt:before {
  content: "\E6DA";
}
.ti-ruler-alt-2:before {
  content: "\E6DB";
}
.ti-receipt:before {
  content: "\E6DC";
}
.ti-pin2:before {
  content: "\E6DD";
}
.ti-pin-alt:before {
  content: "\E6DE";
}
.ti-pencil-alt2:before {
  content: "\E6DF";
}
.ti-palette:before {
  content: "\E6E0";
}
.ti-more:before {
  content: "\E6E1";
}
.ti-more-alt:before {
  content: "\E6E2";
}
.ti-microphone-alt:before {
  content: "\E6E3";
}
.ti-magnet:before {
  content: "\E6E4";
}
.ti-line-double:before {
  content: "\E6E5";
}
.ti-line-dotted:before {
  content: "\E6E6";
}
.ti-line-dashed:before {
  content: "\E6E7";
}
.ti-layout-width-full:before {
  content: "\E6E8";
}
.ti-layout-width-default:before {
  content: "\E6E9";
}
.ti-layout-width-default-alt:before {
  content: "\E6EA";
}
.ti-layout-tab:before {
  content: "\E6EB";
}
.ti-layout-tab-window:before {
  content: "\E6EC";
}
.ti-layout-tab-v:before {
  content: "\E6ED";
}
.ti-layout-tab-min:before {
  content: "\E6EE";
}
.ti-layout-slider:before {
  content: "\E6EF";
}
.ti-layout-slider-alt:before {
  content: "\E6F0";
}
.ti-layout-sidebar-right:before {
  content: "\E6F1";
}
.ti-layout-sidebar-none:before {
  content: "\E6F2";
}
.ti-layout-sidebar-left:before {
  content: "\E6F3";
}
.ti-layout-placeholder:before {
  content: "\E6F4";
}
.ti-layout-menu:before {
  content: "\E6F5";
}
.ti-layout-menu-v:before {
  content: "\E6F6";
}
.ti-layout-menu-separated:before {
  content: "\E6F7";
}
.ti-layout-menu-full:before {
  content: "\E6F8";
}
.ti-layout-media-right-alt:before {
  content: "\E6F9";
}
.ti-layout-media-right:before {
  content: "\E6FA";
}
.ti-layout-media-overlay:before {
  content: "\E6FB";
}
.ti-layout-media-overlay-alt:before {
  content: "\E6FC";
}
.ti-layout-media-overlay-alt-2:before {
  content: "\E6FD";
}
.ti-layout-media-left-alt:before {
  content: "\E6FE";
}
.ti-layout-media-left:before {
  content: "\E6FF";
}
.ti-layout-media-center-alt:before {
  content: "\E700";
}
.ti-layout-media-center:before {
  content: "\E701";
}
.ti-layout-list-thumb:before {
  content: "\E702";
}
.ti-layout-list-thumb-alt:before {
  content: "\E703";
}
.ti-layout-list-post:before {
  content: "\E704";
}
.ti-layout-list-large-image:before {
  content: "\E705";
}
.ti-layout-line-solid:before {
  content: "\E706";
}
.ti-layout-grid4:before {
  content: "\E707";
}
.ti-layout-grid3:before {
  content: "\E708";
}
.ti-layout-grid2:before {
  content: "\E709";
}
.ti-layout-grid2-thumb:before {
  content: "\E70A";
}
.ti-layout-cta-right:before {
  content: "\E70B";
}
.ti-layout-cta-left:before {
  content: "\E70C";
}
.ti-layout-cta-center:before {
  content: "\E70D";
}
.ti-layout-cta-btn-right:before {
  content: "\E70E";
}
.ti-layout-cta-btn-left:before {
  content: "\E70F";
}
.ti-layout-column4:before {
  content: "\E710";
}
.ti-layout-column3:before {
  content: "\E711";
}
.ti-layout-column2:before {
  content: "\E712";
}
.ti-layout-accordion-separated:before {
  content: "\E713";
}
.ti-layout-accordion-merged:before {
  content: "\E714";
}
.ti-layout-accordion-list:before {
  content: "\E715";
}
.ti-ink-pen:before {
  content: "\E716";
}
.ti-info-alt:before {
  content: "\E717";
}
.ti-help-alt:before {
  content: "\E718";
}
.ti-headphone-alt:before {
  content: "\E719";
}
.ti-hand-point-up:before {
  content: "\E71A";
}
.ti-hand-point-right:before {
  content: "\E71B";
}
.ti-hand-point-left:before {
  content: "\E71C";
}
.ti-hand-point-down:before {
  content: "\E71D";
}
.ti-gallery:before {
  content: "\E71E";
}
.ti-face-smile:before {
  content: "\E71F";
}
.ti-face-sad:before {
  content: "\E720";
}
.ti-credit-card:before {
  content: "\E721";
}
.ti-control-skip-forward:before {
  content: "\E722";
}
.ti-control-skip-backward:before {
  content: "\E723";
}
.ti-control-record:before {
  content: "\E724";
}
.ti-control-eject:before {
  content: "\E725";
}
.ti-comments-smiley:before {
  content: "\E726";
}
.ti-brush-alt:before {
  content: "\E727";
}
.ti-youtube:before {
  content: "\E728";
}
.ti-vimeo:before {
  content: "\E729";
}
.ti-twitter:before {
  content: "\E72A";
}
.ti-time:before {
  content: "\E72B";
}
.ti-tumblr:before {
  content: "\E72C";
}
.ti-skype:before {
  content: "\E72D";
}
.ti-share:before {
  content: "\E72E";
}
.ti-share-alt:before {
  content: "\E72F";
}
.ti-rocket:before {
  content: "\E730";
}
.ti-pinterest:before {
  content: "\E731";
}
.ti-new-window:before {
  content: "\E732";
}
.ti-microsoft:before {
  content: "\E733";
}
.ti-list-ol:before {
  content: "\E734";
}
.ti-linkedin:before {
  content: "\E735";
}
.ti-layout-sidebar-2:before {
  content: "\E736";
}
.ti-layout-grid4-alt:before {
  content: "\E737";
}
.ti-layout-grid3-alt:before {
  content: "\E738";
}
.ti-layout-grid2-alt:before {
  content: "\E739";
}
.ti-layout-column4-alt:before {
  content: "\E73A";
}
.ti-layout-column3-alt:before {
  content: "\E73B";
}
.ti-layout-column2-alt:before {
  content: "\E73C";
}
.ti-instagram:before {
  content: "\E73D";
}
.ti-google:before {
  content: "\E73E";
}
.ti-github:before {
  content: "\E73F";
}
.ti-flickr:before {
  content: "\E740";
}
.ti-facebook:before {
  content: "\E741";
}
.ti-dropbox:before {
  content: "\E742";
}
.ti-dribbble:before {
  content: "\E743";
}
.ti-apple:before {
  content: "\E744";
}
.ti-android:before {
  content: "\E745";
}
.ti-save:before {
  content: "\E746";
}
.ti-save-alt:before {
  content: "\E747";
}
.ti-yahoo:before {
  content: "\E748";
}
.ti-wordpress:before {
  content: "\E749";
}
.ti-vimeo-alt:before {
  content: "\E74A";
}
.ti-twitter-alt:before {
  content: "\E74B";
}
.ti-tumblr-alt:before {
  content: "\E74C";
}
.ti-trello:before {
  content: "\E74D";
}
.ti-stack-overflow:before {
  content: "\E74E";
}
.ti-soundcloud:before {
  content: "\E74F";
}
.ti-sharethis:before {
  content: "\E750";
}
.ti-sharethis-alt:before {
  content: "\E751";
}
.ti-reddit:before {
  content: "\E752";
}
.ti-pinterest-alt:before {
  content: "\E753";
}
.ti-microsoft-alt:before {
  content: "\E754";
}
.ti-linux:before {
  content: "\E755";
}
.ti-jsfiddle:before {
  content: "\E756";
}
.ti-joomla:before {
  content: "\E757";
}
.ti-html5:before {
  content: "\E758";
}
.ti-flickr-alt:before {
  content: "\E759";
}
.ti-email:before {
  content: "\E75A";
}
.ti-drupal:before {
  content: "\E75B";
}
.ti-dropbox-alt:before {
  content: "\E75C";
}
.ti-css3:before {
  content: "\E75D";
}
.ti-rss:before {
  content: "\E75E";
}
.ti-rss-alt:before {
  content: "\E75F";
}
@font-face {
  font-family: Meteocons;
  src: url(/fonts/Meteocons.ttf?85723d4709ca21c09b24ad938d609173) format("truetype"), url(/fonts/Meteocons.woff?a719f910eedaf1c3bce5631363cc9e14) format("woff"),
      url(/fonts/Meteocons.svg?13ce12917eb469298affce1a279449ca#Meteocons) format("svg");
  font-weight: 400;
  font-style: normal;
}
[class*=" meteocons-"],
[class^="meteocons-"] {
  font-family: Meteocons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.meteocons-sunrise:before {
  content: "\E900";
}
.meteocons-sun:before {
  content: "\E901";
}
.meteocons-moon:before {
  content: "\E902";
}
.meteocons-sun2:before {
  content: "\E903";
}
.meteocons-windy:before {
  content: "\E904";
}
.meteocons-wind:before {
  content: "\E905";
}
.meteocons-snowflake:before {
  content: "\E906";
}
.meteocons-cloudy:before {
  content: "\E907";
}
.meteocons-cloud:before {
  content: "\E908";
}
.meteocons-weather:before {
  content: "\E909";
}
.meteocons-weather2:before {
  content: "\E90A";
}
.meteocons-weather3:before {
  content: "\E90B";
}
.meteocons-lines:before {
  content: "\E90C";
}
.meteocons-cloud2:before {
  content: "\E90D";
}
.meteocons-lightning:before {
  content: "\E90E";
}
.meteocons-lightning2:before {
  content: "\E90F";
}
.meteocons-rainy:before {
  content: "\E910";
}
.meteocons-rainy2:before {
  content: "\E911";
}
.meteocons-windy2:before {
  content: "\E912";
}
.meteocons-windy3:before {
  content: "\E913";
}
.meteocons-snowy:before {
  content: "\E914";
}
.meteocons-snowy2:before {
  content: "\E915";
}
.meteocons-snowy3:before {
  content: "\E916";
}
.meteocons-weather4:before {
  content: "\E917";
}
.meteocons-cloudy2:before {
  content: "\E918";
}
.meteocons-cloud3:before {
  content: "\E919";
}
.meteocons-lightning3:before {
  content: "\E91A";
}
.meteocons-sun3:before {
  content: "\E91B";
}
.meteocons-moon2:before {
  content: "\E91C";
}
.meteocons-cloudy3:before {
  content: "\E91D";
}
.meteocons-cloud4:before {
  content: "\E91E";
}
.meteocons-cloud5:before {
  content: "\E91F";
}
.meteocons-lightning4:before {
  content: "\E920";
}
.meteocons-rainy3:before {
  content: "\E921";
}
.meteocons-rainy4:before {
  content: "\E922";
}
.meteocons-windy4:before {
  content: "\E923";
}
.meteocons-windy5:before {
  content: "\E924";
}
.meteocons-snowy4:before {
  content: "\E925";
}
.meteocons-snowy5:before {
  content: "\E926";
}
.meteocons-weather5:before {
  content: "\E927";
}
.meteocons-cloudy4:before {
  content: "\E928";
}
.meteocons-lightning5:before {
  content: "\E929";
}
.meteocons-thermometer:before {
  content: "\E92A";
}
.meteocons-compass:before {
  content: "\E92B";
}
.meteocons-none:before {
  content: "\E92C";
}
.meteocons-Celsius:before {
  content: "\E92D";
}
.meteocons-Fahrenheit:before {
  content: "\E92E";
}
html {
  font-size: 14px;
}
body,
html {
  height: 100%;
}
body {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #98a8b4;
  background-color: #f2f3f8;
}
a {
  color: #5d5386;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:focus,
a:hover {
  color: #e76c90;
  text-decoration: underline;
}
[class*="icon-"]:not([class*="swal-icon-"]) {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}
body {
  overflow-x: hidden;
}
a,
i,
span {
  display: inline-block;
}
a,
a:focus,
a:hover,
i,
i:focus,
i:hover,
span,
span:focus,
span:hover {
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
}
li,
ol,
ul {
  list-style: none;
}
.section,
section {
  padding: 35px 0;
}
canvas {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-family: Noto Sans, sans-serif;
  line-height: 1.1;
  color: #2c304d;
}
.h1,
h1 {
  font-size: 2.5rem;
  font-weight: 600;
}
.h2,
h2 {
  font-size: 1.5rem;
}
.h2,
.h3,
h2,
h3 {
  font-weight: 500;
}
.h3,
h3 {
  font-size: 1.35rem;
}
.h4,
h4 {
  font-size: 1.2rem;
}
.h4,
.h5,
h4,
h5 {
  font-weight: 500;
}
.h5,
h5 {
  font-size: 1rem;
}
.h6,
h6 {
  font-size: 0.85rem;
  font-weight: 500;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
}
.display-1,
.display-2 {
  font-weight: 300;
  line-height: 1.1;
}
.display-2 {
  font-size: 5.5rem;
}
.display-3 {
  font-size: 4.5rem;
}
.display-3,
.display-4 {
  font-weight: 300;
  line-height: 1.1;
}
.display-4 {
  font-size: 3.5rem;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
}
.canvas {
  position: absolute;
  margin: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.loader-logo {
  display: block;
  width: auto;
  margin-bottom: 30px;
}
.spinner {
  -webkit-animation: spinner 1s linear infinite;
  animation: spinner 1s linear infinite;
  border: 5px solid transparent;
  border-top: 5px solid #5d5386;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin: 0 auto;
}
@-webkit-keyframes spinner {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  to {
      -webkit-transform: rotate(1turn);
      transform: rotate(1turn);
  }
}
@keyframes spinner {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  to {
      -webkit-transform: rotate(1turn);
      transform: rotate(1turn);
  }
}
.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 0.85rem;
  border-left: 0.25rem solid #eceeef;
}
.blockquote-footer {
  color: #636c72;
}
.blockquote-footer:before {
  content: "\2014   \A0";
}
.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eceeef;
  border-left: 0;
}
.page-header {
  padding: 0 15px 30px;
}
.page-header,
.page-header-2 {
  position: relative;
  z-index: 99;
  width: 100%;
}
.page-header-2 {
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 25px 30px;
  margin-bottom: 10px;
}
.page-header-title {
  color: #2c304d;
  font-weight: 600;
  vertical-align: middle;
  margin-bottom: 0;
  margin-right: auto !important;
}
.page-header-title,
.page-header-tools {
  display: inline-block;
}
.container-fluid {
  position: relative;
  padding: 30px;
}
@media (max-width: 576px) {
  .container-fluid {
      padding: 15px;
  }
  .content-inner {
      margin-left: 0 !important;
  }
  .page-header,
  .page-header-2 {
      padding: 20px 15px;
  }
}
header.page-header {
  padding: 30px 0;
}
table {
  font-size: 1rem;
  color: #98a8b4;
}
.content-inner {
  width: calc(100% - 285px);
  margin-left: 285px;
}
.content-inner,
.content-inner.active {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content-inner.active {
  width: calc(100% - 90px);
  margin-left: 90px;
}
.content-inner.compact {
  width: calc(100% - 85px);
  margin-left: 85px;
}
.content-inner.compact,
.content-inner.compact.active {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content-inner.boxed,
.content-inner.compact.active {
  width: calc(100% - 0px);
  margin-left: 0;
}
button,
input {
  outline: none !important;
}
.flex-row,
.flex-row > [class*="col-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-row > [class*="col-"] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-row > [class*="col-"] > .widget {
  background: #fff;
  height: 100%;
}
.flex-row > [class*="col-"] > .widget-image {
  height: 100%;
}
.flex-row.row:after,
.flex-row.row:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.box-scroll {
  overflow-x: auto !important;
}
.go-top {
  background: #fff;
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #2c304d;
  position: fixed;
  bottom: 3rem;
  right: 1rem;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  display: none;
  -webkit-box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.15);
  box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.15);
  z-index: 10000;
}
.go-top:focus,
.go-top:hover {
  color: #5d5386;
}
.c-icon {
  display: block;
  text-align: center;
  padding: 10px;
}
.c-icon,
.c-icon i {
  vertical-align: middle;
}
.c-icon i {
  color: #2c304d;
  font-size: 3rem;
}
.c-class {
  color: #98a8b4;
  font-size: 0.85rem;
  font-weight: 500;
  width: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  padding: 0;
  margin-bottom: 20px;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes swing {
  20% {
      -webkit-transform: rotate(15deg);
      transform: rotate(15deg);
  }
  40% {
      -webkit-transform: rotate(-10deg);
      transform: rotate(-10deg);
  }
  60% {
      -webkit-transform: rotate(5deg);
      transform: rotate(5deg);
  }
  80% {
      -webkit-transform: rotate(-5deg);
      transform: rotate(-5deg);
  }
  to {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
      -webkit-transform: rotate(15deg);
      transform: rotate(15deg);
  }
  40% {
      -webkit-transform: rotate(-10deg);
      transform: rotate(-10deg);
  }
  60% {
      -webkit-transform: rotate(5deg);
      transform: rotate(5deg);
  }
  80% {
      -webkit-transform: rotate(-5deg);
      transform: rotate(-5deg);
  }
  to {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
  }
  40%,
  43% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -30px, 0);
      transform: translate3d(0, -30px, 0);
  }
  70% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -15px, 0);
      transform: translate3d(0, -15px, 0);
  }
  90% {
      -webkit-transform: translate3d(0, -4px, 0);
      transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
  }
  40%,
  43% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -30px, 0);
      transform: translate3d(0, -30px, 0);
  }
  70% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -15px, 0);
      transform: translate3d(0, -15px, 0);
  }
  90% {
      -webkit-transform: translate3d(0, -4px, 0);
      transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes pulse {
  0% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
  }
  50% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
  }
  50% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
.logo-centered {
  width: 140px;
  margin: 0 auto;
}
.logo-centered img {
  width: 140px;
  margin-bottom: 50px;
}
.photo-profil {
  position: relative;
  width: 100px;
  margin: 0 auto 35px;
}
.photo-profil img {
  width: 100px;
  height: 100px;
}
.photo-profil .icon {
  position: absolute;
  background: #fff;
  font-size: 2rem;
  border-radius: 50%;
  right: -15px;
  bottom: -10px;
  -webkit-box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.1);
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  padding: 0;
}
.animated-icon {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: relative;
  margin: 0 auto 30px;
}
.animated-icon .icon {
  background: #fff;
  font-size: 3.5rem;
  text-align: center;
  color: #2c304d;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 85px;
  height: 85px;
}
.animated-icon .icon i {
  position: relative;
  top: 5px;
}
.animated-icon .gradient,
.animated-icon .gradient:after {
  display: block;
  content: "";
  width: 400px;
  height: 100px;
  background: #5d5386;
  background: linear-gradient(135deg, #5d5386, #5d5386 20%, #e23f82 40%, #e23f82 60%, #5d5386 80%, #5d5386);
}
.animated-icon .gradient {
  -webkit-animation: 8s anim linear infinite;
  animation: 8s anim linear infinite;
}
.animated-icon .gradient:after {
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
}
@-webkit-keyframes anim {
  0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }
  to {
      -webkit-transform: translateX(-400px);
      transform: translateX(-400px);
  }
}
@keyframes anim {
  0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }
  to {
      -webkit-transform: translateX(-400px);
      transform: translateX(-400px);
  }
}
.elisyam-bg {
  height: 100vh;
  width: 100%;
}
.elisyam-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.elisyam-overlay.overlay-01 {
  background: linear-gradient(135deg, rgba(46, 52, 81, 0.4), rgba(52, 40, 104, 0.95));
}
.elisyam-overlay.overlay-02 {
  background: linear-gradient(135deg, rgba(255, 195, 113, 0.4), rgba(205, 95, 109, 0.95));
}
.elisyam-overlay.overlay-03 {
  background: linear-gradient(135deg, rgba(46, 52, 81, 0.4), rgba(205, 95, 109, 0.95));
}
.elisyam-overlay.overlay-04 {
  background: linear-gradient(135deg, rgba(66, 39, 90, 0.4), rgba(115, 75, 109, 0.95));
}
.elisyam-overlay.overlay-05 {
  background: linear-gradient(135deg, rgba(0, 201, 255, 0.4), rgba(146, 254, 157, 0.95));
}
.elisyam-overlay.overlay-06 {
  background: linear-gradient(135deg, rgba(46, 52, 81, 0.2), rgba(46, 52, 81, 0.95));
}
.elisyam-overlay.overlay-07 {
  background: linear-gradient(135deg, rgba(46, 52, 81, 0.5), rgba(46, 52, 81, 0.95));
}
.elisyam-overlay.overlay-08 {
  background: linear-gradient(135deg, rgba(46, 52, 81, 0.85), rgba(46, 52, 81, 0.85));
}
.elisyam-bg.background-01 {
  background: url(/images/background.jpeg?8cad9dece7e1696ec0fd3afcd86d8bae) no-repeat;
  background-size: cover;
}
.elisyam-bg.background-02 {
  background: url(/images/02.jpg?a97a9f371707caf70dcabf40a2ab58c2) no-repeat;
  background-size: cover;
}
.elisyam-bg.background-03 {
  background: url(/images/03.jpg?a97a9f371707caf70dcabf40a2ab58c2) no-repeat;
  background-size: cover;
}
.elisyam-bg.background-04 {
  background: url(/images/04.jpg?a97a9f371707caf70dcabf40a2ab58c2) no-repeat;
  background-size: cover;
}
.elisyam-bg.background-05 {
  background: url(/images/05.jpg?a97a9f371707caf70dcabf40a2ab58c2) no-repeat;
  background-size: cover;
}
.elisyam-bg.background-06 {
  background: url(/images/06.jpg?a97a9f371707caf70dcabf40a2ab58c2) no-repeat;
  background-size: cover;
}
.bg-fixed-01 {
  background: linear-gradient(135deg, rgba(46, 52, 81, 0.4), rgba(205, 95, 109, 0.95)), url(/images/01.jpg?a97a9f371707caf70dcabf40a2ab58c2) no-repeat 50%;
}
.bg-fixed-02 {
  background: linear-gradient(135deg, rgba(46, 52, 81, 0.4), rgba(205, 95, 109, 0.95)), url(/images/02.jpg?a97a9f371707caf70dcabf40a2ab58c2) no-repeat 50%;
}
.bg-fixed-03 {
  background: linear-gradient(135deg, rgba(255, 195, 113, 0.4), rgba(205, 95, 109, 0.95)), url(/images/03.jpg?a97a9f371707caf70dcabf40a2ab58c2) no-repeat 50%;
}
.bg-fixed-04 {
  background: linear-gradient(135deg, rgba(46, 52, 81, 0.5), rgba(46, 52, 81, 0.95)), url(/images/04.jpg?a97a9f371707caf70dcabf40a2ab58c2) no-repeat 50%;
}
.bg-fixed-05 {
  background: linear-gradient(135deg, rgba(0, 201, 255, 0.4), rgba(146, 254, 157, 0.95)), url(/images/05.jpg?a97a9f371707caf70dcabf40a2ab58c2) no-repeat 50%;
}
.bg-fixed-06 {
  background: linear-gradient(135deg, rgba(66, 39, 90, 0.4), rgba(115, 75, 109, 0.95)), url(/images/06.jpg?a97a9f371707caf70dcabf40a2ab58c2) no-repeat 50%;
}
.bg-fixed-01,
.bg-fixed-02,
.bg-fixed-03,
.bg-fixed-04,
.bg-fixed-05,
.bg-fixed-06 {
  overflow: auto;
}
.full-screen {
  height: 100vh !important;
}
.btn {
  font-weight: 600 !important;
  line-height: 1.25;
  text-transform: uppercase;
  border: 2px solid transparent;
  padding: 10px 20px;
  font-size: 0.85rem;
  border-radius: 60px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  overflow: hidden;
}
.ripple {
  background-position: 50%;
  -webkit-transition: background 0.6s;
  transition: background 0.6s;
}
.ripple:hover {
  background: hsla(0, 0%, 100%, 0.15) radial-gradient(circle, transparent 1%, hsla(0, 0%, 100%, 0.15) 0) 50%/15000%;
}
.ripple:active {
  background-color: hsla(0, 0%, 100%, 0.15);
  background-size: 100%;
  -webkit-transition: background 0s;
  transition: background 0s;
}
.btn.focus,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.btn.active,
.btn:active {
  background-image: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.dropdown-menu {
  border-color: #eee;
  -webkit-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.15);
}
.dropdown-menu li:last-child {
  padding-bottom: 4px;
}
.btn-shadow,
.btn-shadow a {
  color: #5d5386;
  background-color: #fff;
  border-color: #fff;
  -webkit-box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.15);
  box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.15);
}
.btn-shadow a i,
.btn-shadow i {
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4rem;
}
.btn-shadow:hover,
.btn-shadow a:hover {
  color: #5d5386;
  -webkit-box-shadow: 0 1px 20px 1px rgba(52, 40, 104, 0.2);
  box-shadow: 0 1px 20px 1px rgba(52, 40, 104, 0.2);
}
.btn-shadow:active {
  color: #5d5386;
  background-color: #fff;
  border-color: #fff;
}
.btn-shadow.focus,
.btn-shadow:focus {
  -webkit-box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.15) !important;
  box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.15) !important;
}
.btn-shadow.disabled,
.btn-shadow:disabled {
  color: #9c90d0;
  background-color: #fff;
  border-color: #fff;
}
.btn-shadow.active,
.btn-shadow:active,
.show > .btn-shadow.dropdown-toggle {
  color: #5d5386;
  background-color: #fff;
  background-image: none;
}
.btn-gradient-01,
.btn-gradient-01 a {
  background: #e23f83;
  background: -webkit-gradient(linear, left top, right top, from(#e23f83), to(#ea5844));
  background: linear-gradient(90deg, #e23f83 0, #ea5844);
  background-size: 200% auto;
  font-weight: 600;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
  border: 0 none;
  padding: 12px 20px;
}
.btn-gradient-01 a i,
.btn-gradient-01 i {
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  vertical-align: middle;
  margin-right: 0.4rem;
}
.btn-gradient-01 a:hover,
.btn-gradient-01:hover {
  color: #fff;
  background-position: 100%;
}
.btn-gradient-01:active {
  color: #fff;
  background-color: #e23f83;
  border-color: #e23f83;
}
.btn-gradient-01.focus,
.btn-gradient-01:focus {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-gradient-01.disabled,
.btn-gradient-01:disabled {
  opacity: 0.5;
  background: #ddd !important;
  color: #000;
}
.btn-gradient-01.active,
.btn-gradient-01:active,
.show > .btn-gradient-01.dropdown-toggle {
  color: #fff;
  background-color: #e23f83;
  background-image: none;
}
.btn-gradient-02,
.btn-gradient-02 a {
  background: #5d5386;
  background: -webkit-gradient(linear, left top, right top, from(#5d5386), to(#5d5386));
  background: linear-gradient(90deg, #5d5386 0, #5d5386);
  background-size: 200% auto;
  font-weight: 600;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
  border: 0 none;
  padding: 12px 20px;
}
.btn-gradient-02 a i,
.btn-gradient-02 i {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2rem;
  margin-right: 0.4rem;
}
.btn-gradient-02 a:hover,
.btn-gradient-02:hover {
  color: #fff;
  background-position: 100%;
}
.btn-gradient-02:active {
  color: #fff;
  background-color: #5d5386;
  border-color: #5d5386;
}
.btn-gradient-02.focus,
.btn-gradient-02:focus {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-gradient-02.disabled,
.btn-gradient-02:disabled {
  opacity: 0.5;
  background: #ddd !important;
  color: #000;
}
.btn-gradient-02.active,
.btn-gradient-02:active,
.show > .btn-gradient-02.dropdown-toggle {
  color: #fff;
  background-color: #5d5386;
  background-image: none;
}
.btn-gradient-03,
.btn-gradient-03 a {
  background: #6859ea;
  background: -webkit-gradient(linear, left top, right top, from(#6859ea), to(#6acbe0));
  background: linear-gradient(90deg, #6859ea 0, #6acbe0);
  background-size: 200% auto;
  font-weight: 600;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
  border: 0 none;
  padding: 12px 20px;
}
.btn-gradient-03 a i,
.btn-gradient-03 i {
  display: inline-block;
  font-size: 1.2rem;
  vertical-align: middle;
  margin-right: 0.4rem;
}
.btn-gradient-03 a:hover,
.btn-gradient-03:hover {
  color: #fff;
  background-position: 100%;
}
.btn-gradient-03:active {
  color: #fff;
  background-color: #e23f83;
  border-color: #e23f83;
}
.btn-gradient-03.focus,
.btn-gradient-03:focus {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-gradient-03.disabled,
.btn-gradient-03:disabled {
  opacity: 0.5;
  background: #ddd !important;
  color: #000;
}
.btn-gradient-03.active,
.btn-gradient-03:active,
.show > .btn-gradient-03.dropdown-toggle {
  color: #fff;
  background-color: #e23f83;
  background-image: none;
}
.btn-gradient-04,
.btn-gradient-04 a {
  background: #41c7af;
  background: -webkit-gradient(linear, left top, right top, from(#41c7af), to(#54e38e));
  background: linear-gradient(90deg, #41c7af 0, #54e38e);
  background-size: 200% auto;
  font-weight: 600;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
  border: 0 none;
  padding: 12px 20px;
}
.btn-gradient-04 a i,
.btn-gradient-04 i {
  display: inline-block;
  font-size: 1.2rem;
  vertical-align: middle;
  margin-right: 0.4rem;
}
.btn-gradient-04 a:hover,
.btn-gradient-04:hover {
  color: #fff;
  background-position: 100%;
}
.btn-gradient-04:active {
  color: #fff;
  background-color: #e23f83;
  border-color: #e23f83;
}
.btn-gradient-04.focus,
.btn-gradient-04:focus {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-gradient-04.disabled,
.btn-gradient-04:disabled {
  opacity: 0.5;
  background: #ddd !important;
  color: #000;
}
.btn-gradient-04.active,
.btn-gradient-04:active,
.show > .btn-gradient-04.dropdown-toggle {
  color: #fff;
  background-color: #e23f83;
  background-image: none;
}
.btn-gradient-05,
.btn-gradient-05 a {
  background: #bc0056;
  background: -webkit-gradient(linear, left top, right top, from(#bc0056), to(#730062));
  background: linear-gradient(90deg, #bc0056 0, #730062);
  background-size: 200% auto;
  font-weight: 600;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
  border: 0 none;
  padding: 12px 20px;
}
.btn-gradient-05 a i,
.btn-gradient-05 i {
  display: inline-block;
  font-size: 1.2rem;
  vertical-align: middle;
  margin-right: 0.4rem;
}
.btn-gradient-05 a:hover,
.btn-gradient-05:hover {
  color: #fff;
  background-position: 100%;
}
.btn-gradient-05:active {
  color: #fff;
  background-color: #e23f83;
  border-color: #e23f83;
}
.btn-gradient-05.focus,
.btn-gradient-05:focus {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-gradient-05.disabled,
.btn-gradient-05:disabled {
  opacity: 0.5;
  background: #ddd !important;
  color: #000;
}
.btn-gradient-05.active,
.btn-gradient-05:active,
.show > .btn-gradient-05.dropdown-toggle {
  color: #fff;
  background-color: #e23f83;
  background-image: none;
}
.btn-primary {
  color: #fff;
  background-color: #5d5386;
  border-color: #5d5386;
}
.btn-primary i {
  color: #fff;
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4rem;
}
.btn-primary:active,
.btn-primary:hover {
  color: #fff;
  background-color: #5d5386;
  border-color: #5d5386;
}
.btn-primary.focus,
.btn-primary:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #9086b9;
  border-color: #9086b9;
}
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #594f82;
  border-color: #5d5386;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #5d5386;
  border-color: #5d5386;
}
.btn-secondary {
  color: #2c304d;
  background-color: #e4e8f0;
  border: 2px solid #e4e8f0;
}
.btn-secondary i {
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4rem;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #2c304d;
  border-color: #2c304d;
}
.btn-secondary.focus,
.btn-secondary:focus {
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #9e9ead;
  background-color: #edf0f5;
  border-color: #edf0f5;
}
.btn-secondary.active,
.btn-secondary:active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #2c304d;
  background-image: none;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
}
.btn-info i {
  color: #fff;
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4rem;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #31b0d5;
}
.btn-info.focus,
.btn-info:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
  box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  background-color: #5bc0de;
}
.btn-info.active,
.btn-info:active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #31b0d5;
  background-image: none;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
}
.btn-success i {
  color: #fff;
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4rem;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #449d44;
}
.btn-success.focus,
.btn-success:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
  box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  background-color: #5cb85c;
}
.btn-success.active,
.btn-success:active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #449d44;
  background-image: none;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
}
.btn-warning i {
  color: #fff;
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4rem;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #ec971f;
}
.btn-warning.focus,
.btn-warning:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
  box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  background-color: #f0ad4e;
}
.btn-warning.active,
.btn-warning:active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #ec971f;
  background-image: none;
}
.btn-danger {
  color: #fff;
  background-color: #fe195e;
}
.btn-danger i {
  color: #fff;
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4rem;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #c9302c;
}
.btn-danger.focus,
.btn-danger:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
  box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  background-color: #fe195e;
}
.btn-danger.active,
.btn-danger:active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #c9302c;
  background-image: none;
}
.btn-light {
  color: #2c304d;
  background-color: #f8f9fa;
}
.btn-light i {
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4rem;
}
.btn-light:hover {
  color: #2c304d;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light.focus,
.btn-light:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
  box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  background-color: #fe195e;
}
.btn-light.active,
.btn-light:active,
.show > .btn-light.dropdown-toggle {
  color: #2c304d;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  background-image: none;
}
.btn-dark {
  color: #fff;
  background-color: #2c304d;
}
.btn-dark i {
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4rem;
}
.btn-dark:hover {
  color: #fff;
  background-color: #2c304d;
  border-color: #2c304d;
}
.btn-dark.focus,
.btn-dark:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
  box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  background-color: #fe195e;
}
.btn-dark.active,
.btn-dark:active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #2e324f;
  border-color: #2e324f;
  background-image: none;
}
.btn-outline-primary {
  color: #5d5386;
  border-color: #5d5386;
  background-image: none;
  background-color: transparent;
}
.btn-outline-primary i {
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: text-bottom;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #5d5386;
  border-color: #5d5386;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(121, 106, 238, 0.5);
  box-shadow: 0 0 0 2px rgba(121, 106, 238, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #796aee;
  background-color: transparent;
}
.btn-outline-primary.active,
.btn-outline-primary:active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #5d5386;
  border-color: #5d5386;
}
.btn-outline-secondary {
  color: #2c304d;
  border-color: #e4e8f0;
  background-image: none;
  background-color: transparent;
}
.btn-outline-secondary i {
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4rem;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #2c304d;
  border-color: #2c304d;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  -webkit-box-shadow: 0 0 0 2px hsla(0, 0%, 80%, 0.5);
  box-shadow: 0 0 0 2px hsla(0, 0%, 80%, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #afaeae;
  background-color: transparent;
}
.btn-outline-secondary.active,
.btn-outline-secondary:active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #2c304d;
  border-color: #2c304d;
}
.btn-outline-info {
  color: #5bc0de;
  border-color: #5bc0de;
  background-image: none;
  background-color: transparent;
}
.btn-outline-info i {
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4rem;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
  box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #5bc0de;
  background-color: transparent;
}
.btn-outline-info.active,
.btn-outline-info:active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #5bc0de;
}
.btn-outline-success {
  color: #5cb85c;
  border-color: #5cb85c;
  background-image: none;
  background-color: transparent;
}
.btn-outline-success i {
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4rem;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
  box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #5cb85c;
  background-color: transparent;
}
.btn-outline-success.active,
.btn-outline-success:active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #5cb85c;
}
.btn-outline-warning {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-image: none;
  background-color: transparent;
}
.btn-outline-warning i {
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4rem;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
  box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #f0ad4e;
  background-color: transparent;
}
.btn-outline-warning.active,
.btn-outline-warning:active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #f0ad4e;
}
.btn-outline-danger {
  color: #fe195e;
  border-color: #fe195e;
  background-image: none;
  background-color: transparent;
}
.btn-outline-danger i {
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4rem;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #fe195e;
  border-color: #fe195e;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
  box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #fe195e;
  background-color: transparent;
}
.btn-outline-danger.active,
.btn-outline-danger:active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #fe195e;
}
.btn-outline-light {
  color: #2c304d;
  border-color: #f3f4f5;
  background-image: none;
  background-color: transparent;
}
.btn-outline-light i {
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4rem;
}
.btn-outline-light:hover {
  color: #2c304d;
  background-color: #f3f4f5;
  border-color: #f3f4f5;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
  box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f3f4f5;
  background-color: transparent;
}
.btn-outline-light.active,
.btn-outline-light:active,
.show > .btn-outline-light.dropdown-toggle {
  color: #2c304d;
  background-color: #f3f4f5;
}
.btn-outline-dark {
  color: #2c304d;
  border-color: #2c304d;
  background-image: none;
  background-color: transparent;
}
.btn-outline-dark i {
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4rem;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #2c304d;
  border-color: #2c304d;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
  box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #2c304d;
  background-color: transparent;
}
.btn-outline-dark.active,
.btn-outline-dark:active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #2c304d;
}
.btn-lg {
  padding: 0.75rem 2.5rem;
  font-size: 1rem;
  border-radius: 4.2rem;
}
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.85rem;
}
.btn-square {
  border-radius: 0;
}
.btn-circle {
  border-radius: 50%;
  padding: 10px;
  text-align: center;
}
.btn-circle i {
  font-size: 1.6rem;
}
.button-nav {
  font-weight: 500;
}
.button-nav.nav-tabs {
  border: 0 none;
}
.button-nav.nav-tabs > li > a:after {
  display: none;
}
.button-nav * {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.button-nav li {
  display: inline-block;
  list-style: outside none none;
  margin: 0 0.5rem;
  padding: 0;
}
.button-nav li:first-child {
  margin-left: 0;
}
.button-nav li:last-child {
  margin-right: 0;
}
.button-nav a {
  padding: 0.5rem 0;
  color: #2c304d;
}
.button-nav a,
.button-nav a.active {
  text-decoration: none;
  display: inline-block;
}
.button-nav a.active {
  background: #5d5386;
  padding: 0.5rem 1.07rem;
  color: #fff;
  border-radius: 35px;
}
.button-nav a.active:hover {
  color: #fff !important;
}
.button-nav a:hover {
  background: #5d5386 !important;
  padding: 0.5rem 1.07rem;
  text-decoration: none;
  display: inline-block;
  border-radius: 35px;
}
.button-nav.nav-tabs > li > a:hover {
  color: #fff !important;
}
.button-nav a:before {
  bottom: 0;
  left: 0;
}
.rounded-button {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 1.4rem;
  text-align: center;
  border-radius: 50%;
}
a.rounded-button {
  color: #fff;
}
a:hover.rounded-button {
  opacity: 0.8;
}
.bg-gradient-01 {
  background: #fd584c;
  background: linear-gradient(135deg, #fd584c, #f84271 80%) !important;
}
.bg-gradient-02 {
  background: #5d5386;
  background: linear-gradient(135deg, #5d5386, #4c4275 80%) !important;
}
.bg-gradient-03 {
  background: #6859ea;
  background: linear-gradient(135deg, #6859ea, #6acbe0 80%) !important;
}
.bg-gradient-04 {
  background: #00b7ff;
  background: linear-gradient(135deg, #00b7ff, #ffffc7) !important;
}
.bg-gradient-05 {
  background: #662d8c;
  background: linear-gradient(135deg, #662d8c, #ed1e79 80%) !important;
}
.bg-primary,
.bg-violet {
  background-color: #5d5386 !important;
  color: #fff;
}
.bg-danger,
.bg-red {
  background-color: #fe195e !important;
  color: #fff;
}
.bg-blue,
.bg-info {
  background-color: #08a6c3 !important;
  color: #fff;
}
.bg-yellow {
  background-color: #eef157 !important;
  color: #fff;
}
.bg-green,
.bg-success {
  background-color: #69cd00 !important;
  color: #fff;
}
.bg-orange,
.bg-warning {
  background-color: #f7b733 !important;
  color: #fff;
}
.bg-grey {
  background-color: #f6f6f6 !important;
}
.bg-white {
  background-color: #fff !important;
}
.text-gradient-01 {
  background: #fd584c;
  background: linear-gradient(135deg, #fd584c, #f84271 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-gradient-02 {
  background: #5d5386;
  background: linear-gradient(135deg, #5d5386, #5d5386 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-gradient-03 {
  background: #6859ea;
  background: linear-gradient(135deg, #6859ea, #6acbe0 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-gradient-04 {
  background: #00b7ff;
  background: linear-gradient(135deg, #00b7ff, #ffffc7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-gradient-05 {
  background: #662d8c;
  background: linear-gradient(135deg, #662d8c, #ed1e79 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-dark {
  color: #2c304d !important;
}
.text-primary,
a.text-primary:focus,
a.text-primary:hover {
  color: #5d5386 !important;
}
.text-secondary {
  color: #e76c90 !important;
}
.text-red {
  color: #fe195e !important;
}
.text-yellow {
  color: #eef157 !important;
}
.text-green {
  color: #60c400 !important;
}
.text-orange {
  color: #f7b733 !important;
}
.text-violet {
  color: #796aee !important;
}
.text-blue {
  color: #08a6c3 !important;
}
.text-grey-light {
  color: #e6e8e9 !important;
}
.text-grey-dark {
  color: #50525b !important;
}
.text-facebook {
  color: #3b5998 !important;
}
.text-twitter {
  color: #1da1f2 !important;
}
.text-linkedin {
  color: #007bb7 !important;
}
.text-youtube {
  color: #cd201f !important;
}
.progress {
  background-color: rgba(52, 40, 104, 0.07);
  font-size: 0.85rem;
  font-weight: 600;
}
.progress-sm {
  height: 6px;
}
.progress-lg {
  height: 18px;
}
span.badge-pulse {
  background: #fe195e;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 rgba(254, 25, 94, 0.4);
  box-shadow: 0 0 0 rgba(254, 25, 94, 0.4);
  -webkit-animation: BadgePulse 1.8s infinite;
  animation: BadgePulse 1.8s infinite;
}
@-webkit-keyframes BadgePulse {
  0% {
      -webkit-box-shadow: 0 0 0 0 rgba(254, 25, 94, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(254, 25, 94, 0);
  }
  to {
      -webkit-box-shadow: 0 0 0 20px rgba(254, 25, 94, 0);
  }
}
@keyframes BadgePulse {
  0% {
      -webkit-box-shadow: 0 0 0 0 rgba(254, 25, 94, 0.4);
      box-shadow: 0 0 0 0 rgba(254, 25, 94, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(254, 25, 94, 0);
      box-shadow: 0 0 0 10px rgba(254, 25, 94, 0);
  }
  to {
      -webkit-box-shadow: 0 0 0 20px rgba(254, 25, 94, 0);
      box-shadow: 0 0 0 20px rgba(254, 25, 94, 0);
  }
}
span.badge-pulse-green {
  background: #60c400;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 rgba(105, 205, 0, 0.4);
  box-shadow: 0 0 0 rgba(105, 205, 0, 0.4);
  -webkit-animation: BadgePulseGreen 1.8s infinite;
  animation: BadgePulseGreen 1.8s infinite;
}
@-webkit-keyframes BadgePulseGreen {
  0% {
      -webkit-box-shadow: 0 0 0 0 rgba(105, 205, 0, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(105, 205, 0, 0);
  }
  to {
      -webkit-box-shadow: 0 0 0 20px rgba(105, 205, 0, 0);
  }
}
@keyframes BadgePulseGreen {
  0% {
      -webkit-box-shadow: 0 0 0 0 rgba(105, 205, 0, 0.4);
      box-shadow: 0 0 0 0 rgba(105, 205, 0, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(105, 205, 0, 0);
      box-shadow: 0 0 0 10px rgba(105, 205, 0, 0);
  }
  to {
      -webkit-box-shadow: 0 0 0 20px rgba(105, 205, 0, 0);
      box-shadow: 0 0 0 20px rgba(105, 205, 0, 0);
  }
}
span.badge-pulse-blue {
  background: #08a6c3;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 rgba(8, 166, 195, 0.4);
  box-shadow: 0 0 0 rgba(8, 166, 195, 0.4);
  -webkit-animation: BadgePulseBlue 1.8s infinite;
  animation: BadgePulseBlue 1.8s infinite;
}
@-webkit-keyframes BadgePulseBlue {
  0% {
      -webkit-box-shadow: 0 0 0 0 rgba(8, 166, 195, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(8, 166, 195, 0);
  }
  to {
      -webkit-box-shadow: 0 0 0 20px rgba(8, 166, 195, 0);
  }
}
@keyframes BadgePulseBlue {
  0% {
      -webkit-box-shadow: 0 0 0 0 rgba(8, 166, 195, 0.4);
      box-shadow: 0 0 0 0 rgba(8, 166, 195, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(8, 166, 195, 0);
      box-shadow: 0 0 0 10px rgba(8, 166, 195, 0);
  }
  to {
      -webkit-box-shadow: 0 0 0 20px rgba(8, 166, 195, 0);
      box-shadow: 0 0 0 20px rgba(8, 166, 195, 0);
  }
}
span.badge-pulse-orange {
  background: #f7b733;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 rgba(247, 183, 51, 0.4);
  box-shadow: 0 0 0 rgba(247, 183, 51, 0.4);
  -webkit-animation: BadgePulseOrange 1.8s infinite;
  animation: BadgePulseOrange 1.8s infinite;
}
@-webkit-keyframes BadgePulseOrange {
  0% {
      -webkit-box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(247, 183, 51, 0);
  }
  to {
      -webkit-box-shadow: 0 0 0 20px rgba(247, 183, 51, 0);
  }
}
@keyframes BadgePulseOrange {
  0% {
      -webkit-box-shadow: 0 0 0 0 rgba(247, 183, 51, 0.4);
      box-shadow: 0 0 0 0 rgba(247, 183, 51, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(247, 183, 51, 0);
      box-shadow: 0 0 0 10px rgba(247, 183, 51, 0);
  }
  to {
      -webkit-box-shadow: 0 0 0 20px rgba(247, 183, 51, 0);
      box-shadow: 0 0 0 20px rgba(247, 183, 51, 0);
  }
}
.badge {
  font-weight: 500;
}
.badge-text {
  background: #e4e8f0;
  color: #fff;
  padding: 0.4rem 0.7rem;
  border-radius: 50px;
  font-size: 0.9rem;
  text-align: center;
  display: inline-block;
  min-width: 20px;
  min-height: 20px;
  vertical-align: middle;
}
.badge-text.badge-text-small {
  padding: 0.1rem 0.9rem;
}
.badge-text.badge-text-wide {
  padding: 0.3rem 1.4rem;
}
.badge-text.success {
  background: #60c400;
}
.badge-text.info {
  background: #08a6c3;
}
.badge-text.danger {
  background: #fe195e;
}
.badge-text.warning {
  background: #ff9800;
}
.badge-rounded {
  background: #5d5386;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
}
.badge-rounded.badge-rounded-small {
  width: 25px;
  height: 25px;
  line-height: 25px;
}
.badge-rounded.success {
  background: #60c400;
}
.badge-rounded.info {
  background: #08a6c3;
}
.badge-rounded.danger {
  background: #fe195e;
}
.page {
  background: #f9f9f9;
}
.page.bg-2 {
  background: #fbfbfc;
}
.page .text-white {
  color: #fff;
}
.no-bg {
  background: none !important;
}
.no-shadow {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.no-border {
  border: 0 none !important;
}
.square {
  border-radius: 0;
}
.hide {
  display: none;
}
.hidden {
  overflow: hidden;
}
.no-padding {
  padding: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.no-padding-left {
  padding-left: 0 !important;
}
.padding-b-50 {
  padding-bottom: 50px !important;
}
.padding-top-5 {
  padding-top: 5px !important;
}
.padding-top-10 {
  padding-top: 10px !important;
}
.padding-top-15 {
  padding-top: 15px !important;
}
.padding-top-20 {
  padding-top: 20px !important;
}
.padding-top-25 {
  padding-top: 25px !important;
}
.padding-right-5 {
  padding-right: 5px !important;
}
.padding-right-10 {
  padding-right: 10px !important;
}
.padding-right-15 {
  padding-right: 15px !important;
}
.padding-right-20 {
  padding-right: 20px !important;
}
.padding-right-25 {
  padding-right: 25px !important;
}
.padding-bottom-5 {
  padding-bottom: 5px !important;
}
.padding-bottom-10 {
  padding-bottom: 10px !important;
}
.padding-bottom-15 {
  padding-bottom: 15px !important;
}
.padding-bottom-20 {
  padding-bottom: 20px !important;
}
.padding-bottom-25 {
  padding-bottom: 25px !important;
}
.padding-left-5 {
  padding-left: 5px !important;
}
.padding-left-10 {
  padding-left: 10px !important;
}
.padding-left-15 {
  padding-left: 15px !important;
}
.padding-left-20 {
  padding-left: 20px !important;
}
.padding-left-25 {
  padding-left: 25px !important;
}
.no-margin {
  margin: 0 !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-right {
  margin-right: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-margin-left {
  margin-left: 0 !important;
}
.margin-top-5 {
  margin-top: 5px !important;
}
.margin-top-10 {
  margin-top: 10px !important;
}
.margin-top-15 {
  margin-top: 15px !important;
}
.margin-top-20 {
  margin-top: 20px !important;
}
.margin-top-25 {
  margin-top: 25px !important;
}
.margin-right-5 {
  margin-right: 5px !important;
}
.margin-right-10 {
  margin-right: 10px !important;
}
.margin-right-15 {
  margin-right: 15px !important;
}
.margin-right-20 {
  margin-right: 20px !important;
}
.margin-right-25 {
  margin-right: 25px !important;
}
.margin-bottom-5 {
  margin-bottom: 5px !important;
}
.margin-bottom-10 {
  margin-bottom: 10px !important;
}
.margin-bottom-15 {
  margin-bottom: 15px !important;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}
.margin-bottom-25 {
  margin-bottom: 25px !important;
}
.margin-left-5 {
  margin-left: 5px !important;
}
.margin-left-10 {
  margin-left: 10px !important;
}
.margin-left-15 {
  margin-left: 15px !important;
}
.margin-left-20 {
  margin-left: 20px !important;
}
.margin-left-25 {
  margin-left: 25px !important;
}
.page {
  overflow-x: hidden;
}
.overflow-y {
  overflow-y: auto;
}
.has-shadow {
  -webkit-box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.08);
  box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.08);
}
.max-width-100 {
  max-width: 100px !important;
}
.max-width-150 {
  max-width: 150px !important;
}
.max-width-200 {
  max-width: 200px !important;
}
.max-width-250 {
  max-width: 250px !important;
}
.max-width-300 {
  max-width: 300px !important;
}
.max-width-350 {
  max-width: 350px !important;
}
.font-weight-300 {
  font-weight: 300;
}
.font-weight-400 {
  font-weight: 400;
}
.font-weight-500 {
  font-weight: 500;
}
.font-weight-600 {
  font-weight: 600;
}
.font-weight-700 {
  font-weight: 700;
}
.em-separator {
  height: 0;
  margin: 20px 0;
}
.em-separator.separator-solid {
  border: 1px solid #eee;
}
.em-separator.separator-dashed {
  border: 1px dashed #eee;
}
.em-separator.separator-dotted {
  border: 1px dotted #eee;
}
.em-separator.separator-double {
  border: 1px double #eee;
}
.widget-options {
  z-index: 999;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  float: right;
}
.widget-options .dropdown-toggle {
  color: #98a8b4;
  background: none;
  border: none;
  padding: 0;
  font-size: 1.7rem;
}
.widget-options .dropdown-toggle:after {
  display: none;
}
.widget-options .dropdown-menu {
  border: none;
  min-width: auto;
  font-size: 1rem;
  border-radius: 4px;
  padding: 1.4rem 1.8rem;
  text-align: left;
  -webkit-transform: translateX(calc(-100% + 5px));
  transform: translateX(calc(-100% + 5px));
  -webkit-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.15);
}
.widget-options .dropdown-menu .dropdown-item {
  padding: 0.5rem 0;
}
.widget-options .dropdown-menu .dropdown-item:focus,
.widget-options .dropdown-menu .dropdown-item:hover {
  background: none;
}
.widget-options .dropdown-menu a {
  color: #2c304d;
  font-weight: 500;
}
.widget-options .dropdown-menu a:hover,
.widget-options .dropdown-menu a:hover i {
  background: transparent;
  color: #5d5386;
}
.widget-options .dropdown-menu a i {
  font-size: 1.6rem;
  vertical-align: middle;
  color: #aea9c3;
  margin-right: 0.7rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.widget-options .btn {
  padding: 8px 15px;
}
.quick-actions,
.quick-actions.hover {
  z-index: 999;
  position: absolute;
  top: 10px;
  right: 20px;
}
.quick-actions.hover {
  display: none;
}
.widget-image:hover .quick-actions.hover {
  display: block;
}
.quick-actions.light .dropdown-toggle {
  color: #fff;
}
.quick-actions.dark .dropdown-toggle {
  color: #2c304d;
}
.quick-actions .dropdown-toggle {
  color: #98a8b4;
  background: none;
  border: none;
  padding: 0;
  font-size: 1.7rem;
}
.quick-actions .dropdown-toggle:after {
  display: none;
}
.quick-actions .dropdown-menu {
  border: none;
  min-width: auto;
  font-size: 1rem;
  border-radius: 4px;
  padding: 1.4rem 1.8rem;
  text-align: left;
  -webkit-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.15);
}
.quick-actions .dropdown-menu .dropdown-item {
  padding: 0.5rem 0;
}
.quick-actions .dropdown-menu .dropdown-item:focus,
.quick-actions .dropdown-menu .dropdown-item:hover {
  background: none;
}
.quick-actions .dropdown-menu a {
  color: #2c304d;
  font-weight: 500;
}
.quick-actions .dropdown-menu a:hover,
.quick-actions .dropdown-menu a:hover i {
  background: transparent;
  color: #5d5386;
}
.quick-actions .dropdown-menu a i {
  font-size: 1.4rem;
  vertical-align: -2px;
  color: #2c304d;
  margin-right: 0.7rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.actions {
  z-index: 999;
  display: block;
}
.actions.light .dropdown-toggle {
  color: #fff;
}
.actions.dark .dropdown-toggle {
  color: #2c304d;
}
.actions .dropdown-toggle {
  color: #98a8b4;
  background: none;
  border: none;
  padding: 0;
  font-size: 1.7rem;
}
.actions .dropdown-toggle:after {
  display: none;
}
.actions .dropdown-menu {
  border: none;
  min-width: auto;
  font-size: 1rem;
  border-radius: 4px;
  padding: 1.4rem 1.8rem;
  text-align: left;
  -webkit-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.15);
}
.actions .dropdown-menu .dropdown-item {
  padding: 0.5rem 0;
}
.actions .dropdown-menu .dropdown-item:focus,
.actions .dropdown-menu .dropdown-item:hover {
  background: none;
}
.actions .dropdown-menu a {
  color: #2c304d;
  font-weight: 500;
}
.actions .dropdown-menu a:hover,
.actions .dropdown-menu a:hover i {
  background: transparent;
  color: #5d5386;
}
.actions .dropdown-menu a i {
  font-size: 1.4rem;
  vertical-align: -2px;
  color: #2c304d;
  margin-right: 0.7rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.rounded-widget .widget,
.rounded-widget .widget-image {
  border-radius: 4px;
}
.rounded-widget .widget-header {
  border-radius: 4px 4px 0 0;
}
.rounded-widget .widget-footer {
  border-radius: 0 0 4px 4px;
}
.widget,
.widget-image {
  background: #fff;
  border-radius: 0;
  border: none;
  margin-bottom: 30px;
}
.widget-header,
.widget-image {
  position: relative;
}
.widget-header {
  background: #fff;
  padding: 0.85rem 1.4rem;
  width: 100%;
}
.widget-header.bordered {
  border-bottom: 0.07rem solid #eee;
}
.widget-header.no-actions {
  padding: 1.49rem;
}
.widget-header h1,
.widget-header h2,
.widget-header h3,
.widget-header h4,
.widget-header h5,
.widget-header h6 {
  color: #2c304d;
  margin-bottom: 0;
}
.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5,
.section-title h6 {
  color: #2c304d;
  font-weight: 600;
  margin-bottom: 0;
}
.widget-header h2 {
  color: #2c304d;
  font-size: 1.2rem;
  display: table-cell;
  vertical-align: middle;
  margin-right: auto;
}
.widget-header h2 i {
  color: #aea9c3;
  font-size: 1.8rem;
  padding-right: 0.5rem;
  vertical-align: middle;
}
.widget-body {
  padding: 1.4rem;
}
.widget-image-footer {
  background: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1.2rem 0;
  z-index: 1;
}
.widget-footer {
  background: #fff;
  padding: 1rem 1.07rem;
  position: relative;
}
.widget-footer.big {
  padding: 2.1rem 1.07rem;
}
ul.social-network {
  list-style: none;
  margin-left: 0 !important;
  padding: 0;
}
ul.social-network li {
  display: inline;
  margin: 0;
}
.social-network a.ico-facebook:hover {
  color: #3b5998;
}
.social-network a.ico-linkedin:hover {
  color: #007bb7;
}
.social-network a.ico-rss:hover {
  color: #f26522;
}
.social-network a.ico-twitter:hover {
  color: #3cf;
}
.social-network a.ico-youtube:hover {
  color: #cd201f;
}
.social-network li a {
  color: #aea9c3;
  display: inline-block;
  position: relative;
  font-size: 2rem;
  width: 45px;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.social-network li i {
  margin: 0;
  line-height: 50px;
  text-align: center;
}
.social-network li a:hover i {
  -webkit-transform: rotate(1turn);
  -ms--transform: rotate(1turn);
  transform: rotate(1turn);
}
.social-network i,
.social-network li a:hover i {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.table thead {
  background-color: rgba(52, 40, 104, 0.05);
  border-radius: 4px;
}
.table thead th {
  vertical-align: middle;
  border: 0 none;
  padding: 20px 12px;
  color: #5d5386;
  font-weight: 600;
}
.table td {
  border-top: 0;
  padding: 0.85rem;
  vertical-align: middle;
  font-weight: 500;
}
.table-hover tbody tr:hover {
  background: rgba(52, 40, 104, 0.04);
}
.table-bordered td,
.table-bordered th {
  border: 0.07rem solid #eee;
}
.table .td-actions a i {
  background: transparent;
  color: rgba(52, 40, 104, 0.4);
  font-size: 1.6rem;
  padding: 0.5rem;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.table .td-actions a i.edit:hover,
.table .td-actions a i.more:hover {
  background: rgba(52, 40, 104, 0.8);
  color: #fff;
}
.table .td-actions a i.delete:hover {
  background: #e76c90;
  color: #fff;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
  background-color: rgba(52, 40, 104, 0.02);
  color: #5d5386;
}
.dataTables_wrapper.container-fluid {
  padding: 0 1.07rem;
}
.dt-buttons {
  float: left;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-radius: 50%;
  font-size: 1rem;
  margin-right: 5px;
}
.page-item:last-child .page-link {
  border-radius: 50%;
  font-size: 1rem;
  margin-left: 5px;
}
.page-item.active .page-link {
  z-index: 2;
  color: #5d5386;
  background-color: transparent;
  font-weight: 600;
}
.page-item.disabled .page-link {
  color: rgba(52, 40, 104, 0.15);
  pointer-events: none;
  cursor: not-allowed;
}
.page-link {
  padding: 0.5rem;
  line-height: 1rem;
  text-align: center;
  color: #aea9c3;
  margin: 0 0.3rem;
  background-color: transparent;
  border: 0 none;
  font-size: 1rem;
}
.page-link:focus,
.page-link:hover {
  color: #5d5386;
  text-decoration: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.breadcrumb {
  background: none;
  z-index: 50;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.breadcrumb li.breadcrumb-item {
  color: #94a4b0;
  font-weight: 500;
}
.breadcrumb li.breadcrumb-item i {
  font-size: 1.2rem;
  vertical-align: middle;
  display: inline-block;
}
.breadcrumb-item + .breadcrumb-item:before {
  color: #94a4b0;
  content: "-";
}
.modal {
  z-index: 1200;
}
.modal-top .modal-dialog {
  margin-top: 25px !important;
}
.modal-header {
  color: #2c304d;
  border-bottom: 0.07rem solid #eee;
}
.modal-header .close {
  font-size: 2rem;
}
.close {
  color: #d2d1d5;
  opacity: 0.8;
}
.modal-content {
  border: 0 none;
}
.modal-backdrop.show {
  opacity: 1;
}
.modal-backdrop {
  background: rgba(46, 52, 81, 0.8);
}
.modal-dialog-centered .modal-content {
  border-radius: 4px;
}
input[type="city"]:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
select,
textarea {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.form-control {
  font-size: 1rem;
  line-height: 1.25;
  color: #2c304d;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 0.75rem 1.07rem;
}
.form-control::-moz-placeholder {
  font-size: 0.85rem;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
  color: #94a4b0;
}
.form-control::-webkit-input-placeholder {
  font-size: 0.85rem;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
  color: #94a4b0;
}
.form-control:-ms-input-placeholder {
  font-size: 0.85rem;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
  color: #94a4b0;
}
select.form-control:not([size]):not([multiple]) {
  height: calc(2.85rem + 3px);
}
.form-control:focus,
.has-danger .form-control:focus,
.has-info .form-control:focus,
.has-success .form-control:focus,
.has-warning .form-control:focus {
  border-color: #5d5386;
}
.has-success .form-control {
  border-color: #5cb85c;
}
.has-danger .form-control {
  border-color: #fe195e;
}
.has-warning .form-control {
  border-color: #f0ad4e;
}
.has-info .form-control {
  border-color: #31b0d5;
}
.form-control-label {
  color: #2c304d;
  font-weight: 500;
}
.form-control-plaintext {
  color: #2c304d;
  font-weight: 300;
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.invalid-feedback {
  margin: 0;
  font-size: 0.95rem;
  color: #fe195e;
}
button,
input[type="submit"] {
  cursor: pointer;
  font-family: inherit;
  font-weight: 300 !important;
}
form label {
  color: #2c304d;
  font-weight: 500;
}
.input-group span.input-group-addon {
  font-weight: 500;
  border-radius: 0;
  border: 0 none;
  padding: 0.75rem 1.07rem;
  text-align: center;
}
.input-group span.input-group-addon.left {
  border-radius: 4px 0 0 4px;
}
.input-group span.input-group-addon.right {
  border-radius: 0 4px 4px 0;
}
.input-group span.input-group-addon i {
  font-size: 1.5rem;
  vertical-align: text-top;
}
.input-group span.input-group-addon.addon-primary {
  background-color: #5d5386;
  color: #fff;
}
.input-group span.input-group-addon.addon-secondary {
  background-color: #e4e8f0;
  color: #2c304d;
}
.input-group span.input-group-addon.addon-orange {
  background-color: #e76c90;
  color: #fff;
}
.input-group .input-group-btn .btn {
  padding: 0.9rem 1.07rem;
  border-radius: 0;
  font-weight: 500;
}
.input-group .input-group-btn .btn i {
  font-size: 1.4rem;
}
.input-group .dropdown-toggle {
  background: #f5f5f5;
  color: #94a4b0;
}
.input-group ul.dropdown-menu {
  padding: 15px;
  color: #94a4b0;
  border-radius: 0;
}
.input-group ul.dropdown-menu a:hover {
  color: #5d5386;
}
.material-input input {
  font-size: 1rem;
  padding: 10px 10px 10px 0;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #e4e8f0;
}
.material-input input:focus {
  outline: none;
}
.material-input label {
  color: #98a8b4;
  font-size: 0.9rem;
  font-weight: 400;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 10px;
  transition: all 0.2s ease;
  -moz-transition: 0.2s ease all;
  -webkit-transition: all 0.2s ease;
}
.material-input input:focus ~ label,
.material-input input:valid ~ label {
  top: -20px;
  font-size: 0.8rem;
  color: #5d5386;
}
.material-input .bar {
  position: relative;
  display: block;
  width: 100%;
}
.material-input .bar:after,
.material-input .bar:before {
  content: "";
  height: 1px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #5d5386;
  transition: all 0.2s ease;
  -moz-transition: 0.2s ease all;
  -webkit-transition: all 0.2s ease;
}
.material-input .bar:before {
  left: 50%;
}
.material-input .bar:after {
  right: 50%;
}
.material-input input:focus ~ .bar:after,
.material-input input:focus ~ .bar:before {
  width: 50%;
}
.material-input .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}
.material-input input:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}
@-webkit-keyframes inputHighlighter {
  0% {
      background: #5264ae;
  }
  to {
      width: 0;
      background: transparent;
  }
}
@keyframes inputHighlighter {
  0% {
      background: #5264ae;
  }
  to {
      width: 0;
      background: transparent;
  }
}
.modal-content {
  border-radius: 0;
}
.i-checks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.forms p {
  font-size: 0.9rem;
  color: #555;
}
section.forms form small,
section.forms form span {
  font-size: 0.85rem;
  color: #999;
  font-weight: 300;
}
.styled-radio {
  position: relative;
  padding-left: 35px;
  text-align: left;
}
.styled-radio label {
  cursor: pointer;
}
.styled-radio label:after,
.styled-radio label:before {
  content: "";
  position: absolute;
  top: 50%;
  border-radius: 50%;
}
.styled-radio label:before {
  left: 0;
  width: 20px;
  height: 20px;
  margin: -15px 0 0;
  background: rgba(52, 40, 104, 0.1);
  -webkit-box-shadow: 0 0 1px #eee;
  box-shadow: 0 0 1px #eee;
}
.styled-radio label:after {
  left: 5px;
  width: 10px;
  height: 10px;
  margin: -10px 0 0;
  opacity: 0;
  background: #5d5386;
  -webkit-transform: translate3d(-15px, 0, 0) scale(0.5);
  transform: translate3d(-15px, 0, 0) scale(0.5);
  -webkit-transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.styled-radio input[type="radio"] {
  position: absolute;
  top: 0;
  left: -9999px;
  visibility: hidden;
}
.radio-disabled,
.radio-disabled.styled-radio label {
  cursor: not-allowed;
  opacity: 0.8;
}
.styled-radio input[type="radio"]:checked + label:after {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
}
.styled-checkbox {
  position: relative;
  padding-left: 35px;
  text-align: left;
}
.styled-checkbox label {
  cursor: pointer;
}
.styled-checkbox label:after,
.styled-checkbox label:before {
  content: "";
  position: absolute;
  top: 50%;
  border-radius: 4px;
}
.styled-checkbox label:before {
  left: 0;
  width: 20px;
  height: 20px;
  margin: -15px 0 0;
  background: rgba(52, 40, 104, 0.1);
  -webkit-box-shadow: 0 0 1px #eee;
  box-shadow: 0 0 1px #eee;
}
.styled-checkbox label:after {
  font-family: Ionicons;
  content: "\F383";
  font-size: 1rem;
  left: 5px;
  margin: -15px 0 0;
  opacity: 0;
  color: #5d5386;
  -webkit-transform: translate3d(-15px, 0, 0) rotate(90deg);
  transform: translate3d(-15px, 0, 0) rotate(90deg);
  -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.styled-checkbox input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: -9999px;
  visibility: hidden;
}
.checkbox-disabled,
.checkbox-disabled.styled-checkbox label {
  cursor: not-allowed;
  opacity: 0.8;
}
.styled-checkbox input[type="checkbox"]:checked + label:after {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
}
.checkbox {
  cursor: pointer;
  border-radius: 50%;
  display: block;
  color: rgba(52, 40, 104, 0.3);
  -webkit-transition: color 0.8s ease;
  transition: color 0.8s ease;
}
.checkbox:hover:after {
  color: rgba(52, 40, 104, 0.4);
}
.checkbox:after {
  line-height: 40px;
  font-family: Ionicons;
  display: block;
  content: "";
  text-align: center;
  font-size: 1.4rem;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.check:after {
  content: "\F383";
}
.check.is-checked:after {
  color: #60c400;
}
.heart:after {
  content: "\F141";
}
.heart.is-checked:after {
  color: #f14c38;
}
.star:after {
  content: "\F24E";
}
.star.is-checked:after {
  color: #fcc525;
}
.toggle-checkbox {
  display: none;
}
.toggle-checkbox + span {
  width: 60px;
  height: 30px;
  border-radius: 35px;
  background-color: #dfdde7;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  cursor: pointer;
}
.toggle-checkbox:checked + span {
  background-color: #5d5386;
}
.toggle-checkbox + span > span {
  float: left;
  width: 26px;
  height: 26px;
  margin-top: 2px;
  margin-left: 2px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  pointer-events: none;
}
.toggle-checkbox:checked + span > span {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}
.toggle-checkbox-sm {
  display: none;
}
.toggle-checkbox-sm + span {
  width: 50px;
  height: 25px;
  border-radius: 35px;
  background-color: #dfdde7;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  cursor: pointer;
}
.toggle-checkbox-sm:checked + span {
  background-color: #5d5386;
}
.toggle-checkbox-sm + span > span {
  float: left;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-left: 2px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  pointer-events: none;
}
.toggle-checkbox-sm:checked + span > span {
  -webkit-transform: translateX(25px);
  transform: translateX(25px);
}
.step-container {
  position: relative;
  min-height: 100px;
  display: block;
  margin-bottom: 2rem;
}
.step-wizard {
  display: inline-block;
  position: relative;
  width: 100%;
}
.step-wizard .progress {
  position: absolute;
  top: 23px;
  height: 8px;
  left: 0;
  width: 100%;
}
.step-wizard .progressbar {
  position: absolute;
  background-color: #5d5386;
  height: 8px;
  border: 0 none;
  width: 0;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.step-wizard ul {
  position: absolute;
  width: 100%;
  list-style-type: none;
  padding: 0;
}
.step-wizard li {
  display: inline-block;
  text-align: center;
  width: 30%;
}
.step-wizard li .step {
  position: absolute;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 42px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 6px solid;
  border-color: #5d5386;
  background: #fff;
  -webkit-transition: background-color 0.6s ease, border-color 0.6s ease;
  transition: background-color 0.6s ease, border-color 0.6s ease;
}
.step-wizard li .title {
  position: absolute;
  width: 100%;
  left: 28px;
  padding-top: 60px;
  color: rgba(52, 40, 104, 0.4);
  -webkit-transition: color 0.6s ease;
  transition: color 0.6s ease;
}
.step-wizard .active .step {
  color: #fff;
  background-color: #5d5386;
  border-color: #5d5386;
}
.step-wizard .active .title {
  color: #e76c90;
  font-weight: 500;
}
.step-wizard li > a {
  display: block;
  width: 100%;
  color: #2c304d;
  position: relative;
  text-align: center;
}
.step-wizard a:hover .step {
  color: #fff;
  background-color: #5d5386;
}
.step-wizard a:hover .title {
  color: #5d5386;
}
@media only screen and (max-width: 1200px) {
  .step-wizard li {
      width: 30%;
  }
}
@media only screen and (max-width: 578px) {
  .step-wizard li {
      width: 25%;
  }
}
.sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #e76c90;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}
.sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(228, 232, 240, 0.8);
  border-radius: 40px;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}
.sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: #fff;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sa-icon.sa-success {
  border-color: #5d5386;
  border-color: transparent\9;
}
.sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9;
}
.sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9;
}
.sa-icon.sa-success:after,
.sa-icon.sa-success:before {
  content: "";
  border-radius: 40px;
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sa-icon.sa-success:before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}
.sa-icon.sa-success:after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 60px;
  transform-origin: 0 60px;
}
@-webkit-keyframes animateSuccessTip {
  0% {
      width: 0;
      left: 1px;
      top: 19px;
  }
  54% {
      width: 0;
      left: 1px;
      top: 19px;
  }
  70% {
      width: 50px;
      left: -8px;
      top: 37px;
  }
  84% {
      width: 17px;
      left: 21px;
      top: 48px;
  }
  to {
      width: 25px;
      left: 14px;
      top: 45px;
  }
}
@keyframes animateSuccessTip {
  0% {
      width: 0;
      left: 1px;
      top: 19px;
  }
  54% {
      width: 0;
      left: 1px;
      top: 19px;
  }
  70% {
      width: 50px;
      left: -8px;
      top: 37px;
  }
  84% {
      width: 17px;
      left: 21px;
      top: 48px;
  }
  to {
      width: 25px;
      left: 14px;
      top: 45px;
  }
}
@-webkit-keyframes animateSuccessLong {
  0% {
      width: 0;
      right: 46px;
      top: 54px;
  }
  65% {
      width: 0;
      right: 46px;
      top: 54px;
  }
  84% {
      width: 55px;
      right: 0;
      top: 35px;
  }
  to {
      width: 47px;
      right: 8px;
      top: 38px;
  }
}
@keyframes animateSuccessLong {
  0% {
      width: 0;
      right: 46px;
      top: 54px;
  }
  65% {
      width: 0;
      right: 46px;
      top: 54px;
  }
  84% {
      width: 55px;
      right: 0;
      top: 35px;
  }
  to {
      width: 47px;
      right: 8px;
      top: 38px;
  }
}
@-webkit-keyframes rotatePlaceholder {
  0% {
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
  }
  5% {
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
  }
  12% {
      transform: rotate(-405deg);
      -webkit-transform: rotate(-405deg);
  }
  to {
      transform: rotate(-405deg);
      -webkit-transform: rotate(-405deg);
  }
}
@keyframes rotatePlaceholder {
  0% {
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
  }
  5% {
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
  }
  12% {
      transform: rotate(-405deg);
      -webkit-transform: rotate(-405deg);
  }
  to {
      transform: rotate(-405deg);
      -webkit-transform: rotate(-405deg);
  }
}
.animateSuccessTip {
  -webkit-animation: animateSuccessTip 1s;
  animation: animateSuccessTip 1s;
}
.animateSuccessLong {
  -webkit-animation: animateSuccessLong 1.4s;
  animation: animateSuccessLong 1.4s;
}
.sa-icon.sa-success.animate:after {
  -webkit-animation: rotatePlaceholder 8s ease-in;
  animation: rotatePlaceholder 8s ease-in;
}
.timeline {
  width: 100%;
  position: relative;
  padding: 1px 0;
  list-style: none;
  font-weight: 500;
}
.timeline .timeline-item {
  padding-left: 0;
  padding-right: 30px;
}
.timeline .timeline-item.timeline-item-right,
.timeline .timeline-item:nth-of-type(2n):not(.timeline-item-left) {
  padding-left: 30px;
  padding-right: 0;
}
.timeline .timeline-item .timeline-event {
  width: 100%;
}
.timeline:after,
.timeline:before {
  content: " ";
  display: block;
}
.timeline:after {
  clear: both;
}
.timeline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 100% !important;
  margin-left: 2px;
  border-right-width: 4px;
  border-right-style: solid;
  border-right-color: rgba(52, 40, 104, 0.1);
}
.timeline .timeline-label .label {
  background-color: #e76c90;
  border-radius: 35px;
  color: #fff;
  display: inline;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1;
  padding: 0.65rem 1.4rem;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}
.timeline.timeline-line-solid:before {
  border-right-style: solid;
}
.timeline.timeline-line-dotted:before {
  border-right-style: dotted;
}
.timeline.timeline-line-dashed:before {
  border-right-style: dashed;
}
.timeline .timeline-item {
  position: relative;
  float: left;
  clear: left;
  width: 50%;
  margin-bottom: 20px;
}
.timeline .timeline-item:after,
.timeline .timeline-item:before {
  content: "";
  display: table;
}
.timeline .timeline-item:after {
  clear: both;
}
.timeline .timeline-item:last-child {
  margin-bottom: 0 !important;
}
.timeline .timeline-item.timeline-item-right > .timeline-event,
.timeline .timeline-item:nth-of-type(2n):not(.timeline-item-left) > .timeline-event {
  float: right !important;
}
.timeline .timeline-item.timeline-item-right > .timeline-event:after,
.timeline .timeline-item.timeline-item-right > .timeline-event:before,
.timeline .timeline-item:nth-of-type(2n):not(.timeline-item-left) > .timeline-event:after,
.timeline .timeline-item:nth-of-type(2n):not(.timeline-item-left) > .timeline-event:before {
  right: auto !important;
  border-left-width: 0 !important;
}
.timeline .timeline-item.timeline-item-right > .timeline-event:before,
.timeline .timeline-item:nth-of-type(2n):not(.timeline-item-left) > .timeline-event:before {
  left: -15px !important;
  border-right-width: 15px !important;
}
.timeline .timeline-item.timeline-item-right > .timeline-event:after,
.timeline .timeline-item:nth-of-type(2n):not(.timeline-item-left) > .timeline-event:after {
  left: -14px !important;
  border-right-width: 14px !important;
}
.timeline .timeline-item > .timeline-event:before {
  top: 10px;
  right: -15px;
  border-top: 15px solid transparent;
  border-left-width: 15px;
  border-left-style: solid;
  border-right-width: 0;
  border-right-style: solid;
  border-bottom: 15px solid transparent;
}
.timeline .timeline-item > .timeline-event:after {
  top: 11px;
  right: -14px;
  border-top: 14px solid transparent;
  border-left-width: 14px;
  border-left-style: solid;
  border-right-width: 0;
  border-right-style: solid;
  border-bottom: 14px solid transparent;
}
.timeline .timeline-item > .timeline-point {
  top: 25px;
}
.timeline .timeline-item:nth-of-type(2) {
  margin-top: 40px;
}
.timeline .timeline-item.timeline-item-left,
.timeline .timeline-item.timeline-item-right {
  clear: both !important;
}
.timeline .timeline-item.timeline-item-right,
.timeline .timeline-item:nth-of-type(2n):not(.timeline-item-left) {
  float: right;
  clear: right;
}
.timeline .timeline-item.timeline-item-right > .timeline-point,
.timeline .timeline-item:nth-of-type(2n):not(.timeline-item-left) > .timeline-point {
  left: -14px;
}
.timeline .timeline-item > .timeline-event {
  position: relative;
  float: left;
}
.timeline .timeline-item > .timeline-event:after,
.timeline .timeline-item > .timeline-event:before {
  border-left-color: rgba(52, 40, 104, 0.04);
  border-right-color: rgba(52, 40, 104, 0.04);
}
.timeline .timeline-item > .timeline-event:after,
.timeline .timeline-item > .timeline-event:before {
  content: "";
  display: inline-block;
  position: absolute;
}
.timeline .timeline-item > .timeline-point {
  color: #5d5386;
  background: #5d5386;
  right: -14px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-left: 8px;
  margin-right: 8px;
  position: absolute;
  z-index: 100;
  border-width: 3px;
  border-style: solid;
  border-radius: 100%;
  line-height: 20px;
  text-align: center;
  -webkit-box-shadow: 0 0 0 5px #f2f3f8;
  box-shadow: 0 0 0 5px #f2f3f8;
}
.timeline .timeline-label {
  position: relative;
  float: left;
  clear: left;
  width: 50%;
  margin-bottom: 20px;
  top: 1px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  text-align: center;
}
.timeline .timeline-label:after,
.timeline .timeline-label:before {
  content: "";
  display: table;
}
.timeline .timeline-label:after {
  clear: both;
}
.timeline .timeline-label:last-child {
  margin-bottom: 0 !important;
}
.timeline .timeline-label + .timeline-item {
  margin-top: 0;
}
.timeline .timeline-label + .timeline-item + .timeline-item {
  margin-top: 40px;
}
.timeline .time-right {
  right: 0;
}
.timeline .time-left,
.timeline .time-right {
  color: rgba(52, 40, 104, 0.5);
  position: absolute;
  bottom: 0;
  font-size: 0.85rem;
  font-weight: 500;
}
.timeline .time-left {
  left: 0;
}
.timeline .widget-header .user-image {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.07rem;
}
.timeline .widget-header .user-image img {
  width: 50px;
}
.timeline .widget-header .title {
  color: #2c304d;
  font-size: 1rem;
}
.timeline .widget-header .username {
  color: #e76c90;
}
.timeline .widget-header .time {
  font-size: 0.85rem;
}
.timeline .widget-body {
  padding: 1rem 1.4rem;
}
.timeline .widget-footer {
  border-top: 1px solid #eee;
  margin: 0 1.4rem;
  padding: 1.07rem 0;
}
.timeline .users-like {
  padding: 0;
}
.timeline .users-like a {
  margin: 0 -1.6rem 0 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.timeline .users-like a:hover {
  margin-right: -0.3rem;
}
.timeline .users-like a.view-more,
.timeline .users-like img {
  width: 40px;
  border: 0.25rem solid #fff;
}
.timeline .users-like a.view-more {
  background: #5d5386;
  color: #fff;
  height: 40px;
  border-radius: 50%;
  vertical-align: middle;
  font-size: 0.85rem;
  text-align: center;
  line-height: 30px;
  margin-right: 0;
}
.timeline .widget-footer .meta li {
  display: inline-block;
  margin-right: 0.5rem;
}
.timeline .widget-footer .meta li:last-child {
  margin-right: 0;
}
.timeline .widget-footer .meta li a {
  color: rgba(52, 40, 104, 0.3);
}
.timeline .widget-footer .meta li a:hover {
  color: rgba(52, 40, 104, 0.9);
}
.timeline .widget-footer .meta li i {
  font-size: 1.8rem;
  vertical-align: middle;
  margin-right: 0.3rem;
}
.timeline .widget-footer .meta li .numb {
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .timeline.timeline {
      width: 100%;
      max-width: 100%;
  }
  .timeline.timeline .timeline-item,
  .timeline.timeline .timeline-item.timeline-item-right,
  .timeline.timeline .timeline-item:nth-of-type(2n):not(.timeline-item-left) {
      padding-left: 72px;
      padding-right: 0;
  }
  .timeline.timeline .timeline-item .timeline-event {
      width: 100%;
  }
  .timeline.timeline:before {
      left: 42px;
      width: 0;
      margin-left: -1px;
  }
  .timeline.timeline .timeline-item {
      width: 100%;
      margin-bottom: 20px;
  }
  .timeline.timeline .timeline-item:nth-of-type(2n) {
      margin-top: 0;
  }
  .timeline.timeline .timeline-item > .timeline-event {
      float: right !important;
  }
  .timeline.timeline .timeline-item > .timeline-event:after,
  .timeline.timeline .timeline-item > .timeline-event:before {
      right: auto !important;
      border-left-width: 0 !important;
  }
  .timeline.timeline .timeline-item > .timeline-event:before {
      left: -15px !important;
      border-right-width: 15px !important;
  }
  .timeline.timeline .timeline-item > .timeline-event:after {
      left: -14px !important;
      border-right-width: 14px !important;
  }
  .timeline.timeline .timeline-item > .timeline-point {
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      left: 42px !important;
      margin-left: 0;
  }
  .timeline.timeline .timeline-label {
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      margin: 0 0 20px 42px;
  }
  .timeline.timeline .timeline-label + .timeline-item + .timeline-item {
      margin-top: 0;
  }
  .timeline .time-right {
      left: 0;
  }
}
.nav-tabs {
  border-bottom: 2px solid #eee;
}
.nav-tabs .nav-item {
  position: relative;
}
.nav-link {
  display: block;
  padding: 0.7rem 1rem;
}
.nav-tabs .nav-link {
  border: 0 none;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #e76c90;
  background-color: #fff;
}
.nav-tabs .nav-link.active:after {
  -webkit-transform: none;
  transform: none;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border: 0 none;
}
.nav-tabs .nav-link i {
  color: #aea9c3;
}
.nav-tabs > li > a {
  border: none;
}
.nav-tabs > li.active > a,
.nav-tabs > li > a:hover {
  color: #5d5386 !important;
  background: transparent;
}
.nav-tabs > li > a:after {
  content: "";
  background: #5d5386;
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -1px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.nav-tabs > li.active > a:after,
.nav-tabs > li:hover > a:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.nav-tabs .nav-link.disabled {
  color: #98a8b4;
  background-color: transparent;
  border-color: transparent;
  cursor: pointer;
}
.nav-tabs .dropdown-toggle:after {
  border: 0 none;
}
.nav-tabs .dropdown-item {
  color: #5d5386;
  padding: 0.65rem 1.5rem;
}
.nav-tabs .dropdown-item.active,
.nav-tabs .dropdown-item:active {
  color: #fff !important;
  background-color: #5d5386;
}
.nav-left.nav-tabs {
  float: left;
  border-bottom: 0;
  border-radius: 0;
  display: table;
  padding: 0.65rem 1.07rem;
}
.nav-left.nav-tabs .nav-item {
  text-align: center;
}
.nav-link i {
  color: #aea9c3;
}
.alert {
  color: #fff;
  position: relative;
  padding: 0.85rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-lg {
  padding: 1.25rem;
}
.alert i {
  font-size: 2rem;
  vertical-align: middle;
}
.alert .close:before {
  content: "\F129";
}
.alert .close {
  font-family: ionicons;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  font-size: 1rem;
  outline: none !important;
  text-shadow: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  padding-right: 1.25rem;
  color: inherit;
  opacity: 1;
}
.alert-danger .close,
.alert-info .close,
.alert-primary .close,
.alert-succes .close,
.alert-warning .close {
  color: #fff;
}
.alert-secondary .close {
  color: #2c304d;
}
.alert-shadow {
  color: #2c304d;
  background-color: #fff;
  border-color: #eee;
  -webkit-box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.15);
  box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.15);
}
.alert-primary {
  color: #fff;
  background-color: #5d5386;
  border-color: #5d5386;
}
.alert-secondary {
  color: #2c304d;
  background-color: #e4e8f0;
  border-color: #e4e8f0;
}
.alert-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.alert-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.alert-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.alert-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #c9302c;
}
.alert-outline-danger.dashed,
.alert-outline-info.dashed,
.alert-outline-primary.dashed,
.alert-outline-secondary.dashed,
.alert-outline-success.dashed,
.alert-outline-warning.dashed {
  border-style: dashed;
}
.alert-outline-danger.dotted,
.alert-outline-info.dotted,
.alert-outline-primary.dotted,
.alert-outline-secondary.dotted,
.alert-outline-success.dotted,
.alert-outline-warning.dotted {
  border-style: dotted;
}
.alert-outline-primary {
  color: #5d5386;
  border-color: #5d5386;
  border-width: 2px;
}
.alert-outline-secondary {
  color: #2c304d;
  border-color: #e4e8f0;
  border-width: 2px;
}
.alert-outline-success {
  color: #5cb85c;
  border-color: #5cb85c;
  border-width: 2px;
}
.alert-outline-info {
  color: #5bc0de;
  border-color: #5bc0de;
  border-width: 2px;
}
.alert-outline-warning {
  color: #f0ad4e;
  border-color: #f0ad4e;
  border-width: 2px;
}
.alert-outline-danger {
  color: #c9302c;
  border-color: #c9302c;
  border-width: 2px;
}
.alert-primary-bordered {
  color: #5d5386;
  border: 1px solid #eee;
  -webkit-box-shadow: 7px 0 0 0 #5d5386 inset;
  box-shadow: inset 7px 0 0 0 #5d5386;
}
.alert-secondary-bordered {
  color: #2c304d;
  border: 1px solid #eee;
  -webkit-box-shadow: 7px 0 0 0 #2c304d inset;
  box-shadow: inset 7px 0 0 0 #2c304d;
}
.alert-success-bordered {
  color: #5cb85c;
  border: 1px solid #eee;
  -webkit-box-shadow: 7px 0 0 0 #5cb85c inset;
  box-shadow: inset 7px 0 0 0 #5cb85c;
}
.alert-info-bordered {
  color: #5bc0de;
  border: 1px solid #eee;
  -webkit-box-shadow: 7px 0 0 0 #5bc0de inset;
  box-shadow: inset 7px 0 0 0 #5bc0de;
}
.alert-warning-bordered {
  color: #f0ad4e;
  border: 1px solid #eee;
  -webkit-box-shadow: 7px 0 0 0 #f0ad4e inset;
  box-shadow: inset 7px 0 0 0 #f0ad4e;
}
.alert-danger-bordered {
  color: #c9302c;
  border: 1px solid #eee;
  -webkit-box-shadow: 7px 0 0 0 #c9302c inset;
  box-shadow: inset 7px 0 0 0 #c9302c;
}
.accordion .card-header {
  padding: 1.6rem;
}
.accordion-icon .card-header,
.accordion .card-header {
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 0 none;
}
.accordion-icon .card-header {
  padding: 1.25rem;
}
.accordion-icon.icon-01 .card-header:before {
  font-family: lineAwesome;
  content: "\F113";
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: middle;
  margin-right: 0.5rem;
}
.accordion-icon.icon-01 .card-header.collapsed:before {
  content: "\F110";
}
.accordion-icon.icon-02 .card-header:before {
  font-family: lineAwesome;
  content: "\F28E";
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: middle;
  margin-right: 0.5rem;
}
.accordion-icon.icon-02 .card-header.collapsed:before {
  content: "\F2C2";
}
.accordion-icon .card-title,
.accordion .card-title {
  margin-bottom: 0;
  display: inline-block;
}
.accordion-icon .card-body,
.accordion .card-body {
  border-bottom: 0.07rem solid #eee;
}
.popover {
  border-color: #eee;
  padding: 0;
  -webkit-box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.18);
  box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.18);
}
.popover .popover-header {
  background-color: #fff;
  border-color: #eee;
  color: #5d5386;
  padding: 0.85rem 1.07rem;
}
.popover-body {
  padding: 0.85rem 1.07rem;
  color: #2c304d;
}
.bs-popover-auto[x-placement^="top"] .arrow:before,
.bs-popover-top .arrow:before {
  right: 0;
  border-top-color: #eee;
}
.bs-popover-auto[x-placement^="right"] .arrow:before,
.bs-popover-right .arrow:before {
  right: 0;
  border-right-color: #eee;
}
.bs-popover-auto[x-placement^="bottom"] .arrow:before,
.bs-popover-bottom .arrow:before {
  right: 0;
  border-bottom-color: #eee;
}
.bs-popover-auto[x-placement^="left"] .arrow:before,
.bs-popover-left .arrow:before {
  right: 0;
  border-left-color: #eee;
}
.tooltip-inner {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  max-width: 200px;
  color: #98a8b4;
  text-align: center;
  background-color: #fff;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.18);
  box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.18);
  border-radius: 35px;
  padding: 0.65rem 1.07rem;
}
.tooltip.show {
  opacity: 1;
}
.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow:before,
.tooltip.bs-tooltip-top .arrow:before {
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #fff;
}
.tooltip.bs-tooltip-auto[x-placement^="right"] .arrow:before,
.tooltip.bs-tooltip-right .arrow:before {
  left: -5px;
  top: 50%;
  border-width: 5px 5px 5px 0;
  border-right-color: #fff;
}
.tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow:before,
.tooltip.bs-tooltip-bottom .arrow:before {
  top: -5px;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #fff;
}
.tooltip.bs-tooltip-auto[x-placement^="left"] .arrow:before,
.tooltip.bs-tooltip-left .arrow:before {
  right: -5px;
  top: 50%;
  border-width: 5px 0 5px 5px;
  border-left-color: #fff;
}
#noty_layout__bottom,
#noty_layout__bottomCenter,
#noty_layout__bottomLeft,
#noty_layout__bottomRight,
#noty_layout__center,
#noty_layout__centerLeft,
#noty_layout__centerRight,
#noty_layout__top,
#noty_layout__topCenter,
#noty_layout__topLeft,
#noty_layout__topRight,
.noty_layout_mixin {
  position: fixed;
  margin: 0;
  padding: 0;
  z-index: 9999999;
  border-radius: 4px;
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  filter: blur(0);
  -webkit-filter: blur(0);
  max-width: 90%;
}
#noty_layout__top {
  top: 0;
  left: 5%;
  width: 90%;
}
#noty_layout__topLeft {
  top: 20px;
  left: 20px;
  width: 325px;
}
#noty_layout__topCenter {
  top: 5%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(calc(-50% - 0.5px)) translateZ(0) scale(1);
  transform: translate(calc(-50% - 0.5px)) translateZ(0) scale(1);
}
#noty_layout__topRight {
  top: 20px;
  right: 20px;
  width: 325px;
}
#noty_layout__bottom {
  bottom: 0;
  left: 5%;
  width: 90%;
}
#noty_layout__bottomLeft {
  bottom: 20px;
  left: 20px;
  width: 325px;
}
#noty_layout__bottomCenter {
  bottom: 5%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(calc(-50% - 0.5px)) translateZ(0) scale(1);
  transform: translate(calc(-50% - 0.5px)) translateZ(0) scale(1);
}
#noty_layout__bottomRight {
  bottom: 20px;
  right: 20px;
  width: 325px;
}
#noty_layout__center {
  top: 50%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(calc(-50% - 0.5px), calc(-50% - 0.5px)) translateZ(0) scale(1);
  transform: translate(calc(-50% - 0.5px), calc(-50% - 0.5px)) translateZ(0) scale(1);
}
#noty_layout__centerLeft {
  left: 20px;
}
#noty_layout__centerLeft,
#noty_layout__centerRight {
  top: 50%;
  width: 325px;
  -webkit-transform: translateY(calc(-50% - 0.5px)) translateZ(0) scale(1);
  transform: translateY(calc(-50% - 0.5px)) translateZ(0) scale(1);
}
#noty_layout__centerRight {
  right: 20px;
}
.noty_progressbar {
  display: none;
}
.noty_has_timeout.noty_has_progressbar .noty_progressbar {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0 0 4px 4px;
  opacity: 0.3;
  filter: alpha(opacity=10);
}
.noty_bar {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(0) translateZ(0) scale(1);
  transform: translate(0) scale(1);
  -webkit-font-smoothing: subpixel-antialiased;
}
.noty_effects_open {
  opacity: 0;
  -webkit-transform: translate(50%);
  transform: translate(50%);
  -webkit-animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.noty_effects_close {
  -webkit-animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.noty_fix_effects_height {
  -webkit-animation: noty_anim_height 75ms ease-out;
  animation: noty_anim_height 75ms ease-out;
}
.noty_close_with_click {
  cursor: pointer;
}
.noty_close_button {
  position: absolute;
  top: 2px;
  right: 2px;
  font-weight: 700;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.noty_close_button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.noty_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10000;
  opacity: 0.3;
  left: 0;
  top: 0;
}
.noty_modal.noty_modal_open {
  opacity: 0;
  -webkit-animation: noty_modal_in 0.3s ease-out;
  animation: noty_modal_in 0.3s ease-out;
}
.noty_modal.noty_modal_close {
  -webkit-animation: noty_modal_out 0.3s ease-out;
  animation: noty_modal_out 0.3s ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes noty_modal_in {
  to {
      opacity: 0.3;
  }
}
@keyframes noty_modal_in {
  to {
      opacity: 0.3;
  }
}
@-webkit-keyframes noty_modal_out {
  to {
      opacity: 0;
  }
}
@keyframes noty_modal_out {
  to {
      opacity: 0;
  }
}
@-webkit-keyframes noty_anim_in {
  to {
      -webkit-transform: translate(0);
      transform: translate(0);
      opacity: 1;
  }
}
@keyframes noty_anim_in {
  to {
      -webkit-transform: translate(0);
      transform: translate(0);
      opacity: 1;
  }
}
@-webkit-keyframes noty_anim_out {
  to {
      -webkit-transform: translate(50%);
      transform: translate(50%);
      opacity: 0;
  }
}
@keyframes noty_anim_out {
  to {
      -webkit-transform: translate(50%);
      transform: translate(50%);
      opacity: 0;
  }
}
@-webkit-keyframes noty_anim_height {
  to {
      height: 0;
  }
}
@keyframes noty_anim_height {
  to {
      height: 0;
  }
}
.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.noty_bar .noty_body {
  font-weight: 600;
  padding: 1.07rem 1.25rem;
}
.noty_bar .noty_buttons {
  padding: 1.07rem;
}
.noty_bar .noty_close_button {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  filter: alpha(opacity=20);
  opacity: 0.5;
  background: transparent;
}
.noty_bar .noty_close_button:hover {
  background: transparent;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.75;
}
.noty_type__alert,
.noty_type__notification {
  background-color: rgba(44, 48, 77, 0.8);
  color: #fff;
}
.noty_type__notification.noty_has_timeout.noty_has_progressbar .noty_progressbar {
  background-color: #e76c90;
  opacity: 0.5;
}
.noty_type__warning {
  background-color: #f0ad4e;
  color: #fff;
  border-color: #f0ad4e;
}
.noty_type__error {
  background-color: #fe195e;
  color: #fff;
  border-color: #fe195e;
}
.noty_type__info,
.noty_type__information {
  background-color: #5bc0de;
  color: #fff;
  border-color: #5bc0de;
}
.noty_type__success {
  background-color: #5cb85c;
  color: #fff;
  border-color: #5cb85c;
}
.daterangepicker .btn-primary,
.daterangepicker .btn-primary.disabled,
.daterangepicker .btn-primary:disabled,
.daterangepicker .btn-primary:focus,
.daterangepicker .btn-primary:hover {
  background-color: #5d5386;
  border-color: #5d5386;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.input-daterange input:last-child {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.daterangepicker {
  position: absolute;
  left: 0;
  margin-top: 5px;
  width: auto;
  padding: 0;
}
.daterangepicker.dropdown-menu {
  max-width: none;
  background-color: transparent;
  border: 0;
  z-index: 99999999999;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.daterangepicker.dropup {
  margin-top: -7px;
}
.daterangepicker .calendar,
.daterangepicker.opensleft .calendars,
.daterangepicker .ranges {
  float: left;
}
.daterangepicker.opensright .calendars {
  float: right;
}
.daterangepicker.single .calendar {
  float: none;
  margin-left: 0;
  margin-right: 0;
}
.daterangepicker.single .ranges {
  display: none;
}
.daterangepicker.show-calendar .calendar {
  display: block;
}
.daterangepicker .calendar {
  display: none;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  margin: 7px;
  padding: 14px;
  -webkit-box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.08);
  box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.08);
}
.daterangepicker table {
  width: 100%;
  margin: 0;
}
.daterangepicker table tbody td,
.daterangepicker table tbody th {
  cursor: pointer;
}
.daterangepicker td,
.daterangepicker th {
  white-space: nowrap;
  text-align: center;
}
.daterangepicker td.week,
.daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}
.daterangepicker th {
  color: #2c304d;
  font-weight: 500;
  font-size: 1rem;
}
.daterangepicker th > i {
  top: 0;
}
.daterangepicker th.next,
.daterangepicker th.prev {
  cursor: pointer;
}
.daterangepicker th.next i,
.daterangepicker th.prev i {
  font-size: 20px;
}
.daterangepicker th.available:focus,
.daterangepicker th.available:hover {
  color: #333;
}
.daterangepicker td.available:focus,
.daterangepicker td.available:hover {
  background-color: hsla(0, 0%, 78%, 0.2);
  border-radius: 3px;
}
.daterangepicker td.disabled,
.daterangepicker td.off {
  color: #aea9c3 !important;
}
.daterangepicker td.available {
  color: #2c304d;
}
.daterangepicker td.disabled {
  cursor: not-allowed;
}
.daterangepicker td.in-range {
  background-color: hsla(0, 0%, 78%, 0.2);
}
.daterangepicker td.active:not(.disabled),
.daterangepicker td.active:not(.disabled):focus,
.daterangepicker td.active:not(.disabled):hover {
  background-color: #5d5386;
  color: #fff;
  border-radius: 4px;
}
.daterangepicker .table-condensed tr > td,
.daterangepicker .table-condensed tr > th {
  padding: 10px;
  line-height: 1.2;
}
.daterangepicker .table-condensed thead tr:last-child th {
  padding-top: 14px;
}
.daterangepicker .table-condensed .month {
  font-size: 1.07rem;
  line-height: 1;
  color: #e76c90;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 500;
}
.daterangepicker select {
  display: inline-block;
}
.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}
.daterangepicker select.yearselect {
  width: 40%;
}
.daterangepicker select.ampmselect,
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect {
  width: 60px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.daterangepicker .daterangepicker_input {
  position: relative;
}
.daterangepicker .daterangepicker_input i {
  position: absolute;
  right: 11px;
  top: auto;
  bottom: 2px;
  color: #999;
  font-size: 24px;
}
.daterangepicker .daterangepicker_input input {
  padding-left: 11px;
  padding-right: 34px;
}
.daterangepicker .calendar-time {
  text-align: center;
  margin: 12px 0;
}
.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}
.ranges {
  background-color: #fff;
  position: relative;
  border: 1px solid #eee;
  border-radius: 4px;
  width: 200px;
  margin-top: 7px;
  -webkit-box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.08);
  box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.08);
}
.opensright .ranges {
  margin-left: 0;
}
.opensleft .ranges {
  margin-right: 0;
}
.ranges ul {
  list-style: none;
  margin: 0;
  padding: 7px 0;
}
.ranges ul + .daterangepicker-inputs {
  border-top: 1px solid #e5e5e5;
}
.ranges ul li {
  color: #333;
  padding: 8px 12px;
  cursor: pointer;
  margin-top: 1px;
}
.ranges ul li:first-child {
  margin-top: 0;
}
.ranges ul li:focus,
.ranges ul li:hover {
  background-color: hsla(0, 0%, 78%, 0.2);
}
.ranges ul li.active {
  color: #fff;
  background-color: #6200ea;
}
.ranges .daterangepicker-inputs {
  padding: 12px;
  padding-top: 19px;
}
.ranges .daterangepicker-inputs .daterangepicker_input + .daterangepicker_input {
  margin-top: 19px;
}
.ranges .daterangepicker-inputs .daterangepicker_input > span {
  display: block;
  font-size: 12px;
  margin-bottom: 7px;
  color: #999;
}
.ranges .daterangepicker-inputs + .range_inputs {
  border-top: 1px solid #e5e5e5;
}
.ranges .range_inputs {
  padding: 12px;
}
.ranges .range_inputs .btn {
  display: block;
  width: 100%;
}
.ranges .range_inputs .btn + .btn {
  margin-top: 12px;
}
@media (min-width: 769px) {
  .ranges {
      margin: 7px;
  }
}
.daterange-custom {
  cursor: pointer;
}
.daterange-custom:after {
  content: "";
  display: table;
  clear: both;
}
.daterange-custom .badge,
.daterange-custom .label {
  margin: 4px 0 0 7px;
  vertical-align: top;
}
.daterange-custom .label-icon {
  margin-top: 0;
  margin-right: 5px;
}
.daterange-custom-display {
  display: inline-block;
  position: relative;
  padding-left: 21px;
  line-height: 1;
}
.daterange-custom-display:after {
  content: "\E9C9";
  font-family: icomoon;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.daterange-custom.is-opened .daterange-custom-display:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.daterange-custom-display > i {
  display: inline-block;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.015em;
}
.daterange-custom-display b {
  display: inline-block;
  margin-left: 4px;
  font-weight: 400;
}
.daterange-custom-display b > i {
  font-size: 11px;
  display: block;
  line-height: 12px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 400;
}
.daterange-custom-display em {
  line-height: 30px;
  vertical-align: top;
  margin: 0 4px;
}
@media (max-width: 769px) {
  .opensleft,
  .opensright {
      left: 0 !important;
      right: 0;
  }
  .daterangepicker.opensleft .calendar,
  .daterangepicker.opensleft .calendars,
  .daterangepicker.opensleft .ranges,
  .daterangepicker.opensright .calendar,
  .daterangepicker.opensright .calendars,
  .daterangepicker.opensright .ranges,
  .opensleft .calendars,
  .opensright .calendars {
      float: none;
  }
  .daterangepicker {
      width: 100%;
      padding-left: 20px;
      padding-right: 20px;
  }
  .daterangepicker .calendar {
      margin-left: 0;
      margin-right: 0;
  }
  .daterangepicker .ranges {
      width: 100%;
  }
}
.img-hover-01 {
  background: #2c304d;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-align: center;
  border-radius: 4px;
  margin: 0;
}
.img-hover-01 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.img-hover-01 img {
  max-width: 100%;
  border-radius: 4px;
}
.img-hover-01 > div {
  width: 100%;
  bottom: 0;
  position: absolute;
  padding: 8px;
  color: #fff;
  text-align: right;
  overflow: hidden;
}
.img-hover-01 > div a i {
  font-size: 1.8rem;
  color: #fff;
  padding: 0 5px;
  position: relative;
  bottom: -50px;
}
.img-hover-01 > div a span {
  font-size: 1.07rem;
  color: #fff;
  padding: 0;
  position: relative;
  bottom: -50px;
}
.img-hover-01 a {
  opacity: 0.8;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.img-hover-01 a:hover {
  opacity: 1;
}
.img-hover-01.hover img,
.img-hover-01:hover img {
  opacity: 0.2;
  bottom: 0;
}
.img-hover-01.hover > div,
.img-hover-01.hover > div a i,
.img-hover-01:hover > div,
.img-hover-01:hover > div a i {
  bottom: 5px;
}
.img-hover-01.hover > div a span,
.img-hover-01:hover > div a span {
  bottom: 8px;
}
.img-hover-01.hover a span,
.img-hover-01:hover a span {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.img-hover-01.hover a:first-child i,
.img-hover-01:hover a:first-child i {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.img-hover-01.hover a:nth-child(2) i,
.img-hover-01:hover a:nth-child(2) i {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.img-hover-02 {
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
  background: #2c304d;
  text-align: center;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.img-hover-02 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.img-hover-02 img {
  max-width: 100%;
  vertical-align: top;
}
.img-hover-02 i {
  position: absolute;
  top: 100%;
  left: 50%;
  border-radius: 50%;
  font-size: 34px;
  color: #e76c90;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #fff;
  -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.25);
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0ms;
  transition: all 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0ms;
}
.img-hover-02 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
.img-hover-02.hover img,
.img-hover-02:hover img {
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.img-hover-02.hover i,
.img-hover-02:hover i {
  top: 50%;
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
  opacity: 1;
}
.db-social .jumbotron {
  margin: 0;
  background: url(/images/05.jpg?a97a9f371707caf70dcabf40a2ab58c2);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: bottom;
  color: #fff !important;
  height: 300px;
  position: relative;
  -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.3);
  padding: 0;
}
.db-social .profile-overlay {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 243, 248, 0)), to(#f2f3f8));
  background: linear-gradient(180deg, rgba(242, 243, 248, 0) 0, #f2f3f8);
}
.db-social .head-profile li {
  display: inline-block;
  text-align: center;
  padding: 0 1rem;
}
.db-social .head-profile li:first-child {
  padding-left: 0;
}
.db-social .head-profile li:last-child {
  padding-right: 0;
}
.db-social .head-profile li i {
  font-size: 3rem;
}
.db-social .head-profile li .heading {
  color: #aea9c3;
  font-size: 1rem;
}
.db-social .head-profile li .counter {
  color: #2c304d;
  font-size: 1.4rem;
  font-weight: 600;
}
.db-social .head-profile {
  margin-top: -120px;
  border-radius: 4px;
  position: relative;
}
.db-social .head-profile:before {
  background: hsla(0, 0%, 100%, 0.6);
  width: 90%;
  top: -20px;
}
.db-social .head-profile:after,
.db-social .head-profile:before {
  content: "";
  height: 20px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 4px 4px 0 0;
}
.db-social .head-profile:after {
  background: hsla(0, 0%, 100%, 0.3);
  width: 80%;
  top: -40px;
}
.db-social .image-default img {
  width: 120px;
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 0 6px #fff;
  box-shadow: 0 0 0 6px #fff;
  z-index: 10;
}
.db-social .infos {
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 1rem;
  line-height: 1.8rem;
}
.db-social h2 {
  color: #2c304d;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 0.2rem;
}
.db-social .location {
  color: #aea9c3;
  font-size: 1rem;
}
.db-social .follow .btn {
  padding: 10px 30px;
}
.db-social .head-profile .actions {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5rem;
}
.db-social .head-nav {
  font-weight: 500;
}
.db-social .nav-tabs {
  border: 0 none;
}
.db-social .head-nav * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.db-social .head-nav li {
  display: inline-block;
  list-style: outside none none;
  margin: 0 1.4rem;
  padding: 0;
}
.db-social .head-nav li:first-child {
  margin-left: 0;
}
.db-social .head-nav li:last-child {
  margin-right: 0;
}
.db-social .head-nav a {
  padding: 1.07rem 0;
  color: #2c304d;
  position: relative;
  text-decoration: none;
  display: inline-block;
}
.db-social .head-nav a:after {
  height: 2px;
  position: absolute;
  content: "";
  background-color: rgba(52, 40, 104, 0.8);
  width: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  bottom: 0;
  left: 0;
}
.db-social .head-nav .current a,
.db-social .head-nav a:hover {
  color: #2c304d;
}
.db-social .head-nav .current a:after,
.db-social .head-nav .current a:before,
.db-social .head-nav a:hover:after,
.db-social .head-nav a:hover:before {
  width: 100%;
}
.db-social .widget-header .user-image {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.07rem;
}
.db-social .widget-header .user-image img {
  width: 50px;
}
.db-social .widget-header .title {
  color: #2c304d;
  font-size: 1rem;
}
.db-social .widget-header .username {
  color: #e76c90;
  font-weight: 600;
}
.db-social .widget-header .time {
  color: #aea9c3;
  font-size: 0.85rem;
}
.db-social .widget-body {
  padding: 1rem 1.4rem;
}
.db-social .widget-footer {
  border-top: 1px solid #eee;
  margin: 0 1.4rem;
  padding: 1.07rem 0;
}
.db-social .users-like {
  padding: 0;
}
.db-social .users-like a {
  margin: 0 -1.6rem 0 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.db-social .users-like a:hover {
  margin-right: -0.3rem;
}
.db-social .users-like a.view-more,
.db-social .users-like img {
  width: 35px;
  border: 0.25rem solid #fff;
}
.db-social .users-like a.view-more {
  background: #5d5386;
  color: #fff;
  height: 35px;
  border-radius: 50%;
  vertical-align: middle;
  font-size: 0.85rem;
  text-align: center;
  line-height: 30px;
  margin-right: 0;
}
.db-social .widget-footer .meta li {
  display: inline-block;
  margin-right: 0.5rem;
}
.db-social .widget-footer .meta li:last-child {
  margin-right: 0;
}
.db-social .widget-footer .meta li a {
  color: #aea9c3;
}
.db-social .widget-footer .meta li a:hover {
  color: #5d5386;
}
.db-social .widget-footer .meta li i {
  font-size: 1.8rem;
  vertical-align: middle;
  margin-right: 0.3rem;
}
.db-social .widget-footer .meta li .numb {
  vertical-align: middle;
}
.db-social .comments {
  background: #f5f6fb;
}
.db-social .comments-header {
  border-top: 0.07rem solid #eee;
  padding: 0.85rem 1.4rem;
  position: relative;
  width: 100%;
}
.db-social .comments-header .user-image {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.07rem;
}
.db-social .comments-header .user-image img {
  width: 40px;
}
.db-social .comments-header .title {
  color: #2c304d;
  font-size: 1rem;
}
.db-social .comments-header .username {
  color: #2c304d;
  font-weight: 600;
}
.db-social .comments-header .time {
  font-size: 0.85rem;
}
.db-social .comments-body {
  padding: 1rem 1.4rem;
}
.db-social .comments-footer {
  padding: 0 1.4rem 1rem;
}
.db-social .comments-footer .meta li {
  display: inline-block;
  margin-right: 0.3rem;
}
.db-social .comments-footer .meta li a {
  color: rgba(52, 40, 104, 0.3);
}
.db-social .comments-footer .meta li a:hover {
  color: rgba(52, 40, 104, 0.9);
}
.db-social .comments-footer .meta li i {
  font-size: 1.2rem;
  vertical-align: middle;
}
.db-social .comments-footer .meta li .rep {
  font-size: 0.85rem;
  vertical-align: middle;
}
.db-social .reply:before {
  position: absolute;
  display: block;
  left: 30px;
  width: 4px;
  height: 100%;
  border-radius: 4px;
  background-color: #e4e8f0;
  content: " ";
}
.db-social .reply:after {
  display: block;
  position: absolute;
  top: 25px;
  left: 25px;
  width: 15px;
  height: 15px;
  border: 3px solid #f5f6fb;
  border-radius: 50%;
  background-color: rgba(52, 40, 104, 0.2);
  content: " ";
}
.db-social .reply {
  background: #f5f6fb;
  position: relative;
}
.db-social .reply-header {
  border-top: 0.07rem solid #eee;
  padding: 0.85rem 1.4rem 0 4rem;
  position: relative;
  width: 100%;
}
.db-social .reply-header .user-image {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.07rem;
}
.db-social .reply-header .user-image img {
  width: 40px;
}
.db-social .reply-header .title {
  color: #2c304d;
  font-size: 1rem;
}
.db-social .reply-header .username {
  color: #2c304d;
  font-weight: 600;
}
.db-social .reply-header .time {
  font-size: 0.85rem;
}
.db-social .reply-body {
  padding: 1rem 1.4rem 1rem 4rem;
}
.db-social .reply-footer {
  padding: 0 1.4rem 1rem 4rem;
}
.db-social .reply-footer .meta li {
  display: inline-block;
  margin-right: 0.3rem;
}
.db-social .reply-footer .meta li a {
  color: rgba(52, 40, 104, 0.3);
}
.db-social .reply-footer .meta li a:hover {
  color: rgba(52, 40, 104, 0.9);
}
.db-social .reply-footer .meta li i {
  font-size: 1.2rem;
  vertical-align: middle;
}
.db-social .reply-footer .meta li .rep {
  font-size: 0.85rem;
  vertical-align: middle;
}
.db-social .publisher {
  border-top: 0.07rem solid #eee;
  position: relative;
  padding: 1rem;
  background: #f5f6fb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.db-social .publisher > * {
  margin: 0 8px;
}
.db-social .publisher > :first-child {
  margin-left: 0;
}
.db-social .publisher > :last-child {
  margin-right: 0;
}
.db-social .publisher-multi {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.db-social .publisher-multi > * {
  margin: 0;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.db-social .publisher-multi .publisher-input {
  padding: 1rem;
  border-radius: 4px;
  color: #98a8b4;
}
.db-social .publisher-input {
  border: 0 none;
  outline: none !important;
  background-color: #fff;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.db-social .publisher-bottom {
  padding: 1rem 0 0;
}
.db-social .publisher-btn {
  background-color: transparent;
  border: 0 none;
  color: #98a8b4;
  font-size: 1.8rem;
  margin-right: 0.5rem;
}
.db-social .publisher-btn:hover {
  color: #5d5386;
}
.db-social .column h5,
.db-social h5 {
  color: #2c304d;
  font-weight: 600;
}
.db-social .column .list-group-item {
  padding: 1.07rem 1.25rem;
  border-top: 0 none;
  border-right: 0 none;
  border-bottom: 0.07rem solid #eee;
  border-left: 0 none;
  margin-bottom: 0;
}
.db-social .column .list-group-item:last-child {
  border-bottom: 0 none;
}
.db-social .column .list-group-item .media i {
  font-size: 2rem;
}
.db-social .column .list-group-item .media p {
  font-size: 0.85rem;
}
.db-social .column .new-badge {
  background: #2c304d;
  padding: 0.5rem 0;
  position: relative;
}
.db-social .column .new-badge .badge-img,
.db-social .column .new-badge .title {
  display: inline-block;
  vertical-align: middle;
}
.db-social .column .new-badge .title {
  margin-left: 1rem;
}
.db-social .column .new-badge .heading {
  color: #fff;
  font-size: 1.4rem;
}
.db-social .column .new-badge .text {
  font-size: 0.9rem;
}
.db-social .column .new-badge i {
  color: #e76c90;
  font-size: 5rem;
  vertical-align: middle;
}
.db-social .column .friends-list {
  padding: 0;
}
.db-social .column .friends-list a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.db-social .column .friends-list img {
  width: 45px;
}
.db-social .column .friends-list a.view-more {
  background: #5d5386;
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  vertical-align: middle;
  font-size: 0.85rem;
  text-align: center;
  line-height: 45px;
  margin-right: 0;
}
@media (max-width: 1200px) {
  .db-social .jumbotron {
      background-attachment: scroll;
  }
  .db-social .head-profile li {
      padding: 0 0.5rem;
  }
  .db-social .rang {
      top: 15px;
  }
}
@media (max-width: 991px) {
  .db-social .jumbotron {
      background-attachment: scroll;
  }
  .db-social .head-profile li {
      padding: 0 0.5rem;
  }
  .db-social .rang {
      top: 15px;
  }
  .db-social .image-default img {
      top: -165px;
  }
  .db-social .head-profile ul {
      margin-top: 3rem;
  }
}
@media (max-width: 576px) {
  .db-social .jumbotron {
      background-attachment: scroll;
  }
  .db-social .head-nav li {
      margin: 0;
  }
  .db-social .head-profile .widget-body {
      padding: 10px;
  }
  .db-social .head-profile li {
      padding: 0 0.4rem;
  }
  .db-social .image-default img {
      top: -205px;
  }
  .db-social .head-profile ul {
      margin-top: 6rem;
  }
  .db-social .infos {
      margin-top: 2rem;
  }
  .db-social .follow {
      margin: 1.4rem;
  }
  .db-social .rang {
      top: 15px;
  }
  .db-social .widget-footer {
      margin: 0 0.8rem;
  }
  .db-social .users-like a,
  .db-social .users-like a:hover {
      margin-right: -1.8rem;
  }
  .db-social .input-group-addon .btn {
      padding: 18px 10px;
  }
  .db-social .hobbies {
      margin-right: 2rem;
  }
}
.db-smarthome.page {
  background-color: #f2f3f8;
  background: url(/images/db-smarthome.jpg?bb31cbb46431b9204076c9b9eaccdd77);
  background-position: 100% 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
.db-smarthome nav.navbar {
  background: transparent;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.db-smarthome nav.navbar .nav-item > a span {
  border-color: #f2f3f8;
}
.db-smarthome nav.navbar .avatar {
  border-color: transparent;
}
.room-details .room-image {
  position: relative;
  overflow: hidden;
}
.room-details .room-image .overlay {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(63, 76, 107, 0)), color-stop(90%, rgba(63, 76, 107, 0.8)));
  background: linear-gradient(180deg, rgba(63, 76, 107, 0) 30%, rgba(63, 76, 107, 0.8) 90%);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  border-radius: 0 0 4px 4px;
}
.room-details .room-image .live {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 2;
}
.room-details .room-image .live .badge-rounded {
  display: inline-block;
}
.room-details .room-image .live p {
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
  text-transform: uppercase;
}
.room-details .main-room-info .temperature {
  color: #2c304d;
  font-size: 3rem;
}
.room-details .main-room-info .temperature i {
  color: #aea9c3;
  font-size: 2rem;
  vertical-align: middle;
}
.room-details .global-room-info .setgs,
.room-details .global-room-info .title {
  color: #2c304d;
}
@media (max-width: 576px) {
  .db-smarthome.page {
      background-image: none;
  }
  .db-smarthome .page-header-title {
      margin-bottom: 1.07rem;
  }
}
.header {
  min-height: 70px;
  position: relative;
}
.navbar-header .logo-big {
  width: 160px;
}
.navbar-header .logo-small {
  width: 70px;
}
.navbar-holder {
  width: 100%;
}
nav.navbar {
  background: #fff;
  padding: 0 15px;
  color: #aea9c3;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.08);
  box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.08);
  z-index: 1000;
  width: 100%;
}
nav.navbar .badge {
  display: block;
  width: 12px;
  height: 12px;
  line-height: 12px;
  text-align: center;
  padding: 0;
  border-radius: 50%;
}
nav.navbar .navbar-brand .brand-small {
  display: none;
}
nav.navbar a {
  color: inherit;
}
nav.navbar .container-fluid {
  width: 100%;
}
nav.navbar .menu-btn {
  margin-right: 0;
  font-size: 1.2em;
  vertical-align: middle;
  padding: 0;
}
nav.navbar .menu-btn span {
  background: #aea9c3;
  width: 20px;
  height: 2px;
  display: block;
  margin: 7px 0;
  border-radius: 35px;
  -webkit-transition: all 0.3s cubic-bezier(0.81, -0.33, 0.345, 1.375);
  transition: all 0.3s cubic-bezier(0.81, -0.33, 0.345, 1.375);
}
nav.navbar .menu-btn span:nth-of-type(2) {
  position: relative;
  width: 30px;
}
nav.navbar .menu-btn span:last-of-type {
  position: relative;
  width: 15px;
}
nav.navbar .menu-btn span:first-of-type {
  margin-top: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
nav.navbar .menu-btn.active span:first-of-type {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
  margin-top: 0;
}
nav.navbar .menu-btn.active span:nth-of-type(2) {
  -webkit-transform: none;
  transform: none;
}
nav.navbar .menu-btn span:last-of-type {
  margin-top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
nav.navbar .menu-btn.active span:last-of-type {
  -webkit-transform: translateX(15px);
  transform: translateX(15px);
  margin-top: 0;
}
nav.navbar .nav-item > a {
  position: relative;
  font-size: 1.8rem;
  padding: 0;
  width: 50px;
  text-align: center;
  line-height: 70px;
}
nav.navbar .nav-item > a span {
  position: absolute;
  top: 20px;
  right: 10px;
  border: 3px solid #fff;
}
nav.navbar .nav-item > a.logout i {
  margin-left: 10px;
}
nav.navbar .search-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  background: #fff;
  z-index: 9999;
  border-radius: 0;
  display: none;
}
nav.navbar .search-box .dismiss {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.2rem;
  color: #5d5386;
}
nav.navbar .search-box form {
  height: 100%;
}
nav.navbar .search-box form input {
  height: 100%;
  border: none;
  padding: 20px;
  color: #5d5386;
}
nav.navbar .search-box form input::-webkit-input-placeholder {
  color: #2a2c3d;
  font-weight: 500;
}
nav.navbar .search-box form input::-moz-placeholder {
  color: #2a2c3d;
  font-weight: 500;
}
nav.navbar .search-box form input::-ms-input-placeholder {
  color: #2a2c3d;
  font-weight: 500;
}
nav.navbar .search-box form input::placeholder {
  color: #2a2c3d;
  font-weight: 500;
}
.db-modern nav.navbar .search-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  background: #2c304d;
  z-index: 9999;
  border-radius: 0;
  display: none;
}
.db-modern nav.navbar .search-box .dismiss {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.2rem;
  color: #aea9c3;
}
.db-modern nav.navbar .search-box form {
  height: 100%;
}
.db-modern nav.navbar .search-box form input {
  background: #2c304d;
  height: 100%;
  border: none;
  padding: 20px;
  color: #fff;
}
.db-modern nav.navbar .search-box form input::-webkit-input-placeholder {
  color: #aea9c3;
  font-weight: 500;
}
.db-modern nav.navbar .search-box form input::-moz-placeholder {
  color: #aea9c3;
  font-weight: 500;
}
.db-modern nav.navbar .search-box form input::-ms-input-placeholder {
  color: #aea9c3;
  font-weight: 500;
}
.db-modern nav.navbar .search-box form input::placeholder {
  color: #aea9c3;
  font-weight: 500;
}
nav.navbar .dropdown-menu {
  right: 0;
  min-width: 300px;
  left: auto;
  margin-top: 0;
  padding: 0;
  max-width: 400px;
  border-radius: 4px;
  border: none;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}
nav.navbar .dropdown-menu.notification .notifications-header {
  position: relative;
}
nav.navbar .dropdown-menu.notification .notifications-header .notifications-overlay {
  background: rgba(93, 83, 134, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px 4px 0 0;
}
nav.navbar .dropdown-menu.notification .notifications-header img {
  border-radius: 4px 4px 0 0;
}
nav.navbar .dropdown-menu.notification .notifications-header .title {
  color: #fff;
  font-size: 1.2rem;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  left: 0;
  z-index: 1;
}
nav.navbar .dropdown-menu.notification .notifications-header-2 {
  position: relative;
  padding: 1.2rem 0;
  border-bottom: 0.07rem solid #eee;
}
nav.navbar .dropdown-menu.notification .notifications-header-2 .title {
  color: #5d5386;
  font-size: 1.2rem;
  text-align: center;
}
nav.navbar .dropdown-menu.notification li a:hover i {
  color: #5d5386;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.dropdown-menu.notification .message-icon {
  display: table-cell;
  vertical-align: bottom;
}
.dropdown-menu.notification .message-icon i {
  color: #aea9c3;
  font-size: 2.8rem;
}
.dropdown-menu.notification .message-body {
  display: table-cell;
  vertical-align: top;
  padding: 0.7rem 0 0 1rem;
  color: #98a8b4;
}
.dropdown-menu.notification .message-body-heading {
  font-size: 0.85rem;
  font-weight: 600;
  color: #5d5386;
  margin: 0;
  padding: 0;
}
.dropdown-menu.notification .message-body span.date {
  color: #98a8b4;
  font-size: 0.7rem;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
nav.navbar .dropdown-menu a {
  padding: 1rem 0 1rem 1rem;
  color: #5d5386;
  width: 100%;
  position: relative;
  z-index: 2;
}
nav.navbar .dropdown-menu a:hover {
  color: #5d5386;
}
nav.navbar .dropdown-menu a.all-notifications {
  color: #5d5386;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 1.4rem 0;
  border-top: 0.07rem solid rgba(0, 0, 0, 0.05);
  background: transparent;
}
nav.navbar .dropdown-menu a.all-notifications:hover {
  color: #e76c90;
}
nav.navbar .dropdown-menu a small {
  color: #98a8b4;
}
nav.navbar .dropdown-menu h3 {
  font-weight: 500;
}
nav.navbar .dropdown-menu.dropdown-grid {
  min-width: 300px;
}
nav.navbar .dropdown-menu.dropdown-grid li {
  width: 50%;
  float: left;
  text-align: center;
}
nav.navbar .dropdown-menu.dropdown-grid a {
  padding: 25px 15px;
  border-bottom: 0 none;
  position: relative;
}
nav.navbar .dropdown-menu.dropdown-grid a:hover .icon {
  color: #5d5386;
}
nav.navbar .dropdown-menu .dropdown-grid span {
  position: absolute;
  left: 10px;
  top: 9px;
  border: 3px solid #fff;
}
nav.navbar .dropdown-menu.dropdown-grid .icon {
  font-size: 2.4rem;
  color: #98a8b4;
}
nav.navbar .dropdown-menu.dropdown-grid .title {
  font-size: 1rem;
  margin-top: -5px;
}
nav.navbar .avatar {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border: 0.2rem solid #fff;
}
nav.navbar .user-size.dropdown-menu {
  min-width: 250px;
  overflow: hidden;
}
nav.navbar .user-size.dropdown-menu a {
  font-weight: 600;
  padding: 0.5rem 1.4rem;
  border-bottom: 0 none;
  position: relative;
}
nav.navbar .user-size.dropdown-menu a:hover {
  background: none;
}
nav.navbar .user-size.dropdown-menu .separator {
  margin: 1.4rem 0;
  border-bottom: 0.07rem solid rgba(0, 0, 0, 0.05) !important;
}
nav.navbar .user-size.dropdown-menu li.welcome {
  width: 150px;
  margin: 0 auto;
  padding: 1.4rem 0;
  position: relative;
}
nav.navbar .user-size.dropdown-menu li.welcome a.edit-profil {
  position: absolute;
  background: #fff;
  font-size: 1.6rem;
  border-radius: 50%;
  right: 20px;
  bottom: 10px;
  -webkit-box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.1);
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  padding: 0;
}
nav.navbar .user-size.dropdown-menu li.welcome img {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto 10px;
}
nav.navbar .user-size.dropdown-menu h2 {
  color: #5d5386;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  margin: 0;
}
nav.navbar .user-size.dropdown-menu a h6 {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
nav.navbar .user-size.dropdown-menu a:hover h6 {
  margin-left: 5px;
}
nav.navbar .dropdown-menu .user-body h6 {
  font-size: 1rem;
  display: inline-block;
  margin-bottom: 0;
}
nav.navbar .user-size.dropdown-menu a.logout {
  background: #5d5386;
  width: 70px;
  height: 70px;
  color: #fff;
  border-radius: 50%;
  text-align: center !important;
  padding: 0;
  line-height: 55px;
  position: relative;
  bottom: -20px;
  font-size: 1.8rem;
  margin: 10px auto 0;
}
nav.navbar .user-size.dropdown-menu a.logout:hover {
  background: #e76c90;
}
.navbar {
  padding: 0.5rem 1rem;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler-left {
  left: 1rem;
}
.navbar-toggler-right {
  right: 1rem;
}
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-toggler,
.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .open > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-toggler,
.navbar-inverse .navbar-toggler:focus,
.navbar-inverse .navbar-toggler:hover {
  color: #fff;
}
.navbar-inverse .navbar-nav .nav-link {
  color: hsla(0, 0%, 100%, 0.5);
}
.navbar-inverse .navbar-nav .nav-link:focus,
.navbar-inverse .navbar-nav .nav-link:hover {
  color: hsla(0, 0%, 100%, 0.75);
}
.navbar-inverse .navbar-nav .nav-link.disabled {
  color: hsla(0, 0%, 100%, 0.25);
}
.navbar-inverse .navbar-nav .active > .nav-link,
.navbar-inverse .navbar-nav .nav-link.active,
.navbar-inverse .navbar-nav .nav-link.open,
.navbar-inverse .navbar-nav .open > .nav-link {
  color: #fff;
}
.navbar-inverse .navbar-toggler {
  border-color: hsla(0, 0%, 100%, 0.1);
}
.navbar-inverse .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-inverse .navbar-text {
  color: hsla(0, 0%, 100%, 0.5);
}
.db-modern .header {
  background: #2c304d;
}
.db-modern .navbar {
  background: transparent;
}
.db-modern nav.navbar {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.db-modern .menu-area {
  background: #2c304d;
}
.db-modern nav.navbar .avatar {
  border: 0.2rem solid #2c304d;
}
.db-modern nav.navbar .nav-item > a span {
  border: 3px solid #2c304d;
}
.db-social nav.navbar {
  background: #2c304d;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.db-social .menu-area {
  background: #2c304d;
}
.db-social nav.navbar .avatar {
  border: 0.2rem solid #2c304d;
}
.db-social nav.navbar .nav-item > a span {
  border: 3px solid #2c304d;
}
.default-sidebar {
  background: #fff;
  position: fixed;
  height: 100%;
  top: 0;
  z-index: 999;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.default-sidebar .sidebar-separator {
  background: hsla(0, 0%, 100%, 0.05);
  height: 1px;
  width: 90%;
  margin: 1.07rem auto;
}
.default-sidebar > .side-navbar {
  min-width: 240px;
  max-width: 240px;
  color: #fff;
  z-index: 999;
  position: relative;
  height: 100%;
  padding: 80px 0;
  display: block;
}
.default-sidebar > .side-navbar a {
  color: inherit;
  position: relative;
  font-size: 1rem;
}
.default-sidebar > .side-navbar a[data-toggle="collapse"]:before {
  color: #aea9c3;
  font-size: 0.85rem;
  content: "\F124";
  display: inline-block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: ionicons;
  position: absolute;
  top: 50%;
  right: 20px;
  opacity: 0.5;
}
.default-sidebar > .side-navbar a[aria-expanded="true"] {
  background: #252946;
  margin: 0 10px;
  border-radius: 4px 4px 0 0;
}
.default-sidebar > .side-navbar a[aria-expanded="true"] i {
  color: #e76c90;
}
.default-sidebar > .side-navbar a[aria-expanded="true"]:before {
  content: "\F123";
}
.default-sidebar > .side-navbar a i {
  font-size: 1.6rem;
  margin-right: 10px;
  -webkit-transition: none;
  transition: none;
  vertical-align: -4px;
  color: #98a8b4;
}
.default-sidebar > .side-navbar .sidebar-header {
  padding: 30px 15px;
}
.default-sidebar > .side-navbar span.heading {
  font-weight: 600;
  margin-left: 10px;
  color: #aea9c3;
  font-size: 0.85rem;
  text-transform: uppercase;
}
.default-sidebar > .side-navbar ul {
  padding: 10px 0;
}
.default-sidebar > .side-navbar ul a {
  color: #aea9c3;
  padding: 10px;
  text-decoration: none;
  display: block;
  font-weight: 500;
}
.default-sidebar > .side-navbar li ul li a.active,
.default-sidebar > .side-navbar ul a:hover i,
.default-sidebar > .side-navbar ul li.active i {
  color: #e76c90;
}
.default-sidebar > .side-navbar ul ul {
  margin: 0 10px;
  background: #252946;
  border-radius: 0 0 4px 4px;
}
.default-sidebar > .side-navbar ul ul a {
  font-size: 0.85rem;
  padding-left: 40px;
  color: #aea9c3;
}
.default-sidebar > .side-navbar ul ul a:hover {
  color: #e76c90;
}
.default-sidebar > .side-navbar ul ul a:focus {
  color: #aea9c3;
}
.default-sidebar > .side-navbar.shrinked ul.end-sidebar {
  padding-bottom: 0;
}
.default-sidebar > .side-navbar.shrinked .sidebar-gradient {
  display: none;
}
.default-sidebar > .side-navbar.shrinked {
  min-width: 90px;
  max-width: 90px;
  text-align: center;
}
.default-sidebar > .side-navbar.shrinked span.heading {
  font-size: 0.7rem;
  margin: 0;
}
.default-sidebar > .side-navbar.shrinked a {
  padding: 15px 10px;
  border: none;
  font-size: 0.7rem;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.default-sidebar > .side-navbar.shrinked a[data-toggle="collapse"]:before {
  content: "\F123";
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  position: absolute;
  top: auto;
  right: 50%;
  bottom: 0;
  left: auto;
}
.default-sidebar > .side-navbar.shrinked a[data-toggle="collapse"][aria-expanded="true"]:before {
  content: "\F126";
}
.default-sidebar > .side-navbar.shrinked a:hover {
  border: none;
}
.default-sidebar > .side-navbar.shrinked a {
  padding: 10px 0;
}
.default-sidebar > .side-navbar.shrinked a i {
  margin-right: 0;
  margin-bottom: 5px;
  display: block;
  font-size: 1.7rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.default-sidebar > .side-navbar.shrinked .sidebar-header .title,
.default-sidebar > .side-navbar.shrinked a span {
  display: none;
}
.compact-sidebar {
  background: #2c304d;
  position: fixed;
  height: 100%;
  top: 0;
  z-index: 999;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.compact-sidebar .sidebar-separator {
  background: hsla(0, 0%, 100%, 0.05);
  height: 1px;
  width: 90%;
  margin: 1.07rem auto;
}
.compact-sidebar > .side-navbar.shrinked {
  margin-left: -90px;
  min-width: 90px;
  max-width: 90px;
  text-align: center;
}
.compact-sidebar > .side-navbar a {
  color: inherit;
  position: relative;
  font-size: 1rem;
}
.compact-sidebar > .side-navbar a[data-toggle="collapse"]:before {
  font-size: 0.85rem;
  content: "\F124";
  display: inline-block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: ionicons;
  top: 50%;
  right: 20px;
}
.compact-sidebar > .side-navbar a[aria-expanded="true"] {
  background: #252946;
  margin: 0 10px;
  border-radius: 4px 4px 0 0;
}
.compact-sidebar > .side-navbar a[aria-expanded="true"] i {
  color: #e76c90;
}
.compact-sidebar > .side-navbar a[aria-expanded="true"]:before {
  content: "\F123";
}
.compact-sidebar > .side-navbar a i {
  font-size: 1.4rem;
  margin-right: 10px;
  -webkit-transition: none;
  transition: none;
  vertical-align: -2px;
  color: #fff;
}
.compact-sidebar > .side-navbar .sidebar-header {
  padding: 30px 15px;
}
.compact-sidebar > .side-navbar span.heading {
  font-weight: 600;
  margin-left: 10px;
  color: #aea9c3;
  font-size: 0.85rem;
  text-transform: uppercase;
}
.compact-sidebar > .side-navbar ul {
  padding: 10px 0;
}
.compact-sidebar > .side-navbar ul a {
  color: #98a8b4;
  padding: 10px 2px;
  text-decoration: none;
  display: block;
  font-weight: 500;
  text-align: center;
  position: relative;
}
.compact-sidebar > .side-navbar li ul li a.active,
.compact-sidebar > .side-navbar ul a:hover i,
.compact-sidebar > .side-navbar ul li.active i {
  color: #e76c90;
}
.compact-sidebar > .side-navbar ul a:hover span {
  opacity: 1;
  bottom: 0;
}
.compact-sidebar > .side-navbar ul a span {
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  z-index: 20;
  opacity: 0;
  text-align: center;
  -webkit-transition: bottom 0.3s, opacity 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
  transition: bottom 0.3s, opacity 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
}
.compact-sidebar > .side-navbar ul ul {
  margin: 0 10px;
  background: #252946;
  border-radius: 0 0 4px 4px;
}
.compact-sidebar > .side-navbar ul ul a:hover {
  color: #e76c90;
}
.compact-sidebar > .side-navbar ul ul a:focus {
  color: #aea9c3;
}
.compact-sidebar > .side-navbar.shrinked ul.end-sidebar {
  padding-bottom: 0;
}
.compact-sidebar > .side-navbar {
  min-width: 90px;
  max-width: 90px;
  text-align: center;
  z-index: 999;
  position: relative;
  height: 100%;
  padding: 80px 0;
}
.compact-sidebar > .side-navbar span.heading {
  font-size: 0.7rem;
  margin: 0;
}
.compact-sidebar > .side-navbar a {
  padding: 15px 10px;
  border: none;
  font-size: 0.75rem;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.compact-sidebar > .side-navbar a[data-toggle="collapse"]:before {
  content: "\F123";
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  position: absolute;
  top: auto;
  right: 50%;
  bottom: 0;
  left: auto;
}
.compact-sidebar > .side-navbar a[data-toggle="collapse"][aria-expanded="true"]:before {
  content: "\F126";
}
.compact-sidebar > .side-navbar a:hover {
  border: none;
}
.compact-sidebar > .side-navbar a {
  padding: 10px 0;
}
.compact-sidebar > .side-navbar a i {
  margin-right: 0;
  margin-bottom: 5px;
  display: block;
  font-size: 1.7rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.compact-sidebar > .side-navbar .sidebar-header .title {
  display: none;
}
.compact-light-sidebar {
  background: #fff;
  position: fixed;
  width: 85px;
  height: 100%;
  top: 0;
  z-index: 999;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}
.compact-light-sidebar.active {
  width: 280px;
}
.compact-light-sidebar:not(.active):hover {
  width: 290px;
}
.compact-light-sidebar:not(.active) > .side-navbar ul ul.show {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.compact-light-sidebar ul.collapsing {
  -webkit-transition: none;
  transition: none;
}
.compact-light-sidebar:not(.active):hover > .side-navbar ul ul.show {
  display: block;
  opacity: 1;
}
.compact-light-sidebar .sidebar-separator {
  background: #aea9c3;
  height: 2px;
  width: 100%;
  margin: 0.65rem auto;
  opacity: 0.3;
}
.compact-light-sidebar > .side-navbar.shrinked {
  margin-left: -90px;
  min-width: 90px;
  max-width: 90px;
  text-align: center;
}
.compact-light-sidebar > .side-navbar a {
  color: inherit;
  position: relative;
  font-size: 1rem;
}
.compact-light-sidebar > .side-navbar a[data-toggle="collapse"]:before {
  color: #fff;
  font-size: 0.85rem;
  content: "\F123";
  display: inline-block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: ionicons;
  position: absolute;
  top: 24px;
  right: 20px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.compact-light-sidebar.active .side-navbar a[data-toggle="collapse"]:before,
.compact-light-sidebar:hover .side-navbar a[data-toggle="collapse"]:before {
  opacity: 1;
  color: #aea9c3;
}
.compact-light-sidebar > .side-navbar a[aria-expanded="true"] i {
  color: #e76c90;
}
.compact-light-sidebar > .side-navbar a[aria-expanded="true"]:before {
  content: "\F126";
}
.compact-light-sidebar > .side-navbar a i {
  font-size: 1.4rem;
  margin-right: 10px;
  -webkit-transition: none;
  transition: none;
  vertical-align: -2px;
  color: #5d5386;
}
.compact-light-sidebar > .side-navbar .sidebar-header {
  padding: 30px 15px;
}
.compact-light-sidebar > .side-navbar span.heading {
  font-weight: 600;
  margin-left: 10px;
  color: #e76c90;
  font-size: 0.85rem;
  text-transform: uppercase;
}
.compact-light-sidebar > .side-navbar ul {
  padding: 10px 0;
}
.compact-light-sidebar > .side-navbar ul a {
  color: #5d5386;
  padding: 10px 2px;
  text-decoration: none;
  display: block;
  font-weight: 600;
  position: relative;
}
.compact-light-sidebar > .side-navbar li ul li a.active,
.compact-light-sidebar > .side-navbar ul a:hover i,
.compact-light-sidebar > .side-navbar ul li.active i {
  color: #e76c90;
}
.compact-light-sidebar > .side-navbar ul a span {
  font-size: 1.1rem;
  vertical-align: 2px;
  position: absolute;
  opacity: 0;
  color: #fff;
  z-index: -9999;
  top: 12px;
  left: -100px;
  -webkit-transition: color 0.6s, left 0.4s;
  transition: color 0.6s, left 0.4s;
}
.compact-light-sidebar.active .side-navbar ul a span,
.compact-light-sidebar:hover .side-navbar ul a span {
  opacity: 1;
  left: 75px;
  color: #5d5386;
}
.compact-light-sidebar > .side-navbar ul ul {
  background: #f5f5f5;
  padding: 8px 10px 8px 45px;
}
.compact-light-sidebar > .side-navbar ul.collapse li:not(.active) a i,
.compact-light-sidebar > .side-navbar ul.collapsing li:not(.active) a i {
  color: #616161 !important;
}
.compact-light-sidebar > .side-navbar ul ul li a {
  padding: 15px 0 !important;
  font-size: 0.96rem;
  color: #616161;
  font-weight: 500;
}
.compact-light-sidebar > .side-navbar ul ul li a i {
  padding: 0;
  font-size: 1.5rem;
  margin: 0 10px 0 0;
  color: #616161;
}
.compact-light-sidebar > .side-navbar ul ul a:hover {
  color: #e76c90;
}
.compact-light-sidebar > .side-navbar ul ul a:focus {
  color: #aea9c3;
}
.compact-light-sidebar > .side-navbar.shrinked ul.end-sidebar {
  padding-bottom: 0;
}
.compact-light-sidebar > .side-navbar {
  max-width: 100%;
  z-index: 999;
  position: relative;
  height: 100%;
  padding: 80px 0;
}
.compact-light-sidebar > .side-navbar span.heading {
  font-size: 0.7rem;
  margin: 0;
}
.compact-light-sidebar > .side-navbar a {
  padding: 15px 10px;
  border: none;
  font-size: 0.8rem;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.compact-light-sidebar > .side-navbar a:hover {
  border: none;
}
.compact-light-sidebar > .side-navbar a {
  padding: 10px 0;
}
.compact-light-sidebar > .side-navbar a i {
  margin-right: 0;
  margin-bottom: 5px;
  font-size: 2rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-align: center;
  padding-left: 25px;
}
.compact-light-sidebar > .side-navbar .sidebar-header .title {
  display: none;
}
.db-social .compact-sidebar > .side-navbar ul a {
  padding: 18px 0;
}
.horizontal-menu {
  background: #2c304d;
  padding: 0 30px;
}
.navbar-light .navbar-toggler {
  color: #aea9c3;
  border-color: transparent;
  padding: 1.2rem 1.07rem;
}
.navbar-toggler span {
  background: #aea9c3;
  width: 20px;
  height: 1px;
  display: block;
  margin: 6px 0 0;
  -webkit-transition: all 0.3s cubic-bezier(0.81, -0.33, 0.345, 1.375);
  transition: all 0.3s cubic-bezier(0.81, -0.33, 0.345, 1.375);
}
.navbar-toggler span:nth-of-type(2) {
  position: relative;
  width: 30px;
}
.horizontal-menu .dropdown-menu {
  padding: 0;
  margin: 0;
  border: 0 solid transition !important;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}
.horizontal-menu .main-menu a,
.horizontal-menu .main-menu ul li a,
.navbar-default .navbar-nav > li > a,
.navbar-expand-lg .navbar-nav .nav-link {
  color: #aea9c3;
  font-size: 1rem;
  padding: 1.2rem 1.07rem;
  font-family: Montserrat, sans-serif;
  display: block !important;
}
.horizontal-menu .main-menu .dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.5rem;
  vertical-align: top;
  content: "\F123";
  font-family: Ionicons;
  border: 0 none;
}
.horizontal-menu .main-menu .active a,
.horizontal-menu .main-menu .active a:focus,
.horizontal-menu .main-menu .active a:hover {
  color: #e76c90;
  outline: 0;
}
.horizontal-menu .main-menu li a:focus,
.horizontal-menu .main-menu li a:hover,
.horizontal-menu .navbar-default .navbar-nav > .show > a,
.horizontal-menu .navbar-default .navbar-nav > .show > a:focus,
.horizontal-menu .navbar-default .navbar-nav > .show > a:hover {
  color: #aea9c3;
  outline: 0;
}
.horizontal-menu .main-menu .dropdown-menu {
  min-width: 180px;
}
.horizontal-menu .main-menu .navbar-nav ul.dropdown-menu li a {
  font-size: 0.9rem;
}
.horizontal-menu .main-menu .navbar-nav ul.dropdown-menu li a i {
  color: #aea9c3;
  font-size: 1.6rem;
  vertical-align: middle;
  margin-right: 0.3rem;
}
.horizontal-menu .main-menu .collapse ul > li:hover > a {
  color: #e76c90;
}
.horizontal-menu .main-menu .collapse ul ul > li > a {
  color: #2c304d;
}
.horizontal-menu .main-menu .collapse ul ul > li:hover > a,
.horizontal-menu .main-menu .collapse ul ul ul > li:hover > a,
.horizontal-menu .navbar-default .navbar-nav .show .dropdown-menu > li > a:focus,
.horizontal-menu .navbar-default .navbar-nav .show .dropdown-menu > li > a:hover {
  color: #e76c90;
}
.horizontal-menu .main-menu .collapse ul ul,
.horizontal-menu .main-menu .collapse ul ul.dropdown-menu {
  background: #fff;
  color: #2c304d;
  border-radius: 4px;
}
.horizontal-menu .main-menu .collapse ul ul ul,
.menu-area .main-menu .collapse ul ul ul.dropdown-menu {
  background: #fff;
  border-radius: 4px;
}
.horizontal-menu .main-menu {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  min-height: 20px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .horizontal-menu .main-menu .collapse ul ul {
      position: absolute;
      top: 100%;
      left: 0;
      min-width: 180px;
      display: none;
  }
  .horizontal-menu .main-menu .collapse ul ul li {
      position: relative;
  }
  .horizontal-menu .main-menu .collapse ul ul li:hover > ul {
      display: block;
  }
  .horizontal-menu .main-menu .collapse ul ul ul {
      position: absolute;
      top: 0;
      left: 100%;
      min-width: 250px;
      display: none;
  }
  .horizontal-menu .main-menu .collapse ul ul ul li {
      position: relative;
  }
  .horizontal-menu .main-menu .collapse ul ul ul li:hover ul {
      display: block;
  }
  .horizontal-menu .main-menu .collapse ul ul ul ul {
      position: absolute;
      top: 0;
      left: -100%;
      min-width: 250px;
      display: none;
      z-index: 1;
  }
}
@media only screen and (max-width: 768px) {
  .horizontal-menu nav.navbar .dropdown-menu {
      right: 0;
      left: 0;
      -webkit-transform: none;
      transform: none;
  }
  .horizontal-menu .main-menu .collapse ul ul,
  .horizontal-menu .main-menu .collapse ul ul.dropdown-menu {
      background: transparent;
      color: #aea9c3;
  }
  .horizontal-menu .main-menu .collapse ul ul > li > a {
      color: #aea9c3;
  }
  .horizontal-menu .main-menu .collapse ul ul ul.dropdown-menu {
      -webkit-box-shadow: none;
      box-shadow: none;
  }
  .horizontal-menu .navbar-nav .show .dropdown-menu .dropdown-menu > li > a {
      padding: 16px 15px 16px 35px;
  }
  .horizontal-menu .navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu > li > a {
      padding: 16px 15px 16px 45px;
  }
}
.light-sidebar {
  background: #fff;
}
.light-sidebar .side-navbar span.heading {
  color: #5d5386;
}
.light-sidebar .side-navbar ul a,
.light-sidebar .side-navbar ul a i {
  color: #aea9c3;
}
.off-sidebar {
  background: rgba(46, 52, 81, 0.3);
  position: fixed;
  visibility: hidden;
  z-index: 99999;
  -webkit-transition: visibility 0s 0.6s;
  transition: visibility 0s 0.6s;
}
.off-sidebar,
.off-sidebar:after {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.off-sidebar:after {
  position: absolute;
  background: transparent;
  cursor: pointer;
  -webkit-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s;
}
.off-sidebar.is-visible {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}
.off-sidebar.is-visible:after {
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: background 0.3s 0s;
  transition: background 0.3s 0s;
}
.off-sidebar-header {
  background: #fff;
  width: 100%;
  height: 60px;
  z-index: 2;
}
.off-sidebar-header h2 {
  font-family: Montserrat, sans-serif;
  color: #5d5386;
  padding: 25px 0 0 15px;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 0;
}
.off-sidebar-close:before {
  color: #aea9c3;
  content: "\F191";
  font-family: LineAwesome;
  position: absolute;
  top: 15px;
  right: 15px;
  height: 35px;
  width: 35px;
  line-height: 30px;
  display: inline-block;
  border: 2px solid #aea9c3;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  font-size: 1.2rem;
  font-weight: 500;
  opacity: 0.4;
}
.off-sidebar-container {
  background: #fff;
  position: fixed;
  width: 430px;
  height: 100%;
  top: 0;
  z-index: 1;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.off-sidebar-container.mini {
  width: 150px;
}
.from-right .off-sidebar-container {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.from-left .off-sidebar-container {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.is-visible .off-sidebar-container {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.off-sidebar-content {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 1.07rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.off-sidebar-content .date {
  color: #e76c90;
  font-size: 0.9rem;
  text-align: center;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 0;
}
.messenger-image {
  float: left;
  border-radius: 50%;
}
.messenger-image.messenger-image-default {
  width: 50px;
  height: 50px;
}
.messenger-message {
  margin-bottom: 35px;
  width: 100%;
  display: table;
  overflow: hidden;
}
.messenger-message:before {
  content: " ";
  display: block;
}
.messenger-message:last-of-type {
  margin-bottom: 0;
}
.messenger-message.messenger-message-sender .messenger-message-wrapper {
  max-width: 80%;
  display: table;
  padding: 5px 15px 0;
  position: relative;
}
.messenger-message.messenger-message-sender .messenger-message-wrapper:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  top: 12px;
  position: absolute;
}
.messenger-message.messenger-message-sender .messenger-message-wrapper span {
  color: #aea9c3;
  display: block;
  font-size: 0.85rem;
}
.messenger-message.messenger-message-sender .messenger-message-wrapper p {
  background-color: #f0f2f7;
  border-top-color: #f0f2f7;
  font-size: 0.95rem;
  padding: 1.2rem 1.4rem;
  margin-bottom: 0.85rem;
  color: #2a2c3d;
  border-top: 1px solid;
  border-radius: 4px;
}
.messenger-message.messenger-message-sender .messenger-message-wrapper p:first-of-type {
  border-top: 0 !important;
}
.messenger-message.messenger-message-sender .messenger-message-content,
.messenger-message.messenger-message-sender .messenger-message-wrapper {
  float: left;
}
.messenger-message.messenger-message-sender .messenger-message-wrapper:before {
  left: -5px;
  border-right-color: #f0f2f7;
}
.messenger-message.messenger-message-sender p {
  color: #2c304d;
  background-color: #e4e8f0;
  border-top-color: #e4e8f0;
}
.messenger-message.messenger-message-sender p span {
  font-size: 21px;
  vertical-align: middle;
}
.messenger-message.messenger-message-sender .messenger-details {
  clear: both;
  width: 100%;
  display: table;
  overflow: hidden;
}
.messenger-message.messenger-message-sender .messenger-details:before {
  content: " ";
  display: block;
}
.messenger-message.messenger-message-sender .messenger-details span {
  color: #aea9c3;
  font-size: 0.7rem;
  font-weight: 600;
}
.messenger-message.messenger-message-recipient .messenger-message-wrapper {
  max-width: 90%;
  display: table;
  padding: 0 10px;
  position: relative;
}
.messenger-message.messenger-message-recipient .messenger-message-wrapper:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  top: 14px;
  position: absolute;
}
.messenger-message.messenger-message-recipient .messenger-message-wrapper p {
  font-size: 0.95rem;
  padding: 1.2rem 1.4rem;
  margin-bottom: 0.85rem;
  color: #fff;
  border-top: 1px solid;
  border-radius: 4px;
}
.messenger-message.messenger-message-recipient .messenger-message-wrapper p:first-of-type {
  border-top: 0 !important;
}
.messenger-message.messenger-message-recipient .messenger-message-content,
.messenger-message.messenger-message-recipient .messenger-message-wrapper {
  float: right;
}
.messenger-message.messenger-message-recipient .messenger-message-wrapper:before {
  right: -10px;
  border-left-color: rgba(52, 40, 104, 0.8);
}
.messenger-message.messenger-message-recipient p {
  color: #fff;
  background: #5d5386;
  border-top-color: #5d5386;
}
.messenger-message.messenger-message-recipient p span {
  font-size: 21px;
  vertical-align: middle;
}
.messenger-message.messenger-message-recipient .messenger-details {
  clear: both;
  float: right;
  display: table;
  overflow: hidden;
}
.messenger-message.messenger-message-recipient .messenger-details:before {
  content: " ";
  display: block;
}
.messenger-message.messenger-message-recipient .messenger-details span {
  color: #aea9c3;
  font-size: 0.7rem;
  font-weight: 600;
}
.messenger-message .messenger-message-content {
  display: table;
  overflow: hidden;
}
.messenger-message .messenger-message-content:before {
  content: " ";
  display: block;
}
.enter-message {
  padding: 10px 15px;
  position: fixed;
  bottom: 0;
  width: 100%;
}
.enter-message-form {
  display: table-cell;
  width: 100%;
}
.enter-message-button {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
}
.enter-message input {
  border: 0 none;
  padding: 10px 15px;
  background: #e4e8f0;
  color: #2c304d;
  width: 100%;
  border-radius: 20px;
  font-weight: 500;
}
.enter-message input::-webkit-input-placeholder {
  color: #2a2c3d;
  font-weight: 500;
}
.enter-message input::-moz-placeholder {
  color: #2a2c3d;
  font-weight: 500;
}
.enter-message input::-ms-input-placeholder {
  color: #2a2c3d;
  font-weight: 500;
}
.enter-message input::placeholder {
  color: #2a2c3d;
  font-weight: 500;
}
.enter-message a.send {
  padding: 0 15px;
  border-radius: 20px;
}
.enter-message a.send i {
  font-size: 2rem;
}
.off-sidebar-content .sidebar-heading {
  color: #5d5386;
  font-size: 1rem;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  padding: 1.07rem 0;
}
.off-sidebar-content .today-stats i {
  color: #aea9c3;
  font-size: 2.4rem;
}
.off-sidebar-content .today-stats .heading {
  color: #98a8b4;
  font-size: 1rem;
}
.off-sidebar-content .today-stats .counter {
  color: #2c304d;
  font-size: 1.2rem;
  font-weight: 700;
}
.off-sidebar-content .list-group-item {
  border: 0 none;
}
.off-sidebar-content .quick-friends .list-group-item i {
  font-size: 2rem;
}
.widget-01 h3 {
  color: #2c304d;
  font-size: 1.2rem;
  padding: 1.4rem 0 1rem;
  margin-bottom: 0;
  text-align: center;
}
.widget-01 h3 span {
  font-weight: 500;
}
.widget-01 .circle {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 1.4rem;
  position: relative;
  text-align: center;
}
.widget-01 .circle canvas {
  max-width: 100%;
  max-height: 100%;
}
.widget-01 .circle .percent {
  color: #2c304d;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 3rem;
}
.widget-01 .circle .percent i {
  font-style: normal;
  font-size: 2rem;
  font-weight: 400;
}
.widget-01 .other-stats {
  padding: 0;
  margin: 0;
}
.widget-01 .today-sales .text {
  text-align: center;
  margin-top: -20px;
  padding-bottom: 20px;
}
.widget-01 .today-sales .text .heading {
  color: #98a8b4;
  display: block;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: -0.5rem;
}
.widget-01 .today-sales .text .number {
  color: #2c304d;
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
}
.widget-01 .today-sales .graph {
  position: relative;
  overflow: hidden;
}
.widget-01 .today-sales .value {
  font-weight: 600;
}
.widget-01 .elisyam-version {
  text-align: center;
  padding: 0 0 2rem;
}
.widget-01 .elisyam-version p {
  color: #5d5386;
  font-size: 0.85rem;
  margin-bottom: 0;
}
.widget-02 .chart {
  padding: 0;
}
.widget-02 .more-charts {
  padding: 2.5rem 0;
}
.widget-03.blog-image {
  display: block;
  background-position: 50% 0;
  background-size: cover;
}
.widget-03 h3 {
  margin-bottom: 0;
}
.widget-03 .blog-title a {
  color: #fff;
  display: inline-block;
  font-size: 3rem;
  font-weight: 600;
  text-decoration: none;
}
.widget-03 .author {
  color: #fff;
  font-size: 1rem;
}
.widget-03 .blog-overlay {
  background: rgba(46, 52, 81, 0.4);
  content: "";
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.widget-03 .blog-content {
  position: absolute;
  padding: 0 2rem;
  bottom: 10%;
  z-index: 2;
}
.widget-03 .widget-body {
  position: relative;
}
.widget-03 .blog-category {
  padding-top: 1.4rem;
}
.widget-03 .blog-category a {
  background: #e23f83;
  background: -webkit-gradient(linear, left top, right top, from(#e23f83), to(#ea5844));
  background: linear-gradient(90deg, #e23f83 0, #ea5844);
  background-size: 250% auto;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
  padding: 0.7rem 1.4rem;
  border-radius: 50px;
  font-size: 0.85rem;
}
.widget-03 .blog-category a:hover {
  background-position: 100%;
}
.widget-03 .meta {
  padding-top: 0.5rem;
}
.widget-03 li {
  display: inline-block;
  margin-right: 10px;
  color: hsla(0, 0%, 100%, 0.8);
}
.widget-03 li i {
  font-size: 1.4rem;
  margin-right: 5px;
  vertical-align: middle;
}
.widget-04 .post-container {
  position: relative;
  -webkit-box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.1);
  box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.1);
  padding: 1.07rem;
  margin: 1.4rem;
}
.widget-04 .post-container img {
  border-radius: 4px;
}
.widget-04 .user img {
  width: 40px;
}
.widget-04 .user {
  position: relative;
  display: inline-block;
}
.widget-04 .title {
  color: #2c304d;
  font-size: 1rem;
}
.widget-04 .username {
  color: #e76c90;
}
.widget-04 .time {
  font-size: 0.85rem;
}
.widget-04 .meta li {
  display: inline-block;
  margin-right: 0.5rem;
}
.widget-04 .meta li:last-child {
  margin-right: 0;
}
.widget-04 .meta li a {
  color: rgba(52, 40, 104, 0.3);
}
.widget-04 .meta li a:hover {
  color: rgba(52, 40, 104, 0.9);
}
.widget-04 .meta li i {
  font-size: 1.8rem;
  vertical-align: middle;
  margin-right: 0.3rem;
}
.widget-04 .meta li .numb {
  vertical-align: middle;
}
.widget-04 .input-group input {
  border: 0 none;
  border-top: 1px solid #eee;
}
.widget-04 .input-group input::-webkit-input-placeholder {
  color: rgba(52, 40, 104, 0.3);
  font-weight: 500;
}
.widget-04 .input-group input::-moz-placeholder {
  color: rgba(52, 40, 104, 0.3);
  font-weight: 500;
}
.widget-04 .input-group input::-ms-input-placeholder {
  color: rgba(52, 40, 104, 0.3);
  font-weight: 500;
}
.widget-04 .input-group input::placeholder {
  color: rgba(52, 40, 104, 0.3);
  font-weight: 500;
}
.widget-04 .input-group-addon {
  border: 0 !important;
  border-top: 1px solid #eee !important;
  padding: 0.75rem 0 !important;
}
.widget-04 .input-group-addon .btn {
  background: #fff;
  color: rgba(52, 40, 104, 0.3);
  padding: 0 5px;
  border-radius: 0;
  border: 0;
}
.widget-05 .author-avatar {
  width: 80px;
  height: 80px;
  margin: 50px auto 0;
  position: relative;
}
.widget-05 .author-avatar:before {
  height: 140px;
  width: 140px;
  border-radius: 100%;
  border: 2px dashed rgba(52, 40, 104, 0.08);
}
.widget-05 .author-avatar:after,
.widget-05 .author-avatar:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-05 .author-avatar:after {
  height: 205px;
  width: 205px;
  border-radius: 100%;
  border: 2px dashed rgba(52, 40, 104, 0.07);
}
.widget-05 .author-avatar span {
  position: absolute;
  right: 0;
  top: 8px;
  border: 3px solid #fff;
}
.widget-05 .author-name {
  color: #5d5386;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  padding-top: 0.8rem;
  position: relative;
  text-shadow: 0 1px 0 #fff;
}
.widget-05 .author-name span {
  font-size: 1rem;
  color: #98a8b4;
  display: block;
}
.widget-05 .chart {
  padding: 0.8rem 1.4rem 0;
}
.widget-05 .chart-text .heading {
  color: #98a8b4;
  display: block;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: -0.5rem;
}
.widget-05 .chart-text .number {
  color: #2c304d;
  display: block;
  font-size: 2rem;
  font-weight: 600;
}
.widget-05 .chart-graph {
  position: relative;
}
.widget-05 .chart-text .cxg {
  font-weight: 700;
}
.widget-05 .social-stats {
  margin: 1.07rem 0 1.8rem;
  padding: 0 3rem;
}
.widget-05 .social-stats i {
  font-size: 2.4rem;
}
.widget-05 .social-stats i.behance,
.widget-05 .social-stats i.dribbble,
.widget-05 .social-stats i.followers {
  color: rgba(52, 40, 104, 0.3);
}
.widget-05 .social-stats .heading {
  color: #98a8b4;
  font-size: 1rem;
}
.widget-05 .social-stats .counter {
  color: #2c304d;
  font-size: 1.2rem;
  font-weight: 700;
}
.widget-05 .actions {
  margin-bottom: 1.8rem;
}
.widget-06 .reviews img {
  width: 40px;
}
.widget-06 .reviews .user-img {
  position: relative;
  display: inline-block;
}
.widget-06 .reviews .list-group-item {
  display: block;
  margin: 0;
  padding: 1.8rem 1.07rem;
  border: 0 none;
  border-bottom: 0.07rem solid #eee !important;
  background: transparent;
}
.widget-06 .reviews .list-group-item:first-child {
  border-top: 0;
  border-radius: 0 !important;
}
.widget-06 .reviews .list-group-item:last-child {
  border-bottom: 0;
  border-radius: 0 !important;
}
.widget-06 .media h4 {
  font-size: 1.2rem;
  color: #2c304d;
  margin-bottom: 0.3rem;
}
.widget-06 .media .stars i {
  color: rgba(52, 40, 104, 0.4);
  font-size: normal;
}
.widget-06 .media .media-body {
  padding: 0 0.8rem;
}
.widget-06 .media p {
  font-size: 0.95rem;
  color: #94a4b0;
  margin: 0;
}
.widget-06 .media .meta {
  font-size: 0.85rem;
  padding-top: 0.8rem;
  font-weight: 600;
}
.widget-06 .media .meta a {
  font-style: italic;
}
.widget-06 .like {
  color: #e76c90;
}
.widget-06 .media .like i {
  display: block;
  font-size: 1.4rem;
}
.widget-06 .media .like span {
  font-weight: 600;
}
.widget-07 .display-items {
  font-size: 0.85rem;
  margin-top: 0.3rem;
}
.widget-08 .widget-body {
  position: relative;
  overflow: hidden;
}
.widget-08 .today {
  line-height: 1;
  padding: 1.07rem 0;
}
.widget-08 .today .title {
  color: #5d5386;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
}
.widget-08 .today .new-tasks .nb {
  color: #e76c90;
  font-size: 2.4rem;
  font-weight: 600;
}
.widget-08 input[type="checkbox"]:checked + label {
  text-decoration: line-through;
  color: rgba(52, 40, 104, 0.4);
}
.widget-08 .list {
  list-style: none;
  padding: 0;
  color: #2c304d;
}
.widget-08 .list li {
  width: 100%;
  margin: 0.8rem 0;
  border-radius: 4px;
  padding: 1.07rem 1rem;
  position: relative;
}
.widget-08 .list li.task-color:before {
  content: "";
  height: 100%;
  width: 3px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -5px;
}
.widget-08 .list li.task-violet:before {
  background: rgba(52, 40, 104, 0.8);
}
.widget-08 .list li.task-blue:before {
  background: #17a2b8;
}
.widget-08 .list li.task-red:before {
  background: #dc3545;
}
.widget-08 .description {
  margin-top: 1rem;
  display: block;
}
.widget-09 .some-stats {
  line-height: 1.2;
}
.widget-09 .some-stats .title {
  font-size: 1rem;
  color: #2c304d;
}
.widget-09 .some-stats .number {
  font-size: 1.8rem;
  font-weight: 600;
}
.widget-09 .new-orders .title {
  font-size: 1.2rem;
  margin-bottom: 0.85rem;
  color: #2c304d;
}
.widget-09 .circle-orders {
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.widget-09 .circle-orders canvas {
  max-width: 100%;
  max-height: 100%;
}
.widget-09 .circle-orders .percent-orders {
  color: #2c304d;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  font-size: 2.4rem;
}
.widget-09 .circle-orders .percent-orders i {
  font-style: normal;
  font-size: 1.4rem;
  font-weight: 600;
}
@media (max-width: 576px) {
  .widget-09 .new-orders .title {
      margin-top: 1.07rem;
  }
}
.widget-10 .ticket img {
  width: 50px;
}
.widget-10 .ticket .user-img {
  position: relative;
  display: inline-block;
}
.widget-10 .ticket .list-group-item {
  display: block;
  margin: 0;
  padding: 1.4rem;
  border: 0 none;
  border-bottom: 0.07rem solid #eee !important;
  background: transparent;
}
.widget-10 .ticket .list-group-item:first-child {
  border-top: 0;
  border-radius: 0 !important;
}
.widget-10 .ticket .list-group-item:last-child {
  border-bottom: 0 !important;
  border-radius: 0 !important;
}
.widget-10 .media h4 {
  font-size: 1.2rem;
  color: #2c304d;
  margin-bottom: 0.3rem;
}
.widget-10 .media .status {
  color: rgba(52, 40, 104, 0.5);
  font-size: 0.9rem;
}
.widget-10 .media p {
  color: #94a4b0;
  margin: 0;
}
.widget-10 span {
  color: #fff;
  font-style: normal;
  font-weight: 600;
  padding: 0.5rem 0;
}
.widget-10 span.open {
  color: #60c400;
}
.widget-10 span.pending {
  color: #08a6c3;
}
.widget-10 span.closed {
  color: #fe195e;
}
.widget-11 .timeline:before {
  position: absolute;
  display: block;
  left: 28px;
  width: 4px;
  height: 100%;
  background-color: rgba(52, 40, 104, 0.08);
  content: " ";
}
.widget-11 .timeline:after {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 25px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 3px #fff;
  box-shadow: 0 0 0 3px #fff;
  content: " ";
}
.widget-11 .timeline.violet:after {
  background: #5d5386;
}
.widget-11 .timeline.red:after {
  background: #fe195e;
}
.widget-11 .timeline.blue:after {
  background: #08a6c3;
}
.widget-11 .timeline.green:after {
  background: #60c400;
}
.widget-11 .timeline {
  position: relative;
}
.widget-11 .timeline-content {
  padding: 1.07rem 1.4rem 1.07rem 4rem;
  position: relative;
  width: 100%;
}
.widget-11 .timeline-content .user-image {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.07rem;
}
.widget-11 .timeline-content .user-image img {
  width: 40px;
}
.widget-11 .timeline-content .timeline-icon {
  color: rgba(52, 40, 104, 0.4);
  font-size: 2.4rem;
  width: 40px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.07rem;
}
.widget-11 .timeline-content .title {
  color: #2c304d;
  font-size: 1rem;
}
.widget-11 .timeline-content .username {
  color: #e76c90;
}
.widget-11 .timeline-content .time {
  font-size: 0.85rem;
}
.widget-11 .users-like {
  padding: 0.4rem 0;
}
.widget-11 .users-like a {
  margin: 0 -1.6rem 0 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.widget-11 .users-like a:hover {
  margin-right: -0.3rem;
}
.widget-11 .users-like img {
  width: 40px;
  border: 0.25rem solid #fff;
}
.widget-12 .widget-body {
  position: relative;
  overflow: hidden;
}
.widget-12 i {
  font-size: 4rem;
}
.widget-12 .title {
  color: #2c304d;
  font-size: 1.2rem;
}
.widget-12 .number {
  font-size: 1rem;
}
.widget-13 .widget-body {
  position: relative;
  overflow: hidden;
}
.widget-13 .author-avatar {
  width: 100px;
  height: 100px;
  margin: 50px auto 0;
  position: relative;
}
.widget-13 .author-avatar img {
  z-index: 1;
}
.widget-13 .author-avatar:before {
  height: 130px;
  width: 130px;
}
.widget-13 .author-avatar:after,
.widget-13 .author-avatar:before {
  content: "";
  border-radius: 100%;
  background: rgba(52, 40, 104, 0.05);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-13 .author-avatar:after {
  height: 160px;
  width: 160px;
  -webkit-box-shadow: 0 0 0 15px rgba(52, 40, 104, 0.025);
  box-shadow: 0 0 0 15px rgba(52, 40, 104, 0.025);
}
.widget-13 .author-avatar span {
  position: absolute;
  right: 0;
  top: 8px;
  border: 3px solid #fff;
}
.widget-13 .author-name {
  color: #5d5386;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  margin-top: 2.6rem;
  position: relative;
  text-shadow: 0 1px 0 #fff;
}
.widget-13 .author-name span {
  font-size: 1rem;
  color: #98a8b4;
  display: block;
}
.widget-13 .social-stats {
  margin-bottom: 150px;
}
.widget-13 .social-stats i {
  font-size: 2.4rem;
}
.widget-13 .social-stats i.behance,
.widget-13 .social-stats i.dribbble,
.widget-13 .social-stats i.followers {
  color: rgba(52, 40, 104, 0.3);
}
.widget-13 .social-stats .heading {
  color: #98a8b4;
  font-size: 1rem;
}
.widget-13 .social-stats .counter {
  color: #2c304d;
  font-size: 1.2rem;
  font-weight: 700;
}
.widget-13 .follow-btn .btn {
  padding: 10px 30px;
}
.shape-container {
  position: relative;
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
}
.widget-13 .wavy {
  position: absolute;
  bottom: -30px;
  width: 130%;
  left: -20%;
}
.widget-14 .owl-item .item {
  margin: 1.07rem;
  padding: 2rem 1.07rem;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.15);
  box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.15);
  text-align: center;
}
.widget-14 .item-projects .month {
  color: #2c304d;
  font-size: 1.4rem;
  font-weight: 600;
}
.widget-14 .item-projects .year {
  font-size: 0.95rem;
}
.widget-14 .owl-item.active.center .item {
  background: #e76c90;
  color: #fff;
  padding: 2.6rem 1.07rem;
  margin: 0;
}
.widget-14 .owl-item.active.center .item .month {
  color: #fff;
  font-size: 1.4rem;
}
.widget-14 .owl-item.active.center .item .year {
  font-size: 1.1rem;
}
.widget-14 .owl-dots {
  float: left;
  display: block;
  margin-top: 1.8rem;
  text-align: center;
  width: 100%;
}
.widget-14 .owl-dots .owl-dot {
  border: 2px solid #98a8b4;
  border-radius: 50%;
  display: inline-block;
  height: 12px;
  margin: 0 0.3rem;
  width: 12px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.widget-14 .owl-dots .owl-dot:hover {
  border-color: #5d5386;
}
.widget-14 .owl-dots .owl-dot.active {
  border: 2px solid #5d5386;
}
.widget-14 .owl-carousel .owl-nav {
  margin-top: 1.4rem;
  text-align: center !important;
}
.owl-carousel .owl-nav .owl-next,
.widget-14 .owl-carousel .owl-nav .owl-prev {
  display: inline;
  margin: 0 5px;
}
.owl-next,
.widget-14 .owl-prev {
  color: rgba(52, 40, 104, 0.4);
  font-size: 1.6rem;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
.owl-next:hover,
.widget-14 .owl-prev:hover {
  color: #5d5386;
}
.widget-14 .list-group-item {
  border: 0 none;
}
.widget-14 .list-group-item .event-date {
  color: #2c304d;
  font-size: 2rem;
  font-weight: 600;
}
.widget-14 .list-group-item .event-title {
  color: #2c304d;
  font-weight: 600;
}
.widget-14 .list-group-item .event-desc {
  display: inline-block;
}
.widget-14 .list-group-item .event-desc i {
  font-size: 1.3rem;
  vertical-align: middle;
}
.widget-14 .list-group-item .event-desc span {
  color: #2c304d;
  font-size: 0.85rem;
}
.widget-15 .weather-infos {
  line-height: 1.2;
}
.widget-15 .weather-infos .temp {
  color: #2c304d;
  font-size: 4rem;
}
.widget-15 .weather-infos .city {
  color: #5d5386;
  font-size: 2rem;
}
.widget-15 .weather-infos i {
  color: rgba(52, 40, 104, 0.4);
  font-size: 2rem;
  vertical-align: middle;
}
.widget-15 .weather-icon,
.widget-15 .weather-infos {
  padding: 1.07rem 0;
}
.widget-15 .weather-icon i {
  color: #2c304d;
  font-size: 10rem;
}
.widget-15 .time-nav {
  font-weight: 500;
}
.widget-15 .nav-tabs {
  border: 0 none;
}
.widget-15 .nav-tabs > li > a:after {
  display: none;
}
.widget-15 .time-nav * {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.widget-15 .time-nav li {
  display: inline-block;
  list-style: outside none none;
  margin: 0 0.5rem;
  padding: 0;
}
.widget-15 .time-nav li:first-child {
  margin-left: 0;
}
.widget-15 .time-nav li:last-child {
  margin-right: 0;
}
.widget-15 .time-nav a {
  padding: 0.65rem 0;
  color: #2c304d;
  text-decoration: none;
  display: inline-block;
}
.widget-15 .time-nav a.active {
  background: #5d5386;
  padding: 0.65rem 1.07rem;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  border-radius: 35px;
}
.widget-15 .time-nav a.active:hover {
  color: #fff !important;
}
.widget-15 .time-nav a:hover {
  color: #5d5386;
}
.widget-15 .time-nav a:before {
  bottom: 0;
  left: 0;
}
.widget-15 .owl-item .item {
  text-align: center;
}
.widget-15 .owl-item .item .weather-mini-icon i {
  color: rgba(52, 40, 104, 0.4);
  font-size: 4rem;
}
.widget-15 .owl-item .item .day {
  color: #2c304d;
  font-size: 1.2rem;
}
.widget-15 .owl-item .item .weather-temp {
  color: #2c304d;
  font-size: 2.6rem;
  margin-top: 0.35rem;
  font-weight: 600;
}
.widget-15 .owl-item .item .rain i {
  color: rgba(52, 40, 104, 0.4);
  font-size: 1.2rem;
  vertical-align: middle;
}
.widget-15 .owl-dots {
  float: left;
  display: block;
  margin-top: 2rem;
  text-align: center;
  width: 100%;
}
.widget-15 .owl-dots .owl-dot {
  background: rgba(52, 40, 104, 0.2);
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin: 0 0.3rem;
  width: 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.widget-15 .owl-dots .owl-dot.active,
.widget-15 .owl-dots .owl-dot:hover {
  background: #5d5386;
}
.widget-15 .owl-carousel .owl-nav {
  margin-top: 2rem;
  text-align: center !important;
}
.owl-carousel .owl-nav .owl-next,
.widget-15 .owl-carousel .owl-nav .owl-prev {
  display: inline;
  margin: 0 5px;
}
.owl-next,
.widget-15 .owl-prev {
  color: rgba(52, 40, 104, 0.4);
  font-size: 1.6rem;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
.owl-next:hover,
.widget-15 .owl-prev:hover {
  color: #5d5386;
}
@media (max-width: 1200px) {
  .widget-15 .owl-carousel .owl-nav,
  .widget-15 .owl-dots {
      margin-bottom: 1.07rem;
  }
}
@media (max-width: 991px) {
  .widget-15 .owl-carousel .owl-nav,
  .widget-15 .owl-dots {
      margin-bottom: 1.07rem;
  }
}
@media (max-width: 576px) {
  .widget-15 .owl-carousel .owl-nav,
  .widget-15 .owl-dots {
      margin-bottom: 1.07rem;
  }
}
.widget-16 .counter {
  color: #2c304d;
  font-size: 2.6rem;
}
.widget-16 .total-views {
  display: block;
  font-size: 1.2rem;
}
.widget-16 .pages-views {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: center;
}
.widget-16 .pages-views canvas {
  max-width: 100%;
  max-height: 100%;
}
.widget-16 .pages-views .percent {
  color: #2c304d;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 2rem;
}
.widget-16 .pages-views .percent i {
  font-style: normal;
  font-size: 1.4rem;
  font-weight: 400;
}
.widget-17 .counter {
  color: #2c304d;
  font-size: 2.6rem;
}
.widget-17 .total-visitors {
  display: block;
  font-size: 1.2rem;
}
.widget-17 .chart {
  overflow: hidden;
}
.widget-17 .visitors {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: center;
}
.widget-17 .visitors canvas {
  max-width: 100%;
  max-height: 100%;
}
.widget-17 .visitors .percent {
  color: #2c304d;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 2rem;
}
.widget-17 .visitors .percent i {
  font-style: normal;
  font-size: 1.4rem;
  font-weight: 400;
}
.widget-18 .input-group input {
  border: 0 none;
  border-bottom: 1px solid #eee;
  padding-left: 15px !important;
}
.widget-18 .input-group input::-webkit-input-placeholder {
  color: #2a2c3d;
}
.widget-18 .input-group input::-moz-placeholder {
  color: #2a2c3d;
}
.widget-18 .input-group input::-ms-input-placeholder {
  color: #2a2c3d;
}
.widget-18 .input-group input::placeholder {
  color: #2a2c3d;
}
.widget-18 .input-group-addon {
  border: 0 none !important;
  background: none;
}
.widget-18 .input-group-addon .btn {
  background: #fff;
  color: #5d5386;
  padding: 0 0 5px;
  border-radius: 0;
  border: 0;
}
.widget-18 .new-message {
  background: #6859ea;
  background: linear-gradient(135deg, #6859ea, #6acbe0 60%);
  padding: 1.07rem;
  border-radius: 4px;
  width: 100%;
  margin: 1.07rem auto 0;
  position: relative;
}
.widget-18 .new-message-sender {
  color: #fff;
  font-weight: 600;
}
.widget-18 .new-message-time {
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 0.9rem;
}
.widget-18 .actions a i {
  color: #fff;
}
.widget-18 .actions a i.reply:hover {
  background: #fff;
  color: #5d5386;
}
.widget-18 .list-group-item {
  border: 0 none;
  padding-right: 0;
  padding-left: 0;
}
.widget-18 .other-message {
  background: #fff;
  padding: 1.07rem;
  border-radius: 4px;
  position: relative;
  -webkit-box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.15);
  box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.15);
}
.widget-18 .other-message-sender {
  color: #2c304d;
  font-weight: 600;
}
.widget-18 .other-message-time {
  color: rgba(52, 40, 104, 0.4);
  font-size: 0.9rem;
}
.widget-18 .actions a i {
  background: transparent;
  color: #5d5386;
  font-size: 1.6rem;
  padding: 0.5rem;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.widget-18 .actions a i.reply:hover {
  background: #5d5386;
  color: #fff;
}
.widget-19 .list-group-item {
  border: 0 none;
  border-radius: 0;
  background: #f2f3f8;
  padding: 0.65rem 1.8rem;
  z-index: 0;
}
.widget-19 .people-name {
  color: #2c304d;
  font-size: 0.9rem;
  font-weight: 600;
}
.widget-20 .card-image {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  margin: 0 1.07rem;
}
.widget-20 .card-image > img {
  display: block;
  margin-bottom: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.widget-20 .card-image:hover > img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.widget-20 .card-overlay {
  content: "";
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.widget-20 .card-overlay-01 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(46, 52, 81, 0.5)), to(rgba(106, 203, 224, 0.95)));
  background: linear-gradient(180deg, rgba(46, 52, 81, 0.5) 0, rgba(106, 203, 224, 0.95));
  z-index: 2;
}
.widget-20 .card-overlay-02 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(46, 52, 81, 0.4)), to(rgba(205, 95, 109, 0.95)));
  background: linear-gradient(180deg, rgba(46, 52, 81, 0.4) 0, rgba(205, 95, 109, 0.95));
  z-index: 2;
}
.widget-20 .card-overlay-content {
  position: absolute;
  bottom: 0;
  padding: 1.07rem;
  z-index: 3;
}
.widget-20 .category a {
  margin: 0;
  color: #fff;
  font-size: 0.85rem;
}
.widget-20 .card-title {
  color: #fff;
  display: inline-block;
  font-family: Montserrat;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-20 .card-title:hover {
  color: hsla(0, 0%, 100%, 0.8);
  text-decoration: none;
}
.widget-20 .owl-dots {
  float: left;
  display: block;
  margin-top: 2rem;
  text-align: center;
  width: 100%;
}
.widget-20 .owl-dots .owl-dot {
  background: rgba(52, 40, 104, 0.2);
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin: 0 0.3rem;
  width: 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.widget-20 .owl-dots .owl-dot.active,
.widget-20 .owl-dots .owl-dot:hover {
  background: #5d5386;
}
.widget-20 .media {
  border: 0.07rem solid #eee;
  border-radius: 4px;
  padding: 1.07rem 0.65rem;
  -webkit-box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.08);
  box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.08);
}
.widget-20 .media i {
  color: #2c304d;
  font-size: 2.5rem;
}
.widget-20 .files-title {
  color: #2c304d;
  font-size: 1rem;
}
.widget-20 .files-number {
  font-size: 0.85rem;
}
.widget-21 .widget-body {
  position: relative;
  padding: 4rem 0;
  overflow: hidden;
}
.widget-21 .hit-rate {
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: center;
}
.widget-21 .hit-rate canvas {
  max-width: 100%;
  max-height: 100%;
}
.widget-21 .hit-rate .percent {
  color: #2c304d;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 2rem;
}
.widget-21 .hit-rate .percent i {
  font-style: normal;
  font-size: 2rem;
  font-weight: 400;
}
.widget-21 .hit-rate:before {
  height: 265px;
  width: 265px;
  border-radius: 100%;
  border: 2px dashed rgba(46, 52, 81, 0.2);
}
.widget-21 .hit-rate:after,
.widget-21 .hit-rate:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-21 .hit-rate:after {
  height: 400px;
  width: 400px;
  border-radius: 100%;
  border: 2px dashed rgba(46, 52, 81, 0.15);
}
.widget-21 .section-title {
  position: absolute;
  top: 20px;
  left: 20px;
  text-shadow: 2px 2px 0 #fff;
}
.widget-21 .value-progress {
  position: absolute;
  top: 20px;
  right: 20px;
}
.widget-22 .widget-body {
  position: relative;
  padding: 4rem 0;
  overflow: hidden;
}
.widget-22 .happy-customers {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: center;
}
.widget-22 .happy-customers canvas {
  max-width: 100%;
  max-height: 100%;
}
.widget-22 .happy-customers .percent {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 2rem;
}
.widget-22 .happy-customers .percent i {
  font-style: normal;
  font-size: 2rem;
  font-weight: 400;
}
.widget-22 .happy-customers:before {
  height: 265px;
  width: 265px;
  border-radius: 100%;
  border: 2px dashed hsla(0, 0%, 100%, 0.2);
}
.widget-22 .happy-customers:after,
.widget-22 .happy-customers:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-22 .happy-customers:after {
  height: 400px;
  width: 400px;
  border-radius: 100%;
  border: 2px dashed hsla(0, 0%, 100%, 0.15);
}
.widget-22 .section-title {
  position: absolute;
  top: 20px;
  left: 20px;
}
.widget-22 .section-title h3 {
  color: #fff;
}
.widget-22 .value-progress {
  color: #fff;
  position: absolute;
  top: 20px;
  right: 20px;
}
.widget-23 i {
  color: hsla(0, 0%, 100%, 0.4);
  font-size: 6rem;
}
.widget-23 .title {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 0.65rem;
}
.widget-23 .number {
  font-size: 1rem;
}
.widget-24 {
  position: relative;
}
.widget-24.bg-image {
  background: url(/images/08.jpg?a97a9f371707caf70dcabf40a2ab58c2);
  display: block;
  background-position: 50% 0;
  background-size: cover;
}
.widget-24 .overlay {
  background: linear-gradient(135deg, rgba(104, 89, 234, 0.9), rgba(106, 203, 224, 0.9));
  content: "";
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.widget-24 .content {
  position: relative;
  z-index: 2;
}
.widget-24 .weather-infos {
  line-height: 1.2;
}
.widget-24 .weather-infos .temp {
  color: rgba(0, 0, 0, 0.4);
  font-size: 4rem;
}
.widget-24 .weather-infos i {
  color: #fff;
  font-size: 2rem;
  vertical-align: middle;
}
.widget-24 .weather-icon {
  padding: 1.07rem 0;
}
.widget-24 .weather-icon i {
  padding-top: 1.07rem;
  color: rgba(0, 0, 0, 0.4);
  font-size: 6rem;
}
.widget-24 .week-prev {
  background: rgba(0, 0, 0, 0.1);
  padding: 1.07rem;
}
.widget-24 .weather-mini-icon i {
  color: #fff;
  font-size: 2rem;
}
.widget-24 .day,
.widget-24 .weather-temp {
  color: #fff;
  font-size: 1rem;
}
.widget-24 .weather-temp {
  margin: 0;
  font-weight: 500;
}
.widget-24 .city {
  padding-bottom: 2rem;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}
.widget-25 .weather-report {
  color: #2c304d;
  font-size: 1.2rem;
  margin-bottom: 0;
}
.widget-25 .current-weather i {
  color: #aea9c3;
  font-size: 4rem;
}
.widget-25 .current-weather .temperature {
  color: #5d5386;
  font-size: 4rem;
  font-weight: 600;
}
.widget-25 .current-weather .condition {
  color: #aea9c3;
}
.widget-25 .weather-next-day .day {
  color: #2c304d;
  margin-bottom: 0;
}
.widget-25 .weather-next-day i {
  color: #aea9c3;
  font-size: 2rem;
}
.widget-25 .weather-next-day .temp {
  color: #5d5386;
  font-size: 1rem;
}
@media (max-width: 1200px) {
  .widget-25 .weather-report {
      font-size: 1rem;
      margin-bottom: 0;
  }
  .widget-25 .current-weather .temperature,
  .widget-25 .current-weather i {
      font-size: 2rem;
  }
  .widget-25 .weather-next-day i {
      font-size: 1.4rem;
  }
}
@media (max-width: 991px) {
  .widget-25 .weather-report {
      font-size: 1rem;
      margin-bottom: 0;
  }
  .widget-25 .current-weather .temperature,
  .widget-25 .current-weather i {
      font-size: 2rem;
  }
  .widget-25 .weather-next-day i {
      font-size: 1.4rem;
  }
}
@media (max-width: 576px) {
  .widget-25 .weather-report {
      font-size: 1rem;
      margin-bottom: 0;
  }
  .widget-25 .current-weather .temperature,
  .widget-25 .current-weather i {
      font-size: 2rem;
  }
  .widget-25 .weather-next-day i {
      font-size: 1.4rem;
  }
}
.widget-26 .quick-stats,
.widget-26.widget {
  position: relative;
  overflow: hidden;
}
.widget-26 .quick-stats {
  z-index: 2;
}
.widget-26 .quick-act {
  width: 100%;
  z-index: 2;
}
.widget-26 .q-settings {
  padding: 1.07rem 0;
}
.widget-26 .q-settings i {
  color: #e76c90;
  font-size: 2.4rem;
}
.widget-26 .t-title {
  color: #2c304d;
}
.widget-27 .widget-body {
  position: relative;
}
.widget-27 .thermostat .temperature {
  color: #5d5386;
  font-size: 6rem;
  font-weight: 600;
  text-align: center;
}
.widget-27 .thermostat .temperature span::-moz-selection {
  background: transparent;
}
.widget-27 .thermostat .temperature span::selection {
  background: transparent;
}
.widget-27 .thermostat .control.up {
  font-size: 2rem;
  color: #febd80;
}
.widget-27 .thermostat .control.down {
  font-size: 2rem;
  color: #4bc3de;
}
.widget-27 .thermostat .control i:hover {
  cursor: pointer;
}
.widget-27 .humidity i {
  color: #5d5386;
  display: block;
  font-size: 1.6rem;
}
.widget-27 .humidity span {
  color: #2c304d;
  font-size: 1.2rem;
}
.widget-27 .humidity .title {
  color: #aea9c3;
}
.widget-27 .thermostat-options i {
  color: #aea9c3;
  font-size: 2rem;
}
@media (max-width: 991px) {
  .widget-27 .thermostat .temperature {
      font-size: 3rem;
  }
}
@media (max-width: 576px) {
  .widget-27 .thermostat .temperature {
      font-size: 3rem;
  }
}
.widget-28 .widget-body {
  position: relative;
}
.widget-28 .camera-active .title {
  color: #2c304d;
  font-size: 1.2rem;
  font-weight: 500;
}
.widget-28 .camera-active {
  background-color: #fff;
  width: 80%;
  padding: 1.6rem;
  position: absolute;
  top: -35px;
  border-radius: 4px;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.widget-28 .list-group-item {
  display: block;
  margin: 0;
  padding: 0.75rem 0;
  border: 0 none;
  background: transparent;
}
.widget-28 .list-group-item:first-child {
  border-top: 0;
  border-radius: 0 !important;
}
.widget-28 .list-group-item:last-child {
  border-bottom: 0;
  border-radius: 0 !important;
}
.widget-28 .list-group-item i {
  color: #aea9c3;
  padding: 0 0.65rem;
  font-size: 1.8rem;
}
.widget-28 .list-group-item .act-title {
  color: #2c304d;
}
.widget-29 .widget-body {
  padding: 0;
}
.widget-29 .owl-item .item {
  margin: 0 0.5rem;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.widget-29 .devices-item {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(44, 48, 77, 0)), color-stop(80%, #5d5386));
  background: linear-gradient(180deg, rgba(44, 48, 77, 0) 0, #5d5386 80%);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
}
.widget-29 .devices-item i {
  color: #fff;
  font-size: 1.8rem;
  padding-right: 0.3rem;
  vertical-align: middle;
  display: inline-block;
}
.widget-29 .devices-item .room {
  color: #fff;
  display: inline-block;
  font-weight: 500;
}
.widget-29 .devices-item .nb-devices {
  color: #aea9c3;
  margin-bottom: 1.07rem;
}
.widget-29 .owl-dots {
  float: left;
  display: block;
  margin-top: 1.8rem;
  text-align: center;
  width: 100%;
}
.widget-29 .owl-dots .owl-dot {
  border: 2px solid #98a8b4;
  border-radius: 50%;
  display: inline-block;
  height: 12px;
  margin: 0 0.3rem;
  width: 12px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.widget-29 .owl-dots .owl-dot:hover {
  border-color: #5d5386;
}
.widget-29 .owl-dots .owl-dot.active {
  border: 2px solid #5d5386;
}
.widget-29 .owl-carousel .owl-nav {
  text-align: center !important;
  margin-top: 1.4rem;
}
.widget-29 .owl-carousel .owl-nav .owl-next,
.widget-29 .owl-carousel .owl-nav .owl-prev {
  display: inline;
  margin: 0 8px;
  font-size: 1.4rem;
}
.widget-29 .owl-next,
.widget-29 .owl-prev {
  color: #aea9c3 !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.widget-29 .owl-next:hover,
.widget-29 .owl-prev:hover {
  color: #5d5386 !important;
}
.widget-30 {
  position: relative;
  line-height: 1.2;
}
.widget-30.bg-image {
  display: block;
  background-position: 50% 0;
  background-size: cover;
}
.widget-30 .overlay {
  background: linear-gradient(135deg, rgba(44, 48, 77, 0.5), rgba(93, 83, 134, 0.8));
  content: "";
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.widget-30 .widget-body {
  background: #fff;
  position: relative;
  z-index: 2;
}
.widget-30 .content {
  padding: 3rem 0;
  position: relative;
  z-index: 2;
}
.widget-30 #events-date {
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 8rem;
  font-weight: 600;
}
.widget-30 #events-day {
  color: #fff;
  font-size: 1.2rem;
}
.widget-30 #events-year {
  color: #fff;
  font-size: 1rem;
}
.widget-30 .real-time {
  padding: 1.6rem 0;
  z-index: 2;
  position: relative;
}
.widget-30 #events-time {
  color: #fff;
  font-size: 1.2rem;
}
.widget-30 .house-members {
  padding: 0.4rem 0;
}
.widget-30 .house-members a {
  margin: 0 -1.6rem 0 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}
.widget-30 .house-members img {
  width: 50px;
  border: 0.25rem solid #fff;
}
.widget-30 .house-members a.here {
  z-index: 2;
}
.widget-30 .house-members a.away {
  opacity: 0.4;
}
.widget-31 .conso {
  position: relative;
  z-index: 2;
  line-height: 1.2;
}
.widget-31 .icon-big {
  color: #2c304d;
  font-size: 10rem;
  position: absolute;
  vertical-align: middle;
  bottom: -40px;
  left: -15px;
  opacity: 0.085;
  z-index: 2;
}
.widget-31 {
  width: 100%;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.widget-31 canvas {
  max-width: 100%;
  max-height: 100%;
}
.widget-31 .percent {
  color: #5d5386;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
}
.widget-31 .percent i {
  color: #aea9c3;
  display: block;
  font-style: normal;
  font-size: 1rem;
  font-weight: 400;
}
.widget-31 .conso-title .title {
  color: #5d5386;
  font-size: 1.6rem;
  position: relative;
  z-index: 1;
  margin-left: 2rem;
}
@media (max-width: 1200px) {
  .widget-31 .conso-title .title {
      text-align: center;
      margin-left: 0;
      margin-bottom: 1.07rem;
  }
}
@media (max-width: 991px) {
  .widget-31 .conso-title .title {
      text-align: center;
      margin-left: 0;
      margin-bottom: 1.07rem;
  }
}
@media (max-width: 576px) {
  .widget-31 .conso-title .title {
      text-align: center;
      margin-left: 0;
      margin-bottom: 1.07rem;
  }
}
.widget-32 {
  position: relative;
  text-align: center;
  line-height: 1.2;
}
.widget-32.bg-image {
  background: url(/images/06.jpg?a97a9f371707caf70dcabf40a2ab58c2);
  display: block;
  background-position: 50% 0;
  background-size: cover;
}
.widget-32 .overlay {
  background: linear-gradient(135deg, rgba(44, 48, 77, 0.8), rgba(93, 83, 134, 0.8));
  content: "";
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.widget-32 .content {
  padding: 4rem 0;
  position: relative;
  z-index: 2;
}
.widget-32 #events-date {
  color: #fff;
  font-size: 8rem;
  font-weight: 600;
}
.widget-32 #events-day {
  color: #e76c90;
  font-size: 1.2rem;
}
.widget-32 #events-year {
  color: #aea9c3;
  font-size: 1rem;
}
.widget-32 .real-time {
  padding: 1.6rem 0;
  z-index: 2;
  position: relative;
}
.widget-32 #events-time {
  color: #fff;
  font-size: 1.2rem;
}
.widget-33 #music {
  width: 100%;
  overflow: hidden;
}
.widget-33 #music img {
  width: 100%;
}
.widget-33 .song-title {
  color: #2c304d;
  text-align: center;
  font-size: 1.07rem;
  padding: 1.07rem 0;
}
.widget-33 #pause {
  display: none;
}
.widget-33 progress {
  border: none;
  width: 100%;
  height: 6px;
  background: #eee;
  color: #e76c90;
}
.widget-33 progress::-moz-progress-bar {
  background: #e76c90;
}
.widget-33 progress::-webkit-progress-bar,
.widget-33 progress::-webkit-progress-value {
  background: #e76c90;
}
.widget-33 .actions {
  padding: 15px 20px;
  overflow: hidden;
}
.widget-33 .actions i {
  font-size: 1.8rem;
  color: #aea9c3;
  cursor: pointer;
  vertical-align: middle;
}
.widget-33 .actions i:hover {
  opacity: 0.8;
}
.widget-33 .next,
.widget-33 .play,
.widget-33 .prev {
  display: inline-block;
}
.widget-33 #mute {
  display: none;
}
.widget-33 #playmusic {
  font-size: 2.8rem;
  color: #e76c90;
}
.widget-33 #pause {
  font-size: 2.8rem;
  color: #5d5386;
}
.widget-34 .r-title {
  font-size: 5rem;
  font-weight: 600;
  color: #2c304d;
  margin-right: 1.07rem;
}
.widget-34 .r-title,
.widget-34 .star-rating {
  display: inline-block;
}
.widget-34 .star-rating ul li {
  font-size: 2rem;
  display: inline-block;
}
.widget-34 .star-rating .rate {
  color: #ffe234;
}
.widget-34 .chart {
  margin-top: -2rem;
}
@media (max-width: 576px) {
  .widget-34 .r-title {
      font-size: 2.8rem;
  }
  .widget-34 .star-rating ul li {
      font-size: 1.4rem;
  }
  .widget-34 .chart {
      margin-top: 0;
  }
}
.widget-35.widget {
  background: linear-gradient(135deg, #3b5998 40%, #1b3c89) !important;
}
.widget-35 .widget-body {
  position: relative;
  overflow: hidden;
}
.widget-35 .user-avatar {
  display: inline-block;
}
.widget-35 .user-avatar img {
  width: 50px;
  height: 50px;
}
.widget-35 .user-n {
  display: inline-block;
  color: #fff;
  margin-left: 1.07rem;
}
.widget-35 .account-name {
  color: #aea9c3;
}
.widget-35 i {
  color: #fff;
  font-size: 3rem;
  margin-right: 0.65rem;
}
.widget-35 .w-text {
  position: absolute;
  bottom: 30px;
}
.widget-35 p {
  width: 85%;
  color: #fff;
  line-height: 1.8;
}
.widget-35 a {
  color: #aea9c3;
}
@media (max-width: 991px) {
  .widget-35 .w-text {
      position: relative;
  }
}
@media (max-width: 576px) {
  .widget-35 .w-text {
      position: relative;
  }
}
.widget-36 .widget-body {
  position: relative;
}
.widget-36 .nb-visitors {
  color: #2c304d;
  font-size: 1.2rem;
}
.widget-36 .visitors-nb {
  color: #2c304d;
  font-size: 6rem;
  font-weight: 700;
  margin-top: -0.8rem;
}
.widget-38 .leaflet-marker-icon {
  border-radius: 50%;
  border: 5px solid #fff;
}
.widget-38 .leaflet-marker-icon,
.widget-38 .leaflet-popup-content-wrapper {
  -webkit-box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.15);
  box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.15);
}
.widget-38 .leaflet-popup-content-wrapper {
  border-radius: 4px;
}
.widget-39.widget {
  position: relative;
  overflow: hidden;
}
.widget-39 .widget-effect i {
  color: hsla(0, 0%, 100%, 0.035);
  font-size: 20rem;
  z-index: 1;
  position: absolute;
  bottom: -5%;
  right: -10%;
}
.widget-39 .widget-body {
  z-index: 2;
}
.widget-39 .widget-body i {
  color: #fff;
  font-size: 6rem;
}
.widget-39 .congrats-name {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
}
.widget-39 p {
  color: #fff;
  font-size: 1.1rem;
}
@media (max-width: 576px) {
  .widget-39 .widget-effect i {
      font-size: 10rem;
  }
  .widget-39 .widget-body i {
      font-size: 4rem;
  }
  .widget-39 .congrats-name {
      font-size: 1.6rem;
  }
}
footer.main-footer {
  background: #fff;
  padding: 15px 30px;
  border-top: 0.07rem solid #eee;
  -webkit-box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.08);
  box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.08);
}
footer.main-footer.fixed-footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  margin-left: 240px;
}
.content-inner.active footer.main-footer.fixed-footer {
  margin-left: 90px;
}
footer.main-footer a {
  color: inherit;
}
footer.main-footer a:hover {
  color: #5d5386;
}
footer.main-footer p {
  color: #98a8b4;
  margin: 0;
  font-size: 0.85rem;
  font-weight: 500;
}
footer.main-footer .nav-link {
  padding: 0 1rem;
  font-size: 0.85rem;
}
footer.main-footer a.nav-link {
  color: #98a8b4;
}
footer.main-footer a:hover.nav-link {
  color: #5d5386;
}
footer.second-footer {
  padding: 15px 30px;
}
footer.second-footer a {
  color: inherit;
}
footer.second-footer a:hover {
  color: #5d5386;
}
footer.second-footer p {
  color: #2c304d;
  margin: 0;
  font-size: 0.85rem;
  font-weight: 500;
}
footer.second-footer .nav-link {
  padding: 0 1rem;
  font-size: 0.85rem;
}
footer.second-footer a.nav-link {
  color: #5d5386;
}
footer.second-footer a:hover.nav-link {
  color: #e76c90;
}
.mail .bg-mail {
  background: #f2f3f8;
}
.mail .nb-new {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mail .messages-list img {
  width: 40px;
}
.mail .messages-list .user-img {
  position: relative;
  display: inline-block;
}
.mail .input-group input {
  border: 0 none;
  border-bottom: 1px solid #eee;
  padding-left: 15px !important;
}
.mail .input-group input::-webkit-input-placeholder {
  color: #98a8b4;
}
.mail .input-group input::-moz-placeholder {
  color: #98a8b4;
}
.mail .input-group input::-ms-input-placeholder {
  color: #98a8b4;
}
.mail .input-group input::placeholder {
  color: #98a8b4;
}
.mail .input-group-addon {
  border: 0 none !important;
  background: none;
}
.mail .input-group-addon .btn {
  background: #fff;
  color: #e76c90;
  padding: 18px 15px;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #eee;
}
.mail .sidebar-content #list-group {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}
.mail #sidebar {
  background: #f2f3f8;
  border: 0 none;
}
.mail .sidebar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.mail .messages-list .list-group-item {
  display: block;
  margin: 0;
  padding: 1.8rem 1.25rem;
  border: 0 none;
  border-bottom: 0.07rem solid hsla(0, 0%, 100%, 0.05);
  background: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mail .messages-list .list-group-item:hover .media h4 {
  color: #e76c90;
}
.mail .messages-list .list-group-item:first-child {
  border-top: 0;
  border-radius: 0 !important;
}
.mail .messages-list .list-group-item:last-child {
  border-bottom: 0;
  border-radius: 0 !important;
}
.mail .media h4 {
  font-size: 1.2rem;
  color: #5d5386;
}
.mail .media h5 {
  color: #5d5386;
  font-size: 1.1rem;
}
.mail .media .media-body {
  padding: 0 0.8rem;
}
.mail .media .badge-rounded {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
}
.mail .media p {
  font-size: 0.95rem;
  color: #aea9c3;
  margin: 0;
}
.mail .media .date-send {
  color: #aea9c3;
  font-size: 0.85rem;
}
.mail .media .username i {
  font-size: 1.2rem;
  vertical-align: middle;
  margin-left: 0.3rem;
}
.mail .card {
  margin: 1.4rem;
  border: 0 none;
  border-radius: 4px 4px 0 0;
}
.mail .card .card-header {
  background: #fff;
  color: #2c304d;
  padding: 1.2rem 1.8rem 0.5rem;
  border: 0 none;
}
.mail .card-header .message-avatar {
  margin-right: 0.5rem;
}
.mail .card-header .message-avatar,
.mail .card-header .message-infos {
  display: inline-block;
  vertical-align: middle;
}
.mail .card-header .user-title {
  font-size: 1.2rem;
}
.mail .message-card {
  margin: 0.25rem;
  max-width: 50%;
}
.mail .card-body {
  padding: 1.2rem 1.8rem;
}
.mail .show-details a {
  color: #aea9c3;
  font-size: 0.85rem;
}
.mail #details li {
  color: #94a4b0;
  font-size: 0.9rem;
}
.mail .mail-title {
  padding-bottom: 1.07rem;
}
.mail .mail-title h2 {
  color: #5d5386;
}
.mail .attachments .title {
  padding: 1.07rem 0;
}
.mail .attachments .title i {
  font-size: 1.4rem;
}
.mail .publisher {
  border-top: 0.07rem solid #eee;
  position: relative;
  padding: 1rem 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mail .publisher > * {
  margin: 0 8px;
}
.mail .publisher > :first-child {
  margin-left: 0;
}
.mail .publisher > :last-child {
  margin-right: 0;
}
.mail .publisher-multi {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.mail .publisher-multi > * {
  margin: 0;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.mail .publisher-multi .publisher-input {
  padding: 1rem;
  border-radius: 4px;
  color: #2c304d;
}
.mail .publisher-input {
  border: 0 none;
  outline: none !important;
  background-color: rgba(52, 40, 104, 0.05);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.mail .publisher-bottom {
  padding: 1rem 0;
}
.mail .publisher-btn {
  background-color: transparent;
  border: 0 none;
  color: #98a8b4;
  font-size: 1.8rem;
  margin-right: 0.5rem;
}
.mail .publisher-btn:hover {
  color: #5d5386;
}
.mail .attachments {
  color: #2c304d;
}
.mail .file-attachment .item {
  padding-bottom: 1rem;
}
.mail .file-attachment i {
  color: #e76c90;
  margin-right: 0.5rem;
  font-size: 1.4rem;
  vertical-align: middle;
}
@media (max-width: 1200px) {
  .mail .message-card {
      max-width: 100%;
  }
  .mail .card .input-group {
      position: relative;
  }
}
@media (max-width: 991px) {
  .mail .message-card {
      max-width: 100%;
  }
  .mail .card .input-group {
      position: relative;
  }
}
@media (max-width: 576px) {
  .mail .message-card {
      max-width: 100%;
  }
  .mail .card .input-group {
      position: relative;
  }
}
.fc-bg-default,
.fc-bg-green,
.fc-bg-orange,
.fc-bg-violet {
  background-color: #fff !important;
  position: relative;
}
.fc-bg-blue .fc-title i,
.fc-bg-default .fc-title i,
.fc-bg-green .fc-title i,
.fc-bg-orange .fc-title i,
.fc-bg-violet .fc-title i {
  font-size: 1.8rem;
  margin-right: 0.2rem;
  vertical-align: -5px;
}
.fc-bg-default .fc-time,
.fc-bg-default .fc-title {
  color: #2c304d !important;
}
.fc-bg-violet .fc-time,
.fc-bg-violet .fc-title {
  color: #5d5386 !important;
}
.fc-bg-orange .fc-time,
.fc-bg-orange .fc-title {
  color: #e76c90 !important;
}
.fc-bg-blue .fc-time,
.fc-bg-blue .fc-title {
  color: #08a6c3 !important;
}
.fc-bg-green .fc-time,
.fc-bg-green .fc-title {
  color: #60c400 !important;
}
.fc-event .fc-title {
  font-weight: 600;
}
.fc-bg-blue,
.fc-bg-default,
.fc-bg-green,
.fc-bg-orange,
.fc-bg-violet {
  background-color: #fff !important;
  position: relative;
  border-left: 0.25rem solid !important;
}
.fc-bg-default {
  border-left-color: #2c304d !important;
}
.fc-bg-violet {
  border-left-color: #5d5386 !important;
}
.fc-bg-orange {
  border-left-color: #e76c90 !important;
}
.fc-bg-blue {
  border-left-color: #08a6c3 !important;
}
.fc-bg-green {
  border-left-color: #60c400 !important;
}
.fc-bg-blue .fc-list-item-title i,
.fc-bg-default .fc-list-item-title i,
.fc-bg-green .fc-list-item-title i,
.fc-bg-orange .fc-list-item-title i,
.fc-bg-violet .fc-list-item-title i {
  font-size: 1.6rem;
  margin-right: 0.2rem;
  vertical-align: -3px;
}
.fc-bg-default .fc-list-item-title,
.fc-bg-default .fc-time {
  color: #2c304d !important;
}
.fc-bg-violet .fc-list-item-title,
.fc-bg-violet .fc-time {
  color: #5d5386 !important;
}
.fc-bg-orange .fc-list-item-title,
.fc-bg-orange .fc-time {
  color: #e76c90 !important;
}
.fc-bg-blue .fc-list-item-title,
.fc-bg-blue .fc-time {
  color: #08a6c3 !important;
}
.fc-bg-green .fc-list-item-title,
.fc-bg-green .fc-time {
  color: #60c400 !important;
}
.fc-list-item-title {
  font-weight: 600;
}
#external-events {
  z-index: 2;
}
#external-events .fc-event {
  margin: 1em 0;
  cursor: -webkit-grab;
  cursor: grab;
  overflow: hidden;
}
#external-events .fc-content {
  padding-left: 1.4rem 0.8rem;
}
#external-events .remove-drop span {
  color: #2c304d;
  font-size: 0.85rem;
  margin-left: 0.4rem;
}
#calendar-container {
  position: relative;
  z-index: 1;
}
#modal-view-event .event-icon i {
  color: rgba(52, 40, 104, 0.8);
  font-size: 3rem;
}

/*!
* FullCalendar v3.9.0
* Docs & License: https://fullcalendar.io/
* (c) 2018 Adam Shaw
*/
.fc {
  direction: ltr;
  text-align: left;
}
.fc-rtl {
  text-align: right;
}
body .fc {
  font-size: 1rem;
}
.fc-highlight {
  background: #bce8f1;
  opacity: 0.3;
}
.fc-bgevent {
  background: #8fdf82;
  opacity: 0.3;
}
.fc-nonbusiness {
  background: rgba(52, 40, 104, 0.05);
}
.fc button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  height: 2.75rem;
  padding: 0 1.25rem;
  font-size: 1rem;
  font-weight: 500 !important;
  white-space: nowrap;
  cursor: pointer;
}
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}
.fc-state-default {
  border: 0.07rem solid;
}
.fc-state-default.fc-corner-left {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.fc-state-default.fc-corner-right {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.fc button .fc-icon {
  position: relative;
  top: -0.05rem;
  margin: 0 0.2rem;
}
.fc-state-default {
  background-color: #f1f3f7;
  border-color: #f1f3f7;
  color: #2c304d;
}
.fc button:focus {
  color: #fff;
  background-color: rgba(52, 40, 104, 0.8);
  border-color: rgba(52, 40, 104, 0.8);
}
.fc-state-active,
.fc-state-disabled,
.fc-state-down,
.fc-state-hover {
  color: #2c304d;
  background-color: #e4e8f0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fc-state-hover {
  color: rgba(52, 40, 104, 0.8);
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fc-state-active,
.fc-state-down {
  background-color: rgba(52, 40, 104, 0.8);
  border-color: rgba(52, 40, 104, 0.8);
  color: #fff;
}
.fc-state-active,
.fc-state-disabled,
.fc-state-down {
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fc-state-disabled {
  cursor: default;
  opacity: 0.65;
}
.fc-button-group {
  display: inline-block;
}
.fc .fc-button-group > * {
  float: left;
  margin: 0 0 0 -1px;
}
.fc .fc-button-group > :first-child {
  margin-left: 0;
}
.fc-popover {
  position: absolute;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.fc-popover .fc-header {
  padding: 2px 4px;
}
.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}
.fc-popover .fc-header .fc-close {
  cursor: pointer;
}
.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}
.fc-ltr .fc-popover .fc-header .fc-close,
.fc-rtl .fc-popover .fc-header .fc-title {
  float: right;
}
.fc-divider {
  border-style: solid;
  border-width: 1px;
}
hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  border-width: 1px 0;
}
.fc-clear {
  clear: both;
}
.fc-bg,
.fc-bgevent-skeleton,
.fc-helper-skeleton,
.fc-highlight-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fc-bg {
  bottom: 0;
}
.fc-bg table {
  height: 100%;
}
.fc table {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1rem;
}
.fc-unthemed th.fc-day-header {
  color: #2c304d;
  padding: 0.75rem 0.5rem;
  font-size: 1rem;
  font-weight: 500;
}
.fc th {
  text-align: center;
}
.fc td,
.fc th {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}
.fc td.fc-today {
  border-style: double;
}
a[data-goto] {
  cursor: pointer;
}
a[data-goto]:hover {
  text-decoration: underline;
}
.fc .fc-row {
  border-style: solid;
  border-width: 0;
}
.fc-row table {
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  border-bottom: 0 hidden transparent;
}
.fc-row:first-child table {
  border-top: 0 hidden transparent;
}
.fc-row {
  position: relative;
}
.fc-row .fc-bg {
  z-index: 1;
}
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
}
.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
}
.fc-row .fc-bgevent-skeleton td,
.fc-row .fc-highlight-skeleton td {
  border-color: transparent;
}
.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}
.fc-row .fc-highlight-skeleton {
  z-index: 3;
}
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
}
.fc-row .fc-helper-skeleton {
  z-index: 5;
}
.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
  background: none;
  border-color: transparent;
  padding: 0.5rem;
}
.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  border-bottom: 0;
}
.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  border-top: 0;
}
.fc-scroller {
  -webkit-overflow-scrolling: touch;
}
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  width: 100%;
}
.fc-event {
  position: relative;
  display: block;
  font-size: 0.85rem;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
.fc-event-dot {
  background-color: rgba(52, 40, 104, 0.3);
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.1);
}
.fc-event,
.fc-event:hover {
  color: #fff;
  text-decoration: none;
}
.fc-event.fc-draggable,
.fc-event[href] {
  cursor: pointer;
}
.fc-not-allowed,
.fc-not-allowed .fc-event {
  cursor: not-allowed;
}
.fc-event .fc-bg {
  z-index: 1;
  background: #fff;
  opacity: 0.25;
}
.fc-event .fc-content {
  color: #2c304d;
  position: relative;
  z-index: 2;
  padding: 0.5rem;
}
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
  display: none;
}
.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  display: block;
}
.fc-event.fc-selected .fc-resizer:before {
  content: "";
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}
.fc-event.fc-selected {
  z-index: 9999 !important;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.fc-event.fc-selected.fc-dragging {
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
}
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
}
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  bottom: -1px;
}
.fc-h-event.fc-selected .fc-resizer {
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  top: 50%;
  margin-top: -4px;
}
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
}
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
}
.fc-day-grid-event {
  margin: 1px 2px 0;
  padding: 0 1px;
}
tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
}
.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: #000;
  opacity: 0.25;
}
.fc-day-grid-event .fc-content {
  white-space: nowrap;
  overflow: hidden;
}
.fc-day-grid-event .fc-time {
  font-weight: 700;
}
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
}
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
}
a.fc-more {
  margin: 1px 3px;
  font-size: 0.85rem;
  cursor: pointer;
  text-decoration: none;
}
a.fc-more:hover {
  text-decoration: underline;
}
.fc-limited {
  display: none;
}
.fc-day-grid .fc-row {
  z-index: 1;
}
.fc-more-popover {
  z-index: 2;
  width: 220px;
}
.fc-more-popover .fc-event-container {
  padding: 10px;
}
.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}
.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
  border-color: #eee;
}
.fc-unthemed .fc-popover {
  background-color: #fff;
}
.fc-unthemed .fc-divider {
  border: 0.07rem solid #eee;
}
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-popover .fc-header {
  background: rgba(52, 40, 104, 0.8);
  color: #fff;
  border: 0 none;
}
.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
}
.fc-unthemed td.fc-today {
  background: rgba(52, 40, 104, 0.03);
}
.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: 0.3;
}
.fc-icon {
  display: inline-block;
  height: 1rem;
  line-height: 1rem;
  font-size: 1rem;
  text-align: center;
  overflow: hidden;
  font-family: Ionicons, Courier, monospace;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fc-icon:after {
  position: relative;
}
.fc-icon-left-single-arrow:after {
  content: "\F124";
  font-weight: 400;
  font-size: normal;
  top: -7%;
}
.fc-icon-right-single-arrow:after {
  content: "\F125";
  font-weight: 400;
  font-size: normal;
  top: -7%;
}
.fc-icon-left-double-arrow:after {
  content: "\AB";
  font-size: 160%;
  top: -7%;
}
.fc-icon-right-double-arrow:after {
  content: "\BB";
  font-size: 160%;
  top: -7%;
}
.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%;
}
.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%;
}
.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%;
}
.fc-icon-x:after {
  content: "\D7";
  font-size: 200%;
  top: 6%;
}
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}
.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: 0.9rem;
  margin-top: 2px;
}
.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5;
}
.ui-widget .fc-disabled-day {
  background-image: none;
}
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
}
.ui-widget .fc-event {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}
.ui-widget td.fc-axis {
  font-weight: 400;
}
.fc-time-grid .fc-slats .ui-widget-content {
  background: none;
}
.fc.fc-bootstrap3 a {
  text-decoration: none;
}
.fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline;
}
.fc-bootstrap3 hr.fc-divider {
  border-color: inherit;
}
.fc-bootstrap3 .fc-today.alert {
  border-radius: 0;
}
.fc-bootstrap3 .fc-popover .panel-body {
  padding: 0;
}
.fc-bootstrap3 .fc-time-grid .fc-slats table {
  background: none;
}
.fc.fc-bootstrap4 a {
  text-decoration: none;
}
.fc.fc-bootstrap4 a[data-goto]:hover {
  text-decoration: underline;
}
.fc-bootstrap4 hr.fc-divider {
  border-color: inherit;
}
.fc-bootstrap4 .fc-today.alert {
  border-radius: 0;
}
.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
  color: #fff;
}
.fc-bootstrap4 .fc-popover.card {
  position: absolute;
}
.fc-bootstrap4 .fc-popover .card-body {
  padding: 0;
}
.fc-bootstrap4 .fc-time-grid .fc-slats table {
  background: none;
}
.fc-toolbar {
  text-align: center;
}
.fc-toolbar.fc-header-toolbar {
  margin: 1rem 0 2rem;
}
.fc-toolbar.fc-footer-toolbar {
  margin-top: 1rem;
}
.fc-toolbar .fc-left {
  float: left;
}
.fc-toolbar .fc-right {
  float: right;
}
.fc-toolbar .fc-center {
  display: inline-block;
}
.fc .fc-toolbar > * > * {
  float: left;
  margin-left: 0.75rem;
}
.fc .fc-toolbar > * > :first-child {
  margin-left: 0;
}
.fc-toolbar h2 {
  color: #2c304d;
  text-transform: uppercase;
  font-size: 1.4rem;
  margin-top: 0.7rem;
}
.fc-toolbar button {
  position: relative;
}
.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2;
}
.fc-toolbar .fc-state-down {
  z-index: 3;
}
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4;
}
.fc-toolbar button:focus {
  z-index: 5;
}
.fc-view-container *,
.fc-view-container :after,
.fc-view-container :before {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.fc-view,
.fc-view > table {
  position: relative;
  z-index: 1;
}
.fc-basicDay-view .fc-content-skeleton,
.fc-basicWeek-view .fc-content-skeleton {
  padding-bottom: 1rem;
}
.fc-basic-view .fc-body .fc-row {
  min-height: 4rem;
}
.fc-row.fc-rigid {
  overflow: hidden;
}
.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fc-day-top.fc-other-month {
  opacity: 0.3;
}
.fc-basic-view .fc-day-number,
.fc-basic-view .fc-week-number {
  padding: 2px;
}
.fc-basic-view th.fc-day-number,
.fc-basic-view th.fc-week-number {
  padding: 0 2px;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right;
  color: rgba(52, 40, 104, 0.8);
}
.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0;
}
.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}
.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5rem;
  text-align: center;
  background-color: #f2f2f2;
  color: gray;
}
.fc-basic-view td.fc-week-number {
  text-align: center;
}
.fc-basic-view td.fc-week-number > * {
  display: inline-block;
  min-width: 1.25rem;
}
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
}
.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3rem;
}
.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1rem;
}
.fc .fc-axis {
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}
.fc-ltr .fc-axis {
  text-align: right;
}
.fc-rtl .fc-axis {
  text-align: left;
}
.fc-time-grid,
.fc-time-grid-container {
  position: relative;
  z-index: 1;
}
.fc-time-grid {
  min-height: 100%;
}
.fc-time-grid table {
  border: 0 hidden transparent;
}
.fc-time-grid > .fc-bg {
  z-index: 1;
}
.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  position: relative;
  z-index: 2;
}
.fc-time-grid .fc-content-col {
  position: relative;
}
.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}
.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}
.fc-time-grid .fc-highlight-container {
  z-index: 3;
}
.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}
.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}
.fc-time-grid .fc-helper-container {
  position: relative;
  z-index: 6;
}
.fc-time-grid .fc-slats td {
  height: 1.5rem;
  border-bottom: 0;
}
.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}
.fc-time-grid .fc-highlight-container {
  position: relative;
}
.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
}
.fc-ltr .fc-time-grid .fc-event-container {
  margin: 0 2.5% 0 2px;
}
.fc-rtl .fc-time-grid .fc-event-container {
  margin: 0 2px 0 2.5%;
}
.fc-time-grid .fc-bgevent,
.fc-time-grid .fc-event {
  position: absolute;
  z-index: 1;
}
.fc-time-grid .fc-bgevent {
  left: 0;
  right: 0;
}
.fc-v-event.fc-not-start {
  border-top-width: 0;
  padding-top: 1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.fc-v-event.fc-not-end {
  border-bottom-width: 0;
  padding-bottom: 1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.fc-time-grid-event {
  overflow: hidden;
}
.fc-time-grid-event.fc-selected {
  overflow: visible;
}
.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
}
.fc-time-grid-event .fc-content {
  overflow: hidden;
}
.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}
.fc-time-grid-event .fc-time {
  font-size: 0.85rem;
  white-space: nowrap;
}
.fc-time-grid-event.fc-short .fc-content {
  white-space: nowrap;
}
.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  display: inline-block;
  vertical-align: top;
}
.fc-time-grid-event.fc-short .fc-time span {
  display: none;
}
.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
}
.fc-time-grid-event.fc-short .fc-time:after {
  content: "\A0-\A0";
}
.fc-time-grid-event.fc-short .fc-title {
  font-size: 0.85rem;
  padding: 0;
}
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "=";
}
.fc-time-grid-event.fc-selected .fc-resizer {
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  left: 50%;
  margin-left: -5px;
  bottom: -5px;
}
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
}
.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}
.fc-rtl .fc-list-view {
  direction: rtl;
}
.fc-list-view {
  border-width: 1px;
  border-style: solid;
}
.fc .fc-list-table {
  table-layout: auto;
}
.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px;
}
.fc-list-table tr:first-child td {
  border-top-width: 0;
}
.fc-list-heading {
  border-bottom-width: 1px;
}
.fc-list-heading td {
  font-weight: 700;
}
.fc-ltr .fc-list-heading-main {
  float: left;
}
.fc-ltr .fc-list-heading-alt,
.fc-rtl .fc-list-heading-main {
  float: right;
}
.fc-rtl .fc-list-heading-alt {
  float: left;
}
.fc-list-item.fc-has-url {
  cursor: pointer;
}
.fc-list-item-marker,
.fc-list-item-time {
  white-space: nowrap;
  width: 1px;
}
.fc-ltr .fc-list-item-marker {
  padding-right: 0;
}
.fc-rtl .fc-list-item-marker {
  padding-left: 0;
}
.fc-list-item-title a {
  text-decoration: none;
  color: inherit;
}
.fc-list-item-title a[href]:hover {
  text-decoration: underline;
}
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table;
}
.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.fc-unthemed .fc-list-empty {
  background-color: #eee;
}
.contact-card {
  margin-top: 0;
  position: relative;
}
.contact-card .cover-image {
  display: block;
  position: relative;
  padding-top: 2rem;
  width: 120px;
}
.contact-card .cover-image > img {
  display: block;
  margin-bottom: 0;
  width: 120px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.contact-card .badge-pulse,
.contact-card .badge-pulse-green {
  position: absolute;
  left: 20px;
  top: 25px;
  width: 18px;
  height: 18px;
  border: 4px solid #fff;
}
.contact-card .widget-body {
  position: relative;
}
.contact-card .name {
  color: #5d5386;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 0;
  margin: 0;
  text-decoration: none;
  text-align: center;
}
.contact-card .job {
  color: rgba(52, 40, 104, 0.5);
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
}
.contact-card .stats {
  margin-top: 1.4rem;
}
.contact-card .stats .counter {
  color: #2c304d;
  font-size: 1.4rem;
}
.contact-card .stats .counter,
.contact-card .stats .text {
  display: block;
  font-weight: 600;
  text-align: center;
}
.contact-card .btn-group {
  padding: 2rem 0 1.4rem;
}
.contact-card .quick-about {
  text-align: center;
  margin-top: 1.4rem;
}
.contact-card .quick-about h4 {
  color: #2c304d;
  font-weight: 600;
  margin-bottom: 0.4rem;
}
.contact-card .quick-about p {
  font-size: 0.9rem;
  margin: 0;
}
.contact-card .owl-dots {
  float: left;
  margin-top: 1.4rem;
  text-align: center;
  width: 100%;
}
.contact-card .owl-dots .owl-dot {
  border: 2px solid #98a8b4;
  border-radius: 50%;
  display: inline-block;
  height: 12px;
  margin: 0 0.3rem;
  width: 12px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.contact-card .owl-dots .owl-dot:hover {
  border-color: #e76c90;
}
.contact-card .owl-dots .owl-dot.active {
  border: 2px solid #e76c90;
}
.chat .friend-list img {
  width: 50px;
}
.chat .friend-list .user-img {
  position: relative;
}
.chat .friend-list .badge-pulse,
.chat .friend-list .badge-pulse-green,
.chat .friend-list .badge-pulse-orange {
  position: absolute;
  left: 2px;
  bottom: 2px;
  width: 12px;
  height: 12px;
}
.chat .search-input-h {
  height: 10% !important;
}
.chat #search-group {
  background: #252946;
}
.chat #search-group input {
  background: #1e223f;
  color: #98a8b4;
  font-weight: 500;
  padding: 0.85rem 1rem;
  margin: 0.8rem;
  border-radius: 50px;
}
.chat #search-group input::-webkit-input-placeholder {
  color: #98a8b4;
  font-weight: 500;
}
.chat #search-group input::-moz-placeholder {
  color: #98a8b4;
  font-weight: 500;
}
.chat #search-group input::-ms-input-placeholder {
  color: #98a8b4;
  font-weight: 500;
}
.chat #search-group input::placeholder {
  color: #98a8b4;
  font-weight: 500;
}
.chat #list-group {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}
.chat #sidebar {
  background: #252946;
}
.chat .sidebar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.chat .list-group .heading {
  color: #aea9c3;
  padding: 0.7rem 1.25rem;
}
.chat .friend-list .list-group-item {
  display: block;
  margin: 0;
  padding: 0.95rem 1.25rem;
  border: 0 none;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.chat .friend-list .list-group-item:hover {
  -webkit-box-shadow: inset 2px 0 0 0 #e76c90;
  box-shadow: inset 2px 0 0 0 #e76c90;
}
.chat .friend-list .list-group-item:first-child {
  border-top: 0;
  border-radius: 0 !important;
}
.chat .friend-list .list-group-item:last-child {
  border-bottom: 0;
  border-radius: 0 !important;
}
.chat .friend-list .media h4 {
  font-size: 1.1rem;
  color: #e76c90;
  margin: 0;
}
.chat .friend-list .contacts .media h4 {
  color: #aea9c3;
}
.chat .friend-list .media-body {
  padding: 0 0.8rem;
}
.chat .friend-list .media p {
  margin: 0;
}
.chat .friend-list .media .date-send,
.chat .friend-list .media p {
  font-size: 0.85rem;
  color: #aea9c3;
}
.chat .card .card-header {
  background: transparent;
  padding: 1.6rem 1.25rem;
  border-radius: 0;
  border: 0 none;
}
.chat .discussion-name {
  color: #5d5386;
  font-size: 1.4rem;
}
.chat .card {
  border: 0 none;
  border-right: 1px solid #eee;
}
.chat .message-card {
  margin-bottom: 1.07rem;
  max-width: 50%;
}
.chat .card-body {
  padding: 1.2rem 1rem;
}
.chat .avatar-bubble {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-left: 15px;
}
.chat .sender-background {
  position: relative;
  background: rgba(93, 83, 134, 0.1);
  color: #2c304d;
  border-radius: 4px;
}
.chat .card-body .sender-background:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  left: -16px;
  border-right-color: rgba(93, 83, 134, 0.15);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
.chat .sender-time {
  color: #2c304d;
}
.chat .receiver-background {
  position: relative;
  background: #5d5386;
  color: #fff;
  border-radius: 4px;
}
.chat .card-body .receiver-background:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  right: -16px;
  border-left-color: #5d5386;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
.chat .receiver-time {
  color: #5d5386;
  text-align: right;
}
.chat .card .input-group {
  position: absolute;
  bottom: 0;
}
.chat .card .input-group input {
  border: 0 none;
  border-top: 1px solid #eee;
}
.chat .card .input-group input::-webkit-input-placeholder {
  color: #2a2c3d;
  font-weight: 500;
}
.chat .card .input-group input::-moz-placeholder {
  color: #2a2c3d;
  font-weight: 500;
}
.chat .card .input-group input::-ms-input-placeholder {
  color: #2a2c3d;
  font-weight: 500;
}
.chat .card .input-group input::placeholder {
  color: #2a2c3d;
  font-weight: 500;
}
.chat .card .input-group-addon {
  border: 0 !important;
  border-top: 1px solid #eee !important;
}
.chat .card .input-group-btn .btn {
  background: #fff;
  padding: 18px 20px;
  border-radius: 0;
  border-top: 1px solid #eee !important;
  border: 0;
}
.chat .no-messages {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
}
.chat .no-messages i {
  color: rgba(52, 40, 104, 0.5);
  font-size: 8rem;
}
.chat .no-messages .text {
  font-size: 1.6rem;
}
.chat .chat-infos .message-avatar {
  position: relative;
}
.chat .chat-infos .message-avatar .overlay {
  background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.75)), to(#fff));
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0.75) 0, #fff);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.chat .chat-infos .message-avatar img,
.chat .chat-infos .message-infos {
  display: block;
}
.chat .chat-infos .user-title {
  font-size: 1.4rem;
  color: #5d5386;
}
.chat .chat-infos .last-seen {
  color: #94a4b0;
}
@media (max-width: 1200px) {
  .chat .message-card {
      max-width: 100%;
  }
  .chat .card .input-group {
      position: relative;
  }
}
@media (max-width: 991px) {
  .chat .message-card {
      max-width: 100%;
  }
  .chat .card .input-group {
      position: relative;
  }
}
@media (max-width: 576px) {
  .chat .message-card {
      max-width: 100%;
  }
  .chat .card .input-group {
      position: relative;
  }
  .chat .discussion-name {
      margin-bottom: 1.07rem;
  }
}
.authentication-col-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  padding: 0 50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.authentication-col-content h1 {
  margin-top: 30px;
  margin-bottom: 0;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
}
.authentication-col-content .description {
  color: #fff;
  margin-top: 15px;
  font-size: 1.2rem;
  font-weight: 500;
}
.authentication-form {
  font-size: 0.9rem;
  width: 76%;
  display: block;
  max-width: 455px;
}
.authentication-form h3 {
  color: #2c304d;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
}
.authentication-form .group {
  position: relative;
  margin-bottom: 30px;
}
.authentication-form .sign-btn {
  margin: 25px 0 0;
}
.register {
  color: #40545a;
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .authentication-form {
      padding: 3rem;
  }
}
@media (max-width: 572px) {
  .authentication-form {
      width: 100%;
      padding: 3rem;
  }
}
.authentication-col-content-2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  padding: 0 50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.authentication-col-content-2 h1 {
  margin-top: 30px;
  margin-bottom: 0;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
}
.authentication-col-content-2 .description {
  color: #fff;
  margin-top: 15px;
  font-size: 1rem;
  font-weight: 500;
}
.authentication-form-2 {
  width: 50%;
  display: block;
}
.authentication-form-2 h3 {
  color: #2c304d;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: left;
}
.authentication-form-2 .group {
  position: relative;
  margin-bottom: 30px;
}
.authentication-form-2 .sign-btn {
  margin: 25px 0 0;
}
.login-nav {
  font-weight: 500;
}
.login-nav.nav-tabs {
  border: 0 none;
}
.login-nav.nav-tabs > li > a:after {
  display: none;
}
.login-nav * {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.login-nav li {
  display: inline-block;
  list-style: outside none none;
  margin: 0 0.5rem;
  padding: 0;
}
.login-nav li:first-child {
  margin-left: 0;
}
.login-nav li:last-child {
  margin-right: 0;
}
.login-nav a {
  padding: 0.65rem 0;
  color: #fff;
}
.login-nav a,
.login-nav a.active {
  text-decoration: none;
  display: inline-block;
}
.login-nav a.active {
  background: #fff;
  padding: 0.65rem 1.07rem;
  color: #e76c90;
  border-radius: 35px;
}
.login-nav a.active:hover {
  color: #2c304d !important;
}
.login-nav a:hover {
  background: #fff !important;
  padding: 0.65rem 1.07rem;
  text-decoration: none;
  display: inline-block;
  border-radius: 35px;
}
.login-nav.nav-tabs > li > a:hover {
  color: #2c304d !important;
}
.login-nav a:before {
  bottom: 0;
  left: 0;
}
@media (max-width: 572px) {
  .authentication-form-2 {
      width: 100%;
      padding: 2rem;
  }
}
.lock-form {
  background: #fff;
  font-size: 0.9rem;
  padding: 3.8rem 3rem;
  display: block;
  width: 400px;
  max-width: 400px;
  border-radius: 4px;
  -webkit-box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 15px 25px 2px rgba(0, 0, 0, 0.14), 0 5px 30px 5px rgba(0, 0, 0, 0.12);
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 15px 25px 2px rgba(0, 0, 0, 0.14), 0 5px 30px 5px rgba(0, 0, 0, 0.12);
  z-index: 2;
}
.lock-form h3 {
  color: #2c304d;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
}
.lock-form .group {
  position: relative;
  margin-bottom: 30px;
}
.lock-form .button {
  margin: 25px 0 0;
}
.lock-form .back {
  color: #40545a;
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 572px) {
  .lock-form {
      width: 100%;
      margin: 1rem;
  }
}
.password-form {
  background: #fff;
  font-size: 0.9rem;
  padding: 3.8rem 3rem;
  display: block;
  width: 400px;
  max-width: 400px;
  border-radius: 4px;
  -webkit-box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 15px 25px 2px rgba(0, 0, 0, 0.14), 0 5px 30px 5px rgba(0, 0, 0, 0.12);
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 15px 25px 2px rgba(0, 0, 0, 0.14), 0 5px 30px 5px rgba(0, 0, 0, 0.12);
  z-index: 2;
}
.password-form h3 {
  color: #2c304d;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
}
.password-form .group {
  position: relative;
  margin-bottom: 30px;
}
.password-form .button {
  margin: 25px 0 0;
}
.password-form .back {
  color: #40545a;
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 572px) {
  .password-form {
      width: 100%;
      margin: 1rem;
  }
}
.mail-confirm {
  background: #fff;
  font-size: 0.9rem;
  padding: 3.8rem 3rem;
  display: block;
  width: 400px;
  max-width: 400px;
  border-radius: 4px;
  -webkit-box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 15px 25px 2px rgba(0, 0, 0, 0.14), 0 5px 30px 5px rgba(0, 0, 0, 0.12);
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 15px 25px 2px rgba(0, 0, 0, 0.14), 0 5px 30px 5px rgba(0, 0, 0, 0.12);
  z-index: 2;
}
.mail-confirm h3 {
  color: #2c304d;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
}
.mail-confirm p {
  font-size: 1rem;
  text-align: center;
}
.mail-confirm .button {
  margin: 30px 0 0;
}
@media (max-width: 572px) {
  .mail-confirm {
      width: 100%;
      margin: 1rem;
  }
}
.coming-soon {
  background: #fff;
  font-size: 0.9rem;
  padding: 3.8rem 3rem;
  width: 600px;
  max-width: 600px;
  text-align: center;
  display: block;
  border-radius: 4px;
  -webkit-box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 15px 25px 2px rgba(0, 0, 0, 0.14), 0 5px 30px 5px rgba(0, 0, 0, 0.12);
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 15px 25px 2px rgba(0, 0, 0, 0.14), 0 5px 30px 5px rgba(0, 0, 0, 0.12);
  z-index: 2;
}
.coming-soon h1 {
  font-family: Montserrat, sans-serif;
  color: #2c304d;
  font-size: 3rem;
  margin-bottom: 0;
  text-transform: uppercase;
}
.coming-soon h1 span {
  font-weight: 500;
}
.coming-soon .sub-heading {
  color: #2c304d;
  font-size: 2rem;
}
.coming-soon .group {
  position: relative;
  margin-bottom: 1.4rem;
}
.coming-soon .button {
  margin: 1.2rem 0 0;
}
.coming-soon #countdown {
  margin: 1rem 0;
}
.coming-soon #countdown .counter {
  display: inline-block;
  text-align: center;
  overflow: hidden;
  margin-top: 15px;
  padding-right: 3rem;
}
.coming-soon #countdown .counter:last-child {
  padding-right: 0;
}
.coming-soon #countdown span {
  font-family: Montserrat, serif;
  font-size: 2.6rem;
  font-weight: 600;
  margin: 0;
  color: #e76c90;
}
.coming-soon #countdown p {
  font-size: 1.2rem;
  color: #98a8b4;
}
.coming-soon .notify-form {
  margin: 10px 0;
}
.coming-soon .notify-form .heading {
  color: #2c304d;
  font-size: 1.2rem;
  margin-bottom: 30px;
}
.follow-link {
  margin: 1.07rem 0 0;
}
@media (max-width: 1200px) {
  .coming-soon {
      width: 100%;
      padding: 2rem;
  }
  .coming-soon .sub-heading {
      font-size: 1.2rem;
  }
  .coming-soon #countdown {
      margin: 10px 0;
  }
  .coming-soon #countdown .counter {
      padding-right: 1rem;
  }
}
@media (max-width: 572px) {
  .coming-soon {
      width: 100%;
      padding: 2rem;
      margin-bottom: 1rem;
  }
  .coming-soon .sub-heading {
      font-size: 1.2rem;
  }
  .coming-soon #countdown {
      margin: 10px 0;
  }
  .coming-soon #countdown span {
      font-size: 1.6rem;
  }
  .coming-soon #countdown p {
      font-size: 1rem;
  }
  .coming-soon #countdown .counter {
      padding-right: 1rem;
  }
}
.bg-error-01 {
  background: #675e8e url(/images/clouds.png?69e7dc8f288139314dd643c4f957ac23) no-repeat bottom;
}
.error-01 .error-container {
  display: block;
}
.error-01 h1 {
  font-size: 14rem;
  color: #fff;
  -webkit-transform: skewY(-15deg);
  transform: skewY(-15deg);
  text-shadow: 1px 1px 1px #675e8e, 2px 2px 1px #675e8e, 3px 3px 1px #675e8e, 4px 4px 1px #675e8e, 5px 5px 1px #675e8e, 6px 6px 1px #675e8e, 7px 7px 1px #675e8e, 8px 8px 1px #675e8e, 9px 9px 1px #675e8e, 10px 10px 1px #483d77,
      11px 11px 1px #483d77, 12px 12px 1px #483d77, 13px 13px 1px #483d77, 14px 14px 1px #483d77, 15px 15px 1px #483d77, 16px 16px 1px #483d77, 17px 17px 1px #483d77, 18px 18px 1px #483d77, 19px 19px 1px #483d77, 20px 20px 1px #483d77,
      21px 21px 1px #483d77, 22px 22px 1px #483d77, 23px 23px 1px #483d77, 24px 24px 1px #483d77, 25px 25px 1px #483d77, 26px 26px 1px #483d77, 27px 27px 1px #483d77, 28px 28px 1px #483d77, 29px 29px 1px #483d77, 30px 30px 1px #483d77;
  -webkit-backface-visibility: hidden;
}
.error-01 h2 {
  font-size: 3rem;
  color: #fff;
  margin-top: 3rem;
}
.error-01 p {
  font-size: 1.4rem;
}
.error-01 .btn,
.error-01 p {
  margin-top: 1rem;
}
.bg-error-02 {
  background: url(/images/07.jpg?a97a9f371707caf70dcabf40a2ab58c2) no-repeat 50%;
  background-size: cover;
}
.error-02 {
  width: 90%;
  display: block;
}
.error-02 h1 {
  font-size: 10rem;
  color: #fff;
  -webkit-backface-visibility: hidden;
}
.error-02 h2 {
  font-size: 2rem;
  color: rgba(52, 40, 104, 0.8);
  margin-top: 1rem;
}
.error-02 p {
  font-size: 1.2rem;
}
.error-02 .btn,
.error-02 p {
  margin-top: 1rem;
}
@media (max-width: 572px) {
  .error-01 h1 {
      font-size: 8rem !important;
  }
  .error-01 h2 {
      font-size: 1.8rem;
  }
  .error-01 p {
      font-size: 1rem;
  }
  .error-02 {
      width: 100%;
      padding: 3rem;
  }
  .error-02 h1 {
      font-size: 10rem !important;
  }
}
.pricing-tables-fixed {
  width: 70%;
  margin: 0 auto;
}
.pricing-tables-01.pricing-wrapper {
  position: relative;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-right: 0.07rem solid #e4e8f0;
}
.pricing-tables-01.pricing-wrapper.last {
  border-right: 0 none;
}
.pricing-tables-01.pricing-wrapper .pricing-image {
  margin: 2.1rem 0;
}
.pricing-tables-01.pricing-wrapper .pricing-image img {
  width: 120px;
  margin: 0 auto;
}
.pricing-tables-01.pricing-wrapper .title {
  color: #5d5386;
  font-size: 2rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0;
}
.pricing-tables-01.pricing-wrapper .container-text {
  text-align: center;
  color: #cdd6e0;
  font-size: 1.6rem;
  font-weight: 500;
}
.pricing-tables-01.pricing-wrapper .main-number {
  color: #5d5386;
  text-align: center;
  font-size: 6rem;
  font-weight: 600;
  margin: 20px 0;
}
.pricing-tables-01.pricing-wrapper .main-number:before {
  content: "$";
  font-size: 4rem;
}
.pricing-tables-01.pricing-wrapper .pricing-list {
  margin-bottom: 2.5rem;
}
.pricing-tables-01.pricing-wrapper .pricing-list p {
  color: #2c304d;
  font-size: 1rem;
  line-height: 2rem;
  padding: 0 2rem;
}
.pricing-tables-01.pricing-wrapper a {
  margin-bottom: 2.5rem;
}
.pricing-tables-02.pricing-wrapper {
  position: relative;
  cursor: pointer;
  text-align: center;
  padding: 2rem 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 4px;
  z-index: 1;
  -webkit-box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.1);
}
.pricing-tables-02.pricing-wrapper .pricing-image {
  margin: 2.1rem 0;
}
.pricing-tables-02 {
  background: #fff;
}
.pricing-tables-02.purple {
  background: #5d5386;
}
.pricing-tables-02.dark {
  background: #2c304d;
}
.pricing-tables-02.purple {
  margin: -1rem -1rem 0;
  z-index: 2;
}
.pricing-tables-02.pricing-wrapper .pricing-image img {
  width: 120px;
  margin: 0 auto;
}
.pricing-tables-02.pricing-wrapper .title {
  color: #5d5386;
  font-size: 2rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0;
}
.pricing-tables-02.dark.pricing-wrapper .title,
.pricing-tables-02.purple.pricing-wrapper .title {
  color: #fff;
}
.pricing-tables-02.pricing-wrapper .main-number {
  color: #5d5386;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
  margin: 2rem 0;
  position: relative;
}
.pricing-tables-02.dark.pricing-wrapper .main-number,
.pricing-tables-02.purple.pricing-wrapper .main-number {
  color: #fff;
}
.pricing-tables-02.pricing-wrapper .main-number:before {
  content: "$20";
  font-size: 5rem;
  position: absolute;
  top: -28px;
  left: 0;
  right: 0;
  color: rgba(46, 52, 81, 0.1);
  z-index: -1;
}
.pricing-tables-02.purple.pricing-wrapper .main-number:before {
  content: "$95";
  font-size: 5rem;
  position: absolute;
  top: -28px;
  left: 0;
  right: 0;
  color: rgba(0, 0, 0, 0.15);
  z-index: -1;
}
.pricing-tables-02.dark.pricing-wrapper .main-number:before {
  content: "$65";
  font-size: 5rem;
  position: absolute;
  top: -28px;
  left: 0;
  right: 0;
  color: hsla(0, 0%, 100%, 0.1);
  z-index: -1;
}
.pricing-tables-02.pricing-wrapper .pricing-list {
  margin-bottom: 2.5rem;
}
.pricing-tables-02.pricing-wrapper .pricing-list li {
  color: #5d5386;
  font-size: 1rem;
  line-height: 2.5rem;
  padding: 0 2rem;
}
.pricing-tables-02.dark.pricing-wrapper .pricing-list li,
.pricing-tables-02.purple.pricing-wrapper .pricing-list li {
  color: #fff;
}
.pricing-tables-02.pricing-wrapper .pricing-list p {
  color: #5d5386;
  font-size: 1rem;
  line-height: 2rem;
  padding: 0 2rem;
}
.pricing-tables-02.pricing-wrapper a {
  margin-bottom: 1.4rem;
}
@media (max-width: 1200px) {
  .pricing-tables-fixed {
      width: 85%;
  }
}
@media (max-width: 576px) {
  .pricing-tables-01.pricing-wrapper {
      border: 0 none;
  }
  .pricing-tables-02.pricing-wrapper {
      margin: 0 0 30px;
  }
}
.invoice {
  background: #fff;
  margin-bottom: 30px;
}
.invoice-container {
  width: 80%;
  margin: 0 auto;
}
.invoice hr {
  border-color: rgba(52, 40, 104, 0.15);
  padding: 2rem 0;
}
.invoice .invoice-top {
  width: 100%;
  padding: 3rem 2rem 2rem;
}
.invoice .invoice-top h1 {
  color: #2c304d;
  font-size: 3rem;
  text-transform: uppercase;
  margin-right: 10px;
  margin-bottom: 0;
}
.invoice .invoice-top span {
  display: block;
  font-weight: 600;
  font-style: italic;
}
.invoice .invoice-header {
  width: 100%;
  padding: 3rem 2rem;
  font-size: 1.1rem;
}
.invoice .invoice-header .invoice-logo {
  display: block;
}
.invoice .invoice-header .invoice-logo img {
  width: 150px;
}
.invoice .invoice-header .client-details .title,
.invoice .invoice-header .details .company-name {
  color: #2c304d;
  font-weight: 600;
  font-size: 1.6rem;
}
.invoice-date {
  padding: 0 2rem;
}
.invoice-date span {
  font-size: 1.4rem;
  font-weight: 600;
  color: #2c304d;
  margin: 50px 0;
}
.invoice .desc-tables {
  padding: 0 2rem;
}
.invoice .table thead {
  background: none;
  border-radius: 0;
  border-bottom: 0.07rem solid rgba(52, 40, 104, 0.15);
}
.invoice .table thead th {
  vertical-align: middle;
  border: 0 none;
  padding: 1rem 0.85rem;
  color: #e76c90;
  font-weight: 600;
  text-transform: uppercase;
}
.invoice .table td {
  border-bottom: 0 none;
  padding: 1.2rem;
  vertical-align: middle;
  color: #5d5386;
  font-weight: 600;
}
.invoice .table td .description {
  color: #98a8b4;
  font-size: 0.9rem;
  font-weight: 500;
}
.invoice .invoice-footer {
  background: #2c304d;
  padding: 4rem 2rem;
  margin-top: 6rem;
}
.invoice .bank .title {
  color: #aea9c3;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.invoice .total {
  text-align: center;
  line-height: 2.2rem;
}
.invoice .total .title {
  color: #aea9c3;
  font-size: 1.4rem;
  font-weight: 600;
}
.invoice .total .number {
  color: #e76c90;
  font-size: 2.4rem;
  font-weight: 700;
}
.invoice .total .taxe {
  color: #aea9c3;
}
.invoice .footer-bottom {
  margin-top: 4rem;
  text-align: center;
}
.invoice .thx i {
  color: #e76c90;
  font-size: 3rem;
  margin-bottom: -15px;
}
.invoice .thx span {
  display: block;
  color: #aea9c3;
  font-size: 1.6rem;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .invoice-container {
      width: 100%;
      margin: 0;
  }
}
@media (max-width: 576px) {
  .invoice-container {
      width: 100%;
      margin: 0;
  }
}
.search-results .input-group input {
  border: 0 none;
  border-bottom: 1px solid #eee;
  padding-left: 15px !important;
}
.search-results .input-group input::-webkit-input-placeholder {
  color: #2a2c3d;
}
.search-results .input-group input::-moz-placeholder {
  color: #2a2c3d;
}
.search-results .input-group input::-ms-input-placeholder {
  color: #2a2c3d;
}
.search-results .input-group input::placeholder {
  color: #2a2c3d;
}
.search-results .input-group-addon {
  border: 0 none !important;
  background: none;
}
.search-results .input-group-addon .btn {
  background: #fff;
  color: #e76c90;
  padding: 0 10px;
  border-radius: 0;
  border: 0;
}
.search-results .search-items {
  margin-bottom: 30px;
}
.search-results .search-items h4 {
  margin-bottom: 0.2rem;
  font-weight: 600;
}
.search-results .search-items p {
  margin-top: 0.5rem;
  font-weight: 400;
}
@media (max-width: 576px) {
  .search-results .input-group-addon .btn {
      padding: 0 5px;
  }
}
.faq .jumbotron {
  margin: 0;
  background: #f2f3f8;
  height: 235px;
  position: relative;
}
.faq .jumbotron h2 {
  color: #5d5386;
  font-size: 3rem;
  margin-bottom: 1.4rem;
}
.faq .searchbox {
  width: 40%;
  margin: 0 auto;
  position: relative;
}
.faq .searchbox input {
  width: 80%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #aea9c3;
  border-radius: 50px;
  font-size: 1rem;
  color: #2c304d;
  background-color: transparent;
  padding: 0.85rem 1.4rem;
  -webkit-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
}
.faq .searchbox input::-webkit-input-placeholder {
  color: #aea9c3;
  font-weight: 500;
}
.faq .searchbox input::-moz-placeholder {
  color: #aea9c3;
  font-weight: 500;
}
.faq .searchbox input::-ms-input-placeholder {
  color: #aea9c3;
  font-weight: 500;
}
.faq .searchbox input::placeholder {
  color: #aea9c3;
  font-weight: 500;
}
.faq .searchbox input:focus {
  width: 90%;
}
.faq .accordion .card-header {
  padding: 1.25rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 0 none;
}
.faq .accordion .card-header:before {
  font-family: lineAwesome;
  content: "\F113";
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: middle;
  margin-right: 0.5rem;
}
.faq .accordion .card-header.collapsed:before {
  content: "\F110";
}
.faq .accordion .card-title {
  margin-bottom: 0;
  display: inline-block;
}
.faq .accordion .card-body {
  border-bottom: 0.07rem solid #eee;
}
@media (max-width: 576px) {
  .faq .searchbox {
      width: 100%;
      margin: 0;
  }
}
.newsfeed .pop-groups i {
  cursor: pointer;
}
.hover-img {
  position: relative;
  overflow: hidden;
}
.hover-img .overlay .button {
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 2.4rem;
}
.hover-img .overlay .button,
.hover-img .overlay .button-mini {
  background: rgba(93, 83, 134, 0.9);
  color: #fff;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  cursor: pointer;
}
.hover-img .overlay .button-mini {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4rem;
}
.hover-img .overlay .button-mini:hover,
.hover-img .overlay .button:hover {
  background: rgba(93, 83, 134, 0.85);
  color: #fff;
}
.newsfeed .post-video p {
  font-size: 0.95rem;
}
.newsfeed .post-video .source i {
  color: #aea9c3;
  font-size: 2.8rem;
  vertical-align: middle;
}
.newsfeed .friends-mini img {
  width: 50px;
}
.newsfeed .friends-mini a {
  display: block;
  margin-bottom: 1.4rem;
}
.newsfeed .friends-mini i {
  color: #aea9c3;
  font-size: 2.6rem;
}
.newsfeed .sticky.is-sticky {
  position: fixed;
  top: 90px;
}
@media (max-width: 576px) {
  .newsfeed .sticky.is-sticky {
      position: relative;
      top: auto;
  }
}
.contact-card-2 {
  margin-top: 0;
  position: relative;
}
.contact-card-2 .cover-bg {
  display: block;
}
.contact-card-2 .cover-bg > img {
  display: block;
  margin-bottom: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.contact-card-2 .cover-image {
  display: block;
  position: absolute;
  width: 100px;
  top: -50px;
  left: 0;
  right: 0;
}
.contact-card-2 .cover-image > img {
  display: block;
  width: 100px;
  border: 6px solid #fff;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.contact-card-2 .widget-body {
  position: relative;
}
.contact-card-2 .name {
  color: #5d5386;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 0;
  margin-top: 3rem;
  margin-bottom: 0;
  text-decoration: none;
  text-align: center;
}
.contact-card-2 .job {
  color: #aea9c3;
  font-size: 1rem;
  text-align: center;
}
.contact-card-2 .stats {
  margin-top: 1.4rem;
}
.contact-card-2 .stats .counter {
  display: block;
  color: #5d5386;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}
.contact-card-2 .stats .text {
  color: #aea9c3;
  display: block;
  text-align: center;
}
.contact-card-2 .btn-group {
  padding: 2rem 0 1.4rem;
}
.contact-card-2 .quick-about {
  text-align: center;
  margin-top: 1.4rem;
}
.contact-card-2 .quick-about h4 {
  color: #2c304d;
  font-weight: 600;
  margin-bottom: 0.4rem;
}
.contact-card-2 .quick-about p {
  font-size: 0.9rem;
  margin: 0;
}
.contact-card-2 .owl-dots {
  float: left;
  margin-top: 1.4rem;
  text-align: center;
  width: 100%;
}
.contact-card-2 .owl-dots .owl-dot {
  border: 2px solid #aea9c3;
  border-radius: 50%;
  display: inline-block;
  height: 12px;
  margin: 0 0.3rem;
  width: 12px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.contact-card-2 .owl-dots .owl-dot:hover {
  border-color: #e76c90;
}
.contact-card-2 .owl-dots .owl-dot.active {
  border: 2px solid #e76c90;
}
.group-card {
  margin-top: 0;
  position: relative;
}
.group-card .cover-image {
  display: block;
  width: 120px;
}
.group-card .cover-image > img {
  display: block;
  width: 120px;
  border: 6px solid #f2f3f8;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.group-card .widget-body {
  position: relative;
}
.group-card .name {
  color: #5d5386;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0;
  margin-top: 2rem;
  margin-bottom: 0;
  text-decoration: none;
  text-align: center;
}
.group-card .category {
  color: #aea9c3;
  font-size: 1rem;
  text-align: center;
}
.group-card .stats {
  margin-top: 1.4rem;
}
.group-card .stats i {
  color: #aea9c3;
  font-size: 2rem;
}
.group-card .stats .counter {
  display: block;
  color: #5d5386;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}
.group-card .stats .text {
  color: #aea9c3;
  display: block;
  text-align: center;
}
.group-card .group-members {
  padding: 0.4rem 0;
}
.group-card .group-members a {
  margin: 0 -1.6rem 0 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.group-card .group-members img {
  width: 50px;
  border: 0.25rem solid #fff;
}
.about .about-infos {
  margin-bottom: 1.4rem;
}
.about .about-title {
  color: #5d5386;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.about .about-infos .date {
  font-size: 0.85rem;
  margin-bottom: 0.4rem;
}
.about .about-infos i {
  font-size: 1.4rem;
  color: #fec42d;
}
.about .hobbies {
  text-align: center;
  display: inline-block;
  margin-right: 3.5rem;
}
.about .hobbies:last-child {
  margin-right: 0;
}
.about .hobbies i {
  color: #aea9c3;
  font-size: 3rem;
}
@media (max-width: 1200px) {
  .compact-light-sidebar > .side-navbar,
  .compact-sidebar > .side-navbar,
  .default-sidebar > .side-navbar {
      margin-left: -90px;
      min-width: 90px;
      max-width: 90px;
      text-align: center;
  }
  .compact-light-sidebar > .side-navbar span.heading,
  .compact-sidebar > .side-navbar span.heading,
  .default-sidebar > .side-navbar span.heading {
      margin: 0;
  }
  .compact-light-sidebar > .side-navbar ul a,
  .compact-sidebar > .side-navbar ul a,
  .default-sidebar > .side-navbar ul a {
      padding: 10px 5px;
      border: none;
      font-size: 0.85rem;
  }
  .compact-light-sidebar > .side-navbar ul a[data-toggle="collapse"]:before,
  .compact-sidebar > .side-navbar ul a[data-toggle="collapse"]:before,
  .default-sidebar > .side-navbar ul a[data-toggle="collapse"]:before {
      content: "\F123";
      -webkit-transform: translateX(50%);
      transform: translateX(50%);
      position: absolute;
      top: auto;
      right: 50%;
      bottom: 0;
      left: auto;
  }
  .compact-light-sidebar > .side-navbar ul a[data-toggle="collapse"][aria-expanded="true"]:before,
  .compact-sidebar > .side-navbar ul a[data-toggle="collapse"][aria-expanded="true"]:before,
  .default-sidebar > .side-navbar ul a[data-toggle="collapse"][aria-expanded="true"]:before {
      content: "\F126";
  }
  .compact-light-sidebar > .side-navbar ul a:hover,
  .compact-sidebar > .side-navbar ul a:hover,
  .default-sidebar > .side-navbar ul a:hover {
      border: none;
  }
  .compact-light-sidebar > .side-navbar ul a i,
  .compact-sidebar > .side-navbar ul a i,
  .default-sidebar > .side-navbar ul a i {
      margin-right: 0;
      margin-bottom: 5px;
      display: block;
      font-size: 1.6rem;
      -webkit-transition: color 0.3s;
      transition: color 0.3s;
  }
  .compact-light-sidebar > .side-navbar .sidebar-header .title,
  .compact-sidebar > .side-navbar .sidebar-header .title,
  .default-sidebar > .side-navbar .sidebar-header .title {
      display: none;
  }
  .compact-light-sidebar > .side-navbar.shrinked,
  .compact-sidebar > .side-navbar.shrinked,
  .default-sidebar > .side-navbar.shrinked {
      margin-left: 0;
  }
  .content-inner,
  .content-inner.compact {
      width: 100% !important;
      margin-left: 0;
  }
  .content-inner.active {
      width: calc(100% - 90px);
  }
  nav.navbar .navbar-brand .brand-big {
      display: none;
  }
  nav.navbar .navbar-brand .brand-small {
      display: block !important;
  }
  nav.navbar .menu-btn {
      margin-right: 20px;
      font-size: 1.2rem;
      -webkit-transition: all 0.7s;
      transition: all 0.7s;
  }
  nav.navbar .menu-btn span:first-of-type {
      -webkit-transform: translateY(16px);
      transform: translateY(16px);
  }
  nav.navbar .menu-btn span:nth-of-type(2) {
      -webkit-transform: none;
      transform: none;
  }
  nav.navbar .menu-btn span:nth-of-type(2):after,
  nav.navbar .menu-btn span:nth-of-type(2):before {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
  }
  nav.navbar .menu-btn span:nth-of-type(2):after {
      -webkit-transform: rotate(145deg);
      transform: rotate(145deg);
      position: absolute;
      top: -2px;
      left: 0;
  }
  nav.navbar .menu-btn span:last-of-type {
      -webkit-transform: translateY(-16px);
      transform: translateY(-16px);
  }
  nav.navbar .menu-btn.active span:first-of-type {
      -webkit-transform: none;
      transform: none;
  }
  nav.navbar .menu-btn.active span:nth-of-type(2) {
      -webkit-transform: rotateY(180deg);
      transform: rotateY(180deg);
  }
  nav.navbar .menu-btn.active span:last-of-type {
      -webkit-transform: none;
      transform: none;
  }
  footer.main-footer.fixed-footer {
      margin-left: 0;
  }
  .content-inner.active footer.main-footer.fixed-footer {
      margin-left: 90px;
  }
  .widget-01 .other-stats {
      padding-top: 1rem;
  }
  .widget-03.blog-image {
      height: 385px !important;
  }
}
@media (max-width: 991px) {
  section.dashboard-header div[class*="col-"] {
      margin-bottom: 20px;
  }
  .project .right-col {
      margin-top: 20px;
      margin-left: 65px;
  }
  .project .project-progress {
      width: 150px;
  }
  section.charts h2 {
      font-size: 1rem;
  }
  .d-scroll {
      max-height: 640px;
  }
}
@media (max-width: 576px) {
  .h1,
  h1 {
      font-size: 2rem !important;
      font-weight: 700;
  }
  .horizontal-menu {
      padding: 0 15px;
  }
  .db-modern nav.navbar {
      padding: 0;
  }
  .navbar-brand {
      margin-right: 0.3rem;
  }
  nav.navbar {
      font-size: 1rem;
  }
  nav.navbar .navbar-brand .brand-big {
      display: none;
  }
  nav.navbar .badge {
      width: 19px;
      height: 19px;
  }
  nav.navbar .nav-item > a {
      width: 40px;
  }
  nav.navbar .nav-item a > span {
      height: 10px;
      width: 10px;
  }
  nav.navbar .dropdown-menu {
      right: auto;
      left: -50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
  }
  nav.navbar a#user {
      margin: 0;
  }
  nav.navbar .avatar {
      width: 40px;
      height: 40px;
      margin: 0 auto;
  }
  footer.main-footer {
      position: relative !important;
  }
  footer.main-footer.fixed-footer {
      margin-left: 0;
  }
  footer.main-footer div[class*="col"] {
      text-align: center !important;
  }
  footer.main-footer .btn {
      margin-bottom: 1.07rem;
  }
  .d-scroll {
      max-height: 500px;
  }
  .off-sidebar-container,
  .off-sidebar-header {
      width: 100%;
  }
  .off-sidebar-header h2 {
      padding-left: 20px;
  }
  .messenger-image.messenger-image-default {
      width: 50px;
      height: 50px;
  }
  .widget-01 .today-sales .text {
      margin: 0 0 20px;
  }
  .widget-04 .message-body span {
      float: none;
  }
  .widget-07 li {
      display: block;
      padding-top: 1.4rem;
  }
} /*!
* animate.css -https://daneden.github.io/animate.css/
* Version - 3.7.2
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2019 Daniel Eden
*/
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
  }
  40%,
  43% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -30px, 0);
      transform: translate3d(0, -30px, 0);
  }
  70% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -15px, 0);
      transform: translate3d(0, -15px, 0);
  }
  90% {
      -webkit-transform: translate3d(0, -4px, 0);
      transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
  }
  40%,
  43% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -30px, 0);
      transform: translate3d(0, -30px, 0);
  }
  70% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -15px, 0);
      transform: translate3d(0, -15px, 0);
  }
  90% {
      -webkit-transform: translate3d(0, -4px, 0);
      transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  50%,
  to {
      opacity: 1;
  }
  25%,
  75% {
      opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  to {
      opacity: 1;
  }
  25%,
  75% {
      opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
  }
  50% {
      -webkit-transform: scale3d(1.05, 1.05, 1.05);
      transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
  }
  50% {
      -webkit-transform: scale3d(1.05, 1.05, 1.05);
      transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
  }
  30% {
      -webkit-transform: scale3d(1.25, 0.75, 1);
      transform: scale3d(1.25, 0.75, 1);
  }
  40% {
      -webkit-transform: scale3d(0.75, 1.25, 1);
      transform: scale3d(0.75, 1.25, 1);
  }
  50% {
      -webkit-transform: scale3d(1.15, 0.85, 1);
      transform: scale3d(1.15, 0.85, 1);
  }
  65% {
      -webkit-transform: scale3d(0.95, 1.05, 1);
      transform: scale3d(0.95, 1.05, 1);
  }
  75% {
      -webkit-transform: scale3d(1.05, 0.95, 1);
      transform: scale3d(1.05, 0.95, 1);
  }
  to {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
  }
  30% {
      -webkit-transform: scale3d(1.25, 0.75, 1);
      transform: scale3d(1.25, 0.75, 1);
  }
  40% {
      -webkit-transform: scale3d(0.75, 1.25, 1);
      transform: scale3d(0.75, 1.25, 1);
  }
  50% {
      -webkit-transform: scale3d(1.15, 0.85, 1);
      transform: scale3d(1.15, 0.85, 1);
  }
  65% {
      -webkit-transform: scale3d(0.95, 1.05, 1);
      transform: scale3d(0.95, 1.05, 1);
  }
  75% {
      -webkit-transform: scale3d(1.05, 0.95, 1);
      transform: scale3d(1.05, 0.95, 1);
  }
  to {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
      -webkit-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
      -webkit-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%,
  to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
      -webkit-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
      -webkit-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }
  6.5% {
      -webkit-transform: translateX(-6px) rotateY(-9deg);
      transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
      -webkit-transform: translateX(5px) rotateY(7deg);
      transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
      -webkit-transform: translateX(-3px) rotateY(-5deg);
      transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
      -webkit-transform: translateX(2px) rotateY(3deg);
      transform: translateX(2px) rotateY(3deg);
  }
  50% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }
  6.5% {
      -webkit-transform: translateX(-6px) rotateY(-9deg);
      transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
      -webkit-transform: translateX(5px) rotateY(7deg);
      transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
      -webkit-transform: translateX(-3px) rotateY(-5deg);
      transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
      -webkit-transform: translateX(2px) rotateY(3deg);
      transform: translateX(2px) rotateY(3deg);
  }
  50% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
      -webkit-transform: rotate(15deg);
      transform: rotate(15deg);
  }
  40% {
      -webkit-transform: rotate(-10deg);
      transform: rotate(-10deg);
  }
  60% {
      -webkit-transform: rotate(5deg);
      transform: rotate(5deg);
  }
  80% {
      -webkit-transform: rotate(-5deg);
      transform: rotate(-5deg);
  }
  to {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
      -webkit-transform: rotate(15deg);
      transform: rotate(15deg);
  }
  40% {
      -webkit-transform: rotate(-10deg);
      transform: rotate(-10deg);
  }
  60% {
      -webkit-transform: rotate(5deg);
      transform: rotate(5deg);
  }
  80% {
      -webkit-transform: rotate(-5deg);
      transform: rotate(-5deg);
  }
  to {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
  }
  10%,
  20% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
      transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
      transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
      transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
  }
  10%,
  20% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
      transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
      transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
      transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
  }
  15% {
      -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
      transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
      -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
      transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
      -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
      transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
      -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
      transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
      -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
      transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
  }
}
@keyframes wobble {
  0% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
  }
  15% {
      -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
      transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
      -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
      transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
      -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
      transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
      -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
      transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
      -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
      transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  0%,
  11.1%,
  to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
  }
  22.2% {
      -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
      transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
      -webkit-transform: skewX(6.25deg) skewY(6.25deg);
      transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
      -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
      transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
      -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
      transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
      -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
      transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
      -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
      transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
      -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
      transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  0%,
  11.1%,
  to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
  }
  22.2% {
      -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
      transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
      -webkit-transform: skewX(6.25deg) skewY(6.25deg);
      transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
      -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
      transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
      -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
      transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
      -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
      transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
      -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
      transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
      -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
      transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes heartBeat {
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  14% {
      -webkit-transform: scale(1.3);
      transform: scale(1.3);
  }
  28% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  42% {
      -webkit-transform: scale(1.3);
      transform: scale(1.3);
  }
  70% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  14% {
      -webkit-transform: scale(1.3);
      transform: scale(1.3);
  }
  28% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  42% {
      -webkit-transform: scale(1.3);
      transform: scale(1.3);
  }
  70% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9);
      transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
      opacity: 1;
      -webkit-transform: scale3d(1.03, 1.03, 1.03);
      transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
      -webkit-transform: scale3d(0.97, 0.97, 0.97);
      transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
      opacity: 1;
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9);
      transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
      opacity: 1;
      -webkit-transform: scale3d(1.03, 1.03, 1.03);
      transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
      -webkit-transform: scale3d(0.97, 0.97, 0.97);
      transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
      opacity: 1;
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -3000px, 0);
      transform: translate3d(0, -3000px, 0);
  }
  60% {
      opacity: 1;
      -webkit-transform: translate3d(0, 25px, 0);
      transform: translate3d(0, 25px, 0);
  }
  75% {
      -webkit-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0);
  }
  90% {
      -webkit-transform: translate3d(0, 5px, 0);
      transform: translate3d(0, 5px, 0);
  }
  to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -3000px, 0);
      transform: translate3d(0, -3000px, 0);
  }
  60% {
      opacity: 1;
      -webkit-transform: translate3d(0, 25px, 0);
      transform: translate3d(0, 25px, 0);
  }
  75% {
      -webkit-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0);
  }
  90% {
      -webkit-transform: translate3d(0, 5px, 0);
      transform: translate3d(0, 5px, 0);
  }
  to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
      opacity: 0;
      -webkit-transform: translate3d(-3000px, 0, 0);
      transform: translate3d(-3000px, 0, 0);
  }
  60% {
      opacity: 1;
      -webkit-transform: translate3d(25px, 0, 0);
      transform: translate3d(25px, 0, 0);
  }
  75% {
      -webkit-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0);
  }
  90% {
      -webkit-transform: translate3d(5px, 0, 0);
      transform: translate3d(5px, 0, 0);
  }
  to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
      opacity: 0;
      -webkit-transform: translate3d(-3000px, 0, 0);
      transform: translate3d(-3000px, 0, 0);
  }
  60% {
      opacity: 1;
      -webkit-transform: translate3d(25px, 0, 0);
      transform: translate3d(25px, 0, 0);
  }
  75% {
      -webkit-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0);
  }
  90% {
      -webkit-transform: translate3d(5px, 0, 0);
      transform: translate3d(5px, 0, 0);
  }
  to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
      opacity: 0;
      -webkit-transform: translate3d(3000px, 0, 0);
      transform: translate3d(3000px, 0, 0);
  }
  60% {
      opacity: 1;
      -webkit-transform: translate3d(-25px, 0, 0);
      transform: translate3d(-25px, 0, 0);
  }
  75% {
      -webkit-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0);
  }
  90% {
      -webkit-transform: translate3d(-5px, 0, 0);
      transform: translate3d(-5px, 0, 0);
  }
  to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
      opacity: 0;
      -webkit-transform: translate3d(3000px, 0, 0);
      transform: translate3d(3000px, 0, 0);
  }
  60% {
      opacity: 1;
      -webkit-transform: translate3d(-25px, 0, 0);
      transform: translate3d(-25px, 0, 0);
  }
  75% {
      -webkit-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0);
  }
  90% {
      -webkit-transform: translate3d(-5px, 0, 0);
      transform: translate3d(-5px, 0, 0);
  }
  to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 3000px, 0);
      transform: translate3d(0, 3000px, 0);
  }
  60% {
      opacity: 1;
      -webkit-transform: translate3d(0, -20px, 0);
      transform: translate3d(0, -20px, 0);
  }
  75% {
      -webkit-transform: translate3d(0, 10px, 0);
      transform: translate3d(0, 10px, 0);
  }
  90% {
      -webkit-transform: translate3d(0, -5px, 0);
      transform: translate3d(0, -5px, 0);
  }
  to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 3000px, 0);
      transform: translate3d(0, 3000px, 0);
  }
  60% {
      opacity: 1;
      -webkit-transform: translate3d(0, -20px, 0);
      transform: translate3d(0, -20px, 0);
  }
  75% {
      -webkit-transform: translate3d(0, 10px, 0);
      transform: translate3d(0, 10px, 0);
  }
  90% {
      -webkit-transform: translate3d(0, -5px, 0);
      transform: translate3d(0, -5px, 0);
  }
  to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9);
      transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
      opacity: 1;
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9);
      transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
      opacity: 1;
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
      -webkit-transform: translate3d(0, 10px, 0);
      transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
      opacity: 1;
      -webkit-transform: translate3d(0, -20px, 0);
      transform: translate3d(0, -20px, 0);
  }
  to {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
      -webkit-transform: translate3d(0, 10px, 0);
      transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
      opacity: 1;
      -webkit-transform: translate3d(0, -20px, 0);
      transform: translate3d(0, -20px, 0);
  }
  to {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
      opacity: 1;
      -webkit-transform: translate3d(20px, 0, 0);
      transform: translate3d(20px, 0, 0);
  }
  to {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
      opacity: 1;
      -webkit-transform: translate3d(20px, 0, 0);
      transform: translate3d(20px, 0, 0);
  }
  to {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
      opacity: 1;
      -webkit-transform: translate3d(-20px, 0, 0);
      transform: translate3d(-20px, 0, 0);
  }
  to {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
      opacity: 1;
      -webkit-transform: translate3d(-20px, 0, 0);
      transform: translate3d(-20px, 0, 0);
  }
  to {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
      -webkit-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
      opacity: 1;
      -webkit-transform: translate3d(0, 20px, 0);
      transform: translate3d(0, 20px, 0);
  }
  to {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
      -webkit-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
      opacity: 1;
      -webkit-transform: translate3d(0, 20px, 0);
      transform: translate3d(0, 20px, 0);
  }
  to {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
  }
  to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
  }
  to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0);
  }
  to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
  }
}
@keyframes fadeInDownBig {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0);
  }
  to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
  }
  to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
  }
  to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0);
  }
  to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0);
  }
  to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
  }
  to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
  }
  to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0);
  }
  to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
  }
}
@keyframes fadeInRightBig {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0);
  }
  to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
  }
  to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
  }
  to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0);
  }
  to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
  }
}
@keyframes fadeInUpBig {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0);
  }
  to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
      opacity: 1;
  }
  to {
      opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
      opacity: 1;
  }
  to {
      opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
      opacity: 1;
  }
  to {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
      opacity: 1;
  }
  to {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
      opacity: 1;
  }
  to {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
      opacity: 1;
  }
  to {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
      opacity: 1;
  }
  to {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
      opacity: 1;
  }
  to {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
      opacity: 1;
  }
  to {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
      opacity: 1;
  }
  to {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
      opacity: 1;
  }
  to {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
      opacity: 1;
  }
  to {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
      opacity: 1;
  }
  to {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
      opacity: 1;
  }
  to {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
      opacity: 1;
  }
  to {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
      opacity: 1;
  }
  to {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
      opacity: 1;
  }
  to {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
      opacity: 1;
  }
  to {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
      -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
      transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
  }
  40% {
      -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
      transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
  }
  50% {
      -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
      transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
  }
  80% {
      -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
      transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
  }
  to {
      -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
      transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
      -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
      transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
  }
  40% {
      -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
      transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
  }
  50% {
      -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
      transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
  }
  80% {
      -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
      transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
  }
  to {
      -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
      transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
      -webkit-transform: perspective(400px) rotateX(90deg);
      transform: perspective(400px) rotateX(90deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      opacity: 0;
  }
  40% {
      -webkit-transform: perspective(400px) rotateX(-20deg);
      transform: perspective(400px) rotateX(-20deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
  }
  60% {
      -webkit-transform: perspective(400px) rotateX(10deg);
      transform: perspective(400px) rotateX(10deg);
      opacity: 1;
  }
  80% {
      -webkit-transform: perspective(400px) rotateX(-5deg);
      transform: perspective(400px) rotateX(-5deg);
  }
  to {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
      -webkit-transform: perspective(400px) rotateX(90deg);
      transform: perspective(400px) rotateX(90deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      opacity: 0;
  }
  40% {
      -webkit-transform: perspective(400px) rotateX(-20deg);
      transform: perspective(400px) rotateX(-20deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
  }
  60% {
      -webkit-transform: perspective(400px) rotateX(10deg);
      transform: perspective(400px) rotateX(10deg);
      opacity: 1;
  }
  80% {
      -webkit-transform: perspective(400px) rotateX(-5deg);
      transform: perspective(400px) rotateX(-5deg);
  }
  to {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
      -webkit-transform: perspective(400px) rotateY(90deg);
      transform: perspective(400px) rotateY(90deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      opacity: 0;
  }
  40% {
      -webkit-transform: perspective(400px) rotateY(-20deg);
      transform: perspective(400px) rotateY(-20deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
  }
  60% {
      -webkit-transform: perspective(400px) rotateY(10deg);
      transform: perspective(400px) rotateY(10deg);
      opacity: 1;
  }
  80% {
      -webkit-transform: perspective(400px) rotateY(-5deg);
      transform: perspective(400px) rotateY(-5deg);
  }
  to {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
      -webkit-transform: perspective(400px) rotateY(90deg);
      transform: perspective(400px) rotateY(90deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      opacity: 0;
  }
  40% {
      -webkit-transform: perspective(400px) rotateY(-20deg);
      transform: perspective(400px) rotateY(-20deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
  }
  60% {
      -webkit-transform: perspective(400px) rotateY(10deg);
      transform: perspective(400px) rotateY(10deg);
      opacity: 1;
  }
  80% {
      -webkit-transform: perspective(400px) rotateY(-5deg);
      transform: perspective(400px) rotateY(-5deg);
  }
  to {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
  }
  30% {
      -webkit-transform: perspective(400px) rotateX(-20deg);
      transform: perspective(400px) rotateX(-20deg);
      opacity: 1;
  }
  to {
      -webkit-transform: perspective(400px) rotateX(90deg);
      transform: perspective(400px) rotateX(90deg);
      opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
  }
  30% {
      -webkit-transform: perspective(400px) rotateX(-20deg);
      transform: perspective(400px) rotateX(-20deg);
      opacity: 1;
  }
  to {
      -webkit-transform: perspective(400px) rotateX(90deg);
      transform: perspective(400px) rotateX(90deg);
      opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
  }
  30% {
      -webkit-transform: perspective(400px) rotateY(-15deg);
      transform: perspective(400px) rotateY(-15deg);
      opacity: 1;
  }
  to {
      -webkit-transform: perspective(400px) rotateY(90deg);
      transform: perspective(400px) rotateY(90deg);
      opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
  }
  30% {
      -webkit-transform: perspective(400px) rotateY(-15deg);
      transform: perspective(400px) rotateY(-15deg);
      opacity: 1;
  }
  to {
      -webkit-transform: perspective(400px) rotateY(90deg);
      transform: perspective(400px) rotateY(90deg);
      opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
      -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
      transform: translate3d(100%, 0, 0) skewX(-30deg);
      opacity: 0;
  }
  60% {
      -webkit-transform: skewX(20deg);
      transform: skewX(20deg);
      opacity: 1;
  }
  80% {
      -webkit-transform: skewX(-5deg);
      transform: skewX(-5deg);
  }
  to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
  }
}
@keyframes lightSpeedIn {
  0% {
      -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
      transform: translate3d(100%, 0, 0) skewX(-30deg);
      opacity: 0;
  }
  60% {
      -webkit-transform: skewX(20deg);
      transform: skewX(20deg);
      opacity: 1;
  }
  80% {
      -webkit-transform: skewX(-5deg);
      transform: skewX(-5deg);
  }
  to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
      opacity: 1;
  }
  to {
      -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
      transform: translate3d(100%, 0, 0) skewX(30deg);
      opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
      opacity: 1;
  }
  to {
      -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
      transform: translate3d(100%, 0, 0) skewX(30deg);
      opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: rotate(-200deg);
      transform: rotate(-200deg);
      opacity: 0;
  }
  to {
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: rotate(-200deg);
      transform: rotate(-200deg);
      opacity: 0;
  }
  to {
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      opacity: 0;
  }
  to {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      opacity: 0;
  }
  to {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      opacity: 0;
  }
  to {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      opacity: 0;
  }
  to {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      opacity: 0;
  }
  to {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      opacity: 0;
  }
  to {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
      opacity: 0;
  }
  to {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
      opacity: 0;
  }
  to {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
      -webkit-transform-origin: center;
      transform-origin: center;
      opacity: 1;
  }
  to {
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: rotate(200deg);
      transform: rotate(200deg);
      opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
      -webkit-transform-origin: center;
      transform-origin: center;
      opacity: 1;
  }
  to {
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: rotate(200deg);
      transform: rotate(200deg);
      opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      opacity: 1;
  }
  to {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      opacity: 1;
  }
  to {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      opacity: 1;
  }
  to {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      opacity: 1;
  }
  to {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      opacity: 1;
  }
  to {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      opacity: 1;
  }
  to {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      opacity: 1;
  }
  to {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      opacity: 1;
  }
  to {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
      -webkit-transform-origin: top left;
      transform-origin: top left;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
  }
  20%,
  60% {
      -webkit-transform: rotate(80deg);
      transform: rotate(80deg);
      -webkit-transform-origin: top left;
      transform-origin: top left;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
  }
  40%,
  80% {
      -webkit-transform: rotate(60deg);
      transform: rotate(60deg);
      -webkit-transform-origin: top left;
      transform-origin: top left;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      opacity: 1;
  }
  to {
      -webkit-transform: translate3d(0, 700px, 0);
      transform: translate3d(0, 700px, 0);
      opacity: 0;
  }
}
@keyframes hinge {
  0% {
      -webkit-transform-origin: top left;
      transform-origin: top left;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
  }
  20%,
  60% {
      -webkit-transform: rotate(80deg);
      transform: rotate(80deg);
      -webkit-transform-origin: top left;
      transform-origin: top left;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
  }
  40%,
  80% {
      -webkit-transform: rotate(60deg);
      transform: rotate(60deg);
      -webkit-transform-origin: top left;
      transform-origin: top left;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      opacity: 1;
  }
  to {
      -webkit-transform: translate3d(0, 700px, 0);
      transform: translate3d(0, 700px, 0);
      opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
  0% {
      opacity: 0;
      -webkit-transform: scale(0.1) rotate(30deg);
      transform: scale(0.1) rotate(30deg);
      -webkit-transform-origin: center bottom;
      transform-origin: center bottom;
  }
  50% {
      -webkit-transform: rotate(-10deg);
      transform: rotate(-10deg);
  }
  70% {
      -webkit-transform: rotate(3deg);
      transform: rotate(3deg);
  }
  to {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
  }
}
@keyframes jackInTheBox {
  0% {
      opacity: 0;
      -webkit-transform: scale(0.1) rotate(30deg);
      transform: scale(0.1) rotate(30deg);
      -webkit-transform-origin: center bottom;
      transform-origin: center bottom;
  }
  50% {
      -webkit-transform: rotate(-10deg);
      transform: rotate(-10deg);
  }
  70% {
      -webkit-transform: rotate(3deg);
      transform: rotate(3deg);
  }
  to {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
@-webkit-keyframes rollIn {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
      transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
  }
}
@keyframes rollIn {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
      transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
      opacity: 1;
  }
  to {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
      transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
      opacity: 1;
  }
  to {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
      transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
      opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
      opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
      opacity: 1;
  }
  50% {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
      opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
      opacity: 1;
  }
  50% {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
      opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
      -webkit-transform-origin: center bottom;
      transform-origin: center bottom;
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
      -webkit-transform-origin: center bottom;
      transform-origin: center bottom;
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
      opacity: 0;
      -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
      transform: scale(0.1) translate3d(-2000px, 0, 0);
      -webkit-transform-origin: left center;
      transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
      opacity: 0;
      -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
      transform: scale(0.1) translate3d(-2000px, 0, 0);
      -webkit-transform-origin: left center;
      transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
      opacity: 0;
      -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
      transform: scale(0.1) translate3d(2000px, 0, 0);
      -webkit-transform-origin: right center;
      transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
      opacity: 0;
      -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
      transform: scale(0.1) translate3d(2000px, 0, 0);
      -webkit-transform-origin: right center;
      transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
      -webkit-transform-origin: center bottom;
      transform-origin: center bottom;
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
      -webkit-transform-origin: center bottom;
      transform-origin: center bottom;
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
      visibility: visible;
  }
  to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
      visibility: visible;
  }
  to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
      visibility: visible;
  }
  to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
      visibility: visible;
  }
  to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
      visibility: visible;
  }
  to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
      visibility: visible;
  }
  to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
      visibility: visible;
  }
  to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
      visibility: visible;
  }
  to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
  }
  to {
      visibility: hidden;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
  }
  to {
      visibility: hidden;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
  }
  to {
      visibility: hidden;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
  }
  to {
      visibility: hidden;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
  }
  to {
      visibility: hidden;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
  }
  to {
      visibility: hidden;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
  }
  to {
      visibility: hidden;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
  }
  to {
      visibility: hidden;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animated.fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
.animated.faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media (prefers-reduced-motion: reduce), (print) {
  .animated {
      -webkit-animation-duration: 1ms !important;
      animation-duration: 1ms !important;
      -webkit-transition-duration: 1ms !important;
      transition-duration: 1ms !important;
      -webkit-animation-iteration-count: 1 !important;
      animation-iteration-count: 1 !important;
  }
}
.lumos-link {
  cursor: -webkit-zoom-in !important;
  cursor: zoom-in !important;
}
.lumos-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  z-index: 999999;
  opacity: 0;
  display: none;
}
.lumos-container .lumos-alt-text {
  position: fixed;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 15px;
  text-align: center;
  z-index: 13;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
@media screen and (min-width: 768px) {
  .lumos-container .lumos-alt-text {
      text-align: center;
      max-height: 25%;
  }
}
.lumos-container .lumos-img {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: auto;
  max-height: 100%;
  max-width: 100%;
  z-index: 11;
  -webkit-box-shadow: 5px 5px 50px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 50px rgba(0, 0, 0, 0.5);
  cursor: default;
}
.lumos-container svg {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 12;
  height: 25px;
  width: 25px;
  cursor: pointer;
  fill: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding: 5px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
@media screen and (min-width: 768px) {
  .lumos-container .lumos-img {
      border: 2px solid #fff;
      max-height: 85%;
      max-width: 85%;
  }
  .lumos-container svg:hover {
      -webkit-transform: translateY(-50%) scale(1.2);
      transform: translateY(-50%) scale(1.2);
  }
  .lumos-container svg {
      height: 40px;
      width: 40px;
      background: 0 0;
  }
}
@media screen and (min-width: 992px) {
  .lumos-container svg {
      height: 50px;
      width: 50px;
      background: 0 0;
  }
}
.lumos-container .lumos-next {
  right: 10px;
}
.lumos-container .lumos-prev {
  left: 10px;
}
@media screen and (min-width: 768px) {
  .lumos-container .lumos-next {
      right: 15px;
  }
  .lumos-container .lumos-prev {
      left: 15px;
  }
}
.lumos-container .lumos-close {
  top: 25px;
  right: 25px;
  height: 25px;
  width: 25px;
  background: rgba(0, 0, 0, 0.6);
  padding: 5px;
  -webkit-transform: translateY(-50%) translateX(50%);
  transform: translateY(-50%) translateX(50%);
}
@media screen and (min-width: 768px) {
  .lumos-container .lumos-close {
      top: 30px;
      right: 30px;
      height: 30px;
      width: 30px;
      background: 0 0;
  }
  .lumos-container .lumos-close:hover {
      -webkit-transform: translateY(-50%) translateX(50%) scale(1.2);
      transform: translateY(-50%) translateX(50%) scale(1.2);
  }
}
@media screen and (min-width: 992px) {
  .lumos-container .lumos-close {
      top: 40px;
      right: 40px;
      height: 40px;
      width: 40px;
  }
}
.lumos-container .lumos-name {
  display: none;
}
.lumos-container .spinner-lumos {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-33%) translateY(-50%);
  transform: translateX(-33%) translateY(-50%);
  text-align: center;
  font-size: 10px;
}
.lumos-container .spinner-lumos > div {
  background-color: #fff;
  height: 100%;
  width: 6px;
  display: inline-block;
  margin: 0 2px;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.lumos-container .spinner-lumos .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.lumos-container .spinner-lumos .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.lumos-container .spinner-lumos .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.lumos-container .spinner-lumos .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  to {
      -webkit-transform: scaleY(0.4);
  }
  20% {
      -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%,
  40%,
  to {
      transform: scaleY(0.4);
      -webkit-transform: scaleY(0.4);
  }
  20% {
      transform: scaleY(1);
      -webkit-transform: scaleY(1);
  }
}
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
[draggable] {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-drag: element;
  -webkit-user-drag: element;
  cursor: move;
}
.btn i.right {
  margin-left: 0.4rem;
  margin-right: 0;
}
.vertical-sub {
  vertical-align: sub;
}
input.invalid,
select.invalid {
  border-color: #dc3545;
}
input.invalid ~ .invalid-feedback,
select.invalid ~ .invalid-feedback {
  display: block;
}
.line-height-inherit {
  line-height: inherit;
}
.swal-text {
  text-align: center !important;
}
.swal-button.swal-button--cancel {
  color: #fff !important;
  background-color: #5d5386 !important;
}
.swal-button.swal-button--cancel :active,
.swal-button.swal-button--cancel:hover {
  background-color: #53497c !important;
}
.swal-button:not(.swal-button--cancel) {
  background-color: #17a2b8 !important;
}
.swal-button:not(.swal-button--cancel) :active,
.swal-button:not(.swal-button--cancel):hover {
  background-color: #1892a9 !important;
}
.cursor-pointer {
  cursor: pointer;
}
.swal-button {
  font-weight: 600 !important;
  line-height: 1.25;
  text-transform: uppercase;
  border: 2px solid transparent;
  padding: 10px 20px;
  border-radius: 60px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.15);
  box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.15);
}
.swal-button :active,
.swal-button:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-tooltip-top {
  position: relative;
  overflow: inherit;
}
.has-tooltip-top:before {
  content: attr(data-tooltip);
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  right: -500px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 9px 18px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 56px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  -webkit-box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.15);
  box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.15);
}
.has-tooltip-top:hover:before {
  top: -50px;
  right: 0;
  visibility: visible;
  opacity: 1;
}
.float-button {
  position: fixed;
  width: 59px;
  height: 59px;
  right: 28px;
  bottom: 26px;
}
.float-button .btn {
  padding: 0;
  border: none;
  width: 100%;
  height: 59px;
  border-radius: 50%;
}
.float-button .btn i {
  margin: auto !important;
  line-height: 59px !important;
  font-size: 19px !important;
}
.float-button:hover .float-tooltip {
  top: 10px;
  visibility: visible;
  opacity: 1;
}
.float-button .float-tooltip {
  position: absolute;
  top: 500px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  right: 67px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 9px 18px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 56px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  -webkit-box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.15);
  box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.15);
}
table.table-border-bottom tbody tr {
  border-bottom: 0.07rem solid #eee;
}
.nav-tab-no-border {
  border-bottom: 2px solid transparent !important;
  height: 59px;
}
.nav-tab-header .nav-link {
  padding: 1.2rem 2rem 0.8rem;
  border-bottom: 2px solid transparent;
}
.nav-tab-header .nav-link:not(.disabled) i {
  color: #5d5386;
}
.nav-tab-header .nav-item.show .nav-link:not(.disabled),
.nav-tab-header .nav-link:not(.disabled).active {
  color: #495057 !important;
  border-color: transparent !important;
}
.nav-tab-header .nav-item.show .nav-link:not(.disabled):after,
.nav-tab-header .nav-link:not(.disabled).active:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.boostrap-select-custom .btn {
  color: #212529 !important;
  font-weight: 400 !important;
  text-transform: none !important;
  height: 43px;
  font-size: 1rem;
  line-height: 1.44;
  background: #fff !important;
  border: 1px solid #eee;
  border-radius: 4px;
}
.boostrap-select-custom .dropdown-item {
  padding: 0.6rem 1.5rem;
}
.boostrap-select-custom * ::-webkit-scrollbar {
  width: 6px;
}
.boostrap-select-custom * ::-webkit-scrollbar-track {
  background: #fff;
}
.boostrap-select-custom * ::-webkit-scrollbar-thumb {
  background: #888;
}
.boostrap-select-custom * ::-webkit-scrollbar-thumb:hover {
  background: #555;
}
img.border-3 {
  border-radius: 3px;
}
textarea.not-resize {
  resize: none;
}
.media-letter {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #5d5386;
  color: #fff;
  font-size: 23px;
  border-radius: 50%;
}
.media-letter.medium {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
}
.placeholder-img {
  margin: auto;
  position: relative;
  max-width: 100%;
  background-color: #fafafa;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border-radius: 0.25rem;
}
.placeholder-img:not(.loaded):not(.place-loader) {
  background-image: url(/images/placeholder-img.svg?e27aef34c9c067d0abac9aa6a228826b);
  background-size: contain;
}
.placeholder-img.place-loader-large:not(.loaded) {
  background-image: url(/images/loader_place.svg?4b9e47a2e092c75f13c19ebd4ed4756d);
  background-size: 7%;
}
.placeholder-img.place-loader-medium:not(.loaded) {
  background-image: url(/images/loader_place.svg?4b9e47a2e092c75f13c19ebd4ed4756d);
  background-size: 25%;
}
.table-divider tr {
  border-bottom: 1px solid #eee;
}
.disable-action.disabled {
  opacity: 0.5 !important;
  background: #ddd !important;
  color: #000 !important;
  border-color: #ddd !important;
}
.disable-action.disabled .la {
  color: #000 !important;
}
#view-comissao .modal-dialog {
  max-width: 1024px !important;
}
tr.disabled td:not(.aviso) {
  opacity: 0.8 !important;
}
tr.disabled td:not(.aviso),
tr.disabled td:not(.aviso) * {
  color: #5d5386 !important;
  font-weight: 400 !important;
}
.text-truncate {
  vertical-align: middle;
}
.text-truncate.is-95 {
  width: 92%;
}
table .text-truncate:not(.is-95) {
  max-width: 30vh;
}
@media (min-width: 1350px) {
  table .text-truncate:not(.is-95) {
      max-width: 48vh;
  }
}
@media (min-width: 1200px) {
  .table-responsive.only-mobile {
      overflow: hidden;
  }
}
.daterangepicker td.today {
  background: #d2d2d2;
  color: #080606;
  border-radius: 4px;
}
ul.list-tid {
  color: #354046;
  font-size: 1rem;
}
ul.list-tid ul li {
  margin-left: 30px;
}
.lista-cliente-resultado .media-right i {
  font-size: 1.5rem;
  padding: 0.5rem;
}
@media (max-width: 425px) {
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
  }
}
@media (max-width: 1024px) {
  .compact-light-sidebar > .side-navbar ul li.active span {
      color: #e76c90;
  }
}
@media (max-width: 1200px) {
  div.dataTables_wrapper div.dataTables_paginate,
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
      white-space: normal !important;
  }
  .content-inner,
  .content-inner.compact {
      padding-top: 40px;
  }
  .compact-light-sidebar.active > .side-navbar {
      max-width: 100% !important;
      margin-left: 0 !important;
  }
  .compact-light-sidebar.active .side-navbar ul a span,
  .compact-light-sidebar > .side-navbar a i {
      position: absolute;
  }
  .compact-light-sidebar > .side-navbar ul a {
      padding: 26px 2px;
  }
  .compact-light-sidebar > .side-navbar ul a i,
  .compact-light-sidebar > .side-navbar ul a span {
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
  }
  .navbar {
      padding: 20px 0 16px !important;
  }
  .navbar-row {
      -webkit-box-align: start !important;
      -ms-flex-align: start !important;
      align-items: flex-start !important;
  }
  .navbar-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  }
  .compact-light-sidebar {
      width: 0;
  }
  .compact-light-sidebar > .side-navbar ul a[data-toggle="collapse"]:before {
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 16%;
      bottom: auto;
  }
  .compact-light-sidebar > .side-navbar ul {
      padding-top: 40px;
  }
  nav.navbar .nav-item > a {
      line-height: normal;
  }
}
@media screen and (max-width: 600px) {
  .table-responsive.no-overflow {
      overflow-x: hidden;
  }
  .table-mobile {
      border: 0;
  }
  .table-mobile .text-truncate:not(.is-95) {
      max-width: none;
  }
  .table-mobile thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
  }
  .table-mobile tr {
      border-bottom: 3px solid #ddd;
      display: block;
      margin-bottom: 0.625em;
  }
  .table-mobile td {
      border-bottom: 1px solid #ddd;
      width: 100%;
      display: block;
      font-size: 0.8em;
      text-align: right !important;
  }
  .table-mobile td:before {
      content: attr(data-label);
      float: left;
      font-weight: 700;
      text-transform: uppercase;
      color: #5d5386 !important;
  }
  .table-mobile td:last-child {
      border-bottom: 0;
  }
}
@media (max-width: 576px) {
  nav.navbar .dropdown-menu {
      right: auto;
      left: -12px !important;
      -webkit-transform: translateX(0) !important;
      transform: translateX(0) !important;
  }
  nav.navbar div.select_navbar .dropdown-menu {
      left: -12px !important;
  }
}
@media (max-width: 512px) {
  .text-truncate,
  div.dataTables_wrapper div.dataTables_filter label {
      white-space: normal;
  }
}
@media (max-width: 768px) {
  .nav-tabs .nav-item {
      margin-bottom: 1px;
  }
  .fc-day-grid-event {
      width: 22px;
      height: 22px;
  }
  .fc-content {
      display: none;
  }
  .tabs-mobile {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      white-space: nowrap;
      overflow: auto;
  }
}
@media (max-width: 600px) {
  .breadcrumb {
      display: none;
  }
}
.grid-servicos ul {
  height: 48vh;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.grid-servicos ul li {
  color: #343a40;
  padding: 10px 0 10px 10px;
  border-bottom: 1px solid #eee;
}
.grid-servicos ul li:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.grid-servicos ul li:last-child {
  border-bottom: none;
}
.grid-servicos ul li strong {
  font-weight: 600;
}
.grid-servicos ul li small {
  display: block;
}
.grid-servicos ul li .styled-checkbox {
  margin: 16px auto auto;
}
.grid-servicos ul li.over {
  background-color: rgba(0, 0, 0, 0.04);
}
.grid-servicos ul li.dragElem {
  opacity: 0.4;
}
.grid-servicos ul button.btn-remove-servico {
  border: none;
  background: none;
  cursor: pointer;
  line-height: normal;
}
.grid-servicos ul button.btn-remove-servico i {
  font-size: 1.4rem;
}
.grid-servicos input {
  border-radius: 4px 4px 0 0;
}
.banner-preview {
  width: 100%;
  height: 27vh;
  background-position: 50%;
  background-size: cover;
  border-radius: 5px 5px 0 0;
  position: relative;
}
.banner-preview .badge-text {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
body.welcome {
  background-size: cover;
  background: linear-gradient(135deg, rgba(46, 52, 81, 0.5), rgba(46, 52, 81, 0.95)), url(/images/background.jpeg?8cad9dece7e1696ec0fd3afcd86d8bae) no-repeat 50%;
}
body.login .logo-centered,
body.login img,
body.welcome .logo-centered,
body.welcome img {
  width: auto !important;
}
body.login img {
  margin-bottom: 30px !important;
}
body.login .authentication-form hr {
  margin: 30px 0;
}
body.login .elisyam-bg.background-login {
  background: url(/images/background_login.jpeg?ebebcf2f1997929e76a4644addd53edf) no-repeat;
  background-size: cover;
  background-position: 50%;
}
[data-page="recupera-senha"] .logo-centered,
[data-page="recupera-senha"] img {
  width: 220px !important;
}
[data-page="recupera-senha"] img {
  margin-bottom: 25px;
}
[data-page="recupera-senha"] .alert-success {
  margin-top: -15px;
}
[data-page="recupera-senha"] .password-form h3 {
  margin-bottom: 40px;
}
nav.navbar .navbar-brand button.dropdown-toggle {
  background: #eaeaea;
  outline: none;
}
nav.navbar .navbar-brand i {
  font-size: 1rem;
}
nav.navbar .menu-btn {
  margin-top: 4px;
}
nav.navbar div.select_navbar {
  width: 270px !important;
  margin-top: -2px;
}
nav.navbar div.select_navbar .dropdown-menu {
  left: 0;
  right: auto;
}
nav.navbar div.select_navbar .btn-light:focus,
nav.navbar div.select_navbar .btn-light:hover {
  border-color: transparent !important;
}
.list-imagens-servico .action-foto {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 12px 15px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-transform: uppercase;
  border-radius: 0 3px 0 3px;
  font-size: 12px;
}
.list-imagens-servico .action-foto i.la {
  margin-right: 6px;
  vertical-align: text-bottom;
  font-size: 18px;
}
.list-imagens-servico .foto-principal {
  position: absolute;
  left: 0;
  top: 14px;
  padding: 9px 15px;
  background: #fff;
  border-radius: 0 3px 3px 0;
}
.list-imagens-servico .foto-principal p {
  text-transform: uppercase;
  font-size: 12px;
  display: inline-block;
  margin: 0;
  font-weight: 700;
}
.card-categoria {
  border-radius: 4px;
}
.card-categoria .card-categoria-image {
  position: relative;
  min-height: 290px;
  height: 100%;
  border-radius: 4px 0 0 4px;
}
.card-categoria .card-categoria-body {
  padding: 1.4rem 1.4rem 0;
}
.card-categoria .card-categoria-body h4 {
  color: #5d5386;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 0;
  margin-bottom: 0;
}
.card-categoria .card-categoria-secoes {
  border-top: 1px solid #e8e8e8;
}
.card-categoria .card-categoria-secoes .media-letter {
  width: 35px;
  height: 35px;
  line-height: 36px;
  font-size: 16px;
}
.card-categoria .card-categoria-secoes .widget-scroll {
  padding: 0 1.4rem;
  height: 215px;
  outline: none;
}
@media (min-width: 1450px) {
  .card-categoria .widget-scroll {
      height: 280px !important;
  }
}
.loader-calendar {
  height: 400px;
  background: #fafafa;
  position: relative;
  border-radius: 4px;
}
.loader-calendar h4 {
  color: #bbb;
  text-transform: uppercase;
}
.loader-calendar .vertical-loader {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 50%;
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
}
.list-valores-servicos .header-table {
  color: #5d5386;
  padding: 15px 10px;
  font-weight: 600;
}
#service-calendar .fc-day-grid-container {
  height: auto !important;
  overflow: hidden !important;
}
#service-calendar .fc-basic-view .fc-body .fc-row {
  max-height: 154px;
}
#service-calendar .fc-toolbar h2 {
  text-transform: capitalize !important;
  margin-bottom: 0;
}
#service-calendar .fc-toolbar h2:before {
  content: "\F15C";
  font: normal normal normal 16px/1 LineAwesome;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-right: 10px;
  font-size: 2rem !important;
  vertical-align: text-top;
}
#service-calendar .fc-content {
  position: relative;
  overflow: inherit;
}
#service-calendar .fc-content:hover .fc-info-date {
  opacity: 1;
}
#service-calendar .fc-content .fc-info-date {
  position: absolute;
  top: -25px;
  left: 0;
  margin: 0;
  color: #656565 !important;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#service-calendar .fc-event-container {
  padding-top: 0;
}
#service-calendar .fc-event-container a {
  cursor: pointer;
}
#service-calendar p.fc-text {
  margin: 5px 0;
}
#service-calendar p.fc-text span {
  font-weight: 600;
}
#service-calendar p.fc-text:first-child {
  margin-top: 0 !important;
}
#service-calendar p.fc-text:last-child {
  margin-bottom: 0;
}
#service-calendar span.fc-title {
  margin-bottom: 5px;
  display: none;
}
#service-calendar .fc-bg-green-cad {
  background: #5cb85c;
  border: none !important;
}
#service-calendar .fc-bg-green-cad * {
  color: #fff !important;
}
#service-calendar .fc-bg-green-cad:hover {
  background: #52a452;
}
#service-calendar .fc-bg-green-border {
  background: #fff !important;
  border-left: 3px solid #5cb85c !important;
}
#service-calendar .fc-bg-green-border * {
  color: #5cb85c !important;
}
#service-calendar .fc-bg-orange-cad {
  background: #f0ad4e;
  border: none !important;
}
#service-calendar .fc-bg-orange-cad * {
  color: #fff !important;
}
#service-calendar .fc-bg-orange-cad:hover {
  background-color: #de9f4a;
}
#service-calendar .fc-bg-orange-border {
  background: #fff !important;
  border-left: 3px solid #f0ad4e !important;
}
#service-calendar .fc-bg-orange-border * {
  color: #f0ad4e !important;
}
#service-calendar .fc-bg-red-cad {
  background: #fb5955;
  border: none !important;
}
#service-calendar .fc-bg-red-cad * {
  color: #fff !important;
}
#service-calendar .fc-bg-red-cad:hover {
  background-color: #ff4a45;
}
#service-calendar .fc-bg-red-border {
  background: #fff !important;
  border-left: 3px solid #e84a46 !important;
}
#service-calendar .fc-bg-red-border * {
  color: #e84a46 !important;
}
#service-calendar .fc-bg-other-month {
  display: none !important;
  pointer-events: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #cecece;
}
#service-calendar .fc-bg-other-month * {
  color: #cecece !important;
}
.legend-calendar {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.05);
  vertical-align: text-bottom;
  margin: 0 5px 0 10px;
}
.legend-calendar:first-child {
  margin-left: 0;
}
.legend-calendar.red {
  background-color: #fb5955;
}
.legend-calendar.orange {
  background-color: #f0ad4e;
}
.legend-calendar.green {
  background-color: #5cb85c;
}
#google-map {
  width: 100%;
  height: 350px;
  border-radius: 10px;
}
#google-map #infowindow-content {
  display: inline;
}
#infowindow-content {
  color: #424242 !important;
  font-size: 0.95rem;
  display: none;
}
#infowindow-content #place-name {
  font-weight: 600 !important;
  font-size: 1rem;
}
.info-terminal {
  color: #37474f !important;
}
.info-terminal p {
  margin-bottom: 1.4rem;
}
.info-terminal p i {
  float: left;
  padding-right: 0.6rem;
  font-size: 1.6rem;
  margin-top: -1px;
}
#mapa-termina-conexao {
  width: 100%;
  height: 300px;
}
.status-conexao-terminal {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  display: inline-block;
  border-radius: 50%;
}
.status-conexao-terminal.active {
  background: #5cb85c;
}
.status-conexao-terminal.inactive {
  background: #ff4a45;
}
.status-conexao-terminal.warning {
  background: #f0ad4e;
}
.info-pedido p i.mr-2 {
  margin-top: 0.6rem;
}
.btn-boleto {
  margin-top: -8px;
}
.table-servicos-mais-vendidos tr td:first-child {
  padding: 0.85rem 0.4rem;
  text-align: center;
}
.table-servicos-mais-vendidos tr td:first-child img {
  height: auto;
  width: 18px;
}
.table-servicos-mais-vendidos .ghost {
  width: 100%;
  padding: 5px;
  background: #dcdcdc;
}
.chart-vendas {
  height: 330px;
  padding-top: 10px;
}
.body-servico-mais-vendido {
  height: 330px;
}
.view_pdf {
  background: #fff;
}
.view_pdf * {
  font-family: Roboto, sans-serif !important;
  color: #000;
}
.view_pdf .page-content {
  max-width: 950px;
  margin: auto;
}
.view_pdf .page-content .font-weight-bold {
  color: #1f1f1f;
}
.view_pdf .page-content h2.title {
  font-size: 1.8rem;
}
.view_pdf .page-content table thead th {
  background: #eaeaea;
  padding: 14px 10px;
  color: #353535;
}
.view_pdf .table {
  border-collapse: collapse !important;
  width: 100%;
}
.view_pdf .table thead {
  display: table-header-group;
}
.view_pdf .table tfoot {
  display: table-row-group;
}
.view_pdf .table tr {
  page-break-inside: avoid !important;
}
.logo-user-fornecedor {
  width: 9rem !important;
}
@media only screen and (min-width: 100px) and (max-width: 56.25em) {
  .logo-user-fornecedor {
      position: relative;
      top: -0.5rem !important;
  }
  .usar-voucher {
      position: relative;
      width: 100% !important;
  }
}
.hide {
  display: none !important;
}
