@charset "UTF-8";

/*!
 * Bootstrap v4.3.0 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

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

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

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

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

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

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-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: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

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

.col-1 {
  -webkit-box-flex: 0;
          flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
          flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
          flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
          flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
          flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
          flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
          flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

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

.order-first {
  -webkit-box-ordinal-group: 0;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
          order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

  .col-sm-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-sm-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-sm-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-sm-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

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

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
            order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

  .col-md-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-md-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-md-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-md-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

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

  .order-md-first {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
            order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

  .col-lg-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-lg-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-lg-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-lg-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

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

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
            order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

  .col-xl-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-xl-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-xl-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-xl-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

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

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
            order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

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

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

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

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

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

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

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

.table-hover .table-light:hover {
  background-color: #ececf6;
}

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

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

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

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

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

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

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

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

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

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

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

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

.table-dark.table-bordered {
  border: 0;
}

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

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

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

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

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

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #565a5c;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-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;
}

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

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

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

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

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

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

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

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

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

select.form-control:focus::-ms-value {
  color: #565a5c;
  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-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

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

.form-check-inline {
  display: -webkit-inline-box;
  display: inline-flex;
  -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.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

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

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

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

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

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%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/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

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

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

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

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

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

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

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

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

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

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

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

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

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

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

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

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

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%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/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-inline {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-align: center;
          align-items: center;
}

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

@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    -webkit-box-align: center;
            align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

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

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

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

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

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

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 {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

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

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

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

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

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

.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

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

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

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

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

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

.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

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

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

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

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

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

.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

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

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

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

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

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

.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

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

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

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

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

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

.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

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

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

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

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

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

.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

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

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

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

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

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

.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-toolbar {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

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

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

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

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

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

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

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

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

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

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
          justify-content: center;
}

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

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

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

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

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

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

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

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

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

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

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

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -webkit-box;
  display: flex;
  -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-prepend,
.input-group-append {
  display: -webkit-box;
  display: flex;
}

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

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

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

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

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

.input-group-text {
  display: -webkit-box;
  display: flex;
  -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: #565a5c;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  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;
  border-color: #007bff;
  background-color: #007bff;
}

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

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

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

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

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

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

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

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

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

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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 {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='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::after {
  background-image: url("data:image/svg+xml,%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-switch {
  padding-left: 2.25rem;
}

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

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

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
          transform: translateX(0.75rem);
}

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

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #565a5c;
  vertical-align: middle;
  background: url("data:image/svg+xml,%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/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

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

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

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

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

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

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

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

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

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

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

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

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

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

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

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

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

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

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

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

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

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

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

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

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

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

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

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

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

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

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

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

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

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

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

.nav-tabs .nav-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:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

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

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

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

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

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

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

.nav-justified .nav-item {
  flex-basis: 0;
  -webkit-box-flex: 1;
          flex-grow: 1;
  text-align: center;
}

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

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

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

.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  -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:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: flex;
  -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 {
  flex-basis: 100%;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -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:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            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 {
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: flex !important;
    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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            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 {
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: flex !important;
    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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            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 {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: flex !important;
    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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            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 {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: flex !important;
    flex-basis: auto;
  }

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

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -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 {
  -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 {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: flex !important;
  flex-basis: auto;
}

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

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg 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 {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg 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: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -webkit-box;
  display: flex;
  -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 {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  padding: 1.25rem;
}

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

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

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

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

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

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

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

.card-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-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.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: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

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

@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
            flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

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

@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
  }

  .card-group > .card {
    -webkit-box-flex: 1;
            flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

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

  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

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

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

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

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

.accordion > .card .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  display: -webkit-box;
  display: flex;
  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;
}

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

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

.pagination {
  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;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

.page-item.active .page-link {
  z-index: 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;
  -webkit-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;
}

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

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

.badge:empty {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alert-heading {
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    background-position: 0 0;
  }
}

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

  to {
    background-position: 0 0;
  }
}

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

.progress-bar {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -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 (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}

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

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

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

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

.media-body {
  -webkit-box-flex: 1;
          flex: 1;
}

.list-group {
  display: -webkit-box;
  display: flex;
  -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:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

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

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  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.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

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

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

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

  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

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

  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

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

  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

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

  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

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

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

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

.toast.showing {
  opacity: 1;
}

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

.toast.hide {
  display: none;
}

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

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

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

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

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

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

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

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

.modal-dialog-scrollable {
  display: -webkit-box;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

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

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

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

.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  height: 100%;
}

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

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

.modal-content {
  position: relative;
  display: -webkit-box;
  display: flex;
  -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;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

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

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

.modal-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dbdbdb;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

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

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

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

.modal-footer {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dbdbdb;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}

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

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  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,
.tooltip .arrow-left,
.tooltip .arrow-right,
.tooltip .arrow-bottom {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

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

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

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow-left,
.bs-tooltip-auto[x-placement^="top"] .arrow-left,
.bs-tooltip-top .arrow-right,
.bs-tooltip-auto[x-placement^="top"] .arrow-right,
.bs-tooltip-top .arrow-bottom,
.bs-tooltip-auto[x-placement^="top"] .arrow-bottom {
  bottom: 0;
}

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

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

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

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

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

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow-left,
.bs-tooltip-auto[x-placement^="bottom"] .arrow-left,
.bs-tooltip-bottom .arrow-right,
.bs-tooltip-auto[x-placement^="bottom"] .arrow-right,
.bs-tooltip-bottom .arrow-bottom,
.bs-tooltip-auto[x-placement^="bottom"] .arrow-bottom {
  top: 0;
}

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  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 .arrow,
.popover .arrow-left,
.popover .arrow-right,
.popover .arrow-bottom {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

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

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

.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^="top"] > .arrow,
.bs-popover-top > .arrow-left,
.bs-popover-auto[x-placement^="top"] > .arrow-left,
.bs-popover-top > .arrow-right,
.bs-popover-auto[x-placement^="top"] > .arrow-right,
.bs-popover-top > .arrow-bottom,
.bs-popover-auto[x-placement^="top"] > .arrow-bottom {
  bottom: calc((0.5rem + 1px) * -1);
}

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

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

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

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

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

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

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

.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^="bottom"] > .arrow,
.bs-popover-bottom > .arrow-left,
.bs-popover-auto[x-placement^="bottom"] > .arrow-left,
.bs-popover-bottom > .arrow-right,
.bs-popover-auto[x-placement^="bottom"] > .arrow-right,
.bs-popover-bottom > .arrow-bottom,
.bs-popover-auto[x-placement^="bottom"] > .arrow-bottom {
  top: calc((0.5rem + 1px) * -1);
}

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

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

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

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

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

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

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

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

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

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

.carousel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%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,%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: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -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: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

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

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

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

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

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

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

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

  50% {
    opacity: 1;
  }
}

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

  50% {
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

.bg-primary {
  background-color: #007bff !important;
}

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

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

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

.bg-success {
  background-color: #28a745 !important;
}

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

.bg-info {
  background-color: #17a2b8 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #007bff !important;
}

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

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-inline-flex {
  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: -webkit-box !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    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: -webkit-box !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    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: -webkit-box !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    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: -webkit-box !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    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: -webkit-box !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    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 iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: column-reverse !important;
}

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

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

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

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

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

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

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

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

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

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

.justify-content-center {
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

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

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

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

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

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }

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

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

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }

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

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

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

  .align-items-sm-center {
    -webkit-box-align: center !important;
            align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

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

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

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

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

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }

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

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

  .justify-content-md-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }

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

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

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

  .align-items-md-center {
    -webkit-box-align: center !important;
            align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

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

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

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

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

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }

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

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

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }

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

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

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

  .align-items-lg-center {
    -webkit-box-align: center !important;
            align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
            align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

@page {
    size: a3;
}

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dbdbdb;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dbdbdb;
  }
}

/*
 *  Owl Carousel - Core
 */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */

.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*!
 * FullCalendar v3.10.0
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */

.fc button,
.fc table,
body .fc {
  font-size: 1em;
}

.fc .fc-axis,
.fc button,
.fc-day-grid-event .fc-content,
.fc-list-item-marker,
.fc-list-item-time,
.fc-time-grid-event .fc-time,
.fc-time-grid-event.fc-short .fc-content {
  white-space: nowrap;
}

.fc-event,
.fc-event:hover,
.fc-state-hover,
.fc.fc-bootstrap3 a,
.ui-widget .fc-event,
a.fc-more {
  text-decoration: none;
}

.fc {
  direction: ltr;
  text-align: left;
}

.fc-rtl {
  text-align: right;
}

.fc th,
.fc-basic-view .fc-day-top .fc-week-number,
.fc-basic-view td.fc-week-number,
.fc-icon,
.fc-toolbar {
  text-align: center;
}

.fc-highlight {
  background: #bce8f1;
  opacity: .3;
}

.fc-bgevent {
  background: #8fdf82;
  opacity: .3;
}

.fc-nonbusiness {
  background: #d7d7d7;
}

.fc button {
  box-sizing: border-box;
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  cursor: pointer;
}

.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}

.fc-state-default {
  border: 1px solid;
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6));
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.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: -.05em;
  margin: 0 .2em;
  vertical-align: middle;
}

.fc-state-active,
.fc-state-disabled,
.fc-state-down,
.fc-state-hover {
  color: #333;
  background-color: #e6e6e6;
}

.fc-state-hover {
  color: #333;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  transition: background-position .1s linear;
}

.fc-state-active,
.fc-state-down {
  background-color: #ccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: .65;
  box-shadow: none;
}

.fc-event.fc-draggable,
.fc-event[href],
.fc-popover .fc-header .fc-close,
a[data-goto] {
  cursor: pointer;
}

.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;
  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-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-bg table,
.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
}

.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 table {
  width: 100%;
  box-sizing: border-box;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}

.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]: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 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: 0 0;
  border-color: transparent;
}

.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-day-grid-event .fc-content,
.fc-icon,
.fc-row.fc-rigid,
.fc-time-grid-event {
  overflow: hidden;
}

.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  width: 100%;
}

.fc-event {
  position: relative;
  display: block;
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
}

.fc-event,
.fc-event-dot {
  background-color: #3a87ad;
}

.fc-event,
.fc-event:hover {
  color: #fff;
}

.fc-not-allowed,
.fc-not-allowed .fc-event {
  cursor: not-allowed;
}

.fc-event .fc-bg {
  z-index: 1;
  background: #fff;
  opacity: .25;
}

.fc-event .fc-content {
  position: relative;
  z-index: 2;
}

.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;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.fc-event.fc-selected.fc-dragging {
  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: .25;
}

.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: .85em;
  cursor: pointer;
}

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-bootstrap3 .fc-popover .panel-body,
.fc-bootstrap4 .fc-popover .card-body {
  padding: 0;
}

.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}

.fc-bootstrap3 .fc-today.alert,
.fc-bootstrap4 .fc-today.alert {
  border-radius: 0;
}

.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: #ddd;
}

.fc-unthemed .fc-popover {
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-popover .fc-header {
  background: #eee;
}

.fc-unthemed td.fc-today {
  background: #fcf8e3;
}

.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: .3;
}

.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  font-family: "Courier New",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: "\2039";
  font-weight: 700;
  font-size: 200%;
  top: -7%;
}

.fc-icon-right-single-arrow:after {
  content: "\203A";
  font-weight: 700;
  font-size: 200%;
  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 .fc-header .fc-close {
  color: #666;
  font-size: .9em;
  margin-top: 2px;
}

.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5;
}

.ui-widget .fc-disabled-day {
  background-image: none;
}

.fc-bootstrap3 .fc-time-grid .fc-slats table,
.fc-bootstrap4 .fc-time-grid .fc-slats table,
.fc-time-grid .fc-slats .ui-widget-content {
  background: 0 0;
}

.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
}

.fc-bootstrap3 hr.fc-divider,
.fc-bootstrap4 hr.fc-divider {
  border-color: inherit;
}

.ui-widget .fc-event {
  color: #fff;
  font-weight: 400;
}

.ui-widget td.fc-axis {
  font-weight: 400;
}

.fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline;
}

.fc.fc-bootstrap4 a {
  text-decoration: none;
}

.fc.fc-bootstrap4 a[data-goto]:hover {
  text-decoration: underline;
}

.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
  color: #fff;
}

.fc-bootstrap4 .fc-popover.card {
  position: absolute;
}

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em;
}

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em;
}

.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: .75em;
}

.fc .fc-toolbar > * > :first-child {
  margin-left: 0;
}

.fc-toolbar h2 {
  margin: 0;
}

.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 {
  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: 1em;
}

.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
}

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc-day-top.fc-other-month {
  opacity: .6;
}

.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;
}

.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;
}

.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.5em;
  background-color: #f2f2f2;
  color: grey;
}

.fc-basic-view td.fc-week-number > * {
  display: inline-block;
  min-width: 1.25em;
}

.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
}

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
}

.fc .fc-axis {
  vertical-align: middle;
  padding: 0 4px;
}

.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;
  position: relative;
}

.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.5em;
  border-bottom: 0;
}

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}

.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.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: .85em;
}

.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: .85em;
  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 {
  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;
}

/*!
 * FullCalendar Scheduler v1.9.4
 * Docs & License: https://fullcalendar.io/scheduler/
 * (c) 2018 Adam Shaw
 */

.fc-resource-area .fc-cell-content,
.fc-timeline .fc-cell-text {
  padding-left: 4px;
  padding-right: 4px;
}

.fc-resource-area th > div,
.fc-scroller-canvas,
.fc-scroller-canvas > .fc-content,
.fc-scroller-clip {
  position: relative;
}

.fc-scroller-clip,
.fc-timeline .fc-cell-content,
tr.fc-collapsed > td,
tr.fc-transitioning > td {
  overflow: hidden;
}

.fc-no-scrollbars {
  background: rgba(255, 255, 255, 0);
}

.fc-timeline .fc-body .fc-divider.ui-widget-header,
.fc-timeline .fc-body .ui-widget-content {
  background-image: none;
}

.fc-no-scrollbars::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.fc-scroller-canvas {
  box-sizing: border-box;
  min-height: 100%;
}

.fc-scroller-canvas > .fc-bg {
  z-index: 1;
}

.fc-scroller-canvas > .fc-content {
  z-index: 2;
  border-style: solid;
  border-width: 0;
}

.ui-widget .fc-scroller-canvas > .fc-content {
  border-color: transparent;
}

.fc-scroller-canvas.fc-gutter-left > .fc-content {
  border-left-width: 1px;
  margin-left: -1px;
}

.fc-scroller-canvas.fc-gutter-right > .fc-content {
  border-right-width: 1px;
  margin-right: -1px;
}

.fc-scroller-canvas.fc-gutter-top > .fc-content {
  border-top-width: 1px;
  margin-top: -1px;
}

.fc-rtl .fc-timeline {
  direction: rtl;
}

.fc-timeline .fc-divider {
  width: 3px;
  border-style: double;
}

.fc-timeline .fc-head > tr > .fc-divider {
  border-bottom: 0;
}

.fc-timeline .fc-body > tr > .fc-divider {
  border-top: 0;
}

.fc-scrolled .fc-head .fc-scroller {
  z-index: 2;
}

.fc-timeline.fc-scrolled .fc-head .fc-scroller {
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.075);
}

.fc-timeline .fc-body .fc-scroller {
  z-index: 1;
}

.fc-timeline .fc-scroller-canvas > div > div > table,
.fc-timeline .fc-scroller-canvas > div > table {
  border-style: hidden;
}

.fc-timeline .fc-scroller-canvas > .fc-content > .fc-rows > table {
  border-bottom-style: none;
}

.fc-timeline td,
.fc-timeline th {
  white-space: nowrap;
}

.fc-timeline .fc-col-resizer {
  cursor: col-resize;
}

.fc-timeline th {
  vertical-align: middle;
}

.fc-timeline .fc-head .fc-cell-content {
  padding-top: 3px;
  padding-bottom: 3px;
}

.fc-resource-area {
  width: 30%;
}

.fc-resource-area col {
  width: 40%;
  min-width: 70px;
}

.fc-resource-area col.fc-main-col {
  width: 60%;
}

.fc-flat .fc-expander-space {
  display: none;
}

.fc-ltr .fc-resource-area tr > * {
  text-align: left;
}

.fc-rtl .fc-resource-area tr > * {
  text-align: right;
}

.fc-resource-area .fc-super th {
  text-align: center;
}

.fc-resource-area th .fc-cell-content {
  position: relative;
  z-index: 1;
}

.fc-resource-area th .fc-col-resizer {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 5px;
}

.fc-ltr .fc-resource-area th .fc-col-resizer {
  right: -3px;
}

.fc-rtl .fc-resource-area th .fc-col-resizer {
  left: -3px;
}

tr.fc-transitioning > td > div {
  -webkit-transition: margin-top .2s;
  transition: margin-top .2s;
}

tr.fc-collapsed > td > div {
  margin-top: -10px;
}

.fc-body .fc-resource-area .fc-cell-content {
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
}

.fc-time-area .fc-bgevent,
.fc-time-area .fc-highlight,
.fc-time-area .fc-slats {
  position: absolute;
  top: 0;
  bottom: 0;
}

.fc-no-overlap .fc-body .fc-resource-area .fc-cell-content {
  padding-top: 5px;
  padding-bottom: 5px;
}

.fc-resource-area .fc-icon {
  width: 1em;
  font-size: .9em;
  vertical-align: middle;
  margin-top: -1%;
}

.fc-resource-area .fc-expander {
  cursor: pointer;
  color: #666;
}

.fc-time-area col {
  min-width: 2.2em;
}

.fc-ltr .fc-time-area .fc-chrono th {
  text-align: left;
}

.fc-rtl .fc-time-area .fc-chrono th {
  text-align: right;
}

.fc-time-area .fc-slats {
  z-index: 1;
  left: 0;
  right: 0;
}

.fc-time-area .fc-slats table {
  height: 100%;
}

.fc-time-area .fc-slats .fc-minor {
  border-style: dotted;
}

.fc-time-area .fc-slats td {
  border-width: 0 1px;
}

.fc-ltr .fc-time-area .fc-slats td {
  border-right-width: 0;
}

.fc-rtl .fc-time-area .fc-slats td {
  border-left-width: 0;
}

.fc-time-area .fc-bgevent-container,
.fc-time-area .fc-highlight-container {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 0;
}

.fc-ltr .fc-time-area .fc-bgevent-container,
.fc-ltr .fc-time-area .fc-helper-container,
.fc-ltr .fc-time-area .fc-highlight-container {
  left: 0;
}

.fc-rtl .fc-time-area .fc-bgevent-container,
.fc-rtl .fc-time-area .fc-helper-container,
.fc-rtl .fc-time-area .fc-highlight-container {
  right: 0;
}

.fc-time-area .fc-rows {
  position: relative;
  z-index: 3;
}

.fc-time-area .fc-rows .ui-widget-content {
  background: 0 0;
}

.fc-time-area .fc-rows td > div {
  position: relative;
}

.fc-time-area .fc-rows .fc-bgevent-container,
.fc-time-area .fc-rows .fc-highlight-container {
  z-index: 1;
}

.fc-time-area .fc-event-container {
  position: relative;
  z-index: 2;
  width: 0;
}

.fc-time-area .fc-helper-container {
  position: absolute;
  z-index: 3;
  top: 0;
}

.fc-time-area .fc-event-container {
  padding-bottom: 8px;
  top: -1px;
}

.fc-time-area tr:first-child .fc-event-container {
  top: 0;
}

.fc-no-overlap .fc-time-area .fc-event-container {
  padding-bottom: 0;
  top: 0;
}

.fc-timeline .fc-now-indicator {
  z-index: 3;
  top: 0;
}

.fc-time-area .fc-now-indicator-arrow {
  margin: 0 -6px;
  border-width: 6px 5px 0;
  border-left-color: transparent;
  border-right-color: transparent;
}

.fc-time-area .fc-now-indicator-line {
  margin: 0 -1px;
  bottom: 0;
  border-left-width: 1px;
}

.fc-timeline-event {
  position: absolute;
  border-radius: 0;
  padding: 2px 0;
  margin-bottom: 1px;
}

.fc-no-overlap .fc-timeline-event {
  padding: 5px 0;
  margin-bottom: 0;
}

.fc-ltr .fc-timeline-event {
  margin-right: 1px;
}

.fc-rtl .fc-timeline-event {
  margin-left: 1px;
}

.fc-timeline-event .fc-content {
  padding: 0 1px;
  white-space: nowrap;
  overflow: hidden;
}

.fc-timeline-event .fc-time {
  font-weight: 700;
  padding: 0 1px;
}

.fc-rtl .fc-timeline-event .fc-time {
  display: inline-block;
}

.fc-timeline-event .fc-title {
  position: relative;
  padding: 0 1px;
}

.fc-timeline-event.fc-selected .fc-bg {
  display: none;
}

.fc-ltr .fc-timeline-event .fc-title {
  padding-left: 10px;
  margin-left: -8px;
}

.fc-rtl .fc-timeline-event .fc-title {
  padding-right: 10px;
  margin-right: -8px;
}

.fc-ltr .fc-timeline-event.fc-not-start .fc-title {
  margin-left: -2px;
}

.fc-rtl .fc-timeline-event.fc-not-start .fc-title {
  margin-right: -2px;
}

.fc-body .fc-time-area .fc-following,
.fc-timeline-event.fc-not-start .fc-title {
  position: relative;
}

.fc-body .fc-time-area .fc-following:before,
.fc-timeline-event.fc-not-start .fc-title:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  border: 5px solid #000;
  border-top-color: transparent;
  border-bottom-color: transparent;
  opacity: .5;
}

.fc-ltr .fc-body .fc-time-area .fc-following:before,
.fc-ltr .fc-timeline-event.fc-not-start .fc-title:before {
  border-left: 0;
  left: 2px;
}

.fc-rtl .fc-body .fc-time-area .fc-following:before,
.fc-rtl .fc-timeline-event.fc-not-start .fc-title:before {
  border-right: 0;
  right: 2px;
}

.fc-license-message {
  position: absolute;
  z-index: 99999;
  bottom: 1px;
  left: 1px;
  background: #eee;
  border-color: #ddd;
  border-style: solid;
  border-width: 1px 1px 0 0;
  padding: 2px 4px;
  font-size: 12px;
  border-top-right-radius: 3px;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: 'FontAwesome';
  src: url(../fonts/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713);
  src: url(../fonts/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?af7ae505a9eed503f8b8e6982036873e) format("woff2"), url(../fonts/fontawesome-webfont.woff?fee66e712a8a08eef5805a46892932ad) format("woff"), url(../fonts/fontawesome-webfont.ttf?b06871f281fee6b241d60582ae9369b9) format("truetype"), url(../fonts/fontawesome-webfont.svg?912ec66d7572ff821749319396470bde) format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
  content: "\F000";
}

.fa-music:before {
  content: "\F001";
}

.fa-search:before {
  content: "\F002";
}

.fa-envelope-o:before {
  content: "\F003";
}

.fa-heart:before {
  content: "\F004";
}

.fa-star:before {
  content: "\F005";
}

.fa-star-o:before {
  content: "\F006";
}

.fa-user:before {
  content: "\F007";
}

.fa-film:before {
  content: "\F008";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-list:before {
  content: "\F00B";
}

.fa-check:before {
  content: "\F00C";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D";
}

.fa-search-plus:before {
  content: "\F00E";
}

.fa-search-minus:before {
  content: "\F010";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-signal:before {
  content: "\F012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\F013";
}

.fa-trash-o:before {
  content: "\F014";
}

.fa-home:before {
  content: "\F015";
}

.fa-file-o:before {
  content: "\F016";
}

.fa-clock-o:before {
  content: "\F017";
}

.fa-road:before {
  content: "\F018";
}

.fa-download:before {
  content: "\F019";
}

.fa-arrow-circle-o-down:before {
  content: "\F01A";
}

.fa-arrow-circle-o-up:before {
  content: "\F01B";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-play-circle-o:before {
  content: "\F01D";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E";
}

.fa-refresh:before {
  content: "\F021";
}

.fa-list-alt:before {
  content: "\F022";
}

.fa-lock:before {
  content: "\F023";
}

.fa-flag:before {
  content: "\F024";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-book:before {
  content: "\F02D";
}

.fa-bookmark:before {
  content: "\F02E";
}

.fa-print:before {
  content: "\F02F";
}

.fa-camera:before {
  content: "\F030";
}

.fa-font:before {
  content: "\F031";
}

.fa-bold:before {
  content: "\F032";
}

.fa-italic:before {
  content: "\F033";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-align-left:before {
  content: "\F036";
}

.fa-align-center:before {
  content: "\F037";
}

.fa-align-right:before {
  content: "\F038";
}

.fa-align-justify:before {
  content: "\F039";
}

.fa-list:before {
  content: "\F03A";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-video-camera:before {
  content: "\F03D";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E";
}

.fa-pencil:before {
  content: "\F040";
}

.fa-map-marker:before {
  content: "\F041";
}

.fa-adjust:before {
  content: "\F042";
}

.fa-tint:before {
  content: "\F043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}

.fa-share-square-o:before {
  content: "\F045";
}

.fa-check-square-o:before {
  content: "\F046";
}

.fa-arrows:before {
  content: "\F047";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-backward:before {
  content: "\F04A";
}

.fa-play:before {
  content: "\F04B";
}

.fa-pause:before {
  content: "\F04C";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-eject:before {
  content: "\F052";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-chevron-right:before {
  content: "\F054";
}

.fa-plus-circle:before {
  content: "\F055";
}

.fa-minus-circle:before {
  content: "\F056";
}

.fa-times-circle:before {
  content: "\F057";
}

.fa-check-circle:before {
  content: "\F058";
}

.fa-question-circle:before {
  content: "\F059";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-times-circle-o:before {
  content: "\F05C";
}

.fa-check-circle-o:before {
  content: "\F05D";
}

.fa-ban:before {
  content: "\F05E";
}

.fa-arrow-left:before {
  content: "\F060";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}

.fa-expand:before {
  content: "\F065";
}

.fa-compress:before {
  content: "\F066";
}

.fa-plus:before {
  content: "\F067";
}

.fa-minus:before {
  content: "\F068";
}

.fa-asterisk:before {
  content: "\F069";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071";
}

.fa-plane:before {
  content: "\F072";
}

.fa-calendar:before {
  content: "\F073";
}

.fa-random:before {
  content: "\F074";
}

.fa-comment:before {
  content: "\F075";
}

.fa-magnet:before {
  content: "\F076";
}

.fa-chevron-up:before {
  content: "\F077";
}

.fa-chevron-down:before {
  content: "\F078";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-folder:before {
  content: "\F07B";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-arrows-v:before {
  content: "\F07D";
}

.fa-arrows-h:before {
  content: "\F07E";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-camera-retro:before {
  content: "\F083";
}

.fa-key:before {
  content: "\F084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\F085";
}

.fa-comments:before {
  content: "\F086";
}

.fa-thumbs-o-up:before {
  content: "\F087";
}

.fa-thumbs-o-down:before {
  content: "\F088";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-heart-o:before {
  content: "\F08A";
}

.fa-sign-out:before {
  content: "\F08B";
}

.fa-linkedin-square:before {
  content: "\F08C";
}

.fa-thumb-tack:before {
  content: "\F08D";
}

.fa-external-link:before {
  content: "\F08E";
}

.fa-sign-in:before {
  content: "\F090";
}

.fa-trophy:before {
  content: "\F091";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-upload:before {
  content: "\F093";
}

.fa-lemon-o:before {
  content: "\F094";
}

.fa-phone:before {
  content: "\F095";
}

.fa-square-o:before {
  content: "\F096";
}

.fa-bookmark-o:before {
  content: "\F097";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-twitter:before {
  content: "\F099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A";
}

.fa-github:before {
  content: "\F09B";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-feed:before,
.fa-rss:before {
  content: "\F09E";
}

.fa-hdd-o:before {
  content: "\F0A0";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-hand-o-right:before {
  content: "\F0A4";
}

.fa-hand-o-left:before {
  content: "\F0A5";
}

.fa-hand-o-up:before {
  content: "\F0A6";
}

.fa-hand-o-down:before {
  content: "\F0A7";
}

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

.fa-globe:before {
  content: "\F0AC";
}

.fa-wrench:before {
  content: "\F0AD";
}

.fa-tasks:before {
  content: "\F0AE";
}

.fa-filter:before {
  content: "\F0B0";
}

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-arrows-alt:before {
  content: "\F0B2";
}

.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}

.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}

.fa-cloud:before {
  content: "\F0C2";
}

.fa-flask:before {
  content: "\F0C3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

.fa-google-plus:before {
  content: "\F0D5";
}

.fa-money:before {
  content: "\F0D6";
}

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-caret-left:before {
  content: "\F0D9";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE";
}

.fa-envelope:before {
  content: "\F0E0";
}

.fa-linkedin:before {
  content: "\F0E1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}

.fa-comment-o:before {
  content: "\F0E5";
}

.fa-comments-o:before {
  content: "\F0E6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA";
}

.fa-lightbulb-o:before {
  content: "\F0EB";
}

.fa-exchange:before {
  content: "\F0EC";
}

.fa-cloud-download:before {
  content: "\F0ED";
}

.fa-cloud-upload:before {
  content: "\F0EE";
}

.fa-user-md:before {
  content: "\F0F0";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-bell-o:before {
  content: "\F0A2";
}

.fa-coffee:before {
  content: "\F0F4";
}

.fa-cutlery:before {
  content: "\F0F5";
}

.fa-file-text-o:before {
  content: "\F0F6";
}

.fa-building-o:before {
  content: "\F0F7";
}

.fa-hospital-o:before {
  content: "\F0F8";
}

.fa-ambulance:before {
  content: "\F0F9";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-h-square:before {
  content: "\F0FD";
}

.fa-plus-square:before {
  content: "\F0FE";
}

.fa-angle-double-left:before {
  content: "\F100";
}

.fa-angle-double-right:before {
  content: "\F101";
}

.fa-angle-double-up:before {
  content: "\F102";
}

.fa-angle-double-down:before {
  content: "\F103";
}

.fa-angle-left:before {
  content: "\F104";
}

.fa-angle-right:before {
  content: "\F105";
}

.fa-angle-up:before {
  content: "\F106";
}

.fa-angle-down:before {
  content: "\F107";
}

.fa-desktop:before {
  content: "\F108";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}

.fa-circle-o:before {
  content: "\F10C";
}

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

.fa-spinner:before {
  content: "\F110";
}

.fa-circle:before {
  content: "\F111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-folder-o:before {
  content: "\F114";
}

.fa-folder-open-o:before {
  content: "\F115";
}

.fa-smile-o:before {
  content: "\F118";
}

.fa-frown-o:before {
  content: "\F119";
}

.fa-meh-o:before {
  content: "\F11A";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-keyboard-o:before {
  content: "\F11C";
}

.fa-flag-o:before {
  content: "\F11D";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-terminal:before {
  content: "\F120";
}

.fa-code:before {
  content: "\F121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-crop:before {
  content: "\F125";
}

.fa-code-fork:before {
  content: "\F126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127";
}

.fa-question:before {
  content: "\F128";
}

.fa-info:before {
  content: "\F129";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-shield:before {
  content: "\F132";
}

.fa-calendar-o:before {
  content: "\F133";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-chevron-circle-left:before {
  content: "\F137";
}

.fa-chevron-circle-right:before {
  content: "\F138";
}

.fa-chevron-circle-up:before {
  content: "\F139";
}

.fa-chevron-circle-down:before {
  content: "\F13A";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-rss-square:before {
  content: "\F143";
}

.fa-play-circle:before {
  content: "\F144";
}

.fa-ticket:before {
  content: "\F145";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-minus-square-o:before {
  content: "\F147";
}

.fa-level-up:before {
  content: "\F148";
}

.fa-level-down:before {
  content: "\F149";
}

.fa-check-square:before {
  content: "\F14A";
}

.fa-pencil-square:before {
  content: "\F14B";
}

.fa-external-link-square:before {
  content: "\F14C";
}

.fa-share-square:before {
  content: "\F14D";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\F153";
}

.fa-gbp:before {
  content: "\F154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\F156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158";
}

.fa-won:before,
.fa-krw:before {
  content: "\F159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}

.fa-file:before {
  content: "\F15B";
}

.fa-file-text:before {
  content: "\F15C";
}

.fa-sort-alpha-asc:before {
  content: "\F15D";
}

.fa-sort-alpha-desc:before {
  content: "\F15E";
}

.fa-sort-amount-asc:before {
  content: "\F160";
}

.fa-sort-amount-desc:before {
  content: "\F161";
}

.fa-sort-numeric-asc:before {
  content: "\F162";
}

.fa-sort-numeric-desc:before {
  content: "\F163";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-youtube-square:before {
  content: "\F166";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

.fa-youtube-play:before {
  content: "\F16A";
}

.fa-dropbox:before {
  content: "\F16B";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

.fa-instagram:before {
  content: "\F16D";
}

.fa-flickr:before {
  content: "\F16E";
}

.fa-adn:before {
  content: "\F170";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitbucket-square:before {
  content: "\F172";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-long-arrow-down:before {
  content: "\F175";
}

.fa-long-arrow-up:before {
  content: "\F176";
}

.fa-long-arrow-left:before {
  content: "\F177";
}

.fa-long-arrow-right:before {
  content: "\F178";
}

.fa-apple:before {
  content: "\F179";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-android:before {
  content: "\F17B";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-trello:before {
  content: "\F181";
}

.fa-female:before {
  content: "\F182";
}

.fa-male:before {
  content: "\F183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184";
}

.fa-sun-o:before {
  content: "\F185";
}

.fa-moon-o:before {
  content: "\F186";
}

.fa-archive:before {
  content: "\F187";
}

.fa-bug:before {
  content: "\F188";
}

.fa-vk:before {
  content: "\F189";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-arrow-circle-o-right:before {
  content: "\F18E";
}

.fa-arrow-circle-o-left:before {
  content: "\F190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191";
}

.fa-dot-circle-o:before {
  content: "\F192";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195";
}

.fa-plus-square-o:before {
  content: "\F196";
}

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-slack:before {
  content: "\F198";
}

.fa-envelope-square:before {
  content: "\F199";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-fax:before {
  content: "\F1AC";
}

.fa-building:before {
  content: "\F1AD";
}

.fa-child:before {
  content: "\F1AE";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-spoon:before {
  content: "\F1B1";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-behance:before {
  content: "\F1B4";
}

.fa-behance-square:before {
  content: "\F1B5";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-database:before {
  content: "\F1C0";
}

.fa-file-pdf-o:before {
  content: "\F1C1";
}

.fa-file-word-o:before {
  content: "\F1C2";
}

.fa-file-excel-o:before {
  content: "\F1C3";
}

.fa-file-powerpoint-o:before {
  content: "\F1C4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8";
}

.fa-file-code-o:before {
  content: "\F1C9";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD";
}

.fa-circle-o-notch:before {
  content: "\F1CE";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\F1D1";
}

.fa-git-square:before {
  content: "\F1D2";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9";
}

.fa-history:before {
  content: "\F1DA";
}

.fa-circle-thin:before {
  content: "\F1DB";
}

.fa-header:before {
  content: "\F1DC";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-sliders:before {
  content: "\F1DE";
}

.fa-share-alt:before {
  content: "\F1E0";
}

.fa-share-alt-square:before {
  content: "\F1E1";
}

.fa-bomb:before {
  content: "\F1E2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3";
}

.fa-tty:before {
  content: "\F1E4";
}

.fa-binoculars:before {
  content: "\F1E5";
}

.fa-plug:before {
  content: "\F1E6";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-newspaper-o:before {
  content: "\F1EA";
}

.fa-wifi:before {
  content: "\F1EB";
}

.fa-calculator:before {
  content: "\F1EC";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-cc-visa:before {
  content: "\F1F0";
}

.fa-cc-mastercard:before {
  content: "\F1F1";
}

.fa-cc-discover:before {
  content: "\F1F2";
}

.fa-cc-amex:before {
  content: "\F1F3";
}

.fa-cc-paypal:before {
  content: "\F1F4";
}

.fa-cc-stripe:before {
  content: "\F1F5";
}

.fa-bell-slash:before {
  content: "\F1F6";
}

.fa-bell-slash-o:before {
  content: "\F1F7";
}

.fa-trash:before {
  content: "\F1F8";
}

.fa-copyright:before {
  content: "\F1F9";
}

.fa-at:before {
  content: "\F1FA";
}

.fa-eyedropper:before {
  content: "\F1FB";
}

.fa-paint-brush:before {
  content: "\F1FC";
}

.fa-birthday-cake:before {
  content: "\F1FD";
}

.fa-area-chart:before {
  content: "\F1FE";
}

.fa-pie-chart:before {
  content: "\F200";
}

.fa-line-chart:before {
  content: "\F201";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

.fa-bicycle:before {
  content: "\F206";
}

.fa-bus:before {
  content: "\F207";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-cc:before {
  content: "\F20A";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B";
}

.fa-meanpath:before {
  content: "\F20C";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-skyatlas:before {
  content: "\F216";
}

.fa-cart-plus:before {
  content: "\F217";
}

.fa-cart-arrow-down:before {
  content: "\F218";
}

.fa-diamond:before {
  content: "\F219";
}

.fa-ship:before {
  content: "\F21A";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-heartbeat:before {
  content: "\F21E";
}

.fa-venus:before {
  content: "\F221";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-genderless:before {
  content: "\F22D";
}

.fa-facebook-official:before {
  content: "\F230";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-server:before {
  content: "\F233";
}

.fa-user-plus:before {
  content: "\F234";
}

.fa-user-times:before {
  content: "\F235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\F236";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-train:before {
  content: "\F238";
}

.fa-subway:before {
  content: "\F239";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244";
}

.fa-mouse-pointer:before {
  content: "\F245";
}

.fa-i-cursor:before {
  content: "\F246";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-sticky-note:before {
  content: "\F249";
}

.fa-sticky-note-o:before {
  content: "\F24A";
}

.fa-cc-jcb:before {
  content: "\F24B";
}

.fa-cc-diners-club:before {
  content: "\F24C";
}

.fa-clone:before {
  content: "\F24D";
}

.fa-balance-scale:before {
  content: "\F24E";
}

.fa-hourglass-o:before {
  content: "\F250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256";
}

.fa-hand-scissors-o:before {
  content: "\F257";
}

.fa-hand-lizard-o:before {
  content: "\F258";
}

.fa-hand-spock-o:before {
  content: "\F259";
}

.fa-hand-pointer-o:before {
  content: "\F25A";
}

.fa-hand-peace-o:before {
  content: "\F25B";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-gg:before {
  content: "\F260";
}

.fa-gg-circle:before {
  content: "\F261";
}

.fa-tripadvisor:before {
  content: "\F262";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-safari:before {
  content: "\F267";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-tv:before,
.fa-television:before {
  content: "\F26C";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-500px:before {
  content: "\F26E";
}

.fa-amazon:before {
  content: "\F270";
}

.fa-calendar-plus-o:before {
  content: "\F271";
}

.fa-calendar-minus-o:before {
  content: "\F272";
}

.fa-calendar-times-o:before {
  content: "\F273";
}

.fa-calendar-check-o:before {
  content: "\F274";
}

.fa-industry:before {
  content: "\F275";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-map-signs:before {
  content: "\F277";
}

.fa-map-o:before {
  content: "\F278";
}

.fa-map:before {
  content: "\F279";
}

.fa-commenting:before {
  content: "\F27A";
}

.fa-commenting-o:before {
  content: "\F27B";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-vimeo:before {
  content: "\F27D";
}

.fa-black-tie:before {
  content: "\F27E";
}

.fa-fonticons:before {
  content: "\F280";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-edge:before {
  content: "\F282";
}

.fa-credit-card-alt:before {
  content: "\F283";
}

.fa-codiepie:before {
  content: "\F284";
}

.fa-modx:before {
  content: "\F285";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-usb:before {
  content: "\F287";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-scribd:before {
  content: "\F28A";
}

.fa-pause-circle:before {
  content: "\F28B";
}

.fa-pause-circle-o:before {
  content: "\F28C";
}

.fa-stop-circle:before {
  content: "\F28D";
}

.fa-stop-circle-o:before {
  content: "\F28E";
}

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

.fa-hashtag:before {
  content: "\F292";
}

.fa-bluetooth:before {
  content: "\F293";
}

.fa-bluetooth-b:before {
  content: "\F294";
}

.fa-percent:before {
  content: "\F295";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-envira:before {
  content: "\F299";
}

.fa-universal-access:before {
  content: "\F29A";
}

.fa-wheelchair-alt:before {
  content: "\F29B";
}

.fa-question-circle-o:before {
  content: "\F29C";
}

.fa-blind:before {
  content: "\F29D";
}

.fa-audio-description:before {
  content: "\F29E";
}

.fa-volume-control-phone:before {
  content: "\F2A0";
}

.fa-braille:before {
  content: "\F2A1";
}

.fa-assistive-listening-systems:before {
  content: "\F2A2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7";
}

.fa-low-vision:before {
  content: "\F2A8";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-first-order:before {
  content: "\F2B0";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4";
}

.fa-handshake-o:before {
  content: "\F2B5";
}

.fa-envelope-open:before {
  content: "\F2B6";
}

.fa-envelope-open-o:before {
  content: "\F2B7";
}

.fa-linode:before {
  content: "\F2B8";
}

.fa-address-book:before {
  content: "\F2B9";
}

.fa-address-book-o:before {
  content: "\F2BA";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC";
}

.fa-user-circle:before {
  content: "\F2BD";
}

.fa-user-circle-o:before {
  content: "\F2BE";
}

.fa-user-o:before {
  content: "\F2C0";
}

.fa-id-badge:before {
  content: "\F2C1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3";
}

.fa-quora:before {
  content: "\F2C4";
}

.fa-free-code-camp:before {
  content: "\F2C5";
}

.fa-telegram:before {
  content: "\F2C6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB";
}

.fa-shower:before {
  content: "\F2CC";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD";
}

.fa-podcast:before {
  content: "\F2CE";
}

.fa-window-maximize:before {
  content: "\F2D0";
}

.fa-window-minimize:before {
  content: "\F2D1";
}

.fa-window-restore:before {
  content: "\F2D2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4";
}

.fa-bandcamp:before {
  content: "\F2D5";
}

.fa-grav:before {
  content: "\F2D6";
}

.fa-etsy:before {
  content: "\F2D7";
}

.fa-imdb:before {
  content: "\F2D8";
}

.fa-ravelry:before {
  content: "\F2D9";
}

.fa-eercast:before {
  content: "\F2DA";
}

.fa-microchip:before {
  content: "\F2DB";
}

.fa-snowflake-o:before {
  content: "\F2DC";
}

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-meetup:before {
  content: "\F2E0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  /*border-radius: 4px;*/
  padding: 4px 14px 14px;
  margin-top: 1px;
  top: 100px;
  left: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.07);
  display: none;
  /* Calendars */
}

/*.daterangepicker:before, .daterangepicker:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: ''; }
  .daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc; }
  .daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent; }*/

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.dropup {
  margin-top: -5px;
}

.daterangepicker.dropup:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.dropup:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.dropdown-menu {
  max-width: none;
  z-index: 3001;
}

.daterangepicker.single .ranges,
.daterangepicker.single .calendar {
  float: none;
}

.daterangepicker.show-calendar .calendar {
  display: block;
}

.daterangepicker .calendar {
  display: none;
  margin: 4px;
}

.daterangepicker .calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar th,
.daterangepicker .calendar td {
  white-space: nowrap;
  text-align: center;
  min-width: 23px;
  box-sizing: content-box;
}

@media (max-width: 900px) {
  .daterangepicker .calendar th,
  .daterangepicker .calendar td {
    /*min-width: 28px;*/
  }
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  padding: 4px;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker table {
  width: 100%;
  margin: 0;
}

.daterangepicker td,
.daterangepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: #E4E7E7;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week,
.daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #66e2da;
  border-color: transparent;
  color: #FFF;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 0;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #66e2da;
  border-color: transparent;
  color: #fff !important;
}

.daterangepicker th.month {
  width: 70%;
}

.daterangepicker td.disabled,
.daterangepicker option.disabled {
  color: #cacccd !important;
  cursor: not-allowed;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  width: 50px;
  margin-bottom: 0;
}

.daterangepicker .input-mini {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  height: 30px;
  line-height: 30px;
  display: block;
  vertical-align: middle;
  margin: 0 0 5px 0;
  padding: 0 6px 0 28px;
  width: 100%;
}

.daterangepicker .input-mini.active {
  border: 1px solid #08c;
  border-radius: 4px;
}

.daterangepicker .daterangepicker_input {
  display: none;
  position: relative;
}

.daterangepicker .daterangepicker_input i {
  position: absolute;
  left: 8px;
  top: 8px;
}

.daterangepicker.rtl .input-mini {
  padding-right: 28px;
  padding-left: 6px;
}

.daterangepicker.rtl .daterangepicker_input i {
  left: auto;
  right: 8px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 5px auto;
  line-height: 30px;
  position: relative;
  padding-left: 28px;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.ranges {
  font-size: 11px;
  float: none;
  margin: 4px;
  text-align: left;
}

.ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.ranges li {
  font-size: 13px;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 4px;
  color: #08c;
  padding: 3px 12px;
  margin-bottom: 8px;
  cursor: pointer;
}

.ranges li:hover {
  background-color: #08c;
  border: 1px solid #08c;
  color: #fff;
}

.ranges li.active {
  background-color: #08c;
  border: 1px solid #08c;
  color: #fff;
}

/*  Larger Screen Styling */

@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }

  .daterangepicker .ranges ul {
    width: 160px;
  }

  .daterangepicker.single .ranges ul {
    width: 100%;
  }

  .daterangepicker.single .calendar.left {
    clear: none;
  }

  .daterangepicker.single.ltr .ranges,
  .daterangepicker.single.ltr .calendar {
    float: left;
  }

  .daterangepicker.single.rtl .ranges,
  .daterangepicker.single.rtl .calendar {
    float: right;
  }

  .daterangepicker.ltr {
    direction: ltr;
    text-align: left;
  }

  .daterangepicker.ltr .calendar.left {
    clear: left;
    margin-right: 0;
  }

  .daterangepicker.ltr .calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker.ltr .calendar.right {
    margin-left: 0;
  }

  .daterangepicker.ltr .calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker.ltr .left .daterangepicker_input {
    padding-right: 12px;
  }

  .daterangepicker.ltr .calendar.left .calendar-table {
    padding-right: 12px;
  }

  .daterangepicker.ltr .ranges,
  .daterangepicker.ltr .calendar {
    float: left;
  }

  .daterangepicker.rtl {
    direction: rtl;
    text-align: right;
  }

  .daterangepicker.rtl .calendar.left {
    clear: right;
    margin-left: 0;
  }

  .daterangepicker.rtl .calendar.left .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker.rtl .calendar.right {
    margin-right: 0;
  }

  .daterangepicker.rtl .calendar.right .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker.rtl .left .daterangepicker_input {
    padding-left: 12px;
  }

  .daterangepicker.rtl .calendar.left .calendar-table {
    padding-left: 12px;
  }

  .daterangepicker.rtl .ranges,
  .daterangepicker.rtl .calendar {
    text-align: right;
    float: right;
  }
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }

  .daterangepicker.ltr .ranges {
    float: left;
  }

  .daterangepicker.rtl .ranges {
    float: right;
  }

  .daterangepicker .calendar.left {
    clear: none !important;
  }
}

td.out_month {
  visibility: hidden;
}

/*
 * jquery.selectBoxIt.css 3.8.1
 * Author: @gregfranko
 */

/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/

/* SelectBoxIt container */

.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

/* Styles that apply to all SelectBoxIt elements */

/* Button */

.selectboxit-container .selectboxit {
  width: 220px;
  /* Width of the dropdown button */
  cursor: pointer;
  margin: 0;
  padding: 7px 7px 5px 7px !important;
  border-radius: 0px;
  overflow: hidden;
  display: block;
  position: relative;
  width: 100% !important;
  height: 34px;
}

/* Height and Vertical Alignment of Text */

.selectboxit-container span,
.selectboxit-container .selectboxit-options a {
  /* Height of the drop down */
  /* Vertically positions the drop down text */
  display: block;
}

/* Focus pseudo selector */

.selectboxit-container .selectboxit:focus {
  outline: 0;
}

/* Disabled Mouse Interaction */

.selectboxit.selectboxit-disabled,
.selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
  cursor: default;
}

/* Button Text */

.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  max-width: unset !important;
}

.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px;
}

/* Options List */

.selectboxit-container .selectboxit-options {
  box-sizing: border-box;
  min-width: 100%;
  /* Minimum Width of the dropdown list box options */
  *width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 1999;
  border-radius: 6px;
  text-align: left;
  box-shadow: none;
}

/* Individual options */

.selectboxit-option .selectboxit-option-anchor {
  padding: 0 2px;
}

/* Individual Option Hover Action */

.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}

/* Individual Option Optgroup Header */

.selectboxit-option,
.selectboxit-optgroup-header {
  text-indent: 5px;
  /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none;
}

/* The first Drop Down option */

.selectboxit-option-first {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

/* The first Drop Down option optgroup */

.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

/* The last Drop Down option */

.selectboxit-option-last {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* Drop Down optgroup headers */

.selectboxit-optgroup-header {
  font-weight: bold;
}

/* Drop Down optgroup header hover psuedo class */

.selectboxit-optgroup-header:hover {
  cursor: default;
}

/* Drop Down down arrow container */

.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 30px;
  margin-top: 11px;
  float: right;
}

/* Drop Down down arrow */

.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  margin: 0 auto;
}

/* Drop Down down arrow for jQueryUI and jQuery Mobile */

.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}

/* Drop Down individual option icon positioning */

.selectboxit-option-icon-container {
  float: left;
}

.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

/* Drop Down individual option icon positioning */

.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}

.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */

.jqueryui .ui-icon {
  background-color: inherit;
}

/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */

.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/

.selectboxit-btn {
  background-color: #565a5c;
  border: 0;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  color: #fff;
}

.selectboxit-default-arrow {
  width: 30px;
  height: 30px;
  border-top: 6px solid #fff;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  font-size: 20px !important;
}

.selectboxit-container ul {
  width: 100%;
  min-width: 120px !important;
  max-height: 250px !important;
  overflow: auto;
  border-radius: 0px !important;
}

.selectboxit-list {
  background-color: #565a5c;
  border: 0;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  color: #fff !important;
  border-radius: 0px;
}

.selectboxit-list .selectboxit-option-anchor {
  color: #fff;
}

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #ffffff;
  background-color: #0081c2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0088cc), to(#0077b3));
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
}

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999;
}

@media (min-width: 767px) {
  .selectboxit-container ul {
    max-height: 220px !important;
  }
}

.lg-sub-html,
.lg-toolbar {
  background-color: rgba(0, 0, 0, 0.45);
}

@font-face {
  font-family: lg;
  src: url(../fonts/lg.eot?ecff11700aad0000cf3503f537d1df17);
  src: url(../fonts/lg.eot?ecff11700aad0000cf3503f537d1df17?#iefixn1z373) format("embedded-opentype"), url(../fonts/lg.woff?5fd4c338c1a1b1eeeb2c7b0a0967773d) format("woff"), url(../fonts/lg.ttf?4fe6f9caff8b287170d51d3d71d5e5c6) format("truetype"), url(../fonts/lg.svg?98d62b1e5f5b556facf319b19c6c7cba#lg) format("svg");
  font-weight: 400;
  font-style: normal;
}

.lg-icon {
  font-family: lg;
  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;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: 0;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: .5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #FFF;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: "\E095";
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: "\E094";
}

@-webkit-keyframes lg-right-end {
  0%, 100% {
    left: 0;
  }

  50% {
    left: -30px;
  }
}

@keyframes lg-right-end {
  0%, 100% {
    left: 0;
  }

  50% {
    left: -30px;
  }
}

@-webkit-keyframes lg-left-end {
  0%, 100% {
    left: 0;
  }

  50% {
    left: 30px;
  }
}

@keyframes lg-left-end {
  0%, 100% {
    left: 0;
  }

  50% {
    left: 30px;
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end .3s;
  animation: lg-right-end .3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end .3s;
  animation: lg-left-end .3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: 0;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #FFF;
}

.lg-toolbar .lg-close:after {
  content: "\E070";
}

.lg-toolbar .lg-download:after {
  content: "\E0F2";
}

.lg-sub-html {
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-next,
.lg-prev,
.lg-toolbar {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color .25s ease;
    transition: border-color .25s ease;
  }
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom .25s ease;
  transition: bottom .25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toogle-thumb:hover,
.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}

.lg-outer .lg-toogle-thumb:after {
  content: "\E1FF";
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(../images/vimeo-play.png?dfe7764b4fe444c3880736ac6131f5b4) no-repeat;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(../images/vimeo-play.png?dfe7764b4fe444c3880736ac6131f5b4) 0 -58px no-repeat;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: url(../images/video-play.png?dc34cc9c99e935cd9c88c036e34103f5) no-repeat;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: .8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url(../images/youtube-play.png?e6f0c233c87ddefab049c991c61e2d69) no-repeat;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(../images/youtube-play.png?e6f0c233c87ddefab049c991c61e2d69) 0 -60px no-repeat;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 80ms ease 0s;
  transition: opacity 80ms ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\E01D";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\E01A";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\E311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\E033";
}

#lg-zoom-out {
  opacity: .5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\E312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px #fff inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity .15s ease 0s,-webkit-transform .15s ease 0s;
  transition: opacity .15s ease 0s,-webkit-transform .15s ease 0s;
  transition: opacity .15s ease 0s,transform .15s ease 0s;
  transition: opacity .15s ease 0s,transform .15s ease 0s,-webkit-transform .15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow .3s ease 0s;
  transition: box-shadow .3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
  box-shadow: 0 0 0 8px #fff inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\E20C";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\E20D";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear .18s,opacity .18s linear 0s;
  transition: visibility 0s linear .18s,opacity .18s linear 0s;
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
  -webkit-transition: visibility 0s linear .5s,opacity .18s linear 0s,-webkit-transform .18s linear 0s;
  transition: visibility 0s linear .5s,opacity .18s linear 0s,-webkit-transform .18s linear 0s;
  transition: transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
  transition: transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s,-webkit-transform .18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0;
}

.lg-outer .lg-dropdown > li:hover .lg-icon,
.lg-outer .lg-dropdown > li:hover a {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer,
.lg-outer .lg,
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\E80D";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\E901";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\E904";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\E902";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\E903";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s;
}

.lg-outer * {
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url(../images/loading.gif?4bbdac9a9e1969071c4e9877f9dadc6f) center center no-repeat;
  display: none !important;
}

.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block !important;
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
  -webkit-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
  -webkit-transition: opacity .1s ease 0s;
  transition: opacity .1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */

.lSSlideWrapper,
.lSSlideWrapper .lSFade {
  position: relative;
}

.lSSlideWrapper .lSSlide,
.lSSlideWrapper.usingCss .lSFade > * {
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
}

.lSSlideOuter,
.lSSlideOuter .lSPager.lSGallery {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.lSSlideOuter .lSPager.lSGallery:after,
.lSSlideWrapper > .lightSlider:after {
  clear: both;
}

.lSSlideOuter {
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.lightSlider:after,
.lightSlider:before {
  content: " ";
  display: table;
}

.lightSlider {
  overflow: hidden;
  margin: 0;
}

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
}

.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform,height;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
}

.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}

.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.lSSlideWrapper .lSFade > .active {
  z-index: 10;
}

.lSSlideWrapper.usingCss .lSFade > .active {
  opacity: 1;
}

.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}

.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all .5s linear 0s;
  transition: all .5s linear 0s;
}

.lSSlideOuter .lSPager.lSpg > li.active a,
.lSSlideOuter .lSPager.lSpg > li:hover a {
  background-color: #428bca;
}

.lSSlideOuter .media {
  opacity: .8;
}

.lSSlideOuter .media.active {
  opacity: 1;
}

.lSSlideOuter .lSPager.lSGallery {
  list-style: none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius .12s linear 0s .35s linear 0s;
  transition: border-radius .12s linear 0s .35s linear 0s;
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px;
}

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}

.lSSlideOuter .lSPager.lSGallery:after,
.lSSlideOuter .lSPager.lSGallery:before {
  content: " ";
  display: table;
}

.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  background-image: url(../images/controls.png?75e5868a6b927d223a430b1caf4521a9);
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: .5;
  -webkit-transition: opacity .35s linear 0s;
  transition: opacity .35s linear 0s;
}

.lSAction > a:hover {
  opacity: 1;
}

.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px;
}

.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px;
}

.lSAction > a.disabled {
  pointer-events: none;
}

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}

.lSSlideOuter.vertical {
  position: relative;
}

.lSSlideOuter.vertical.noPager {
  padding-right: 0 !important;
}

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}

.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important;
}

.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
}

.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto;
}

.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
}

.lSSlideOuter.lSrtl {
  direction: rtl;
}

.lSSlideOuter .lSPager,
.lSSlideOuter .lightSlider {
  padding-left: 0;
  list-style: none;
}

.lSSlideOuter.lSrtl .lSPager,
.lSSlideOuter.lSrtl .lightSlider {
  padding-right: 0;
}

.lSSlideOuter .lSGallery li,
.lSSlideOuter .lightSlider > * {
  float: left;
}

.lSSlideOuter.lSrtl .lSGallery li,
.lSSlideOuter.lSrtl .lightSlider > * {
  float: right !important;
}

@-webkit-keyframes rightEnd {
  0%, 100% {
    left: 0;
  }

  50% {
    left: -15px;
  }
}

@keyframes rightEnd {
  0%, 100% {
    left: 0;
  }

  50% {
    left: -15px;
  }
}

@-webkit-keyframes topEnd {
  0%, 100% {
    top: 0;
  }

  50% {
    top: -15px;
  }
}

@keyframes topEnd {
  0%, 100% {
    top: 0;
  }

  50% {
    top: -15px;
  }
}

@-webkit-keyframes leftEnd {
  0%, 100% {
    left: 0;
  }

  50% {
    left: 15px;
  }
}

@keyframes leftEnd {
  0%, 100% {
    left: 0;
  }

  50% {
    left: 15px;
  }
}

@-webkit-keyframes bottomEnd {
  0%, 100% {
    bottom: 0;
  }

  50% {
    bottom: -15px;
  }
}

@keyframes bottomEnd {
  0%, 100% {
    bottom: 0;
  }

  50% {
    bottom: -15px;
  }
}

.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd .3s;
  animation: rightEnd .3s;
  position: relative;
}

.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd .3s;
  animation: leftEnd .3s;
  position: relative;
}

.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd .3s;
  animation: topEnd .3s;
  position: relative;
}

.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd .3s;
  animation: bottomEnd .3s;
  position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd .3s;
  animation: leftEnd .3s;
  position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd .3s;
  animation: rightEnd .3s;
  position: relative;
}

.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

/*! nouislider - 9.1.0 - 2016-12-10 16:00:32 */

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-origin {
  position: absolute;
  height: 0;
  width: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: top .3s, right .3s, bottom .3s, left .3s;
  transition: top .3s, right .3s, bottom .3s, left .3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connect {
  background: #3FB8AF;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

.noUi-handle:after,
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed;
}

.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

.noUi-value {
  position: absolute;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-large,
.noUi-marker-sub {
  background: #AAA;
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  padding-left: 25px;
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

*,
*:before,
*:after {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

html {
  background: #fff;
  word-wrap: break-word;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  background: #fff;
  font-family: "Circular";
  color: #484848;
  font-size: 14px;
  overflow-x: hidden;
  -webkit-transition: all ease 0s;
  transition: all ease 0s;
}

body .table-responsive {
  -webkit-overflow-scrolling: inherit;
  overflow-y: hidden;
}

body .table-responsive > *,
body .table-responsive table > * {
  -webkit-overflow-scrolling: inherit;
}

body.modal-open {
  /*IE*/
  /*CHROME*/
  /*FIREFOX*/
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body.modal-open header {
    right: 8px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  body.modal-open header {
    right: 8px;
  }
}

@-moz-document url-prefix()  {
  body.modal-open header {
    right: 12px;
  }
}

a {
  color: #ff5a5f;
  max-width: 100%;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: #888888;
}

img {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

::-webkit-scrollbar {
  -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
  width: 8px;
}

::-webkit-scrollbar:horizontal {
  height: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  border: 2px solid #dee2e6;
}

::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #dee2e6;
}

@font-face {
  font-family: "makent";
  src: url(../fonts/makent.eot?9467e19c0b76f65bc50f404cd569232f);
  src: url(../fonts/makent.eot?9467e19c0b76f65bc50f404cd569232f) format("embedded-opentype"), url(../fonts/makent.woff?bdafdd3741bda8efef971240eba5069f) format("woff"), url(../fonts/makent.ttf?b26442862e10847532cd67687a0a7857) format("truetype"), url(../fonts/makent.svg?f6460678344a10512b0b7b4260c0a8f7) format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "makent";
  content: attr(data-icon);
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "makent";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-belo-heart:before {
  content: "b";
}

.icon-secure-user:before {
  content: "c";
}

.icon-recently-viewed:before {
  content: "d";
}

.icon-photo-upload:before {
  content: "e";
}

.icon-overview:before {
  content: "f";
}

.icon-money-none:before {
  content: "g";
}

.icon-money-deposit:before {
  content: "h";
}

.icon-meetups:before {
  content: "i";
}

.icon-makent-alt:before {
  content: "j";
}

.icon-makent:before {
  content: "k";
}

.icon-listings:before {
  content: "l";
}

.icon-caret-left:before {
  content: "m";
}

.icon-caret-right:before {
  content: "n";
}

.icon-birdhouse:before {
  content: "o";
}

.icon-doorman:before {
  content: "p";
}

.icon-dryer:before {
  content: "q";
}

.icon-events:before {
  content: "r";
}

.icon-castle:before {
  content: "s";
}

.icon-boat:before {
  content: "t";
}

.icon-bolt:before {
  content: "u";
}

.icon-comment-negative:before {
  content: "v";
}

.icon-guide-book:before {
  content: "w";
}

.icon-home-safety:before {
  content: "x";
}

.icon-comment-positive:before {
  content: "y";
}

.icon-bullseye-with-arrow:before {
  content: "z";
}

.icon-currency-myr:before {
  content: "A";
}

.icon-book:before {
  content: "B";
}

.icon-host-guarantee:before {
  content: "C";
}

.icon-host-home:before {
  content: "D";
}

.icon-currency-php:before {
  content: "E";
}

.icon-bus:before {
  content: "F";
}

.icon-cabin:before {
  content: "G";
}

.icon-currency-pln:before {
  content: "H";
}

.icon-host-home-alt:before {
  content: "I";
}

.icon-hot-tub:before {
  content: "J";
}

.icon-currency-rub:before {
  content: "K";
}

.icon-calendar:before {
  content: "L";
}

.icon-calendar-alt:before {
  content: "M";
}

.icon-camera:before {
  content: "N";
}

.icon-camper:before {
  content: "O";
}

.icon-currency-thb:before {
  content: "P";
}

.icon-instant-book-alt:before {
  content: "Q";
}

.icon-internet:before {
  content: "R";
}

.icon-intercom:before {
  content: "S";
}

.icon-currency-try:before {
  content: "T";
}

.icon-currency-vnd:before {
  content: "U";
}

.icon-dates-price:before {
  content: "V";
}

.icon-car:before {
  content: "W";
}

.icon-key:before {
  content: "X";
}

.icon-wine-glasses:before {
  content: "Y";
}

.icon-spray-bottle:before {
  content: "Z";
}

.icon-record:before {
  content: "0";
}

.icon-partly-cloudy:before {
  content: "1";
}

.icon-refresh:before {
  content: "2";
}

.icon-passport:before {
  content: "3";
}

.icon-lighthouse:before {
  content: "4";
}

.icon-external-link:before {
  content: "5";
}

.icon-comments:before {
  content: "6";
}

.icon-bell:before {
  content: "7";
}

.icon-alert:before {
  content: "8";
}

.icon-alert-alt:before {
  content: "9";
}

.icon-bellhop:before {
  content: "!";
}

.icon-cup-alt:before {
  content: "\"";
}

.icon-gym:before {
  content: "#";
}

.icon-list-ul:before {
  content: "$";
}

.icon-location:before {
  content: "%";
}

.icon-hairdryer:before {
  content: "&";
}

.icon-currency-usd:before {
  content: "'";
}

.icon-caret-down:before {
  content: "(";
}

.icon-alert-fill:before {
  content: ")";
}

.icon-apartment:before {
  content: "*";
}

.icon-caret-up:before {
  content: "+";
}

.icon-currency-zar:before {
  content: ",";
}

.icon-handshake:before {
  content: "-";
}

.icon-lock:before {
  content: ".";
}

.icon-phone-alt:before {
  content: "/";
}

.icon-phone:before {
  content: ":";
}

.icon-remove:before {
  content: ";";
}

.icon-reorder:before {
  content: "<";
}

.icon-repeat:before {
  content: "=";
}

.icon-phone-android:before {
  content: ">";
}

.icon-map-marker:before {
  content: "?";
}

.icon-haze:before {
  content: "@";
}

.icon-description-alt:before {
  content: "[";
}

.icon-cat:before {
  content: "]";
}

.icon-archive:before {
  content: "^";
}

.icon-arrow-down:before {
  content: "_";
}

.icon-checkbox:before {
  content: "`";
}

.icon-dog:before {
  content: "{";
}

.icon-home:before {
  content: "|";
}

.icon-map-marker-alt:before {
  content: "}";
}

.icon-phone-inbound:before {
  content: "~";
}

.icon-rooms:before {
  content: "\\";
}

.icon-sad-face:before {
  content: "\E000";
}

.icon-phone-outbound:before {
  content: "\E001";
}

.icon-match:before {
  content: "\E002";
}

.icon-id-card:before {
  content: "\E003";
}

.icon-download:before {
  content: "\E004";
}

.icon-chevron-down:before {
  content: "\E005";
}

.icon-arrow-reply:before {
  content: "\E006";
}

.icon-arrow-right:before {
  content: "\E007";
}

.icon-chevron-up:before {
  content: "\E008";
}

.icon-edit:before {
  content: "\E009";
}

.icon-id-card-alt:before {
  content: "\E00A";
}

.icon-minus:before {
  content: "\E00B";
}

.icon-picture:before {
  content: "\E00C";
}

.icon-shampoo:before {
  content: "\E00D";
}

.icon-share:before {
  content: "\E00E";
}

.icon-plane:before {
  content: "\E00F";
}

.icon-moon:before {
  content: "\E010";
}

.icon-id-card-back:before {
  content: "\E011";
}

.icon-elevator:before {
  content: "\E012";
}

.icon-city:before {
  content: "\E013";
}

.icon-arrow-up:before {
  content: "\E014";
}

.icon-balloons:before {
  content: "\E015";
}

.icon-cloud:before {
  content: "\E016";
}

.icon-envelope:before {
  content: "\E017";
}

.icon-liability:before {
  content: "\E018";
}

.icon-ok-alt:before {
  content: "\E019";
}

.icon-pool:before {
  content: "\E01A";
}

.icon-shopping-bag:before {
  content: "\E01B";
}

.icon-shopping-basket:before {
  content: "\E01C";
}

.icon-question-alt:before {
  content: "\E01D";
}

.icon-ok-fill:before {
  content: "\E01E";
}

.icon-lifesaver:before {
  content: "\E01F";
}

.icon-envelope-inbound:before {
  content: "\E020";
}

.icon-code:before {
  content: "\E021";
}

.icon-ban-circle:before {
  content: "\E022";
}

.icon-bar-chart:before {
  content: "\E023";
}

.icon-cog:before {
  content: "\E024";
}

.icon-envelope-outbound:before {
  content: "\E025";
}

.icon-light-blub-alt:before {
  content: "\E026";
}

.icon-paper-plane:before {
  content: "\E027";
}

.icon-rain:before {
  content: "\E028";
}

.icon-smoking:before {
  content: "\E029";
}

.icon-snow:before {
  content: "\E02A";
}

.icon-real-bed:before {
  content: "\E02B";
}

.icon-parking:before {
  content: "\E02C";
}

.icon-light-bulb:before {
  content: "\E02D";
}

.icon-essentials:before {
  content: "\E02E";
}

.icon-comment:before {
  content: "\E02F";
}

.icon-bathtub:before {
  content: "\E030";
}

.icon-youtube:before {
  content: "a";
}

.icon-video-pause:before {
  content: "\E031";
}

.icon-video-pause-alt:before {
  content: "\E032";
}

.icon-video-play:before {
  content: "\E033";
}

.icon-video-play-alt:before {
  content: "\E034";
}

.icon-viewfinder:before {
  content: "\E035";
}

.icon-vk:before {
  content: "\E036";
}

.icon-vk-1:before {
  content: "\E037";
}

.icon-volume:before {
  content: "\E038";
}

.icon-washer:before {
  content: "\E039";
}

.icon-webcam:before {
  content: "\E03A";
}

.icon-weibo:before {
  content: "\E03B";
}

.icon-wifi:before {
  content: "\E03C";
}

.icon-wind:before {
  content: "\E03D";
}

.icon-video-none:before {
  content: "\E03E";
}

.icon-video:before {
  content: "\E03F";
}

.icon-verified-id:before {
  content: "\E040";
}

.icon-users:before {
  content: "\E041";
}

.icon-user-circle:before {
  content: "\E042";
}

.icon-user:before {
  content: "\E043";
}

.icon-upload:before {
  content: "\E044";
}

.icon-unlock:before {
  content: "\E045";
}

.icon-twitter:before {
  content: "\E046";
}

.icon-tv:before {
  content: "\E047";
}

.icon-trip:before {
  content: "\E048";
}

.icon-stopwatch-alt:before {
  content: "\E049";
}

.icon-suitcase:before {
  content: "\E04A";
}

.icon-train:before {
  content: "\E04B";
}

.icon-trash:before {
  content: "\E04C";
}

.icon-question:before {
  content: "\E04D";
}

.icon-sun:before {
  content: "\E04E";
}

.icon-remove-1:before {
  content: "\E04F";
}

.icon-private-room:before {
  content: "\E050";
}

.icon-group:before {
  content: "\E051";
}

.icon-heart-alt:before {
  content: "\E052";
}

.icon-facebook:before {
  content: "\E053";
}

.icon-accessible:before {
  content: "\E054";
}

.icon-add:before {
  content: "\E055";
}

.icon-family:before {
  content: "\E056";
}

.icon-filter:before {
  content: "\E057";
}

.icon-add-listing:before {
  content: "\E058";
}

.icon-air-conditioning:before {
  content: "\E059";
}

.icon-fire:before {
  content: "\E05A";
}

.icon-heating:before {
  content: "\E05B";
}

.icon-heart:before {
  content: "\E05C";
}

.icon-search:before {
  content: "\E05D";
}

.icon-share-1:before {
  content: "\E05E";
}

.icon-tablet:before {
  content: "\E05F";
}

.icon-tag:before {
  content: "\E060";
}

.icon-tag-alt:before {
  content: "\E061";
}

.icon-tent:before {
  content: "\E062";
}

.icon-thumbs-down:before {
  content: "\E063";
}

.icon-thumbs-up:before {
  content: "\E064";
}

.icon-time:before {
  content: "\E065";
}

.icon-time-dark:before {
  content: "\E066";
}

.icon-towel:before {
  content: "\E067";
}

.icon-stopwatch:before {
  content: "\E068";
}

.icon-stats:before {
  content: "\E069";
}

.icon-star-half-empty:before {
  content: "\E06A";
}

.icon-star-half:before {
  content: "\E06B";
}

.icon-star-circled:before {
  content: "\E06C";
}

.icon-star-alt:before {
  content: "\E06D";
}

.icon-star:before {
  content: "\E06E";
}

.icon-shared-room:before {
  content: "\E06F";
}

.icon-help-icon:before {
  content: "\E070";
}

.icon-instagram:before {
  content: "\E071";
}

.icon-fire-alt:before {
  content: "\E072";
}

.icon-fireplace:before {
  content: "\E073";
}

.icon-arrow-left:before {
  content: "\E074";
}

.icon-chevron-left:before {
  content: "\E075";
}

.icon-chevron-right:before {
  content: "\E076";
}

.icon-cup:before {
  content: "\E077";
}

.icon-description:before {
  content: "\E078";
}

.icon-desktop:before {
  content: "\E079";
}

.icon-double-bed:before {
  content: "\E07A";
}

.icon-entire-place:before {
  content: "\E07B";
}

.icon-eye:before {
  content: "\E07C";
}

.icon-google-plus:before {
  content: "\E07D";
}

.icon-pinterest:before {
  content: "\E07E";
}

.icon-paw:before {
  content: "\E07F";
}

.icon-globe:before {
  content: "\E080";
}

.icon-gift:before {
  content: "\E081";
}

.icon-msg-icon:before {
  content: "\E082";
}

.icon-full-screen:before {
  content: "\E083";
}

.icon-friends:before {
  content: "\E084";
}

.icon-meal:before {
  content: "\E085";
}

.icon-linkedin:before {
  content: "\E086";
}

.icon-flower:before {
  content: "\E087";
}

.icon-flag:before {
  content: "\E088";
}

.icon-instant-book:before {
  content: "\E089";
}

.icon-switch-off:before {
  content: "\E08A";
}

.icon-ok:before {
  content: "\E08C";
}

@font-face {
  font-family: "makent4";
  src: url(../fonts/makent4.eot?a495e789c0c6bd8faf18c3a26dee3a89);
  src: url(../fonts/makent4.eot?a495e789c0c6bd8faf18c3a26dee3a89) format("embedded-opentype"), url(../fonts/makent4.woff?9444485ce34b546b2ed347856db2d04d) format("woff"), url(../fonts/makent4.ttf?63f08c667648e12fb0d193c8c9588047) format("truetype"), url(../fonts/makent4.svg?099908a00726f09cd499b2addc773411) format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "makent4" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon2-"]:before,
[class*=" icon2-"]:before {
  font-family: "makent4" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon2-add:before {
  content: "a";
}

.icon2-tick:before {
  content: "b";
}

.icon2-cancel:before {
  content: "c";
}

.icon2-clock:before {
  content: "d";
}

.icon2-invoice:before {
  content: "e";
}

.icon2-light-bulb:before {
  content: "f";
}

.icon2-photo-camera:before {
  content: "g";
}

.icon2-play-button:before {
  content: "h";
}

.icon2-ribbon:before {
  content: "i";
}

.icon2-settings:before {
  content: "j";
}

.icon2-sf-juice:before {
  content: "k";
}

@font-face {
  font-family: "makent-amenities";
  src: url(../fonts/makent-amenities.eot?31f12ee9551a7d492bf3b734ff683bd8);
  src: url(../fonts/makent-amenities.eot?31f12ee9551a7d492bf3b734ff683bd8) format("embedded-opentype"), url(../fonts/makent-amenities.woff?ac49ae939be3d56925c5d5311ed823c8) format("woff"), url(../fonts/makent-amenities.ttf?2932817e004291e95029ccdc8b4a4fdf) format("truetype"), url(../fonts/makent-amenities.svg?7e01fdd32018ff0a8e837f02ba701a06) format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "makent-amenities";
  content: attr(data-icon);
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon1-"]:before,
[class*=" icon1-"]:before {
  font-family: "makent-amenities";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon1-accessible:before {
  content: "a";
}

.icon1-air-conditioning:before {
  content: "b";
}

.icon1-balloons:before {
  content: "c";
}

.icon1-bathtub:before {
  content: "d";
}

.icon1-cup:before {
  content: "e";
}

.icon1-desktop:before {
  content: "f";
}

.icon1-doorman:before {
  content: "g";
}

.icon1-double-bed:before {
  content: "h";
}

.icon1-elevator:before {
  content: "i";
}

.icon1-essentials:before {
  content: "j";
}

.icon1-family:before {
  content: "k";
}

.icon1-fireplace:before {
  content: "l";
}

.icon1-gym:before {
  content: "m";
}

.icon1-hairdryer:before {
  content: "n";
}

.icon1-heating:before {
  content: "o";
}

.icon1-hot-tub:before {
  content: "p";
}

.icon1-intercom:before {
  content: "q";
}

.icon1-internet:before {
  content: "r";
}

.icon1-meal:before {
  content: "s";
}

.icon1-ok:before {
  content: "t";
}

.icon1-parking:before {
  content: "u";
}

.icon1-paw:before {
  content: "v";
}

.icon1-pool:before {
  content: "w";
}

.icon1-shampoo:before {
  content: "x";
}

.icon1-smoking:before {
  content: "y";
}

.icon1-tv:before {
  content: "z";
}

.icon1-washer:before {
  content: "A";
}

.icon1-wifi:before {
  content: "B";
}

.icon1-home-building-outline-symbol2:before {
  content: "C";
}

.icon1-shelter:before {
  content: "D";
}

/* makent-host-exp */

@font-face {
  font-family: "makent-host-exp";
  src: url(../fonts/makent-host-exp.eot?552f8154bc2ca64c4fe6959aea4a87e5);
  src: url(../fonts/makent-host-exp.eot?552f8154bc2ca64c4fe6959aea4a87e5) format("embedded-opentype"), url(../fonts/makent-host-exp.woff?82cd1c46d4a56f6514a54f74a7f45e47) format("woff"), url(../fonts/makent-host-exp.ttf?708717295481eccb197ecdeb8b174dbe) format("truetype"), url(../fonts/makent-host-exp.svg?7c6032511fc0d0a5014dfacab32c1f83) format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "makent-host-exp";
  content: attr(data-icon);
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon3-"]:before,
[class*=" icon3-"]:before {
  font-family: "makent-host-exp";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon3-alarm-clock-symbol:before {
  content: "a";
}

.icon3-backpack:before {
  content: "b";
}

.icon3-chat-oval-filled-speech-bubbles:before {
  content: "c";
}

.icon3-clock:before {
  content: "d";
}

.icon3-door-3:before {
  content: "e";
}

.icon3-house:before {
  content: "f";
}

.icon3-instant-book:before {
  content: "g";
}

.icon3-invoice:before {
  content: "h";
}

.icon3-living-room:before {
  content: "i";
}

.icon3-sf-juice:before {
  content: "j";
}

.icon3-sf-symbolic-cancer-ribbon1:before {
  content: "k";
}

.icon3-switch-off:before {
  content: "l";
}

.icon3-switch-on:before {
  content: "m";
}

.icon3-ticket1:before {
  content: "n";
}

[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}

/*amities*/

@font-face {
  font-family: 'Circular';
  src: url(../fonts/lineto-circular-pro-book.eot?335fbbc07d9db688047c480235e5750b);
  /* IE9 Compat Modes */
  src: url(../fonts/lineto-circular-pro-book.eot?335fbbc07d9db688047c480235e5750b) format("embedded-opentype"), url(../fonts/lineto-circular-pro-book.woff?c011b1a3b4fc612b07a5a541384c0980) format("woff"), url(../fonts/lineto-circular-pro-book.ttf?9d1891ccb5d7184f7c99396a8e224d05) format("truetype"), url(../fonts/lineto-circular-pro-book.svg?d37d61672bc1a16cc5e129d32ab0ac86) format("svg");
  /* Legacy iOS */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

img {
  max-width: 100%;
}

.logo {
  width: 100px;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
}

.logo img {
  max-height: 48px;
}

a {
  display: inline-block;
  color: #484848;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.disc-type {
  list-style: disc;
  padding-left: 20px;
}

header {
  position: fixed;
  z-index: 999;
  background: #fff;
  left: 0;
  right: 0;
  top: 0;
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px 0;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}

header .navbar {
  flex-wrap: nowrap;
}

header .search-bar-wrapper {
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 460px;
}

header .search-bar-wrapper .search-form {
  position: relative;
  margin: 0;
}

header .search-bar-wrapper .search-form .search-bar {
  position: relative;
}

header .search-bar-wrapper .search-form .search-bar > .icon {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 18px;
}

header .search-bar-wrapper .search-form .search-bar .location {
  border: 1px solid #dbdbdb;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 10px 10px 10px 35px;
  width: 100%;
  font-size: 18px;
  line-height: 26px;
}

header .navbar-toggler {
  min-width: inherit;
}

header .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

header .main-menu .nav-item {
  margin-left: 20px;
}

header .main-menu .nav-item .nav-link {
  margin: 0;
  padding: 10px 5px 8px;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  color: #000;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}

header .main-menu .nav-item .nav-link:hover {
  border-color: #000;
}

header .main-menu .nav-item .nav-link.menu-droplist + .dropdown-menu .dropdown-item .dropdown-link {
  padding: 15px 10px;
}

header .main-menu .nav-item.dropdown.show .nav-link {
  border-bottom: 2px solid transparent;
}

header .main-menu .dropdown-toggle > img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

header .main-menu .dropdown-toggle:after {
  display: none;
}

header .main-menu .dropdown-menu {
  padding: 0;
  border-radius: 0;
  right: 0;
  left: auto;
  width: 250px;
}

header .main-menu .dropdown-menu .dropdown-item {
  padding: 0 5px;
  background: transparent;
}

header .main-menu .dropdown-menu .dropdown-item:hover {
  color: #484848;
  background: transparent;
}

header .main-menu .dropdown-menu .dropdown-item .dropdown-link {
  padding: 10px;
  display: block;
  border-bottom: 1px solid #dbdbdb;
  background: transparent;
  color: #000;
}

header .main-menu .dropdown-menu .dropdown-item .dropdown-link:hover {
  background: transparent;
  border-color: #000;
}

header .main-menu .dropdown-menu.become-host-dropdown {
  padding: 15px;
}

header .main-menu .dropdown-menu.become-host-dropdown .dropdown-item {
  padding: 0;
}

header .main-menu .dropdown-menu.become-host-dropdown .dropdown-item .dropdown-link {
  border: 0;
  padding: 10px 0;
}

header .main-menu .dropdown-menu.become-host-dropdown .dropdown-item + .dropdown-item {
  border: 1px solid #dbdbdb;
  border-width: 1px 0 0 0;
}

header .main-menu .profile-img img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

header .search-settings {
  position: absolute;
  width: 100%;
  left: -100%;
  opacity: 0;
  background: #fff;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
  border-radius: 0 0 2px 2px;
  box-shadow: 0px 1px 5px 0px #ccc;
  visibility: hidden;
}

header .search-settings.shown {
  opacity: 1;
  left: 0;
  visibility: visible;
}

.search-page-filter,
.common-page-filter {
  padding: 20px;
}

i.icon {
  display: inline-block;
  line-height: 12px;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  vertical-align: middle;
}

input:focus,
button:focus,
textarea:focus,
select:focus {
  outline: none;
}

input,
select,
textarea {
  border: 1px solid #dbdbdb;
  color: #565a5c;
  border-radius: 2px;
  background: #fff;
  display: block;
  padding: 8px 10px;
  width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
  display: inline-block;
  position: relative;
  -webkit-appearance: none;
  height: 18px;
  width: 18px;
  margin: 0 10px 0 0;
  vertical-align: top;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
}

input[type="checkbox"]:checked:before {
  content: "\2713";
  position: absolute;
  font-size: 11px;
  left: 0;
  top: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #008489;
}

input[type="radio"] {
  border-radius: 50%;
}

input[type="radio"]:checked:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60%;
  height: 60%;
  background: #008489;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}

select:-moz-focusring {
  text-shadow: 0 0 0 #000;
  color: transparent;
}

textarea {
  resize: none;
  min-height: 100px;
}

.select {
  position: relative;
  background: #fff;
}

.select select {
  background: transparent;
  position: relative;
  z-index: 1;
  padding-right: 20px;
}

.select select.form-control:focus {
  background: transparent;
}

.select.month::before {
  display: none;
}

.select:before {
  content: "+";
  font-family: "makent";
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 8px;
  font-size: 10px;
  text-align: center;
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}

.select.other-select {
  width: 25%;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
}

.select.other-select select {
  cursor: pointer;
}

.select.other-select:hover,
.select.other-select:active,
.select.other-select:focus {
  background: #eae8e8;
}

.calander_new .select:before {
  display: none;
}

.custom-rotate,
.room-detail-page .lg-outer .lg-actions .lg-prev:after {
  display: inline-block;
  -webkit-transform: rotatey(180deg);
          transform: rotatey(180deg);
}

.custom-rotate-up {
  display: inline-block;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.custom-rotate-down,
footer .selectboxit-container .selectboxit.selectboxit-btn .selectboxit-arrow-container .selectboxit-default-arrow:before,
.home-page .banner-search .form-wrap .select:before {
  display: inline-block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

button,
.btn {
  border-radius: 4px;
  padding: 8px 15px;
  border: 1px solid #dbdbdb;
  background: #fff;
  color: #484848;
  cursor: pointer;
  text-transform: capitalize;
  text-align: center;
}

button:hover,
button:active,
button:focus,
button:not(:disabled):not(.disabled):active,
button:not(:disabled):not(.disabled):active:focus,
.btn:hover,
.btn:active,
.btn:focus,
.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled):active:focus {
  background: #eae8e8;
  outline: none;
  box-shadow: none;
}

button.how-it-works-btn,
.btn.how-it-works-btn {
  background: #ffffff80;
  border: 0;
  color: #fff;
  padding: 10px 25px;
  font-weight: 600;
}

button.how-it-works-btn:hover,
button.how-it-works-btn:active,
button.how-it-works-btn:focus,
button.how-it-works-btn:not(:disabled):not(.disabled):active,
button.how-it-works-btn:not(:disabled):not(.disabled):active:focus,
.btn.how-it-works-btn:hover,
.btn.how-it-works-btn:active,
.btn.how-it-works-btn:focus,
.btn.how-it-works-btn:not(:disabled):not(.disabled):active,
.btn.how-it-works-btn:not(:disabled):not(.disabled):active:focus {
  background: #00000059;
  outline: none;
  box-shadow: none;
}

button.btn-sm,
.btn-group-sm > button.btn,
.btn.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 20px;
  line-height: 24px;
}

button.delete_length,
.btn.delete_length {
  line-height: 1;
  padding: 8px 12px 10px;
}

button.pending_btn:hover,
button.pending_btn:active,
button.pending_btn:focus,
button.pending_btn:not(:disabled):not(.disabled):active,
button.pending_btn:not(:disabled):not(.disabled):active:focus,
.btn.pending_btn:hover,
.btn.pending_btn:active,
.btn.pending_btn:focus,
.btn.pending_btn:not(:disabled):not(.disabled):active,
.btn.pending_btn:not(:disabled):not(.disabled):active:focus {
  cursor: text;
  background: none;
}

.btn-primary {
  background: #ff5a5f;
  color: #fff;
  border-color: #ff5a5f;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):active:focus {
  background: #da282e;
  border-color: #da282e;
  box-shadow: none;
  color: #fff;
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #ff5a5f;
  border-color: #ff5a5f;
  opacity: 0.35;
}

.btn-secondary {
  background: #008489;
  border-color: #008489;
  color: #fff;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
  background: #01595d;
  border-color: #01595d;
  box-shadow: none;
}

.btn-contrast {
  border-color: #565a5c;
  background-color: #565a5c;
  color: #fff;
}

.btn-contrast:hover,
.btn-contrast:active,
.btn-contrast:focus,
.btn-contrast:not(:disabled):not(.disabled):active,
.btn-contrast:not(:disabled):not(.disabled):active:focus {
  background: #383b3c;
  color: #fff;
  border-color: #383b3c;
  box-shadow: none;
}

.btn-host {
  border-color: #008489;
  background-color: #008489;
  color: #fff;
}

.btn-host:hover,
.btn-host:active,
.btn-host:focus,
.btn-host:not(:disabled):not(.disabled):active,
.btn-host:not(:disabled):not(.disabled):active:focus {
  background: #01595d;
  color: #fff;
  border-color: #01595d;
  box-shadow: none;
}

.btn-host-secondary {
  border-color: #008489;
  background-color: #fff;
  color: #008489;
}

.btn-host-secondary:hover,
.btn-host-secondary:active,
.btn-host-secondary:focus,
.btn-host-secondary:not(:disabled):not(.disabled):active,
.btn-host-secondary:not(:disabled):not(.disabled):active:focus {
  background: #008489;
  color: #fff;
  border-color: #01595d;
  box-shadow: none;
}

.btn-block {
  display: block;
  width: 100%;
}

.icon-instant-book {
  font-size: 18px;
}

.footer-toggle {
  position: fixed;
  left: 5px;
  bottom: 5px;
  font-size: 14px;
  z-index: 999;
  color: #565a5c;
  padding: 6px 12px;
  border: 1px solid #484848;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}

.footer-toggle:hover,
.footer-toggle:active,
.footer-toggle:focus {
  background: #fff;
  border-color: #565a5c;
}

.footer-toggle .close-footer {
  display: none;
}

.footer-toggle .open-footer {
  display: -webkit-box;
  display: flex;
}

.footer-toggle.active .open-footer {
  display: none;
}

.footer-toggle.active .close-footer {
  display: -webkit-box;
  display: flex;
}

.footer-toggle .icon-remove {
  font-size: 12px;
}

.footer-toggle .icon-remove:before {
  font-weight: 600;
}

footer {
  padding: 50px 15px 20px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  z-index: 99;
}

footer.footer-shown {
  -webkit-transform: none;
          transform: none;
}

footer .selectboxit-option-icon-container {
  display: none;
}

footer h2 {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

footer ul li a {
  color: #fff;
  line-height: 25px;
}

footer ul li a:hover {
  color: #cacccd;
}

footer .copyright {
  border: 1px solid #dbdbdb;
  border-width: 1px 0 0 0;
}

footer .copyright p {
  color: #757575;
  margin: 0;
  font-size: 12px;
}

footer .social-links li {
  display: inline-block;
  margin: 0 10px;
}

footer .social-links li a i.icon:before {
  font-size: 14px;
  border-radius: 50%;
  padding: 10px 5px;
  border: 1px solid #dbdbdb;
  display: inline-block;
}

footer .social-links li a:hover i.icon:before {
  color: #484848;
  background: #fff;
}

.lang-currency-wrap > div {
  width: 120px;
}

.screen-reader-only {
  display: none;
}

.header_refinement_ul li {
  display: inline-block;
  margin-right: 7px;
}

.header_refinement_ul .header_refinement,
.header_refinement_ul .header_refinement_modal {
  background: transparent;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 15px;
}

.header_refinement_ul .header_refinement:hover:not(.active),
.header_refinement_ul .header_refinement_modal:hover:not(.active) {
  background: #eae8e8;
}

.header_refinement_ul .header_refinement.active,
.header_refinement_ul .header_refinement.active:active,
.header_refinement_ul .header_refinement.active:focus,
.header_refinement_ul .header_refinement:not(:disabled):not(.disabled):active,
.header_refinement_ul .header_refinement:not(:disabled):not(.disabled):active:focus,
.header_refinement_ul .header_refinement_modal.active,
.header_refinement_ul .header_refinement_modal.active:active,
.header_refinement_ul .header_refinement_modal.active:focus,
.header_refinement_ul .header_refinement_modal:not(:disabled):not(.disabled):active,
.header_refinement_ul .header_refinement_modal:not(:disabled):not(.disabled):active:focus {
  background: #008489;
  color: #fff;
  border-color: #008489;
}

.check_list {
  max-height: 170px;
  overflow: auto;
  margin-top: 10px;
}

.explore_check + .explore_check {
  margin-top: 10px;
}

.explore_check i.icon {
  margin: 0 5px 0 0;
}

.explore_check input[type=checkbox] {
  margin: auto 10px auto 0;
}

.explore_check label {
  margin: 0;
}

.explore_check .icon-activities {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
}

.explore_check .icon-activities img {
  width: 35px;
  padding-right: 5px;
}

.calendar-table th {
  color: #757575;
}

.calendar-table th.month {
  color: #484848;
  font-size: 18px;
}

.calendar-table td,
.calendar-table th {
  font-size: 15px;
  padding: 8px 4px;
  font-weight: normal;
}

.close:before {
  content: "\D7";
  font-weight: normal;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
}

.close:active,
.close:focus,
.close:hover,
.close:not(:disabled):not(.disabled):active,
.close:not(:disabled):not(.disabled):active:focus {
  background: none;
}

.modal-open .modal.show {
  display: -webkit-box !important;
  display: flex !important;
  padding: 20px 0;
}

.modal-open .modal.show .modal-dialog {
  margin: auto;
  width: 100%;
}

.modal .modal-header {
  position: relative;
  padding-right: 30px;
}

.modal .modal-header .modal-title {
  text-transform: capitalize;
  color: #484848;
  font-weight: 300;
  font-size: 18px;
  margin: 0;
}

.modal .modal-header .close {
  position: absolute;
  top: 25px;
  right: 25px;
  padding: 0;
  z-index: 9;
}

.how-it-works {
  background: #79cccd;
  height: 0;
  opacity: 0;
  position: fixed;
  left: 0;
  top: -100%;
  right: 0;
  overflow: auto;
}

.how-it-works.active {
  z-index: 1000;
  height: 70vh;
  opacity: 1;
  top: 0;
}

.how-it-works .close {
  margin: 20px;
  color: #008489;
  position: relative;
  z-index: 99;
}

.how-it-works .close:hover {
  color: #01595d;
  background: none;
}

.how-it-works h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

.how-it-works h3,
.how-it-works p {
  color: #fff;
}

.main-banner {
  position: relative;
  overflow: hidden;
}

.main-banner .owl-carousel .owl-item img {
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-banner .owl-carousel + .banner-content {
  display: none;
}

.main-banner .owl-carousel.owl-loaded + .banner-content {
  display: block;
}

main {
  min-height: 100px;
}

main[ng-controller="manage_listing"] + footer {
  display: none;
}

.pac-container {
  z-index: 9999;
}

.gray-bg {
  background: #edefed;
}

.home-page .discover-slider.owl-carousel .owl-item img {
  border-radius: 0;
}

.home-page .icon-instant-book {
  font-size: 20px;
}

.discover-slider {
  background: #fff;
}

.discover-slider .discover-img > img {
  height: 345px;
  -o-object-fit: cover;
     object-fit: cover;
}

.discover-slider .discover-info {
  padding: 20px;
}

.discover-slider .discover-info h2 {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 12px;
  font-weight: 800;
}

.discover-slider .discover-info p {
  font-size: 16px;
  line-height: 22px;
}

.title {
  font-size: 32px;
  font-weight: 800;
}

.desc {
  font-size: 16px;
}

text-shadow,
.explore-content > div > a,
.info-slides li .bottom_slider_info h2,
.info-slides li .bottom_slider_info p {
  text-shadow: 0 0 10px #000;
}

.explore-content > div {
  height: 380px;
  margin-bottom: 30px;
}

.explore-content > div > a {
  background: no-repeat center / cover;
  font-size: 32px;
  color: #fff;
  border-radius: 4px;
}

.our-community .community-content li img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.our-community .community-content li a {
  position: relative;
  background: no-repeat center / cover;
  border-radius: 3px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.our-community .community-content li a .our-community-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(-180deg, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0.6) 100%);
  padding: 0 15px 15px;
}

.our-community .community-content li a h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  line-height: 28px;
  margin-bottom: 5px;
}

.our-community .community-content li a p {
  color: #fff;
  line-height: 18px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.info-slides li {
  position: relative;
  text-align: center;
}

.info-slides li > img {
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}

.info-slides li .bottom_slider_info {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.info-slides li .bottom_slider_info h2 {
  color: #fff;
  font-size: 60px;
  font-weight: 800;
  text-transform: uppercase;
}

.info-slides li .bottom_slider_info p {
  color: #fff;
  font-size: 18px;
}

.info-slides.owl-carousel .owl-nav > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.info-slides.owl-carousel .owl-nav > div i.icon:before {
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  box-shadow: none;
  background: none;
}

.info-slides.owl-carousel .owl-nav > div.owl-prev {
  left: 30px;
}

.info-slides.owl-carousel .owl-nav > div.owl-next {
  right: 30px;
}

footer {
  border: 1px solid #dbdbdb;
  border-width: 1px 0 0 0;
  background: #fff;
}

footer h2 {
  color: #484848;
}

footer ul li a {
  color: #757575;
}

footer ul li a:hover {
  color: #484848;
}

footer .selectboxit-option,
footer .selectboxit-optgroup-header {
  text-indent: 0;
}

footer .selectboxit-container .selectboxit.selectboxit-btn {
  background: #fff;
  border: 1px solid #dbdbdb;
  height: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

footer .selectboxit-container .selectboxit.selectboxit-btn .selectboxit-text {
  color: #484848;
  line-height: 26px;
  white-space: nowrap;
}

footer .selectboxit-container .selectboxit.selectboxit-btn .selectboxit-arrow-container .selectboxit-default-arrow {
  border: 0;
  font-size: 15px !important;
}

footer .selectboxit-container .selectboxit.selectboxit-btn .selectboxit-arrow-container .selectboxit-default-arrow:before {
  content: '\E076';
  font-family: 'makent';
  color: #484848;
  font-style: normal;
}

footer .selectboxit-container .selectboxit-list {
  background: #fff;
  border: 1px solid #dbdbdb;
  padding: 0 !important;
}

footer .selectboxit-container .selectboxit-list .selectboxit-option-anchor {
  color: #484848;
  padding: 5px;
  line-height: 20px;
}

footer .selectboxit-container .selectboxit-list .selectboxit-option.selectboxit-focus .selectboxit-option-anchor {
  color: #fff;
}

footer .social-links li {
  margin: 0 3px;
}

footer .social-links li a i.icon:before {
  border: 0;
}

footer .selectboxit-container .selectboxit.selectboxit-btn {
  height: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

footer .selectboxit-container .selectboxit.selectboxit-btn .selectboxit-arrow-container {
  width: auto;
  margin: 0 5px 0 auto;
  float: none;
  line-height: 0;
}

footer .selectboxit-container .selectboxit.selectboxit-btn .selectboxit-arrow-container .selectboxit-default-arrow {
  width: auto;
  height: auto;
  display: inline-block;
}

.home-page header {
  border: 0;
}

.home-page header.active {
  box-shadow: 0 0 5px #ccc;
}

.home-page header:not(.active) {
  background: transparent;
}

.home-page header:not(.active) .main-menu .nav-item .nav-link {
  color: #fff;
}

.home-page header:not(.active) .main-menu .nav-item .nav-link:hover {
  border-color: #fff;
}

.home-page header:not(.active) .navbar-toggler .fa-angle-down:before {
  color: #fff;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}

.home-page .banner-search label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.home-page .banner-search input {
  padding: 8px 15px;
}

.home-page .banner-search input::-webkit-input-placeholder {
  /* Edge */
  color: #777;
  opacity: 1;
}

.home-page .banner-search input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #777;
  opacity: 1;
}

.home-page .banner-search input::-moz-placeholder {
  color: #777;
  opacity: 1;
}

.home-page .banner-search input::-ms-input-placeholder {
  color: #777;
  opacity: 1;
}

.home-page .banner-search input::placeholder {
  color: #777;
  opacity: 1;
}

.home-page .banner-search input,
.home-page .banner-search .check-date-btn {
  font-size: 16px;
}

.home-page .banner-search .check-date-btn {
  text-align: left;
  color: #777;
  border: 0;
}

.home-page .banner-search .check-date-btn:hover {
  background: #fff;
}

.home-page .banner-search .form-wrap {
  position: relative;
}

.home-page .banner-search .form-wrap .search_location_error {
  padding: 5px 0 0;
  color: #f00;
}

.home-page .banner-search .form-wrap .check-date {
  font-size: 16px;
  color: #757575;
}

.home-page .banner-search .form-wrap .select-date .webcot-lg-datepicker {
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  padding: 8px 14px;
}

.home-page .banner-search .form-wrap select {
  font-size: 16px;
  padding: 8px 15px;
}

.home-page .banner-search .form-wrap .select:before {
  content: '\E076';
  top: 14px;
  font-size: 14px;
  font-weight: 800;
}

.home-page .banner-search .form-wrap > div.search-submit button[type="submit"] {
  font-size: 18px;
}

.home-page .banner-search .form-wrap > div + div {
  margin-top: 20px;
}

.home-page .banner-search .search-modal-trigger .search-btn-field {
  padding: 10px 15px;
  border-radius: 4px;
  border: 1px solid #dbdbdb;
}

.home-page .banner-search .search-modal-trigger .icon-search {
  border-radius: 0 4px 4px 0;
  font-size: 18px;
  line-height: 21px;
}

.home-page .banner-search .search-modal-trigger .icon-search:before {
  line-height: 22px;
}

.search_location_error {
  display: block;
  position: absolute;
  top: 0;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  color: #fff;
}

#search-modal-sm .search_location_error {
  position: inherit;
  top: 0;
  -webkit-transform: none;
          transform: none;
  color: #f00;
}

.home-page .owl-carousel .owl-item img {
  border-radius: 3px;
}

.home-menu li {
  display: inline-block;
  margin-right: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  width: calc(25% - 15px);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.home-menu li a {
  text-transform: capitalize;
  color: #484848;
  font-size: 16px;
  font-weight: 600;
}

.home-menu li img {
  width: 96px;
  height: 72px;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-menu .home-menu-name {
  padding: 15px;
}

.title-sm {
  font-size: 22px;
  line-height: 28px;
  font-weight: 800;
  text-transform: capitalize;
}

.pro-img img {
  height: 220px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pro-img a {
  display: block;
}

.pro-info h4 {
  color: #b43618;
  font-size: 13px;
  font-weight: 600;
  margin: 10px 0 0;
}

.pro-info a {
  color: #484848;
  display: block;
  vertical-align: top;
}

.pro-info h5 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  line-height: 20px;
}

.pro-info .price {
  font-size: 15px;
  margin: 0;
}

.see-all-link span {
  color: #008489;
  font-size: 17px;
}

.see-all-link:hover span {
  text-decoration: underline;
}

.see-all-link .icon-chevron-right:before {
  font-size: 11px;
  color: #008489;
  font-weight: 900;
  display: inline-block;
}

.owl-carousel .owl-nav > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.owl-carousel .owl-nav > div .icon:before {
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.14);
  border-radius: 50%;
  background: #fff;
  padding: 10px;
  font-weight: 600;
  font-size: 16px;
}

.owl-carousel .owl-nav > div.owl-prev {
  left: -20px;
}

.owl-carousel .owl-nav > div.owl-next {
  right: -20px;
}

.owl-carousel .owl-nav > div.disabled {
  display: none;
}

.site-name {
  color: #ff5a5f;
  margin: 0;
}

.site-name,
.site-desc {
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
}

.webcot-lg-datepicker {
  position: relative;
}

.webcot-lg-datepicker .check-date-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.daterangepicker .calendar-table td.active,
.daterangepicker .calendar-table td.active:hover {
  background: #00a699;
}

.home_video {
  height: 600px;
  overflow: hidden;
}

.home_video video {
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

.star-rating {
  position: relative;
  line-height: 16px;
}

.star-rating .icon {
  font-size: 10px;
  vertical-align: top;
  line-height: 1;
  display: inline-block;
}

.star-rating .foreground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.star-rating .star-bg {
  line-height: 1;
}

.icon.icon-star,
.icon.icon-star-half,
.icon.icon-star-alt,
.icon.thread-star {
  color: #008489;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}

.icon.icon-instant-book {
  color: #ffb400;
}

.icon-star-half {
  margin-left: -3px;
}

.star-bg .icon.icon-star {
  color: #cacccd;
}

.alert-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-count {
  border-radius: 50%;
  color: #fff;
  background: #f00;
  padding: 3px;
  font-size: 12px;
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  position: absolute;
  text-align: center;
  top: -13px;
  right: -13px;
  min-width: 20px;
  min-height: 20px;
  line-height: 13px;
}

.non_scroll {
  overflow: hidden;
}

.support-info {
  border: 1px solid #dbdbdb;
  border-width: 1px 0 0 0;
}

.support-info h5 {
  font-size: 16px;
  font-weight: 600;
}

.support-info p {
  font-size: 13px;
  margin: 0;
}

.support-info .support-row {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 15px;
}

.support-info .support-row > div {
  padding: 30px 20px;
}

.support-info .support-row > div + div {
  border: 1px solid #dbdbdb;
  border-width: 0 0 0 1px;
}

.search_new_header {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 20px;
  box-shadow: 0px 0px 10px #cccccc;
  display: none;
}

.search_filter {
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px 0;
  position: fixed;
  width: 100%;
  background: #fff;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  z-index: 9;
}

.search_filter label {
  margin: 0;
}

.search_filter .navbar {
  padding: 15px;
}

.search_filter .navbar .navbar-nav li {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.search_filter .navbar .navbar-nav li .active {
  background: #008489;
  color: #fff;
}

.search_filter .navbar .navbar-nav li .dropdown-toggle::after {
  display: none;
}

.search_filter .navbar .navbar-nav li .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 20px 20px 0;
  max-height: 380px;
  overflow: auto;
}

.search_filter .navbar .navbar-nav li .dropdown-menu h4 {
  font-size: 18px;
  margin-bottom: 4px;
}

.search_filter .navbar .navbar-nav li .dropdown-menu h4:first-letter {
  text-transform: capitalize;
}

.search_filter .navbar .navbar-nav li .dropdown-menu input[type=checkbox] {
  margin-top: 2px;
}

.search_filter .navbar .navbar-nav li > button {
  padding: 5px 15px;
}

.search_filter .navbar .navbar-nav li > button span {
  -webkit-transition: all ease 0s;
  transition: all ease 0s;
}

.search_filter .navbar .navbar-nav li + li {
  margin-left: 12px;
}

.search_filter .navbar .navbar-nav .host-category-dropdown {
  width: 550px;
}

.search_filter .navbar .navbar-nav .host-category-dropdown li {
  width: 50%;
  padding: 3px 10px 3px 0;
}

.search_filter .navbar .navbar-nav .host-category-dropdown li input[type=checkbox] {
  margin: 0 5px 0 0;
  vertical-align: middle;
}

.search_filter .navbar .navbar-nav .host-category-dropdown li + li {
  margin: 0;
}

.search_filter .navbar .navbar-nav .host-category-dropdown li label {
  max-width: 100%;
}

.search_filter .navbar .navbar-nav .host-category-dropdown li span {
  vertical-align: middle;
  font-size: 14px;
}

.search_filter .type-info {
  width: 331px;
  padding: 0 15px 0 0;
}

.search_filter .type-img {
  width: 35px;
}

.search_filter .type-img .icon {
  font-size: 22px;
}

.search_filter .icon-activities {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
}

.search_filter .icon-activities img {
  width: 35px;
  padding-left: 8px;
}

.price-range-slider {
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}

.price-range-slider * {
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}

.price-range-slider.noUi-horizontal {
  height: 4px;
  border: 0;
  background: #edefed;
  box-shadow: none;
  border-radius: 0;
  padding: 0 0 0 28px;
  width: 266px;
}

.price-range-slider.noUi-horizontal .noUi-handle {
  border: 1px solid #008489;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  box-shadow: none;
}

.price-range-slider.noUi-horizontal .noUi-handle:before,
.price-range-slider.noUi-horizontal .noUi-handle:after {
  display: none;
}

.price-range-slider.noUi-horizontal .noUi-connect {
  height: 4px;
  background: #008489;
}

.price-range-slider.noUi-horizontal .noUi-origin div:focus {
  outline: none;
}

.value-changer button {
  border: 1px solid #008489;
  border-radius: 50%;
  color: #008489;
  font-size: 20px;
  padding: 0 0 3px;
  width: 30px;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  line-height: 25px;
}

.value-changer button[disabled] {
  opacity: .2;
  cursor: default;
}

.value-changer button:hover,
.value-changer button:active,
.value-changer button:focus,
.value-changer button:not(:disabled):not(.disabled):active,
.value-changer button:not(:disabled):not(.disabled):active:focus {
  background: none;
}

.value-changer button:active,
.value-changer button:not(:disabled):not(.disabled):active,
.value-changer button:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 2px 2px #008489;
}

.value-changer input.guest-input {
  width: 35px;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  text-align: center;
  border: 0;
  padding: 0;
  font-size: 18px;
}

.filter-btn a {
  font-size: 14px;
}

.filter-btn a:hover {
  text-decoration: underline;
}

.filter-btn a.cancel-filter {
  color: #484848;
}

.filter-btn a.apply-filter {
  color: #008489;
}

.search-img-slide .owl-item > a {
  vertical-align: top;
  display: block;
}

.search-img-slide .owl-dots {
  position: absolute;
  bottom: 0;
  text-align: center;
  left: 0;
  right: 0;
}

.search-img-slide .owl-dots .owl-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  margin: 3px;
  vertical-align: middle;
}

.search-img-slide .owl-dots .owl-dot.active {
  width: 8px;
  height: 8px;
}

.search-img-slide .owl-dots .owl-dot:first-child:not(.active),
.search-img-slide .owl-dots .owl-dot:last-child:not(.active) {
  opacity: .5;
}

.search-img-slide .owl-dots > div:nth-first-child(2),
.search-img-slide .owl-dots > div:nth-last-of-type(2) {
  opacity: .8;
  background: red;
}

.search-img {
  position: relative;
}

.search-img .search-wishlist {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}

.search-img .search-wishlist input[type=checkbox] {
  display: none;
}

.search-img .search-wishlist input[type=checkbox]:checked + label .icon-heart {
  opacity: 1;
  color: #008489;
}

.search-img .search-wishlist label {
  position: relative;
  margin: 0;
  line-height: 1;
}

.search-img .search-wishlist label .icon {
  font-size: 20px;
  cursor: pointer;
}

.search-img .search-wishlist label .icon:before {
  font-weight: 600;
}

.search-img .search-wishlist label .icon-heart-alt {
  position: relative;
  z-index: 2;
  color: #fff;
}

.search-img .search-wishlist label .icon-heart {
  position: absolute;
  z-index: 1;
  opacity: 0.2;
}

.search-img .search-wishlist label:hover .icon-heart {
  opacity: 0.5;
}

.popup-map {
  background-color: #a4ddf5;
  height: 300px;
}

.map-canvas {
  right: 0;
  background-color: #a4ddf5;
  position: fixed !important;
  bottom: 0;
  left: auto;
  width: 33.33333333%;
}

.verify-map {
  position: relative;
}

.verify-map .verify-map-pin {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.search-img-slide.owl-carousel .owl-item img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
}

.search-img-slide.owl-carousel .owl-nav {
  opacity: 0;
}

.search-img-slide.owl-carousel .owl-nav > [class^="owl-"] {
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: none;
          transform: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.search-img-slide.owl-carousel .owl-nav > [class^="owl-"] .icon:before {
  background: transparent;
  color: #fff;
  box-shadow: none;
}

.search-img-slide.owl-carousel .owl-nav > div.owl-prev {
  left: 0;
  background: -webkit-gradient(linear, right top, left top, from(transparent), to(rgba(0, 0, 0, 0.25)));
  background: linear-gradient(to left, transparent 0%, rgba(0, 0, 0, 0.25) 100%);
}

.search-img-slide.owl-carousel .owl-nav > div.owl-next {
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(0, 0, 0, 0.25)));
  background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.25) 100%);
}

.search-img-slide:hover .owl-nav {
  opacity: 1;
}

.instant-book .instant-info {
  width: 300px;
  padding-right: 20px;
}

.instant-book .instant-info p {
  margin: 0;
  font-size: 14px;
}

.instant-book .instant-checkbox input[type=checkbox] {
  display: none;
}

.instant-checkbox label {
  background-color: #edefed;
  border-radius: 20px;
  display: inline-block;
  -webkit-transition: padding-left 0.2s ease-in-out;
  transition: padding-left 0.2s ease-in-out;
  margin: 0px;
  padding: 2px;
  border: 1px solid #ccc;
  cursor: pointer;
  width: 50px;
  line-height: 24px;
}

.instant-checkbox label:before {
  font-size: 14px;
  font-weight: 600;
  content: "\2715";
  background: #fff;
  color: #484848;
  padding: 2px 7px;
  border-radius: 50%;
  line-height: 21px;
  display: inline-block;
}

.instant-checkbox label.instant-checked {
  padding-left: 20px;
  background: #008489;
}

.instant-checkbox label.instant-checked:before {
  content: "\2713";
  padding: 2px 5.5px;
}

input[type="checkbox"].room-type:checked:before {
  background: #008489;
  color: #fff;
}

.more-filter {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  z-index: 1;
  background: #fff;
}

.more-filter.active {
  display: block;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.more-filter h4 {
  font-size: 19px;
}

.more-filter .filter-rooms > div {
  margin: 20px 0;
}

.search-content-filters {
  background: #fff;
}

.search-content-filters .filter-btn {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 66.66666667%;
  padding: 15px;
  border: 1px solid #dbdbdb;
  border-width: 1px 0 0 0;
  background: #fff;
}

.search-content-filters .filter-btn a.apply-filter {
  color: #fff;
}

.search-content-filters .filter-btn a.apply-filter:hover {
  text-decoration: none;
}

.search-content-filters:not(.active) .filter-btn {
  display: none !important;
}

.search-wrap {
  padding: 10px 0;
}

.search-wrap .search-list {
  padding: 15px;
}

.search-wrap.loading {
  min-height: 100px;
}

.search-info {
  padding: 10px 0;
}

.search-info h4 {
  font-size: 14px;
  font-weight: 600;
  color: #b43616;
  margin: 0;
}

.search-info a {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
  width: 100%;
}

.search-info a:hover {
  text-decoration: underline;
  color: #484848;
}

.search-info p {
  margin: 0;
  line-height: 18px;
}

.filter-list + .filter-list {
  margin-top: 30px;
}

.filter-list label {
  margin: 5px 0;
}

.close-property {
  display: none;
}

.all-list > div {
  display: none;
}

.all-list.active > div {
  display: -webkit-box;
  display: flex;
}

.all-list.active .all-property {
  display: none;
}

.all-list.active .close-property {
  display: block;
}

.all-list.active .close-property + .fa-angle-down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.show-all-toggle {
  color: #008489;
  cursor: pointer;
}

.pagination a,
.pagination span {
  border: 1px solid #c4c4c4;
  padding: 3px 10px;
  border-radius: 3px;
  color: #ff5a5f;
  white-space: nowrap;
}

.pagination a:hover,
.pagination span:hover {
  border-color: #aaa;
}

.pagination .active a {
  color: #565a5c;
  background-color: #edefed;
}

.pagination li {
  margin-right: 10px;
  margin-bottom: 10px;
}

.map-canvas .gm-style img {
  max-width: 100%;
}

.customBox {
  font-size: 15px;
  background-color: #fff;
  font-weight: 600;
  padding: 6px 8px;
  color: #484848;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  white-space: nowrap;
  margin: 24px 0 0 15px;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  border-radius: 2px;
  line-height: 12px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 9;
}

.customBox::before {
  content: "";
  position: absolute;
  top: auto;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  border-width: 6px;
  display: block;
  width: 0;
  z-index: 0;
  border: 5px solid transparent;
  border-bottom: 0;
  border-top-color: #fff;
  -webkit-transition: all ease 0s;
  transition: all ease 0s;
}

.customBox:hover,
.customBox.hover {
  background: #008489;
  border-color: #008489;
  color: #fff;
  z-index: 10;
}

.customBox:hover::before,
.customBox.hover::before {
  border-top-color: #008489;
}

.map-auto-refresh label {
  margin: 0;
  background: #fff;
  padding: 6px 8px 6px 6px;
  color: #484848;
  border-radius: 2px;
}

.map-auto-refresh label input[type="checkbox"]:checked:before {
  font-size: 14px;
}

.search-ratings a {
  font-weight: normal;
  font-size: 13px;
}

.search-ratings a:hover {
  text-decoration: none;
}

.detail-gallery {
  height: 400px;
  cursor: pointer;
}

.detail-gallery a {
  display: block;
}

.room-detail-page .lg-outer .lg-thumb {
  display: inline-block;
}

.room-detail-page .lg-outer .lg-icon {
  font-family: "makent";
}

.room-detail-page .lg-outer .lg-actions .lg-prev:after {
  content: "\E076";
}

.room-detail-page .lg-outer .lg-actions .lg-next:before {
  content: "\E076";
}

.room-detail-page .lg-outer .lg-thumb-outer {
  text-align: center;
  padding: 0 10px;
}

.room-detail-page .lg-outer .lg-toolbar .lg-close {
  font-size: 50px;
}

.room-detail-page .lg-outer .lg-toolbar .lg-close:after {
  content: "\D7";
}

.room-detail-page .lg-outer .lg-icon,
.room-detail-page .lg-outer .lg-actions .lg-icon,
.room-detail-page .lg-outer.lg-hide-items .lg-toolbar,
.room-detail-page .lg-outer.lg-hide-items .lg-icon {
  opacity: 1;
  background: none;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  -webkit-transform: none;
          transform: none;
}

.room-detail-page .lg-outer .lg-icon:active,
.room-detail-page .lg-outer .lg-icon:focus,
.room-detail-page .lg-outer .lg-icon:not(:disabled):not(.disabled):active,
.room-detail-page .lg-outer .lg-icon:not(:disabled):not(.disabled):active:focus,
.room-detail-page .lg-outer .lg-actions .lg-icon:active,
.room-detail-page .lg-outer .lg-actions .lg-icon:focus,
.room-detail-page .lg-outer .lg-actions .lg-icon:not(:disabled):not(.disabled):active,
.room-detail-page .lg-outer .lg-actions .lg-icon:not(:disabled):not(.disabled):active:focus,
.room-detail-page .lg-outer.lg-hide-items .lg-toolbar:active,
.room-detail-page .lg-outer.lg-hide-items .lg-toolbar:focus,
.room-detail-page .lg-outer.lg-hide-items .lg-toolbar:not(:disabled):not(.disabled):active,
.room-detail-page .lg-outer.lg-hide-items .lg-toolbar:not(:disabled):not(.disabled):active:focus,
.room-detail-page .lg-outer.lg-hide-items .lg-icon:active,
.room-detail-page .lg-outer.lg-hide-items .lg-icon:focus,
.room-detail-page .lg-outer.lg-hide-items .lg-icon:not(:disabled):not(.disabled):active,
.room-detail-page .lg-outer.lg-hide-items .lg-icon:not(:disabled):not(.disabled):active:focus {
  background: none;
  color: #fff;
}

.room-detail-page .lg-outer .lg-toolbar {
  background: none;
}

.room-detail-page .lg-outer .lg-toolbar.lg-group > span,
.room-detail-page .lg-outer .lg-toolbar.lg-group .lg-download {
  display: none;
}

.room-detail-page .lg-outer .lg-toolbar.lg-group > span.lg-close,
.room-detail-page .lg-outer .lg-toolbar.lg-group .lg-download.lg-close {
  display: block;
}

.room-detail-page .lg-outer .lg-thumb-outer {
  background: rgba(0, 0, 0, 0.6);
  height: auto !important;
}

.room-detail-page .lg-outer .lg-thumb-outer.lg-grab,
.room-detail-page .lg-outer .lg-thumb-outer.lg-grabbing,
.room-detail-page .lg-outer .lg-thumb-outer.lg-dragging {
  background: rgba(0, 0, 0, 0.6);
  height: auto !important;
}

.room-detail-page .lg-outer .lg-toolbar-wrap {
  flex-wrap: wrap;
  padding: 0;
  overflow: hidden;
}

.room-detail-page .lg-outer .lg-toolbar-wrap .lg-toolbar-new {
  -webkit-box-ordinal-group: 1;
          order: 0;
  text-align: left;
  width: 50%;
}

.room-detail-page .lg-outer .lg-toolbar-wrap .lg-toolbar-new #lg-counter {
  color: #fff;
  padding: 0;
}

.room-detail-page .lg-outer .lg-toolbar-wrap .lg-toogle-custom {
  -webkit-box-ordinal-group: 2;
          order: 1;
  text-align: right;
  color: #fff;
  text-transform: capitalize;
  width: 50%;
}

.room-detail-page .lg-outer .lg-toolbar-wrap .lg-thumb {
  -webkit-box-ordinal-group: 3;
          order: 2;
  margin: 0;
  display: inherit;
  padding-top: 0;
}

.room-detail-page .lg-outer .lg-toolbar-wrap .lg-thumb .lg-thumb-item {
  border: 0;
  border-radius: 0;
  opacity: 0.6;
  margin-bottom: 0;
}

.room-detail-page .lg-outer .lg-toolbar-wrap .lg-thumb .lg-thumb-item.active,
.room-detail-page .lg-outer .lg-toolbar-wrap .lg-thumb .lg-thumb-item:hover {
  border: 0;
  border-radius: 0;
  opacity: 1;
}

.room-detail-page .lg-outer .lg-toogle-thumb {
  display: none;
}

.room-detail-page .lg-outer .lg-toogle-custom span {
  display: inline-block;
  cursor: pointer;
  padding: 10px 0;
}

.room-detail-page .lg-outer .lg-toogle-custom span.show-photo {
  display: none;
}

.room-detail-page .lg-outer .lg-toogle-custom.active span.hide-photo {
  display: none;
}

.room-detail-page .lg-outer .lg-toogle-custom.active span.show-photo {
  display: inline-block;
}

.room-detail-page .lg-outer .lg-toogle-custom:after {
  display: none;
}

.room-detail-page .lg-outer.lg-thumb-open .lg-thumb-outer.thumb-closed .lg-thumb {
  display: none;
}

.room-detail-page .lg-outer .lg-thumb-item img {
  height: 60px;
}

.room-detail-page .lg-on {
  overflow: hidden;
}

.room-detail-page .lg-backdrop.in {
  background: rgba(0, 0, 0, 0.8);
}

.detail-banner .lightSlider .lslide > img {
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer-select {
  z-index: 1 !important;
}

.room-map {
  position: relative;
}

.room-map #map {
  height: 650px;
}

.room-map .hover-card {
  position: absolute;
  background: #fff;
  padding: 20px;
  border: 1px solid #dbdbdb;
  left: 30px;
  top: 30px;
  min-width: 230px;
}

.room-map .hover-card h4 {
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 4px;
  color: #000;
}

.room-map .hover-card a {
  display: inline-block;
  color: #757575;
}

.room-map .hover-card a:hover {
  text-decoration: underline;
}

.user-img img,
.profile-img img,
.profile-image img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.user-wrap .profile-image {
  width: 90px;
  height: 90px;
}

.user-wrap h4 {
  font-size: 14px;
  color: #000;
  margin: 7px 0;
  text-transform: capitalize;
}

.photo-grid > div {
  position: relative;
}

.photo-grid > div.lg-gallery {
  height: 420px;
  width: 100%;
}

.photo-grid > div.sm-gallery {
  height: 280px;
  width: calc(50% - 5px);
}

.photo-grid > div > a {
  height: 100%;
  width: 100%;
  background-size: cover;
}

.photo-grid > div .more-gallery-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.photo-grid > div .more-gallery-btn h5 {
  color: #fff;
  margin: 0;
  font-size: 16px;
  text-shadow: 0 0 10px #000;
}

.photo-grid > div .more-gallery-btn h5:hover {
  text-decoration: underline;
}

.user-wrap {
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px 0;
}

.user-wrap .user-info h1 {
  font-size: 24px;
  color: #000;
  margin-bottom: 4px;
}

.user-wrap .user-info a {
  color: #484848;
}

.similar-listings .owl-carousel .owl-nav > div {
  position: absolute;
  top: 36%;
}

.similar-listings .pro-img img {
  height: 200px;
}

.room-type .room-icon .icon {
  font-size: 24px;
}

.detail-info .title {
  font-size: 18px;
}

.detail-info label {
  font-weight: 600;
}

.detail-info p,
.detail-info label {
  margin: 0;
}

.detail-info > div + div {
  border: 1px solid #dbdbdb;
  border-width: 1px 0 0 0;
}

.theme-color {
  color: #ff5a5f;
}

.theme-color:hover {
  color: #da282e;
}

.green-color {
  color: #008489;
}

a.theme-link {
  color: #ff5a5f;
}

a.theme-link:hover {
  text-decoration: underline;
}

a.host-experience-color {
  color: #008489;
}

a.host-experience-color:hover {
  text-decoration: underline;
}

a.green-link {
  color: #008489;
}

a.green-link:hover {
  text-decoration: underline;
}

a.normal-link {
  color: #565a5c;
}

a.normal-link:hover {
  text-decoration: underline;
}

.normal-link {
  color: #565a5c;
}

.normal-link:hover {
  text-decoration: underline;
}

.cursor-pointer {
  cursor: pointer;
}

.accepted-alert a.theme-link {
  color: #3fb34f;
}

.accepted-alert a.theme-link:hover {
  text-decoration: underline;
}

.amenities-icon .icon {
  font-size: 22px;
}

.safety-features .amenities-icon .icon {
  font-size: 18px;
}

.position-sticky {
  top: 0;
  height: 100%;
}

.icon-bolt {
  color: #ffb400;
}

.icon-bolt.book-instant-icon {
  font-size: 20px;
}

.booking-form {
  z-index: 9;
}

.booking-form .price-label {
  background: rgba(60, 63, 64, 0.9);
  padding: 5px 20px;
  position: absolute;
  width: calc(100% - 30px);
  margin: 0 auto;
  z-index: 9;
}

.booking-form:not(.active) {
  top: 0 !important;
}

.booking-form:not(.active) .price-label {
  top: 0 !important;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.booking-form table {
  margin: 0;
}

.booking-form.active .price-label {
  position: fixed;
}

.booking-form .book-it-price-amount span {
  color: #fff;
  font-size: 20px;
}

.booking-form .book-pay-type span {
  color: #fff;
}

.booking-form .book-it-panel {
  padding: 15px;
  border: 1px solid #dbdbdb;
  background: #fff;
}

.booking-form .book-it-panel label {
  max-width: 100%;
}

.datepicker-tooltip {
  z-index: 9999;
  -webkit-transform: translateZ(1px);
}

.ui-datepicker {
  z-index: 9999 !important;
}

.ui-datepicker-calendar {
  background: transparent;
}

.ui-datepicker-calendar td {
  border: 1px solid #ebeceb;
  padding: 0;
  position: relative;
}

.ui-datepicker-calendar td:first-child,
.ui-datepicker-calendar td:last-child {
  border-left: 0;
}

.ui-datepicker-calendar th {
  text-align: center;
  color: #82888a;
  font-size: 0.8em;
}

a.ui-state-default,
span.ui-state-default {
  display: block;
  padding: 6px 0px;
  text-align: center;
  font-weight: bold;
  width: 32px;
  border: 1px solid transparent;
  cursor: default;
}

a.ui-state-default:hover,
span.ui-state-default:hover {
  text-decoration: none;
}

a.ui-state-default.ui-state-hover,
a.ui-state-default.ui-state-active,
a.ui-state-default.ui-state-highlight {
  background-color: #ff5a5f;
  color: #fff;
  border-color: #ff5a5f;
}

a.ui-state-default.ui-state-hover:hover,
a.ui-state-default.ui-state-active:hover,
a.ui-state-default.ui-state-highlight:hover {
  opacity: 0.9;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  cursor: pointer;
  padding: 5px 20px;
  margin: -5px -20px;
}

.ui-datepicker-prev:before,
.ui-datepicker-next:before {
  font-family: Airglyphs, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  color: #82888a;
  font-size: 1.2em;
}

.ui-datepicker-prev:hover,
.ui-datepicker-prev:hover:before,
.ui-datepicker-next:hover,
.ui-datepicker-next:hover:before {
  text-decoration: none;
}

.ui-datepicker-prev {
  float: left;
}

.ui-datepicker-next {
  float: right;
}

.ui-datepicker-title {
  text-align: center;
}

a.ui-state-default {
  color: #565a5c;
}

span.ui-state-default {
  color: #dce0e0;
}

.ui-datepicker-header {
  font-weight: bold;
  padding: 15px;
}

.ui-datepicker-buttonpane {
  padding: 5px;
  font-size: 12px;
}

.ui-datepicker-close {
  color: #ff5a5f;
  background: transparent;
  border: 0;
  text-align: left;
  width: 40%;
}

.ui-datepicker-additional-info {
  position: relative;
  top: 2px;
  float: right;
  color: #82888a;
  margin-bottom: 10px;
  text-align: right;
  padding-right: 5px;
  width: 60%;
}

.ui-datepicker {
  border: 1px solid #c4c4c4;
  border-radius: 2px;
  box-sizing: content-box;
  box-shadow: 0 0 9px 5px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  z-index: 9999;
  display: none;
  width: 244px;
}

.ui-datepicker * {
  -webkit-transition: all ease 0s;
  transition: all ease 0s;
}

.ui-datepicker .ui-datepicker-calendar tr td span,
.ui-datepicker .ui-datepicker-calendar tr th span,
.ui-datepicker .ui-datepicker-calendar tr td a {
  box-sizing: content-box;
}

.ui-datepicker .ui-datepicker-calendar td .ui-datepicker-week-end {
  width: 31px;
}

.ui-datepicker .ui-datepicker-calendar td:first-child {
  border-left: none;
}

.ui-datepicker .ui-datepicker-calendar td:first-child a.ui-state-default.ui-state-highlight,
.ui-datepicker .ui-datepicker-calendar td:first-child a.ui-state-default.ui-state-hover,
.ui-datepicker .ui-datepicker-calendar td:first-child a.ui-state-default.ui-state-active,
.ui-datepicker .ui-datepicker-calendar td:first-child a.ui-state-default.ui-state-highlight {
  border-left: none;
  margin: 0;
  width: 33px;
}

.ui-datepicker .ui-datepicker-calendar td:last-child {
  border-right: none;
  margin-right: 0;
}

.ui-datepicker .ui-datepicker-calendar td:last-child a.ui-state-default.ui-state-highlight,
.ui-datepicker .ui-datepicker-calendar td:last-child a.ui-state-default.ui-state-hover,
.ui-datepicker .ui-datepicker-calendar td:last-child a.ui-state-default.ui-state-active,
.ui-datepicker .ui-datepicker-calendar td:last-child a.ui-state-default.ui-state-highlight {
  border-right: none;
  margin: 0;
  width: 33px;
}

.custom-arrow {
  position: relative;
}

.custom-arrow:before,
.custom-arrow:after {
  bottom: -8px;
  content: "";
  left: 50%;
  margin-left: -8px;
  position: absolute;
}

.custom-arrow:before {
  border-color: #fff transparent transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #dbdbdb;
}

.custom-arrow:after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
}

.custom-arrow.left:before,
.custom-arrow.left:after {
  bottom: inherit;
  top: 10px;
  content: "";
  left: 0;
  margin-left: 0;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}

.custom-arrow.left:before {
  border-color: #fff transparent transparent;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #dbdbdb;
  left: -1px;
}

.custom-arrow.left:after {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #fff;
}

.custom-arrow.right:before,
.custom-arrow.right:after {
  bottom: inherit;
  top: 10px;
  content: "";
  left: inherit;
  right: 0;
  margin-left: 0;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
}

.custom-arrow.right:before {
  border-color: #fff transparent transparent;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #dbdbdb;
}

.custom-arrow.right:after {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #fff;
  right: 1px;
}

.custom-arrow.top-right:before,
.custom-arrow.top-right:after {
  bottom: inherit;
  top: 0;
  content: "";
  right: 10px;
  left: inherit;
  margin-left: 0;
  -webkit-transform: translate(0, -100%) rotate(180deg);
          transform: translate(0, -100%) rotate(180deg);
}

.custom-arrow.top:before,
.custom-arrow.top:after {
  bottom: inherit;
  top: 1px;
  content: "";
  left: 10px;
  margin-left: 0;
  -webkit-transform: translate(0, -100%) rotate(180deg);
          transform: translate(0, -100%) rotate(180deg);
}

.custom-arrow.top:before {
  top: -1px;
}

.custom-arrow.bottom:before,
.custom-arrow.bottom:after {
  bottom: inherit;
  left: 10px;
  content: "";
  left: 10px;
  margin-left: 0;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}

.custom-arrow.bottom:before {
  border-color: #fff transparent transparent;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #dbdbdb;
}

.custom-arrow.bottom:after {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #fff;
}

#tooltip1 {
  text-align: center;
  color: #565a5c;
  background: #fff;
  position: absolute;
  z-index: 100;
  padding: 8px 15px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}

#tooltip1::after {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  margin-left: -8px;
}

#tooltip1::before {
  border-color: #fff transparent transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #565a5c;
  bottom: -8px;
  content: "";
  left: 50%;
  margin-left: -8px;
  position: absolute;
}

#tooltip1.top::before {
  top: -8px;
  bottom: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#tooltip1.top::after {
  border-top-color: transparent;
  border-bottom: 8px solid #fff;
  top: -16px;
  bottom: auto;
}

#tooltip1.left::before {
  left: 16px;
  right: auto;
}

#tooltip1.left::after {
  left: 8px;
  margin: 0;
}

#tooltip1.right::before {
  right: 8px;
  left: auto;
}

#tooltip1.right::after {
  right: 8px;
  left: auto;
  margin: 0;
}

.tooltip-amenity {
  position: absolute;
  max-width: 280px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  display: none;
  z-index: 99;
  left: 0;
  top: -10px;
  color: #484848;
}

.tooltip-amenity::after,
.tooltip-amenity::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
}

.tooltip-amenity::before {
  border: 10px solid transparent;
}

.tooltip-amenity::after {
  border: 8px solid transparent;
  margin-left: 2px;
}

.tooltip-amenity.tooltip-bottom::before {
  bottom: -10px;
  top: auto;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.1);
}

.tooltip-amenity.tooltip-bottom::after {
  bottom: -8px;
  top: auto;
  border-bottom: 0;
  border-top-color: #fff;
}

.tooltip-amenity ul {
  padding: 10px;
}

.tooltip-amenity ul li {
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
}

.tooltip-amenity ul li strong {
  font-size: 17px;
}

.book-it-price-amount:hover span[aria-label="Book Instantly"] .tooltip-amenity {
  display: block;
}

span[aria-label="Book Instantly"] .tooltip-amenity {
  margin: 20px;
  top: 100%;
}

span[aria-label="Book Instantly"] .tooltip-amenity::before,
span[aria-label="Book Instantly"] .tooltip-amenity::after {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  top: 0;
  left: 25%;
}

span[aria-label="Book Instantly"] .tooltip-amenity::before {
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.1);
}

span[aria-label="Book Instantly"] .tooltip-amenity::after {
  border-top: 0;
  border-bottom-color: #fff;
}

.wishlist-wrapper input[type=checkbox][name="wishlist-button"] {
  opacity: 0;
  position: absolute;
}

.wishlist-wrapper input[type=checkbox][name="wishlist-button"] + label[for="wishlist-button"] .rich-toggle-checked {
  display: none;
}

.wishlist-wrapper input[type=checkbox][name="wishlist-button"] + label[for="wishlist-button"] .rich-toggle-unchecked {
  display: -webkit-box;
  display: flex;
}

.wishlist-wrapper input[type=checkbox][name="wishlist-button"] + label[for="wishlist-button"] span {
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.wishlist-wrapper input[type=checkbox][name="wishlist-button"]:checked + label[for="wishlist-button"] .rich-toggle-checked {
  display: -webkit-box;
  display: flex;
}

.wishlist-wrapper input[type=checkbox][name="wishlist-button"]:checked + label[for="wishlist-button"] .rich-toggle-unchecked {
  display: none;
}

.social-share-widget ul li {
  display: inline-block;
  font-size: 16px;
  margin: 5px;
}

.host-info {
  background: #edefed;
  padding: 20px;
}

.host-info .profile-img {
  text-align: center;
}

.host-info .profile-img img {
  display: inline-block;
  width: 100px;
  height: 100px;
  border: 2px solid #fff;
}

.host-info h5 {
  font-size: 16px;
  font-weight: 600;
  margin: 5px 0;
  color: #000;
}

.host-info p {
  margin-bottom: 10px;
  color: #000;
}

.host-info ul {
  list-style: disc;
  padding-left: 20px;
}

.host-info ul li {
  line-height: 20px;
  color: #000;
}

.host-info ul li + li {
  margin-top: 10px;
}

#contact-modal .modal-dialog {
  max-width: 600px;
  width: 100%;
}

#contact-modal .modal-dialog textarea {
  height: 365px;
}

.compose-info {
  padding: 30px;
}

.send-user .profile-img img {
  display: inline-block;
  width: 70px;
  height: 70px;
}

label .error-msg {
  display: inline-block;
}

.error-msg {
  color: #f00;
  display: block;
}

.success-msg {
  color: #008000;
}

.fb-btn {
  background: #4568b2;
  border-color: #4568b2;
}

.review-wrapper .review-count {
  border: 1px solid #dbdbdb;
  border-width: 1px 0 0 0;
}

.review-wrapper .review-count h5 {
  margin: 0;
}

.review-wrapper .review-count .star-rating .icon {
  font-size: 17px;
}

.review-wrapper .review-content .profile-img img {
  display: inline-block;
  width: 70px;
  height: 70px;
}

.review-wrapper .review-content .profile-img h5 {
  color: #000;
  font-size: 17px;
  margin-top: 5px;
}

.review-wrapper .review-content .expandable-content p {
  margin: 0;
  color: #000;
  font-size: 16px;
}

.review-wrapper .review-content .date {
  font-size: 15px;
  color: #757575;
}

.review-wrapper .review-main,
.review-wrapper .total-reviews {
  border: 1px solid #dbdbdb;
  border-width: 1px 0 0 0;
}

.expandable-content p {
  margin-bottom: 10px;
}

#host-profile-contact-btn {
  padding: 4px 10px;
  font-size: 13px;
}

.host-profile-section {
  border: 1px solid #dbdbdb;
  border-width: 1px 0 0 0;
}

.host-profile-section h4 {
  font-size: 18px;
  color: #000;
}

.host-profile-section .profile-img img {
  width: 80px;
  height: 80px;
}

.trust-info {
  border: 1px solid #dbdbdb;
  border-width: 1px 0 0 0;
}

.badge-pill {
  padding: 0;
  display: inline-block;
}

.badge-pill a {
  color: #000;
}

.badge-pill h5 {
  font-size: 14px;
}

.badge-pill .badge-pill-count {
  color: #fff;
  font-size: 22px;
  vertical-align: top;
  line-height: 1;
  font-weight: 600;
  display: inline-block;
  border-radius: 10px;
  padding: 12px 18px 14px;
  margin-bottom: 5px;
  background: linear-gradient(140deg, #ffc333 55%, #ffb400 55%, #ffb400 100%);
}

.wishlist-popup .background-listing-img {
  min-height: 510px;
  background: no-repeat center / cover;
}

.wishlist-popup .background-listing-img .profile-img img {
  width: 65px;
  height: 65px;
  border: 2px solid #fff;
}

.wishlist-popup .background-listing-img .profile-info h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: capitalize;
}

.wishlist-popup .background-listing-img .profile-info span {
  color: #fff;
}

.rich-toggle-checked .icon-heart {
  color: #008489;
}

.wishlist-popup .wish-title {
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px 0;
}

.wishlist-popup .wish-title h3 {
  margin: 0;
  font-size: 20px;
}

.wishlist-popup #wish_list_btn {
  padding: 5px 12px;
  font-size: 14px;
}

.wishlist-popup .wl-modal-footer {
  border: 1px solid #dbdbdb;
  border-width: 1px 0 0 0;
}

.wishlist-popup .wl-modal-wishlists ul {
  max-height: 350px;
  overflow: auto;
}

.wishlist-popup .wl-modal-wishlists ul li {
  padding: 10px;
}

.wishlist-popup .wl-modal-wishlists ul li span {
  font-size: 15px;
  text-transform: capitalize;
}

.wishlist-popup .wl-modal-wishlists ul li .wl-icons {
  display: none;
}

.wishlist-popup .wl-modal-wishlists ul li .wl-icons .icon {
  font-size: 17px;
}

.wishlist-popup .wl-modal-wishlists ul li:hover {
  background: #edefed;
}

.wishlist-popup .wl-modal-wishlists ul li:hover .wl-icons {
  display: block;
}

.wishlist-popup .wl-modal-wishlists ul li.active .wl-icons {
  display: block;
}

.wishlist-popup .wl-modal-wishlists ul li.active .wl-icons .icon {
  color: #008489;
}

.wishlist-popup .create-wl a {
  color: #008489;
}

.detail-sticky {
  background: #565a5c;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9;
  opacity: 0;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  visibility: hidden;
}

.detail-sticky.active {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  visibility: visible;
}

.detail-sticky ul li {
  display: inline-block;
  line-height: 20px;
}

.detail-sticky ul li a {
  color: #fff;
  text-transform: capitalize;
  padding: 10px 0;
}

.detail-sticky ul li a.active {
  padding-bottom: 6px;
  border-bottom: 4px solid #fff;
}

.detail-sticky ul li + li {
  margin-left: 15px;
}

.loading,
.dot-loading {
  position: relative;
}

.loading:before,
.dot-loading:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.9) url(../images/loading.svg?40f0b562d104d733c38cd635a9f72ae7) no-repeat center/70px;
  content: "";
  display: inline-block;
  left: 0px;
  right: 0;
  top: 0px;
  bottom: 0;
  z-index: 9;
}

/* Safari */

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.payment-wrap h2 {
  font-size: 26px;
  color: #000;
  margin-bottom: 15px;
}

.payment-wrap .payment-section label {
  color: #000;
}

.payment-wrap .payment-logo.inactive {
  opacity: 0.4;
}

.payment-wrap .payment-type-wrap > .row > div,
.payment-wrap .new-card > .row > div,
.payment-wrap .bill-info-wrap > .row > div {
  margin: 6px 0;
}

.payment-wrap .icon-lock {
  font-size: 22px;
  vertical-align: middle;
}

.bill-info-wrap,
.payment-section + .checkout-info,
.checkout-rule-info,
.policies {
  margin-top: 30px;
  padding-top: 30px;
  border: 1px solid #dbdbdb;
  border-width: 1px 0 0 0;
}

.payment-logo {
  width: 50px;
  height: 30px;
  margin: 0;
  display: inline-block;
  text-indent: -2000em;
  background: url(../images/payments.png?cac844cfd97b2cafa3fb0fba7a99f9c7) no-repeat center;
  vertical-align: middle;
  color: transparent;
}

.payment-logo.visa {
  background-position: 0px 0px;
}

.payment-logo.master {
  background-position: -50px 0px;
}

.payment-logo.mastercard {
  background-position: -50px 0px;
}

.payment-logo.american_express {
  background-position: -100px 0px;
}

.payment-logo.discover {
  background-position: -150px 0px;
}

.payment-logo.paypal {
  background-position: -200px 0px;
}

.payment-logo.sofort {
  background-position: -250px 0px;
}

.payment-logo.ideal {
  background-position: -300px 0px;
}

.payment-logo.unionpay {
  background-position: -350px 0px;
}

.payment-logo.alipay {
  background-position: -400px 0px;
}

.payment-logo.jcb {
  background-position: -650px 0px;
}

.payment-logo.postepay {
  background-position: -700px 0px;
}

.payment-logo.hipercard {
  background-position: -750px 0px;
}

.payment-logo.boleto {
  background-position: -800px 0px;
}

.payment-logo.elo {
  background-position: -850px 0px;
}

.payment-logo.diners_club {
  background-position: -900px 0px;
}

.payment-logo.aura {
  background-position: -950px 0px;
}

.payment-logo.visa {
  background-position: -450px 0px;
}

.payment-logo.master {
  background-position: -500px 0px;
}

.payment-logo.mastercard {
  background-position: -500px 0px;
}

.payment-logo.american_express {
  background-position: -550px 0px;
}

.payment-logo.international.discover {
  background-position: -600px 0px;
}

.checkout-info h2 {
  margin-bottom: 10px;
}

.chat-row .user-img {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
}

.chat-row .user-img img {
  width: 100px;
  height: 100px;
}

.chat-row .chat-box.panel-dark {
  background: #edefed;
  padding: 10px;
  border: 1px solid #dbdbdb;
}

.chat-row .chat-box.panel-dark:after {
  border-right-color: #edefed;
}

.chat-row .chat-box p {
  margin: 0;
}

.chat-row .chat-box textarea {
  min-height: 100%;
}

.chat-container .chat-row:nth-child(even) {
  margin-top: 30px;
}

.arrow,
.arrow-left,
.arrow-right,
.arrow-bottom {
  position: relative;
}

.arrow:before,
.arrow-left:before,
.arrow-right:before,
.arrow-bottom:before,
.arrow:after,
.arrow-left:after,
.arrow-right:after,
.arrow-bottom:after {
  content: '';
  display: inline-block;
  position: absolute;
}

.arrow-left:before,
.arrow-left:after {
  left: 0;
  top: 15px;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}

.arrow-left:before {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #dbdbdb;
}

.arrow-left:after {
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 9px solid white;
  margin: 1px 0 0 1px;
}

.arrow-right:before,
.arrow-right:after {
  right: 20px;
  top: 0;
}

.arrow-top:before,
.arrow-top:after {
  top: 0;
  left: 20px;
}

.arrow-bottom:before,
.arrow-bottom:after {
  bottom: 20px;
  left: 20px;
}

.arrow-bottom:before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #dbdbdb;
}

.arrow-bottom:after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid white;
  margin: 1px 0 0 1px;
}

.payment_list_right .payments-listing-image img {
  max-height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.payment_list_right .hosting-info {
  padding: 20px;
  border: 1px solid #dbdbdb;
}

.payment_list_right .hosting-info > div + div {
  border: 1px solid #dbdbdb;
  border-width: 1px 0 0 0;
}

.payment_list_right .payments-listing-name h3 {
  text-transform: capitalize;
  font-size: 20px;
  color: #000;
}

.payment_list_right .payments-listing-name p {
  margin: 0;
}

.payment_list_right .room-info p {
  margin: 0;
}

.panel-total-charge span {
  font-size: 13px;
}

.reso-info-table li {
  display: -webkit-box;
  display: flex;
  width: 100%;
  line-height: 24px;
}

.reso-info-table .total span {
  font-size: 22px;
}

.reso-info-table #coupon_disabled_message,
.reso-info-table .cancel-coupon {
  display: none;
}

.coupon-code-field {
  padding: 5px 10px;
}

.or-block {
  padding: 10px;
}

.or-block:before,
.or-block:after {
  content: "";
  display: inline-block;
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px 0;
  -webkit-box-flex: 1;
          flex-grow: 1;
  margin-top: 3px;
}

.or-block span {
  font-size: 16px;
  line-height: 1;
}

.sign-popup .modal-header {
  border: none;
}

.sign-popup .modal-content {
  border-radius: 0;
}

.sign-popup.modal .modal-header .close {
  top: 30px;
  right: 30px;
  font-size: 30px;
}

.sign-popup .modal-body {
  padding: 30px 30px 15px;
}

.log-form .control-group > div {
  position: relative;
}

.log-form .control-group h5 {
  color: #000;
}

.log-form .control-group input {
  border: 1px solid #dbdbdb;
  font-size: 16px;
  padding: 10px 30px 10px 10px;
}

.log-form .control-group .icon {
  font-size: 18px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.log-form .control-group + .control-group {
  margin-top: 12px;
}

.log-form .error-msg {
  margin-bottom: 5px;
}

.social-log li + li {
  margin-top: 10px;
}

.social-log li .btn {
  padding: 15px;
}

.social-log li .btn .icon,
.social-log li .btn span {
  font-size: 18px;
  color: #fff;
  line-height: 1;
}

.social-log li .fb-btn {
  background: #4568b2;
}

.social-log li .fb-btn:focus,
.social-log li .fb-btn:hover,
.social-log li .fb-btn:active,
.social-log li .fb-btn:not(:disabled):not(.disabled):active,
.social-log li .fb-btn:not(:disabled):not(.disabled):active:focus {
  background: #002f92;
}

.social-log li .apple-btn {
  background: #000;
  color: #fff;
}

.social-log li .apple-btn:focus,
.social-log li .apple-btn:hover,
.social-log li .apple-btn:active,
.social-log li .apple-btn:not(:disabled):not(.disabled):active,
.social-log li .apple-btn:not(:disabled):not(.disabled):active:focus {
  background: #3a3a3a;
}

.social-log li .google-btn .icon {
  color: #dd4b39;
}

.social-log li .google-btn span {
  color: #484848;
}

.social-log li .google-btn:hover span {
  color: #484848;
}

.social-log li .linkedin-btn {
  background: #0077b5;
}

.social-log li .linkedin-btn:focus,
.social-log li .linkedin-btn:hover,
.social-log li .linkedin-btn:active,
.social-log li .linkedin-btn:not(:disabled):not(.disabled):active,
.social-log li .linkedin-btn:not(:disabled):not(.disabled):active:focus {
  background: #005784;
}

.social-log li .email-btn {
  background: #ff5a5f;
  border-color: #ff5a5f;
}

.social-log li .email-btn:focus,
.social-log li .email-btn:hover,
.social-log li .email-btn:active,
.social-log li .email-btn:not(:disabled):not(.disabled):active,
.social-log li .email-btn:not(:disabled):not(.disabled):active:focus {
  background: #da282e;
  border-color: #da282e;
}

.social-log li .btn {
  border-radius: 5px;
}

.form-footer {
  border: 1px solid #dbdbdb;
  border-width: 1px 0 0 0;
}

.log-page {
  border: 1px solid #dbdbdb;
  max-width: 560px;
  margin: 0 auto;
}

.log-page .error-msg {
  margin-bottom: 5px;
}

.back-btn {
  color: #008489;
}

.back-btn:hover {
  color: #01595d;
}

.new_head {
  background: #fff;
}

.new_head h1 {
  font-size: 32px;
  margin-bottom: 5px;
  color: #000;
}

.new_head p {
  margin: 0;
}

[disabled].btn,
[disabled] .btn {
  pointer-events: none;
}

.custom-select {
  background: none;
}

.custom-select:focus {
  border-color: #dbdbdb;
  box-shadow: none;
}

.custom-select .selectboxit-option-icon-container {
  display: none;
}

.custom-select .selectboxit-text {
  word-wrap: break-word;
  padding-right: 10px;
  text-indent: 0;
  float: none;
  color: #484848;
}

.custom-select .selectboxit-arrow-container {
  display: none;
}

.custom-select ~ .selectboxit-options {
  top: 100% !important;
  z-index: 2;
  background: #fff;
  padding: 0 !important;
  border: 1px solid #dbdbdb;
  border-top: none;
  width: auto;
  left: -1px;
  right: -1px;
}

.selectboxit-container {
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}

.selectboxit-container * {
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}

.other-select .selectboxit-btn {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  border: 1px solid #dbdbdb;
  border-left: none;
  padding: 15px 25px 15px 15px !important;
}

.other-select .selectboxit-btn .custom-select.selectboxit {
  height: 100%;
}

.other-select .selectboxit-disabled {
  color: #484848;
}

.other-select .selectboxit-container {
  height: 100%;
}

.other-select .selectboxit-option-icon-container {
  display: none;
}

.other-select .selectboxit-option {
  text-indent: 0;
}

.other-select .selectboxit-option .selectboxit-option-anchor {
  padding: 5px 10px;
  color: #484848;
}

.other-select .selectboxit-option.selectboxit-focus .selectboxit-option-anchor {
  color: #fff;
}

.become_new {
  background: #edefed;
}

.become_new h3 {
  font-size: 16px;
  color: #000;
}

.become_new .btn-group .btn {
  text-align: left;
  padding: 17px 15px;
  width: 25%;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
}

.become_new .btn-group .btn:focus,
.become_new .btn-group .btn:hover,
.become_new .btn-group .btn:active,
.become_new .btn-group .btn:not(:disabled):not(.disabled):active,
.become_new .btn-group .btn:not(:disabled):not(.disabled):active:focus {
  background: #cce4e7;
}

.become_new .btn-group .btn img {
  width: 40px;
  padding-right: 10px;
}

.become_new .btn-group .other-select:hover {
  background: #cce4e7;
}

.become_new .other-select select {
  height: 100%;
  padding: 15px 25px 15px 15px;
  border-left: none;
}

.become_new .btn-group .icon,
.become_new .icon-field .icon,
.become_new .active-title .icon {
  font-size: 18px;
}

.become_new .panel-body {
  background: #f5f5f5;
}

.fieldset {
  margin-top: 25px;
}

.fieldset .icon-field {
  position: relative;
  padding: 0;
  border: 1px solid #dbdbdb;
}

.fieldset .icon-field:hover {
  background: #cce4e7;
}

.fieldset .icon-field > select,
.fieldset .icon-field input {
  border: none;
  padding: 15px 20px 15px 35px;
}

.fieldset .icon-field .icon {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.active-selection {
  cursor: pointer;
  background: #fff;
  border: 1px solid #dbdbdb;
}

.active-title {
  cursor: pointer;
  background: #edefed;
  padding: 20px;
  border: 1px solid #dbdbdb;
  border-width: 0 1px 0 0;
}

.active-title span {
  font-size: 16px;
}

.active-title .icon {
  color: #008489;
}

.active-title img {
  width: 40px;
  padding-right: 10px;
}

.active-message {
  padding: 20px;
}

.active-message p {
  margin: 0;
}

.active-message .icon {
  position: absolute;
  left: -5px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #edefed;
  text-shadow: 1px 0px 0px #cecece;
}

.host-secure-info .icon {
  font-size: 50px;
  margin-bottom: 20px;
  color: #008489;
}

.host-secure-info h4 {
  font-size: 18px;
  color: #000;
}

.host-secure-info p {
  font-size: 16px;
  color: #757575;
}

.never-listed .pre-listed {
  display: block;
}

.never-listed .post-listed {
  display: none;
}

.has-been-listed .post-listed {
  display: block;
}

.has-been-listed .not-post-listed,
.post-listed,
.additional-prices {
  display: none;
}

.has-been-active-host .post-listed {
  display: block;
}

.manage-listing-header {
  background: #565a5c;
  padding: 8px 15px;
}

.manage-listing-header .listing-nav li span {
  display: inline-block;
  color: #fff;
}

.manage-listing-header .listing-nav li span a {
  display: inline-block;
  color: #fff;
  padding: 0;
}

.manage-listing-header .listing-nav li span a:hover {
  text-decoration: underline;
}

.manage-listing-header .listing-nav li .icon {
  color: #fff;
}

.nav-sections .nav-active {
  background: #dedede;
}

.nav-sections .nav-active a {
  font-weight: 600;
}

.nav-sections .section-header h3 {
  text-transform: capitalize;
  font-size: 15px;
  margin: 0;
  padding: 10px 15px;
  color: #afafaf;
}

.nav-sections .nav-item > a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 10px 15px;
}

.nav-sections .nav-item > a span {
  -webkit-box-flex: 1;
          flex-grow: 1;
  padding-right: 10px;
}

.nav-sections .nav-item > a:hover {
  color: #484848;
}

.success-icon .icon {
  color: #008489;
}

.manage-nav {
  background: #f5f5f5;
}

.manage-listing-content {
  font-size: 16px;
}

.manage-listing-content .js-section + .js-section {
  margin-top: 35px;
  padding-top: 25px;
  border: 1px solid #dbdbdb;
  border-width: 1px 0 0 0;
}

.manage-listing-content h4 {
  font-size: 21px;
}

.manage-listing-container .nav-sections li a {
  font-size: 16px;
}

.content-heading h3 {
  font-size: 22px;
}

.content-heading p {
  margin: 0;
  color: #757575;
}

.manage-nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  border: 1px solid #dbdbdb;
  border-width: 0 1px 0 0;
}

.manage-nav .publish-actions {
  margin-top: auto;
  border: 1px solid #dbdbdb;
  border-width: 1px 0 0 0;
  padding: 15px;
}

.manage-nav .text-highlight {
  color: #008489;
}

.progress-buttons .btn {
  padding: 7px 20px;
}

.help-content {
  border: 1px solid #dbdbdb;
  padding: 35px 20px 20px;
}

.help-content h4 {
  font-size: 20px;
  text-transform: capitalize;
}

.help-content p {
  margin: 0;
}

.help-content p + p {
  margin-top: 10px;
}

.help-row {
  margin-top: 20px;
}

.help-row h3 {
  font-size: 18px;
  margin-bottom: 4px;
}

.help-row p {
  margin: 0;
}

.help-row p + p {
  margin-top: 10px;
}

.manage-content .manage-listing-container {
  overflow-y: auto;
  max-height: 100%;
}

.manage-content.loading {
  overflow: hidden;
}

.nav-sections {
  overflow-y: auto;
}

.manage-listing-help {
  position: relative;
  max-width: 350px;
  margin: auto;
}

.manage-listing-help .help-icon {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.manage-listing-help .help-icon > img {
  width: 50px;
  height: 50px;
}

.saving-progress {
  text-align: right;
}

.saving-progress h5 {
  font-size: 16px;
  color: #3fb34f;
  margin: 0;
}

.manage-listing-footer {
  padding: 15px 0;
  border: 1px solid #dbdbdb;
  border-width: 1px 0 0 0;
}

.manage-listing-content .js-section,
.description_form .js-section {
  position: relative;
}

.manage-listing-content .js-section + .js-section .saving-progress,
.description_form .js-section + .js-section .saving-progress {
  -webkit-transform: none;
          transform: none;
  margin-top: 8px;
}

.manage-listing-content .saving-progress,
.description_form .saving-progress {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}

.description-tabs {
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: wrap;
}

.description-tabs li {
  margin: 10px 15px 0 0;
}

.description-tabs li a {
  padding-bottom: 5px;
  border-bottom: 3px solid transparent;
}

.description-tabs li a[aria-selected="true"] {
  border-color: #565a5c;
}

.description-tabs li a[aria-selected="true"]:hover {
  border-color: #ff5a5f;
}

.description-tabs li a:hover {
  color: #ff5a5f;
}

.icon.icon-add:before,
.icon.icon-ok-alt:before {
  font-weight: 600;
}

.add-language a:hover {
  color: #da282e;
}

.add-language .icon-trash {
  font-size: 20px;
}

.add_language_info .icon-globe {
  font-size: 45px;
}

.add_language_info h3 {
  font-size: 20px;
}

.add_language_info .select-language .btn {
  padding: 5px 15px;
}

.tip-address-img img {
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
}

.location-map-container {
  position: relative;
}

.location-map-container .location-map-img {
  height: 275px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.location-map-container .location-map-pin {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 30px;
}

address span {
  display: block;
  font-weight: 600;
}

.address-modal span {
  display: block;
}

.address-modal span.address-line {
  font-weight: 600;
}

.modal .enter_address .modal-header {
  background: #edefed;
}

.modal.import_pop .modal-header,
.modal.export_pop .modal-header,
.modal.remove_sync_popup .modal-header,
.modal.photo-delete-modal .modal-header {
  background: #edefed;
}

.custom-tooltip {
  position: relative;
  display: inline-block;
  line-height: 1;
}

.custom-tooltip .icon-question {
  vertical-align: top;
}

.custom-tooltip .tooltip-wrap {
  position: absolute;
  display: none;
  z-index: 1;
  background: white;
}

.custom-tooltip .tooltip-wrap.tool-arrow-bottom {
  top: 0;
  margin-top: -10px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.custom-tooltip .tooltip-info {
  position: relative;
  padding: 5px 10px;
  border: 1px solid #dbdbdb;
}

.custom-tooltip .tooltip-info:before,
.custom-tooltip .tooltip-info:after {
  content: '';
  display: inline-block;
  position: absolute;
}

.custom-tooltip .tooltip-info span {
  line-height: 18px;
}

.tool-arrow-left .tooltip-info:before,
.tool-arrow-left .tooltip-info:after {
  left: 0;
  top: 15px;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}

.tool-arrow-left .tooltip-info:before {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #dbdbdb;
}

.tool-arrow-left .tooltip-info:after {
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 9px solid white;
  margin: 1px 0 0 1px;
}

.tool-arrow-right .tooltip-info:before,
.tool-arrow-right .tooltip-info:after {
  right: 20px;
  top: 0;
}

.tool-arrow-top .tooltip-info:before,
.tool-arrow-top .tooltip-info:after {
  top: 0;
  left: 20px;
}

.tool-arrow-bottom .tooltip-info:before,
.tool-arrow-bottom .tooltip-info:after {
  top: 100%;
  left: 7px;
}

.tool-arrow-bottom .tooltip-info:before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #dbdbdb;
}

.tool-arrow-bottom .tooltip-info:after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid white;
  margin: 0 0 0 1px;
}

.amenity-list li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin: 7px 0;
}

.amenity-list li label {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin: 0;
}

.photo-list input[type="radio"] {
  border-radius: 50%;
  margin: 0;
}

.photo-list input[type="radio"]:checked:before {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #ff5a5f;
}

.photo-list li {
  position: relative;
}

.photo-list li .media-photo {
  position: relative;
  display: block;
}

.photo-list li .media-photo img {
  height: 160px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.photo-list li .photo-drag-target {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.photo-list li .photo-radio {
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 1;
}

.photo-list li .delete-photo-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  line-height: 1;
  padding: 5px;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: #fff;
  opacity: 0;
}

.photo-list li .delete-photo-btn:hover {
  background: #000;
}

.photo-list li:hover .delete-photo-btn {
  opacity: 1;
}

.photo-list li .photo-highlights {
  padding: 10px;
  border: 1px solid #dbdbdb;
}

.photos-info {
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px 0;
}

.video-wrap {
  position: relative;
}

.video-wrap iframe {
  border: 0;
}

.video-wrap .remove_rooms_video {
  position: absolute;
  top: 40px;
  right: 15px;
  color: white;
  font-size: 20px;
}

.video-wrap .remove_rooms_video .icon:before {
  padding: 4px 5px 6px 4px;
  background: #f00;
  border-radius: 2px;
}

.pricing-content .input-group-text,
.pricing_field .input-group-text {
  border-radius: 0;
}

.pricing-content .input-group input,
.pricing_field .input-group input {
  border-radius: 0;
}

.pricing-content .input-group-prepend + .form-control,
.pricing_field .input-group-prepend + .form-control {
  border-radius: 0;
}

.pricing-content p,
.pricing_field p {
  margin: 0;
}

.form-control:focus,
.form-control:active {
  outline: none;
  box-shadow: none;
}

.pricing_field .select,
.pricing_field .input-group,
.pricing_extra_amt .input-group {
  max-width: 300px;
}

.calendar .status-r {
  background: #ffdadc;
}

.calendar .status-r.fc-bgevent {
  background: #ffdadc;
}

.calendar .fc-header-toolbar h2 {
  font-size: 22px;
}

.calendar .fc-button-group .fc-button .fc-icon:before,
.calendar .fc-button-group .fc-button .fc-icon:after {
  top: 0;
}

.calendar .fc-basic-view .fc-day-number,
.calendar .fc-basic-view .fc-week-number {
  padding: 2px 5px;
}

.calendar th.fc-widget-header {
  padding: 7px;
}

.calendar.fc-unthemed td.fc-today {
  color: #fff;
}

.calendar.fc-unthemed .fc-bg td.fc-today {
  background: #008489;
}

.calendar .fc-event {
  background: #008489;
}

.calendar .fc-event .fc-title {
  padding: 5px 10px;
  text-transform: capitalize;
  display: inline-block;
  color: #fff;
}

.calendar .fc-day-grid-event .fc-time {
  color: #fff;
  padding: 5px;
}

.calendar .fc-time:not(.fc-axis):before {
  color: #fff;
}

.calendar .fc-time:not(.fc-axis) span {
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
}

.calendar .status-b,
.calendar .fc-highlight {
  background: #79756e;
}

.calendar .status-b.fc-bgevent {
  background: #fff3df;
}

.dashboard-content .carousel-item {
  color: #fff;
  font-size: 16px;
}

.host-dashboard {
  background: #51bfb6;
}

.host-dashboard .dashboard-right {
  background: #5dd8ca;
}

.host-dashboard .dashboard-right h2 {
  color: #fff;
}

.host-dashboard .dashboard-right p {
  color: #fff;
}

.host-dashboard table th {
  text-transform: uppercase;
  color: #fff;
}

.host-dashboard table td {
  text-transform: capitalize;
  color: #fff;
  font-size: 14px;
}

.host-dashboard table td + td {
  font-size: 16px;
}

.host-dashboard table td .fa-question-circle {
  color: #008489;
  font-size: 16px;
}

.host-dashboard table .total_paid td {
  color: #008489;
}

.transaction_history .btn {
  color: #008489;
  background: #aaefeb;
  border: 0;
}

.transaction_history .btn:hover {
  color: #fff;
  background: #008489;
}

.dashboard-profile a {
  display: inline-block;
}

.dashboard-profile a img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid #fff;
  border-radius: 50%;
}

.notify-wrap {
  background: #f5f5f5;
}

.invite-wrap {
  border: 1px solid #dbdbdb;
  background: #fff;
}

.invite-wrap h3 {
  font-size: 22px;
}

.notify-tab .tabs li {
  margin-right: 20px;
}

.notify-tab .tabs li a {
  display: inline-block;
  font-size: 16px;
  color: #757575;
  padding-bottom: 10px;
  border-bottom: 3px solid transparent;
  position: relative;
}

.notify-tab .tabs li a[aria-selected="true"] {
  border-color: #008489;
  color: #484848;
}

.notify-tab .tabs li a:hover {
  color: #484848;
}

.notify-tab .list-img img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.notify-list {
  background: #fff;
  padding: 20px 0;
  border: 1px solid #dbdbdb;
}

.notify-list li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px 0;
}

.list-name h3 {
  font-size: 18px;
  margin-bottom: 5px;
  text-transform: capitalize;
  color: #000;
}

.reserve-link {
  position: relative;
}

.reserve-link a {
  color: #757575;
  font-size: 14px;
  display: inline-block;
  position: relative;
  word-break: break-word;
}

.reserve-link .inbox-msg {
  color: #000;
  display: block;
}

.label-success {
  color: #3fb34f;
}

.label-danger {
  color: #b23f42;
}

.label-warning {
  color: #ffb400;
}

.label-new {
  color: #00d1c1;
}

.label-info {
  color: #007a87;
}

.label-orange {
  color: #ffa500;
}

/*Help page css*/

.help_page_banner {
  background: no-repeat center / cover;
}

.help_page_banner .help_page_search {
  height: 400px;
}

.help_page_banner .help_page_search .help_search_block {
  text-align: center;
}

.help_page_banner .help_page_search .help_search_block h1 {
  font-size: 44px;
  color: #fff;
  display: block;
  margin-bottom: 15px;
}

.help_page_banner .help_page_search .help_search_block .search-input-container {
  display: block;
  position: relative;
}

.help_page_banner .help_page_search .help_search_block .search-input-container .icon {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  z-index: 1;
}

.help_page_banner .help_page_search .help_search_block .search-input-container input {
  padding: 12px 12px 12px 45px;
  font-size: 16px;
}

.help_page_banner .help_page_search .help_search_block .search-input-container .ui-autocomplete-loading {
  background-color: #fff;
  -webkit-transition: none;
  transition: none;
}

.help-nav .subnav-list li {
  display: inline-block;
}

.help-nav .navtree > .navtree-list > .new_tree > .sidenav-item {
  display: none;
}

.help-nav .navtree > .navtree-list.not-active > .new_tree > .sidenav-item {
  display: block;
}

.help-page .help-nav .navtree > .navtree-list:not(.active) > .new_tree > .sidenav-item {
  display: block;
}

.help-page .ui-autocomplete.ui-menu .ui-menu-item {
  padding: 5px 10px;
  border: 0;
}

.help-page .ui-autocomplete.ui-menu .ui-menu-item.ui-state-focus,
.help-page .ui-autocomplete.ui-menu .ui-menu-item.ui-state-active {
  margin: 0;
}

.ui-autocomplete-loading {
  background: url(../images/index.gif?1685b9c21e3814d264418ba8d4c894d6) no-repeat right center;
}

.subnav {
  background-color: #565a5c;
}

.subnav li {
  position: relative;
  margin-right: 30px;
}

.subnav li a {
  display: block;
  padding: 10px 0 14px;
  color: #cacccd;
}

.subnav li .subnav-item[aria-selected="true"] {
  text-decoration: none;
  color: #fff;
}

.subnav li .subnav-item[aria-selected="true"]:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #cacccd;
}

.left-menu .navtree {
  display: block;
  position: relative;
}

.left-menu .navtree .navtree-list.active > li > .sidenav-item {
  display: none;
}

.left-menu .navtree .navtree-list .sidenav-item {
  display: block;
  position: relative;
  padding: 6px 0;
  font-size: 16px;
  color: #757575;
}

.left-menu .navtree .navtree-list .sidenav-item.navtree-back {
  color: #ff5a5f;
}

.left-menu .navtree .navtree-list .sidenav-item[aria-selected="true"] {
  color: #565a5c;
  font-weight: bold;
}

.left-menu .navtree .navtree-list .navtree-list {
  display: none;
  top: 0;
}

.homepage-articles-list {
  display: inline-block;
  width: 100%;
}

.homepage-articles-list .article-link {
  padding: 10px 0;
  color: #757575;
  font-size: 16px;
}

.homepage-articles-list .article-link .icon {
  position: relative;
  top: 0px;
  font-size: 40px;
  padding-right: 10px;
}

.homepage-articles-list .article-link .article-link-right {
  color: #757575;
}

.homepage-articles-list.inner_articles {
  border-bottom: 1px solid #ccc;
}

.homepage-articles-list.inner_articles .article-link {
  padding: 18px 0;
}

.homepage-articles-list.inner_articles:last-child {
  border-bottom: none;
}

.sub_menu_header {
  position: relative;
}

.sub_menu_header h2 {
  color: #484848;
  text-transform: capitalize;
  font-size: 20px;
  margin: 0;
  padding: 15px;
}

.sub_menu_header .fa {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 26px;
  color: #484848;
}

.guest-dashboard .profile-img a {
  display: block;
}

.guest-dashboard .profile-img img {
  border-radius: 0;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.guest-dashboard .profile-img .upload-profile-photo {
  border-radius: 0;
  color: #fff;
}

.guest-dashboard .profile-img .upload-profile-photo:hover {
  color: #fff;
}

.guest-dashboard .profile-img .upload-profile-photo .icon {
  font-size: 20px;
  color: #fff;
}

.guest-dashboard .profile-img .upload-profile-photo .icon:hover {
  color: #fff;
}

.guest-dashboard .profile-info {
  border: 1px solid #dbdbdb;
}

.guest-dashboard .profile-info h2 {
  font-size: 20px;
  color: #484848;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.guest-dashboard .notify-msg p {
  margin: 0;
}

.guest-dashboard .notify-msg li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px 0;
}

.guest-dashboard .list-layout .profile-image img {
  width: 50px;
  height: 50px;
}

.icon-ok {
  font-size: 20px;
  color: #00841c;
}

.verification-panel li {
  display: -webkit-box;
  display: flex;
}

.verification-panel li h5 {
  font-size: 14px;
  margin-bottom: 4px;
  font-weight: 600;
}

.verification-panel li p {
  margin: 0;
}

.verification-panel li + li {
  margin-top: 15px;
}

.inbox-list {
  border: 1px solid #dbdbdb;
}

.inbox-list > li.readed {
  background: #f5f5f5;
}

.inbox-list > li + li {
  border: 1px solid #dbdbdb;
  border-width: 1px 0 0 0;
}

.inbox-list .list-img img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.result-footer .pagination {
  display: block;
  text-align: right;
}

.result-footer .pagination li {
  display: inline-block;
  margin: 0 0 10px 10px;
}

.result-footer .pagination li a {
  float: none;
  background: #f5f5f5;
  padding: 5px 12px;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
}

.conversation-head h1 {
  font-size: 26px;
}

.accepted-alert p {
  margin: 0;
}

.accepted-alert .icon-star-circled {
  font-size: 30px;
  margin-top: 2px;
}

.conversation-left li a img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.conversation-left .card-body {
  min-height: 60px;
}

.conversation-left .card-body p {
  margin: 0;
}

.conversation-left form li label {
  margin-bottom: 0;
  display: -webkit-box;
  display: flex;
}

.conversation-left form li.active label {
  margin-bottom: 12px;
}

.inquiry-form-fields h4 {
  text-transform: capitalize;
  font-size: 24px;
}

.inquiry-form-fields .card-header p {
  margin: 0;
}

.inquiry-form-fields .card-header .price-info h2 {
  font-size: 30px;
}

.mini-profile {
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px 0;
}

.mini-profile .profile-img {
  height: auto;
}

.mini-profile .profile-img a,
.mini-profile .profile-img img {
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.mini-profile-info {
  word-break: break-word;
}

.mini-profile-info h4 {
  font-size: 18px;
  margin-bottom: 0;
}

.mini-profile-info h4 a:hover {
  color: #ff5a5f;
}

.payment-info h5,
.contact-info h5 {
  font-size: 18px;
  text-transform: capitalize;
  margin: 0;
}

.payment-info .card-body p,
.contact-info .card-body p {
  margin: 0;
}

.payment-info .card-body p + p,
.contact-info .card-body p + p {
  margin-top: 10px;
}

.small-calendar .calendarDates li span {
  font-size: 13px;
  font-weight: 300;
}

.small-calendar .responsive-calendar .previousMonth .icon,
.small-calendar .responsive-calendar .nextMonth .icon {
  width: 100%;
  height: 100%;
  line-height: 38px;
}

.small-calendar .responsive-calendar .tile .today-label {
  bottom: 5%;
  top: inherit;
  color: #fff;
}

.host-decide li + li {
  margin-top: 10px;
}

.host-decide input[type="radio"] {
  position: relative;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
}

.host-decide input[type="radio"]:checked:before {
  content: "";
  position: absolute;
  height: 45%;
  width: 45%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #ff5a5f;
}

.profile-img.user-reserve img {
  width: 100%;
  max-width: 100%;
}

.profile-img.user-reserve h4 {
  font-size: 20px;
  margin: 0;
  text-transform: capitalize;
}

.profile-img.user-reserve p {
  margin: 0;
}

.reservation-content table td {
  width: 50%;
}

.reservation-content .card-footer .btn + .btn {
  margin-left: 5px;
}

.table-link {
  float: right;
  white-space: nowrap;
}

.guest-conversation .mini-profile .profile-image img {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.guest-conversation .messaging-thread-main .profile-img img {
  width: 70px;
}

.guest-payment-info h4 {
  text-transform: capitalize;
  color: #565a5c;
  font-size: 22px;
}

.guest-payment-info .custom-tooltip .tooltip-wrap {
  z-index: 2;
  width: 200px;
}

.reservation-info h4 {
  text-transform: capitalize;
  color: #565a5c;
  font-size: 22px;
}

.reservation-info .reservation-info-section h5 {
  font-size: 20px;
}

.side-nav .sidenav-list li {
  margin-bottom: 10px;
}

.side-nav .sidenav-list li a {
  font-size: 16px;
  color: #757575;
}

.side-nav .sidenav-list li a:hover {
  color: #cacccd;
}

.side-nav .sidenav-list li a[aria-selected="true"] {
  color: #565a5c;
  font-weight: 600;
}

.listing-wrap .listing {
  padding: 30px 20px;
}

.listing-wrap .listing h4 {
  font-size: 18px;
  text-transform: capitalize;
  margin: 0;
  color: #484848;
}

.listing-wrap .listing + .listing {
  border: 1px solid #dbdbdb;
  border-width: 1px 0 0 0;
}

.listing-wrap .listing .btn {
  font-size: 14px;
}

.dot {
  width: 10px;
  height: 10px;
  background: #565a5c;
  border-radius: 50%;
  display: inline-block;
}

.dot.dot-success {
  background: #3fb34f;
}

.dot.dot-danger {
  background: #f00;
}

.card-header h3 {
  font-size: 18px;
  margin: 0;
}

.upcoming-reservations table th:not(:first-child):not(:last-child) {
  min-width: 200px;
}

.guest-reserve .profile-img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
}

.guest-reserve .profile-img img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.guest-reserve .icon-envelope {
  margin-top: 2px;
}

.trip-options li + li {
  margin-top: 8px;
}

.table {
  margin: 0;
}

.table.payment-table th {
  width: 70%;
}

.table.payment-table td {
  width: 30%;
}

.table.payment-table + .payment-table {
  margin-top: 15px;
}

.table thead th {
  border-bottom-width: 1px;
}

.card table th,
.card table td {
  padding: 12px 20px;
}

.card-header {
  background: #edefed;
}

.receipt-content label {
  color: #757575;
  margin-bottom: 5px;
}

.customer-receipt h2 {
  font-size: 22px;
}

.customer-receipt h4 {
  font-size: 20px;
}

.reservation-charges h2 {
  font-size: 22px;
}

.itinerary-info h2 {
  font-size: 22px;
  text-transform: capitalize;
}

.itinerary-card .card-body {
  padding: 15px 20px;
}

.reservation-print h4 {
  font-size: 20px;
}

.reservation-print .profile-img {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
}

.reservation-print .profile-img img {
  width: 160px;
}

.search-map .listing-img {
  position: relative;
}

.search-map .listing-img .media-photo {
  width: 100%;
  height: 100%;
}

.search-map .listing-img .search-map-slider .owl-nav {
  display: none;
}

.search-map .listing-img .search-map-slider:not(.owl-loaded) {
  display: block;
}

.search-map .listing-img .search-map-slider:not(.owl-loaded) > img {
  max-height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
}

.search-map .listing-img .search-map-slider:not(.owl-loaded) > img:first-child {
  display: block;
}

.search-map .listing-img .search-map-slider .owl-item > img {
  max-height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}

.search-map .listing-img .marker_slider {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
  font-size: 20px;
  color: #fff;
  text-shadow: 0 0 10px #000;
  cursor: pointer;
}

.search-map .listing-img .marker_slider.target-prev {
  left: 0;
}

.search-map .listing-img .marker_slider.target-next {
  right: 0;
}

.search-map .search-info {
  padding: 5px 0;
}

.search-map .search-info > a {
  font-size: 14px;
  text-transform: capitalize;
  margin: 4px 0;
}

.search-map .listing-location span {
  display: inline-block;
  margin-right: 5px;
}

.file-input-container {
  position: relative;
}

.file-input-container #ajax_upload_form {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.edit-verifications-list h4 {
  font-size: 18px;
}

.edit-verifications-list p {
  margin: 0;
}

.edit-verifications-list li + li {
  margin-top: 20px;
}

.custom-tabs .tab-panel[aria-hidden="true"] {
  display: none;
}

.custom-tabs .tabs {
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px 0;
  display: -webkit-box;
  display: flex;
}

.custom-tabs .tabs li {
  display: inline-block;
  margin-right: 20px;
}

.custom-tabs .tabs .tab-item {
  position: relative;
  padding-bottom: 10px;
  border-bottom: 4px solid transparent;
  color: #757575;
}

.custom-tabs .tabs .tab-item[aria-selected="true"],
.custom-tabs .tabs .tab-item:hover {
  color: #484848;
  border-color: #484848;
}

.payout-options li + li {
  margin-top: 5px;
  padding-top: 5px;
  border: 1px solid #dbdbdb;
  border-width: 1px 0 0 0;
}

.security-content label {
  margin: 0;
}

.completed-transaction .payout-filters .select {
  width: calc((100%/5) - 9px);
  margin: 10px 0;
}

.completed-transaction .payout-filters .select + .select {
  padding-left: 13px;
}

.error-section i.icon {
  line-height: 16px;
}

.referrals-wrap {
  background: url(../images/referrals-bg.jpg?a7c1c71aa894223eb7fb417c6379d2a2) no-repeat center/cover;
  min-height: 300px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
  position: relative;
}

.referrals-wrap:before {
  content: "";
  display: inline-block;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}

.referrals-wrap > .container {
  position: relative;
}

.referrals-wrap h1 {
  color: #fff;
  font-size: 44px;
  margin: 0;
}

.referrals-wrap h4 {
  color: #fff;
}

.referrals-wrap p {
  color: #fff;
}

.referrals-wrap .profile-image img {
  width: 150px;
  height: 150px;
  border: 2px solid #fff;
}

.referrals-work {
  background: #edefed;
}

.referrals-work h1,
.referrals-work h3,
.referrals-work p {
  color: #000;
}

.referrals-work p {
  font-size: 16px;
}

.referrals-info .credit-info p {
  color: #484848;
  font-size: 16px;
}

.referrals-info .input-addon .btn:hover,
.referrals-info .input-addon .btn:focus {
  color: #fff;
}

.instructions-text {
  color: #b23f42;
}

.instructions-text .success-msg,
.instructions-text .error-msg {
  display: none;
}

.sent-referrals .credit-amount {
  color: #00d1c1;
}

.referral-mail {
  position: relative;
}

.referral-mail input + input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wishlists-wrap {
  width: 100%;
}

.wishlists-wrap .count-section .icon-lock {
  font-size: 24px;
  color: #fff;
  margin-bottom: 8px;
}

.wishlists-wrap .panel-image {
  position: relative;
}

.wishlists-wrap .panel-image img {
  border-radius: 3px;
}

.wishlists-wrap .panel-image .price-amount {
  position: absolute;
  left: 0;
  bottom: 30px;
  padding: 5px 10px;
  background: #444740;
  font-size: 24px;
  color: #fff;
  line-height: 28px;
  display: inline-block;
}

.wishlists-wrap .panel-image .price-amount sup {
  font-size: 14px;
}

.wishlists-wrap .wishlist-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  line-height: 1;
  z-index: 1;
}

.wishlists-wrap .wishlist-icon input[type=checkbox] {
  display: none;
}

.wishlists-wrap .wishlist-icon input[type=checkbox]:checked + label .icon-heart {
  opacity: 1;
  color: #008489;
}

.wishlists-wrap .wishlist-icon label {
  position: relative;
  margin: 0;
  line-height: 1;
}

.wishlists-wrap .wishlist-icon label .icon {
  font-size: 20px;
  cursor: pointer;
}

.wishlists-wrap .wishlist-icon label .icon:before {
  font-weight: 600;
}

.wishlists-wrap .wishlist-icon label .icon-heart-alt {
  position: relative;
  z-index: 2;
  color: #fff;
}

.wishlists-wrap .wishlist-icon label .icon-heart {
  position: absolute;
  z-index: 1;
  opacity: 0.2;
}

.wishlists-wrap .wishlist-icon label:hover .icon-heart {
  opacity: 0.5;
}

.wishlists-wrap .profile-img {
  position: absolute;
  right: 0;
  top: 100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.wishlists-wrap .profile-img img {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #fff;
}

.wishlists-wrap .panel-body {
  margin-top: 30px;
}

.wishlists-wrap .panel-body .listing-name {
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.wishlists-wrap .panel-body .listing-name a {
  color: #484848;
}

.wishlists-wrap .panel-body .listing-location {
  font-size: 14px;
  text-transform: capitalize;
}

.wishlists-wrap .panel-body .listing-location a {
  color: #757575;
}

.wishlists-wrap li {
  margin-top: 35px;
}

.share-info p {
  color: #008489;
}

.share-itinerary .share-info h1 {
  font-size: 32px;
  margin-bottom: 10px;
}

.share-itinerary .itinerary-mail h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

.share-itinerary .profile-link h5 {
  font-size: 16px;
}

.share-itinerary .reservation-info .reserve-user {
  font-size: 24px;
  text-transform: capitalize;
}

.share-itinerary .reservation-info p {
  color: #007a87;
}

.share-itinerary .reservation-info .reserve-date {
  margin-bottom: 5px;
  display: inline-block;
  font-size: 16px;
}

.wishlists-content .wishlist-bg-img,
.profile-wishlists .wishlist-bg-img,
.picks-list .wishlist-bg-img {
  display: -webkit-box;
  display: flex;
  background: #cacccd;
  height: 320px;
  position: relative;
  background: no-repeat center / cover;
}

.wishlists-content .wishlist-bg-img:before,
.profile-wishlists .wishlist-bg-img:before,
.picks-list .wishlist-bg-img:before {
  display: inline-block;
  content: "";
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  position: absolute;
}

.wishlists-content .wishlist-bg-img .count-section,
.profile-wishlists .wishlist-bg-img .count-section,
.picks-list .wishlist-bg-img .count-section {
  position: relative;
  z-index: 1;
}

.wishlists-content .wishlist-bg-img .count-section h4,
.profile-wishlists .wishlist-bg-img .count-section h4,
.picks-list .wishlist-bg-img .count-section h4 {
  color: #fff;
  text-transform: capitalize;
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 600;
}

.wishlists-content .wishlist-bg-img .count-section span,
.profile-wishlists .wishlist-bg-img .count-section span,
.picks-list .wishlist-bg-img .count-section span {
  display: block;
  color: #fff;
}

.profile-wishlists > h5 {
  font-size: 22px;
  margin: 0;
  text-transform: capitalize;
}

.profile-wishlists .wishlist-bg-img {
  height: 180px;
}

.profile-wishlists .wishlists-wrap li {
  margin-top: 20px;
}

.profile-view-right h3 {
  font-size: 26px;
}

.profile-view-right h5 {
  font-size: 18px;
}

.profile-view-right .pro-info h5 {
  font-size: 16px;
}

.profile-view-right .review-section li p {
  color: #000;
  font-size: 16px;
}

.profile-view-right .review-section li .date {
  color: #757575;
  font-size: 15px;
}

.whishlist-category .profile-img {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
}

.social-share-alert h5 {
  margin: 0;
  font-size: 22px;
}

.social-share-alert h5 .social-share-widget {
  display: inline-block;
  vertical-align: middle;
  line-height: 14px;
}

.social-share-alert .share-triggers {
  display: inline-block;
  vertical-align: middle;
  line-height: 4px;
}

.social-share-alert .share-triggers .share-title {
  line-height: 10px;
  display: inline-block;
}

.social-share-alert .share-triggers .icon {
  font-size: 14px;
  color: #008489;
}

.social-share-alert .share-triggers .icon:hover {
  color: #01595d;
}

.wishlist-homes .tabs-header li {
  margin-right: 5px;
}

.wishlist-homes .results-map .media-photo {
  display: block;
}

.wishlist-homes .results-map .gm-style .media-cover img {
  max-width: 100%;
  width: 100%;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
}

.wishlist-homes .results-map .target-control {
  position: absolute;
  top: 0;
  height: 100%;
  cursor: pointer;
}

.wishlist-homes .results-map .listing-img .target-control {
  -webkit-transition: none;
  transition: none;
}

.wishlist-homes .results-map .target-control {
  padding: 25px;
}

.wishlist-homes .results-map .target-control .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #fff;
  font-size: 20px;
}

.wishlist-homes .results-map .target-control .icon:before {
  font-weight: 600 !important;
}

.wishlist-homes .results-map .target-prev {
  left: 0;
}

.wishlist-homes .results-map .target-prev .icon {
  left: 10px;
}

.wishlist-homes .results-map .target-next {
  right: 0;
}

.wishlist-homes .results-map .target-next .icon {
  right: 10px;
}

.wishlist-homes .results-map .listing-img {
  position: relative;
}

.wishlist-homes .results-map .listing-img .target-control {
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}

.wishlist-homes .results-map .listing-img:hover .target-control {
  opacity: 0.8;
}

.wishlist-homes .results-map .listing-img:hover .target-control:hover {
  opacity: 1;
}

.wishlist-homes .results-map .panel-overlay-label {
  position: absolute;
  right: 0;
  bottom: 15px;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 8px;
  font-size: 14px;
}

.wishlist-homes .results-map .panel-overlay-label sup {
  color: #fff;
  font-weight: 600;
}

.wishlist-homes .results-map .panel-overlay-label span {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}

.wishlist-homes .results-map .listing-name {
  margin: 5px 0 0;
  font-size: 18px;
}

.wishlist-homes .results-map .gm-style .gm-style-iw-c {
  width: 290px !important;
}

.add-note-wrap {
  position: relative;
}

.add-note-wrap .save-note-loading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.wl-room-info h2 {
  text-transform: capitalize;
  font-size: 24px;
}

.wl-room-info li {
  margin-right: 15px;
}

.wl-room-info p {
  margin: 0;
}

.wl-room-info .profile-img {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
}

.wl-room-info .add-note:focus,
.wl-room-info .add-note:active {
  background: #fff;
}

.wl-room-info .save-note-loading .wish_dot_load {
  width: 60px;
}

.wl-room-info .remove_listing_button {
  opacity: 0;
}

.wl-room-info .remove_listing_button {
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}

.wl-room-info .remove_listing_button *,
.wl-room-info .remove_listing_button *:before,
.wl-room-info .remove_listing_button *:after {
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}

.wl-room-info .note-container textarea:focus ~ div .add-note,
.wl-room-info .note-container textarea:active ~ div .add-note {
  /*display: inline-block;*/
}

li[ng-repeat="wl_home in wishlists_homes"] label,
li[ng-repeat="we_home in wishlists_experience"] label {
  margin: 0;
}

li[ng-repeat="wl_home in wishlists_homes"]:hover .wl-room-info .remove_listing_button,
li[ng-repeat="we_home in wishlists_experience"]:hover .wl-room-info .remove_listing_button {
  opacity: 1;
}

.remove_listing_button {
  font-size: 12px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 5px 10px;
}

.remove_listing_button .icon {
  font-size: 10px;
  line-height: 1;
  vertical-align: middle;
}

.wl-room-price h4 {
  font-size: 28px;
  margin-bottom: 0;
}

.wl-room-price h4 sup {
  font-size: 16px;
}

.wl-room-price span {
  color: #757575;
}

.show_view .results-map {
  height: 400px;
  display: none;
}

.show_view .results-list > li {
  margin-top: 20px;
  padding-top: 30px;
  border: 1px solid #dbdbdb;
  border-width: 1px 0 0 0;
}

.timeline-container {
  margin-top: 100px;
  margin-bottom: 50px;
  position: relative;
}

.timeline-point {
  position: absolute;
  right: 55px;
  top: 0;
}

.timeline-point .tooltip {
  opacity: 1;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  white-space: nowrap;
  margin-top: -15px;
}

.timeline-point-tooltip {
  position: absolute;
  opacity: 1;
  left: auto;
  right: -15px;
  top: -60px;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  z-index: 1;
}

.timeline-point-tooltip span {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 6px 10px;
}

.timeline-point-marker {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: -6px;
  background: #fff;
}

.timeline-point-label {
  position: absolute;
  left: 50%;
  top: 56px;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 125px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.timeline-fineprint {
  margin-top: 10px;
}

.timeline-segment {
  text-align: center;
  height: 24px;
}

.timeline-segment-refundable {
  background-color: #3fb34f;
}

.timeline-segment-partly-refundable {
  background-color: #ffb400;
}

.timeline-segment-nonrefundable {
  background-color: #ff5a5f;
}

.row-flush {
  margin-left: 0;
  margin-right: 0;
}

.row-flush > div {
  margin: 0;
  position: relative;
  padding-left: 0;
  padding-right: 25px;
}

.cancel-policy .tabs-header li {
  margin-right: 20px;
}

.cancel-policy .tabs-header li a {
  padding: 10px 0 14px;
  text-decoration: none;
  border-bottom: 4px solid transparent;
}

.cancel-policy .tabs-header li a[aria-selected="true"] {
  border-color: #aaa;
}

.cancel-policy .card-body li {
  padding: 5px 0;
}

.cancel-policy .card-body h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

.cancel-policy .card-body > div {
  padding: 0;
}

.cancel-policy .card-body p {
  margin: 0;
}

.last-min-wrap > div + div,
.early-bird-wrap > div + div {
  margin-top: 15px;
}

.last-min-wrap .icon-add,
.early-bird-wrap .icon-add {
  font-size: 14px;
  margin-right: 8px;
  line-height: 1;
}

.instant-book-info,
.request-book-info {
  margin: 50px 0;
  padding: 25px 0;
  border: 1px solid #dbdbdb;
  border-width: 1px 0;
}

.instant-book-info img,
.request-book-info img {
  height: 45px;
  width: auto;
}

.instant-book-info h3,
.request-book-info h3 {
  font-size: 24px;
  margin: 10px 0;
}

.instant-book-info p,
.request-book-info p {
  margin: 0;
}

.instant-book-wrap .js-section h3,
.request-book-wrap .js-section h3 {
  font-size: 24px;
  text-transform: capitalize;
}

.experience-slider {
  margin-bottom: 20px;
}

.experience-slider .pro-img img {
  height: 340px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.experience-slider.owl-carousel .owl-nav > div {
  top: 40%;
}

.explore-slider {
  margin-bottom: 20px;
}

.explore-slider .explore-img {
  border-radius: 3px;
  overflow: hidden;
}

.explore-slider .explore-img img {
  height: 340px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.explore-slider .explore-img a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.explore-slider .explore-img a .explore-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(-180deg, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0.6) 100%);
  padding-bottom: 30px;
}

.explore-slider .explore-img a .explore-info h4 {
  font-size: 18px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 5px;
}

.explore-slider .explore-img a .explore-info span {
  color: #fff;
}

.rooms-wrap li {
  width: calc((100% /4) - 15px);
  margin: 0 0 20px 20px;
}

.rooms-wrap li:nth-child(4n+1) {
  margin-left: 0;
}

.rooms-wrap li img {
  border-radius: 3px;
}

.rooms-wrap li:nth-child(n+9) {
  display: none;
}

/*RTL styles*/

html[lang="ar"] {
  /*Bootstrap start*/
  /*Bootstrap end*/
}

html[lang="ar"] * {
  text-align: right;
}

html[lang="ar"] button {
  text-align: center;
}

html[lang="ar"] .float-left {
  float: right !important;
}

html[lang="ar"] .float-right {
  float: left !important;
}

@media (min-width: 576px) {
  html[lang="ar"] .float-sm-left {
    float: right !important;
  }

  html[lang="ar"] .float-sm-right {
    float: left !important;
  }
}

@media (min-width: 768px) {
  html[lang="ar"] .float-md-left {
    float: right !important;
  }

  html[lang="ar"] .float-md-right {
    float: left !important;
  }
}

@media (min-width: 992px) {
  html[lang="ar"] .float-lg-left {
    float: right !important;
  }

  html[lang="ar"] .float-lg-right {
    float: left !important;
  }
}

@media (min-width: 1200px) {
  html[lang="ar"] .float-xl-left {
    float: right !important;
  }

  html[lang="ar"] .float-xl-right {
    float: left !important;
  }
}

html[lang="ar"] .mr-0 {
  margin-left: 0 !important;
  margin-right: inherit !important;
}

html[lang="ar"] .ml-0 {
  margin-right: 0 !important;
  margin-left: inherit !important;
}

html[lang="ar"] .mr-1 {
  margin-left: 0.25rem !important;
  margin-right: 0 !important;
}

html[lang="ar"] .ml-1 {
  margin-right: 0.25rem !important;
  margin-left: 0 !important;
}

html[lang="ar"] .mr-2 {
  margin-left: 0.5rem !important;
  margin-right: 0 !important;
}

html[lang="ar"] .ml-2 {
  margin-right: 0.5rem !important;
  margin-left: 0 !important;
}

html[lang="ar"] .mr-3 {
  margin-left: 1rem !important;
  margin-right: 0 !important;
}

html[lang="ar"] .ml-3 {
  margin-right: 1rem !important;
  margin-left: 0 !important;
}

html[lang="ar"] .mr-4 {
  margin-left: 1.5rem !important;
  margin-right: 0 !important;
}

html[lang="ar"] .ml-4 {
  margin-right: 1.5rem !important;
  margin-left: 0 !important;
}

html[lang="ar"] .mr-5 {
  margin-left: 3rem !important;
  margin-right: 0 !important;
}

html[lang="ar"] .ml-5 {
  margin-right: 3rem !important;
  margin-left: 0 !important;
}

html[lang="ar"] .pr-0 {
  padding-left: 0 !important;
}

html[lang="ar"] .pl-0 {
  padding-right: 0 !important;
}

html[lang="ar"] .pr-1 {
  padding-left: 0.25rem !important;
  padding-right: 0 !important;
}

html[lang="ar"] .pl-1 {
  padding-right: 0.25rem !important;
  padding-left: 0 !important;
}

html[lang="ar"] .pr-2 {
  padding-left: 0.5rem !important;
  padding-right: 0 !important;
}

html[lang="ar"] .pl-2 {
  padding-right: 0.5rem !important;
  padding-left: 0 !important;
}

html[lang="ar"] .pr-3 {
  padding-left: 1rem !important;
  padding-right: 0 !important;
}

html[lang="ar"] .pl-3 {
  padding-right: 1rem !important;
  padding-left: 0 !important;
}

html[lang="ar"] .pr-4 {
  padding-left: 1.5rem !important;
  padding-right: 0 !important;
}

html[lang="ar"] .pl-4 {
  padding-right: 1.5rem !important;
  padding-left: 0 !important;
}

html[lang="ar"] .pr-5 {
  padding-left: 3rem !important;
  padding-right: 0 !important;
}

html[lang="ar"] .pl-5 {
  padding-right: 3rem !important;
  padding-left: 0 !important;
}

html[lang="ar"] .mr-auto {
  margin-left: auto !important;
  margin-right: inherit !important;
}

html[lang="ar"] .ml-auto {
  margin-right: auto !important;
  margin-left: inherit !important;
}

@media (min-width: 576px) {
  html[lang="ar"] .mr-sm-0 {
    margin-left: 0 !important;
    margin-right: auto !important;
  }

  html[lang="ar"] .ml-sm-0 {
    margin-right: 0 !important;
    margin-left: auto !important;
  }

  html[lang="ar"] .mr-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: 0 !important;
  }

  html[lang="ar"] .ml-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0 !important;
  }

  html[lang="ar"] .mr-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0 !important;
  }

  html[lang="ar"] .ml-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0 !important;
  }

  html[lang="ar"] .mr-sm-3 {
    margin-left: 1rem !important;
    margin-right: 0 !important;
  }

  html[lang="ar"] .ml-sm-3 {
    margin-right: 1rem !important;
    margin-left: 0 !important;
  }

  html[lang="ar"] .mr-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 0 !important;
  }

  html[lang="ar"] .ml-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 0 !important;
  }

  html[lang="ar"] .mr-sm-5 {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }

  html[lang="ar"] .ml-sm-5 {
    margin-right: 3rem !important;
    margin-left: 0 !important;
  }

  html[lang="ar"] .pr-sm-0 {
    padding-left: 0 !important;
  }

  html[lang="ar"] .pl-sm-0 {
    padding-right: 0 !important;
  }

  html[lang="ar"] .pr-sm-1 {
    padding-left: 0.25rem !important;
    padding-right: 0 !important;
  }

  html[lang="ar"] .pl-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0 !important;
  }

  html[lang="ar"] .pr-sm-2 {
    padding-left: 0.5rem !important;
    padding-right: 0 !important;
  }

  html[lang="ar"] .pl-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0 !important;
  }

  html[lang="ar"] .pr-sm-3 {
    padding-left: 1rem !important;
    padding-right: 0 !important;
  }

  html[lang="ar"] .pl-sm-3 {
    padding-right: 1rem !important;
    padding-left: 0 !important;
  }

  html[lang="ar"] .pr-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 0 !important;
  }

  html[lang="ar"] .pl-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 0 !important;
  }

  html[lang="ar"] .pr-sm-5 {
    padding-left: 3rem !important;
    padding-right: 0 !important;
  }

  html[lang="ar"] .pl-sm-5 {
    padding-right: 3rem !important;
    padding-left: 0 !important;
  }

  html[lang="ar"] .mr-sm-auto {
    margin-left: auto !important;
  }

  html[lang="ar"] .ml-sm-auto {
    margin-right: auto !important;
  }
}

@media (min-width: 768px) {
  html[lang="ar"] .mr-md-0 {
    margin-left: 0 !important;
  }

  html[lang="ar"] .ml-md-0 {
    margin-right: 0 !important;
  }

  html[lang="ar"] .mr-md-1 {
    margin-left: 0.25rem !important;
    margin-right: 0 !important;
  }

  html[lang="ar"] .ml-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0 !important;
  }

  html[lang="ar"] .mr-md-2 {
    margin-left: 0.5rem !important;
    margin-right: 0 !important;
  }

  html[lang="ar"] .ml-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0 !important;
  }

  html[lang="ar"] .mr-md-3 {
    margin-left: 1rem !important;
    margin-right: 0 !important;
  }

  html[lang="ar"] .ml-md-3 {
    margin-right: 1rem !important;
    margin-left: 0 !important;
  }

  html[lang="ar"] .mr-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 0 !important;
  }

  html[lang="ar"] .ml-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 0 !important;
  }

  html[lang="ar"] .mr-md-5 {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }

  html[lang="ar"] .ml-md-5 {
    margin-right: 3rem !important;
    margin-left: 0 !important;
  }

  html[lang="ar"] .pr-md-0 {
    padding-left: 0 !important;
  }

  html[lang="ar"] .pl-md-0 {
    padding-right: 0 !important;
  }

  html[lang="ar"] .pr-md-1 {
    padding-left: 0.25rem !important;
    padding-right: 0 !important;
  }

  html[lang="ar"] .pl-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0 !important;
  }

  html[lang="ar"] .pr-md-2 {
    padding-left: 0.5rem !important;
    padding-right: 0 !important;
  }

  html[lang="ar"] .pl-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0 !important;
  }

  html[lang="ar"] .pr-md-3 {
    padding-left: 1rem !important;
    padding-right: 0 !important;
  }

  html[lang="ar"] .pl-md-3 {
    padding-right: 1rem !important;
    padding-left: 0 !important;
  }

  html[lang="ar"] .pr-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 0 !important;
  }

  html[lang="ar"] .pl-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 0 !important;
  }

  html[lang="ar"] .pr-md-5 {
    padding-left: 3rem !important;
    padding-right: 0 !important;
  }

  html[lang="ar"] .pl-md-5 {
    padding-right: 3rem !important;
    padding-left: 0 !important;
  }

  html[lang="ar"] .mr-md-auto {
    margin-left: auto !important;
  }

  html[lang="ar"] .ml-md-auto {
    margin-right: auto !important;
  }
}

@media (min-width: 992px) {
  html[lang="ar"] .mr-lg-0 {
    margin-left: 0 !important;
  }

  html[lang="ar"] .ml-lg-0 {
    margin-right: 0 !important;
  }

  html[lang="ar"] .mr-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: 0 !important;
  }

  html[lang="ar"] .ml-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0 !important;
  }

  html[lang="ar"] .mr-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0 !important;
  }

  html[lang="ar"] .ml-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0 !important;
  }

  html[lang="ar"] .mr-lg-3 {
    margin-left: 1rem !important;
    margin-right: 0 !important;
  }

  html[lang="ar"] .ml-lg-3 {
    margin-right: 1rem !important;
    margin-left: 0 !important;
  }

  html[lang="ar"] .mr-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 0 !important;
  }

  html[lang="ar"] .ml-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 0 !important;
  }

  html[lang="ar"] .mr-lg-5 {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }

  html[lang="ar"] .ml-lg-5 {
    margin-right: 3rem !important;
    margin-left: 0 !important;
  }

  html[lang="ar"] .pr-lg-0 {
    padding-left: 0 !important;
  }

  html[lang="ar"] .pl-lg-0 {
    padding-right: 0 !important;
  }

  html[lang="ar"] .pr-lg-1 {
    padding-left: 0.25rem !important;
    padding-right: 0 !important;
  }

  html[lang="ar"] .pl-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0 !important;
  }

  html[lang="ar"] .pr-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0 !important;
  }

  html[lang="ar"] .pl-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0 !important;
  }

  html[lang="ar"] .pr-lg-3 {
    padding-left: 1rem !important;
    padding-right: 0 !important;
  }

  html[lang="ar"] .pl-lg-3 {
    padding-right: 1rem !important;
    padding-left: 0 !important;
  }

  html[lang="ar"] .pr-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 0 !important;
  }

  html[lang="ar"] .pl-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 0 !important;
  }

  html[lang="ar"] .pr-lg-5 {
    padding-left: 3rem !important;
    padding-right: 0 !important;
  }

  html[lang="ar"] .pl-lg-5 {
    padding-right: 3rem !important;
    padding-left: 0 !important;
  }

  html[lang="ar"] .mr-lg-auto {
    margin-left: auto !important;
    margin-right: inherit !important;
  }

  html[lang="ar"] .ml-lg-auto {
    margin-right: auto !important;
    margin-left: inherit !important;
  }
}

@media (min-width: 1200px) {
  html[lang="ar"] .mr-xl-0 {
    margin-left: 0 !important;
  }

  html[lang="ar"] .ml-xl-0 {
    margin-right: 0 !important;
  }

  html[lang="ar"] .mr-xl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0 !important;
  }

  html[lang="ar"] .ml-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0 !important;
  }

  html[lang="ar"] .mr-xl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0 !important;
  }

  html[lang="ar"] .ml-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0 !important;
  }

  html[lang="ar"] .mr-xl-3 {
    margin-left: 1rem !important;
    margin-right: 0 !important;
  }

  html[lang="ar"] .ml-xl-3 {
    margin-right: 1rem !important;
    margin-left: 0 !important;
  }

  html[lang="ar"] .mr-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 0 !important;
  }

  html[lang="ar"] .ml-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 0 !important;
  }

  html[lang="ar"] .mr-xl-5 {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }

  html[lang="ar"] .ml-xl-5 {
    margin-right: 3rem !important;
    margin-left: 0 !important;
  }

  html[lang="ar"] .pr-xl-0 {
    padding-left: 0 !important;
  }

  html[lang="ar"] .pl-xl-0 {
    padding-right: 0 !important;
  }

  html[lang="ar"] .pr-xl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0 !important;
  }

  html[lang="ar"] .pl-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0 !important;
  }

  html[lang="ar"] .pr-xl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0 !important;
  }

  html[lang="ar"] .pl-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0 !important;
  }

  html[lang="ar"] .pr-xl-3 {
    padding-left: 1rem !important;
    padding-right: 0 !important;
  }

  html[lang="ar"] .pl-xl-3 {
    padding-right: 1rem !important;
    padding-left: 0 !important;
  }

  html[lang="ar"] .pr-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 0 !important;
  }

  html[lang="ar"] .pl-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 0 !important;
  }

  html[lang="ar"] .pr-xl-5 {
    padding-left: 3rem !important;
    padding-right: 0 !important;
  }

  html[lang="ar"] .pl-xl-5 {
    padding-right: 3rem !important;
    padding-left: 0 !important;
  }

  html[lang="ar"] .mr-xl-auto {
    margin-left: auto !important;
    margin-right: inherit !important;
  }

  html[lang="ar"] .ml-xl-auto {
    margin-right: auto !important;
    margin-left: inherit !important;
  }
}

html[lang="ar"] .text-left {
  text-align: right !important;
}

html[lang="ar"] .text-right {
  text-align: left !important;
}

@media (min-width: 576px) {
  html[lang="ar"] .text-sm-left {
    text-align: right !important;
  }

  html[lang="ar"] .text-sm-right {
    text-align: left !important;
  }
}

@media (min-width: 768px) {
  html[lang="ar"] .text-md-left {
    text-align: right !important;
  }

  html[lang="ar"] .text-md-right {
    text-align: left !important;
  }
}

@media (min-width: 992px) {
  html[lang="ar"] .text-lg-left {
    text-align: right !important;
  }

  html[lang="ar"] .text-lg-right {
    text-align: left !important;
  }
}

@media (min-width: 1200px) {
  html[lang="ar"] .text-xl-left {
    text-align: right !important;
  }

  html[lang="ar"] .text-xl-right {
    text-align: left !important;
  }
}

html[lang="ar"] .logo .navbar-brand {
  margin: 0 0 0 15px;
}

html[lang="ar"] .select:before {
  left: 8px;
  right: auto;
}

html[lang="ar"] header .main-menu .nav-item {
  margin: 0 20px 0 0;
}

html[lang="ar"] header .main-menu .dropdown-menu {
  right: auto;
  left: 0;
}

html[lang="ar"] header .search-bar-wrapper .search-form .search-bar .location {
  padding: 10px 35px 10px 10px;
}

html[lang="ar"] header .search-bar-wrapper .search-form .search-bar > .icon {
  left: auto;
  right: 10px;
}

html[lang="ar"] .wishlists-wrap .wishlist-icon {
  right: auto;
  left: 10px;
}

html[lang="ar"] .custom-arrow.top-right:before,
html[lang="ar"] .custom-arrow.top-right:after {
  right: inherit;
  left: 10px;
}

html[lang="ar"] .filter-btn .apply-filter {
  margin-right: 10px;
}

html[lang="ar"] .wl-room-info li {
  margin: 0 0 0 15px;
}

html[lang="ar"] .wishlist-homes .tabs-header li {
  margin: 0 0 0 5px;
}

html[lang="ar"] .star-rating-wrapper .category_city span {
  margin: 0 0 0 10px;
}

html[lang="ar"] .room-image {
  padding-right: 15px !important;
}

html[lang="ar"] .home-menu li {
  margin: 0 0 0 12px;
}

html[lang="ar"] .label-values .value-btn-wrap {
  margin: 0 auto 0 0;
}

html[lang="ar"] .wishlists-wrap .panel-image .price-amount {
  left: auto;
  right: 0;
}

html[lang="ar"] .wishlists-wrap .profile-img {
  left: 0;
  right: auto;
}

html[lang="ar"] input[type="radio"],
html[lang="ar"] input[type="checkbox"] {
  margin: 0 0 0 10px;
}

html[lang="ar"] .search_filter .navbar .navbar-nav li .dropdown-menu {
  right: 0;
  left: auto;
}

html[lang="ar"] .price-range-slider.noUi-horizontal {
  padding: 0 28px 0 0;
}

html[lang="ar"] .search-img .search-wishlist {
  left: 10px;
  right: auto;
}

html[lang="ar"] .see-all-link .icon-chevron-right:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

html[lang="ar"] .explore_check i.icon {
  margin: 0 0 0 5px;
}

html[lang="ar"] .explore_check input[type=checkbox] {
  margin: auto 0 auto 10px;
}

html[lang="ar"] .header_refinement_ul li {
  margin: 0 0 0 7px;
}

html[lang="ar"] .daterangepicker.show-calendar {
  width: 680px;
}

html[lang="ar"] .timeline-point-tooltip {
  left: -15px;
  right: auto;
}

html[lang="ar"] .timeline-point-tooltip .tooltip:before {
  left: 5px;
  right: auto;
}

html[lang="ar"] .timeline-point-tooltip .tooltip:after {
  left: 6px;
  right: auto;
}

html[lang="ar"] .support-info .support-row > div + div {
  border: 1px solid #dbdbdb;
  border-width: 0 1px 0 0;
}

html[lang="ar"] footer .selectboxit-container .selectboxit.selectboxit-btn .selectboxit-arrow-container {
  margin: 0 auto 0 5px;
}

html[lang="ar"] .map-canvas {
  right: inherit;
  left: 0;
}

html[lang="ar"] .search_filter .navbar .navbar-nav li + li {
  margin: 0 12px 0 0;
}

html[lang="ar"] .availability-dropdown-wrap {
  margin-right: auto !important;
}

html[lang="ar"] .select select {
  padding: 8px 10px 8px 20px;
}

html[lang="ar"] .subnav li {
  margin: 0 0 0 30px;
}

html[lang="ar"] .wl-remove {
  padding-left: 15px !important;
}

html[lang="ar"] .wl-room-price h4,
html[lang="ar"] .wl-room-price span {
  text-align: left;
}

html[lang="ar"] .become_new .btn-group .btn img {
  padding: 0 0 0 10px;
}

html[lang="ar"] .fieldset .icon-field > select,
html[lang="ar"] .fieldset .icon-field input {
  padding: 15px 35px 15px 20px;
}

html[lang="ar"] .fieldset .icon-field .icon {
  right: 10px;
  left: auto;
}

html[lang="ar"] .active-title {
  border: 1px solid #dbdbdb;
  border-width: 0 0 0 1px;
}

html[lang="ar"] .active-title img {
  padding: 0 0 0 10px;
}

html[lang="ar"] .active-message .icon {
  left: auto;
  right: -5px;
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}

html[lang="ar"] .new_head h1,
html[lang="ar"] .new_head p {
  text-align: center;
}

html[lang="ar"] .btn-group > .btn:not(:first-child),
html[lang="ar"] .btn-group > .btn-group:not(:first-child),
html[lang="ar"] .btn-group > .btn {
  margin: 0;
}

html[lang="ar"] .btn-group > .btn {
  border-left: none;
}

html[lang="ar"] .btn-group > .btn:not(:first-child),
html[lang="ar"] .btn-group > .btn-group:not(:first-child) > .btn,
html[lang="ar"] .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
html[lang="ar"] .btn-group > .btn-group:not(:last-child) > .btn {
  border-radius: 0;
}

html[lang="ar"] .become_new .other-select select {
  border: 1px solid #dbdbdb;
  border-radius: 2px 0 0 2px;
  padding: 15px 25px 15px 15px;
}

html[lang="ar"] .modal-footer > :not(:first-child),
html[lang="ar"] .modal-footer > :not(:last-child) {
  margin: 0 10px 0 0;
}

html[lang="ar"] .add-language-popup .modal-header {
  padding: 12px 16px 12px 30px;
}

html[lang="ar"] .modal .modal-header .close {
  right: auto;
  left: 15px;
}

html[lang="ar"] address span {
  text-align: center;
}

html[lang="ar"] .manage-nav {
  border: 1px solid #dbdbdb;
  border-width: 0 0 0 1px;
}

html[lang="ar"] .last-min-wrap .icon-add,
html[lang="ar"] .early-bird-wrap .icon-add {
  margin: 0 0 0 8px;
}

html[lang="ar"] .footer-toggle {
  right: 3px;
  left: auto;
}

html[lang="ar"] .book-pay-type {
  margin-left: 0 !important;
}

html[lang="ar"] .room-icon {
  text-align: center;
}

html[lang="ar"] .room-icon .numfel {
  text-align: center;
}

html[lang="ar"] .room-icon .numfel p {
  text-align: center;
}

html[lang="ar"] .room-map .hover-card h4,
html[lang="ar"] .user-wrap h4 {
  text-align: center;
}

html[lang="ar"] .amenities-info .amenities-icon img {
  margin: 0 0 0 10px;
}

html[lang="ar"] .book-form-dates > div {
  padding-right: 15px !important;
}

html[lang="ar"] .ui-datepicker-title {
  text-align: center;
}

html[lang="ar"] .ui-datepicker-calendar th,
html[lang="ar"] .ui-datepicker-calendar td,
html[lang="ar"] .ui-datepicker-calendar .ui-state-default {
  text-align: center;
}

html[lang="ar"] .log-form .control-group input {
  padding: 10px 10px 10px 30px;
}

html[lang="ar"] .log-form .control-group .icon {
  left: 10px;
  right: auto;
}

html[lang="ar"] .guest-dashboard .profile-info h2,
html[lang="ar"] .btn {
  text-align: center;
}

html[lang="ar"] .notify-msg .card-header span,
html[lang="ar"] .notify-msg .card-header strong {
  display: inline-block;
}

html[lang="ar"] .request-book-info h3,
html[lang="ar"] .request-book-info p,
html[lang="ar"] .request-book-info span,
html[lang="ar"] .instant-book-info h3,
html[lang="ar"] .instant-book-info p,
html[lang="ar"] .instant-book-info span {
  text-align: center;
}

html[lang="ar"] ul.disc-type {
  padding: 0 20px 0 0;
}

html[lang="ar"] .calendar-footer-button li + li {
  border: 1px solid #dbdbdb;
  border-width: 0 1px 0 0;
}

html[lang="ar"] .bed-details_preview_item_icon {
  text-align: center;
}

html[lang="ar"] .bed-details_preview_item_icon span {
  text-align: center;
}

html[lang="ar"] .photos-help-wrap .help-content h4,
html[lang="ar"] .photos-help-wrap .help-content p,
html[lang="ar"] .video-help-wrap .help-content h4,
html[lang="ar"] .video-help-wrap .help-content p {
  text-align: center;
}

html[lang="ar"] .reserve-link span > span {
  display: inline-block;
}

html[lang="ar"] .manage-listing-content .saving-progress,
html[lang="ar"] .description_form .saving-progress {
  left: 0;
  right: auto;
}

html[lang="ar"] .other-select .selectboxit-btn {
  border: 1px solid #dbdbdb;
}

html[lang="ar"] .error-page-content * {
  text-align: center;
}

html[lang="ar"] .invite-wrap h3,
html[lang="ar"] .invite-wrap p {
  text-align: center;
}

html[lang="ar"] .sidebar-overlay {
  left: 0;
  right: auto;
}

html[lang="ar"] .sidebar-overlay .close {
  left: 15px;
  right: auto;
}

html[lang="ar"] .input-addon .input-suffix {
  border-radius: 2px 0 0 2px;
  border: 1px solid #dbdbdb;
  border-right: none;
}

html[lang="ar"] .price-changer,
html[lang="ar"] .notes-wrap {
  text-align: center;
}

html[lang="ar"] .calendar-side-option .panel-footer .btn + .btn {
  margin: 0 10px 0 0;
}

html[lang="ar"] .cookie-alert {
  text-align: center;
}

html[lang="ar"] .cookie-alert p {
  text-align: center;
}

html[lang="ar"] .cookie-alert .alert .close,
html[lang="ar"] .cookie-alert .alert-dismissible .close {
  top: -35px;
}

html[lang="ar"] .alert .close,
html[lang="ar"] .alert-dismissible .close {
  left: 0;
  right: auto;
}

html[lang="ar"] .calendar-rules-overlay.show {
  left: 0 !important;
  right: 16.66666667%;
}

html[lang="ar"] .reserve-link a .msg-count {
  right: auto;
  left: -10px;
}

html[lang="ar"] .steps-remaining-more-text,
html[lang="ar"] .steps-remaining-circle {
  text-align: center;
}

html[lang="ar"] .finish-tooltip {
  left: auto;
  right: 50px;
}

html[lang="ar"] .finish-tooltip.custom-arrow:before,
html[lang="ar"] .finish-tooltip.custom-arrow:after {
  left: auto;
  right: 20px;
}

html[lang="ar"] .close {
  float: left;
}

html[lang="ar"] .manage-nav .publish-actions {
  padding: 15px 5px;
}

html[lang="ar"] .manage-nav .publish-actions .steps-remaining {
  text-align: center;
}

html[lang="ar"] .explore-slider .explore-img a .explore-info h4,
html[lang="ar"] .explore-slider .explore-img a .explore-info span {
  text-align: center;
}

html[lang="ar"] .our-community .community-content li a h2,
html[lang="ar"] .our-community .community-content li a p {
  text-align: center;
}

html[lang="ar"] .rooms-wrap li {
  margin: 0 20px 20px 0;
}

html[lang="ar"] .rooms-wrap li:nth-child(4n+1) {
  margin-right: 0;
  margin-left: 0;
}

html[lang="ar"] .home-banner-wrap .home-banner-img .home-banner-info {
  left: 15px;
  right: auto;
}

html[lang="ar"] .home-banner-wrap .home-banner-img .home-banner-info h2,
html[lang="ar"] .home-banner-wrap .home-banner-img .home-banner-info p {
  text-align: left;
}

html[lang="ar"] .map-toggle-wrap {
  left: 10px;
  right: auto;
}

html[lang="ar"] .instant-checkbox label.instant-checked {
  padding: 2px 20px 2px 2px;
}

html[lang="ar"] .sub_menu_header .fa {
  left: 15px;
  right: auto;
}

html[lang="ar"] .homepage-articles-list .article-link .icon {
  padding: 0 0 0 10px;
}

html[lang="ar"] .ui-autocomplete-loading {
  background-position: left center;
}

html[lang="ar"] .help-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  display: inline-block;
  line-height: 1;
}

html[lang="ar"] .experience-info-wrap {
  background: url(../images/exp2.png?1ffd1cb9d1b7d9561dccf33c4da95375) no-repeat bottom left, radial-gradient(farthest-corner at 30% 20%, #B4E5E6 20%, #BFECE4 60%, #B5F0E9);
}

html[lang="ar"] .host-select .icon-chevron-down {
  left: 10px;
  right: auto;
}

html[lang="ar"] .host-select select {
  padding: 8px 10px 8px 15px;
}

html[lang="ar"] .save-info {
  right: auto;
  left: 0;
}

html[lang="ar"] .main-wrap-img {
  right: auto;
  left: 85px;
}

html[lang="ar"] .experience-step-wrap .experience-step-info.loading:before,
html[lang="ar"] .experience-step-wrap .experience-step-info.loading:after,
html[lang="ar"] .experience-step-wrap .experience-step-info.dot-loading:before,
html[lang="ar"] .experience-step-wrap .experience-step-info.dot-loading:after {
  left: 0;
  right: auto;
}

html[lang="ar"] .experience-step-wrap .select .icon-chevron-down {
  right: auto;
  left: 15px;
}

html[lang="ar"] .experience-menu ul li .icon {
  margin: 0 0 0 4px;
}

html[lang="ar"] .experience-menu ul li .icon.icon-alert {
  margin: 0 4px 0 0;
}

html[lang="ar"] .experience-menu ul li .icon.icon2-tick {
  margin: 0 auto 0 0;
}

html[lang="ar"] .save-exit-btn li:first-child {
  border-right: none;
  border-left: 2px solid #fff;
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
}

html[lang="ar"] .btn-sidebar {
  left: auto;
  right: 30px;
}

html[lang="ar"] .exp-responsive-icon {
  right: auto;
  left: 25px;
}

html[lang="ar"] .package-input .icon2-cancel {
  left: 20px;
  right: auto;
}

/*RTL end*/

/*Host Experience*/

.host-experience-color {
  color: #008489;
}

.experience-info-wrap {
  background: url(../images/exp2.png?1ffd1cb9d1b7d9561dccf33c4da95375) no-repeat bottom right, radial-gradient(farthest-corner at 30% 20%, #B4E5E6 20%, #BFECE4 60%, #B5F0E9);
  height: 800px;
  position: relative;
}

.experience-info-wrap .experience-info {
  max-width: 350px;
}

.experience-info-wrap .experience-info h1 {
  font-size: 36px;
  line-height: 42px;
  letter-spacing: -0.6px;
  font-weight: 600;
}

.experience-info-wrap .experience-info p {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 25px;
}

.experience-info-wrap .experience-info.active {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  max-width: 100%;
  padding: 14px 0;
  z-index: 9;
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px 0;
}

.experience-info-wrap .experience-info.active p {
  display: none;
}

.experience-info-wrap .experience-info.active .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.experience-info-wrap .experience-info.active h1 {
  font-size: 24px;
  margin: 0;
}

.experience-info-wrap .experience-info:not(.active) .container {
  padding: 0;
}

.host-banner {
  height: 500px;
}

.host-banner-info p {
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
  margin: 0;
}

.host-banner-info h4 {
  font-size: 32px;
  font-weight: 900;
  margin: 35px 0;
}

.slide-info h4 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
}

.slide-info p {
  font-size: 18px;
  margin: 0;
  color: #757575;
}

.create-experience {
  background: -webkit-gradient(linear, left top, right top, color-stop(5%, #00424a), color-stop(25%, #007d83));
  background: linear-gradient(to right, #00424a 5%, #007d83 25%);
  padding: 50px 0;
}

.create-experience h5 {
  font-size: 26px;
  line-height: 38px;
  color: #fff;
  font-weight: 600;
}

.create-experience p {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}

.experience-select {
  background: #fff;
  padding: 20px;
}

.experience-select label {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}

.experience-select form {
  width: 100%;
}

.host-select {
  position: relative;
  padding: 0;
}

.host-select select {
  padding-right: 15px;
  font-weight: 600;
  color: #000;
  font-size: 20px;
  position: relative;
  z-index: 1;
  background: none;
}

.host-select .icon-chevron-down {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  line-height: 1;
  z-index: 0;
}

.tooltip_cover {
  position: relative;
}

.tooltip_cover .tooltip {
  position: absolute;
  display: none;
  background: #fff;
  padding: 6px 15px 4px;
  border: 1px solid #dbdbdb;
  z-index: 1;
  top: 30px;
  right: -16px;
  border-radius: 4px;
}

.tooltip_cover .tooltip:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-width: 10px;
  border-style: solid;
  top: -20px;
  border-bottom-color: #CCC;
  right: 13px;
}

.tooltip_cover .tooltip:after {
  content: "";
  position: absolute;
  border-color: transparent;
  border-width: 10px;
  border-style: solid;
  top: -19px;
  border-bottom-color: #fff;
  right: 13px;
}

.tooltip_cover .tooltip a {
  color: #008489;
}

.tooltip_cover:hover .tooltip {
  display: block;
  opacity: 1;
}

.welcome-info h5 {
  font-size: 32px;
  font-weight: 600;
}

.welcome-info p {
  font-size: 16px;
}

.box-item {
  width: 450px;
  padding: 45px 45px 25px;
  border: 1px solid #dbdbdb;
  margin-right: 24px;
  position: relative;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
}

.box-item .title-link {
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 600;
}

.box-item p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px;
}

.box-item .tooltip_cover {
  position: absolute;
  top: 20px;
  right: 20px;
}

.box-item .tooltip_cover .icon {
  cursor: pointer;
  font-size: 18px;
}

.host-slider {
  position: inherit;
}

.host-slider .owl-stage-outer {
  overflow: visible;
}

.host-slider .owl-item:not(.active) .slide-info {
  display: none !important;
}

.host-slider-wrap {
  position: relative;
}

.host-slider-wrap .owl-carousel .owl-nav > div {
  position: absolute;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  padding: 20px;
  font-size: 42px;
  color: #fff;
  opacity: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.host-slider-wrap .owl-carousel .owl-nav > div .icon:before {
  box-shadow: none;
  border-radius: 0;
  background: none;
  padding: 0;
  font-size: inherit;
  font-weight: 300;
}

.host-slider-wrap .owl-carousel .owl-nav .owl-prev {
  left: 0;
}

.host-slider-wrap .owl-carousel .owl-nav .owl-prev:hover {
  opacity: 1;
}

.host-slider-wrap .owl-carousel .owl-nav .owl-next {
  right: 0;
}

.host-slider-wrap .owl-carousel .owl-nav .owl-next:hover {
  opacity: 1;
}

.why-host .why-host-content {
  padding: 30px 0;
  margin: 30px auto;
  border: 1px solid #dbdbdb;
  border-width: 1px 0;
}

.why-host h4 {
  font-size: 32px;
  font-weight: 600;
}

.why-host .background-cover {
  height: 500px;
  margin: 20px 0;
}

.get-started li span {
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  padding: 6px 0;
  width: 40px;
  display: inline-block;
  font-size: 18px;
  text-align: center;
}

.get-started li h4 {
  font-size: 24px;
  margin: 10px 0 15px;
}

.get-started li p {
  color: #757575;
}

.get-started li p a {
  color: #008489;
}

.experience-step-wrap {
  background: -webkit-gradient(linear, left top, right top, color-stop(5%, #00424a), color-stop(85%, #007d83));
  background: linear-gradient(to right, #00424a 5%, #007d83 85%);
}

.experience-step-wrap .side-bar {
  height: 100vh;
  overflow-y: scroll;
  width: 20%;
  padding: 25px;
}

.experience-step-wrap .side-bar .logo-new {
  display: inline-block;
  margin-bottom: 10px;
  width: 70px;
}

.experience-step-wrap .experience-step-info {
  height: 100vh;
  overflow: auto;
  width: 80%;
  padding: 0;
  position: relative;
}

.experience-step-wrap .experience-step-info.loading:before,
.experience-step-wrap .experience-step-info.loading:after,
.experience-step-wrap .experience-step-info.dot-loading:before,
.experience-step-wrap .experience-step-info.dot-loading:after {
  position: fixed;
  left: inherit;
  width: inherit;
}

.experience-step-wrap .main-wrap {
  padding: 45px 65px;
  height: auto;
  min-height: 100%;
}

.experience-step-wrap .main-wrap.bg-white h3,
.experience-step-wrap .main-wrap.bg-white p {
  color: #484848;
}

.experience-step-wrap .main-wrap.bg-white .save-exit-btn li {
  color: #484848;
}

.experience-step-wrap .main-wrap.bg-white .save-exit-btn li:first-child {
  border-color: #ccc;
}

.experience-step-wrap .main-wrap.bg-white .save-exit-btn li a {
  color: #008489;
}

.experience-step-wrap .main-wrap.bg-white .side-menu-bar {
  color: #757575;
}

.experience-step-wrap .select:before {
  display: none;
}

.experience-step-wrap .select select {
  padding: 14px 40px 14px 10px;
  font-size: 19px;
  border-color: #c4c4c4;
}

.experience-step-wrap .select select:focus {
  border-color: #008489;
}

.experience-step-wrap .select .icon-chevron-down {
  position: absolute;
  font-size: 18px;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.experience-step-wrap input[type="text"],
.experience-step-wrap textarea {
  border-color: #CCC;
  padding: 4px 10px;
  width: 100%;
  height: 56px;
  font-size: 19px;
  border-radius: 2px;
}

.experience-step-wrap input[type="text"]:focus,
.experience-step-wrap textarea:focus {
  border-color: #008489;
}

.focus_show {
  color: #008489 !important;
}

.focus_show.warning-over {
  color: #f00 !important;
}

input[type="text"] + .focus_show,
input[type="text"] + .focus_show,
.focus_txt + .focus_show,
.focus_txt + .focus_show {
  opacity: 0;
  font-size: 13px;
  color: #008489 !important;
}

input[type="text"] + .focus_show.warning-over,
input[type="text"] + .focus_show.warning-over,
.focus_txt + .focus_show.warning-over,
.focus_txt + .focus_show.warning-over {
  color: #f00 !important;
}

input[type="text"]:focus + .focus_show,
input[type="text"]:focus + .focus_show,
.focus_txt:focus + .focus_show,
.focus_txt:focus + .focus_show {
  opacity: 1;
}

.save-info {
  position: fixed;
  top: 0;
  right: 0;
  width: 80%;
  z-index: 1;
}

.opacity-low {
  opacity: 0.4;
}

.experience-menu {
  color: #fff;
}

.experience-menu ul {
  margin-top: 30px;
}

.experience-menu ul li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  text-transform: capitalize;
  padding-left: 15px;
  opacity: 0.5;
  margin-bottom: 40px;
  font-size: 15px;
  font-weight: 600;
}

.experience-menu ul li a {
  color: #fff;
  padding-right: 10px;
}

.experience-menu ul li:first-child {
  padding-left: 0;
  text-transform: uppercase;
  font-size: 12px;
}

.experience-menu ul li:first-child:hover {
  opacity: 0.5;
}

.experience-menu ul li.active,
.experience-menu ul li:hover {
  opacity: 1;
}

.experience-menu ul li .icon {
  display: inline-block;
  margin-right: 4px;
}

.experience-menu ul li .icon2-tick {
  margin: 0 0 0 auto;
}

.experience-menu ul li span {
  vertical-align: middle;
  display: inline-block;
}

.calendar .fc-day-grid > .fc-widget-content:last-child {
  display: none;
}

.calendar .fc-day-grid-container {
  height: auto !important;
  overflow: hidden !important;
}

.calendar-footer-button {
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  display: -webkit-inline-box;
  display: inline-flex;
}

.calendar-footer-button li a {
  padding: 8px 15px;
  font-size: 13px;
}

.calendar-footer-button li + li {
  border: 1px solid #dbdbdb;
  border-width: 0 0 0 1px;
}

.calendar-side-option form {
  border: 1px solid #dbdbdb;
}

.calendar-side-option .panel-header {
  background: #edefed;
  padding: 15px;
}

.calendar-side-option .panel-body {
  padding: 15px;
}

.calendar-side-option .panel-footer {
  padding: 15px;
}

.calendar-side-option .panel-footer .btn {
  padding: 5px 15px;
  border-radius: 3px;
}

.calendar-side-option .panel-footer .btn + .btn {
  margin-left: 10px;
}

.calendar-side-option .segmented-control label {
  margin: 0;
  width: 50%;
  padding: 8px 15px 10px;
  border: 1px solid #dbdbdb;
  position: relative;
}

.calendar-side-option .segmented-control label:first-child {
  border-radius: 2px 0px 0px 2px;
}

.calendar-side-option .segmented-control label + label {
  border-radius: 0px 2px 2px 0px;
}

.calendar-side-option .segmented-control label.segmented-option-selected:before {
  content: "";
  display: inline-block;
  padding: 2px;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #aaa;
  position: absolute;
}

.calendar-side-option .segmented-control label input[type="radio"] {
  position: absolute;
  visibility: hidden;
}

.calendar-side-option .segmented-option-selected {
  background: #fff;
}

.price-changer .input-wrap {
  border-radius: 2px;
  border: 1px solid #dbdbdb;
  max-width: 150px;
  padding: 5px 10px;
}

.price-changer span {
  font-size: 20px;
  line-height: 1;
}

.price-changer input {
  border: 0;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  padding: 0;
  overflow: hidden;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: left;
}

.fc-bgevent-data {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: end;
          justify-content: flex-end;
  height: 100%;
  min-height: 70px;
  padding: 5px;
}

.fc-bgevent-data span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  width: 100%;
  color: #bfbbbb;
}

.fc-past {
  background: #edefed;
}

.fc-bgevent {
  background: transparent;
  opacity: 1;
}

.fc-highlight {
  background: #79756e;
}

.fc-basic-view .fc-body .fc-row {
  height: 90px !important;
}

.fc-row .fc-bgevent-skeleton {
  min-height: 70px;
}

.fc-row .fc-bgevent-skeleton td,
.fc-row .fc-highlight-skeleton td {
  border-color: #dbdbdb;
}

.value-button {
  display: inline-block;
  border: 1px solid #008489;
  margin: 0px;
  text-align: center;
  vertical-align: middle;
  padding: 0px;
  color: #008489;
  background: transparent;
  font-size: 20px;
  border-radius: 50%;
  width: 30px;
  line-height: 28px;
}

.value-button[disabled] {
  opacity: .2;
  cursor: default;
}

.value-button:hover,
.value-button:active,
.value-button:focus,
.value-button:not(:disabled):not(.disabled):active,
.value-button:not(:disabled):not(.disabled):active:focus {
  background: none;
}

.value-button:active,
.value-button:not(:disabled):not(.disabled):active,
.value-button:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 2px 2px #008489;
}

.label-name {
  margin: 0;
  text-transform: capitalize;
}

.label-values {
  padding: 12px 0;
}

.label-values .value-btn-wrap {
  margin-left: auto;
  white-space: nowrap;
  width: 120px;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
}

.label-values .value-btn-wrap input {
  max-width: 100px;
}

.value-btn-wrap input {
  display: inline-block;
  width: 40%;
  text-align: center;
  font-size: 20px;
  border: none;
  padding: 0px 8px;
  vertical-align: middle;
}

.private-rooms-select .label-values {
  padding-top: 15px;
  margin-bottom: 10px;
}

.private-rooms-option {
  margin-top: 15px;
}

.private-rooms-option ul li {
  margin: 10px 0;
}

.private-rooms-option input[type="radio"] {
  border-radius: 50%;
}

.private-rooms-option input[type="radio"]:checked:before {
  content: "";
  position: absolute;
  height: 50%;
  width: 50%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #ff5a5f;
}

.photo-grid {
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}

.photo-grid * {
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}

.photo-grid li {
  margin: 20px 0 15px;
  min-height: 255px;
  width: 32%;
}

.photo-grid li.sortable-placeholder {
  border: 1px dashed #82888a;
  width: 31%;
}

.photo-grid .photo-item {
  position: relative;
  box-shadow: 0px 0px 10px #cccccc;
}

.photo-grid .photo-item .delete-photo-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 6px;
  line-height: 1;
  display: none;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border: 0;
}

.photo-grid .photo-item .delete-photo-btn:hover {
  background: #000;
}

.photo-grid .photo-item .delete-photo-btn .icon {
  line-height: 1;
  vertical-align: top;
}

.photo-grid .photo-item:hover .delete-photo-btn {
  display: block;
}

.photo-grid .photo-item .panel-body {
  padding: 15px;
  background: #fff;
}

.photo-grid .photo-item .panel-body textarea {
  border: 1px solid #dbdbdb;
}

.photo-grid .photo-item .media-photo {
  display: block;
}

.bed_room_types + .bed_room_types {
  padding-top: 20px;
  margin-top: 20px;
  border: 1px solid #dbdbdb;
  border-width: 1px 0 0 0;
}

.sidebar-overlay {
  width: 0;
  overflow: hidden;
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  position: fixed;
  right: 0;
  top: 0;
  background: #fff;
  box-shadow: 0px 0px 10px #cccccc;
  overflow: auto;
  z-index: 9;
}

.sidebar-overlay.show {
  width: 400px;
  max-width: 100%;
  padding: 30px;
}

.sidebar-overlay .sidebar-overlay-heading {
  font-size: 20px;
}

.sidebar-overlay .close {
  position: absolute;
  top: 15px;
  right: 15px;
}

.input-addon {
  display: -webkit-box;
  display: flex;
}

.input-addon input[type=text] {
  overflow: hidden;
}

.input-addon .input-prefix {
  border-radius: 2px 0 0 2px;
  border: 1px solid #dbdbdb;
  border-right: none;
}

.input-addon .input-prefix input[type=text] .form-control {
  border-radius: 0 2px 2px 0;
}

.input-addon .input-suffix {
  border-radius: 0 2px 2px 0;
  border: 1px solid #dbdbdb;
  border-left: none;
}

.input-addon .form-control {
  height: auto;
  border-radius: 2px 0 0 2px;
}

.input-addon .input-prefix,
.input-addon .input-suffix {
  background: #edefed;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 8px;
}

.ml-error {
  margin: 0;
  display: block;
  text-align: left;
  color: #f00;
}

.calendar-rules-overlay {
  display: none;
  position: fixed;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  padding: 20px;
}

.calendar-rules-overlay.show {
  display: block;
}

.calendar-rules-overlay .modal-content {
  border-radius: 0;
  box-shadow: 0px 0px 10px #cccccc;
  border: 0;
}

.add-available-rule a {
  text-decoration: underline;
}

.room_list_img_icon {
  display: inline-block;
}

.room_list_img_icon img {
  width: 24px;
}

.amenities-info .amenities-icon img {
  width: 24px;
  margin-right: 10px;
}

.alert {
  text-align: center;
  z-index: 998;
  padding: 15px;
  margin: 0;
}

.alert p {
  margin: 0;
  font-size: 13px;
  line-height: 22px;
  color: #000;
}

.alert i {
  font-style: normal;
}

.alert .close,
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px;
  line-height: 1;
  display: inline-block;
  color: #484848;
}

.cookie-alert {
  background: #c2e4e7;
  position: fixed;
  left: 10px;
  right: 10px;
  bottom: 0;
  border-radius: 4px;
}

.welcome-new-host-modal.modal .modal-header .modal-title {
  font-size: 24px;
}

.welcome-new-host-modal .steps-remaining-text {
  background: #008489;
  display: inline-block;
  border-radius: 50%;
  color: #fff;
  padding: 0 20px;
  font-size: 44px;
  line-height: 65px;
  font-weight: 600;
}

.welcome-new-host-modal .modal-dialog {
  max-width: 500px;
}

.steps-remaining-more-text {
  font-size: 18px;
  margin: 5px 0 0;
}

.flash-container {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 99;
}

.bg-white .main-wrap-info h3 {
  font-size: 32px;
}

.bg-white .main-wrap-info h5 {
  color: #484848;
}

.bg-white .verify-check span {
  color: #484848;
}

.main-wrap-info h3 {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 15px;
}

.main-wrap-info p {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}

.main-wrap-info h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.main-wrap-img {
  position: fixed;
  right: 85px;
  top: 70px;
}

.save-exit-btn {
  padding: 15px;
}

.save-exit-btn li {
  color: #fff;
}

.save-exit-btn li a {
  color: #fff;
}

.save-exit-btn li:first-child {
  border-right: 2px solid #fff;
  margin-right: 10px;
  padding-right: 10px;
}

.btn-sidebar {
  position: fixed;
  left: 30px;
  top: 25px;
  font-size: 21px;
  line-height: 1;
  z-index: 9;
}

.exp-responsive-icon {
  position: fixed;
  top: 25px;
  right: 25px;
  font-size: 21px;
  line-height: 1;
  z-index: 9;
}

.side-menu-bar {
  color: #fff;
}

.verify-check {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
}

.verify-check span {
  color: #fff;
  font-size: 18px;
}

.phone-wrap {
  max-width: 350px;
  padding: 62px 16px 0;
  background-size: 100%;
  background-position: top;
  max-height: 720px;
  background-repeat: no-repeat;
}

.phone-wrap .phone-wrap-scroll {
  overflow-y: scroll;
  height: 100%;
  border: 1px solid #CCC;
  max-height: 560px;
}

.phone-wrap-scroll .bg-cover {
  height: 450px;
  background: #edefed;
  background-position: center;
  background-size: cover;
}

.phone-wrap-scroll li {
  padding: 0 15px;
}

.phone-wrap-scroll li:hover {
  background: #f3f9f9;
}

.phone-wrap-scroll li p {
  margin: 0;
}

.phone-wrap-scroll li p + p {
  margin-top: 10px;
}

.phone-wrap-scroll li h3 {
  font-size: 24px;
  font-weight: 600;
}

.phone-wrap-scroll li h4 {
  font-size: 18px;
}

.phone-wrap-scroll li + li .phone-list-wrap {
  border: 1px solid #dbdbdb;
  border-width: 1px 0 0 0;
  padding: 15px 0;
}

.phone-wrap-scroll .total-hours .icon2-clock {
  font-size: 20px;
  line-height: 1;
  margin-right: 5px;
}

.phone-list-wrap img {
  width: 16px;
  vertical-align: text-bottom;
}

.mobile_location_area {
  display: block;
  padding: 10px 15px 15px;
  box-shadow: 0 0 5px #afafaf;
  border-radius: 5px;
  position: relative;
  background: #fff;
}

.mobile_location_area:before {
  content: " ";
  background: #fff;
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  -webkit-transform: rotate(45deg) translateX(4.99722107px) translateY(4.99722107px) translateZ(9002px);
          transform: rotate(45deg) translateX(4.99722107px) translateY(4.99722107px) translateZ(9002px);
  bottom: 0px;
  left: 50%;
  margin-left: -7.5px;
  box-shadow: 1px 1px 0px 0px rgba(72, 72, 72, 0.3);
}

.user-table p:first-letter {
  text-transform: capitalize;
}

.user-table a {
  color: #008489;
}

.host-save-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 5;
  overflow-y: auto;
  display: -webkit-box;
  display: flex;
}

.host-save-popup .host-popup-content {
  position: relative;
  padding: 35px 25px;
  margin: auto;
  max-width: 560px;
  background: #fff;
}

.host-save-popup .host-popup-content p {
  margin: 0;
  font-size: 18px;
}

.host-save-popup .host-popup-content .host-close {
  position: absolute;
  top: 15px;
  right: 15px;
}

.w-0 {
  width: 0% !important;
}

.progress_bar,
.progress_val {
  background: #edefed;
  height: 8px;
  border-radius: 25px;
  -webkit-transition: none;
  transition: none;
}

.progress_val {
  background: #008489;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

.language-info-wrap .main-wrap-img {
  max-width: 300px;
}

.language-info-wrap .main-wrap-img h3 {
  font-size: 18px;
  line-height: 28px;
}

.map,
.map-canvas,
.popup-map,
.host-map-wrap,
.results-map,
.room-map {
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}

.map *,
.map-canvas *,
.popup-map *,
.host-map-wrap *,
.results-map *,
.room-map * {
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}

.multiselect-option .profile-lang-remove {
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}

.multiselect-option .icon-remove {
  font-size: 12px;
  line-height: 1;
  vertical-align: top;
}

.second-category-select label {
  font-size: 24px;
}

.second-category-select label a {
  font-size: 18px;
  color: #008489;
}

.default-time p {
  font-size: 20px;
}

.photo-upload-wrap li + li {
  margin-top: 25px;
}

.photo-upload-wrap li label {
  border: 2px dashed #dbdbdb;
  display: inline-block;
  width: 120px;
  border-radius: 10px;
  height: 208px;
  margin: 0;
  position: relative;
}

.photo-upload-wrap li label:hover {
  cursor: pointer;
}

.photo-upload-wrap li label .icon-add {
  position: absolute;
  color: #008489;
  font-size: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.photo-upload-wrap li label input[type=file] {
  display: none;
}

.photo-upload-wrap li label.bg-cover {
  background-position: center;
  background-size: cover;
  border: 0;
  border-radius: 0;
}

.photo-upload-wrap li label .icon2-cancel {
  position: absolute;
  top: 6px;
  left: 6px;
  font-size: 10px;
  background-color: #fff;
  padding: 7px 7px 5px;
  border-radius: 50%;
  color: #484848;
  line-height: 1;
  font-weight: 600;
  box-shadow: 0 0 5px #a5a5a5;
}

.photo-upload-wrap li label .icon2-cancel:before {
  font-weight: 600 !important;
}

.btn.experience-btn,
button.experience-btn {
  font-size: 22px;
  border-radius: 4px;
  padding: 14px 28px;
  font-weight: 600;
  background: #008489;
  border: 2px solid #008489;
  color: #fff;
}

.btn.experience-btn:hover,
.btn.experience-btn:active,
.btn.experience-btn:focus,
.btn.experience-btn:not(:disabled):not(.disabled):active,
.btn.experience-btn:not(:disabled):not(.disabled):active:focus,
button.experience-btn:hover,
button.experience-btn:active,
button.experience-btn:focus,
button.experience-btn:not(:disabled):not(.disabled):active,
button.experience-btn:not(:disabled):not(.disabled):active:focus {
  outline: none;
  box-shadow: none;
  background: #008489;
  border: 2px solid #008489;
  color: #fff;
}

.btn.host-primary,
button.host-primary {
  border: 2px solid #008489;
  color: #008489;
  background: #fff;
}

.btn.host-primary:hover,
.btn.host-primary:active,
.btn.host-primary:focus,
.btn.host-primary:not(:disabled):not(.disabled):active,
.btn.host-primary:not(:disabled):not(.disabled):active:focus,
button.host-primary:hover,
button.host-primary:active,
button.host-primary:focus,
button.host-primary:not(:disabled):not(.disabled):active,
button.host-primary:not(:disabled):not(.disabled):active:focus {
  outline: none;
  box-shadow: none;
  border: 2px solid #008489;
  color: #008489;
  background: #fff;
}

.btn.host-secondary,
button.host-secondary {
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
}

.btn.host-secondary:hover,
.btn.host-secondary:active,
.btn.host-secondary:focus,
.btn.host-secondary:not(:disabled):not(.disabled):active,
.btn.host-secondary:not(:disabled):not(.disabled):active:focus,
button.host-secondary:hover,
button.host-secondary:active,
button.host-secondary:focus,
button.host-secondary:not(:disabled):not(.disabled):active,
button.host-secondary:not(:disabled):not(.disabled):active:focus {
  outline: none;
  box-shadow: none;
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
}

.meet-location-wrap h4,
.meet-location-wrap label {
  font-size: 18px;
  margin: 0 0 10px;
  font-weight: 600;
}

.provide-list-wrap .clone_sec + .clone_sec {
  margin-top: 25px;
}

.provide-name-remove label {
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  text-transform: capitalize;
}

.provide-name-remove a {
  color: #008489;
}

.add-more-link a {
  color: #008489;
}

.add-more-link .icon-add {
  line-height: 1;
}

.top_1px_adj {
  margin-top: -1px;
}

.guest-require-list h4 {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.euro-input {
  position: relative;
}

.euro-input .currency-symbol {
  font-size: 24px;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.euro-input input[type="text"] {
  padding-left: 65px;
}

.host-price-wrap .main-wrap-img {
  max-width: 300px;
}

.host-price-wrap .main-wrap-img h3 {
  font-size: 24px;
  font-weight: 600;
}

.host-price-wrap .main-wrap-img h4 {
  font-size: 18px;
}

.host-price-wrap .main-wrap-img input[type="number"] {
  max-width: 60px;
}

.host-detail-page .lSPager.lSGallery {
  display: none;
}

.host-detail-page .lg-outer {
  overflow-y: auto;
}

.host-detail-page .lg-outer .lg-actions .lg-next,
.host-detail-page .lg-outer .lg-actions .lg-prev {
  color: #fff;
  background: none;
  font-size: 34px;
}

.host-detail-page .lg-outer .lg-actions .lg-next {
  right: 0px;
}

.host-detail-page .lg-outer .lg-actions .lg-next:before {
  content: '\E005';
  font-family: 'makent';
  display: inline-block;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.host-detail-page .lg-outer .lg-actions .lg-prev {
  left: 0px;
}

.host-detail-page .lg-outer .lg-actions .lg-prev:after {
  content: '\E005';
  font-family: 'makent';
  display: inline-block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.host-detail-page .lg-outer .lg-thumb-item {
  border-radius: 0px !important;
  border: none !important;
}

.host-detail-page .lg-outer .lg-thumb {
  padding: 15px 20px !important;
}

.host-detail-page .lg-outer .lg-img-wrap:before,
.host-detail-page .lg-outer .lg-item:before {
  content: none !important;
}

.host-detail-page .lg-outer.lg-fade .lg-image {
  max-width: inherit !important;
  max-height: inherit !important;
  -o-object-fit: cover;
     object-fit: cover;
  width: 450px !important;
  height: 600px !important;
}

.host-detail-page .lg-outer.lg-thumb-open .lg-thumb-outer {
  top: -15px;
  -webkit-transform: translate3d(0, 100%, 0) !important;
          transform: translate3d(0, 100%, 0) !important;
}

.host-detail-page .lg-toolbar.lg-group > a,
.host-detail-page .lg-toolbar.lg-group > div,
.host-detail-page .lg-toolbar.lg-group > span,
.host-detail-page .lg-toogle-thumb.lg-icon {
  display: none;
}

.host-detail-page .lg-toolbar.lg-group .lg-close.lg-icon {
  display: block;
  float: none;
}

.host-detail-page .lg-toolbar.lg-group .lg-close.lg-icon:after {
  content: ';';
  font-family: 'makent';
  font-size: 16px;
}

.host-detail-page .lg-thumb.lg-group {
  width: auto !important;
}

.host-detail-page .lg-toolbar .lg-icon,
.host-detail-page #lg-counter {
  color: #fff !important;
}

.host-detail-page.lg-on {
  overflow: hidden;
}

.host-detail-page .lg-outer.lg-fade .lg-inner {
  height: 700px !important;
  position: relative;
}

.host-detail-page .lg-outer.lg-hide-items .lg-toolbar {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.host-detail-page .lg-outer .lg .lg-inner {
  top: 190px;
}

.host-detail-page .lg-outer.lg-fade .lg {
  max-width: 770px;
  height: 900px !important;
  max-height: inherit;
}

.host-detail-page .lg-outer .lg-thumb-outer,
.host-detail-page .lg-toolbar.lg-group {
  background: none !important;
}

.host-detail-page .lg-backdrop.in {
  background: rgba(0, 0, 0, 0.9);
}

[ng-class='no_slide'] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.host_experience_photos_slider {
  position: relative;
}

.host_experience_photos_slider * {
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}

.host_experience_photos_slider ul {
  padding: 0px;
  margin: 0px;
}

.host_experience_photos_slider ul li img {
  width: 100%;
}

.more_photo {
  position: absolute;
  font-size: 15px;
  color: #484848;
  border: 1px solid #484848;
  background: #fff;
  border-radius: 4px;
  box-shadow: none;
  z-index: 1;
  padding: 6px 16px;
  right: 10px;
  top: 10px;
}

.prepare-time-wrap h4 {
  font-size: 18px;
  font-weight: 600;
}

.prepare-time-wrap .radio_grp label {
  display: block;
  padding: 9px 0;
  margin: 0;
}

.prepare-time-wrap .radio_grp label input[type="radio"] {
  border-radius: 50%;
}

.prepare-time-wrap .radio_grp label input[type="radio"]:checked:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #008489;
}

.package-input {
  position: relative;
}

.package-input .icon2-cancel {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  cursor: pointer;
}

.host-calendar-form {
  border: 1px solid #dbdbdb;
}

.host_experience_photos_slider {
  position: relative;
}

.host_experience_photos_slider .lightSlider li img {
  width: 100%;
  height: 460px;
  -o-object-fit: cover;
     object-fit: cover;
}

.host-exp-slider {
  width: 350px;
  position: -webkit-sticky;
  position: sticky;
  height: 100%;
}

.host-exp-info h1 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 15px;
}

.exp-host-top .pro-img {
  text-align: center;
  width: 90px;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  max-width: inherit;
}

.exp-host-top .pro-img img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.exp-info {
  max-width: calc(100% - 90px);
}

.exp-info h3 {
  font-size: 17px;
}

.exp-info .host a {
  display: inline-block;
  color: #008489;
}

.expr-offer .timer {
  border: 1px solid #dbdbdb;
  border-width: 1px 0;
}

.expr-offer .timer li {
  font-size: 17px;
}

.expr-offer .timer li + li {
  margin-top: 10px;
}

.host-about-wrap li {
  padding-bottom: 25px;
}

.host-about-wrap li h4 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 12px;
}

.host-about-wrap li p {
  font-size: 17px;
  line-height: 30px;
  margin: 0;
}

.host-about-wrap li p + p {
  margin-top: 7px;
}

.host-about-wrap li + li {
  border: 1px solid #dbdbdb;
  border-width: 1px 0 0 0;
  padding-top: 25px;
}

.host-exp-info .host-map {
  position: relative;
  display: block;
}

.host-exp-info .host-map .mobile_location_area {
  position: absolute;
  z-index: 1;
  width: 75%;
  display: block;
  left: 12%;
  top: 15%;
  border-radius: 5px;
  box-shadow: 0 0 5px #afafaf;
  padding: 15px 20px;
}

.host-exp-info .host-map .mobile_location_area h3 {
  font-size: 21px;
  margin-bottom: 7px;
}

.host-exp-info .host-map .mobile_location_area p {
  margin: 0;
}

.upcoming-availability h4 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 5px;
}

.upcoming-availability li {
  padding: 15px 0;
}

.upcoming-availability li .monthup {
  font-size: 17px;
}

.upcoming-availability li .timing {
  font-size: 15px;
  letter-spacing: 0.2px;
}

.upcoming-availability li + li {
  border: 1px solid #dbdbdb;
  border-width: 1px 0 0 0;
}

.choose-btn {
  text-align: right;
}

.choose-btn .btn {
  font-size: 15px;
  border-radius: 5px;
  padding: 7px 18px;
  font-weight: 400;
  border: 1px solid #008489;
  overflow: hidden;
}

.choose-btn .btn:hover,
.choose-btn .btn:focus,
.choose-btn .btn:active {
  border: 1px solid #008489 !important;
}

.available_dates_popup .month {
  padding: 15px 0;
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px 0;
}

.available_dates_popup .monthup {
  font-size: 17px;
}

.available_dates_popup .timing {
  font-size: 15px;
  letter-spacing: 0.2px;
}

.available_dates_popup_btn {
  border: 1px solid #dbdbdb;
  border-width: 1px 0;
}

.available_dates_popup_btn a {
  color: #008489;
  font-size: 18px;
}

.host-cancellation-policy {
  border: 1px solid #dbdbdb;
  border-width: 1px 0 0 0;
}

.host-cancellation-policy h4 {
  font-size: 17px;
  font-weight: 600;
}

.host-cancellation-policy p {
  font-size: 17px;
  margin: 0;
}

.host-cancellation-policy a {
  color: #008489;
}

.host-review-wrap h2 {
  font-size: 17px;
  font-weight: 600;
}

.host-review-wrap .review1 {
  display: block;
  padding: 24px 0;
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px 0;
}

.host-review-wrap .forsee {
  display: inline-block;
  width: 100%;
  padding: 24px 0;
  border-bottom: 1px solid #ccc;
  font-size: 17px;
}

.host-review-wrap .profile-img img {
  width: 60px;
  margin-bottom: 5px;
}

.select-date-wrap {
  padding: 20px 0;
}

.price-review-info h4 {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 5px;
}

.price-review-info h4 span {
  font-size: 15px;
  font-weight: 300;
  padding-left: 5px;
}

.star1 {
  display: inline-block;
  width: 100%;
}

.star1 span {
  font-size: 11px;
}

.share-wishlist-wrap {
  border: 1px solid #dbdbdb;
  border-width: 1px 0;
  padding: 15px 0;
}

.share-wishlist-wrap .share-icons a {
  margin-right: 15px;
}

@-webkit-keyframes keyframe_1cjd84a {
  0%, 80%, 100% {
    opacity: 0;
  }

  30%, 50% {
    opacity: 1;
  }
}

@keyframes keyframe_1cjd84a {
  0%, 80%, 100% {
    opacity: 0;
  }

  30%, 50% {
    opacity: 1;
  }
}

._y4op1uy {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

/*.dot-loading {
text-align: center;

&:before {
animation-fill-mode:both;
animation-delay:-0.15s;
}

&:after {
animation-fill-mode:both;
animation-delay:-0.30s;
}

&:before,
&:after {
content: "";
display: inline-block;
@include border-radius(50%);
width:12px;
height:12px;
margin-right:8px;
background: $host-experience;
animation-duration:0.8s;
animation-name:keyframe_1cjd84a;
animation-iteration-count:infinite;
animation-timing-function:linear;
}
}
*/

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.mfp-close {
  left: 40px !important;
  top: 50px !important;
  font-size: 35px !important;
}

.share-popup-ul {
  border: 1px solid #dbdbdb;
  border-width: 1px 0 0 0;
}

.share-popup-ul li {
  padding: 20px 0;
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px 0;
}

.share-popup-ul li label {
  margin: 0;
}

.share-popup-ul li a {
  color: #008489;
  font-size: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.share-popup-ul li .share-popup-icon,
.share-popup-ul li i {
  color: #484848;
  margin-right: 12px;
  font-size: 20px;
}

.mfp-bg {
  background: #fff !important;
}

.share-copy-label,
.share-popup-label {
  color: #008489;
  font-size: 20px;
}

.share-copy-label:hover,
.share-popup-label:hover {
  text-decoration: underline;
}

.white-popup {
  position: relative;
  background: #fff;
  padding: 100px 60px;
  width: 95%;
  max-width: 700px;
  margin: 50px auto;
  box-shadow: 0px 0px 10px 1px #ccc;
}

.white-popup.mfp-with-anim.sharepop {
  width: 95%;
  max-width: 500px;
  padding: 100px 50px 50px;
}

.white-popup h2 {
  font-size: 36px;
  font-weight: 600;
}

.white-popup.host_experience_map_popup {
  max-width: 80%;
}

.link-path li {
  margin-right: 30px;
}

.link-path li a {
  font-size: 15px;
  color: #484848;
}

.link-path li span {
  font-size: 15px;
  color: #757575;
}

.disabled {
  cursor: not-allowed;
}

.host-booking-wrap h1 {
  font-size: 36px;
}

.host-booking-wrap h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 25px 0 15px;
}

.host-booking-wrap p {
  font-size: 17px;
}

.host-payment-btn {
  color: #ff5a5f;
  font-size: 18px;
  padding: 10px 24px;
  background: transparent;
  border-radius: 5px;
  border: 1px solid #ff5a5f;
}

.host-payment-btn:hover {
  background: #fff;
}

.whocan.review-guest {
  margin-top: 25px;
  border: 1px solid #dbdbdb;
  border-width: 1px 0 0 0;
}

.vib {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  overflow: auto;
  height: 100%;
  z-index: 999;
  padding: 20px;
  width: 100%;
}

.forbot {
  display: none;
}

.vibrate {
  display: inline-block;
  width: 85%;
  border: 1px solid #ccc;
  padding: 25px;
  margin-bottom: 50px;
  float: right;
}

.holevib {
  margin-bottom: 20px;
}

.vibsale {
  float: left;
  width: 80%;
  margin: 0;
  padding-right: 10px;
}

.vibsale h3 {
  margin: 0;
  font-size: 20px;
}

.vibsale .hours,
.vibsale .hostdate {
  font-size: 17px;
  font-weight: 300;
}

.vibimg {
  float: right;
  width: 20%;
}

.vibtime {
  border: 1px solid #dbdbdb;
  border-width: 1px 0;
  padding: 15px 0px;
}

.vibtime1 {
  padding: 15px 0px;
}

.vibtime .timer,
.vibtime1 .timer {
  margin: 0;
}

.vibtime .timer.hours,
.vibtime1 .timer.hours {
  font-size: 17px;
  font-weight: 300;
}

.valed {
  border: 1px solid #dbdbdb;
  border-width: 1px 0;
}

.valed1 {
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px 0;
}

.valed,
.valed1 {
  padding: 15px 0px;
}

.valed span,
.valed1 span {
  width: 50%;
  font-size: 17px;
  font-weight: 300;
}

.valed .val1,
.valed .val2,
.valed1 .val1,
.valed1 .val2 {
  font-weight: 600;
  float: right;
  text-align: right;
}

.val3 {
  font-size: 13px;
  padding-top: 14px;
  font-weight: 300;
  line-height: 20px;
}

.cancel-wrap {
  padding-top: 20px;
}

.cancel-wrap a {
  color: #008489;
  font-size: 17px;
  font-weight: 300;
}

.cancel-wrap .getpol {
  font-weight: 300;
  font-size: 14px;
  padding-top: 10px;
  letter-spacing: 0.4px;
}

.cancel-wrap .getpol span {
  font-weight: 600;
}

.review-guest-user {
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px 0;
}

.review-guest-user .user-info {
  max-width: calc(100% - 60px);
}

.review-guest-user .user-info h4 {
  font-size: 17px;
  font-weight: 300;
  margin: 0;
  word-wrap: break-word;
}

.review-guest-user .user-img {
  width: 50px;
  height: 50px;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  border-radius: 50%;
}

.add-more-wrap h4 {
  margin: 0;
  font-size: 17px;
  font-weight: 400;
  max-width: calc(100% - 70px);
  color: #484848;
}

.add-more-wrap .add-more-btn {
  padding: 3px 8px 5px;
  border-radius: 50%;
  border: 1px solid #008489;
  font-size: 20px;
  line-height: 1;
  color: #008489;
}

.formfill .formlist li {
  width: 48%;
  margin-bottom: 20px;
}

.formfill .formlist li label {
  font-size: 17px;
  font-weight: 400;
}

.formfill .formlist input[type="text"] {
  padding: 15px 10px;
}

.formfill .formlist input[type="text"]:focus {
  border-color: #aaa;
}

.guest-added-wrap .remover a {
  font-size: 17px;
  font-weight: 300;
  color: #008489;
}

.guest-added-wrap .remover a:hover {
  text-decoration: underline;
}

.guest-added {
  word-wrap: break-word;
  padding-right: 15px;
  font-size: 17px;
  font-weight: 400;
  text-transform: capitalize;
}

.redeem-code a {
  color: #008489;
}

.redeem-code a:hover {
  text-decoration: underline;
}

.host-payment-wrap .bill label,
.host-payment-wrap .payment-method-select label {
  font-size: 17px;
  font-weight: 400;
}

.host-billing-info h4 {
  margin-top: 0;
}

.host-billing-info .control-group {
  margin-bottom: 15px;
}

.expire-info {
  margin-bottom: 30px;
}

.expire-info .control-group {
  padding: 0;
}

.expire-info .control-group-wrap .control-group {
  max-width: calc(50% - 15px);
  margin: 0;
}

.host-term-wrap h4 {
  font-size: 17px;
  font-weight: 400;
}

.host-term-wrap a {
  color: #008489;
}

.host-term-wrap a:hover {
  text-decoration: underline;
}

.agree-links li {
  float: left;
  position: relative;
  margin-right: 5px;
}

.agree-links li a {
  color: #008489;
}

.agree-links li a:hover {
  text-decoration: underline;
}

.agree-links li a span {
  float: right;
}

.agree-links li:last-child span {
  display: none;
}

.seasonal-info-wrap .seasonal-option .link-icon + .link-icon {
  margin-left: 10px;
}

.add-rule-btn .btn {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
}

.conversation-content .accepted-alert {
  z-index: 1;
}

.coversation-right .responsive-calendar .calendarMonthHeader .panel {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
}

.coversation-right .responsive-calendar .calendarMonthHeader .panel + .panel {
  margin-left: 6px;
}

.coversation-right .responsive-calendar.small .calendarDaysHeader {
  border: 1px solid #dbdbdb;
}

.coversation-right .responsive-calendar.small .calendarDaysHeader li {
  padding: 6px 5px 2px;
  width: calc(100% / 7);
}

.coversation-right .responsive-calendar.small .calendarDaysHeader li + li {
  border: 1px solid #dbdbdb;
  border-width: 0 0 0 1px;
}

.coversation-right .responsive-calendar.small .calendarDates {
  border: 1px solid #dbdbdb;
  border-width: 0 1px;
}

.coversation-right .responsive-calendar.small .calendarDates li {
  height: 49px;
  width: calc(100% /7);
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px 0;
}

.coversation-right .responsive-calendar.small .calendarDates li .date {
  padding: 50% 5px 5px 5px;
  border: 0;
}

.coversation-right .responsive-calendar.small .calendarDates li + li {
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px 1px;
}

.coversation-right .responsive-calendar.small .calendarDates li:nth-child(7n+1) {
  clear: left;
  border-left: none;
}

.daterangepicker.show-calendar {
  width: 590px;
}

.daterangepicker .ranges {
  width: 100%;
}

.app-link li {
  width: calc(50% - 5px);
}

.app-link li img {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #767676;
  background: #767676;
  padding: 5px;
}

.app-link li img:hover {
  background: #3e3e3e;
  border-color: #3e3e3e;
}

.detail-wrap .user-info .room-place {
  margin: 0;
  display: inline-block;
  vertical-align: top;
}

.search-mobile-modal .modal-footer button {
  padding: 10px;
}

.search-mobile-modal .modal-footer button span {
  line-height: 1;
}

textarea.invalid,
select.invalid,
input.invalid[type="radio"],
input.invalid[type="checkbox"],
.invalid[type="text"],
.invalid[type="password"],
.invalid[type="search"],
.invalid[type="email"],
.invalid[type="url"],
.invalid[type="number"],
.invalid[type="tel"],
[type="text"]:invalid,
[type="password"]:invalid,
[type="search"]:invalid,
[type="email"]:invalid,
[type="url"]:invalid,
[type="number"]:invalid,
[type="tel"]:invalid,
textarea:invalid,
select:invalid,
input[type="radio"]:invalid,
input[type="checkbox"]:invalid {
  border-color: #ffb400;
  background-color: rgba(255, 237, 188, 0.45);
}

.profile-pic-container {
  position: relative;
}

.profile-pic-container .delete_profile {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 22px;
}

.dispute_rightside p {
  max-height: 80px;
  overflow-y: auto;
}

.experience-step-info .main-wrap-img small {
  visibility: hidden;
}

.experience-step-info .dot-loading:before {
  background-color: #007d83;
  background-size: 50px;
}

.experience-step-info .bg-white .dot-loading:before {
  background-color: #fff;
}

.experience-step-info .host-calendar-form input[type="text"] {
  padding: 8px 10px;
  height: auto;
  font-size: 16px;
}

.preview-panel {
  position: fixed;
  width: inherit;
  left: auto;
  right: auto;
  max-width: inherit;
  top: auto;
  bottom: auto;
  display: none;
  margin-top: 100px;
}

.preview-panel .data_result {
  font-weight: 600;
}

.bed-details__preview_item {
  color: #008489;
  font-size: 16px;
}

.bed-details_preview_item_icon img {
  width: 40px;
  margin: 10px 0 5px;
}

.bed-details_preview_item_icon span {
  font-weight: 600;
}

.becomebtn {
  background-color: #fff;
  border-radius: 0px;
  border: 3px solid #000;
  font-size: 14px;
  color: #000;
  text-transform: lowercase;
}

.becomebtn:first-letter {
  text-transform: uppercase;
}

.becomebtn:hover,
.becomebtn:active,
.becomebtn:focus {
  background-color: #fff;
  border-radius: 0px;
  color: #000;
}

.dispute_conversation_details .tab-panel[aria-hidden="true"] {
  display: none;
}

.dispute_conversation_details .panel-header {
  background: #edefed;
  padding: 8px 20px 12px;
  border: 1px solid #dbdbdb;
  border-bottom: none;
}

.dispute_conversation_details .panel-header .tabs {
  line-height: 50px;
  vertical-align: middle;
}

.dispute_conversation_details .panel-header .tabs li {
  display: inline-block;
  margin-right: 20px;
}

.dispute_conversation_details .panel-header .tabs li a {
  font-size: 14px;
  border-bottom: 3px solid transparent;
}

.dispute_conversation_details .panel-header .tabs li a[aria-selected="true"] {
  color: #757575;
  border-color: #757575;
}

.dispute_conversation_details .panel-body {
  border: 1px solid #dbdbdb;
  padding: 20px;
}

.user_msg_detail1 .media-round img,
.user_msg_detail .media-round img {
  border-radius: 50%;
}

.user_msg_detail .panel-quote-flush {
  border: 1px solid #dbdbdb;
  padding: 5px;
}

.user_msg_detail .panel-quote-flush:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 15px;
  right: auto;
  border: 10px solid transparent;
  border-left: 0;
  border-right-color: #dce0e0;
}

.user_msg_detail .panel-quote-flush:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 7px;
  top: 16px;
  right: auto;
  border: 9px solid transparent;
  border-left: 0;
  border-right-color: #fff;
}

.user_msg_detail1 .panel-quote-flush {
  border: 1px solid #dbdbdb;
  padding: 10px;
}

.user_msg_detail1 .panel-quote-flush:before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 15px;
  left: auto;
  border: 10px solid transparent;
  border-right: 0;
  border-left-color: #dce0e0;
}

.user_msg_detail1 .panel-quote-flush:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 7px;
  top: 16px;
  left: auto;
  border: 9px solid transparent;
  border-right: 0;
  border-left-color: #fff;
}

.cls_dis_rimg {
  position: relative;
}

.cls_dis_rimg .wishlist-bg-img img {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.cls_dis_rimg .card-profile-picture img {
  position: absolute;
  bottom: 100px;
  right: 0px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  box-shadow: 0px 0px 10px #cccccc;
}

.cls_dis_rimg .h5 {
  font-size: 1.25rem;
}

.cls_dis_rimg .text-beach {
  font-weight: 900;
}

#dispute_documents {
  border: none;
}

.dispute_gallery {
  position: relative;
  display: inline-block;
  width: 50%;
  float: left;
}

.dispute_gallery .js-delete-photo-btn {
  position: absolute;
  right: 15px;
  background-color: transparent;
  padding: 0 5px;
  top: 0;
  color: #f0494f;
}

#dispute-gallery {
  height: 150px !important;
}

.dispute-banner .lslide {
  position: relative;
}

.dispute-banner .lslide img {
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  position: relative;
}

.dispute-banner .lslide .js-delete-photo-btn {
  position: absolute;
  top: 0;
  right: 0;
}

.subnav-item .alert-count {
  top: 3px;
  right: -18px;
}

.disputes-content .results-footer {
  padding: 0 20px;
  margin-bottom: 10px;
}

.disputes-content .results-footer p {
  margin-bottom: 5px;
}

.disputes-content .results-footer .pagination li {
  padding: 5px 15px;
  border: 1px solid #ddd;
}

.room-detail-sleep .owl-stage {
  display: -webkit-box;
  display: flex;
}

.room-detail-sleep .owl-item {
  padding: 2px;
}

.room-detail-sleep .owl-item img {
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  margin: 0 15px 15px 0;
}

.room-detail-sleep h4 {
  font-size: 20px;
}

.room-detail-sleep .bed-type {
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  padding: 15px 25px;
  height: 100%;
  margin: 1px;
}

.room-detail-sleep .bed-type-info h5 {
  font-size: 18px;
}

.profile-reviews h5,
.profile-wishlists h5 {
  font-size: 24px;
}

.profile-reviews h5 small,
.profile-wishlists h5 small {
  font-size: 18px;
  color: #757575;
}

.review-section {
  margin-top: 30px;
}

.review-section h4 {
  font-size: 16px;
  font-weight: 600;
}

.review-section li {
  margin: 25px 0 0;
  padding: 10px 0 25px;
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px 0;
}

.profile-slider.owl-carousel .owl-nav > div {
  top: 80px;
}

.tooltip.fade {
  z-index: 9999;
}

.browse.bg-cover .icon-add {
  display: none;
}

.stay-discount.mt-4.js-section.pre-listed {
  margin-top: 35px;
  padding-top: 25px;
  border: 1px solid #dbdbdb;
  border-width: 1px 0 0 0;
}

.profile-view-left .profile-img img {
  box-shadow: 0px 0px 10px #cccccc;
}

.id_documents_slider.owl-carousel .owl-item img {
  height: 125px;
  -o-object-fit: cover;
     object-fit: cover;
}

.id_documents_slider.owl-carousel .owl-nav > div.owl-prev {
  left: -22px;
}

.id_documents_slider.owl-carousel .owl-nav > div.owl-next {
  right: -22px;
}

.id_documents_slider .item {
  position: relative;
}

.id_documents_slider .item .document-img-delete,
.id_documents_slider .item .document-img-upload {
  position: absolute;
  padding: 0;
  border-radius: 3px;
  background: #fff;
}

.id_documents_slider .item .document-img-delete .fa,
.id_documents_slider .item .document-img-upload .fa {
  line-height: 1;
  padding: 4px 5px;
}

.id_documents_slider .item .document-img-delete {
  left: 10px;
  top: 10px;
  color: #f00;
}

.id_documents_slider .item .document-img-upload {
  right: 10px;
  top: 10px;
  color: #007cff;
}

.ui-datepicker-prev.ui-state-disabled {
  display: none;
}

.inbox_message_count {
  display: inline-block;
  border-radius: 50%;
  font-style: normal;
  font-weight: 600;
  color: #fff;
  margin-left: 5px;
  background: #ff5a5f;
  line-height: 1;
  padding: 4px;
  font-size: 13px;
  min-width: 20px;
}

.guest-popup-info h4 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
}

.guest-popup-info p {
  font-size: 17px;
  line-height: 28px;
  margin: 0;
}

.guest-popup-info a {
  color: #008489;
}

.guest-pop-area {
  border-color: #0B94B3;
}

.guest-pop-send {
  background: #0B94B3;
  color: #fff;
  padding: 14px 30px;
  border-radius: 4px;
}

.guest-pop-send:hover {
  color: #fff;
}

.guest-info-img {
  width: 90px;
  padding-left: 15px;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
}

.guest-info-img img {
  width: 75px;
  height: 75px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.host-detail-page .pro-info h4 {
  color: #008489;
}

.tabl .verify-check {
  -webkit-box-align: start;
          align-items: flex-start;
}

.tabl .verify-check input[type="checkbox"] {
  margin-top: 5px;
}

.tabl .verify-check a {
  color: #fff;
}

.wishlist-bg-img {
  width: 100%;
}

.wishlist-bg-img > img {
  width: 100%;
}

.payout-options .dropdown-menu {
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
  top: 100% !important;
  -webkit-transform: none !important;
          transform: none !important;
  right: 0 !important;
  left: auto !important;
  z-index: 999;
}

.payout-card .table-responsive {
  padding-bottom: 20px;
}

.js-saving-progress.error-msg h5 {
  font-size: 14px;
}

.range_inputs {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.range_inputs button {
  background: none;
  border: 0;
  font-size: 15px;
  font-weight: 600;
}

.range_inputs button:hover {
  background: none;
}

.range_inputs .applyBtn {
  color: #008489;
}

.range_inputs .applyBtn[disabled] {
  background: none;
  border: 0;
}

.payout-amount {
  font-size: 24px;
}

.provider-info .provide_icon {
  vertical-align: text-top;
  display: inline-block;
  margin-left: 4px;
}

.edit-profile-wrap label {
  margin-top: 8px;
}

.edit-profile-wrap label .icon {
  vertical-align: text-top;
}

.wishlists-body .wishlist-bg-img {
  background-color: #edefed;
  background: no-repeat center / cover;
}

.wishlists-body .wishlist-card-info {
  height: 320px;
}

.wishlists-body .wishlist-card-info .icon {
  color: #fff;
  font-size: 24px;
}

.wishlists-body .wishlist-card-info h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
  text-transform: capitalize;
}

.wishlists-body .wishlist-card-info .btn-guest {
  border-color: #b4a76c;
  border-bottom-color: #7c713f;
  background-color: #b4a76c;
  color: #fff;
  border-radius: 2px;
}

.wishlists-body .wishlist-card-info .btn-guest:hover,
.wishlists-body .wishlist-card-info .btn-guest:focus {
  border-color: #c0b584;
  border-bottom-color: #8d8048;
  background-color: #c0b584;
}

.host-add-item {
  font-size: 17px;
  color: #008489;
}

.host-add-item:hover {
  color: #008489;
  text-decoration: underline;
}

.media-body.response .icon-lock {
  color: #008489;
  vertical-align: text-top;
  margin-right: 3px;
}

.threshold-comment {
  color: #000;
}

.reviews .reviews-list-item a:not(.theme-link) {
  color: #484848;
}

.reviews .reviews-list-item a:not(.theme-link):hover {
  text-decoration: underline;
}

.reviews .reviews-list-item a.btn:hover {
  text-decoration: none;
}

.reviews .reviews-list-item .media-body h5 {
  font-size: 16px;
  font-weight: 600;
}

.reviews .reviews-list-item .media-body p {
  margin-bottom: 10px;
}

.reviews-list .reviews-list-item + .reviews-list-item {
  border: 1px solid #dbdbdb;
  border-width: 1px 0 0 0;
  padding-top: 20px;
}

.media-rev-img {
  width: 95px;
}

.icon-google-plus:before {
  background: url(../images/google.png?39216d73519bca962bd4a01f3e8f4a4b) no-repeat center/22px;
  color: transparent;
}

.review-user-info h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

.review-user-info .panel-image a {
  display: block;
  position: relative;
}

.review-user-info .panel-image a .media-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
}

.review-user-info .panel-image a .media-caption span {
  text-transform: capitalize;
  color: #fff;
}

.review-user-info .panel-image img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.review-user-info .panel-info .profile-image {
  float: right;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0px 0px 10px #cccccc;
}

.review-user-info .panel-info .profile-image img {
  width: 65px;
  height: 65px;
  -o-object-fit: cover;
     object-fit: cover;
}

.review-user-info .panel-info h4 {
  font-size: 16px;
  margin-bottom: 5px;
  color: #000;
  padding-top: 10px;
}

.review-user-info .panel-info span {
  color: #757575;
}

.review-wrap .star-rating {
  display: inline-block;
  position: relative;
}

.review-wrap .star-rating .foreground {
  position: absolute;
}

.review-wrap .star-rating:not(:checked) .star-rating-input {
  display: none;
}

.review-wrap .star-rating .icon {
  font-size: 22px;
}

.review-wrap .star-rating-input {
  position: absolute;
}

.review-wrap .star-rating-input:checked ~ .star-rating-star,
.review-wrap .star-rating-input.checked ~ .star-rating-star {
  color: #008489;
}

.review-wrap .star-rating-input:checked ~ .star-rating-star .icon.icon-star,
.review-wrap .star-rating-input.checked ~ .star-rating-star .icon.icon-star {
  color: #008489;
}

.review-wrap .star-rating-star {
  float: right;
  color: #cacccd;
  cursor: pointer;
  font-size: 20px;
  margin: 0 8px 0 0;
}

.review-wrap .star-rating-star .icon.icon-star {
  color: #cacccd;
}

.review-wrap .star-rating-definition {
  color: #007a87;
  position: absolute;
  top: 40%;
  left: 110%;
  width: 200px;
  display: none;
}

.review-wrap .star-rating-input:checked + .star-rating-star .star-rating-definition,
.review-wrap .star-rating:hover .star-rating-star:hover .star-rating-definition,
.review-wrap .star-rating:hover .star-rating-input:checked + .star-rating-star:hover .star-rating-definition {
  display: block;
}

.review-wrap .star-rating:hover .star-rating-definition,
.review-wrap .star-rating:hover .star-rating-input:checked + .star-rating-star .star-rating-definition {
  display: none;
}

.review-wrap .star-rating:hover .star-rating-definition,
.review-wrap .star-rating:hover .star-rating-input.checked + .star-rating-star .star-rating-definition {
  display: none;
}

.review-wrap .star-rating-input.checked + .star-rating-star .star-rating-definition,
.review-wrap .star-rating:hover .star-rating-star:hover .star-rating-definition,
.review-wrap .star-rating:hover .star-rating-input.checked + .star-rating-star:hover .star-rating-definition {
  display: block;
}

.review-wrap .decimal-star-rating-wrapper {
  display: inline-block;
}

.review-wrap .decimal-star-rating {
  display: inline-block;
  position: relative;
  margin-left: 5px;
}

.review-wrap .decimal-star-rating-icon {
  color: #ffc332;
}

.thumbs-widget {
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}

.thumbs-widget * {
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}

.thumbs-widget .icon {
  vertical-align: text-top;
  margin-right: 5px;
}

.thumbs-widget label {
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
}

.thumbs-widget input:checked + label,
.thumbs-widget input:checked + label .icon,
.thumbs-widget input.checked + label,
.thumbs-widget input.checked + label .icon {
  color: #ff5a5f;
}

label.invalid {
  color: #f72c37;
  display: block;
}

.nps-score input[type="radio"] {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

#yearDate[readonly] {
  background-color: #fff;
}

.input-info {
  color: #757575;
}

.input-info p {
  margin: 0;
}

.input-info p + p {
  margin-top: 10px;
}

.review-user-area .panel-body h3 {
  font-size: 24px;
  margin-bottom: 12px;
  line-height: 32px;
}

.review-user-area .panel-body h3 small {
  font-size: 17px;
  color: #757575;
}

.review-user-area .panel-body p {
  font-size: 16px;
  color: #757575;
}

.review-user-area textarea {
  font-size: 16px;
  border-color: #3fb34f;
}

.host_experience_map {
  width: 100%;
  height: 600px;
}

.star-rating-wrapper .category_city {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: wrap;
}

.star-rating-wrapper .category_city span {
  display: inline-block;
  margin-right: 10px;
  word-wrap: break-word;
}

.finish-tooltip {
  bottom: 120px;
  left: 50px;
  right: auto;
  position: fixed;
  border-radius: 3px;
  border: 1px solid #dbdbdb;
  padding: 15px;
  background: #fff;
  max-width: 280px;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}

.finish-tooltip:not(.shown) {
  z-index: -1;
}

.finish-tooltip h4 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 15px;
  color: #000;
}

.finish-tooltip p {
  font-size: 14px;
  color: #000;
  margin: 0;
}

.finish-tooltip.custom-arrow:before,
.finish-tooltip.custom-arrow:after {
  left: 20px;
}

@media print {
  header,
  footer {
    display: none;
  }
}

.phone-status-block .icon-remove {
  line-height: 1;
  display: inline-block;
}

.phone-status-block .icon-remove:before {
  font-weight: 900;
  font-size: 12px;
}

.phone-status-block input[readonly] {
  width: 160px;
  background: #edefed;
  border-radius: 2px 0 0 2px;
}

.phone-status-block label {
  margin: 0;
  padding: 10px;
  -webkit-box-flex: 1;
          flex-grow: 1;
  border: 1px solid #dbdbdb;
  border-left: none;
}

.horizontal-rule-wrapper {
  text-transform: uppercase;
  color: #000;
}

.dispute-to-user {
  color: #000;
}

.popular-topics h2 {
  font-size: 28px;
}

.account-disabled {
  color: #000;
}

.account-disabled .icon-user {
  font-size: 65px;
  margin-bottom: 15px;
}

.account-disabled h3 {
  font-size: 24px;
}

.add-language-popup .modal-header {
  background: #edefed;
  padding: 12px 30px 12px 16px;
}

.add-language-popup .modal-header h5 {
  font-size: 18px;
  margin: 0;
}

.reserve-left span {
  font-weight: 600;
}

.reserve-left .icon-time {
  margin-bottom: 2px;
}

.timer span {
  font-weight: 600;
}

.enter_address .modal-body > #js-edit-address {
  display: none;
}

.remove_sync_cal_container > div {
  background: #e4e4e4;
}

.remove_sync_cal_container > div + div {
  border-top: 1px solid #fff;
}

.sync_cal_name {
  text-transform: capitalize;
  font-size: 16px;
  color: #2f2f2f;
  padding: 10px 15px;
  display: inline-block;
}

.dispute-info .list_name span {
  display: block;
  color: #000;
}

.dispute-info .common_inbox span {
  color: #000;
}

.dispute-info .disputes_listview span {
  color: #757575;
}

.dispute-info .disputes_history span {
  color: #000;
}

.dispute-info .disputes_history .view_disputes {
  border-color: #c4c4c4;
  color: #484848;
  font-size: 14px;
  padding: 7px 15px;
  font-weight: 600;
}

.disputes_layout_view li + li {
  margin-top: 20px;
}

.dispute-reason .conversation_head {
  font-size: 26px;
  margin-bottom: 15px;
}

.dispute-reason .profile-image {
  min-width: 80px;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
}

.dispute-reason .profile-image img {
  width: 80px;
}

.dispute-reason .card-body {
  padding: 10px;
}

.dispute-reason .host_ul li + li {
  margin-top: 15px;
}

.inline-status {
  text-transform: uppercase;
  color: #000;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  width: 100%;
}

.inline-status:before,
.inline-status:after {
  content: "";
  display: inline-block;
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px 0;
  -webkit-box-flex: 1;
          flex-grow: 1;
}

.inline-status span {
  padding: 0 8px 0;
}

.inline-status span + span {
  padding-left: 0;
}

.dispute_leftside .post + .post {
  margin-top: 35px;
}

.guest-mobile-drop,
.date-mobile-drop,
.category-mobile-drop {
  display: none;
}

.custom-datepicker .daterangepicker {
  position: static;
  float: none;
}

.reservation-info .room-link {
  font-size: 20px;
}

.your-trip-info table .room_listing .location a,
.previous-trip-info table .room_listing .location a {
  color: #ff5a5f;
}

.your-trip-info table .room_listing .location a:hover,
.previous-trip-info table .room_listing .location a:hover {
  text-decoration: underline;
}

.your-trip-info table .experience_listing .location a,
.previous-trip-info table .experience_listing .location a {
  color: #008489;
}

.your-trip-info table .experience_listing .location a:hover,
.previous-trip-info table .experience_listing .location a:hover {
  text-decoration: underline;
}

.your-trip-info table .room_listing .dates,
.your-trip-info table .experience_listing .dates,
.previous-trip-info table .room_listing .dates,
.previous-trip-info table .experience_listing .dates {
  color: #757575;
}

.phone-number-block {
  margin-bottom: 20px;
}

.all-review-popup .profile-img img {
  width: 60px;
  margin-bottom: 5px;
}

.host-review-list li {
  margin-top: 30px;
}

.host-review-list li + li {
  margin-top: 20px;
  padding-top: 20px;
  border: 1px solid #dbdbdb;
  border-width: 1px 0 0 0;
}

.dispute-gallery ul {
  height: 300px;
  overflow: auto;
}

.dispute-gallery li {
  position: relative;
}

.dispute-gallery li img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}

.dispute-gallery li + li {
  margin-top: 20px;
}

.dispute-gallery li .js-delete-photo-btn {
  position: absolute;
  top: 0;
  right: 0;
}

.home-banner-wrap {
  width: 100%;
  height: 100vh;
  min-height: 650px;
  overflow: hidden;
  position: relative;
}

.home-banner-wrap .home-info-wrap {
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  z-index: 1;
}

.home-banner-wrap .home-info {
  max-width: 440px;
  padding: 30px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}

.home-banner-wrap .home-banner-img {
  width: 100%;
  height: 100%;
  position: relative;
}

.home-banner-wrap .home-banner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 !important;
  -webkit-animation: kenburns 60s infinite;
          animation: kenburns 60s infinite;
}

.home-banner-wrap .home-banner-img .home-banner-info {
  position: absolute;
  bottom: 10px;
  right: 15px;
  width: auto;
  height: auto;
}

.home-banner-wrap .home-banner-img .home-banner-info h2 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
}

.home-banner-wrap .home-banner-img .home-banner-info p {
  color: #fff;
  margin-bottom: 5px;
}

.home-banner-slider .owl-item {
  opacity: 0;
}

.home-banner-slider .owl-item.active {
  opacity: 1;
}

.home-banner-slider .owl-item.active ~ .owl-item .home-banner-img img {
  -webkit-animation: none;
          animation: none;
}

/*@keyframes kenburns {
0% {
opacity: 0;
transform: none;
}
5% {
opacity: 1;
}
100% {
transform: scale3d(1.5, 1.5, 1.5) translate3d(-150px, -80px, 0px);
animation-timing-function: ease-in;
opacity: 1;
}
}*/

.home-banner-slider {
  width: 100%;
  height: 100%;
  direction: ltr;
}

.home-banner-slider * {
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}

.home-banner-slider div {
  width: 100%;
  height: 100%;
}

.whole_list ~ .footer-toggle {
  display: none;
}

.inbox-list .list-actions {
  opacity: 0;
}

.inbox-list li:hover .list-actions {
  opacity: 1;
}

.otp-wrap input {
  width: 120px;
}

.pending-price {
  color: #757575;
}

.map-toggle-wrap {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
}

.map-toggle-btn {
  position: relative;
}

.map-toggle-btn label {
  background: #008489;
  border-radius: 20px;
  padding: 5px 12px;
  position: relative;
}

.map-toggle-btn label input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 1;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.map-toggle-btn label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 5px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-radius: 50%;
  -webkit-transition: right 21s linear;
  transition: right 21s linear;
  background: #fff;
}

.map-toggle-btn label span {
  text-transform: capitalize;
  color: #fff;
  font-weight: 600;
}

.map-toggle-btn .toggle-on {
  display: none;
  margin-right: 20px;
}

.map-toggle-btn .toggle-off {
  margin-left: 20px;
}

.map-toggle-btn.active .toggle-on {
  display: inline-block;
}

.map-toggle-btn.active .toggle-off {
  display: none;
}

.map-toggle-btn.active label:before {
  left: auto;
  right: 5px;
}

.location-input-wrap {
  border: 1px solid #dbdbdb;
  border-radius: 2px;
}

.location-input-wrap input {
  border: 0;
}

.sent-referral .profile-img {
  max-width: 70px;
}

.cls_whatsapp {
  position: fixed;
  right: 5px;
  bottom: 55px;
  z-index: 1001;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}

.cls_whatsapp img {
  width: 65px;
}

.list_property {
  background: #ff5a5f;
  color: #fff !important;
  padding: 8px 15px !important;
  border-radius: 4px;
}

.list_property:hover {
  background: #da282e;
  border-bottom: 2px solid #da282e !important;
}

.contact_form_view {
  box-shadow: 0px 0px 10px #ccc;
}

.contact_us_page h2 {
  font-size: 24px;
  font-weight: normal;
}

.contact_us_page p {
  margin-bottom: 25px;
  font-size: 15px;
}

/*Responsive*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-banner-wrap {
    height: calc(100vh - 84px);
  }
}

@media only screen and (min-width: 768px) {
  .home-page .container {
    max-width: 1600px;
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media only screen and (min-width: 992px) {
  .home-page main {
    margin-top: 0 !important;
  }

  .search-content {
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
  }

  .search-content * {
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
  }

  .search-content .search-content-filters.loading {
    max-height: calc(100vh - 139px);
  }

  .search-content .search-content-filters.loading .search-wrap {
    opacity: 0;
  }

  .search-content.map-off .search-content-filters {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
  }

  .search-content.map-off .search-map,
  .search-content.map-off .filter-section {
    display: none;
  }

  .search-content.map-off .search-wrap {
    padding: 10px 1px;
  }

  .search-content.map-off .search-list {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1060px;
  }

  .home-page .container {
    max-width: 1760px;
    padding-right: 80px;
    padding-left: 80px;
  }

  .home-page footer .container {
    max-width: 1080px;
  }

  .wishlist-popup .modal-dialog {
    max-width: 900px;
  }
}

@media only screen and (max-width: 1200px) {
  .add-language .icon-trash {
    font-size: 16px;
  }

  .experience-step-wrap .main-wrap {
    padding: 60px 15px 15px;
  }

  .main-wrap-img {
    right: 30px;
  }

  .phone-wrap {
    max-width: 300px;
  }

  .bg-white .main-wrap-info h3 {
    font-size: 26px;
  }

  .second-category-select label {
    font-size: 20px;
  }

  .preview-panel {
    max-width: 300px;
  }

  .booking-form .book-it-panel label {
    font-size: 13px;
  }

  .booking-form .book-it-panel input,
  .booking-form .book-it-panel select {
    font-size: 12px;
  }

  html[lang="ar"] .main-wrap-img {
    left: 30px;
  }
}

@media only screen and (max-width: 1024px) {
  .experience-info-wrap {
    background: url(../images/mobile_375.png?c2f7ec568a30b489bff4374bf825808b) no-repeat 100% 90%, radial-gradient(farthest-corner at 30% 20%, #B4E5E6 20%, #BFECE4 60%, #B5F0E9);
    height: auto;
    padding: 150px 0;
  }

  .experience-info-wrap:before {
    content: "";
    display: inline-block;
    background: url(../images/user_face2.png?a75c22a088719d6aa33ed9684a3560fa) no-repeat center/cover;
    width: 120px;
    height: 120px;
    border: 5px solid #fff;
    box-shadow: 0px 1px 5px 0px #ccc;
    position: absolute;
    border-radius: 50%;
    bottom: 0;
    left: 60%;
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%);
  }

  .experience-info-wrap .experience-info.active {
    top: auto !important;
    bottom: 0;
    border: 1px solid #dbdbdb;
    border-width: 1px 0 0 0;
  }

  .calendar-side-option .panel-footer .btn {
    padding: 5px 8px;
    font-size: 14px;
  }

  .host-booking-wrap h1 {
    font-size: 26px;
  }

  .host-booking-wrap h4 {
    font-size: 16px;
  }

  .host-booking-wrap p {
    font-size: 16px;
  }

  .vibrate {
    padding: 15px;
  }

  .vibsale h3 {
    font-size: 17px;
  }

  .experience-info-wrap .experience-info.active {
    padding-bottom: 50px;
  }

  .create-experience {
    padding-bottom: 140px;
  }

  html[lang="ar"] .experience-info-wrap {
    background: url(../images/mobile_375.png?c2f7ec568a30b489bff4374bf825808b) no-repeat 0% 90%, radial-gradient(farthest-corner at 30% 20%, #B4E5E6 20%, #BFECE4 60%, #B5F0E9);
  }
}

@media only screen and (max-width: 1124px) {
  footer {
    padding-bottom: 45px;
  }
}

@media only screen and (max-width: 991px) {
  header .main-menu {
    position: fixed;
    left: 0;
    right: 0;
    background: #fff;
    top: 0;
    bottom: 0;
  }

  header .main-menu .nav-item {
    margin-left: 0;
  }

  header .main-menu.navbar-collapse {
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
  }

  header .main-menu.navbar-collapse.collapsing .navbar-nav {
    height: 500px !important;
  }

  header .main-menu.navbar-collapse.show .navbar-nav {
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
    overflow: auto;
    height: 100%;
  }

  header .navbar-toggler {
    padding: 0 15px 0 5px;
  }

  header .navbar-toggler:hover,
  header .navbar-toggler:active,
  header .navbar-toggler:focus,
  header .navbar-toggler:not(:disabled):not(.disabled):active,
  header .navbar-toggler:not(:disabled):not(.disabled):active:focus {
    background: transparent;
  }

  header .navbar-brand {
    margin-right: 0;
  }

  .search-content-filters {
    padding-bottom: 40px;
  }

  .main-banner .banner-content .banner-info h2 {
    font-size: 40px;
  }

  .main-banner .banner-content .banner-info p {
    font-size: 16px;
  }

  .discover-slider .discover-info h2 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
  }

  .discover-slider .discover-info p {
    font-size: 15px;
    line-height: 20px;
  }

  .title {
    font-size: 26px;
  }

  .desc {
    font-size: 15px;
  }

  .info-slides li > img {
    height: 500px;
  }

  .info-slides li .bottom_slider_info h2 {
    font-size: 38px;
  }

  .info-slides li .bottom_slider_info p {
    font-size: 17px;
  }

  .our-community .community-content li a h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px;
  }

  .our-community .community-content li a p {
    font-size: 13px;
  }

  .site-name {
    font-size: 40px;
    line-height: 46px;
  }

  .site-desc {
    font-size: 20px;
    line-height: 32px;
  }

  .home_video {
    height: 480px;
  }

  .map-canvas {
    left: 0;
    right: 0;
    width: 100%;
    display: none;
    z-index: 8;
  }

  .map-canvas.active {
    display: block;
    z-index: 9;
  }

  .filter-section {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    z-index: 99;
  }

  .filter-section button {
    border-radius: 0;
    padding: 10px 20px;
  }

  .filter-section button.show-result {
    display: none;
  }

  .filter-section button.show-filter {
    margin-left: 1px;
  }

  .filter-section > div {
    border-radius: 30px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 10px #888686;
  }

  .search-content-filters .filter-btn {
    max-width: 100%;
  }

  header .main-menu hr {
    margin: 7px 0;
  }

  header .main-menu .nav-item .nav-link {
    margin: 0;
    padding: 10px 15px 10px 25px;
    display: inline-block;
    border: 0;
  }

  header .main-menu .nav-item .nav-link .alert-count {
    position: static;
    margin-left: 5px;
  }

  .user-wrap .user-info h1 {
    font-size: 20px;
  }

  .content-wrap {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .booking-form {
    -webkit-box-ordinal-group: 1;
            order: 0;
    position: inherit !important;
    top: inherit !important;
    margin: 40px 0;
  }

  .booking-form .price-label {
    -webkit-transform: none;
            transform: none;
    position: inherit;
    width: 100%;
  }

  .detail-sticky {
    z-index: 10;
  }

  .dashboard-profile a img {
    width: 90px;
    height: 90px;
  }

  .notify-tab .list-img img {
    width: 90px;
    height: 90px;
  }

  .subnav li {
    margin-right: 20px;
  }

  .subnav li a {
    font-size: 13px;
  }

  .conversation-head h1 {
    font-size: 20px;
  }

  .conversation-left li a img {
    width: 50px;
    height: 50px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
  }

  .card table td.location,
  .card table td.host {
    min-width: 160px;
  }

  .sent-referrals h3 {
    font-size: 24px;
  }

  .referrals-wrap h1 {
    font-size: 32px;
  }

  .help_page_banner .help_page_search .help_search_block h1 {
    font-size: 30px;
  }

  .how-it-works h3 {
    font-size: 20px;
  }

  .experience-info-wrap:before {
    left: 45%;
  }

  .get-started li h4 {
    font-size: 18px;
  }

  .get-started li + li {
    margin-top: 20px;
  }

  .listing-wrap .listing h4 {
    font-size: 15px;
    line-height: 22px;
  }

  .listing-wrap .listing .btn {
    display: block;
  }

  .listing-wrap .select {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }

  .list-btn-wrap {
    max-width: 170px;
  }

  .experience-step-wrap .side-bar {
    width: 30%;
  }

  .experience-step-wrap .experience-step-info {
    width: 70%;
  }

  .save-info {
    width: 70%;
  }

  .main-wrap-info h3 {
    font-size: 26px;
  }

  .main-wrap-info p {
    font-size: 15px;
    line-height: 25px;
  }

  .default-time p {
    font-size: 18px;
  }

  .fc-bgevent-data {
    padding: 2px;
  }

  .fc-bgevent-data span {
    font-size: 13px;
    line-height: 15px;
  }

  .host-exp-info h1 {
    font-size: 28px;
  }

  .host-exp-info li h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .host-exp-info li p {
    font-size: 15px;
    line-height: 28px;
  }

  .forbot {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 9;
    background: #fff;
    width: 100%;
    padding: 15px 15px 45px;
    border: 1px solid #dbdbdb;
    border-width: 1px 0 0 0;
    left: 0;
  }

  .holeslider {
    width: 50%;
    float: left;
  }

  .holeslider .seelink a {
    color: #008489;
    font-weight: 500;
  }

  .amut {
    font-weight: 400;
    font-size: 16px;
    padding-bottom: 5px;
  }

  .amut .amount-price {
    font-size: 15px;
    padding-right: 0;
    font-weight: 600;
  }

  .amut span {
    font-weight: 500;
    font-size: 16px;
    padding-right: 0px;
  }

  .nxt {
    float: right;
    width: 50%;
    text-align: right;
    color: #ff5a5f;
    font-size: 16px;
    padding: 15px;
    font-weight: 600;
  }

  .holevib {
    margin: 20px 0;
  }

  .more-filter {
    z-index: 998;
  }

  .more-filter h4 {
    font-size: 16px;
  }

  .filter-list + .filter-list {
    margin-top: 20px;
  }

  .profile-slider.owl-carousel .owl-nav > div {
    top: 110px;
  }

  .profile-view-right .review-section li > div + div {
    max-width: calc(100% - 90px);
    margin-left: auto;
  }

  .reso-info-table .total span {
    font-size: 18px;
  }

  .search_filter .navbar .navbar-nav li > button {
    padding: 5px 10px;
    font-size: 13px;
  }

  .search-content-filters.active {
    position: relative;
    z-index: 999;
  }

  .search-content-filters.active ~ .filter-section {
    display: none;
  }

  .search-content-filters.active .filter-btn {
    z-index: 1;
  }

  .instant-filter-btn .dropdown-menu {
    right: 0;
    left: auto !important;
  }

  .host-pay-whole-wrap ~ .host-pay-height {
    margin-bottom: 111px;
  }

  .search_filter .navbar .navbar-nav .host-category-dropdown {
    width: 480px;
  }

  .home-menu li {
    width: calc(50% - 15px);
  }

  .site-desc {
    font-size: 30px;
    line-height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    color: #fff;
    padding: 15px;
    margin: 0;
    text-shadow: 0 0 2px #000;
    max-width: 500px;
  }

  html[lang="ar"] .logo .navbar-brand {
    margin: 0;
  }

  html[lang="ar"] header .navbar-toggler {
    padding: 0 5px 0 15px;
  }

  html[lang="ar"] .profile-view-right .review-section li > div + div {
    margin: 0 0 0 auto;
  }

  html[lang="ar"] .calendar-rules-overlay.show {
    right: 25%;
  }

  html[lang="ar"] .rooms-wrap li:nth-child(4n+1) {
    margin-right: 20px;
    margin-left: 0;
  }

  html[lang="ar"] .rooms-wrap li:nth-child(3n+1) {
    margin-left: 0;
    margin-right: 0;
  }

  html[lang="ar"] .site-desc {
    left: auto;
    right: 0;
  }

  .booking-form:not(.active) .price-label {
    -webkit-transform: none;
            transform: none;
  }

  .booking-form.active .price-label {
    position: static;
  }

  .booking-form .price-label {
    width: 100% !important;
  }

  .booking-form .display-subtotal {
    margin-top: 0 !important;
  }

  .dispute-gallery li img {
    height: 120px;
  }

  .footer-toggle {
    right: 5px;
    left: auto;
  }

  .inbox-list .list-img img {
    width: 60px;
    height: 60px;
  }

  .inbox-list .list-actions {
    opacity: 1;
  }

  .home-page header:not(.active) {
    background: white;
  }

  .home-page header:not(.active) .main-menu .nav-item .nav-link {
    color: #000;
  }

  .home-page header:not(.active) .navbar-toggler .fa-angle-down:before {
    color: #484848;
  }

  .rooms-wrap li {
    width: calc((100% /3) - 15px);
  }

  .rooms-wrap li:nth-child(4n+1) {
    margin-left: 20px;
  }

  .rooms-wrap li:nth-child(3n+1) {
    margin-left: 0;
  }

  .rooms-wrap li:nth-child(n+7) {
    display: none;
  }

  .map-toggle-wrap {
    display: none;
  }

  .logo img {
    max-height: 58px;
  }

  .home-banner-wrap {
    height: auto;
    min-height: auto;
  }

  .home-banner-wrap .home-banner-img img {
    height: 360px;
  }

  .home-banner-wrap .home-info-wrap {
    position: static;
  }

  .home-banner-wrap .home-info {
    box-shadow: none;
    padding: 20px 0 10px;
    max-width: 100%;
  }

  .cls_whatsapp {
    bottom: 120px;
  }

  .cls_whatsapp img {
    width: 45px;
  }

  /*[	@keyframes kenburns {
0% {
opacity: 0;
transform: none;
}
5% {
opacity: 1;
}
100% {
transform: scale3d(1.5, 1.5, 1.5) translate3d(0px, 0px, 0px);
animation-timing-function: ease-in;
opacity: 1;
}
}]*/
}

@media only screen and (min-width: 768px) {
  .detail-banner .detail-slider {
    width: 100% !important;
    height: 400px !important;
    -webkit-transform: none !important;
            transform: none !important;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .detail-banner .detail-slider:hover li:before {
    opacity: 1;
  }

  .detail-banner .detail-slider > li {
    border: 1px solid #000;
    cursor: pointer;
    position: relative;
    overflow: hidden;
  }

  .detail-banner .detail-slider > li:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
    opacity: 0;
  }

  .detail-banner .detail-slider > li:hover:before {
    opacity: 0;
  }

  .detail-banner .detail-slider > li:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }

  .detail-banner .detail-slider > li.clone {
    display: none !important;
  }

  .detail-banner .detail-slider > li.clone + .lslide {
    width: 50% !important;
    height: 400px;
  }

  .detail-banner .detail-slider > li.clone + .lslide > img {
    height: 100%;
  }

  .detail-banner .detail-slider > li.lslide {
    width: 25% !important;
    height: 200px;
  }

  .detail-banner .detail-slider > li.lslide > img {
    height: 100%;
  }

  .detail-banner .detail-slider > li:nth-last-child(2):not(:nth-child(6)) {
    height: 400px;
  }

  .detail-banner .detail-slider > li:nth-last-child(2):not(:nth-child(6)):nth-child(4) {
    height: 200px;
    width: 50% !important;
  }

  .detail-banner .detail-slider > li:nth-last-child(2):not(:nth-child(6)):nth-child(3) {
    width: 50% !important;
  }

  .detail-banner .detail-slider > li:nth-last-child(2):not(:nth-child(6)):nth-child(2) {
    width: 100% !important;
  }

  .detail-banner .detail-slider > li:nth-last-child(3):nth-child(3) {
    height: 200px;
    width: 50% !important;
  }

  .detail-banner .detail-slider > li:first-child:last-child {
    width: 100% !important;
    height: 400px !important;
  }

  .detail-banner .lSAction {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .logo {
    width: 70px;
  }

  .logo img {
    max-height: 40px;
  }

  header .main-menu .nav-item .nav-link {
    padding: 10px 15px;
  }

  footer {
    padding: 25px 0;
  }

  footer .social-links li {
    margin: 5px;
  }

  .pagination a,
  .pagination span {
    font-size: 10px;
  }

  .main-banner .banner-content .banner-info h2 {
    font-size: 26px;
    line-height: 34px;
  }

  .main-banner .banner-content .banner-info p {
    margin: 0;
    font-size: 13px;
  }

  .main-banner .banner-content .banner-search {
    padding: 15px 0;
  }

  .main-banner .banner-content .banner-search .search-modal-trigger .search-btn-field {
    padding: 5px 15px;
  }

  .main-banner .banner-content .banner-search .search-modal-trigger .icon-search {
    padding: 10px;
    line-height: 10px;
  }

  .discover-slider .discover-img > img {
    height: 150px;
  }

  .discover-slider .discover-info {
    padding: 20px;
  }

  .discover-slider .discover-info h2 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
  }

  .discover-slider .discover-info p {
    font-size: 13px;
    line-height: 18px;
  }

  .discover-slider .discover-info a.btn-secondary {
    padding: 5px 15px;
    margin: auto;
    font-size: 13px;
  }

  .title {
    font-size: 24px;
  }

  .desc {
    font-size: 14px;
  }

  .explore-content > div {
    height: 160px;
    margin-bottom: 20px;
  }

  .explore-content > div > a {
    font-size: 26px;
  }

  .our-community .community-content li a h2 {
    font-size: 24px;
  }

  .our-community .community-content li a p {
    font-size: 13px;
  }

  .info-slides li > img {
    height: 400px;
  }

  .info-slides li .bottom_slider_info h2 {
    font-size: 22px;
  }

  .info-slides li .bottom_slider_info p {
    font-size: 14px;
  }

  footer h2 {
    display: none;
  }

  footer ul {
    text-align: center;
  }

  footer ul li {
    margin: 0 5px;
    display: inline-block;
  }

  .owl-carousel .owl-nav > div .icon:before {
    font-size: 13px;
  }

  .owl-carousel .owl-nav > div.owl-prev {
    left: -12px;
  }

  .owl-carousel .owl-nav > div.owl-next {
    right: -12px;
  }

  .site-name {
    font-size: 32px;
    line-height: 34px;
  }

  .home_video {
    height: 340px;
  }

  .main-menu .profile-link .nav-link > img {
    width: 40px;
    height: 40px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
    margin-right: 10px;
  }

  .how-it-works {
    padding: 50px 0 0;
  }

  .how-it-works.active {
    height: 100vh;
  }

  .how-it-works > div {
    overflow: auto;
  }

  .how-it-works .work_step {
    padding: 0;
  }

  .how-it-works .work_step h3 {
    font-size: 18px;
  }

  .how-it-works .work_step p {
    font-size: 13px;
  }

  .how-it-works .work_step + .work_step {
    margin-top: 30px;
  }

  .how-it-works .close {
    margin: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 9;
  }

  .title-sm {
    font-size: 17px;
    line-height: 24px;
  }

  .support-info {
    text-align: center;
    max-width: 100%;
    margin: 0 15px;
  }

  .support-info h5 {
    font-size: 14px;
  }

  .support-info .support-row > div + div {
    border: 1px solid #dbdbdb;
    border-width: 1px 0 0 0;
  }

  .detail-banner .lightSlider .lslide > img {
    height: 200px;
  }

  .room-map #map {
    height: 350px;
  }

  .compose-info {
    padding: 15px;
  }

  #contact-modal .modal-dialog {
    padding: 10px;
    margin: 0;
  }

  .contact-host-panel > h5 {
    font-size: 17px;
  }

  .detail-info label {
    margin-bottom: 8px;
  }

  .user-wrap .user-info h1 {
    font-size: 16px;
    text-align: center;
  }

  .detail-info .title {
    font-size: 16px;
  }

  .wishlist-popup .background-listing-img {
    min-height: 300px;
  }

  .wishlist-popup .wl-modal-wishlists ul {
    max-height: 200px;
  }

  .detail-sticky.active {
    display: none;
  }

  .payment-wrap h2 {
    font-size: 20px;
  }

  .payment-wrap > div {
    position: inherit !important;
    top: 0 !important;
    padding: 0;
  }

  .chat-row .user-img img {
    width: 55px;
    height: 55px;
  }

  .payment_list_right .hosting-info {
    padding: 15px;
  }

  .sign-popup .modal-body {
    padding: 25px 15px 15px;
  }

  .social-log li .btn .icon,
  .social-log li .btn span {
    font-size: 16px;
  }

  .log-form .control-group input {
    font-size: 13px;
    padding: 8px 30px 8px 10px;
  }

  button,
  .btn {
    padding: 7px 12px;
    font-size: 13px;
  }

  .social-log li .btn {
    padding: 8px 10px;
  }

  .modal-open .modal.show {
    padding: 10px 0;
  }

  .modal-open .modal.show .modal-dialog {
    margin: auto 10px;
  }

  .modal-open .modal.show .modal-dialog .modal-content {
    margin: 10px 0;
  }

  .become_new .other-select select {
    font-size: 13px;
    border: 1px solid #dbdbdb;
  }

  .new_head h1 {
    font-size: 22px;
  }

  .new_head p {
    font-size: 13px;
  }

  .active-title {
    border: 0;
    -webkit-box-pack: center;
            justify-content: center;
  }

  .active-message {
    text-align: center;
  }

  .active-message .icon {
    left: 50%;
    top: -6px;
    -webkit-transform: translate(-50%, 0) rotate(90deg);
            transform: translate(-50%, 0) rotate(90deg);
  }

  .host-secure-info .icon {
    font-size: 40px;
    margin-bottom: 15px;
  }

  .host-secure-info h4 {
    font-size: 16px;
    color: #000;
  }

  .host-secure-info p {
    font-size: 13px;
  }

  .host-secure-info > div + div {
    margin-top: 40px;
  }

  .manage-listing-container {
    position: relative;
    height: auto !important;
  }

  .manage-listing-content {
    padding: 0;
  }

  .manage-listing-content h4 {
    font-size: 17px;
  }

  .content-heading h3 {
    font-size: 18px;
  }

  .manage-nav {
    position: fixed;
    left: -100%;
    top: 104px;
    bottom: 0;
    width: 260px;
    z-index: 99;
    height: calc(100vh - 104px);
  }

  .manage-nav.collapsed {
    left: 0;
  }

  .manage-nav.collapsed + .manage-content {
    overflow: hidden;
  }

  .option-row > div + div {
    margin-top: 16px;
  }

  .manage-listing-footer {
    padding: 10px 0 15px;
  }

  .col-foot .language-curr-picker {
    margin: 0 auto;
    max-width: 240px;
  }

  .col-foot.site-list a {
    font-size: 12px;
  }

  .calendar .fc-header-toolbar {
    margin: 0;
  }

  .calendar .fc-header-toolbar h2 {
    font-size: 16px;
  }

  .calendar .fc-toolbar.fc-header-toolbar > div {
    width: 100%;
    text-align: center;
    display: inline-block;
  }

  .calendar .fc-toolbar.fc-header-toolbar > div + div {
    margin-top: 10px;
  }

  .calendar .fc-toolbar.fc-header-toolbar > div > * {
    float: none;
    vertical-align: top;
  }

  .invite-wrap h3 {
    font-size: 15px;
  }

  .notify-tab .tabs li {
    margin: 0;
    text-align: center;
    width: 50%;
  }

  .notify-tab .tabs li a {
    font-size: 13px;
  }

  .notify-tab .tabs li a .alert-count {
    -webkit-transform: translate(100%, -100%);
            transform: translate(100%, -100%);
    right: 0;
    top: 0;
  }

  .notify-tab .list-img img {
    width: 50px;
    height: 50px;
  }

  .list-name h3 {
    font-size: 16px;
  }

  .reserve-link span {
    font-size: 14px;
  }

  .subnav li {
    margin: 0;
  }

  .subnav li a {
    display: none;
  }

  .subnav li a[aria-selected="true"] {
    display: block;
  }

  .inquiry-form-fields h4 {
    font-size: 20px;
  }

  .inquiry-form-fields .card-header .price-info h2 {
    font-size: 24px;
  }

  .profile-info h4 {
    font-size: 16px;
  }

  .profile-info span {
    font-size: 13px;
  }

  .conversation-left .card-body h5 {
    font-size: 16px;
  }

  .conversation-left .card-body p {
    font-size: 13px;
  }

  .payment-info h5,
  .contact-info h5 {
    font-size: 16px;
  }

  .payment-info .card-body p,
  .contact-info .card-body p {
    font-size: 14px;
  }

  .table-link {
    float: none;
    margin-top: 5px;
    display: block;
  }

  .reservation-content table td {
    width: auto;
    white-space: nowrap;
  }

  .reservation-content .card-footer .btn {
    padding: 5px 10px;
  }

  .guest-payment-info h4 {
    font-size: 20px;
  }

  .reservation-info h4 {
    font-size: 20px;
  }

  .reservation-info .reservation-info-section h5 {
    font-size: 18px;
  }

  .listing-wrap .listing {
    padding: 20px;
  }

  .listing-wrap .listing h4 {
    font-size: 14px;
    line-height: 20px;
  }

  .actions a {
    font-size: 13px;
  }

  .card-header h3 {
    font-size: 16px;
  }

  .guest-conversation .card-body h5 {
    font-size: 17px;
  }

  .customer-receipt h2 {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .customer-receipt h4 {
    font-size: 18px;
  }

  .itinerary-info h2 {
    font-size: 18px;
  }

  .reservation-print h3 {
    font-size: 20px;
  }

  .reservation-print h4 {
    font-size: 18px;
  }

  .reservation-print .profile-img img {
    width: 60px;
  }

  .customer-receipt h4 {
    font-size: 16px;
  }

  .completed-transaction .payout-filters .select {
    width: 100%;
    margin-top: 15px;
  }

  .completed-transaction .payout-filters .select + .select {
    padding-left: 0;
  }

  .referrals-wrap {
    min-height: 200px;
  }

  .referrals-wrap h1 {
    font-size: 20px;
    line-height: 28px;
  }

  .referrals-wrap h4 {
    font-size: 20px;
  }

  .sent-referrals h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .help_page_banner .help_page_search {
    height: auto;
    min-height: 240px;
  }

  .help_page_banner .help_page_search .help_search_block h1 {
    font-size: 20px;
    line-height: 30px;
  }

  .help-nav .subnav {
    display: none;
  }

  .help-nav .left-menu {
    display: block;
    background: #fff;
    box-shadow: 0px 2px 10px 0px #ccc;
    margin-bottom: 25px;
    padding: 0;
  }

  .help-nav .left-menu .navtree li a:not(.navtree-back) {
    border: 1px solid #dbdbdb;
    border-width: 1px 0 0 0;
    padding: 10px 0;
    display: block;
  }

  .help-nav .left-menu .navtree li a:not(.navtree-back) > span {
    float: right;
  }

  .help-nav .left-menu .navtree .navtree-list .sidenav-item {
    padding: 0 0 6px;
  }

  .sub_menu_header {
    position: relative;
  }

  .sub_menu_header + .navtree {
    display: none;
  }

  .sub_menu_header.open + .navtree {
    display: block;
    height: auto;
    padding: 0 15px;
  }

  .share-itinerary .share-info h1 {
    font-size: 20px;
  }

  .share-itinerary .itinerary-mail h3 {
    font-size: 18px;
  }

  .share-itinerary .profile-link h5 {
    font-size: 14px;
  }

  .share-itinerary .reservation-info .reserve-user {
    font-size: 18px;
    text-transform: capitalize;
  }

  .share-itinerary .reservation-info .reserve-date {
    margin-bottom: 5px;
    display: inline-block;
    font-size: 14px;
  }

  .profile-wishlists > h5 {
    font-size: 18px;
  }

  .profile-view-right h3 {
    font-size: 20px;
  }

  .profile-view-right h5 {
    font-size: 16px;
  }

  .wl-room-info li {
    font-size: 13px;
  }

  .wl-room-info .wl-remove a {
    font-size: 12px;
    padding: 5px;
  }

  .wl-room-info .wl-remove a span {
    line-height: 15px;
    display: inline-block;
    vertical-align: top;
  }

  .social-share-alert h5 {
    font-size: 15px;
  }

  .cancel-policy h3 {
    font-size: 22px;
  }

  .cancel-policy .card-body h3 {
    font-size: 17px;
    margin-bottom: 15px;
    line-height: 24px;
  }

  .cancel-info > div {
    margin-top: 20px;
  }

  .last-min-wrap input.form-control,
  .early-bird-wrap input.form-control {
    height: auto;
  }

  .last-min-wrap .pricing_field_list,
  .early-bird-wrap .pricing_field_list {
    padding: 0;
  }

  .last-min-wrap .pricing_field_list > div,
  .early-bird-wrap .pricing_field_list > div {
    margin: 0;
  }

  .instant-book-info,
  .request-book-info {
    margin: 30px 0;
  }

  .instant-book-info h3,
  .request-book-info h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .instant-book-wrap .js-section h3,
  .request-book-wrap .js-section h3 {
    font-size: 18px;
  }

  .see-all-link {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    padding: 8px;
    border: 1px solid #008489;
    border-radius: 4px;
  }

  .experience-info-wrap {
    background: url(../images/mobile_375.png?c2f7ec568a30b489bff4374bf825808b) no-repeat center 90%/200px, -webkit-gradient(linear, left top, left bottom, color-stop(20%, #B4E5E6), color-stop(60%, #BFECE4), to(#B5F0E9));
    background: url(../images/mobile_375.png?c2f7ec568a30b489bff4374bf825808b) no-repeat center 90%/200px, linear-gradient(to bottom, #B4E5E6 20%, #BFECE4 60%, #B5F0E9);
    padding: 40px 0 280px;
  }

  .experience-info-wrap .experience-info {
    max-width: 100%;
  }

  .experience-info-wrap .experience-info h1 {
    font-size: 20px;
    line-height: 32px;
  }

  .experience-info-wrap .experience-info p {
    font-size: 14px;
    line-height: 22px;
  }

  .experience-info-wrap .experience-info.active h1 {
    font-size: 16px;
    line-height: 22px;
  }

  .experience-info-wrap:before {
    left: 15px;
    width: 80px;
    height: 80px;
  }

  .welcome-info h5 {
    font-size: 24px;
  }

  .welcome-info p {
    font-size: 14px;
    line-height: 22px;
  }

  .box-item {
    width: 250px;
    padding: 20px;
  }

  .box-item .title-link {
    font-size: 16px;
  }

  .box-item p {
    margin-bottom: 10px;
  }

  .host-select select {
    font-size: 15px;
  }

  .create-experience {
    padding: 25px 0 150px;
  }

  .create-experience h5 {
    font-size: 18px;
    line-height: 28px;
  }

  .create-experience p {
    font-size: 14px;
  }

  .host-banner-info p {
    font-size: 15px;
    line-height: 24px;
  }

  .host-banner-info h4 {
    font-size: 18px;
    font-weight: 900;
    margin: 25px 0;
  }

  .host-banner {
    height: 200px;
  }

  .slide-info h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .slide-info p {
    font-size: 15px;
  }

  .why-host h4 {
    font-size: 18px;
  }

  .why-host .why-host-content {
    padding: 15px 0;
    margin: 15px auto;
  }

  .host-slider-wrap .owl-carousel .owl-nav > div {
    font-size: 20px;
  }

  .calendar-footer-button {
    display: block;
    border: 0;
  }

  .calendar-footer-button li {
    border: 1px solid #dbdbdb;
  }

  .calendar-footer-button li + li {
    margin-top: 15px;
    border: 1px solid #dbdbdb;
  }

  .fc-bgevent-data {
    padding: 5px 5px 2px;
  }

  .fc-bgevent-data span {
    font-size: 13px;
    line-height: 15px;
  }

  .value-btn-wrap input {
    font-size: 14px;
  }

  .value-button {
    font-size: 17px;
  }

  .sidebar-overlay.show {
    padding: 30px 20px 20px;
    height: calc(100vh - 104px) !important;
  }

  .calendar-rules-overlay {
    left: 0 !important;
    height: calc(100vh - 104px) !important;
  }

  .welcome-new-host-modal.modal .modal-header .modal-title {
    font-size: 18px;
  }

  .welcome-new-host-modal .steps-remaining-text {
    padding: 0 18px;
    font-size: 31px;
    line-height: 53px;
  }

  .steps-remaining-more-text {
    font-size: 15px;
  }

  .experience-step-wrap .side-bar {
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    padding: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(5%, #00424a), color-stop(85%, #007d83));
    background: linear-gradient(to right, #00424a 5%, #007d83 85%);
    z-index: 9;
  }

  .experience-step-wrap .side-bar.active {
    width: 100%;
    height: 100%;
    padding: 20px;
    opacity: 1;
    overflow: auto;
  }

  .experience-step-wrap .experience-step-info {
    padding: 0;
    width: 100%;
  }

  .experience-step-wrap .experience-step-info .host-calendar-wrap > div {
    padding: 0;
  }

  .host-calendar-wrap .btn-sidebar {
    left: 15px;
  }

  .experience-menu ul {
    margin-top: 20px;
  }

  .main-wrap-info h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
  }

  .main-wrap-info p {
    font-size: 14px;
    line-height: 24px;
  }

  .experience-step-wrap .btn:not(.fc-button),
  .experience-step-wrap button:not(.fc-button) {
    font-size: 16px;
    padding: 8px 20px;
  }

  .calendar th.fc-widget-header {
    font-size: 11px;
  }

  .verify-check {
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .verify-check span {
    font-size: 15px;
  }

  .verify-check input[type="radio"],
  .verify-check input[type="checkbox"] {
    margin-top: 4px;
  }

  .detail-slider li [class^="caption_"] {
    display: none;
  }

  .save-info {
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(5%, #00424a), color-stop(85%, #007d83));
    background: linear-gradient(to right, #00424a 5%, #007d83 85%);
  }

  .bg-white .save-info {
    background: #fff;
  }

  .btn-sidebar {
    top: 16px;
  }

  .experience-step-wrap .select select {
    padding: 10px 40px 10px 10px;
    font-size: 15px;
  }

  .experience-step-wrap .select .icon-chevron-down {
    font-size: 15px;
  }

  .default-time p {
    font-size: 18px;
  }

  .bg-white .main-wrap-info h3 {
    font-size: 18px;
  }

  .second-category-select label {
    font-size: 16px;
  }

  .second-category-select label a {
    font-size: 14px;
  }

  .experience-step-wrap input[type="text"],
  .experience-step-wrap textarea {
    font-size: 15px;
  }

  .experience-step-wrap input[type="text"] {
    padding: 10px;
    height: auto;
  }

  .meet-location-wrap h4,
  .meet-location-wrap label {
    font-size: 15px;
  }

  .provide-name-remove label {
    font-size: 15px;
  }

  .guest-require-list h4 {
    font-size: 15px;
  }

  .euro-input .currency-symbol {
    font-size: 17px;
  }

  .euro-input input[type="text"] {
    padding-left: 52px;
  }

  .prepare-time-wrap h4 {
    font-size: 15px;
    line-height: 25px;
  }

  .host-exp-slider {
    position: static;
  }

  .upcoming-availability .choosebut .btn {
    font-size: 14px;
    padding: 6px 12px;
  }

  .upcoming-availability li .timing {
    font-size: 13px;
  }

  .upcoming-availability li .monthup {
    font-size: 15px;
  }

  .host-detail-page .lg-outer.lg-thumb-open .lg-thumb-outer {
    display: none !important;
  }

  .host-detail-page .lg-outer .lg .lg-inner {
    top: 100px;
  }

  .host-detail-page .lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    padding: 0px 45px;
  }

  .host-detail-page .lg-outer.lg-fade .lg {
    max-width: 90%;
  }

  .host-detail-page .lg-outer.lg-fade .lg-inner {
    height: 70% !important;
  }

  .host-detail-page .lg-outer.lg-fade .lg-image {
    width: 100% !important;
    height: 100% !important;
  }

  .host-detail-page .lg-outer.lg-fade .lg {
    height: 500px !important;
    overflow: visible;
  }

  .host-detail-page .lg-outer .lg-actions .lg-prev {
    left: -5px;
  }

  .host-detail-page .lg-outer .lg-actions .lg-next {
    right: -5px;
  }

  .host-detail-page #lg-counter {
    padding-left: 0px !important;
  }

  .host-detail-page .lg-toolbar .lg-icon {
    text-align: left !important;
  }

  .host-detail-page .lg-toolbar.lg-fade .lg-img-wrap,
  .host-detail-page .lg-toolbar.lg-fade .lg-item {
    padding: 0 45px;
  }

  .host-detail-page .lg-thumb-outer.lg-grab {
    display: none !important;
  }

  .more_photo {
    top: auto;
    bottom: 25px;
  }

  .host-exp-info h1 {
    font-size: 20px;
  }

  .exp-info h3 {
    font-size: 15px;
  }

  .expr-offer .timer {
    border-bottom: none;
    margin-bottom: 0 !important;
  }

  .expr-offer .timer li {
    font-size: 14px;
  }

  .host-about-wrap li {
    padding-bottom: 20px;
  }

  .host-about-wrap li + li {
    padding-top: 20px;
  }

  .white-popup {
    padding: 60px 20px;
  }

  .white-popup h2 {
    font-size: 20px;
  }

  .white-popup.host_experience_map_popup {
    max-width: 95%;
  }

  .available_dates_popup .monthup {
    font-size: 15px;
  }

  .available_dates_popup .timing {
    font-size: 14px;
  }

  .mfp-close {
    left: 10px !important;
    top: 15px !important;
    font-size: 30px !important;
  }

  .select-date-wrap {
    display: inline-block;
    width: 100%;
    padding: 30px 0;
    position: fixed;
    -webkit-transform: translateY(84px);
            transform: translateY(84px);
    left: 0;
    bottom: 0;
    background: #fff;
    padding: 15px;
    z-index: 99;
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    will-change: transform;
  }

  .select-date-wrap.overall {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    box-shadow: 0 0 5px #cecece;
  }

  .choose-btn .btn {
    font-size: 13px;
    padding: 6px 10px;
  }

  .whish_list_exp {
    display: block;
    position: absolute;
    right: 20px;
    left: auto;
    top: 20px;
    z-index: 99;
  }

  .whish_list_exp span {
    font-size: 20px;
    color: #fff;
  }

  .host-booking-wrap h1 {
    font-size: 20px;
  }

  .formfill .formlist li {
    width: 100%;
  }

  .formfill .formlist li label {
    font-size: 15px;
  }

  .formfill .formlist input[type="text"] {
    padding: 10px;
  }

  .guest-added-wrap .remover a {
    font-size: 15px;
  }

  .guest-added {
    font-size: 15px;
  }

  .expire-info .control-group-wrap .control-group {
    max-width: 100%;
  }

  .host-booking-wrap h4 {
    font-size: 15px;
  }

  .host-booking-wrap p {
    font-size: 14px;
  }

  .host-payment-btn {
    font-size: 15px;
    padding: 8px 18px;
  }

  .valed1 span {
    font-size: 14px;
  }

  .cancel a {
    font-size: 15px;
  }

  .host-payment-wrap .bill label,
  .host-payment-wrap .payment-method-select label {
    font-size: 15px;
  }

  .early-bird-wrap > div > .row,
  .last-min-wrap > div > .row {
    margin: 0;
  }

  .price-changer input {
    font-size: 20px;
  }

  .more-filter .type-info {
    overflow: hidden;
  }

  .more-filter .type-img {
    width: 30px;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    margin-left: auto;
  }

  .more-filter .type-img .icon-activities {
    display: block;
  }

  .detail-wrap .user-info {
    text-align: center;
  }

  .container {
    max-width: 100%;
  }

  .available_dates_popup_btn a {
    font-size: 14px;
  }

  .guest-popup-info h4 {
    font-size: 15px;
    line-height: 26px;
  }

  .guest-popup-info p {
    font-size: 13px;
    line-height: 24px;
  }

  .payout-amount {
    font-size: 16px;
    line-height: 24px;
  }

  .edit-profile-wrap label {
    margin-top: 0;
  }

  .wishlists-body .btn {
    padding: 5px 10px;
  }

  .wl-room-info h2 {
    font-size: 16px;
    line-height: 24px;
  }

  .wl-room-price h4 {
    font-size: 24px;
  }

  .host-add-item {
    font-size: 14px;
  }

  .box-item .tooltip_cover {
    top: 8px;
    right: 5px;
  }

  .main-wrap-info h5 {
    font-size: 14px;
    line-height: 24px;
  }

  .search_filter .navbar {
    padding: 10px;
  }

  .photo-grid li {
    width: 100%;
  }

  .manage-listing-content {
    font-size: 14px;
  }

  .manage-listing-container {
    margin-top: 37px;
  }

  .manage-listing-container .nav-sections li a {
    font-size: 14px;
  }

  .media-rev-img {
    width: 85px;
  }

  .host_experience_map {
    height: 300px;
  }

  .review-user-info h2 {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .review-user-area .panel-body h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
  }

  .review-user-area .panel-body p {
    font-size: 14px;
  }

  .dispute_leftside h3,
  .dispute_leftside h5,
  .dispute_rightside h3,
  .dispute_rightside h5 {
    font-size: 18px;
  }

  .inbox-list .list-name {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .inbox-list .list-name h3 {
    padding-right: 10px;
  }

  .inbox-list .list-actions ul {
    display: -webkit-box;
    display: flex;
  }

  .inbox-list .list-actions ul li {
    margin-right: 15px;
  }

  .profile-view-right .review-section li > div + div {
    max-width: 100%;
    padding: 0 15px;
  }

  .popular-topics h2 {
    font-size: 18px;
  }

  .homepage-articles-list .article-link {
    font-size: 14px;
  }

  .homepage-articles-list .article-link .icon {
    font-size: 30px;
  }

  .sub_menu_header h2 {
    font-size: 16px;
  }

  .sync_cal_name {
    font-size: 14px;
  }

  .become_new .btn-group .btn,
  .select.other-select {
    width: 100%;
    border-radius: 0;
  }

  .other-select .selectboxit-btn {
    border: 1px solid #dbdbdb;
  }

  .dispute-reason .conversation_head {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .inline-status {
    font-size: 12px;
  }

  .ajax-header-wrap {
    position: fixed;
    top: 67px;
    left: 0;
    width: 100%;
    z-index: 99;
  }

  .search_filter .navbar .navbar-nav li > button {
    padding: 5px 7px;
    font-size: 11px;
  }

  .search_filter .navbar .navbar-nav li + li {
    margin-left: 5px;
  }

  .guest-filter-btn.show .dropdown-menu {
    display: none;
  }

  .guest-mobile-drop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #fff;
  }

  .guest-mobile-drop.active {
    display: -webkit-box;
    display: flex;
  }

  .date-mobile-drop,
  .category-mobile-drop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #fff;
  }

  .date-mobile-drop.active,
  .category-mobile-drop.active {
    display: block;
  }

  .category-mobile-top,
  .guest-mobile-top,
  .date-mobile-top {
    padding: 15px;
    border: 1px solid #dbdbdb;
    border-width: 0 0 1px 0;
  }

  .category-mobile-top .close,
  .guest-mobile-top .close,
  .date-mobile-top .close {
    font-size: 28px;
    font-style: normal;
  }

  .category-mobile-drop .mobile-category-wrap {
    height: calc(100% - 146px);
    overflow: auto;
    padding: 15px;
  }

  .category-mobile-drop h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .category-mobile-drop label {
    display: -webkit-box;
    display: flex;
  }

  .category-mobile-drop label span {
    word-break: break-word;
  }

  .category-mobile-drop label input[type="checkbox"] {
    margin-top: 2px;
  }

  .guest-mobile-info {
    padding: 30px 15px;
  }

  .guest-mobile-info label {
    font-size: 20px;
    color: #000;
    margin: 0;
  }

  .date-mobile-info {
    padding: 15px;
  }

  .no-results {
    font-size: 18px;
  }

  .search_filter > .daterangepicker {
    display: none !important;
  }

  .date-mobile-info {
    height: calc(100% - 146px);
    overflow: auto;
  }

  .category-filter-btn .host-category-dropdown {
    display: none;
  }

  .host-payment-wrap .paymode_data label {
    margin-bottom: 8px;
  }

  .expire-info .control-group + .control-group {
    margin-top: 12px;
  }

  .conversation-left h5 {
    font-size: 16px;
    line-height: 24px;
  }

  .reservation-info .room-link {
    font-size: 16px;
  }

  html[lang="ar"] .support-info .support-row > div + div {
    border: 1px solid #dbdbdb;
    border-width: 1px 0 0 0;
  }

  html[lang="ar"] .inbox-list .list-name h3 {
    padding: 0 0 0 10px;
  }

  html[lang="ar"] .inbox-list .list-actions li {
    margin: 0 0 0 15px;
  }

  html[lang="ar"] .btn-group > .btn {
    border-left: 1px solid #dbdbdb;
  }

  html[lang="ar"] .calendar-footer-button li + li {
    border: 1px solid #dbdbdb;
  }

  html[lang="ar"] .calendar-rules-overlay.show {
    right: 0;
  }

  html[lang="ar"] .rooms-wrap li {
    margin: 0 0 20px;
  }

  html[lang="ar"] .rooms-wrap li:nth-child(4n+1) {
    margin-right: 0;
  }

  html[lang="ar"] .experience-info-wrap {
    background: url(../images/mobile_375.png?c2f7ec568a30b489bff4374bf825808b) no-repeat center 90%/200px, -webkit-gradient(linear, left top, left bottom, color-stop(20%, #B4E5E6), color-stop(60%, #BFECE4), to(#B5F0E9));
    background: url(../images/mobile_375.png?c2f7ec568a30b489bff4374bf825808b) no-repeat center 90%/200px, linear-gradient(to bottom, #B4E5E6 20%, #BFECE4 60%, #B5F0E9);
  }

  html[lang="ar"] .experience-info-wrap:before {
    left: auto;
    right: 15px;
  }

  .host-slider .owl-stage-outer {
    overflow: hidden;
  }

  .host-slider .owl-item {
    width: 100% !important;
  }

  .host-slider .owl-item:not(.active) .slide-info {
    display: block !important;
  }

  .host-slider .owl-stage {
    -webkit-transform: none !important;
            transform: none !important;
    width: 100% !important;
  }

  .host-slider .owl-nav {
    display: none;
  }

  .booking-form {
    margin: 25px 0;
  }

  .home-page .banner-search .form-wrap > div.search-submit button[type="submit"] {
    font-size: 14px;
  }

  .home-page .banner-search .form-wrap .search_location_error {
    font-size: 12px;
    top: 1px;
  }

  .home-banner-img {
    position: relative;
  }

  .home-banner-img .site-desc {
    position: absolute;
    bottom: 10px;
    left: 15px;
    right: 15px;
    color: #fff;
    margin: 0;
  }

  .footer-toggle {
    font-size: 0;
    padding: 6px;
  }

  .footer-toggle .icon {
    font-size: 12px;
  }

  .footer-toggle .icon.icon-globe {
    font-size: 20px;
  }

  .inbox-list .list-img {
    padding-right: 0;
  }

  .inbox-list .list-img img {
    width: 50px;
    height: 50px;
  }

  .home-menu li img {
    width: 100%;
    height: 80px;
  }

  .home-menu li a {
    font-size: 14px;
  }

  .app-link li {
    width: 100px;
  }

  .id_documents_slider.owl-carousel .owl-nav > div.owl-prev {
    left: -12px;
  }

  .id_documents_slider.owl-carousel .owl-nav > div.owl-next {
    right: -12px;
  }

  .daterangepicker.show-calendar {
    width: auto;
  }

  .phone-status-block input[readonly] {
    width: 100px;
  }

  .rooms-wrap li {
    width: 100%;
    margin: 0 0 20px;
  }

  .rooms-wrap li:nth-child(4n+1) {
    margin-left: 0;
  }

  .profile-view-right .review-section li p {
    font-size: 15px;
  }

  .profile-view-right .review-section li .date {
    font-size: 14px;
  }

  .referrals-work h1 {
    font-size: 24px;
  }

  .referrals-work h3 {
    font-size: 18px;
  }

  .referrals-work p {
    font-size: 14px;
  }

  .experience-step-info .host-calendar-form input[type="text"] {
    font-size: 14px;
  }

  .home-banner-wrap .home-banner-img .home-banner-info h2 {
    font-size: 15px;
  }

  .site-desc {
    width: 300px;
  }

  .calendar-side-option .segmented-control label {
    width: 100%;
    text-align: center;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 600px;
    width: 100%;
  }
}

@media (max-width: 337px) {
  .video-wrap .remove_rooms_video {
    top: 15px;
  }
}

/*list_your_property_page*/

.list-property {
  padding: 60px 0;
}

input.contact_input {
  border-bottom: 1px solid #ddd;
  border-top: none;
  border-left: none;
  border-right: none;
  margin-bottom: 30px;
  width: 100%;
  padding: 8px 10px;
}

button.contact_button {
  background: #E1487F;
  color: #fff !important;
  padding: 8px 15px !important;
  border-radius: 4px;
  border: 1px solid #ff5a5f;
  width: 100%;
  margin-bottom: 30px;
}

.Get_in_touch {
  padding: 0 30px;
  box-shadow: 0px 7px 11px #c8c8c84f;
}

.page-header {
  padding: 0 0px 20px 0;
}

.page-title h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 20px;
  color: #999797;
}

.page-title p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 20px;
  color: #999797;
}

.page-details {
  border: 1px solid #c8c8c866;
  border-radius: 5px;
  padding: 25px 60px 10px 60px;
  width: 85%;
}

.page-details .item {
  display: -webkit-box;
  width: 50%;
}

.page-details .page-details-item {
  margin-bottom: 20px;
}

.page-details .item-text {
  margin-left: 20px;
}

.page-details .item-text h2 {
  font-size: 26px;
  margin-bottom: 10px;
}

.about {
  padding: 30px 0;
}

.about .wrap,
.service .wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  border: 1px solid #c8c8c866;
  border-radius: 5px;
}

.about .wrap .item,
.service .wrap .item {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
}

.about .wrap .item .sub-title {
  color: #A8A6A6;
  font-size: 19px;
  font-weight: 300;
  padding-bottom: 5px;
  margin-bottom: 15px;
  clear: both;
  display: inline-block;
}

.about .wrap .item .title,
.service .wrap .item .title {
  color: #5A4C4C;
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 15px;
}

.title-sub-head {
  color: #999797;
}

.icon-list {
  list-style: none;
  padding: 0;
}

.icon-list li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 40px;
  font-size: 15px;
  color: #999797;
}

.icon-list li:before {
  content: '';
  background: url(../images/icon-5.png?67635a2a66a0fe32e5bd43aceb22445a);
  height: 20px;
  width: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 10px;
}

.partners {
  padding: 50px 0;
  background: #fff;
}

.partners h1 {
  margin-bottom: 30px;
  color: #5A4C4C;
  font-weight: 700;
  font-size: 36px;
}

.partners .partner-thum {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
}

.service {
  padding: 30px 0 60px 0;
}

.service .heading {
  padding: 0 110px;
}

.service .heading h1 {
  margin-bottom: 25px;
  color: #5A4C4C;
  font-weight: 700;
  font-size: 36px;
}

.service .heading p {
  color: #A8A6A6;
  padding: 0 20px;
}

.service .btn {
  text-transform: capitalize;
  background: #E1487F;
  color: #fff !important;
  padding: 8px 15px !important;
  border-radius: 4px;
  border: 1px solid #ff5a5f;
  width: 50%;
}

.service-body {
  padding-top: 40px;
}

.service-body .item h1 {
  color: #5A4C4C;
  font-weight: 700;
  font-size: 36px;
  padding-bottom: 20px;
}

.service-body .item p {
  color: #837b7bf2;
  font-size: 18px;
  line-height: 1.3;
}

.service-body .item img {
  float: right;
}

.service-body .item-bottom {
  padding-top: 80px;
}

.service-body .item-bottom img {
  float: left;
}

.ownership {
  padding: 0px 0;
}

.ownership .site-width {
  border: 1px solid #c8c8c866;
  border-radius: 5px;
  padding: 40px 60px;
}

.ownership .title {
  margin-bottom: 30px;
  color: #5A4C4C;
  font-weight: 700;
}

.ownership .icon-list {
  list-style: none;
  padding: 0;
}

.ownership .icon-list li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 70px;
}

.ownership .icon-list li:before {
  content: '';
  background: url(../images/icon-10.png?0b354330bf0659f21dfb6707afe3f45d);
  height: 55px;
  width: 55px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -10px;
}

.ownership .icon-list .last:before {
  background: url(../images/icon-11.png?96a9451647d590033b6303d8c80fb614);
  background-repeat: no-repeat;
  background-size: contain;
}

.ownership .btn.warning {
  padding: 10px 60px;
  text-transform: capitalize;
  background: #E1487F;
  color: #fff !important;
  border-radius: 4px;
  border: 1px solid #ff5a5f;
}

.img_responsive_cls {
  display: none;
}

@media (max-width: 992px) {
  .partners .partner-thum {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .list-property {
    padding: 0px 30px;
  }

  .Get_in_touch {
    padding: 0 0px;
    box-shadow: 0px 7px 11px #c8c8c84f;
  }

  .page-details {
    padding: 20px 20px 15px 20px;
    width: 100%;
  }

  .about .wrap .item,
  .service .wrap .item {
    background: #fff;
    padding: 20px;
  }

  .partners {
    padding: 10px 0;
  }

  .service .heading {
    padding: 0 10px;
  }

  .service-body .item img {
    float: none;
    width: 85%;
    padding-left: 20px;
  }

  .service .btn {
    width: 80%;
  }

  .ownership .site-width {
    padding: 25px 25px;
  }
}

@media (max-width: 767px) {
  .list-property {
    padding: 0px 25px;
  }

  .page_start {
    padding: 0;
  }

  .service .heading h1 {
    margin-bottom: 25px;
    color: #5A4C4C;
    font-weight: 700;
    font-size: 24px;
  }

  .service .btn {
    width: 100%;
  }

  .service-body {
    padding-top: 20px;
  }

  .page-header {
    padding: 20px 0px 20px 0;
  }

  .page-header h1 {
    font-size: 25px;
  }

  .Get_in_touch h1 {
    font-size: 25px;
    text-align: center;
  }

  /*.page-details-item {
        display: flex;
    }*/

  .page-details .item-text {
    margin-left: 10px;
  }

  .page-details .item-text p {
    font-size: 12px;
    color: #A8A6A6;
  }

  .page-details .item-text h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .page-details .page-details-item {
    margin-bottom: 0px;
  }

  .about .wrap,
  .service .wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .partners .partner-thum {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .img_responsive_cls {
    display: block;
  }

  .img_cls {
    display: none;
  }

  .partner-thum .item img {
    width: 110px;
  }

  .Get_in_touch {
    padding: 25px 15px 0 15px;
    box-shadow: none;
  }

  .about .wrap .item .title,
  .service .wrap .item .title {
    font-size: 26px;
  }

  .service-body .item-bottom {
    padding-top: 40px;
  }

  .service-body .item img {
    float: none;
    width: 100%;
    padding-left: 0px;
    margin-bottom: 15px;
  }

  .ownership .icon-list li:before {
    height: 40px;
    width: 40px;
  }

  .ownership .icon-list li {
    padding-left: 60px;
  }
}

@media (max-width: 320px) {
  .page-details .item {
    display: -webkit-box;
    width: 48%;
  }

  .page-details .item img {
    max-width: 80%;
  }

  .page-details .item-text h2 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .page-details .item-text p {
    font-size: 11px;
  }

  .page-details .item-text {
    margin-left: 0px;
  }
}

.contact_details {
  position: relative;
}

.contact_details .text-danger {
  position: absolute;
  top: 40px;
  left: 10px;
}

.admin-content {
  width: 900px;
  margin: auto;
  margin-bottom: 40px;
  margin-top: 15px;
}

.admin-content h6 {
  text-align: center;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .admin-content {
    width: 100%;
  }
}

