/*!
 * CoreUI - Open Source Bootstrap Admin Template
 * @version v1.0.10
 * @link http://coreui.io
 * Copyright (c) 2018 creativeLabs Łukasz Holeczek
 * @license MIT
 */

/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #20a8d8;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #f86c6b;
  --orange: #f8cb00;
  --yellow: #ffc107;
  --green: #4dbd74;
  --teal: #20c997;
  --cyan: #63c2de;
  --white: #fff;
  --gray: #536c79;
  --gray-dark: #29363d;
  --blue: #20a8d8;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #f86c6b;
  --orange: #f8cb00;
  --yellow: #ffc107;
  --green: #4dbd74;
  --teal: #20c997;
  --cyan: #63c2de;
  --white: #fff;
  --gray: #536c79;
  --primary: #cc9262;
  --secondary: #a4b7c1;
  --success: #4dbd74;
  --info: #63c2de;
  --warning: #ffc107;
  --danger: #f86c6b;
  --light: #f0f3f5;
  --dark: #29363d;
  --blue: #20a8d8;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #f86c6b;
  --orange: #f8cb00;
  --yellow: #ffc107;
  --green: #4dbd74;
  --teal: #20c997;
  --cyan: #63c2de;
  --gray-100: #f0f3f5;
  --gray-200: #c2cfd6;
  --gray-300: #a4b7c1;
  --gray-400: #869fac;
  --gray-500: #678898;
  --gray-600: #536c79;
  --gray-700: #3e515b;
  --gray-800: #29363d;
  --gray-900: #151b1e;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #151b1e;
  text-align: left;
  background-color: #fff !important;
}

[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;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #cc9262;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #cc9262;
  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: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #536c79;
  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;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1,
.h1 {
  font-size: 2.1875rem;
}

h2,
.h2 {
  font-size: 1.75rem;
}

h3,
.h3 {
  font-size: 1.53125rem;
}

h4,
.h4 {
  font-size: 1.3125rem;
}

h5,
.h5 {
  font-size: 1.09375rem;
}

h6,
.h6 {
  font-size: 0.875rem;
}

.lead {
  font-size: 1.09375rem;
  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.09375rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #536c79;
}
.blockquote-footer::before {
  content: "\2014 \00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #e4e5e6;
  border: 1px solid #a4b7c1;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #536c79;
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
}

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: #151b1e;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #151b1e;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-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%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
}
.table thead th {
  vertical-align: bottom;
}
.table tbody + tbody {
  border-top: 2px solid #a4b7c1;
}
.table .table {
  background-color: #e4e5e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #a4b7c1;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #a4b7c1;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c1e7f4;
}

.table-hover .table-primary:hover {
  background-color: #abdff0;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #abdff0;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #e6ebee;
}

.table-hover .table-secondary:hover {
  background-color: #d7dfe4;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #d7dfe4;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #cdedd8;
}

.table-hover .table-success:hover {
  background-color: #bae6c9;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #bae6c9;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d3eef6;
}

.table-hover .table-info:hover {
  background-color: #bee6f2;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #bee6f2;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.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: #fdd6d6;
}

.table-hover .table-danger:hover {
  background-color: #fcbebe;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #fcbebe;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ecf1f1;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ecf1f1;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c3c7c9;
}

.table-hover .table-dark:hover {
  background-color: #b6babd;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b6babd;
}

.table-blue,
.table-blue > th,
.table-blue > td {
  background-color: #c1e7f4;
}

.table-hover .table-blue:hover {
  background-color: #abdff0;
}
.table-hover .table-blue:hover > td,
.table-hover .table-blue:hover > th {
  background-color: #abdff0;
}

.table-indigo,
.table-indigo > th,
.table-indigo > td {
  background-color: #d4bcfb;
}

.table-hover .table-indigo:hover {
  background-color: #c5a4fa;
}
.table-hover .table-indigo:hover > td,
.table-hover .table-indigo:hover > th {
  background-color: #c5a4fa;
}

.table-purple,
.table-purple > th,
.table-purple > td {
  background-color: #d7caee;
}

.table-hover .table-purple:hover {
  background-color: #c8b7e8;
}
.table-hover .table-purple:hover > td,
.table-hover .table-purple:hover > th {
  background-color: #c8b7e8;
}

.table-pink,
.table-pink > th,
.table-pink > td {
  background-color: #f9c9df;
}

.table-hover .table-pink:hover {
  background-color: #f6b2d1;
}
.table-hover .table-pink:hover > td,
.table-hover .table-pink:hover > th {
  background-color: #f6b2d1;
}

.table-red,
.table-red > th,
.table-red > td {
  background-color: #fdd6d6;
}

.table-hover .table-red:hover {
  background-color: #fcbebe;
}
.table-hover .table-red:hover > td,
.table-hover .table-red:hover > th {
  background-color: #fcbebe;
}

.table-orange,
.table-orange > th,
.table-orange > td {
  background-color: #fdf0b8;
}

.table-hover .table-orange:hover {
  background-color: #fceb9f;
}
.table-hover .table-orange:hover > td,
.table-hover .table-orange:hover > th {
  background-color: #fceb9f;
}

.table-yellow,
.table-yellow > th,
.table-yellow > td {
  background-color: #ffeeba;
}

.table-hover .table-yellow:hover {
  background-color: #ffe8a1;
}
.table-hover .table-yellow:hover > td,
.table-hover .table-yellow:hover > th {
  background-color: #ffe8a1;
}

.table-green,
.table-green > th,
.table-green > td {
  background-color: #cdedd8;
}

.table-hover .table-green:hover {
  background-color: #bae6c9;
}
.table-hover .table-green:hover > td,
.table-hover .table-green:hover > th {
  background-color: #bae6c9;
}

.table-teal,
.table-teal > th,
.table-teal > td {
  background-color: #c1f0e2;
}

.table-hover .table-teal:hover {
  background-color: #acebd8;
}
.table-hover .table-teal:hover > td,
.table-hover .table-teal:hover > th {
  background-color: #acebd8;
}

.table-cyan,
.table-cyan > th,
.table-cyan > td {
  background-color: #d3eef6;
}

.table-hover .table-cyan:hover {
  background-color: #bee6f2;
}
.table-hover .table-cyan:hover > td,
.table-hover .table-cyan:hover > th {
  background-color: #bee6f2;
}

.table-gray-100,
.table-gray-100 > th,
.table-gray-100 > td {
  background-color: #fbfcfc;
}

.table-hover .table-gray-100:hover {
  background-color: #ecf1f1;
}
.table-hover .table-gray-100:hover > td,
.table-hover .table-gray-100:hover > th {
  background-color: #ecf1f1;
}

.table-gray-200,
.table-gray-200 > th,
.table-gray-200 > td {
  background-color: #eef2f4;
}

.table-hover .table-gray-200:hover {
  background-color: #dfe6ea;
}
.table-hover .table-gray-200:hover > td,
.table-hover .table-gray-200:hover > th {
  background-color: #dfe6ea;
}

.table-gray-300,
.table-gray-300 > th,
.table-gray-300 > td {
  background-color: #e6ebee;
}

.table-hover .table-gray-300:hover {
  background-color: #d7dfe4;
}
.table-hover .table-gray-300:hover > td,
.table-hover .table-gray-300:hover > th {
  background-color: #d7dfe4;
}

.table-gray-400,
.table-gray-400 > th,
.table-gray-400 > td {
  background-color: #dde4e8;
}

.table-hover .table-gray-400:hover {
  background-color: #ced8de;
}
.table-hover .table-gray-400:hover > td,
.table-hover .table-gray-400:hover > th {
  background-color: #ced8de;
}

.table-gray-500,
.table-gray-500 > th,
.table-gray-500 > td {
  background-color: #d4dee2;
}

.table-hover .table-gray-500:hover {
  background-color: #c5d2d8;
}
.table-hover .table-gray-500:hover > td,
.table-hover .table-gray-500:hover > th {
  background-color: #c5d2d8;
}

.table-gray-600,
.table-gray-600 > th,
.table-gray-600 > td {
  background-color: #cfd6d9;
}

.table-hover .table-gray-600:hover {
  background-color: #c1cace;
}
.table-hover .table-gray-600:hover > td,
.table-hover .table-gray-600:hover > th {
  background-color: #c1cace;
}

.table-gray-700,
.table-gray-700 > th,
.table-gray-700 > td {
  background-color: #c9ced1;
}

.table-hover .table-gray-700:hover {
  background-color: #bbc2c5;
}
.table-hover .table-gray-700:hover > td,
.table-hover .table-gray-700:hover > th {
  background-color: #bbc2c5;
}

.table-gray-800,
.table-gray-800 > th,
.table-gray-800 > td {
  background-color: #c3c7c9;
}

.table-hover .table-gray-800:hover {
  background-color: #b6babd;
}
.table-hover .table-gray-800:hover > td,
.table-hover .table-gray-800:hover > th {
  background-color: #b6babd;
}

.table-gray-900,
.table-gray-900 > th,
.table-gray-900 > td {
  background-color: #bdbfc0;
}

.table-hover .table-gray-900:hover {
  background-color: #b0b2b4;
}
.table-hover .table-gray-900:hover > td,
.table-hover .table-gray-900:hover > th {
  background-color: #b0b2b4;
}

.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: #e4e5e6;
  background-color: #151b1e;
  border-color: #252f35;
}

.table .thead-light th {
  color: #3e515b;
  background-color: #c2cfd6;
  border-color: #a4b7c1;
}

.table-dark {
  color: #e4e5e6;
  background-color: #151b1e;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #252f35;
}
.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 {
  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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #3e515b;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #c2cfd6;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #3e515b;
  background-color: #fff;
  border-color: #d8a272;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(191, 148, 109, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #536c79;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #536c79;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #536c79;
  opacity: 1;
}
.form-control::placeholder {
  color: #536c79;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #c2cfd6;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.0625rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #3e515b;
  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.09375rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.76563rem;
  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;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm,
.input-group-sm > .form-control-plaintext.form-control,
.input-group-sm
  > .input-group-prepend
  > .form-control-plaintext.input-group-text,
.input-group-sm
  > .input-group-append
  > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn,
.form-control-plaintext.form-control-lg,
.input-group-lg > .form-control-plaintext.form-control,
.input-group-lg
  > .input-group-prepend
  > .form-control-plaintext.input-group-text,
.input-group-lg
  > .input-group-append
  > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm,
.input-group-sm > .form-control,
.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.76563rem;
  line-height: 1.5;
}

select.form-control-sm:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm
  > .input-group-prepend
  > select.input-group-text:not([size]):not([multiple]),
.input-group-sm
  > .input-group-append
  > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.64844rem + 2px);
}

.form-control-lg,
.input-group-lg > .form-control,
.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.09375rem;
  line-height: 1.5;
}

select.form-control-lg:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg
  > .input-group-prepend
  > select.input-group-text:not([size]):not([multiple]),
.input-group-lg
  > .input-group-append
  > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.64063rem + 2px);
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
  font-size: 0.8rem;
}

.map-btn-right {
  position: relative;
  z-index: 100;
  text-align: center;
}

@media screen and (min-width: 768px){
  .map-btn-right {
    position: absolute;
    right: 1rem;
  }
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #536c79;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-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: #4dbd74;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(77, 189, 116, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #4dbd74;
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #4dbd74;
  box-shadow: 0 0 0 0.2rem rgba(77, 189, 116, 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,
.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-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #4dbd74;
}

.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: #4dbd74;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #aadfbd;
}

.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 {
  background-color: #72cb91;
}

.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 1px #e4e5e6, 0 0 0 0.2rem rgba(77, 189, 116, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #4dbd74;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::before,
.custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}

.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 {
  box-shadow: 0 0 0 0.2rem rgba(77, 189, 116, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #f86c6b;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(248, 108, 107, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #f86c6b;
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #f86c6b;
  box-shadow: 0 0 0 0.2rem rgba(248, 108, 107, 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,
.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-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #f86c6b;
}

.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: #f86c6b;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #fee5e5;
}

.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 {
  background-color: #fa9c9c;
}

.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 1px #e4e5e6, 0 0 0 0.2rem rgba(248, 108, 107, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #f86c6b;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::before,
.custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}

.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 {
  box-shadow: 0 0 0 0.2rem rgba(248, 108, 107, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-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 {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
  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;
}
.btn:hover,
.btn:focus {
  text-decoration: none;
}
.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
  background-image: none;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #cc9262;
  border-color: #cc9262;
}
.btn-primary:hover {
  color: #fff;
  background-color: #c1916a;
  border-color: #9b7355;
}
.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #cc9262;
  border-color: #cc9262;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #c1916a;
  border-color: #9b7355;
}
.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(32, 168, 216, 0.5);
}

.btn-secondary {
  color: #151b1e;
  background-color: #a4b7c1;
  border-color: #a4b7c1;
}
.btn-secondary:hover {
  color: #151b1e;
  background-color: #8da5b2;
  border-color: #869fac;
}
.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(164, 183, 193, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #151b1e;
  background-color: #a4b7c1;
  border-color: #a4b7c1;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #151b1e;
  background-color: #869fac;
  border-color: #7e99a7;
}
.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(164, 183, 193, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #4dbd74;
  border-color: #4dbd74;
}
.btn-success:hover {
  color: #fff;
  background-color: #3ea662;
  border-color: #3a9d5d;
}
.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 189, 116, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #4dbd74;
  border-color: #4dbd74;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #3a9d5d;
  border-color: #379457;
}
.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(77, 189, 116, 0.5);
}

.btn-info {
  color: #151b1e;
  background-color: #63c2de;
  border-color: #63c2de;
}
.btn-info:hover {
  color: #151b1e;
  background-color: #43b6d7;
  border-color: #39b2d5;
}
.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 194, 222, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #151b1e;
  background-color: #63c2de;
  border-color: #63c2de;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #39b2d5;
  border-color: #2eadd3;
}
.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(99, 194, 222, 0.5);
}

.btn-warning {
  color: #151b1e;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #151b1e;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #151b1e;
  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: #151b1e;
  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(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #f86c6b;
  border-color: #f86c6b;
}
.btn-danger:hover {
  color: #fff;
  background-color: #f64846;
  border-color: #f63c3a;
}
.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 108, 107, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #f86c6b;
  border-color: #f86c6b;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #f63c3a;
  border-color: #f5302e;
}
.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(248, 108, 107, 0.5);
}

.btn-light {
  color: #151b1e;
  background-color: #f0f3f5;
  border-color: #f0f3f5;
}
.btn-light:hover {
  color: #151b1e;
  background-color: #d9e1e6;
  border-color: #d1dbe1;
}
.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 243, 245, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #151b1e;
  background-color: #f0f3f5;
  border-color: #f0f3f5;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #151b1e;
  background-color: #d1dbe1;
  border-color: #cad4dc;
}
.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(240, 243, 245, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #29363d;
  border-color: #29363d;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1a2226;
  border-color: #151b1f;
}
.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(41, 54, 61, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #29363d;
  border-color: #29363d;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #151b1f;
  border-color: #0f1417;
}
.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(41, 54, 61, 0.5);
}

.btn-blue {
  color: #fff;
  background-color: #cc9262;
  border-color: #cc9262;
}
.btn-blue:hover {
  color: #fff;
  background-color: #1b8eb7;
  border-color: #1985ac;
}
.btn-blue:focus,
.btn-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.5);
}
.btn-blue.disabled,
.btn-blue:disabled {
  color: #fff;
  background-color: #cc9262;
  border-color: #cc9262;
}
.btn-blue:not(:disabled):not(.disabled):active,
.btn-blue:not(:disabled):not(.disabled).active,
.show > .btn-blue.dropdown-toggle {
  color: #fff;
  background-color: #1985ac;
  border-color: #187da0;
}
.btn-blue:not(:disabled):not(.disabled):active:focus,
.btn-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.5);
}

.btn-indigo {
  color: #fff;
  background-color: #6610f2;
  border-color: #6610f2;
}
.btn-indigo:hover {
  color: #fff;
  background-color: #560bd0;
  border-color: #510bc4;
}
.btn-indigo:focus,
.btn-indigo.focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 16, 242, 0.5);
}
.btn-indigo.disabled,
.btn-indigo:disabled {
  color: #fff;
  background-color: #6610f2;
  border-color: #6610f2;
}
.btn-indigo:not(:disabled):not(.disabled):active,
.btn-indigo:not(:disabled):not(.disabled).active,
.show > .btn-indigo.dropdown-toggle {
  color: #fff;
  background-color: #510bc4;
  border-color: #4c0ab8;
}
.btn-indigo:not(:disabled):not(.disabled):active:focus,
.btn-indigo:not(:disabled):not(.disabled).active:focus,
.show > .btn-indigo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 16, 242, 0.5);
}

.btn-purple {
  color: #fff;
  background-color: #6f42c1;
  border-color: #6f42c1;
}
.btn-purple:hover {
  color: #fff;
  background-color: #5e37a6;
  border-color: #59339d;
}
.btn-purple:focus,
.btn-purple.focus {
  box-shadow: 0 0 0 0.2rem rgba(111, 66, 193, 0.5);
}
.btn-purple.disabled,
.btn-purple:disabled {
  color: #fff;
  background-color: #6f42c1;
  border-color: #6f42c1;
}
.btn-purple:not(:disabled):not(.disabled):active,
.btn-purple:not(:disabled):not(.disabled).active,
.show > .btn-purple.dropdown-toggle {
  color: #fff;
  background-color: #59339d;
  border-color: #533093;
}
.btn-purple:not(:disabled):not(.disabled):active:focus,
.btn-purple:not(:disabled):not(.disabled).active:focus,
.show > .btn-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(111, 66, 193, 0.5);
}

.btn-pink {
  color: #fff;
  background-color: #e83e8c;
  border-color: #e83e8c;
}
.btn-pink:hover {
  color: #fff;
  background-color: #e41c78;
  border-color: #d91a72;
}
.btn-pink:focus,
.btn-pink.focus {
  box-shadow: 0 0 0 0.2rem rgba(232, 62, 140, 0.5);
}
.btn-pink.disabled,
.btn-pink:disabled {
  color: #fff;
  background-color: #e83e8c;
  border-color: #e83e8c;
}
.btn-pink:not(:disabled):not(.disabled):active,
.btn-pink:not(:disabled):not(.disabled).active,
.show > .btn-pink.dropdown-toggle {
  color: #fff;
  background-color: #d91a72;
  border-color: #ce196c;
}
.btn-pink:not(:disabled):not(.disabled):active:focus,
.btn-pink:not(:disabled):not(.disabled).active:focus,
.show > .btn-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(232, 62, 140, 0.5);
}

.btn-red {
  color: #fff;
  background-color: #f86c6b;
  border-color: #f86c6b;
}
.btn-red:hover {
  color: #fff;
  background-color: #f64846;
  border-color: #f63c3a;
}
.btn-red:focus,
.btn-red.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 108, 107, 0.5);
}
.btn-red.disabled,
.btn-red:disabled {
  color: #fff;
  background-color: #f86c6b;
  border-color: #f86c6b;
}
.btn-red:not(:disabled):not(.disabled):active,
.btn-red:not(:disabled):not(.disabled).active,
.show > .btn-red.dropdown-toggle {
  color: #fff;
  background-color: #f63c3a;
  border-color: #f5302e;
}
.btn-red:not(:disabled):not(.disabled):active:focus,
.btn-red:not(:disabled):not(.disabled).active:focus,
.show > .btn-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 108, 107, 0.5);
}

.btn-orange {
  color: #151b1e;
  background-color: #f8cb00;
  border-color: #f8cb00;
}
.btn-orange:hover {
  color: #151b1e;
  background-color: #d2ac00;
  border-color: #c5a100;
}
.btn-orange:focus,
.btn-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 203, 0, 0.5);
}
.btn-orange.disabled,
.btn-orange:disabled {
  color: #151b1e;
  background-color: #f8cb00;
  border-color: #f8cb00;
}
.btn-orange:not(:disabled):not(.disabled):active,
.btn-orange:not(:disabled):not(.disabled).active,
.show > .btn-orange.dropdown-toggle {
  color: #151b1e;
  background-color: #c5a100;
  border-color: #b89700;
}
.btn-orange:not(:disabled):not(.disabled):active:focus,
.btn-orange:not(:disabled):not(.disabled).active:focus,
.show > .btn-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 203, 0, 0.5);
}

.btn-yellow {
  color: #151b1e;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-yellow:hover {
  color: #151b1e;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-yellow:focus,
.btn-yellow.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-yellow.disabled,
.btn-yellow:disabled {
  color: #151b1e;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-yellow:not(:disabled):not(.disabled):active,
.btn-yellow:not(:disabled):not(.disabled).active,
.show > .btn-yellow.dropdown-toggle {
  color: #151b1e;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-yellow:not(:disabled):not(.disabled):active:focus,
.btn-yellow:not(:disabled):not(.disabled).active:focus,
.show > .btn-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-green {
  color: #fff;
  background-color: #4dbd74;
  border-color: #4dbd74;
}
.btn-green:hover {
  color: #fff;
  background-color: #3ea662;
  border-color: #3a9d5d;
}
.btn-green:focus,
.btn-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 189, 116, 0.5);
}
.btn-green.disabled,
.btn-green:disabled {
  color: #fff;
  background-color: #4dbd74;
  border-color: #4dbd74;
}
.btn-green:not(:disabled):not(.disabled):active,
.btn-green:not(:disabled):not(.disabled).active,
.show > .btn-green.dropdown-toggle {
  color: #fff;
  background-color: #3a9d5d;
  border-color: #379457;
}
.btn-green:not(:disabled):not(.disabled):active:focus,
.btn-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 189, 116, 0.5);
}

.btn-teal {
  color: #fff;
  background-color: #20c997;
  border-color: #20c997;
}
.btn-teal:hover {
  color: #fff;
  background-color: #1ba87e;
  border-color: #199d76;
}
.btn-teal:focus,
.btn-teal.focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.5);
}
.btn-teal.disabled,
.btn-teal:disabled {
  color: #fff;
  background-color: #20c997;
  border-color: #20c997;
}
.btn-teal:not(:disabled):not(.disabled):active,
.btn-teal:not(:disabled):not(.disabled).active,
.show > .btn-teal.dropdown-toggle {
  color: #fff;
  background-color: #199d76;
  border-color: #17926e;
}
.btn-teal:not(:disabled):not(.disabled):active:focus,
.btn-teal:not(:disabled):not(.disabled).active:focus,
.show > .btn-teal.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.5);
}

.btn-cyan {
  color: #151b1e;
  background-color: #63c2de;
  border-color: #63c2de;
}
.btn-cyan:hover {
  color: #151b1e;
  background-color: #43b6d7;
  border-color: #39b2d5;
}
.btn-cyan:focus,
.btn-cyan.focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 194, 222, 0.5);
}
.btn-cyan.disabled,
.btn-cyan:disabled {
  color: #151b1e;
  background-color: #63c2de;
  border-color: #63c2de;
}
.btn-cyan:not(:disabled):not(.disabled):active,
.btn-cyan:not(:disabled):not(.disabled).active,
.show > .btn-cyan.dropdown-toggle {
  color: #fff;
  background-color: #39b2d5;
  border-color: #2eadd3;
}
.btn-cyan:not(:disabled):not(.disabled):active:focus,
.btn-cyan:not(:disabled):not(.disabled).active:focus,
.show > .btn-cyan.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 194, 222, 0.5);
}

.btn-gray-100 {
  color: #151b1e;
  background-color: #f0f3f5;
  border-color: #f0f3f5;
}
.btn-gray-100:hover {
  color: #151b1e;
  background-color: #d9e1e6;
  border-color: #d1dbe1;
}
.btn-gray-100:focus,
.btn-gray-100.focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 243, 245, 0.5);
}
.btn-gray-100.disabled,
.btn-gray-100:disabled {
  color: #151b1e;
  background-color: #f0f3f5;
  border-color: #f0f3f5;
}
.btn-gray-100:not(:disabled):not(.disabled):active,
.btn-gray-100:not(:disabled):not(.disabled).active,
.show > .btn-gray-100.dropdown-toggle {
  color: #151b1e;
  background-color: #d1dbe1;
  border-color: #cad4dc;
}
.btn-gray-100:not(:disabled):not(.disabled):active:focus,
.btn-gray-100:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 243, 245, 0.5);
}

.btn-gray-200 {
  color: #151b1e;
  background-color: #c2cfd6;
  border-color: #c2cfd6;
}
.btn-gray-200:hover {
  color: #151b1e;
  background-color: #abbdc7;
  border-color: #a4b7c2;
}
.btn-gray-200:focus,
.btn-gray-200.focus {
  box-shadow: 0 0 0 0.2rem rgba(194, 207, 214, 0.5);
}
.btn-gray-200.disabled,
.btn-gray-200:disabled {
  color: #151b1e;
  background-color: #c2cfd6;
  border-color: #c2cfd6;
}
.btn-gray-200:not(:disabled):not(.disabled):active,
.btn-gray-200:not(:disabled):not(.disabled).active,
.show > .btn-gray-200.dropdown-toggle {
  color: #151b1e;
  background-color: #a4b7c2;
  border-color: #9cb1bc;
}
.btn-gray-200:not(:disabled):not(.disabled):active:focus,
.btn-gray-200:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(194, 207, 214, 0.5);
}

.btn-gray-300 {
  color: #151b1e;
  background-color: #a4b7c1;
  border-color: #a4b7c1;
}
.btn-gray-300:hover {
  color: #151b1e;
  background-color: #8da5b2;
  border-color: #869fac;
}
.btn-gray-300:focus,
.btn-gray-300.focus {
  box-shadow: 0 0 0 0.2rem rgba(164, 183, 193, 0.5);
}
.btn-gray-300.disabled,
.btn-gray-300:disabled {
  color: #151b1e;
  background-color: #a4b7c1;
  border-color: #a4b7c1;
}
.btn-gray-300:not(:disabled):not(.disabled):active,
.btn-gray-300:not(:disabled):not(.disabled).active,
.show > .btn-gray-300.dropdown-toggle {
  color: #151b1e;
  background-color: #869fac;
  border-color: #7e99a7;
}
.btn-gray-300:not(:disabled):not(.disabled):active:focus,
.btn-gray-300:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(164, 183, 193, 0.5);
}

.btn-gray-400 {
  color: #151b1e;
  background-color: #869fac;
  border-color: #869fac;
}
.btn-gray-400:hover {
  color: #fff;
  background-color: #6f8d9c;
  border-color: #688797;
}
.btn-gray-400:focus,
.btn-gray-400.focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 159, 172, 0.5);
}
.btn-gray-400.disabled,
.btn-gray-400:disabled {
  color: #151b1e;
  background-color: #869fac;
  border-color: #869fac;
}
.btn-gray-400:not(:disabled):not(.disabled):active,
.btn-gray-400:not(:disabled):not(.disabled).active,
.show > .btn-gray-400.dropdown-toggle {
  color: #fff;
  background-color: #688797;
  border-color: #638090;
}
.btn-gray-400:not(:disabled):not(.disabled):active:focus,
.btn-gray-400:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 159, 172, 0.5);
}

.btn-gray-500 {
  color: #fff;
  background-color: #678898;
  border-color: #678898;
}
.btn-gray-500:hover {
  color: #fff;
  background-color: #587481;
  border-color: #526d7a;
}
.btn-gray-500:focus,
.btn-gray-500.focus {
  box-shadow: 0 0 0 0.2rem rgba(103, 136, 152, 0.5);
}
.btn-gray-500.disabled,
.btn-gray-500:disabled {
  color: #fff;
  background-color: #678898;
  border-color: #678898;
}
.btn-gray-500:not(:disabled):not(.disabled):active,
.btn-gray-500:not(:disabled):not(.disabled).active,
.show > .btn-gray-500.dropdown-toggle {
  color: #fff;
  background-color: #526d7a;
  border-color: #4d6672;
}
.btn-gray-500:not(:disabled):not(.disabled):active:focus,
.btn-gray-500:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(103, 136, 152, 0.5);
}

.btn-gray-600 {
  color: #fff;
  background-color: #536c79;
  border-color: #536c79;
}
.btn-gray-600:hover {
  color: #fff;
  background-color: #435862;
  border-color: #3e515b;
}
.btn-gray-600:focus,
.btn-gray-600.focus {
  box-shadow: 0 0 0 0.2rem rgba(83, 108, 121, 0.5);
}
.btn-gray-600.disabled,
.btn-gray-600:disabled {
  color: #fff;
  background-color: #536c79;
  border-color: #536c79;
}
.btn-gray-600:not(:disabled):not(.disabled):active,
.btn-gray-600:not(:disabled):not(.disabled).active,
.show > .btn-gray-600.dropdown-toggle {
  color: #fff;
  background-color: #3e515b;
  border-color: #394a53;
}
.btn-gray-600:not(:disabled):not(.disabled):active:focus,
.btn-gray-600:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(83, 108, 121, 0.5);
}

.btn-gray-700 {
  color: #fff;
  background-color: #3e515b;
  border-color: #3e515b;
}
.btn-gray-700:hover {
  color: #fff;
  background-color: #2f3d44;
  border-color: #29363d;
}
.btn-gray-700:focus,
.btn-gray-700.focus {
  box-shadow: 0 0 0 0.2rem rgba(62, 81, 91, 0.5);
}
.btn-gray-700.disabled,
.btn-gray-700:disabled {
  color: #fff;
  background-color: #3e515b;
  border-color: #3e515b;
}
.btn-gray-700:not(:disabled):not(.disabled):active,
.btn-gray-700:not(:disabled):not(.disabled).active,
.show > .btn-gray-700.dropdown-toggle {
  color: #fff;
  background-color: #29363d;
  border-color: #242f35;
}
.btn-gray-700:not(:disabled):not(.disabled):active:focus,
.btn-gray-700:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(62, 81, 91, 0.5);
}

.btn-gray-800 {
  color: #fff;
  background-color: #29363d;
  border-color: #29363d;
}
.btn-gray-800:hover {
  color: #fff;
  background-color: #1a2226;
  border-color: #151b1f;
}
.btn-gray-800:focus,
.btn-gray-800.focus {
  box-shadow: 0 0 0 0.2rem rgba(41, 54, 61, 0.5);
}
.btn-gray-800.disabled,
.btn-gray-800:disabled {
  color: #fff;
  background-color: #29363d;
  border-color: #29363d;
}
.btn-gray-800:not(:disabled):not(.disabled):active,
.btn-gray-800:not(:disabled):not(.disabled).active,
.show > .btn-gray-800.dropdown-toggle {
  color: #fff;
  background-color: #151b1f;
  border-color: #0f1417;
}
.btn-gray-800:not(:disabled):not(.disabled):active:focus,
.btn-gray-800:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(41, 54, 61, 0.5);
}

.btn-gray-900 {
  color: #fff;
  background-color: #151b1e;
  border-color: #151b1e;
}
.btn-gray-900:hover {
  color: #fff;
  background-color: #050708;
  border-color: black;
}
.btn-gray-900:focus,
.btn-gray-900.focus {
  box-shadow: 0 0 0 0.2rem rgba(21, 27, 30, 0.5);
}
.btn-gray-900.disabled,
.btn-gray-900:disabled {
  color: #fff;
  background-color: #151b1e;
  border-color: #151b1e;
}
.btn-gray-900:not(:disabled):not(.disabled):active,
.btn-gray-900:not(:disabled):not(.disabled).active,
.show > .btn-gray-900.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-gray-900:not(:disabled):not(.disabled):active:focus,
.btn-gray-900:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(21, 27, 30, 0.5);
}

.btn-outline-primary {
  color: #cc9262;
  background-color: transparent;
  background-image: none;
  border-color: #cc9262;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #cc9262;
  border-color: #cc9262;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #cc9262;
  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: #cc9262;
  border-color: #cc9262;
}
.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(32, 168, 216, 0.5);
}

.btn-outline-secondary {
  color: #a4b7c1;
  background-color: transparent;
  background-image: none;
  border-color: #a4b7c1;
}
.btn-outline-secondary:hover {
  color: #151b1e;
  background-color: #a4b7c1;
  border-color: #a4b7c1;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(164, 183, 193, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #a4b7c1;
  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: #151b1e;
  background-color: #a4b7c1;
  border-color: #a4b7c1;
}
.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(164, 183, 193, 0.5);
}

.btn-outline-success {
  color: #4dbd74;
  background-color: transparent;
  background-image: none;
  border-color: #4dbd74;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #4dbd74;
  border-color: #4dbd74;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 189, 116, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #4dbd74;
  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: #4dbd74;
  border-color: #4dbd74;
}
.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(77, 189, 116, 0.5);
}

.btn-outline-info {
  color: #63c2de;
  background-color: transparent;
  background-image: none;
  border-color: #63c2de;
}
.btn-outline-info:hover {
  color: #151b1e;
  background-color: #63c2de;
  border-color: #63c2de;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 194, 222, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #63c2de;
  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: #151b1e;
  background-color: #63c2de;
  border-color: #63c2de;
}
.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(99, 194, 222, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #151b1e;
  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: #151b1e;
  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: #f86c6b;
  background-color: transparent;
  background-image: none;
  border-color: #f86c6b;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #f86c6b;
  border-color: #f86c6b;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 108, 107, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #f86c6b;
  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: #f86c6b;
  border-color: #f86c6b;
}
.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(248, 108, 107, 0.5);
}

.btn-outline-light {
  color: #f0f3f5;
  background-color: transparent;
  background-image: none;
  border-color: #f0f3f5;
}
.btn-outline-light:hover {
  color: #151b1e;
  background-color: #f0f3f5;
  border-color: #f0f3f5;
}
.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 243, 245, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f0f3f5;
  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: #151b1e;
  background-color: #f0f3f5;
  border-color: #f0f3f5;
}
.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(240, 243, 245, 0.5);
}

.btn-outline-dark {
  color: #29363d;
  background-color: transparent;
  background-image: none;
  border-color: #29363d;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #29363d;
  border-color: #29363d;
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(41, 54, 61, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #29363d;
  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: #29363d;
  border-color: #29363d;
}
.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(41, 54, 61, 0.5);
}

.btn-outline-blue {
  color: #cc9262;
  background-color: transparent;
  background-image: none;
  border-color: #cc9262;
}
.btn-outline-blue:hover {
  color: #fff;
  background-color: #cc9262;
  border-color: #cc9262;
}
.btn-outline-blue:focus,
.btn-outline-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.5);
}
.btn-outline-blue.disabled,
.btn-outline-blue:disabled {
  color: #cc9262;
  background-color: transparent;
}
.btn-outline-blue:not(:disabled):not(.disabled):active,
.btn-outline-blue:not(:disabled):not(.disabled).active,
.show > .btn-outline-blue.dropdown-toggle {
  color: #fff;
  background-color: #cc9262;
  border-color: #cc9262;
}
.btn-outline-blue:not(:disabled):not(.disabled):active:focus,
.btn-outline-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.5);
}

.btn-outline-indigo {
  color: #6610f2;
  background-color: transparent;
  background-image: none;
  border-color: #6610f2;
}
.btn-outline-indigo:hover {
  color: #fff;
  background-color: #6610f2;
  border-color: #6610f2;
}
.btn-outline-indigo:focus,
.btn-outline-indigo.focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 16, 242, 0.5);
}
.btn-outline-indigo.disabled,
.btn-outline-indigo:disabled {
  color: #6610f2;
  background-color: transparent;
}
.btn-outline-indigo:not(:disabled):not(.disabled):active,
.btn-outline-indigo:not(:disabled):not(.disabled).active,
.show > .btn-outline-indigo.dropdown-toggle {
  color: #fff;
  background-color: #6610f2;
  border-color: #6610f2;
}
.btn-outline-indigo:not(:disabled):not(.disabled):active:focus,
.btn-outline-indigo:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-indigo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 16, 242, 0.5);
}

.btn-outline-purple {
  color: #6f42c1;
  background-color: transparent;
  background-image: none;
  border-color: #6f42c1;
}
.btn-outline-purple:hover {
  color: #fff;
  background-color: #6f42c1;
  border-color: #6f42c1;
}
.btn-outline-purple:focus,
.btn-outline-purple.focus {
  box-shadow: 0 0 0 0.2rem rgba(111, 66, 193, 0.5);
}
.btn-outline-purple.disabled,
.btn-outline-purple:disabled {
  color: #6f42c1;
  background-color: transparent;
}
.btn-outline-purple:not(:disabled):not(.disabled):active,
.btn-outline-purple:not(:disabled):not(.disabled).active,
.show > .btn-outline-purple.dropdown-toggle {
  color: #fff;
  background-color: #6f42c1;
  border-color: #6f42c1;
}
.btn-outline-purple:not(:disabled):not(.disabled):active:focus,
.btn-outline-purple:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(111, 66, 193, 0.5);
}

.btn-outline-pink {
  color: #e83e8c;
  background-color: transparent;
  background-image: none;
  border-color: #e83e8c;
}
.btn-outline-pink:hover {
  color: #fff;
  background-color: #e83e8c;
  border-color: #e83e8c;
}
.btn-outline-pink:focus,
.btn-outline-pink.focus {
  box-shadow: 0 0 0 0.2rem rgba(232, 62, 140, 0.5);
}
.btn-outline-pink.disabled,
.btn-outline-pink:disabled {
  color: #e83e8c;
  background-color: transparent;
}
.btn-outline-pink:not(:disabled):not(.disabled):active,
.btn-outline-pink:not(:disabled):not(.disabled).active,
.show > .btn-outline-pink.dropdown-toggle {
  color: #fff;
  background-color: #e83e8c;
  border-color: #e83e8c;
}
.btn-outline-pink:not(:disabled):not(.disabled):active:focus,
.btn-outline-pink:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(232, 62, 140, 0.5);
}

.btn-outline-red {
  color: #f86c6b;
  background-color: transparent;
  background-image: none;
  border-color: #f86c6b;
}
.btn-outline-red:hover {
  color: #fff;
  background-color: #f86c6b;
  border-color: #f86c6b;
}
.btn-outline-red:focus,
.btn-outline-red.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 108, 107, 0.5);
}
.btn-outline-red.disabled,
.btn-outline-red:disabled {
  color: #f86c6b;
  background-color: transparent;
}
.btn-outline-red:not(:disabled):not(.disabled):active,
.btn-outline-red:not(:disabled):not(.disabled).active,
.show > .btn-outline-red.dropdown-toggle {
  color: #fff;
  background-color: #f86c6b;
  border-color: #f86c6b;
}
.btn-outline-red:not(:disabled):not(.disabled):active:focus,
.btn-outline-red:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 108, 107, 0.5);
}

.btn-outline-orange {
  color: #f8cb00;
  background-color: transparent;
  background-image: none;
  border-color: #f8cb00;
}
.btn-outline-orange:hover {
  color: #151b1e;
  background-color: #f8cb00;
  border-color: #f8cb00;
}
.btn-outline-orange:focus,
.btn-outline-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 203, 0, 0.5);
}
.btn-outline-orange.disabled,
.btn-outline-orange:disabled {
  color: #f8cb00;
  background-color: transparent;
}
.btn-outline-orange:not(:disabled):not(.disabled):active,
.btn-outline-orange:not(:disabled):not(.disabled).active,
.show > .btn-outline-orange.dropdown-toggle {
  color: #151b1e;
  background-color: #f8cb00;
  border-color: #f8cb00;
}
.btn-outline-orange:not(:disabled):not(.disabled):active:focus,
.btn-outline-orange:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 203, 0, 0.5);
}

.btn-outline-yellow {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.btn-outline-yellow:hover {
  color: #151b1e;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-yellow:focus,
.btn-outline-yellow.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-yellow.disabled,
.btn-outline-yellow:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-yellow:not(:disabled):not(.disabled):active,
.btn-outline-yellow:not(:disabled):not(.disabled).active,
.show > .btn-outline-yellow.dropdown-toggle {
  color: #151b1e;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-yellow:not(:disabled):not(.disabled):active:focus,
.btn-outline-yellow:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-green {
  color: #4dbd74;
  background-color: transparent;
  background-image: none;
  border-color: #4dbd74;
}
.btn-outline-green:hover {
  color: #fff;
  background-color: #4dbd74;
  border-color: #4dbd74;
}
.btn-outline-green:focus,
.btn-outline-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 189, 116, 0.5);
}
.btn-outline-green.disabled,
.btn-outline-green:disabled {
  color: #4dbd74;
  background-color: transparent;
}
.btn-outline-green:not(:disabled):not(.disabled):active,
.btn-outline-green:not(:disabled):not(.disabled).active,
.show > .btn-outline-green.dropdown-toggle {
  color: #fff;
  background-color: #4dbd74;
  border-color: #4dbd74;
}
.btn-outline-green:not(:disabled):not(.disabled):active:focus,
.btn-outline-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 189, 116, 0.5);
}

.btn-outline-teal {
  color: #20c997;
  background-color: transparent;
  background-image: none;
  border-color: #20c997;
}
.btn-outline-teal:hover {
  color: #fff;
  background-color: #20c997;
  border-color: #20c997;
}
.btn-outline-teal:focus,
.btn-outline-teal.focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.5);
}
.btn-outline-teal.disabled,
.btn-outline-teal:disabled {
  color: #20c997;
  background-color: transparent;
}
.btn-outline-teal:not(:disabled):not(.disabled):active,
.btn-outline-teal:not(:disabled):not(.disabled).active,
.show > .btn-outline-teal.dropdown-toggle {
  color: #fff;
  background-color: #20c997;
  border-color: #20c997;
}
.btn-outline-teal:not(:disabled):not(.disabled):active:focus,
.btn-outline-teal:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-teal.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.5);
}

.btn-outline-cyan {
  color: #63c2de;
  background-color: transparent;
  background-image: none;
  border-color: #63c2de;
}
.btn-outline-cyan:hover {
  color: #151b1e;
  background-color: #63c2de;
  border-color: #63c2de;
}
.btn-outline-cyan:focus,
.btn-outline-cyan.focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 194, 222, 0.5);
}
.btn-outline-cyan.disabled,
.btn-outline-cyan:disabled {
  color: #63c2de;
  background-color: transparent;
}
.btn-outline-cyan:not(:disabled):not(.disabled):active,
.btn-outline-cyan:not(:disabled):not(.disabled).active,
.show > .btn-outline-cyan.dropdown-toggle {
  color: #151b1e;
  background-color: #63c2de;
  border-color: #63c2de;
}
.btn-outline-cyan:not(:disabled):not(.disabled):active:focus,
.btn-outline-cyan:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-cyan.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 194, 222, 0.5);
}

.btn-outline-gray-100 {
  color: #f0f3f5;
  background-color: transparent;
  background-image: none;
  border-color: #f0f3f5;
}
.btn-outline-gray-100:hover {
  color: #151b1e;
  background-color: #f0f3f5;
  border-color: #f0f3f5;
}
.btn-outline-gray-100:focus,
.btn-outline-gray-100.focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 243, 245, 0.5);
}
.btn-outline-gray-100.disabled,
.btn-outline-gray-100:disabled {
  color: #f0f3f5;
  background-color: transparent;
}
.btn-outline-gray-100:not(:disabled):not(.disabled):active,
.btn-outline-gray-100:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray-100.dropdown-toggle {
  color: #151b1e;
  background-color: #f0f3f5;
  border-color: #f0f3f5;
}
.btn-outline-gray-100:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray-100:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 243, 245, 0.5);
}

.btn-outline-gray-200 {
  color: #c2cfd6;
  background-color: transparent;
  background-image: none;
  border-color: #c2cfd6;
}
.btn-outline-gray-200:hover {
  color: #151b1e;
  background-color: #c2cfd6;
  border-color: #c2cfd6;
}
.btn-outline-gray-200:focus,
.btn-outline-gray-200.focus {
  box-shadow: 0 0 0 0.2rem rgba(194, 207, 214, 0.5);
}
.btn-outline-gray-200.disabled,
.btn-outline-gray-200:disabled {
  color: #c2cfd6;
  background-color: transparent;
}
.btn-outline-gray-200:not(:disabled):not(.disabled):active,
.btn-outline-gray-200:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray-200.dropdown-toggle {
  color: #151b1e;
  background-color: #c2cfd6;
  border-color: #c2cfd6;
}
.btn-outline-gray-200:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray-200:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(194, 207, 214, 0.5);
}

.btn-outline-gray-300 {
  color: #a4b7c1;
  background-color: transparent;
  background-image: none;
  border-color: #a4b7c1;
}
.btn-outline-gray-300:hover {
  color: #151b1e;
  background-color: #a4b7c1;
  border-color: #a4b7c1;
}
.btn-outline-gray-300:focus,
.btn-outline-gray-300.focus {
  box-shadow: 0 0 0 0.2rem rgba(164, 183, 193, 0.5);
}
.btn-outline-gray-300.disabled,
.btn-outline-gray-300:disabled {
  color: #a4b7c1;
  background-color: transparent;
}
.btn-outline-gray-300:not(:disabled):not(.disabled):active,
.btn-outline-gray-300:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray-300.dropdown-toggle {
  color: #151b1e;
  background-color: #a4b7c1;
  border-color: #a4b7c1;
}
.btn-outline-gray-300:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray-300:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(164, 183, 193, 0.5);
}

.btn-outline-gray-400 {
  color: #869fac;
  background-color: transparent;
  background-image: none;
  border-color: #869fac;
}
.btn-outline-gray-400:hover {
  color: #151b1e;
  background-color: #869fac;
  border-color: #869fac;
}
.btn-outline-gray-400:focus,
.btn-outline-gray-400.focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 159, 172, 0.5);
}
.btn-outline-gray-400.disabled,
.btn-outline-gray-400:disabled {
  color: #869fac;
  background-color: transparent;
}
.btn-outline-gray-400:not(:disabled):not(.disabled):active,
.btn-outline-gray-400:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray-400.dropdown-toggle {
  color: #151b1e;
  background-color: #869fac;
  border-color: #869fac;
}
.btn-outline-gray-400:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray-400:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 159, 172, 0.5);
}

.btn-outline-gray-500 {
  color: #678898;
  background-color: transparent;
  background-image: none;
  border-color: #678898;
}
.btn-outline-gray-500:hover {
  color: #fff;
  background-color: #678898;
  border-color: #678898;
}
.btn-outline-gray-500:focus,
.btn-outline-gray-500.focus {
  box-shadow: 0 0 0 0.2rem rgba(103, 136, 152, 0.5);
}
.btn-outline-gray-500.disabled,
.btn-outline-gray-500:disabled {
  color: #678898;
  background-color: transparent;
}
.btn-outline-gray-500:not(:disabled):not(.disabled):active,
.btn-outline-gray-500:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray-500.dropdown-toggle {
  color: #fff;
  background-color: #678898;
  border-color: #678898;
}
.btn-outline-gray-500:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray-500:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(103, 136, 152, 0.5);
}

.btn-outline-gray-600 {
  color: #536c79;
  background-color: transparent;
  background-image: none;
  border-color: #536c79;
}
.btn-outline-gray-600:hover {
  color: #fff;
  background-color: #536c79;
  border-color: #536c79;
}
.btn-outline-gray-600:focus,
.btn-outline-gray-600.focus {
  box-shadow: 0 0 0 0.2rem rgba(83, 108, 121, 0.5);
}
.btn-outline-gray-600.disabled,
.btn-outline-gray-600:disabled {
  color: #536c79;
  background-color: transparent;
}
.btn-outline-gray-600:not(:disabled):not(.disabled):active,
.btn-outline-gray-600:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray-600.dropdown-toggle {
  color: #fff;
  background-color: #536c79;
  border-color: #536c79;
}
.btn-outline-gray-600:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray-600:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(83, 108, 121, 0.5);
}

.btn-outline-gray-700 {
  color: #3e515b;
  background-color: transparent;
  background-image: none;
  border-color: #3e515b;
}
.btn-outline-gray-700:hover {
  color: #fff;
  background-color: #3e515b;
  border-color: #3e515b;
}
.btn-outline-gray-700:focus,
.btn-outline-gray-700.focus {
  box-shadow: 0 0 0 0.2rem rgba(62, 81, 91, 0.5);
}
.btn-outline-gray-700.disabled,
.btn-outline-gray-700:disabled {
  color: #3e515b;
  background-color: transparent;
}
.btn-outline-gray-700:not(:disabled):not(.disabled):active,
.btn-outline-gray-700:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray-700.dropdown-toggle {
  color: #fff;
  background-color: #3e515b;
  border-color: #3e515b;
}
.btn-outline-gray-700:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray-700:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(62, 81, 91, 0.5);
}

.btn-outline-gray-800 {
  color: #29363d;
  background-color: transparent;
  background-image: none;
  border-color: #29363d;
}
.btn-outline-gray-800:hover {
  color: #fff;
  background-color: #29363d;
  border-color: #29363d;
}
.btn-outline-gray-800:focus,
.btn-outline-gray-800.focus {
  box-shadow: 0 0 0 0.2rem rgba(41, 54, 61, 0.5);
}
.btn-outline-gray-800.disabled,
.btn-outline-gray-800:disabled {
  color: #29363d;
  background-color: transparent;
}
.btn-outline-gray-800:not(:disabled):not(.disabled):active,
.btn-outline-gray-800:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray-800.dropdown-toggle {
  color: #fff;
  background-color: #29363d;
  border-color: #29363d;
}
.btn-outline-gray-800:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray-800:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(41, 54, 61, 0.5);
}

.btn-outline-gray-900 {
  color: #151b1e;
  background-color: transparent;
  background-image: none;
  border-color: #151b1e;
}
.btn-outline-gray-900:hover {
  color: #fff;
  background-color: #151b1e;
  border-color: #151b1e;
}
.btn-outline-gray-900:focus,
.btn-outline-gray-900.focus {
  box-shadow: 0 0 0 0.2rem rgba(21, 27, 30, 0.5);
}
.btn-outline-gray-900.disabled,
.btn-outline-gray-900:disabled {
  color: #151b1e;
  background-color: transparent;
}
.btn-outline-gray-900:not(:disabled):not(.disabled):active,
.btn-outline-gray-900:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray-900.dropdown-toggle {
  color: #fff;
  background-color: #151b1e;
  border-color: #151b1e;
}
.btn-outline-gray-900:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray-900:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(21, 27, 30, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #cc9262;
  background-color: transparent;
}
.btn-link:hover {
  color: #cc9262;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled,
.btn-link.disabled {
  color: #536c79;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.76563rem;
  line-height: 1.5;
  border-radius: 0;
}

.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 {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  /*display: inline-block;
  width: 0;
  height: 0;
  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;
  position: absolute;
  top: 50%;
  right: -1rem;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100% !important;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  color: #151b1e;
  background-color: #fff;
  border: 1px solid #c2cfd6;
  padding: 1rem
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-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 {
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #f0f3f5;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #151b1e;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #0b0e0f;
  text-decoration: none;
  background-color: #f0f3f5;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #cc9262;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #536c79;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0 1.5rem;
  margin-bottom: 0;
  font-size: 0.76563rem;
  color: #536c79;
  white-space: nowrap;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 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-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after {
  margin-left: 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 {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .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 > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.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: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3e515b;
  text-align: center;
  white-space: nowrap;
  background-color: #f0f3f5;
  border: 1px solid #c2cfd6;
}
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #cc9262;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #e4e5e6, 0 0 0 0.2rem rgba(32, 168, 216, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b6e4f4;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #536c79;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #c2cfd6;
}

.custom-control-label {
  margin-bottom: 0;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #a4b7c1;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #cc9262;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::before {
  background-color: #cc9262;
}

.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(32, 168, 216, 0.5);
}

.custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label::before {
  background-color: rgba(32, 168, 216, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #cc9262;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(32, 168, 216, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.0625rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #3e515b;
  vertical-align: middle;
  background: #fff
    url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%2329363d' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
    no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #c2cfd6;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #8ad4ee;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075),
    0 0 5px rgba(138, 212, 238, 0.5);
}
.custom-select:focus::-ms-value {
  color: #3e515b;
  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: #536c79;
  background-color: #c2cfd6;
}
.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.64844rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.64063rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.0625rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.0625rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-control {
  border-color: #8ad4ee;
  box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.25);
}
.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #8ad4ee;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Cargar";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.0625rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #3e515b;
  background-color: #fff;
  border: 1px solid #c2cfd6;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.0625rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  content: "Cargar";
  border-left: 1px solid #c2cfd6;
  color: #151b1e;
  background-color: #e29560;
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link,
.navbar .dropdown-toggle {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover,
.navbar .dropdown-toggle:hover,
.nav-link:focus,
.navbar .dropdown-toggle:focus {
  text-decoration: none;
}
.nav-link.disabled,
.navbar .disabled.dropdown-toggle {
  color: #536c79;
}

.nav-tabs {
  border-bottom: 1px solid #a4b7c1;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link,
.nav-tabs .navbar .dropdown-toggle,
.navbar .nav-tabs .dropdown-toggle {
  border: 1px solid transparent;
}
.nav-tabs .nav-link:hover,
.nav-tabs .navbar .dropdown-toggle:hover,
.navbar .nav-tabs .dropdown-toggle:hover,
.nav-tabs .nav-link:focus,
.nav-tabs .navbar .dropdown-toggle:focus,
.navbar .nav-tabs .dropdown-toggle:focus {
  border-color: #c2cfd6 #c2cfd6 #a4b7c1;
}
.nav-tabs .nav-link.disabled,
.nav-tabs .navbar .disabled.dropdown-toggle,
.navbar .nav-tabs .disabled.dropdown-toggle {
  color: #536c79;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .navbar .active.dropdown-toggle,
.navbar .nav-tabs .active.dropdown-toggle,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-item.show .navbar .dropdown-toggle,
.navbar .nav-tabs .nav-item.show .dropdown-toggle {
  color: #3e515b;
  background-color: #e4e5e6;
  border-color: #a4b7c1 #a4b7c1 #e4e5e6;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
}

.nav-pills .nav-link.active,
.nav-pills .navbar .active.dropdown-toggle,
.navbar .nav-pills .active.dropdown-toggle,
.nav-pills .show > .nav-link,
.nav-pills .navbar .show > .dropdown-toggle,
.navbar .nav-pills .show > .dropdown-toggle {
  color: #fff;
  background-color: #cc9262;
}

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.33594rem;
  padding-bottom: 0.33594rem;
  margin-right: 1rem;
  font-size: 1.09375rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link,
.navbar-nav .navbar .dropdown-toggle,
.navbar .navbar-nav .dropdown-toggle {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.09375rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat 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 {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm .navbar-nav .nav-link,
  .navbar-expand-sm .navbar-nav .navbar .dropdown-toggle,
  .navbar .navbar-expand-sm .navbar-nav .dropdown-toggle {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md .navbar-nav .nav-link,
  .navbar-expand-md .navbar-nav .navbar .dropdown-toggle,
  .navbar .navbar-expand-md .navbar-nav .dropdown-toggle {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link,
  .navbar-expand-lg .navbar-nav .navbar .dropdown-toggle,
  .navbar .navbar-expand-lg .navbar-nav .dropdown-toggle {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl .navbar-nav .nav-link,
  .navbar-expand-xl .navbar-nav .navbar .dropdown-toggle,
  .navbar .navbar-expand-xl .navbar-nav .dropdown-toggle {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}
.navbar-expand .navbar-nav .nav-link,
.navbar-expand .navbar-nav .navbar .dropdown-toggle,
.navbar .navbar-expand .navbar-nav .dropdown-toggle {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

.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,
.navbar-light .navbar-nav .navbar .dropdown-toggle,
.navbar .navbar-light .navbar-nav .dropdown-toggle {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .navbar .dropdown-toggle:hover,
.navbar .navbar-light .navbar-nav .dropdown-toggle:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .navbar .dropdown-toggle:focus,
.navbar .navbar-light .navbar-nav .dropdown-toggle:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled,
.navbar-light .navbar-nav .navbar .disabled.dropdown-toggle,
.navbar .navbar-light .navbar-nav .disabled.dropdown-toggle {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .navbar .show > .dropdown-toggle,
.navbar .navbar-light .navbar-nav .show > .dropdown-toggle,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .navbar .active > .dropdown-toggle,
.navbar .navbar-light .navbar-nav .active > .dropdown-toggle,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .navbar .show.dropdown-toggle,
.navbar .navbar-light .navbar-nav .show.dropdown-toggle,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .navbar .active.dropdown-toggle,
.navbar .navbar-light .navbar-nav .active.dropdown-toggle {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  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,
.navbar-dark .navbar-nav .navbar .dropdown-toggle,
.navbar .navbar-dark .navbar-nav .dropdown-toggle {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .navbar .dropdown-toggle:hover,
.navbar .navbar-dark .navbar-nav .dropdown-toggle:hover,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .navbar .dropdown-toggle:focus,
.navbar .navbar-dark .navbar-nav .dropdown-toggle:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled,
.navbar-dark .navbar-nav .navbar .disabled.dropdown-toggle,
.navbar .navbar-dark .navbar-nav .disabled.dropdown-toggle {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .navbar .show > .dropdown-toggle,
.navbar .navbar-dark .navbar-nav .show > .dropdown-toggle,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .navbar .active > .dropdown-toggle,
.navbar .navbar-dark .navbar-nav .active > .dropdown-toggle,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .navbar .show.dropdown-toggle,
.navbar .navbar-dark .navbar-nav .show.dropdown-toggle,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .navbar .active.dropdown-toggle,
.navbar .navbar-dark .navbar-nav .active.dropdown-toggle {
  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;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: 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: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #c2cfd6;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card-body,
.card-block {
  -ms-flex: 1 1 auto;
  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: #f0f3f5;
  border-bottom: 1px solid #c2cfd6;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f0f3f5;
  border-top: 1px solid #c2cfd6;
}

.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%;
}

.card-img-top {
  width: 100%;
}

.card-img-bottom {
  width: 100%;
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.breadcrumb {
  display: -ms-flexbox;
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1.5rem;
  list-style: none;
  background-color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #536c79;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #536c79;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link,
.pagination-datatables li a,
.pagination li a {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #cc9262;
  background-color: #fff;
  border: 1px solid #a4b7c1;
}
.page-link:hover,
.pagination-datatables li a:hover,
.pagination li a:hover {
  color: #167495;
  text-decoration: none;
  background-color: #c2cfd6;
  border-color: #a4b7c1;
}
.page-link:focus,
.pagination-datatables li a:focus,
.pagination li a:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.25);
}
.page-link:not(:disabled):not(.disabled),
.pagination-datatables li a:not(:disabled):not(.disabled),
.pagination li a:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link,
.pagination-datatables li:first-child .page-link,
.pagination li:first-child .page-link,
.page-item:first-child .pagination-datatables li a,
.pagination-datatables li .page-item:first-child a,
.pagination-datatables li:first-child a,
.page-item:first-child .pagination li a,
.pagination li .page-item:first-child a,
.pagination li:first-child a {
  margin-left: 0;
}

.page-item.active .page-link,
.pagination-datatables li.active .page-link,
.pagination li.active .page-link,
.page-item.active .pagination-datatables li a,
.pagination-datatables li .page-item.active a,
.pagination-datatables li.active a,
.page-item.active .pagination li a,
.pagination li .page-item.active a,
.pagination li.active a {
  z-index: 1;
  color: #fff;
  background-color: #cc9262;
  border-color: #cc9262;
}

.page-item.disabled .page-link,
.pagination-datatables li.disabled .page-link,
.pagination li.disabled .page-link,
.page-item.disabled .pagination-datatables li a,
.pagination-datatables li .page-item.disabled a,
.pagination-datatables li.disabled a,
.page-item.disabled .pagination li a,
.pagination li .page-item.disabled a,
.pagination li.disabled a {
  color: #536c79;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #a4b7c1;
}

.pagination-lg .page-link,
.pagination-lg .pagination-datatables li a,
.pagination-datatables li .pagination-lg a,
.pagination-lg .pagination li a,
.pagination li .pagination-lg a {
  padding: 0.75rem 1.5rem;
  font-size: 1.09375rem;
  line-height: 1.5;
}

.pagination-sm .page-link,
.pagination-sm .pagination-datatables li a,
.pagination-datatables li .pagination-sm a,
.pagination-sm .pagination li a,
.pagination li .pagination-sm a {
  padding: 0.25rem 0.5rem;
  font-size: 0.76563rem;
  line-height: 1.5;
}

.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;
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.nav-link.btn.active {
  color: #000;
  background: #f4f4f4;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
}

.badge-primary {
  color: #fff;
  background-color: #cc9262;
}
.badge-primary[href]:hover,
.badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1985ac;
}

.badge-secondary {
  color: #151b1e;
  background-color: #a4b7c1;
}
.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
  color: #151b1e;
  text-decoration: none;
  background-color: #869fac;
}

.badge-success {
  color: #fff;
  background-color: #4dbd74;
}
.badge-success[href]:hover,
.badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #3a9d5d;
}

.badge-info {
  color: #151b1e;
  background-color: #63c2de;
}
.badge-info[href]:hover,
.badge-info[href]:focus {
  color: #151b1e;
  text-decoration: none;
  background-color: #39b2d5;
}

.badge-warning {
  color: #151b1e;
  background-color: #ffc107;
}
.badge-warning[href]:hover,
.badge-warning[href]:focus {
  color: #151b1e;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #f86c6b;
}
.badge-danger[href]:hover,
.badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #f63c3a;
}

.badge-light {
  color: #151b1e;
  background-color: #f0f3f5;
}
.badge-light[href]:hover,
.badge-light[href]:focus {
  color: #151b1e;
  text-decoration: none;
  background-color: #d1dbe1;
}

.badge-dark {
  color: #fff;
  background-color: #29363d;
}
.badge-dark[href]:hover,
.badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #151b1f;
}

.badge-blue {
  color: #fff;
  background-color: #cc9262;
}
.badge-blue[href]:hover,
.badge-blue[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1985ac;
}

.badge-indigo {
  color: #fff;
  background-color: #6610f2;
}
.badge-indigo[href]:hover,
.badge-indigo[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #510bc4;
}

.badge-purple {
  color: #fff;
  background-color: #6f42c1;
}
.badge-purple[href]:hover,
.badge-purple[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #59339d;
}

.badge-pink {
  color: #fff;
  background-color: #e83e8c;
}
.badge-pink[href]:hover,
.badge-pink[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #d91a72;
}

.badge-red {
  color: #fff;
  background-color: #f86c6b;
}
.badge-red[href]:hover,
.badge-red[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #f63c3a;
}

.badge-orange {
  color: #151b1e;
  background-color: #f8cb00;
}
.badge-orange[href]:hover,
.badge-orange[href]:focus {
  color: #151b1e;
  text-decoration: none;
  background-color: #c5a100;
}

.badge-yellow {
  color: #151b1e;
  background-color: #ffc107;
}
.badge-yellow[href]:hover,
.badge-yellow[href]:focus {
  color: #151b1e;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-green {
  color: #fff;
  background-color: #4dbd74;
}
.badge-green[href]:hover,
.badge-green[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #3a9d5d;
}

.badge-teal {
  color: #fff;
  background-color: #20c997;
}
.badge-teal[href]:hover,
.badge-teal[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #199d76;
}

.badge-cyan {
  color: #151b1e;
  background-color: #63c2de;
}
.badge-cyan[href]:hover,
.badge-cyan[href]:focus {
  color: #151b1e;
  text-decoration: none;
  background-color: #39b2d5;
}

.badge-gray-100 {
  color: #151b1e;
  background-color: #f0f3f5;
}
.badge-gray-100[href]:hover,
.badge-gray-100[href]:focus {
  color: #151b1e;
  text-decoration: none;
  background-color: #d1dbe1;
}

.badge-gray-200 {
  color: #151b1e;
  background-color: #c2cfd6;
}
.badge-gray-200[href]:hover,
.badge-gray-200[href]:focus {
  color: #151b1e;
  text-decoration: none;
  background-color: #a4b7c2;
}

.badge-gray-300 {
  color: #151b1e;
  background-color: #a4b7c1;
}
.badge-gray-300[href]:hover,
.badge-gray-300[href]:focus {
  color: #151b1e;
  text-decoration: none;
  background-color: #869fac;
}

.badge-gray-400 {
  color: #151b1e;
  background-color: #869fac;
}
.badge-gray-400[href]:hover,
.badge-gray-400[href]:focus {
  color: #151b1e;
  text-decoration: none;
  background-color: #688797;
}

.badge-gray-500 {
  color: #fff;
  background-color: #678898;
}
.badge-gray-500[href]:hover,
.badge-gray-500[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #526d7a;
}

.badge-gray-600 {
  color: #fff;
  background-color: #536c79;
}
.badge-gray-600[href]:hover,
.badge-gray-600[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #3e515b;
}

.badge-gray-700 {
  color: #fff;
  background-color: #3e515b;
}
.badge-gray-700[href]:hover,
.badge-gray-700[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #29363d;
}

.badge-gray-800 {
  color: #fff;
  background-color: #29363d;
}
.badge-gray-800[href]:hover,
.badge-gray-800[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #151b1f;
}

.badge-gray-900 {
  color: #fff;
  background-color: #151b1e;
}
.badge-gray-900[href]:hover,
.badge-gray-900[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: black;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #c2cfd6;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3.8125rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #115770;
  background-color: #d2eef7;
  border-color: #c1e7f4;
}
.alert-primary hr {
  border-top-color: #abdff0;
}
.alert-primary .alert-link {
  color: #0a3544;
}

.alert-secondary {
  color: #555f64;
  background-color: #edf1f3;
  border-color: #e6ebee;
}
.alert-secondary hr {
  border-top-color: #d7dfe4;
}
.alert-secondary .alert-link {
  color: #3e4548;
}

.alert-success {
  color: #28623c;
  background-color: #dbf2e3;
  border-color: #cdedd8;
}
.alert-success hr {
  border-top-color: #bae6c9;
}
.alert-success .alert-link {
  color: #193e26;
}

.alert-info {
  color: #336573;
  background-color: #e0f3f8;
  border-color: #d3eef6;
}
.alert-info hr {
  border-top-color: #bee6f2;
}
.alert-info .alert-link {
  color: #234650;
}

.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: #813838;
  background-color: #fee2e1;
  border-color: #fdd6d6;
}
.alert-danger hr {
  border-top-color: #fcbebe;
}
.alert-danger .alert-link {
  color: #5d2929;
}

.alert-light {
  color: #7d7e7f;
  background-color: #fcfdfd;
  border-color: #fbfcfc;
}
.alert-light hr {
  border-top-color: #ecf1f1;
}
.alert-light .alert-link {
  color: #646565;
}

.alert-dark {
  color: #151c20;
  background-color: #d4d7d8;
  border-color: #c3c7c9;
}
.alert-dark hr {
  border-top-color: #b6babd;
}
.alert-dark .alert-link {
  color: #010101;
}

.alert-blue {
  color: #115770;
  background-color: #d2eef7;
  border-color: #c1e7f4;
}
.alert-blue hr {
  border-top-color: #abdff0;
}
.alert-blue .alert-link {
  color: #0a3544;
}

.alert-indigo {
  color: #35087e;
  background-color: #e0cffc;
  border-color: #d4bcfb;
}
.alert-indigo hr {
  border-top-color: #c5a4fa;
}
.alert-indigo .alert-link {
  color: #21054e;
}

.alert-purple {
  color: #3a2264;
  background-color: #e2d9f3;
  border-color: #d7caee;
}
.alert-purple hr {
  border-top-color: #c8b7e8;
}
.alert-purple .alert-link {
  color: #24153e;
}

.alert-pink {
  color: #792049;
  background-color: #fad8e8;
  border-color: #f9c9df;
}
.alert-pink hr {
  border-top-color: #f6b2d1;
}
.alert-pink .alert-link {
  color: #511531;
}

.alert-red {
  color: #813838;
  background-color: #fee2e1;
  border-color: #fdd6d6;
}
.alert-red hr {
  border-top-color: #fcbebe;
}
.alert-red .alert-link {
  color: #5d2929;
}

.alert-orange {
  color: #816a00;
  background-color: #fef5cc;
  border-color: #fdf0b8;
}
.alert-orange hr {
  border-top-color: #fceb9f;
}
.alert-orange .alert-link {
  color: #4e4000;
}

.alert-yellow {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-yellow hr {
  border-top-color: #ffe8a1;
}
.alert-yellow .alert-link {
  color: #533f03;
}

.alert-green {
  color: #28623c;
  background-color: #dbf2e3;
  border-color: #cdedd8;
}
.alert-green hr {
  border-top-color: #bae6c9;
}
.alert-green .alert-link {
  color: #193e26;
}

.alert-teal {
  color: #11694f;
  background-color: #d2f4ea;
  border-color: #c1f0e2;
}
.alert-teal hr {
  border-top-color: #acebd8;
}
.alert-teal .alert-link {
  color: #0a3d2e;
}

.alert-cyan {
  color: #336573;
  background-color: #e0f3f8;
  border-color: #d3eef6;
}
.alert-cyan hr {
  border-top-color: #bee6f2;
}
.alert-cyan .alert-link {
  color: #234650;
}

.alert-gray-100 {
  color: #7d7e7f;
  background-color: #fcfdfd;
  border-color: #fbfcfc;
}
.alert-gray-100 hr {
  border-top-color: #ecf1f1;
}
.alert-gray-100 .alert-link {
  color: #646565;
}

.alert-gray-200 {
  color: #656c6f;
  background-color: #f3f5f7;
  border-color: #eef2f4;
}
.alert-gray-200 hr {
  border-top-color: #dfe6ea;
}
.alert-gray-200 .alert-link {
  color: #4d5254;
}

.alert-gray-300 {
  color: #555f64;
  background-color: #edf1f3;
  border-color: #e6ebee;
}
.alert-gray-300 hr {
  border-top-color: #d7dfe4;
}
.alert-gray-300 .alert-link {
  color: #3e4548;
}

.alert-gray-400 {
  color: #465359;
  background-color: #e7ecee;
  border-color: #dde4e8;
}
.alert-gray-400 hr {
  border-top-color: #ced8de;
}
.alert-gray-400 .alert-link {
  color: #30383c;
}

.alert-gray-500 {
  color: #36474f;
  background-color: #e1e7ea;
  border-color: #d4dee2;
}
.alert-gray-500 hr {
  border-top-color: #c5d2d8;
}
.alert-gray-500 .alert-link {
  color: #212c31;
}

.alert-gray-600 {
  color: #2b383f;
  background-color: #dde2e4;
  border-color: #cfd6d9;
}
.alert-gray-600 hr {
  border-top-color: #c1cace;
}
.alert-gray-600 .alert-link {
  color: #161d21;
}

.alert-gray-700 {
  color: #202a2f;
  background-color: #d8dcde;
  border-color: #c9ced1;
}
.alert-gray-700 hr {
  border-top-color: #bbc2c5;
}
.alert-gray-700 .alert-link {
  color: #0b0f11;
}

.alert-gray-800 {
  color: #151c20;
  background-color: #d4d7d8;
  border-color: #c3c7c9;
}
.alert-gray-800 hr {
  border-top-color: #b6babd;
}
.alert-gray-800 .alert-link {
  color: #010101;
}

.alert-gray-900 {
  color: #0b0e10;
  background-color: #d0d1d2;
  border-color: #bdbfc0;
}
.alert-gray-900 hr {
  border-top-color: #b0b2b4;
}
.alert-gray-900 .alert-link {
  color: black;
}

@-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: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.65625rem;
  background-color: #f0f3f5;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #cc9262;
  transition: width 0.6s ease;
}

.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 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #3e515b;
  text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
  color: #3e515b;
  text-decoration: none;
  background-color: #f0f3f5;
}
.list-group-item-action:active {
  color: #151b1e;
  background-color: #c2cfd6;
}

.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:last-child {
  margin-bottom: 0;
}
.list-group-item:hover,
.list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #536c79;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #cc9262;
  border-color: #cc9262;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #115770;
  background-color: #c1e7f4;
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #115770;
  background-color: #abdff0;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #115770;
  border-color: #115770;
}

.list-group-item-secondary {
  color: #555f64;
  background-color: #e6ebee;
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #555f64;
  background-color: #d7dfe4;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #555f64;
  border-color: #555f64;
}

.list-group-item-success {
  color: #28623c;
  background-color: #cdedd8;
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #28623c;
  background-color: #bae6c9;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #28623c;
  border-color: #28623c;
}

.list-group-item-info {
  color: #336573;
  background-color: #d3eef6;
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #336573;
  background-color: #bee6f2;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #336573;
  border-color: #336573;
}

.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: #813838;
  background-color: #fdd6d6;
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #813838;
  background-color: #fcbebe;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #813838;
  border-color: #813838;
}

.list-group-item-light {
  color: #7d7e7f;
  background-color: #fbfcfc;
}
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #7d7e7f;
  background-color: #ecf1f1;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #7d7e7f;
  border-color: #7d7e7f;
}

.list-group-item-dark {
  color: #151c20;
  background-color: #c3c7c9;
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #151c20;
  background-color: #b6babd;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #151c20;
  border-color: #151c20;
}

.list-group-item-blue {
  color: #115770;
  background-color: #c1e7f4;
}
.list-group-item-blue.list-group-item-action:hover,
.list-group-item-blue.list-group-item-action:focus {
  color: #115770;
  background-color: #abdff0;
}
.list-group-item-blue.list-group-item-action.active {
  color: #fff;
  background-color: #115770;
  border-color: #115770;
}

.list-group-item-indigo {
  color: #35087e;
  background-color: #d4bcfb;
}
.list-group-item-indigo.list-group-item-action:hover,
.list-group-item-indigo.list-group-item-action:focus {
  color: #35087e;
  background-color: #c5a4fa;
}
.list-group-item-indigo.list-group-item-action.active {
  color: #fff;
  background-color: #35087e;
  border-color: #35087e;
}

.list-group-item-purple {
  color: #3a2264;
  background-color: #d7caee;
}
.list-group-item-purple.list-group-item-action:hover,
.list-group-item-purple.list-group-item-action:focus {
  color: #3a2264;
  background-color: #c8b7e8;
}
.list-group-item-purple.list-group-item-action.active {
  color: #fff;
  background-color: #3a2264;
  border-color: #3a2264;
}

.list-group-item-pink {
  color: #792049;
  background-color: #f9c9df;
}
.list-group-item-pink.list-group-item-action:hover,
.list-group-item-pink.list-group-item-action:focus {
  color: #792049;
  background-color: #f6b2d1;
}
.list-group-item-pink.list-group-item-action.active {
  color: #fff;
  background-color: #792049;
  border-color: #792049;
}

.list-group-item-red {
  color: #813838;
  background-color: #fdd6d6;
}
.list-group-item-red.list-group-item-action:hover,
.list-group-item-red.list-group-item-action:focus {
  color: #813838;
  background-color: #fcbebe;
}
.list-group-item-red.list-group-item-action.active {
  color: #fff;
  background-color: #813838;
  border-color: #813838;
}

.list-group-item-orange {
  color: #816a00;
  background-color: #fdf0b8;
}
.list-group-item-orange.list-group-item-action:hover,
.list-group-item-orange.list-group-item-action:focus {
  color: #816a00;
  background-color: #fceb9f;
}
.list-group-item-orange.list-group-item-action.active {
  color: #fff;
  background-color: #816a00;
  border-color: #816a00;
}

.list-group-item-yellow {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-yellow.list-group-item-action:hover,
.list-group-item-yellow.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-yellow.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-green {
  color: #28623c;
  background-color: #cdedd8;
}
.list-group-item-green.list-group-item-action:hover,
.list-group-item-green.list-group-item-action:focus {
  color: #28623c;
  background-color: #bae6c9;
}
.list-group-item-green.list-group-item-action.active {
  color: #fff;
  background-color: #28623c;
  border-color: #28623c;
}

.list-group-item-teal {
  color: #11694f;
  background-color: #c1f0e2;
}
.list-group-item-teal.list-group-item-action:hover,
.list-group-item-teal.list-group-item-action:focus {
  color: #11694f;
  background-color: #acebd8;
}
.list-group-item-teal.list-group-item-action.active {
  color: #fff;
  background-color: #11694f;
  border-color: #11694f;
}

.list-group-item-cyan {
  color: #336573;
  background-color: #d3eef6;
}
.list-group-item-cyan.list-group-item-action:hover,
.list-group-item-cyan.list-group-item-action:focus {
  color: #336573;
  background-color: #bee6f2;
}
.list-group-item-cyan.list-group-item-action.active {
  color: #fff;
  background-color: #336573;
  border-color: #336573;
}

.list-group-item-gray-100 {
  color: #7d7e7f;
  background-color: #fbfcfc;
}
.list-group-item-gray-100.list-group-item-action:hover,
.list-group-item-gray-100.list-group-item-action:focus {
  color: #7d7e7f;
  background-color: #ecf1f1;
}
.list-group-item-gray-100.list-group-item-action.active {
  color: #fff;
  background-color: #7d7e7f;
  border-color: #7d7e7f;
}

.list-group-item-gray-200 {
  color: #656c6f;
  background-color: #eef2f4;
}
.list-group-item-gray-200.list-group-item-action:hover,
.list-group-item-gray-200.list-group-item-action:focus {
  color: #656c6f;
  background-color: #dfe6ea;
}
.list-group-item-gray-200.list-group-item-action.active {
  color: #fff;
  background-color: #656c6f;
  border-color: #656c6f;
}

.list-group-item-gray-300 {
  color: #555f64;
  background-color: #e6ebee;
}
.list-group-item-gray-300.list-group-item-action:hover,
.list-group-item-gray-300.list-group-item-action:focus {
  color: #555f64;
  background-color: #d7dfe4;
}
.list-group-item-gray-300.list-group-item-action.active {
  color: #fff;
  background-color: #555f64;
  border-color: #555f64;
}

.list-group-item-gray-400 {
  color: #465359;
  background-color: #dde4e8;
}
.list-group-item-gray-400.list-group-item-action:hover,
.list-group-item-gray-400.list-group-item-action:focus {
  color: #465359;
  background-color: #ced8de;
}
.list-group-item-gray-400.list-group-item-action.active {
  color: #fff;
  background-color: #465359;
  border-color: #465359;
}

.list-group-item-gray-500 {
  color: #36474f;
  background-color: #d4dee2;
}
.list-group-item-gray-500.list-group-item-action:hover,
.list-group-item-gray-500.list-group-item-action:focus {
  color: #36474f;
  background-color: #c5d2d8;
}
.list-group-item-gray-500.list-group-item-action.active {
  color: #fff;
  background-color: #36474f;
  border-color: #36474f;
}

.list-group-item-gray-600 {
  color: #2b383f;
  background-color: #cfd6d9;
}
.list-group-item-gray-600.list-group-item-action:hover,
.list-group-item-gray-600.list-group-item-action:focus {
  color: #2b383f;
  background-color: #c1cace;
}
.list-group-item-gray-600.list-group-item-action.active {
  color: #fff;
  background-color: #2b383f;
  border-color: #2b383f;
}

.list-group-item-gray-700 {
  color: #202a2f;
  background-color: #c9ced1;
}
.list-group-item-gray-700.list-group-item-action:hover,
.list-group-item-gray-700.list-group-item-action:focus {
  color: #202a2f;
  background-color: #bbc2c5;
}
.list-group-item-gray-700.list-group-item-action.active {
  color: #fff;
  background-color: #202a2f;
  border-color: #202a2f;
}

.list-group-item-gray-800 {
  color: #151c20;
  background-color: #c3c7c9;
}
.list-group-item-gray-800.list-group-item-action:hover,
.list-group-item-gray-800.list-group-item-action:focus {
  color: #151c20;
  background-color: #b6babd;
}
.list-group-item-gray-800.list-group-item-action.active {
  color: #fff;
  background-color: #151c20;
  border-color: #151c20;
}

.list-group-item-gray-900 {
  color: #0b0e10;
  background-color: #bdbfc0;
}
.list-group-item-gray-900.list-group-item-action:hover,
.list-group-item-gray-900.list-group-item-action:focus {
  color: #0b0e10;
  background-color: #b0b2b4;
}
.list-group-item-gray-900.list-group-item-action.active {
  color: #fff;
  background-color: #0b0e10;
  border-color: #0b0e10;
}

.close {
  float: right;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #c2cfd6;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #c2cfd6;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  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.76563rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
}

.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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  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.76563rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}
.bs-popover-top .arrow,
.bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}
.bs-popover-right .arrow,
.bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -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::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}
.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}
.bs-popover-left .arrow,
.bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -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::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #151b1e;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@supports (
  (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)
) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
@supports (
  (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)
) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
@supports (
  (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)
) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.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: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #cc9262 !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #1985ac !important;
}

.bg-secondary {
  background-color: #a4b7c1 !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #869fac !important;
}

.bg-success {
  background-color: #4dbd74 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #3a9d5d !important;
}

.bg-info {
  background-color: #63c2de !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #39b2d5 !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: #f86c6b !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #f63c3a !important;
}

.bg-light {
  background-color: #f0f3f5 !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #d1dbe1 !important;
}

.bg-dark {
  background-color: #29363d !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #151b1f !important;
}

.bg-blue {
  background-color: #cc9262 !important;
}

a.bg-blue:hover,
a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: #1985ac !important;
}

.bg-indigo {
  background-color: #6610f2 !important;
}

a.bg-indigo:hover,
a.bg-indigo:focus,
button.bg-indigo:hover,
button.bg-indigo:focus {
  background-color: #510bc4 !important;
}

.bg-purple {
  background-color: #6f42c1 !important;
}

a.bg-purple:hover,
a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  background-color: #59339d !important;
}

.bg-pink {
  background-color: #e83e8c !important;
}

a.bg-pink:hover,
a.bg-pink:focus,
button.bg-pink:hover,
button.bg-pink:focus {
  background-color: #d91a72 !important;
}

.bg-red {
  background-color: #f86c6b !important;
}

a.bg-red:hover,
a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
  background-color: #f63c3a !important;
}

.bg-orange {
  background-color: #f8cb00 !important;
}

a.bg-orange:hover,
a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus {
  background-color: #c5a100 !important;
}

.bg-yellow {
  background-color: #ffc107 !important;
}

a.bg-yellow:hover,
a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus {
  background-color: #d39e00 !important;
}

.bg-green {
  background-color: #4dbd74 !important;
}

a.bg-green:hover,
a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: #3a9d5d !important;
}

.bg-teal {
  background-color: #20c997 !important;
}

a.bg-teal:hover,
a.bg-teal:focus,
button.bg-teal:hover,
button.bg-teal:focus {
  background-color: #199d76 !important;
}

.bg-cyan {
  background-color: #63c2de !important;
}

a.bg-cyan:hover,
a.bg-cyan:focus,
button.bg-cyan:hover,
button.bg-cyan:focus {
  background-color: #39b2d5 !important;
}

.bg-gray-100 {
  background-color: #f0f3f5 !important;
}

a.bg-gray-100:hover,
a.bg-gray-100:focus,
button.bg-gray-100:hover,
button.bg-gray-100:focus {
  background-color: #d1dbe1 !important;
}

.bg-gray-200 {
  background-color: #c2cfd6 !important;
}

a.bg-gray-200:hover,
a.bg-gray-200:focus,
button.bg-gray-200:hover,
button.bg-gray-200:focus {
  background-color: #a4b7c2 !important;
}

.bg-gray-300 {
  background-color: #a4b7c1 !important;
}

a.bg-gray-300:hover,
a.bg-gray-300:focus,
button.bg-gray-300:hover,
button.bg-gray-300:focus {
  background-color: #869fac !important;
}

.bg-gray-400 {
  background-color: #869fac !important;
}

a.bg-gray-400:hover,
a.bg-gray-400:focus,
button.bg-gray-400:hover,
button.bg-gray-400:focus {
  background-color: #688797 !important;
}

.bg-gray-500 {
  background-color: #678898 !important;
}

a.bg-gray-500:hover,
a.bg-gray-500:focus,
button.bg-gray-500:hover,
button.bg-gray-500:focus {
  background-color: #526d7a !important;
}

.bg-gray-600 {
  background-color: #536c79 !important;
}

a.bg-gray-600:hover,
a.bg-gray-600:focus,
button.bg-gray-600:hover,
button.bg-gray-600:focus {
  background-color: #3e515b !important;
}

.bg-gray-700 {
  background-color: #3e515b !important;
}

a.bg-gray-700:hover,
a.bg-gray-700:focus,
button.bg-gray-700:hover,
button.bg-gray-700:focus {
  background-color: #29363d !important;
}

.bg-gray-800 {
  background-color: #29363d !important;
}

a.bg-gray-800:hover,
a.bg-gray-800:focus,
button.bg-gray-800:hover,
button.bg-gray-800:focus {
  background-color: #151b1f !important;
}

.bg-gray-900 {
  background-color: #151b1e !important;
}

a.bg-gray-900:hover,
a.bg-gray-900:focus,
button.bg-gray-900:hover,
button.bg-gray-900:focus {
  background-color: black !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #a4b7c1 !important;
}

.border-top {
  border-top: 1px solid #a4b7c1 !important;
}

.border-right {
  border-right: 1px solid #a4b7c1 !important;
}

.border-bottom {
  border-bottom: 1px solid #a4b7c1 !important;
}

.border-left {
  border-left: 1px solid #a4b7c1 !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: #cc9262 !important;
}

.border-secondary {
  border-color: #a4b7c1 !important;
}

.border-success {
  border-color: #4dbd74 !important;
}

.border-info {
  border-color: #63c2de !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #f86c6b !important;
}

.border-light {
  border-color: #f0f3f5 !important;
}

.border-dark {
  border-color: #29363d !important;
}

.border-blue {
  border-color: #cc9262 !important;
}

.border-indigo {
  border-color: #6610f2 !important;
}

.border-purple {
  border-color: #6f42c1 !important;
}

.border-pink {
  border-color: #e83e8c !important;
}

.border-red {
  border-color: #f86c6b !important;
}

.border-orange {
  border-color: #f8cb00 !important;
}

.border-yellow {
  border-color: #ffc107 !important;
}

.border-green {
  border-color: #4dbd74 !important;
}

.border-teal {
  border-color: #20c997 !important;
}

.border-cyan {
  border-color: #63c2de !important;
}

.border-gray-100 {
  border-color: #f0f3f5 !important;
}

.border-gray-200 {
  border-color: #c2cfd6 !important;
}

.border-gray-300 {
  border-color: #a4b7c1 !important;
}

.border-gray-400 {
  border-color: #869fac !important;
}

.border-gray-500 {
  border-color: #678898 !important;
}

.border-gray-600 {
  border-color: #536c79 !important;
}

.border-gray-700 {
  border-color: #3e515b !important;
}

.border-gray-800 {
  border-color: #29363d !important;
}

.border-gray-900 {
  border-color: #151b1e !important;
}

.border-white {
  border-color: #fff !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-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !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.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  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;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #cc9262 !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #1985ac !important;
}

.text-secondary {
  color: #a4b7c1 !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #869fac !important;
}

.text-success {
  color: #4dbd74 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #3a9d5d !important;
}

.text-info {
  color: #63c2de !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #39b2d5 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #f86c6b !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #f63c3a !important;
}

.text-light {
  color: #f0f3f5 !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #d1dbe1 !important;
}

.text-dark {
  color: #29363d !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #151b1f !important;
}

.text-blue {
  color: #cc9262 !important;
}

a.text-blue:hover,
a.text-blue:focus {
  color: #1985ac !important;
}

.text-indigo {
  color: #6610f2 !important;
}

a.text-indigo:hover,
a.text-indigo:focus {
  color: #510bc4 !important;
}

.text-purple {
  color: #6f42c1 !important;
}

a.text-purple:hover,
a.text-purple:focus {
  color: #59339d !important;
}

.text-pink {
  color: #e83e8c !important;
}

a.text-pink:hover,
a.text-pink:focus {
  color: #d91a72 !important;
}

.text-red {
  color: #f86c6b !important;
}

a.text-red:hover,
a.text-red:focus {
  color: #f63c3a !important;
}

.text-orange {
  color: #f8cb00 !important;
}

a.text-orange:hover,
a.text-orange:focus {
  color: #c5a100 !important;
}

.text-yellow {
  color: #ffc107 !important;
}

a.text-yellow:hover,
a.text-yellow:focus {
  color: #d39e00 !important;
}

.text-green {
  color: #4dbd74 !important;
}

a.text-green:hover,
a.text-green:focus {
  color: #3a9d5d !important;
}

.text-teal {
  color: #20c997 !important;
}

a.text-teal:hover,
a.text-teal:focus {
  color: #199d76 !important;
}

.text-cyan {
  color: #63c2de !important;
}

a.text-cyan:hover,
a.text-cyan:focus {
  color: #39b2d5 !important;
}

.text-gray-100 {
  color: #f0f3f5 !important;
}

a.text-gray-100:hover,
a.text-gray-100:focus {
  color: #d1dbe1 !important;
}

.text-gray-200 {
  color: #c2cfd6 !important;
}

a.text-gray-200:hover,
a.text-gray-200:focus {
  color: #a4b7c2 !important;
}

.text-gray-300 {
  color: #a4b7c1 !important;
}

a.text-gray-300:hover,
a.text-gray-300:focus {
  color: #869fac !important;
}

.text-gray-400 {
  color: #869fac !important;
}

a.text-gray-400:hover,
a.text-gray-400:focus {
  color: #688797 !important;
}

.text-gray-500 {
  color: #678898 !important;
}

a.text-gray-500:hover,
a.text-gray-500:focus {
  color: #526d7a !important;
}

.text-gray-600 {
  color: #536c79 !important;
}

a.text-gray-600:hover,
a.text-gray-600:focus {
  color: #3e515b !important;
}

.text-gray-700 {
  color: #3e515b !important;
}

a.text-gray-700:hover,
a.text-gray-700:focus {
  color: #29363d !important;
}

.text-gray-800 {
  color: #29363d !important;
}

a.text-gray-800:hover,
a.text-gray-800:focus {
  color: #151b1f !important;
}

.text-gray-900 {
  color: #151b1e !important;
}

a.text-gray-900:hover,
a.text-gray-900:focus {
  color: black !important;
}

.text-muted {
  color: #536c79 !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::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 #999;
    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 #ddd !important;
  }
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.font-xs {
  font-size: 0.75rem !important;
}

.font-sm {
  font-size: 0.85rem !important;
}

.font-lg {
  font-size: 1rem !important;
}

.font-xl {
  font-size: 1.25rem !important;
}

.font-2xl {
  font-size: 1.5rem !important;
}

.font-3xl {
  font-size: 1.75rem !important;
}

.font-4xl {
  font-size: 2rem !important;
}

.font-5xl {
  font-size: 2.5rem !important;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.aside-menu {
  z-index: 1019;
  width: 250px;
  color: #29363d;
  background: #fff;
  border-left: 1px solid #a4b7c1;
}
.aside-menu .nav-tabs {
  border-color: #a4b7c1;
}
.aside-menu .nav-tabs .nav-link,
.aside-menu .nav-tabs .navbar .dropdown-toggle,
.navbar .aside-menu .nav-tabs .dropdown-toggle {
  padding: 0.75rem 1rem;
  color: #151b1e;
  border-top: 0;
}
.aside-menu .nav-tabs .nav-link.active,
.aside-menu .nav-tabs .navbar .active.dropdown-toggle,
.navbar .aside-menu .nav-tabs .active.dropdown-toggle {
  color: #cc9262;
  border-right-color: #a4b7c1;
  border-left-color: #a4b7c1;
}
.aside-menu .nav-tabs .nav-item:first-child .nav-link,
.aside-menu .nav-tabs .nav-item:first-child .navbar .dropdown-toggle,
.navbar .aside-menu .nav-tabs .nav-item:first-child .dropdown-toggle {
  border-left: 0;
}
.aside-menu .tab-content {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  border: 0;
  border-top: 1px solid #a4b7c1;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.aside-menu .tab-content::-webkit-scrollbar {
  width: 10px;
  margin-left: -10px;
  -webkit-appearance: none;
}
.aside-menu .tab-content::-webkit-scrollbar-track {
  background-color: white;
  border-right: 1px solid #f2f2f2;
  border-left: 1px solid #f2f2f2;
}
.aside-menu .tab-content::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #e6e6e6;
  background-clip: content-box;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 2px;
}
.aside-menu .tab-content .tab-pane {
  padding: 0;
}

.img-avatar {
  border-radius: 50em;
}

.avatar {
  position: relative;
  display: inline-block;
  width: 36px;
}
.avatar .img-avatar {
  width: 36px;
  height: 36px;
}
.avatar .avatar-status {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 50em;
}

.avatar.avatar-xs {
  position: relative;
  display: inline-block;
  width: 20px;
}
.avatar.avatar-xs .img-avatar {
  width: 20px;
  height: 20px;
}
.avatar.avatar-xs .avatar-status {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-radius: 50em;
}

.avatar.avatar-sm {
  position: relative;
  display: inline-block;
  width: 24px;
}
.avatar.avatar-sm .img-avatar {
  width: 24px;
  height: 24px;
}
.avatar.avatar-sm .avatar-status {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-radius: 50em;
}

.avatar.avatar-lg {
  position: relative;
  display: inline-block;
  width: 72px;
}
.avatar.avatar-lg .img-avatar {
  width: 72px;
  height: 72px;
}
.avatar.avatar-lg .avatar-status {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-radius: 50em;
}

.avatars-stack .avatar.avatar-xs {
  margin-right: -10px;
}

.avatars-stack .avatar {
  margin-right: -15px;
  transition: margin-left 0.25s, margin-right 0.25s;
}
.avatars-stack .avatar:hover {
  margin-right: 0 !important;
}

.badge-pill {
  border-radius: 10rem;
}

.breadcrumb-menu {
  margin-left: auto;
}
.breadcrumb-menu::before {
  display: none;
}
.breadcrumb-menu .btn-group {
  vertical-align: top;
}
.breadcrumb-menu .btn {
  padding: 0 0.75rem;
  color: #536c79;
  vertical-align: top;
  border: 0;
}
.breadcrumb-menu .btn:hover,
.breadcrumb-menu .btn.active {
  color: #151b1e;
  background: transparent;
}
.breadcrumb-menu .open .btn {
  color: #151b1e;
  background: transparent;
}
.breadcrumb-menu .dropdown-menu {
  min-width: 180px;
  line-height: 1.5;
}

.breadcrumb {
  position: relative;
  border-bottom: 1px solid #a4b7c1;
}

button {
  cursor: pointer;
}

.btn-transparent {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}

.btn [class^="icon-"],
.btn [class*=" icon-"] {
  display: inline-block;
  margin-top: -2px;
  vertical-align: middle;
}

.btn-facebook,
.btn-twitter,
.btn-linkedin,
.btn-flickr,
.btn-tumblr,
.btn-xing,
.btn-github,
.btn-html5,
.btn-openid,
.btn-stack-overflow,
.btn-youtube,
.btn-css3,
.btn-dribbble,
.btn-google-plus,
.btn-instagram,
.btn-pinterest,
.btn-vk,
.btn-yahoo,
.btn-behance,
.btn-dropbox,
.btn-reddit,
.btn-spotify,
.btn-vine,
.btn-foursquare,
.btn-vimeo {
  position: relative;
  overflow: hidden;
  color: #fff !important;
  text-align: center;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border: 0;
}
.btn-facebook::before,
.btn-twitter::before,
.btn-linkedin::before,
.btn-flickr::before,
.btn-tumblr::before,
.btn-xing::before,
.btn-github::before,
.btn-html5::before,
.btn-openid::before,
.btn-stack-overflow::before,
.btn-youtube::before,
.btn-css3::before,
.btn-dribbble::before,
.btn-google-plus::before,
.btn-instagram::before,
.btn-pinterest::before,
.btn-vk::before,
.btn-yahoo::before,
.btn-behance::before,
.btn-dropbox::before,
.btn-reddit::before,
.btn-spotify::before,
.btn-vine::before,
.btn-foursquare::before,
.btn-vimeo::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.btn-facebook:hover,
.btn-twitter:hover,
.btn-linkedin:hover,
.btn-flickr:hover,
.btn-tumblr:hover,
.btn-xing:hover,
.btn-github:hover,
.btn-html5:hover,
.btn-openid:hover,
.btn-stack-overflow:hover,
.btn-youtube:hover,
.btn-css3:hover,
.btn-dribbble:hover,
.btn-google-plus:hover,
.btn-instagram:hover,
.btn-pinterest:hover,
.btn-vk:hover,
.btn-yahoo:hover,
.btn-behance:hover,
.btn-dropbox:hover,
.btn-reddit:hover,
.btn-spotify:hover,
.btn-vine:hover,
.btn-foursquare:hover,
.btn-vimeo:hover {
  color: #fff;
}
.btn-facebook.icon span,
.btn-twitter.icon span,
.btn-linkedin.icon span,
.btn-flickr.icon span,
.btn-tumblr.icon span,
.btn-xing.icon span,
.btn-github.icon span,
.btn-html5.icon span,
.btn-openid.icon span,
.btn-stack-overflow.icon span,
.btn-youtube.icon span,
.btn-css3.icon span,
.btn-dribbble.icon span,
.btn-google-plus.icon span,
.btn-instagram.icon span,
.btn-pinterest.icon span,
.btn-vk.icon span,
.btn-yahoo.icon span,
.btn-behance.icon span,
.btn-dropbox.icon span,
.btn-reddit.icon span,
.btn-spotify.icon span,
.btn-vine.icon span,
.btn-foursquare.icon span,
.btn-vimeo.icon span {
  display: none;
}
.btn-facebook.text::before,
.btn-twitter.text::before,
.btn-linkedin.text::before,
.btn-flickr.text::before,
.btn-tumblr.text::before,
.btn-xing.text::before,
.btn-github.text::before,
.btn-html5.text::before,
.btn-openid.text::before,
.btn-stack-overflow.text::before,
.btn-youtube.text::before,
.btn-css3.text::before,
.btn-dribbble.text::before,
.btn-google-plus.text::before,
.btn-instagram.text::before,
.btn-pinterest.text::before,
.btn-vk.text::before,
.btn-yahoo.text::before,
.btn-behance.text::before,
.btn-dropbox.text::before,
.btn-reddit.text::before,
.btn-spotify.text::before,
.btn-vine.text::before,
.btn-foursquare.text::before,
.btn-vimeo.text::before {
  display: none;
}
.btn-facebook.text span,
.btn-twitter.text span,
.btn-linkedin.text span,
.btn-flickr.text span,
.btn-tumblr.text span,
.btn-xing.text span,
.btn-github.text span,
.btn-html5.text span,
.btn-openid.text span,
.btn-stack-overflow.text span,
.btn-youtube.text span,
.btn-css3.text span,
.btn-dribbble.text span,
.btn-google-plus.text span,
.btn-instagram.text span,
.btn-pinterest.text span,
.btn-vk.text span,
.btn-yahoo.text span,
.btn-behance.text span,
.btn-dropbox.text span,
.btn-reddit.text span,
.btn-spotify.text span,
.btn-vine.text span,
.btn-foursquare.text span,
.btn-vimeo.text span {
  margin-left: 0 !important;
}
.btn-facebook::before,
.btn-twitter::before,
.btn-linkedin::before,
.btn-flickr::before,
.btn-tumblr::before,
.btn-xing::before,
.btn-github::before,
.btn-html5::before,
.btn-openid::before,
.btn-stack-overflow::before,
.btn-youtube::before,
.btn-css3::before,
.btn-dribbble::before,
.btn-google-plus::before,
.btn-instagram::before,
.btn-pinterest::before,
.btn-vk::before,
.btn-yahoo::before,
.btn-behance::before,
.btn-dropbox::before,
.btn-reddit::before,
.btn-spotify::before,
.btn-vine::before,
.btn-foursquare::before,
.btn-vimeo::before {
  width: 2.0625rem;
  height: 2.0625rem;
  padding: 0.375rem 0;
  font-size: 0.875rem;
  line-height: 1.5;
}
.btn-facebook span,
.btn-twitter span,
.btn-linkedin span,
.btn-flickr span,
.btn-tumblr span,
.btn-xing span,
.btn-github span,
.btn-html5 span,
.btn-openid span,
.btn-stack-overflow span,
.btn-youtube span,
.btn-css3 span,
.btn-dribbble span,
.btn-google-plus span,
.btn-instagram span,
.btn-pinterest span,
.btn-vk span,
.btn-yahoo span,
.btn-behance span,
.btn-dropbox span,
.btn-reddit span,
.btn-spotify span,
.btn-vine span,
.btn-foursquare span,
.btn-vimeo span {
  margin-left: 2.0625rem;
}
.btn-facebook.icon,
.btn-twitter.icon,
.btn-linkedin.icon,
.btn-flickr.icon,
.btn-tumblr.icon,
.btn-xing.icon,
.btn-github.icon,
.btn-html5.icon,
.btn-openid.icon,
.btn-stack-overflow.icon,
.btn-youtube.icon,
.btn-css3.icon,
.btn-dribbble.icon,
.btn-google-plus.icon,
.btn-instagram.icon,
.btn-pinterest.icon,
.btn-vk.icon,
.btn-yahoo.icon,
.btn-behance.icon,
.btn-dropbox.icon,
.btn-reddit.icon,
.btn-spotify.icon,
.btn-vine.icon,
.btn-foursquare.icon,
.btn-vimeo.icon {
  width: 2.0625rem;
  height: 2.0625rem;
}
.btn-facebook.btn-lg,
.btn-group-lg > .btn-facebook.btn,
.btn-twitter.btn-lg,
.btn-group-lg > .btn-twitter.btn,
.btn-linkedin.btn-lg,
.btn-group-lg > .btn-linkedin.btn,
.btn-flickr.btn-lg,
.btn-group-lg > .btn-flickr.btn,
.btn-tumblr.btn-lg,
.btn-group-lg > .btn-tumblr.btn,
.btn-xing.btn-lg,
.btn-group-lg > .btn-xing.btn,
.btn-github.btn-lg,
.btn-group-lg > .btn-github.btn,
.btn-html5.btn-lg,
.btn-group-lg > .btn-html5.btn,
.btn-openid.btn-lg,
.btn-group-lg > .btn-openid.btn,
.btn-stack-overflow.btn-lg,
.btn-group-lg > .btn-stack-overflow.btn,
.btn-youtube.btn-lg,
.btn-group-lg > .btn-youtube.btn,
.btn-css3.btn-lg,
.btn-group-lg > .btn-css3.btn,
.btn-dribbble.btn-lg,
.btn-group-lg > .btn-dribbble.btn,
.btn-google-plus.btn-lg,
.btn-group-lg > .btn-google-plus.btn,
.btn-instagram.btn-lg,
.btn-group-lg > .btn-instagram.btn,
.btn-pinterest.btn-lg,
.btn-group-lg > .btn-pinterest.btn,
.btn-vk.btn-lg,
.btn-group-lg > .btn-vk.btn,
.btn-yahoo.btn-lg,
.btn-group-lg > .btn-yahoo.btn,
.btn-behance.btn-lg,
.btn-group-lg > .btn-behance.btn,
.btn-dropbox.btn-lg,
.btn-group-lg > .btn-dropbox.btn,
.btn-reddit.btn-lg,
.btn-group-lg > .btn-reddit.btn,
.btn-spotify.btn-lg,
.btn-group-lg > .btn-spotify.btn,
.btn-vine.btn-lg,
.btn-group-lg > .btn-vine.btn,
.btn-foursquare.btn-lg,
.btn-group-lg > .btn-foursquare.btn,
.btn-vimeo.btn-lg,
.btn-group-lg > .btn-vimeo.btn {
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border: 0;
}
.btn-facebook.btn-lg::before,
.btn-group-lg > .btn-facebook.btn::before,
.btn-twitter.btn-lg::before,
.btn-group-lg > .btn-twitter.btn::before,
.btn-linkedin.btn-lg::before,
.btn-group-lg > .btn-linkedin.btn::before,
.btn-flickr.btn-lg::before,
.btn-group-lg > .btn-flickr.btn::before,
.btn-tumblr.btn-lg::before,
.btn-group-lg > .btn-tumblr.btn::before,
.btn-xing.btn-lg::before,
.btn-group-lg > .btn-xing.btn::before,
.btn-github.btn-lg::before,
.btn-group-lg > .btn-github.btn::before,
.btn-html5.btn-lg::before,
.btn-group-lg > .btn-html5.btn::before,
.btn-openid.btn-lg::before,
.btn-group-lg > .btn-openid.btn::before,
.btn-stack-overflow.btn-lg::before,
.btn-group-lg > .btn-stack-overflow.btn::before,
.btn-youtube.btn-lg::before,
.btn-group-lg > .btn-youtube.btn::before,
.btn-css3.btn-lg::before,
.btn-group-lg > .btn-css3.btn::before,
.btn-dribbble.btn-lg::before,
.btn-group-lg > .btn-dribbble.btn::before,
.btn-google-plus.btn-lg::before,
.btn-group-lg > .btn-google-plus.btn::before,
.btn-instagram.btn-lg::before,
.btn-group-lg > .btn-instagram.btn::before,
.btn-pinterest.btn-lg::before,
.btn-group-lg > .btn-pinterest.btn::before,
.btn-vk.btn-lg::before,
.btn-group-lg > .btn-vk.btn::before,
.btn-yahoo.btn-lg::before,
.btn-group-lg > .btn-yahoo.btn::before,
.btn-behance.btn-lg::before,
.btn-group-lg > .btn-behance.btn::before,
.btn-dropbox.btn-lg::before,
.btn-group-lg > .btn-dropbox.btn::before,
.btn-reddit.btn-lg::before,
.btn-group-lg > .btn-reddit.btn::before,
.btn-spotify.btn-lg::before,
.btn-group-lg > .btn-spotify.btn::before,
.btn-vine.btn-lg::before,
.btn-group-lg > .btn-vine.btn::before,
.btn-foursquare.btn-lg::before,
.btn-group-lg > .btn-foursquare.btn::before,
.btn-vimeo.btn-lg::before,
.btn-group-lg > .btn-vimeo.btn::before {
  width: 2.64063rem;
  height: 2.64063rem;
  padding: 0.5rem 0;
  font-size: 1.09375rem;
  line-height: 1.5;
}
.btn-facebook.btn-lg span,
.btn-group-lg > .btn-facebook.btn span,
.btn-twitter.btn-lg span,
.btn-group-lg > .btn-twitter.btn span,
.btn-linkedin.btn-lg span,
.btn-group-lg > .btn-linkedin.btn span,
.btn-flickr.btn-lg span,
.btn-group-lg > .btn-flickr.btn span,
.btn-tumblr.btn-lg span,
.btn-group-lg > .btn-tumblr.btn span,
.btn-xing.btn-lg span,
.btn-group-lg > .btn-xing.btn span,
.btn-github.btn-lg span,
.btn-group-lg > .btn-github.btn span,
.btn-html5.btn-lg span,
.btn-group-lg > .btn-html5.btn span,
.btn-openid.btn-lg span,
.btn-group-lg > .btn-openid.btn span,
.btn-stack-overflow.btn-lg span,
.btn-group-lg > .btn-stack-overflow.btn span,
.btn-youtube.btn-lg span,
.btn-group-lg > .btn-youtube.btn span,
.btn-css3.btn-lg span,
.btn-group-lg > .btn-css3.btn span,
.btn-dribbble.btn-lg span,
.btn-group-lg > .btn-dribbble.btn span,
.btn-google-plus.btn-lg span,
.btn-group-lg > .btn-google-plus.btn span,
.btn-instagram.btn-lg span,
.btn-group-lg > .btn-instagram.btn span,
.btn-pinterest.btn-lg span,
.btn-group-lg > .btn-pinterest.btn span,
.btn-vk.btn-lg span,
.btn-group-lg > .btn-vk.btn span,
.btn-yahoo.btn-lg span,
.btn-group-lg > .btn-yahoo.btn span,
.btn-behance.btn-lg span,
.btn-group-lg > .btn-behance.btn span,
.btn-dropbox.btn-lg span,
.btn-group-lg > .btn-dropbox.btn span,
.btn-reddit.btn-lg span,
.btn-group-lg > .btn-reddit.btn span,
.btn-spotify.btn-lg span,
.btn-group-lg > .btn-spotify.btn span,
.btn-vine.btn-lg span,
.btn-group-lg > .btn-vine.btn span,
.btn-foursquare.btn-lg span,
.btn-group-lg > .btn-foursquare.btn span,
.btn-vimeo.btn-lg span,
.btn-group-lg > .btn-vimeo.btn span {
  margin-left: 2.64063rem;
}
.btn-facebook.btn-lg.icon,
.btn-group-lg > .btn-facebook.icon.btn,
.btn-twitter.btn-lg.icon,
.btn-group-lg > .btn-twitter.icon.btn,
.btn-linkedin.btn-lg.icon,
.btn-group-lg > .btn-linkedin.icon.btn,
.btn-flickr.btn-lg.icon,
.btn-group-lg > .btn-flickr.icon.btn,
.btn-tumblr.btn-lg.icon,
.btn-group-lg > .btn-tumblr.icon.btn,
.btn-xing.btn-lg.icon,
.btn-group-lg > .btn-xing.icon.btn,
.btn-github.btn-lg.icon,
.btn-group-lg > .btn-github.icon.btn,
.btn-html5.btn-lg.icon,
.btn-group-lg > .btn-html5.icon.btn,
.btn-openid.btn-lg.icon,
.btn-group-lg > .btn-openid.icon.btn,
.btn-stack-overflow.btn-lg.icon,
.btn-group-lg > .btn-stack-overflow.icon.btn,
.btn-youtube.btn-lg.icon,
.btn-group-lg > .btn-youtube.icon.btn,
.btn-css3.btn-lg.icon,
.btn-group-lg > .btn-css3.icon.btn,
.btn-dribbble.btn-lg.icon,
.btn-group-lg > .btn-dribbble.icon.btn,
.btn-google-plus.btn-lg.icon,
.btn-group-lg > .btn-google-plus.icon.btn,
.btn-instagram.btn-lg.icon,
.btn-group-lg > .btn-instagram.icon.btn,
.btn-pinterest.btn-lg.icon,
.btn-group-lg > .btn-pinterest.icon.btn,
.btn-vk.btn-lg.icon,
.btn-group-lg > .btn-vk.icon.btn,
.btn-yahoo.btn-lg.icon,
.btn-group-lg > .btn-yahoo.icon.btn,
.btn-behance.btn-lg.icon,
.btn-group-lg > .btn-behance.icon.btn,
.btn-dropbox.btn-lg.icon,
.btn-group-lg > .btn-dropbox.icon.btn,
.btn-reddit.btn-lg.icon,
.btn-group-lg > .btn-reddit.icon.btn,
.btn-spotify.btn-lg.icon,
.btn-group-lg > .btn-spotify.icon.btn,
.btn-vine.btn-lg.icon,
.btn-group-lg > .btn-vine.icon.btn,
.btn-foursquare.btn-lg.icon,
.btn-group-lg > .btn-foursquare.icon.btn,
.btn-vimeo.btn-lg.icon,
.btn-group-lg > .btn-vimeo.icon.btn {
  width: 2.64063rem;
  height: 2.64063rem;
}
.btn-facebook.btn-sm,
.btn-group-sm > .btn-facebook.btn,
.btn-twitter.btn-sm,
.btn-group-sm > .btn-twitter.btn,
.btn-linkedin.btn-sm,
.btn-group-sm > .btn-linkedin.btn,
.btn-flickr.btn-sm,
.btn-group-sm > .btn-flickr.btn,
.btn-tumblr.btn-sm,
.btn-group-sm > .btn-tumblr.btn,
.btn-xing.btn-sm,
.btn-group-sm > .btn-xing.btn,
.btn-github.btn-sm,
.btn-group-sm > .btn-github.btn,
.btn-html5.btn-sm,
.btn-group-sm > .btn-html5.btn,
.btn-openid.btn-sm,
.btn-group-sm > .btn-openid.btn,
.btn-stack-overflow.btn-sm,
.btn-group-sm > .btn-stack-overflow.btn,
.btn-youtube.btn-sm,
.btn-group-sm > .btn-youtube.btn,
.btn-css3.btn-sm,
.btn-group-sm > .btn-css3.btn,
.btn-dribbble.btn-sm,
.btn-group-sm > .btn-dribbble.btn,
.btn-google-plus.btn-sm,
.btn-group-sm > .btn-google-plus.btn,
.btn-instagram.btn-sm,
.btn-group-sm > .btn-instagram.btn,
.btn-pinterest.btn-sm,
.btn-group-sm > .btn-pinterest.btn,
.btn-vk.btn-sm,
.btn-group-sm > .btn-vk.btn,
.btn-yahoo.btn-sm,
.btn-group-sm > .btn-yahoo.btn,
.btn-behance.btn-sm,
.btn-group-sm > .btn-behance.btn,
.btn-dropbox.btn-sm,
.btn-group-sm > .btn-dropbox.btn,
.btn-reddit.btn-sm,
.btn-group-sm > .btn-reddit.btn,
.btn-spotify.btn-sm,
.btn-group-sm > .btn-spotify.btn,
.btn-vine.btn-sm,
.btn-group-sm > .btn-vine.btn,
.btn-foursquare.btn-sm,
.btn-group-sm > .btn-foursquare.btn,
.btn-vimeo.btn-sm,
.btn-group-sm > .btn-vimeo.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.76563rem;
  line-height: 1.5;
  border: 0;
}
.btn-facebook.btn-sm::before,
.btn-group-sm > .btn-facebook.btn::before,
.btn-twitter.btn-sm::before,
.btn-group-sm > .btn-twitter.btn::before,
.btn-linkedin.btn-sm::before,
.btn-group-sm > .btn-linkedin.btn::before,
.btn-flickr.btn-sm::before,
.btn-group-sm > .btn-flickr.btn::before,
.btn-tumblr.btn-sm::before,
.btn-group-sm > .btn-tumblr.btn::before,
.btn-xing.btn-sm::before,
.btn-group-sm > .btn-xing.btn::before,
.btn-github.btn-sm::before,
.btn-group-sm > .btn-github.btn::before,
.btn-html5.btn-sm::before,
.btn-group-sm > .btn-html5.btn::before,
.btn-openid.btn-sm::before,
.btn-group-sm > .btn-openid.btn::before,
.btn-stack-overflow.btn-sm::before,
.btn-group-sm > .btn-stack-overflow.btn::before,
.btn-youtube.btn-sm::before,
.btn-group-sm > .btn-youtube.btn::before,
.btn-css3.btn-sm::before,
.btn-group-sm > .btn-css3.btn::before,
.btn-dribbble.btn-sm::before,
.btn-group-sm > .btn-dribbble.btn::before,
.btn-google-plus.btn-sm::before,
.btn-group-sm > .btn-google-plus.btn::before,
.btn-instagram.btn-sm::before,
.btn-group-sm > .btn-instagram.btn::before,
.btn-pinterest.btn-sm::before,
.btn-group-sm > .btn-pinterest.btn::before,
.btn-vk.btn-sm::before,
.btn-group-sm > .btn-vk.btn::before,
.btn-yahoo.btn-sm::before,
.btn-group-sm > .btn-yahoo.btn::before,
.btn-behance.btn-sm::before,
.btn-group-sm > .btn-behance.btn::before,
.btn-dropbox.btn-sm::before,
.btn-group-sm > .btn-dropbox.btn::before,
.btn-reddit.btn-sm::before,
.btn-group-sm > .btn-reddit.btn::before,
.btn-spotify.btn-sm::before,
.btn-group-sm > .btn-spotify.btn::before,
.btn-vine.btn-sm::before,
.btn-group-sm > .btn-vine.btn::before,
.btn-foursquare.btn-sm::before,
.btn-group-sm > .btn-foursquare.btn::before,
.btn-vimeo.btn-sm::before,
.btn-group-sm > .btn-vimeo.btn::before {
  width: 1.64844rem;
  height: 1.64844rem;
  padding: 0.25rem 0;
  font-size: 0.76563rem;
  line-height: 1.5;
}
.btn-facebook.btn-sm span,
.btn-group-sm > .btn-facebook.btn span,
.btn-twitter.btn-sm span,
.btn-group-sm > .btn-twitter.btn span,
.btn-linkedin.btn-sm span,
.btn-group-sm > .btn-linkedin.btn span,
.btn-flickr.btn-sm span,
.btn-group-sm > .btn-flickr.btn span,
.btn-tumblr.btn-sm span,
.btn-group-sm > .btn-tumblr.btn span,
.btn-xing.btn-sm span,
.btn-group-sm > .btn-xing.btn span,
.btn-github.btn-sm span,
.btn-group-sm > .btn-github.btn span,
.btn-html5.btn-sm span,
.btn-group-sm > .btn-html5.btn span,
.btn-openid.btn-sm span,
.btn-group-sm > .btn-openid.btn span,
.btn-stack-overflow.btn-sm span,
.btn-group-sm > .btn-stack-overflow.btn span,
.btn-youtube.btn-sm span,
.btn-group-sm > .btn-youtube.btn span,
.btn-css3.btn-sm span,
.btn-group-sm > .btn-css3.btn span,
.btn-dribbble.btn-sm span,
.btn-group-sm > .btn-dribbble.btn span,
.btn-google-plus.btn-sm span,
.btn-group-sm > .btn-google-plus.btn span,
.btn-instagram.btn-sm span,
.btn-group-sm > .btn-instagram.btn span,
.btn-pinterest.btn-sm span,
.btn-group-sm > .btn-pinterest.btn span,
.btn-vk.btn-sm span,
.btn-group-sm > .btn-vk.btn span,
.btn-yahoo.btn-sm span,
.btn-group-sm > .btn-yahoo.btn span,
.btn-behance.btn-sm span,
.btn-group-sm > .btn-behance.btn span,
.btn-dropbox.btn-sm span,
.btn-group-sm > .btn-dropbox.btn span,
.btn-reddit.btn-sm span,
.btn-group-sm > .btn-reddit.btn span,
.btn-spotify.btn-sm span,
.btn-group-sm > .btn-spotify.btn span,
.btn-vine.btn-sm span,
.btn-group-sm > .btn-vine.btn span,
.btn-foursquare.btn-sm span,
.btn-group-sm > .btn-foursquare.btn span,
.btn-vimeo.btn-sm span,
.btn-group-sm > .btn-vimeo.btn span {
  margin-left: 1.64844rem;
}
.btn-facebook.btn-sm.icon,
.btn-group-sm > .btn-facebook.icon.btn,
.btn-twitter.btn-sm.icon,
.btn-group-sm > .btn-twitter.icon.btn,
.btn-linkedin.btn-sm.icon,
.btn-group-sm > .btn-linkedin.icon.btn,
.btn-flickr.btn-sm.icon,
.btn-group-sm > .btn-flickr.icon.btn,
.btn-tumblr.btn-sm.icon,
.btn-group-sm > .btn-tumblr.icon.btn,
.btn-xing.btn-sm.icon,
.btn-group-sm > .btn-xing.icon.btn,
.btn-github.btn-sm.icon,
.btn-group-sm > .btn-github.icon.btn,
.btn-html5.btn-sm.icon,
.btn-group-sm > .btn-html5.icon.btn,
.btn-openid.btn-sm.icon,
.btn-group-sm > .btn-openid.icon.btn,
.btn-stack-overflow.btn-sm.icon,
.btn-group-sm > .btn-stack-overflow.icon.btn,
.btn-youtube.btn-sm.icon,
.btn-group-sm > .btn-youtube.icon.btn,
.btn-css3.btn-sm.icon,
.btn-group-sm > .btn-css3.icon.btn,
.btn-dribbble.btn-sm.icon,
.btn-group-sm > .btn-dribbble.icon.btn,
.btn-google-plus.btn-sm.icon,
.btn-group-sm > .btn-google-plus.icon.btn,
.btn-instagram.btn-sm.icon,
.btn-group-sm > .btn-instagram.icon.btn,
.btn-pinterest.btn-sm.icon,
.btn-group-sm > .btn-pinterest.icon.btn,
.btn-vk.btn-sm.icon,
.btn-group-sm > .btn-vk.icon.btn,
.btn-yahoo.btn-sm.icon,
.btn-group-sm > .btn-yahoo.icon.btn,
.btn-behance.btn-sm.icon,
.btn-group-sm > .btn-behance.icon.btn,
.btn-dropbox.btn-sm.icon,
.btn-group-sm > .btn-dropbox.icon.btn,
.btn-reddit.btn-sm.icon,
.btn-group-sm > .btn-reddit.icon.btn,
.btn-spotify.btn-sm.icon,
.btn-group-sm > .btn-spotify.icon.btn,
.btn-vine.btn-sm.icon,
.btn-group-sm > .btn-vine.icon.btn,
.btn-foursquare.btn-sm.icon,
.btn-group-sm > .btn-foursquare.icon.btn,
.btn-vimeo.btn-sm.icon,
.btn-group-sm > .btn-vimeo.icon.btn {
  width: 1.64844rem;
  height: 1.64844rem;
}

.btn-facebook {
  background: #3b5998;
}
.btn-facebook::before {
  content: "\f09a";
  background: #344e86;
}
.btn-facebook:hover {
  background: #344e86;
}
.btn-facebook:hover::before {
  background: #2d4373;
}

.btn-twitter {
  background: #00aced;
}
.btn-twitter::before {
  content: "\f099";
  background: #0099d4;
}
.btn-twitter:hover {
  background: #0099d4;
}
.btn-twitter:hover::before {
  background: #0087ba;
}

.btn-linkedin {
  background: #4875b4;
}
.btn-linkedin::before {
  content: "\f0e1";
  background: #4169a2;
}
.btn-linkedin:hover {
  background: #4169a2;
}
.btn-linkedin:hover::before {
  background: #395d90;
}

.btn-flickr {
  background: #ff0084;
}
.btn-flickr::before {
  content: "\f16e";
  background: #e60077;
}
.btn-flickr:hover {
  background: #e60077;
}
.btn-flickr:hover::before {
  background: #cc006a;
}

.btn-tumblr {
  background: #32506d;
}
.btn-tumblr::before {
  content: "\f173";
  background: #2a435c;
}
.btn-tumblr:hover {
  background: #2a435c;
}
.btn-tumblr:hover::before {
  background: #22364a;
}

.btn-xing {
  background: #026466;
}
.btn-xing::before {
  content: "\f168";
  background: #024b4d;
}
.btn-xing:hover {
  background: #024b4d;
}
.btn-xing:hover::before {
  background: #013334;
}

.btn-github {
  background: #4183c4;
}
.btn-github::before {
  content: "\f09b";
  background: #3876b4;
}
.btn-github:hover {
  background: #3876b4;
}
.btn-github:hover::before {
  background: #3269a0;
}

.btn-html5 {
  background: #e34f26;
}
.btn-html5::before {
  content: "\f13b";
  background: #d4431b;
}
.btn-html5:hover {
  background: #d4431b;
}
.btn-html5:hover::before {
  background: #be3c18;
}

.btn-openid {
  background: #f78c40;
}
.btn-openid::before {
  content: "\f19b";
  background: #f67d28;
}
.btn-openid:hover {
  background: #f67d28;
}
.btn-openid:hover::before {
  background: #f56f0f;
}

.btn-stack-overflow {
  background: #fe7a15;
}
.btn-stack-overflow::before {
  content: "\f16c";
  background: #f86c01;
}
.btn-stack-overflow:hover {
  background: #f86c01;
}
.btn-stack-overflow:hover::before {
  background: #df6101;
}

.btn-css3 {
  background: #0170ba;
}
.btn-css3::before {
  content: "\f13c";
  background: #0161a1;
}
.btn-css3:hover {
  background: #0161a1;
}
.btn-css3:hover::before {
  background: #015187;
}

.btn-youtube {
  background: #b00;
}
.btn-youtube::before {
  content: "\f167";
  background: #a20000;
}
.btn-youtube:hover {
  background: #a20000;
}
.btn-youtube:hover::before {
  background: #880000;
}

.btn-dribbble {
  background: #ea4c89;
}
.btn-dribbble::before {
  content: "\f17d";
  background: #e7357a;
}
.btn-dribbble:hover {
  background: #e7357a;
}
.btn-dribbble:hover::before {
  background: #e51e6b;
}

.btn-google-plus {
  background: #d34836;
}
.btn-google-plus::before {
  content: "\f0d5";
  background: #c43d2b;
}
.btn-google-plus:hover {
  background: #c43d2b;
}
.btn-google-plus:hover::before {
  background: #b03626;
}

.btn-instagram {
  background: #517fa4;
}
.btn-instagram::before {
  content: "\f16d";
  background: #497293;
}
.btn-instagram:hover {
  background: #497293;
}
.btn-instagram:hover::before {
  background: #406582;
}

.btn-pinterest {
  background: #cb2027;
}
.btn-pinterest::before {
  content: "\f0d2";
  background: #b51d23;
}
.btn-pinterest:hover {
  background: #b51d23;
}
.btn-pinterest:hover::before {
  background: #9f191f;
}

.btn-vk {
  background: #45668e;
}
.btn-vk::before {
  content: "\f189";
  background: #3d5a7d;
}
.btn-vk:hover {
  background: #3d5a7d;
}
.btn-vk:hover::before {
  background: #344d6c;
}

.btn-yahoo {
  background: #400191;
}
.btn-yahoo::before {
  content: "\f19e";
  background: #350178;
}
.btn-yahoo:hover {
  background: #350178;
}
.btn-yahoo:hover::before {
  background: #2a015e;
}

.btn-behance {
  background: #1769ff;
}
.btn-behance::before {
  content: "\f1b4";
  background: #0059fd;
}
.btn-behance:hover {
  background: #0059fd;
}
.btn-behance:hover::before {
  background: #0050e3;
}

.btn-dropbox {
  background: #007ee5;
}
.btn-dropbox::before {
  content: "\f16b";
  background: #0070cc;
}
.btn-dropbox:hover {
  background: #0070cc;
}
.btn-dropbox:hover::before {
  background: #0062b2;
}

.btn-reddit {
  background: #ff4500;
}
.btn-reddit::before {
  content: "\f1a1";
  background: #e63e00;
}
.btn-reddit:hover {
  background: #e63e00;
}
.btn-reddit:hover::before {
  background: #cc3700;
}

.btn-spotify {
  background: #7ab800;
}
.btn-spotify::before {
  content: "\f1bc";
  background: #699f00;
}
.btn-spotify:hover {
  background: #699f00;
}
.btn-spotify:hover::before {
  background: #588500;
}

.btn-vine {
  background: #00bf8f;
}
.btn-vine::before {
  content: "\f1ca";
  background: #00a67c;
}
.btn-vine:hover {
  background: #00a67c;
}
.btn-vine:hover::before {
  background: #008c69;
}

.btn-foursquare {
  background: #1073af;
}
.btn-foursquare::before {
  content: "\f180";
  background: #0e6498;
}
.btn-foursquare:hover {
  background: #0e6498;
}
.btn-foursquare:hover::before {
  background: #0c5480;
}

.btn-vimeo {
  background: #aad450;
}
.btn-vimeo::before {
  content: "\f194";
  background: #a0cf3c;
}
.btn-vimeo:hover {
  background: #a0cf3c;
}
.btn-vimeo:hover::before {
  background: #93c130;
}

.callout {
  position: relative;
  padding: 0 1rem;
  margin: 1rem 0;
  border: 0 solid #a4b7c1;
  border-left-width: 0.25rem;
}
.callout .chart-wrapper {
  position: absolute;
  top: 10px;
  left: 50%;
  float: right;
  width: 50%;
}

.callout-bordered {
  border: 1px solid #a4b7c1;
  border-left-width: 0.25rem;
}

.callout code {
  border-radius: 0.25rem;
}

.callout h4 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.callout p:last-child {
  margin-bottom: 0;
}

.callout + .callout {
  margin-top: -0.25rem;
}

.callout-default {
  border-left-color: #536c79;
}
.callout-default h4 {
  color: #536c79;
}

.callout-primary {
  border-left-color: #cc9262;
}
.callout-primary h4 {
  color: #cc9262;
}

.callout-secondary {
  border-left-color: #a4b7c1;
}
.callout-secondary h4 {
  color: #a4b7c1;
}

.callout-success {
  border-left-color: #4dbd74;
}
.callout-success h4 {
  color: #4dbd74;
}

.callout-info {
  border-left-color: #63c2de;
}
.callout-info h4 {
  color: #63c2de;
}

.callout-warning {
  border-left-color: #ffc107;
}
.callout-warning h4 {
  color: #ffc107;
}

.callout-danger {
  border-left-color: #f86c6b;
}
.callout-danger h4 {
  color: #f86c6b;
}

.callout-light {
  border-left-color: #f0f3f5;
}
.callout-light h4 {
  color: #f0f3f5;
}

.callout-dark {
  border-left-color: #29363d;
}
.callout-dark h4 {
  color: #29363d;
}

.callout-blue {
  border-left-color: #cc9262;
}
.callout-blue h4 {
  color: #cc9262;
}

.callout-indigo {
  border-left-color: #6610f2;
}
.callout-indigo h4 {
  color: #6610f2;
}

.callout-purple {
  border-left-color: #6f42c1;
}
.callout-purple h4 {
  color: #6f42c1;
}

.callout-pink {
  border-left-color: #e83e8c;
}
.callout-pink h4 {
  color: #e83e8c;
}

.callout-red {
  border-left-color: #f86c6b;
}
.callout-red h4 {
  color: #f86c6b;
}

.callout-orange {
  border-left-color: #f8cb00;
}
.callout-orange h4 {
  color: #f8cb00;
}

.callout-yellow {
  border-left-color: #ffc107;
}
.callout-yellow h4 {
  color: #ffc107;
}

.callout-green {
  border-left-color: #4dbd74;
}
.callout-green h4 {
  color: #4dbd74;
}

.callout-teal {
  border-left-color: #20c997;
}
.callout-teal h4 {
  color: #20c997;
}

.callout-cyan {
  border-left-color: #63c2de;
}
.callout-cyan h4 {
  color: #63c2de;
}

.callout-gray-100 {
  border-left-color: #f0f3f5;
}
.callout-gray-100 h4 {
  color: #f0f3f5;
}

.callout-gray-200 {
  border-left-color: #c2cfd6;
}
.callout-gray-200 h4 {
  color: #c2cfd6;
}

.callout-gray-300 {
  border-left-color: #a4b7c1;
}
.callout-gray-300 h4 {
  color: #a4b7c1;
}

.callout-gray-400 {
  border-left-color: #869fac;
}
.callout-gray-400 h4 {
  color: #869fac;
}

.callout-gray-500 {
  border-left-color: #678898;
}
.callout-gray-500 h4 {
  color: #678898;
}

.callout-gray-600 {
  border-left-color: #536c79;
}
.callout-gray-600 h4 {
  color: #536c79;
}

.callout-gray-700 {
  border-left-color: #3e515b;
}
.callout-gray-700 h4 {
  color: #3e515b;
}

.callout-gray-800 {
  border-left-color: #29363d;
}
.callout-gray-800 h4 {
  color: #29363d;
}

.callout-gray-900 {
  border-left-color: #151b1e;
}
.callout-gray-900 h4 {
  color: #151b1e;
}

.card {
  margin-bottom: 1.5rem;
}
.card.bg-primary {
  border-color: #187da0;
}
.card.bg-primary .card-header {
  background-color: #1e9ecb;
  border-color: #187da0;
}
.card.bg-secondary {
  border-color: #7e99a7;
}
.card.bg-secondary .card-header {
  background-color: #9bb0bb;
  border-color: #7e99a7;
}
.card.bg-success {
  border-color: #379457;
}
.card.bg-success .card-header {
  background-color: #44b76c;
  border-color: #379457;
}
.card.bg-info {
  border-color: #2eadd3;
}
.card.bg-info .card-header {
  background-color: #56bddb;
  border-color: #2eadd3;
}
.card.bg-warning {
  border-color: #c69500;
}
.card.bg-warning .card-header {
  background-color: #f7b900;
  border-color: #c69500;
}
.card.bg-danger {
  border-color: #f5302e;
}
.card.bg-danger .card-header {
  background-color: #f75d5c;
  border-color: #f5302e;
}
.card.bg-light {
  border-color: #cad4dc;
}
.card.bg-light .card-header {
  background-color: #e7ecef;
  border-color: #cad4dc;
}
.card.bg-dark {
  border-color: #0f1417;
}
.card.bg-dark .card-header {
  background-color: #232e34;
  border-color: #0f1417;
}
.card.bg-blue {
  border-color: #187da0;
}
.card.bg-blue .card-header {
  background-color: #1e9ecb;
  border-color: #187da0;
}
.card.bg-indigo {
  border-color: #4c0ab8;
}
.card.bg-indigo .card-header {
  background-color: #5f0de6;
  border-color: #4c0ab8;
}
.card.bg-purple {
  border-color: #533093;
}
.card.bg-purple .card-header {
  background-color: #683cb8;
  border-color: #533093;
}
.card.bg-pink {
  border-color: #ce196c;
}
.card.bg-pink .card-header {
  background-color: #e63084;
  border-color: #ce196c;
}
.card.bg-red {
  border-color: #f5302e;
}
.card.bg-red .card-header {
  background-color: #f75d5c;
  border-color: #f5302e;
}
.card.bg-orange {
  border-color: #b89700;
}
.card.bg-orange .card-header {
  background-color: #e9be00;
  border-color: #b89700;
}
.card.bg-yellow {
  border-color: #c69500;
}
.card.bg-yellow .card-header {
  background-color: #f7b900;
  border-color: #c69500;
}
.card.bg-green {
  border-color: #379457;
}
.card.bg-green .card-header {
  background-color: #44b76c;
  border-color: #379457;
}
.card.bg-teal {
  border-color: #17926e;
}
.card.bg-teal .card-header {
  background-color: #1ebc8d;
  border-color: #17926e;
}
.card.bg-cyan {
  border-color: #2eadd3;
}
.card.bg-cyan .card-header {
  background-color: #56bddb;
  border-color: #2eadd3;
}
.card.bg-gray-100 {
  border-color: #cad4dc;
}
.card.bg-gray-100 .card-header {
  background-color: #e7ecef;
  border-color: #cad4dc;
}
.card.bg-gray-200 {
  border-color: #9cb1bc;
}
.card.bg-gray-200 .card-header {
  background-color: #b9c8d0;
  border-color: #9cb1bc;
}
.card.bg-gray-300 {
  border-color: #7e99a7;
}
.card.bg-gray-300 .card-header {
  background-color: #9bb0bb;
  border-color: #7e99a7;
}
.card.bg-gray-400 {
  border-color: #638090;
}
.card.bg-gray-400 .card-header {
  background-color: #7d98a6;
  border-color: #638090;
}
.card.bg-gray-500 {
  border-color: #4d6672;
}
.card.bg-gray-500 .card-header {
  background-color: #61808f;
  border-color: #4d6672;
}
.card.bg-gray-600 {
  border-color: #394a53;
}
.card.bg-gray-600 .card-header {
  background-color: #4d6470;
  border-color: #394a53;
}
.card.bg-gray-700 {
  border-color: #242f35;
}
.card.bg-gray-700 .card-header {
  background-color: #384952;
  border-color: #242f35;
}
.card.bg-gray-800 {
  border-color: #0f1417;
}
.card.bg-gray-800 .card-header {
  background-color: #232e34;
  border-color: #0f1417;
}
.card.bg-gray-900 {
  border-color: black;
}
.card.bg-gray-900 .card-header {
  background-color: #0f1315;
  border-color: black;
}

.text-white .text-muted {
  color: rgba(255, 255, 255, 0.6) !important;
}

.card-header .icon-bg {
  display: inline-block;
  padding: 0.75rem 1.25rem !important;
  margin-top: -0.75rem;
  margin-right: 1.25rem;
  margin-bottom: -0.75rem;
  margin-left: -1.25rem;
  line-height: inherit;
  color: #151b1e;
  vertical-align: bottom;
  background: transparent;
  border-right: 1px solid #c2cfd6;
}

.card-header .nav.nav-tabs {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
  border-bottom: 0;
}
.card-header .nav.nav-tabs .nav-item {
  border-top: 0;
}
.card-header .nav.nav-tabs .nav-link,
.card-header .nav.nav-tabs .navbar .dropdown-toggle,
.navbar .card-header .nav.nav-tabs .dropdown-toggle {
  padding: 0.75rem 0.625rem;
  color: #536c79;
  border-top: 0;
}
.card-header .nav.nav-tabs .nav-link.active,
.card-header .nav.nav-tabs .navbar .active.dropdown-toggle,
.navbar .card-header .nav.nav-tabs .active.dropdown-toggle {
  color: #151b1e;
  background: #fff;
}

.card-header.card-header-inverse {
  color: #fff;
}

.card-header .btn {
  margin-top: -0.375rem;
}

.card-header .btn-sm,
.card-header .btn-group-sm > .btn {
  margin-top: -0.25rem;
}

.card-header .btn-lg,
.card-header .btn-group-lg > .btn {
  margin-top: -0.5rem;
}

.card-footer ul {
  display: table;
  width: 100%;
  padding: 0;
  margin: 0;
  table-layout: fixed;
}
.card-footer ul li {
  display: table-cell;
  padding: 0 1.25rem;
  text-align: center;
}

[class*="card-outline-"] .card-body,
[class*="card-outline-"] .card-block {
  background: #fff !important;
}

[class*="card-outline-"].card-outline-top {
  border-top-width: 2px;
  border-right-color: #a4b7c1;
  border-bottom-color: #a4b7c1;
  border-left-color: #a4b7c1;
}

.card-accent-primary {
  border-top-width: 2px;
  border-top-color: #cc9262;
}

.card-accent-secondary {
  border-top-width: 2px;
  border-top-color: #a4b7c1;
}

.card-accent-success {
  border-top-width: 2px;
  border-top-color: #4dbd74;
}

.card-accent-info {
  border-top-width: 2px;
  border-top-color: #63c2de;
}

.card-accent-warning {
  border-top-width: 2px;
  border-top-color: #ffc107;
}

.card-accent-danger {
  border-top-width: 2px;
  border-top-color: #f86c6b;
}

.card-accent-light {
  border-top-width: 2px;
  border-top-color: #f0f3f5;
}

.card-accent-dark {
  border-top-width: 2px;
  border-top-color: #29363d;
}

.card-accent-blue {
  border-top-width: 2px;
  border-top-color: #cc9262;
}

.card-accent-indigo {
  border-top-width: 2px;
  border-top-color: #6610f2;
}

.card-accent-purple {
  border-top-width: 2px;
  border-top-color: #6f42c1;
}

.card-accent-pink {
  border-top-width: 2px;
  border-top-color: #e83e8c;
}

.card-accent-red {
  border-top-width: 2px;
  border-top-color: #f86c6b;
}

.card-accent-orange {
  border-top-width: 2px;
  border-top-color: #f8cb00;
}

.card-accent-yellow {
  border-top-width: 2px;
  border-top-color: #ffc107;
}

.card-accent-green {
  border-top-width: 2px;
  border-top-color: #4dbd74;
}

.card-accent-teal {
  border-top-width: 2px;
  border-top-color: #20c997;
}

.card-accent-cyan {
  border-top-width: 2px;
  border-top-color: #63c2de;
}

.card-accent-gray-100 {
  border-top-width: 2px;
  border-top-color: #f0f3f5;
}

.card-accent-gray-200 {
  border-top-width: 2px;
  border-top-color: #c2cfd6;
}

.card-accent-gray-300 {
  border-top-width: 2px;
  border-top-color: #a4b7c1;
}

.card-accent-gray-400 {
  border-top-width: 2px;
  border-top-color: #869fac;
}

.card-accent-gray-500 {
  border-top-width: 2px;
  border-top-color: #678898;
}

.card-accent-gray-600 {
  border-top-width: 2px;
  border-top-color: #536c79;
}

.card-accent-gray-700 {
  border-top-width: 2px;
  border-top-color: #3e515b;
}

.card-accent-gray-800 {
  border-top-width: 2px;
  border-top-color: #29363d;
}

.card-accent-gray-900 {
  border-top-width: 2px;
  border-top-color: #151b1e;
}

.card-header > i {
  margin-right: 0.5rem;
}

.card-header .card-actions {
  position: absolute;
  top: 0;
  right: 0;
}
.card-header .card-actions a,
.card-header .card-actions button {
  display: block;
  float: left;
  width: 50px;
  padding: 0.75rem 0;
  margin: 0 !important;
  color: #151b1e;
  text-align: center;
  background: transparent;
  border: 0;
  border-left: 1px solid #a4b7c1;
  box-shadow: 0;
}
.card-header .card-actions a:hover,
.card-header .card-actions button:hover {
  text-decoration: none;
}
.card-header .card-actions a [class^="icon-"],
.card-header .card-actions a [class*=" icon-"],
.card-header .card-actions button [class^="icon-"],
.card-header .card-actions button [class*=" icon-"] {
  display: inline-block;
  vertical-align: middle;
}
.card-header .card-actions a i,
.card-header .card-actions button i {
  display: inline-block;
  transition: 0.4s;
}
.card-header .card-actions a .r180,
.card-header .card-actions button .r180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.card-header .card-actions .input-group {
  width: 230px;
  margin: 6px;
}
.card-header .card-actions .input-group .input-group-prepend,
.card-header .card-actions .input-group .input-group-append {
  background: #fff;
}
.card-header .card-actions .input-group input {
  border-left: 0;
}

.card-full {
  margin-top: -1rem;
  margin-right: -15px;
  margin-left: -15px;
  border: 0;
  border-bottom: 1px solid #a4b7c1;
}

@media (min-width: 576px) {
  .card-columns.cols-2 {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

.card.drag,
.card .drag {
  cursor: move;
}

.card-placeholder {
  background: rgba(0, 0, 0, 0.025);
  border: 1px dashed #a4b7c1;
}

.chart-wrapper canvas {
  width: 100% !important;
}

base-chart.chart {
  display: block !important;
}

.dropdown-item {
  position: relative;
  padding: 10px 20px;
  border-bottom: 1px solid #c2cfd6;
}
.dropdown-item:last-child {
  border-bottom: 0;
}
.dropdown-item i {
  display: inline-block;
  width: 20px;
  margin-right: 10px;
  margin-left: -10px;
  color: #c2cfd6;
  text-align: center;
}
.dropdown-item .badge {
  position: absolute;
  right: 10px;
  margin-top: 2px;
}

.dropdown-header {
  padding: 8px 20px;
  background: #f0f3f5;
  border-bottom: 1px solid #c2cfd6;
}
.dropdown-header .btn {
  margin-top: -7px;
  color: #536c79;
}
.dropdown-header .btn:hover {
  color: #151b1e;
}
.dropdown-header .btn.pull-right {
  margin-right: -20px;
}

.dropdown-menu-lg {
  width: 250px;
}

.app-header .navbar-nav .dropdown-menu {
  position: absolute;
}

.app-header .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}

.app-header .navbar-nav .dropdown-menu-left {
  right: auto;
  left: 0;
}

.app-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1rem;
  color: #151b1e;
  background: #f0f3f5;
  border-top: 1px solid #a4b7c1;
}

.row.row-equal {
  padding-right: 7.5px;
  padding-left: 7.5px;
  margin-right: -15px;
  margin-left: -15px;
}
.row.row-equal [class*="col-"] {
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.main .container-fluid {
  padding: 0 15px;
}

@media screen and (min-width: 768px){
  .main .container-fluid {
    padding: 0 30px;
  }
}

.input-group-prepend,
.input-group-append {
  white-space: nowrap;
  vertical-align: middle;
}

#loading-bar,
#loading-bar-spinner {
  -webkit-pointer-events: none;
  pointer-events: none;
  transition: 350ms linear all;
}

#loading-bar.ng-enter,
#loading-bar.ng-leave.ng-leave-active,
#loading-bar-spinner.ng-enter,
#loading-bar-spinner.ng-leave.ng-leave-active {
  opacity: 0;
}

#loading-bar.ng-enter.ng-enter-active,
#loading-bar.ng-leave,
#loading-bar-spinner.ng-enter.ng-enter-active,
#loading-bar-spinner.ng-leave {
  opacity: 1;
}

#loading-bar .bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20002;
  width: 100%;
  height: 2px;
  background: #cc9262;
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
  transition: width 350ms;
}

#loading-bar .peg {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 2px;
  border-radius: 100%;
  -ms-box-shadow: #29d 1px 0 6px 1px;
  box-shadow: #29d 1px 0 6px 1px;
  opacity: 0.45;
}

#loading-bar-spinner {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 10002;
  display: block;
}

#loading-bar-spinner .spinner-icon {
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -webkit-animation: loading-bar-spinner 400ms linear infinite;
  animation: loading-bar-spinner 400ms linear infinite;
}

@-webkit-keyframes loading-bar-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loading-bar-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  position: fixed;
  top: 0;
  right: 100%;
  z-index: 2000;
  width: 100%;
  height: 2px;
  background: #cc9262;
}

.modal-primary .modal-content {
  border-color: #cc9262;
}

.modal-primary .modal-header {
  color: #fff;
  background-color: #cc9262;
}

.modal-secondary .modal-content {
  border-color: #a4b7c1;
}

.modal-secondary .modal-header {
  color: #fff;
  background-color: #a4b7c1;
}

.modal-success .modal-content {
  border-color: #4dbd74;
}

.modal-success .modal-header {
  color: #fff;
  background-color: #4dbd74;
}

.modal-info .modal-content {
  border-color: #63c2de;
}

.modal-info .modal-header {
  color: #fff;
  background-color: #63c2de;
}

.modal-warning .modal-content {
  border-color: #ffc107;
}

.modal-warning .modal-header {
  color: #fff;
  background-color: #ffc107;
}

.modal-danger .modal-content {
  border-color: #f86c6b;
}

.modal-danger .modal-header {
  color: #fff;
  background-color: #f86c6b;
}

.modal-light .modal-content {
  border-color: #f0f3f5;
}

.modal-light .modal-header {
  color: #fff;
  background-color: #f0f3f5;
}

.modal-dark .modal-content {
  border-color: #29363d;
}

.modal-dark .modal-header {
  color: #fff;
  background-color: #29363d;
}

.modal-blue .modal-content {
  border-color: #cc9262;
}

.modal-blue .modal-header {
  color: #fff;
  background-color: #cc9262;
}

.modal-indigo .modal-content {
  border-color: #6610f2;
}

.modal-indigo .modal-header {
  color: #fff;
  background-color: #6610f2;
}

.modal-purple .modal-content {
  border-color: #6f42c1;
}

.modal-purple .modal-header {
  color: #fff;
  background-color: #6f42c1;
}

.modal-pink .modal-content {
  border-color: #e83e8c;
}

.modal-pink .modal-header {
  color: #fff;
  background-color: #e83e8c;
}

.modal-red .modal-content {
  border-color: #f86c6b;
}

.modal-red .modal-header {
  color: #fff;
  background-color: #f86c6b;
}

.modal-orange .modal-content {
  border-color: #f8cb00;
}

.modal-orange .modal-header {
  color: #fff;
  background-color: #f8cb00;
}

.modal-yellow .modal-content {
  border-color: #ffc107;
}

.modal-yellow .modal-header {
  color: #fff;
  background-color: #ffc107;
}

.modal-green .modal-content {
  border-color: #4dbd74;
}

.modal-green .modal-header {
  color: #fff;
  background-color: #4dbd74;
}

.modal-teal .modal-content {
  border-color: #20c997;
}

.modal-teal .modal-header {
  color: #fff;
  background-color: #20c997;
}

.modal-cyan .modal-content {
  border-color: #63c2de;
}

.modal-cyan .modal-header {
  color: #fff;
  background-color: #63c2de;
}

.modal-gray-100 .modal-content {
  border-color: #f0f3f5;
}

.modal-gray-100 .modal-header {
  color: #fff;
  background-color: #f0f3f5;
}

.modal-gray-200 .modal-content {
  border-color: #c2cfd6;
}

.modal-gray-200 .modal-header {
  color: #fff;
  background-color: #c2cfd6;
}

.modal-gray-300 .modal-content {
  border-color: #a4b7c1;
}

.modal-gray-300 .modal-header {
  color: #fff;
  background-color: #a4b7c1;
}

.modal-gray-400 .modal-content {
  border-color: #869fac;
}

.modal-gray-400 .modal-header {
  color: #fff;
  background-color: #869fac;
}

.modal-gray-500 .modal-content {
  border-color: #678898;
}

.modal-gray-500 .modal-header {
  color: #fff;
  background-color: #678898;
}

.modal-gray-600 .modal-content {
  border-color: #536c79;
}

.modal-gray-600 .modal-header {
  color: #fff;
  background-color: #536c79;
}

.modal-gray-700 .modal-content {
  border-color: #3e515b;
}

.modal-gray-700 .modal-header {
  color: #fff;
  background-color: #3e515b;
}

.modal-gray-800 .modal-content {
  border-color: #29363d;
}

.modal-gray-800 .modal-header {
  color: #fff;
  background-color: #29363d;
}

.modal-gray-900 .modal-content {
  border-color: #151b1e;
}

.modal-gray-900 .modal-header {
  color: #fff;
  background-color: #151b1e;
}

.nav-tabs .nav-link,
.nav-tabs .navbar .dropdown-toggle,
.navbar .nav-tabs .dropdown-toggle {
  color: #536c79;
}
.nav-tabs .nav-link:hover,
.nav-tabs .navbar .dropdown-toggle:hover,
.navbar .nav-tabs .dropdown-toggle:hover {
  cursor: pointer;
}
.nav-tabs .nav-link.active,
.nav-tabs .navbar .active.dropdown-toggle,
.navbar .nav-tabs .active.dropdown-toggle {
  color: #29363d;
  background: #fff;
  border-color: #a4b7c1;
  border-bottom-color: #fff;
}
.nav-tabs .nav-link.active:focus,
.nav-tabs .navbar .active.dropdown-toggle:focus,
.navbar .nav-tabs .active.dropdown-toggle:focus {
  background: #fff;
  border-color: #a4b7c1;
  border-bottom-color: #fff;
}

.tab-content .tab-pane {
  padding: 1rem;
}

.card-block .tab-content {
  margin-top: 0;
  border: 0;
}

.login-logo {
  background-image: url("../img/logo_white.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100px;
  height: 100px;
}

.bg-img {
  background-image: url("../img/background.png");
  background-repeat: no-repeat;
}
.app-header.navbar {
  position: relative;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 55px;
  padding: 0;
  margin: 0;
  background-color: #fff;
  border-bottom: 1px solid #a4b7c1;
}
.app-header.navbar .navbar-brand {
  display: inline-block;
  width: 80px;
  height: 55px;
  padding: 0.5rem 1rem;
  margin-right: 0;
  background-color: #fff;
  background-image: url("../img/logo.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70px auto;
  border-bottom: 1px solid #a4b7c1;
}
.app-header.navbar .navbar-toggler {
  min-width: 50px;
  padding: 0.25rem 0;
}
.app-header.navbar .navbar-toggler:hover .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%2329363d' stroke-width='2.25' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.app-header.navbar .navbar-toggler-icon {
  height: 23px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23536c79' stroke-width='2.25' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.app-header.navbar .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
}
.app-header.navbar .nav-item {
  position: relative;
  min-width: 50px;
  margin: 0 !important;
  text-align: center;
}
.app-header.navbar .nav-item button {
  margin: 0 auto;
}
.app-header.navbar .nav-item .nav-link,
.app-header.navbar .nav-item .dropdown-toggle {
  padding-top: 0;
  padding-bottom: 0;
  background: 0;
  border: 0;
}
.app-header.navbar .nav-item .nav-link .badge,
.app-header.navbar .nav-item .dropdown-toggle .badge {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: 0;
}
.app-header.navbar .nav-item .nav-link > .img-avatar,
.app-header.navbar .nav-item .dropdown-toggle > .img-avatar {
  height: 35px;
  margin: 0 10px;
}
.app-header.navbar .dropdown-menu {
  padding-bottom: 0;
  line-height: 1.5;
}
.app-header.navbar .dropdown-item {
  min-width: 180px;
}

.navbar-brand {
  color: #29363d;
}
.navbar-brand:hover,
.navbar-brand:focus {
  color: #29363d;
}

.navbar-nav .nav-link,
.navbar-nav .navbar .dropdown-toggle,
.navbar .navbar-nav .dropdown-toggle {
  color: #536c79;
}
.navbar-nav .nav-link:hover,
.navbar-nav .navbar .dropdown-toggle:hover,
.navbar .navbar-nav .dropdown-toggle:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .navbar .dropdown-toggle:focus,
.navbar .navbar-nav .dropdown-toggle:focus {
  color: #29363d;
}

.navbar-nav .open > .nav-link,
.navbar-nav .navbar .open > .dropdown-toggle,
.navbar .navbar-nav .open > .dropdown-toggle,
.navbar-nav .open > .nav-link:hover,
.navbar-nav .navbar .open > .dropdown-toggle:hover,
.navbar .navbar-nav .open > .dropdown-toggle:hover,
.navbar-nav .open > .nav-link:focus,
.navbar-nav .navbar .open > .dropdown-toggle:focus,
.navbar .navbar-nav .open > .dropdown-toggle:focus,
.navbar-nav .active > .nav-link,
.navbar-nav .navbar .active > .dropdown-toggle,
.navbar .navbar-nav .active > .dropdown-toggle,
.navbar-nav .active > .nav-link:hover,
.navbar-nav .navbar .active > .dropdown-toggle:hover,
.navbar .navbar-nav .active > .dropdown-toggle:hover,
.navbar-nav .active > .nav-link:focus,
.navbar-nav .navbar .active > .dropdown-toggle:focus,
.navbar .navbar-nav .active > .dropdown-toggle:focus,
.navbar-nav .nav-link.open,
.navbar-nav .navbar .open.dropdown-toggle,
.navbar .navbar-nav .open.dropdown-toggle,
.navbar-nav .nav-link.open:hover,
.navbar-nav .navbar .open.dropdown-toggle:hover,
.navbar .navbar-nav .open.dropdown-toggle:hover,
.navbar-nav .nav-link.open:focus,
.navbar-nav .navbar .open.dropdown-toggle:focus,
.navbar .navbar-nav .open.dropdown-toggle:focus,
.navbar-nav .nav-link.active,
.navbar-nav .navbar .active.dropdown-toggle,
.navbar .navbar-nav .active.dropdown-toggle,
.navbar-nav .nav-link.active:hover,
.navbar-nav .navbar .active.dropdown-toggle:hover,
.navbar .navbar-nav .active.dropdown-toggle:hover,
.navbar-nav .nav-link.active:focus,
.navbar-nav .navbar .active.dropdown-toggle:focus,
.navbar .navbar-nav .active.dropdown-toggle:focus {
  color: #29363d;
}

.navbar-divider {
  background-color: rgba(0, 0, 0, 0.075);
}

@media (min-width: 992px) {
  .brand-minimized .app-header.navbar .navbar-brand {
    width: 50px;
    background-color: #fff;
    background-image: url("../img/logo-symbol.png");
    background-size: 24px;
    border-bottom: 1px solid #a4b7c1;
  }
}

.progress-xs {
  height: 4px;
}

.progress-sm {
  height: 8px;
}

.progress-white {
  background-color: rgba(255, 255, 255, 0.2) !important;
}
.progress-white .progress-bar {
  background-color: #fff;
}

.sidebar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  color: #fff;
  background: #2d2d2d;
}
.sidebar .sidebar-close {
  position: absolute;
  right: 0;
  display: none;
  padding: 0 1rem;
  font-size: 24px;
  font-weight: 800;
  line-height: 55px;
  color: #fff;
  background: 0;
  border: 0;
  opacity: 0.8;
}
.sidebar .sidebar-close:hover {
  opacity: 1;
}
.sidebar .sidebar-header {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0.75rem 1rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
}
.sidebar .sidebar-form .form-control {
  color: #fff;
  background: #151b1f;
  border: 0;
}
.sidebar .sidebar-form .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.sidebar .sidebar-form .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.sidebar .sidebar-form .form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.sidebar .sidebar-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.sidebar .sidebar-nav {
  position: relative;
  -ms-flex: 1;
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  width: 200px;
}
.sidebar .sidebar-nav::-webkit-scrollbar {
  position: absolute;
  width: 10px;
  margin-left: -10px;
  -webkit-appearance: none;
}
.sidebar .sidebar-nav::-webkit-scrollbar-track {
  background-color: #33444c;
  border-right: 1px solid #1f292e;
  border-left: 1px solid #1f292e;
}
.sidebar .sidebar-nav::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #151b1f;
  background-clip: content-box;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 2px;
}
.sidebar .nav {
  width: 200px;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
}
.sidebar .nav-title {
  padding: 0.75rem 1rem;
  font-size: 11px;
  font-weight: 600;
  color: #c2cfd6;
  text-transform: uppercase;
}
.sidebar .nav-divider,
.sidebar .divider {
  height: 10px;
}
.sidebar .nav-item {
  position: relative;
  margin: 0;
  transition: background 0.3s ease-in-out;
}
.sidebar .nav-dropdown-items {
  max-height: 0;
  padding: 0;
  margin: 0;
  overflow-y: hidden;
  transition: max-height 0.3s ease-in-out;
}
.sidebar .nav-dropdown-items .nav-item {
  padding: 0;
  list-style: none;
}
.sidebar .nav-link,
.sidebar .navbar .dropdown-toggle,
.navbar .sidebar .dropdown-toggle {
  display: block;
  padding: 0.75rem 1rem;
  color: #fff;
  text-decoration: none;
  background: transparent;
}
.sidebar .nav-link i,
.sidebar .navbar .dropdown-toggle i,
.navbar .sidebar .dropdown-toggle i {
  display: inline-block;
  width: 24px;
  margin: 0 0.5rem 0 0;
  font-size: 18px;
  color: #d3945e;
  text-align: center;
}
.sidebar .nav-link .badge,
.sidebar .navbar .dropdown-toggle .badge,
.navbar .sidebar .dropdown-toggle .badge {
  float: right;
  margin-top: 2px;
}
.sidebar .nav-link.active,
.sidebar .navbar .active.dropdown-toggle,
.navbar .sidebar .active.dropdown-toggle {
  color: #000;
  background: #f4f4f4;
}
.sidebar .nav-link.active i,
.sidebar .navbar .active.dropdown-toggle i,
.navbar .sidebar .active.dropdown-toggle i {
  color: #cc9262;
}
.sidebar .nav-link:hover,
.sidebar .navbar .dropdown-toggle:hover,
.navbar .sidebar .dropdown-toggle:hover {
  color: #000;
  background: #cc9262;
}
.sidebar .nav-link:hover i,
.sidebar .navbar .dropdown-toggle:hover i,
.navbar .sidebar .dropdown-toggle:hover i {
  color: #000;
}
.sidebar .nav-link:hover.nav-dropdown-toggle::before,
.sidebar .navbar .dropdown-toggle:hover.nav-dropdown-toggle::before,
.navbar .sidebar .dropdown-toggle:hover.nav-dropdown-toggle::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%23fff' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
}
.sidebar .nav-link.nav-link-primary,
.sidebar .navbar .nav-link-primary.dropdown-toggle,
.navbar .sidebar .nav-link-primary.dropdown-toggle {
  background: #cc9262;
}
.sidebar .nav-link.nav-link-primary i,
.sidebar .navbar .nav-link-primary.dropdown-toggle i,
.navbar .sidebar .nav-link-primary.dropdown-toggle i {
  color: rgba(255, 255, 255, 0.7);
}
.sidebar .nav-link.nav-link-primary:hover,
.sidebar .navbar .nav-link-primary.dropdown-toggle:hover,
.navbar .sidebar .nav-link-primary.dropdown-toggle:hover {
  background: #1d97c2 !important;
}
.sidebar .nav-link.nav-link-primary:hover i,
.sidebar .navbar .nav-link-primary.dropdown-toggle:hover i,
.navbar .sidebar .nav-link-primary.dropdown-toggle:hover i {
  color: #000;
}
.sidebar .nav-link.nav-link-secondary,
.sidebar .navbar .nav-link-secondary.dropdown-toggle,
.navbar .sidebar .nav-link-secondary.dropdown-toggle {
  background: #a4b7c1;
}
.sidebar .nav-link.nav-link-secondary i,
.sidebar .navbar .nav-link-secondary.dropdown-toggle i,
.navbar .sidebar .nav-link-secondary.dropdown-toggle i {
  color: rgba(255, 255, 255, 0.7);
}
.sidebar .nav-link.nav-link-secondary:hover,
.sidebar .navbar .nav-link-secondary.dropdown-toggle:hover,
.navbar .sidebar .nav-link-secondary.dropdown-toggle:hover {
  background: #95abb7 !important;
}
.sidebar .nav-link.nav-link-secondary:hover i,
.sidebar .navbar .nav-link-secondary.dropdown-toggle:hover i,
.navbar .sidebar .nav-link-secondary.dropdown-toggle:hover i {
  color: #000;
}
.sidebar .nav-link.nav-link-success,
.sidebar .navbar .nav-link-success.dropdown-toggle,
.navbar .sidebar .nav-link-success.dropdown-toggle {
  background: #4dbd74;
}
.sidebar .nav-link.nav-link-success i,
.sidebar .navbar .nav-link-success.dropdown-toggle i,
.navbar .sidebar .nav-link-success.dropdown-toggle i {
  color: rgba(255, 255, 255, 0.7);
}
.sidebar .nav-link.nav-link-success:hover,
.sidebar .navbar .nav-link-success.dropdown-toggle:hover,
.navbar .sidebar .nav-link-success.dropdown-toggle:hover {
  background: #41af67 !important;
}
.sidebar .nav-link.nav-link-success:hover i,
.sidebar .navbar .nav-link-success.dropdown-toggle:hover i,
.navbar .sidebar .nav-link-success.dropdown-toggle:hover i {
  color: #000;
}
.sidebar .nav-link.nav-link-info,
.sidebar .navbar .nav-link-info.dropdown-toggle,
.navbar .sidebar .nav-link-info.dropdown-toggle {
  background: #63c2de;
}
.sidebar .nav-link.nav-link-info i,
.sidebar .navbar .nav-link-info.dropdown-toggle i,
.navbar .sidebar .nav-link-info.dropdown-toggle i {
  color: rgba(255, 255, 255, 0.7);
}
.sidebar .nav-link.nav-link-info:hover,
.sidebar .navbar .nav-link-info.dropdown-toggle:hover,
.navbar .sidebar .nav-link-info.dropdown-toggle:hover {
  background: #4ebada !important;
}
.sidebar .nav-link.nav-link-info:hover i,
.sidebar .navbar .nav-link-info.dropdown-toggle:hover i,
.navbar .sidebar .nav-link-info.dropdown-toggle:hover i {
  color: #000;
}
.sidebar .nav-link.nav-link-warning,
.sidebar .navbar .nav-link-warning.dropdown-toggle,
.navbar .sidebar .nav-link-warning.dropdown-toggle {
  background: #ffc107;
}
.sidebar .nav-link.nav-link-warning i,
.sidebar .navbar .nav-link-warning.dropdown-toggle i,
.navbar .sidebar .nav-link-warning.dropdown-toggle i {
  color: rgba(255, 255, 255, 0.7);
}
.sidebar .nav-link.nav-link-warning:hover,
.sidebar .navbar .nav-link-warning.dropdown-toggle:hover,
.navbar .sidebar .nav-link-warning.dropdown-toggle:hover {
  background: #edb100 !important;
}
.sidebar .nav-link.nav-link-warning:hover i,
.sidebar .navbar .nav-link-warning.dropdown-toggle:hover i,
.navbar .sidebar .nav-link-warning.dropdown-toggle:hover i {
  color: #000;
}
.sidebar .nav-link.nav-link-danger,
.sidebar .navbar .nav-link-danger.dropdown-toggle,
.navbar .sidebar .nav-link-danger.dropdown-toggle {
  background: #f86c6b;
}
.sidebar .nav-link.nav-link-danger i,
.sidebar .navbar .nav-link-danger.dropdown-toggle i,
.navbar .sidebar .nav-link-danger.dropdown-toggle i {
  color: rgba(255, 255, 255, 0.7);
}
.sidebar .nav-link.nav-link-danger:hover,
.sidebar .navbar .nav-link-danger.dropdown-toggle:hover,
.navbar .sidebar .nav-link-danger.dropdown-toggle:hover {
  background: #f75453 !important;
}
.sidebar .nav-link.nav-link-danger:hover i,
.sidebar .navbar .nav-link-danger.dropdown-toggle:hover i,
.navbar .sidebar .nav-link-danger.dropdown-toggle:hover i {
  color: #000;
}
.sidebar .nav-link.nav-link-light,
.sidebar .navbar .nav-link-light.dropdown-toggle,
.navbar .sidebar .nav-link-light.dropdown-toggle {
  background: #f0f3f5;
}
.sidebar .nav-link.nav-link-light i,
.sidebar .navbar .nav-link-light.dropdown-toggle i,
.navbar .sidebar .nav-link-light.dropdown-toggle i {
  color: rgba(255, 255, 255, 0.7);
}
.sidebar .nav-link.nav-link-light:hover,
.sidebar .navbar .nav-link-light.dropdown-toggle:hover,
.navbar .sidebar .nav-link-light.dropdown-toggle:hover {
  background: #e1e7eb !important;
}
.sidebar .nav-link.nav-link-light:hover i,
.sidebar .navbar .nav-link-light.dropdown-toggle:hover i,
.navbar .sidebar .nav-link-light.dropdown-toggle:hover i {
  color: #000;
}
.sidebar .nav-link.nav-link-dark,
.sidebar .navbar .nav-link-dark.dropdown-toggle,
.navbar .sidebar .nav-link-dark.dropdown-toggle {
  background: #29363d;
}
.sidebar .nav-link.nav-link-dark i,
.sidebar .navbar .nav-link-dark.dropdown-toggle i,
.navbar .sidebar .nav-link-dark.dropdown-toggle i {
  color: rgba(255, 255, 255, 0.7);
}
.sidebar .nav-link.nav-link-dark:hover,
.sidebar .navbar .nav-link-dark.dropdown-toggle:hover,
.navbar .sidebar .nav-link-dark.dropdown-toggle:hover {
  background: #1f292e !important;
}
.sidebar .nav-link.nav-link-dark:hover i,
.sidebar .navbar .nav-link-dark.dropdown-toggle:hover i,
.navbar .sidebar .nav-link-dark.dropdown-toggle:hover i {
  color: #000;
}
.sidebar .nav-link.nav-link-blue,
.sidebar .navbar .nav-link-blue.dropdown-toggle,
.navbar .sidebar .nav-link-blue.dropdown-toggle {
  background: #cc9262;
}
.sidebar .nav-link.nav-link-blue i,
.sidebar .navbar .nav-link-blue.dropdown-toggle i,
.navbar .sidebar .nav-link-blue.dropdown-toggle i {
  color: rgba(255, 255, 255, 0.7);
}
.sidebar .nav-link.nav-link-blue:hover,
.sidebar .navbar .nav-link-blue.dropdown-toggle:hover,
.navbar .sidebar .nav-link-blue.dropdown-toggle:hover {
  background: #1d97c2 !important;
}
.sidebar .nav-link.nav-link-blue:hover i,
.sidebar .navbar .nav-link-blue.dropdown-toggle:hover i,
.navbar .sidebar .nav-link-blue.dropdown-toggle:hover i {
  color: #000;
}
.sidebar .nav-link.nav-link-indigo,
.sidebar .navbar .nav-link-indigo.dropdown-toggle,
.navbar .sidebar .nav-link-indigo.dropdown-toggle {
  background: #6610f2;
}
.sidebar .nav-link.nav-link-indigo i,
.sidebar .navbar .nav-link-indigo.dropdown-toggle i,
.navbar .sidebar .nav-link-indigo.dropdown-toggle i {
  color: rgba(255, 255, 255, 0.7);
}
.sidebar .nav-link.nav-link-indigo:hover,
.sidebar .navbar .nav-link-indigo.dropdown-toggle:hover,
.navbar .sidebar .nav-link-indigo.dropdown-toggle:hover {
  background: #5b0cdd !important;
}
.sidebar .nav-link.nav-link-indigo:hover i,
.sidebar .navbar .nav-link-indigo.dropdown-toggle:hover i,
.navbar .sidebar .nav-link-indigo.dropdown-toggle:hover i {
  color: #000;
}
.sidebar .nav-link.nav-link-purple,
.sidebar .navbar .nav-link-purple.dropdown-toggle,
.navbar .sidebar .nav-link-purple.dropdown-toggle {
  background: #6f42c1;
}
.sidebar .nav-link.nav-link-purple i,
.sidebar .navbar .nav-link-purple.dropdown-toggle i,
.navbar .sidebar .nav-link-purple.dropdown-toggle i {
  color: rgba(255, 255, 255, 0.7);
}
.sidebar .nav-link.nav-link-purple:hover,
.sidebar .navbar .nav-link-purple.dropdown-toggle:hover,
.navbar .sidebar .nav-link-purple.dropdown-toggle:hover {
  background: #643ab0 !important;
}
.sidebar .nav-link.nav-link-purple:hover i,
.sidebar .navbar .nav-link-purple.dropdown-toggle:hover i,
.navbar .sidebar .nav-link-purple.dropdown-toggle:hover i {
  color: #000;
}
.sidebar .nav-link.nav-link-pink,
.sidebar .navbar .nav-link-pink.dropdown-toggle,
.navbar .sidebar .nav-link-pink.dropdown-toggle {
  background: #e83e8c;
}
.sidebar .nav-link.nav-link-pink i,
.sidebar .navbar .nav-link-pink.dropdown-toggle i,
.navbar .sidebar .nav-link-pink.dropdown-toggle i {
  color: rgba(255, 255, 255, 0.7);
}
.sidebar .nav-link.nav-link-pink:hover,
.sidebar .navbar .nav-link-pink.dropdown-toggle:hover,
.navbar .sidebar .nav-link-pink.dropdown-toggle:hover {
  background: #e5277e !important;
}
.sidebar .nav-link.nav-link-pink:hover i,
.sidebar .navbar .nav-link-pink.dropdown-toggle:hover i,
.navbar .sidebar .nav-link-pink.dropdown-toggle:hover i {
  color: #000;
}
.sidebar .nav-link.nav-link-red,
.sidebar .navbar .nav-link-red.dropdown-toggle,
.navbar .sidebar .nav-link-red.dropdown-toggle {
  background: #f86c6b;
}
.sidebar .nav-link.nav-link-red i,
.sidebar .navbar .nav-link-red.dropdown-toggle i,
.navbar .sidebar .nav-link-red.dropdown-toggle i {
  color: rgba(255, 255, 255, 0.7);
}
.sidebar .nav-link.nav-link-red:hover,
.sidebar .navbar .nav-link-red.dropdown-toggle:hover,
.navbar .sidebar .nav-link-red.dropdown-toggle:hover {
  background: #f75453 !important;
}
.sidebar .nav-link.nav-link-red:hover i,
.sidebar .navbar .nav-link-red.dropdown-toggle:hover i,
.navbar .sidebar .nav-link-red.dropdown-toggle:hover i {
  color: #000;
}
.sidebar .nav-link.nav-link-orange,
.sidebar .navbar .nav-link-orange.dropdown-toggle,
.navbar .sidebar .nav-link-orange.dropdown-toggle {
  background: #f8cb00;
}
.sidebar .nav-link.nav-link-orange i,
.sidebar .navbar .nav-link-orange.dropdown-toggle i,
.navbar .sidebar .nav-link-orange.dropdown-toggle i {
  color: rgba(255, 255, 255, 0.7);
}
.sidebar .nav-link.nav-link-orange:hover,
.sidebar .navbar .nav-link-orange.dropdown-toggle:hover,
.navbar .sidebar .nav-link-orange.dropdown-toggle:hover {
  background: #dfb600 !important;
}
.sidebar .nav-link.nav-link-orange:hover i,
.sidebar .navbar .nav-link-orange.dropdown-toggle:hover i,
.navbar .sidebar .nav-link-orange.dropdown-toggle:hover i {
  color: #000;
}
.sidebar .nav-link.nav-link-yellow,
.sidebar .navbar .nav-link-yellow.dropdown-toggle,
.navbar .sidebar .nav-link-yellow.dropdown-toggle {
  background: #ffc107;
}
.sidebar .nav-link.nav-link-yellow i,
.sidebar .navbar .nav-link-yellow.dropdown-toggle i,
.navbar .sidebar .nav-link-yellow.dropdown-toggle i {
  color: rgba(255, 255, 255, 0.7);
}
.sidebar .nav-link.nav-link-yellow:hover,
.sidebar .navbar .nav-link-yellow.dropdown-toggle:hover,
.navbar .sidebar .nav-link-yellow.dropdown-toggle:hover {
  background: #edb100 !important;
}
.sidebar .nav-link.nav-link-yellow:hover i,
.sidebar .navbar .nav-link-yellow.dropdown-toggle:hover i,
.navbar .sidebar .nav-link-yellow.dropdown-toggle:hover i {
  color: #000;
}
.sidebar .nav-link.nav-link-green,
.sidebar .navbar .nav-link-green.dropdown-toggle,
.navbar .sidebar .nav-link-green.dropdown-toggle {
  background: #4dbd74;
}
.sidebar .nav-link.nav-link-green i,
.sidebar .navbar .nav-link-green.dropdown-toggle i,
.navbar .sidebar .nav-link-green.dropdown-toggle i {
  color: rgba(255, 255, 255, 0.7);
}
.sidebar .nav-link.nav-link-green:hover,
.sidebar .navbar .nav-link-green.dropdown-toggle:hover,
.navbar .sidebar .nav-link-green.dropdown-toggle:hover {
  background: #41af67 !important;
}
.sidebar .nav-link.nav-link-green:hover i,
.sidebar .navbar .nav-link-green.dropdown-toggle:hover i,
.navbar .sidebar .nav-link-green.dropdown-toggle:hover i {
  color: #000;
}
.sidebar .nav-link.nav-link-teal,
.sidebar .navbar .nav-link-teal.dropdown-toggle,
.navbar .sidebar .nav-link-teal.dropdown-toggle {
  background: #20c997;
}
.sidebar .nav-link.nav-link-teal i,
.sidebar .navbar .nav-link-teal.dropdown-toggle i,
.navbar .sidebar .nav-link-teal.dropdown-toggle i {
  color: rgba(255, 255, 255, 0.7);
}
.sidebar .nav-link.nav-link-teal:hover,
.sidebar .navbar .nav-link-teal.dropdown-toggle:hover,
.navbar .sidebar .nav-link-teal.dropdown-toggle:hover {
  background: #1cb386 !important;
}
.sidebar .nav-link.nav-link-teal:hover i,
.sidebar .navbar .nav-link-teal.dropdown-toggle:hover i,
.navbar .sidebar .nav-link-teal.dropdown-toggle:hover i {
  color: #000;
}
.sidebar .nav-link.nav-link-cyan,
.sidebar .navbar .nav-link-cyan.dropdown-toggle,
.navbar .sidebar .nav-link-cyan.dropdown-toggle {
  background: #63c2de;
}
.sidebar .nav-link.nav-link-cyan i,
.sidebar .navbar .nav-link-cyan.dropdown-toggle i,
.navbar .sidebar .nav-link-cyan.dropdown-toggle i {
  color: rgba(255, 255, 255, 0.7);
}
.sidebar .nav-link.nav-link-cyan:hover,
.sidebar .navbar .nav-link-cyan.dropdown-toggle:hover,
.navbar .sidebar .nav-link-cyan.dropdown-toggle:hover {
  background: #4ebada !important;
}
.sidebar .nav-link.nav-link-cyan:hover i,
.sidebar .navbar .nav-link-cyan.dropdown-toggle:hover i,
.navbar .sidebar .nav-link-cyan.dropdown-toggle:hover i {
  color: #000;
}
.sidebar .nav-link.nav-link-gray-100,
.sidebar .navbar .nav-link-gray-100.dropdown-toggle,
.navbar .sidebar .nav-link-gray-100.dropdown-toggle {
  background: #f0f3f5;
}
.sidebar .nav-link.nav-link-gray-100 i,
.sidebar .navbar .nav-link-gray-100.dropdown-toggle i,
.navbar .sidebar .nav-link-gray-100.dropdown-toggle i {
  color: rgba(255, 255, 255, 0.7);
}
.sidebar .nav-link.nav-link-gray-100:hover,
.sidebar .navbar .nav-link-gray-100.dropdown-toggle:hover,
.navbar .sidebar .nav-link-gray-100.dropdown-toggle:hover {
  background: #e1e7eb !important;
}
.sidebar .nav-link.nav-link-gray-100:hover i,
.sidebar .navbar .nav-link-gray-100.dropdown-toggle:hover i,
.navbar .sidebar .nav-link-gray-100.dropdown-toggle:hover i {
  color: #000;
}
.sidebar .nav-link.nav-link-gray-200,
.sidebar .navbar .nav-link-gray-200.dropdown-toggle,
.navbar .sidebar .nav-link-gray-200.dropdown-toggle {
  background: #c2cfd6;
}
.sidebar .nav-link.nav-link-gray-200 i,
.sidebar .navbar .nav-link-gray-200.dropdown-toggle i,
.navbar .sidebar .nav-link-gray-200.dropdown-toggle i {
  color: rgba(255, 255, 255, 0.7);
}
.sidebar .nav-link.nav-link-gray-200:hover,
.sidebar .navbar .nav-link-gray-200.dropdown-toggle:hover,
.navbar .sidebar .nav-link-gray-200.dropdown-toggle:hover {
  background: #b3c3cc !important;
}
.sidebar .nav-link.nav-link-gray-200:hover i,
.sidebar .navbar .nav-link-gray-200.dropdown-toggle:hover i,
.navbar .sidebar .nav-link-gray-200.dropdown-toggle:hover i {
  color: #000;
}
.sidebar .nav-link.nav-link-gray-300,
.sidebar .navbar .nav-link-gray-300.dropdown-toggle,
.navbar .sidebar .nav-link-gray-300.dropdown-toggle {
  background: #a4b7c1;
}
.sidebar .nav-link.nav-link-gray-300 i,
.sidebar .navbar .nav-link-gray-300.dropdown-toggle i,
.navbar .sidebar .nav-link-gray-300.dropdown-toggle i {
  color: rgba(255, 255, 255, 0.7);
}
.sidebar .nav-link.nav-link-gray-300:hover,
.sidebar .navbar .nav-link-gray-300.dropdown-toggle:hover,
.navbar .sidebar .nav-link-gray-300.dropdown-toggle:hover {
  background: #95abb7 !important;
}
.sidebar .nav-link.nav-link-gray-300:hover i,
.sidebar .navbar .nav-link-gray-300.dropdown-toggle:hover i,
.navbar .sidebar .nav-link-gray-300.dropdown-toggle:hover i {
  color: #000;
}
.sidebar .nav-link.nav-link-gray-400,
.sidebar .navbar .nav-link-gray-400.dropdown-toggle,
.navbar .sidebar .nav-link-gray-400.dropdown-toggle {
  background: #869fac;
}
.sidebar .nav-link.nav-link-gray-400 i,
.sidebar .navbar .nav-link-gray-400.dropdown-toggle i,
.navbar .sidebar .nav-link-gray-400.dropdown-toggle i {
  color: rgba(255, 255, 255, 0.7);
}
.sidebar .nav-link.nav-link-gray-400:hover,
.sidebar .navbar .nav-link-gray-400.dropdown-toggle:hover,
.navbar .sidebar .nav-link-gray-400.dropdown-toggle:hover {
  background: #7793a2 !important;
}
.sidebar .nav-link.nav-link-gray-400:hover i,
.sidebar .navbar .nav-link-gray-400.dropdown-toggle:hover i,
.navbar .sidebar .nav-link-gray-400.dropdown-toggle:hover i {
  color: #000;
}
.sidebar .nav-link.nav-link-gray-500,
.sidebar .navbar .nav-link-gray-500.dropdown-toggle,
.navbar .sidebar .nav-link-gray-500.dropdown-toggle {
  background: #678898;
}
.sidebar .nav-link.nav-link-gray-500 i,
.sidebar .navbar .nav-link-gray-500.dropdown-toggle i,
.navbar .sidebar .nav-link-gray-500.dropdown-toggle i {
  color: rgba(255, 255, 255, 0.7);
}
.sidebar .nav-link.nav-link-gray-500:hover,
.sidebar .navbar .nav-link-gray-500.dropdown-toggle:hover,
.navbar .sidebar .nav-link-gray-500.dropdown-toggle:hover {
  background: #5d7a89 !important;
}
.sidebar .nav-link.nav-link-gray-500:hover i,
.sidebar .navbar .nav-link-gray-500.dropdown-toggle:hover i,
.navbar .sidebar .nav-link-gray-500.dropdown-toggle:hover i {
  color: #000;
}
.sidebar .nav-link.nav-link-gray-600,
.sidebar .navbar .nav-link-gray-600.dropdown-toggle,
.navbar .sidebar .nav-link-gray-600.dropdown-toggle {
  background: #536c79;
}
.sidebar .nav-link.nav-link-gray-600 i,
.sidebar .navbar .nav-link-gray-600.dropdown-toggle i,
.navbar .sidebar .nav-link-gray-600.dropdown-toggle i {
  color: rgba(255, 255, 255, 0.7);
}
.sidebar .nav-link.nav-link-gray-600:hover,
.sidebar .navbar .nav-link-gray-600.dropdown-toggle:hover,
.navbar .sidebar .nav-link-gray-600.dropdown-toggle:hover {
  background: #495f6a !important;
}
.sidebar .nav-link.nav-link-gray-600:hover i,
.sidebar .navbar .nav-link-gray-600.dropdown-toggle:hover i,
.navbar .sidebar .nav-link-gray-600.dropdown-toggle:hover i {
  color: #fff;
}
.sidebar .nav-link.nav-link-gray-700,
.sidebar .navbar .nav-link-gray-700.dropdown-toggle,
.navbar .sidebar .nav-link-gray-700.dropdown-toggle {
  background: #3e515b;
}
.sidebar .nav-link.nav-link-gray-700 i,
.sidebar .navbar .nav-link-gray-700.dropdown-toggle i,
.navbar .sidebar .nav-link-gray-700.dropdown-toggle i {
  color: rgba(255, 255, 255, 0.7);
}
.sidebar .nav-link.nav-link-gray-700:hover,
.sidebar .navbar .nav-link-gray-700.dropdown-toggle:hover,
.navbar .sidebar .nav-link-gray-700.dropdown-toggle:hover {
  background: #34444c !important;
}
.sidebar .nav-link.nav-link-gray-700:hover i,
.sidebar .navbar .nav-link-gray-700.dropdown-toggle:hover i,
.navbar .sidebar .nav-link-gray-700.dropdown-toggle:hover i {
  color: #000;
}
.sidebar .nav-link.nav-link-gray-800,
.sidebar .navbar .nav-link-gray-800.dropdown-toggle,
.navbar .sidebar .nav-link-gray-800.dropdown-toggle {
  background: #29363d;
}
.sidebar .nav-link.nav-link-gray-800 i,
.sidebar .navbar .nav-link-gray-800.dropdown-toggle i,
.navbar .sidebar .nav-link-gray-800.dropdown-toggle i {
  color: rgba(255, 255, 255, 0.7);
}
.sidebar .nav-link.nav-link-gray-800:hover,
.sidebar .navbar .nav-link-gray-800.dropdown-toggle:hover,
.navbar .sidebar .nav-link-gray-800.dropdown-toggle:hover {
  background: #1f292e !important;
}
.sidebar .nav-link.nav-link-gray-800:hover i,
.sidebar .navbar .nav-link-gray-800.dropdown-toggle:hover i,
.navbar .sidebar .nav-link-gray-800.dropdown-toggle:hover i {
  color: #000;
}
.sidebar .nav-link.nav-link-gray-900,
.sidebar .navbar .nav-link-gray-900.dropdown-toggle,
.navbar .sidebar .nav-link-gray-900.dropdown-toggle {
  background: #151b1e;
}
.sidebar .nav-link.nav-link-gray-900 i,
.sidebar .navbar .nav-link-gray-900.dropdown-toggle i,
.navbar .sidebar .nav-link-gray-900.dropdown-toggle i {
  color: rgba(255, 255, 255, 0.7);
}
.sidebar .nav-link.nav-link-gray-900:hover,
.sidebar .navbar .nav-link-gray-900.dropdown-toggle:hover,
.navbar .sidebar .nav-link-gray-900.dropdown-toggle:hover {
  background: #0b0e0f !important;
}
.sidebar .nav-link.nav-link-gray-900:hover i,
.sidebar .navbar .nav-link-gray-900.dropdown-toggle:hover i,
.navbar .sidebar .nav-link-gray-900.dropdown-toggle:hover i {
  color: #000;
}
.sidebar .nav-dropdown-toggle {
  position: relative;
}
.sidebar .nav-dropdown-toggle::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  margin-top: -4px;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%23536c79' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.sidebar .nav-dropdown.open {
  background: rgba(0, 0, 0, 0.2);
}
.sidebar .nav-dropdown.open > .nav-dropdown-items {
  max-height: 1500px;
}
.sidebar .nav-dropdown.open .nav-link,
.sidebar .nav-dropdown.open .navbar .dropdown-toggle,
.navbar .sidebar .nav-dropdown.open .dropdown-toggle {
  /*color: #fff;*/
  border-left: 0 !important;
}
.sidebar .nav-dropdown.open > .nav-link.nav-dropdown-toggle::before,
.sidebar
  .navbar
  .nav-dropdown.open
  > .nav-dropdown-toggle.dropdown-toggle::before,
.navbar
  .sidebar
  .nav-dropdown.open
  > .nav-dropdown-toggle.dropdown-toggle::before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.sidebar .nav-dropdown.open .nav-dropdown.open {
  border-left: 0;
}
.sidebar .nav-label {
  display: block;
  padding: 0.09375rem 1rem;
  color: #c2cfd6;
}
.sidebar .nav-label:hover {
  color: #000;
  text-decoration: none;
}
.sidebar .nav-label i {
  width: 20px;
  margin: -3px 0.5rem 0 0;
  font-size: 10px;
  color: #536c79;
  text-align: center;
  vertical-align: middle;
}
.sidebar .progress {
  background-color: #485f6b !important;
}
.sidebar .sidebar-footer {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0.75rem 1rem;
  background: rgba(0, 0, 0, 0.2);
}
.sidebar .sidebar-minimizer {
  position: relative;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  background-color: rgba(0, 0, 0, 0.2);
  border: 0;
}
.sidebar .sidebar-minimizer::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%23536c79' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12.5px;
  transition: 0.3s;
}
.sidebar .sidebar-minimizer:focus,
.sidebar .sidebar-minimizer.focus {
  outline: 0;
}
.sidebar .sidebar-minimizer:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.sidebar .sidebar-minimizer:hover::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%23fff' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
}

@media (min-width: 992px) {
  .sidebar-compact .sidebar .sidebar-nav {
    width: 150px;
  }
  .sidebar-compact .sidebar .nav {
    width: 150px;
  }
  .sidebar-compact .sidebar .nav .nav-title {
    text-align: center;
  }
  .sidebar-compact .sidebar .nav .nav-item {
    width: 150px;
    border-left: 0 !important;
  }
  .sidebar-compact .sidebar .nav .nav-item .nav-link,
  .sidebar-compact .sidebar .nav .nav-item .navbar .dropdown-toggle,
  .navbar .sidebar-compact .sidebar .nav .nav-item .dropdown-toggle {
    text-align: center;
  }
  .sidebar-compact .sidebar .nav .nav-item .nav-link i,
  .sidebar-compact .sidebar .nav .nav-item .navbar .dropdown-toggle i,
  .navbar .sidebar-compact .sidebar .nav .nav-item .dropdown-toggle i {
    display: block;
    width: 100%;
    margin: 0.25rem 0;
    font-size: 24px;
  }
  .sidebar-compact .sidebar .nav .nav-item .nav-link .badge,
  .sidebar-compact .sidebar .nav .nav-item .navbar .dropdown-toggle .badge,
  .navbar .sidebar-compact .sidebar .nav .nav-item .dropdown-toggle .badge {
    position: absolute;
    top: 18px;
    right: 10px;
  }
  .sidebar-compact
    .sidebar
    .nav
    .nav-item
    .nav-link.nav-dropdown-toggle::before,
  .sidebar-compact
    .sidebar
    .nav
    .nav-item
    .navbar
    .nav-dropdown-toggle.dropdown-toggle::before,
  .navbar
    .sidebar-compact
    .sidebar
    .nav
    .nav-item
    .nav-dropdown-toggle.dropdown-toggle::before {
    top: 30px;
  }
  .sidebar-minimized .hidden-cn {
    display: none;
  }
  .sidebar-minimized .sidebar {
    z-index: 1019;
  }
  .sidebar-minimized .sidebar .sidebar-nav {
    overflow: visible;
    width: 50px;
  }
  .sidebar-minimized .sidebar .nav {
    width: 50px;
  }
  .sidebar-minimized .sidebar .nav-divider,
  .sidebar-minimized .sidebar .divider,
  .sidebar-minimized .sidebar .nav-title,
  .sidebar-minimized .sidebar .sidebar-footer,
  .sidebar-minimized .sidebar .sidebar-form,
  .sidebar-minimized .sidebar .sidebar-header {
    display: none;
  }
  .sidebar-minimized .sidebar .sidebar-minimizer::before {
    width: 100%;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .sidebar-minimized .sidebar .nav-item {
    width: 50px;
    overflow: hidden;
    border-left: 0 !important;
  }
  .sidebar-minimized .sidebar .nav-item:hover {
    width: 250px;
    overflow: visible;
  }
  .sidebar-minimized .sidebar .nav-item:hover > .nav-link,
  .sidebar-minimized .sidebar .navbar .nav-item:hover > .dropdown-toggle,
  .navbar .sidebar-minimized .sidebar .nav-item:hover > .dropdown-toggle {
    background: #cc9262;
  }
  .sidebar-minimized .sidebar .nav-item:hover > .nav-link i,
  .sidebar-minimized .sidebar .navbar .nav-item:hover > .dropdown-toggle i,
  .navbar .sidebar-minimized .sidebar .nav-item:hover > .dropdown-toggle i {
    color: #fff;
  }
  .sidebar-minimized .sidebar .nav-link,
  .sidebar-minimized .sidebar .navbar .dropdown-toggle,
  .navbar .sidebar-minimized .sidebar .dropdown-toggle {
    position: relative;
    padding-left: 0;
    margin: 0;
    white-space: nowrap;
    border-left: 0 !important;
  }
  .sidebar-minimized .sidebar .nav-link i,
  .sidebar-minimized .sidebar .navbar .dropdown-toggle i,
  .navbar .sidebar-minimized .sidebar .dropdown-toggle i {
    display: block;
    float: left;
    width: 50px;
    font-size: 18px;
  }
  .sidebar-minimized .sidebar .nav-link .badge,
  .sidebar-minimized .sidebar .navbar .dropdown-toggle .badge,
  .navbar .sidebar-minimized .sidebar .dropdown-toggle .badge {
    position: absolute;
    right: 15px;
    display: none;
  }
  .sidebar-minimized .sidebar .nav-link:hover,
  .sidebar-minimized .sidebar .navbar .dropdown-toggle:hover,
  .navbar .sidebar-minimized .sidebar .dropdown-toggle:hover {
    width: 250px;
    background: #cc9262;
  }
  .sidebar-minimized .sidebar .nav-link:hover .badge,
  .sidebar-minimized .sidebar .navbar .dropdown-toggle:hover .badge,
  .navbar .sidebar-minimized .sidebar .dropdown-toggle:hover .badge {
    display: inline;
  }
  .sidebar-minimized .sidebar .nav-link.nav-dropdown-toggle::before,
  .sidebar-minimized
    .sidebar
    .navbar
    .nav-dropdown-toggle.dropdown-toggle::before,
  .navbar
    .sidebar-minimized
    .sidebar
    .nav-dropdown-toggle.dropdown-toggle::before {
    display: none;
  }
  .sidebar-minimized .sidebar .nav-dropdown-items .nav-item {
    width: 200px;
  }
  .sidebar-minimized .sidebar .nav-dropdown-items .nav-item .nav-link,
  .sidebar-minimized
    .sidebar
    .nav-dropdown-items
    .nav-item
    .navbar
    .dropdown-toggle,
  .navbar
    .sidebar-minimized
    .sidebar
    .nav-dropdown-items
    .nav-item
    .dropdown-toggle {
    width: 200px;
  }
  .sidebar-minimized .sidebar .nav > .nav-dropdown > .nav-dropdown-items {
    display: none;
    max-height: 1000px;
    background: #29363d;
  }
  .sidebar-minimized .sidebar .nav > .nav-dropdown:hover {
    background: #cc9262;
  }
  .sidebar-minimized .sidebar .nav > .nav-dropdown:hover > .nav-dropdown-items {
    position: absolute;
    left: 50px;
    display: inline;
  }
}

.switch.switch-default {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 24px;
  background-color: transparent;
  cursor: pointer;
}
.switch.switch-default .switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.switch.switch-default .switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #a4b7c1;
  border-radius: 2px;
  transition: opacity background 0.15s ease-out;
}
.switch.switch-default .switch-input:checked ~ .switch-label::before {
  opacity: 0;
}
.switch.switch-default .switch-input:checked ~ .switch-label::after {
  opacity: 1;
}
.switch.switch-default .switch-handle {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #a4b7c1;
  border-radius: 1px;
  transition: left 0.15s ease-out;
}
.switch.switch-default .switch-input:checked ~ .switch-handle {
  left: 18px;
}
.switch.switch-default.switch-lg {
  width: 48px;
  height: 28px;
}
.switch.switch-default.switch-lg .switch-label {
  font-size: 12px;
}
.switch.switch-default.switch-lg .switch-handle {
  width: 24px;
  height: 24px;
}
.switch.switch-default.switch-lg .switch-input:checked ~ .switch-handle {
  left: 22px;
}
.switch.switch-default.switch-sm {
  width: 32px;
  height: 20px;
}
.switch.switch-default.switch-sm .switch-label {
  font-size: 8px;
}
.switch.switch-default.switch-sm .switch-handle {
  width: 16px;
  height: 16px;
}
.switch.switch-default.switch-sm .switch-input:checked ~ .switch-handle {
  left: 14px;
}
.switch.switch-default.switch-xs {
  width: 24px;
  height: 16px;
}
.switch.switch-default.switch-xs .switch-label {
  font-size: 7px;
}
.switch.switch-default.switch-xs .switch-handle {
  width: 12px;
  height: 12px;
}
.switch.switch-default.switch-xs .switch-input:checked ~ .switch-handle {
  left: 10px;
}

.switch.switch-text {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 48px;
  height: 24px;
  background-color: transparent;
  cursor: pointer;
}
.switch.switch-text .switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.switch.switch-text .switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #a4b7c1;
  border-radius: 2px;
  transition: opacity background 0.15s ease-out;
}
.switch.switch-text .switch-label::before,
.switch.switch-text .switch-label::after {
  position: absolute;
  top: 50%;
  width: 50%;
  margin-top: -0.5em;
  line-height: 1;
  text-align: center;
  transition: inherit;
}
.switch.switch-text .switch-label::before {
  right: 1px;
  color: #c2cfd6;
  content: attr(data-off);
}
.switch.switch-text .switch-label::after {
  left: 1px;
  color: #fff;
  content: attr(data-on);
  opacity: 0;
}
.switch.switch-text .switch-input:checked ~ .switch-label::before {
  opacity: 0;
}
.switch.switch-text .switch-input:checked ~ .switch-label::after {
  opacity: 1;
}
.switch.switch-text .switch-handle {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #a4b7c1;
  border-radius: 1px;
  transition: left 0.15s ease-out;
}
.switch.switch-text .switch-input:checked ~ .switch-handle {
  left: 26px;
}
.switch.switch-text.switch-lg {
  width: 56px;
  height: 28px;
}
.switch.switch-text.switch-lg .switch-label {
  font-size: 12px;
}
.switch.switch-text.switch-lg .switch-handle {
  width: 24px;
  height: 24px;
}
.switch.switch-text.switch-lg .switch-input:checked ~ .switch-handle {
  left: 30px;
}
.switch.switch-text.switch-sm {
  width: 40px;
  height: 20px;
}
.switch.switch-text.switch-sm .switch-label {
  font-size: 8px;
}
.switch.switch-text.switch-sm .switch-handle {
  width: 16px;
  height: 16px;
}
.switch.switch-text.switch-sm .switch-input:checked ~ .switch-handle {
  left: 22px;
}
.switch.switch-text.switch-xs {
  width: 32px;
  height: 16px;
}
.switch.switch-text.switch-xs .switch-label {
  font-size: 7px;
}
.switch.switch-text.switch-xs .switch-handle {
  width: 12px;
  height: 12px;
}
.switch.switch-text.switch-xs .switch-input:checked ~ .switch-handle {
  left: 18px;
}

.switch.switch-icon {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 48px;
  height: 24px;
  background-color: transparent;
  cursor: pointer;
}
.switch.switch-icon .switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.switch.switch-icon .switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-family: FontAwesome;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #a4b7c1;
  border-radius: 2px;
  transition: opacity background 0.15s ease-out;
}
.switch.switch-icon .switch-label::before,
.switch.switch-icon .switch-label::after {
  position: absolute;
  top: 50%;
  width: 50%;
  margin-top: -0.5em;
  line-height: 1;
  text-align: center;
  transition: inherit;
}
.switch.switch-icon .switch-label::before {
  right: 1px;
  color: #c2cfd6;
  content: attr(data-off);
}
.switch.switch-icon .switch-label::after {
  left: 1px;
  color: #fff;
  content: attr(data-on);
  opacity: 0;
}
.switch.switch-icon .switch-input:checked ~ .switch-label::before {
  opacity: 0;
}
.switch.switch-icon .switch-input:checked ~ .switch-label::after {
  opacity: 1;
}
.switch.switch-icon .switch-handle {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #a4b7c1;
  border-radius: 1px;
  transition: left 0.15s ease-out;
}
.switch.switch-icon .switch-input:checked ~ .switch-handle {
  left: 26px;
}
.switch.switch-icon.switch-lg {
  width: 56px;
  height: 28px;
}
.switch.switch-icon.switch-lg .switch-label {
  font-size: 12px;
}
.switch.switch-icon.switch-lg .switch-handle {
  width: 24px;
  height: 24px;
}
.switch.switch-icon.switch-lg .switch-input:checked ~ .switch-handle {
  left: 30px;
}
.switch.switch-icon.switch-sm {
  width: 40px;
  height: 20px;
}
.switch.switch-icon.switch-sm .switch-label {
  font-size: 8px;
}
.switch.switch-icon.switch-sm .switch-handle {
  width: 16px;
  height: 16px;
}
.switch.switch-icon.switch-sm .switch-input:checked ~ .switch-handle {
  left: 22px;
}
.switch.switch-icon.switch-xs {
  width: 32px;
  height: 16px;
}
.switch.switch-icon.switch-xs .switch-label {
  font-size: 7px;
}
.switch.switch-icon.switch-xs .switch-handle {
  width: 12px;
  height: 12px;
}
.switch.switch-icon.switch-xs .switch-input:checked ~ .switch-handle {
  left: 18px;
}

.switch.switch-3d {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 24px;
  background-color: transparent;
  cursor: pointer;
}
.switch.switch-3d .switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.switch.switch-3d .switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #f0f3f5;
  border: 1px solid #a4b7c1;
  border-radius: 2px;
  transition: opacity background 0.15s ease-out;
}
.switch.switch-3d .switch-input:checked ~ .switch-label::before {
  opacity: 0;
}
.switch.switch-3d .switch-input:checked ~ .switch-label::after {
  opacity: 1;
}
.switch.switch-3d .switch-handle {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 1px solid #a4b7c1;
  border-radius: 1px;
  transition: left 0.15s ease-out;
  border: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.switch.switch-3d .switch-input:checked ~ .switch-handle {
  left: 16px;
}
.switch.switch-3d.switch-lg {
  width: 48px;
  height: 28px;
}
.switch.switch-3d.switch-lg .switch-label {
  font-size: 12px;
}
.switch.switch-3d.switch-lg .switch-handle {
  width: 28px;
  height: 28px;
}
.switch.switch-3d.switch-lg .switch-input:checked ~ .switch-handle {
  left: 20px;
}
.switch.switch-3d.switch-sm {
  width: 40px;
  height: 20px;
}
.switch.switch-3d.switch-sm .switch-label {
  font-size: 8px;
}
.switch.switch-3d.switch-sm .switch-handle {
  width: 20px;
  height: 20px;
}
.switch.switch-3d.switch-sm .switch-input:checked ~ .switch-handle {
  left: 20px;
}
.switch.switch-3d.switch-xs {
  width: 24px;
  height: 16px;
}
.switch.switch-3d.switch-xs .switch-label {
  font-size: 7px;
}
.switch.switch-3d.switch-xs .switch-handle {
  width: 16px;
  height: 16px;
}
.switch.switch-3d.switch-xs .switch-input:checked ~ .switch-handle {
  left: 8px;
}

.switch-pill .switch-label,
.switch.switch-3d .switch-label,
.switch-pill .switch-handle,
.switch.switch-3d .switch-handle {
  border-radius: 50em !important;
}

.switch-pill .switch-label::before,
.switch.switch-3d .switch-label::before {
  right: 2px !important;
}

.switch-pill .switch-label::after,
.switch.switch-3d .switch-label::after {
  left: 2px !important;
}

.switch-primary > .switch-input:checked ~ .switch-label {
  background: #cc9262 !important;
  border-color: #cc9262;
}

.switch-primary > .switch-input:checked ~ .switch-handle {
  border-color: #1985ac;
}

.switch-primary-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #cc9262;
}
.switch-primary-outline > .switch-input:checked ~ .switch-label::after {
  color: #cc9262;
}

.switch-primary-outline > .switch-input:checked ~ .switch-handle {
  border-color: #cc9262;
}

.switch-primary-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #cc9262;
}
.switch-primary-outline-alt > .switch-input:checked ~ .switch-label::after {
  color: #cc9262;
}

.switch-primary-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #cc9262 !important;
  border-color: #cc9262;
}

.switch-secondary > .switch-input:checked ~ .switch-label {
  background: #a4b7c1 !important;
  border-color: #869fac;
}

.switch-secondary > .switch-input:checked ~ .switch-handle {
  border-color: #869fac;
}

.switch-secondary-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #a4b7c1;
}
.switch-secondary-outline > .switch-input:checked ~ .switch-label::after {
  color: #a4b7c1;
}

.switch-secondary-outline > .switch-input:checked ~ .switch-handle {
  border-color: #a4b7c1;
}

.switch-secondary-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #a4b7c1;
}
.switch-secondary-outline-alt > .switch-input:checked ~ .switch-label::after {
  color: #a4b7c1;
}

.switch-secondary-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #a4b7c1 !important;
  border-color: #a4b7c1;
}

.switch-success > .switch-input:checked ~ .switch-label {
  background: #4dbd74 !important;
  border-color: #3a9d5d;
}

.switch-success > .switch-input:checked ~ .switch-handle {
  border-color: #3a9d5d;
}

.switch-success-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #4dbd74;
}
.switch-success-outline > .switch-input:checked ~ .switch-label::after {
  color: #4dbd74;
}

.switch-success-outline > .switch-input:checked ~ .switch-handle {
  border-color: #4dbd74;
}

.switch-success-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #4dbd74;
}
.switch-success-outline-alt > .switch-input:checked ~ .switch-label::after {
  color: #4dbd74;
}

.switch-success-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #4dbd74 !important;
  border-color: #4dbd74;
}

.switch-info > .switch-input:checked ~ .switch-label {
  background: #63c2de !important;
  border-color: #39b2d5;
}

.switch-info > .switch-input:checked ~ .switch-handle {
  border-color: #39b2d5;
}

.switch-info-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #63c2de;
}
.switch-info-outline > .switch-input:checked ~ .switch-label::after {
  color: #63c2de;
}

.switch-info-outline > .switch-input:checked ~ .switch-handle {
  border-color: #63c2de;
}

.switch-info-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #63c2de;
}
.switch-info-outline-alt > .switch-input:checked ~ .switch-label::after {
  color: #63c2de;
}

.switch-info-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #63c2de !important;
  border-color: #63c2de;
}

.switch-warning > .switch-input:checked ~ .switch-label {
  background: #ffc107 !important;
  border-color: #d39e00;
}

.switch-warning > .switch-input:checked ~ .switch-handle {
  border-color: #d39e00;
}

.switch-warning-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #ffc107;
}
.switch-warning-outline > .switch-input:checked ~ .switch-label::after {
  color: #ffc107;
}

.switch-warning-outline > .switch-input:checked ~ .switch-handle {
  border-color: #ffc107;
}

.switch-warning-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #ffc107;
}
.switch-warning-outline-alt > .switch-input:checked ~ .switch-label::after {
  color: #ffc107;
}

.switch-warning-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #ffc107 !important;
  border-color: #ffc107;
}

.switch-danger > .switch-input:checked ~ .switch-label {
  background: #f86c6b !important;
  border-color: #f63c3a;
}

.switch-danger > .switch-input:checked ~ .switch-handle {
  border-color: #f63c3a;
}

.switch-danger-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #f86c6b;
}
.switch-danger-outline > .switch-input:checked ~ .switch-label::after {
  color: #f86c6b;
}

.switch-danger-outline > .switch-input:checked ~ .switch-handle {
  border-color: #f86c6b;
}

.switch-danger-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #f86c6b;
}
.switch-danger-outline-alt > .switch-input:checked ~ .switch-label::after {
  color: #f86c6b;
}

.switch-danger-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #f86c6b !important;
  border-color: #f86c6b;
}

.switch-light > .switch-input:checked ~ .switch-label {
  background: #f0f3f5 !important;
  border-color: #d1dbe1;
}

.switch-light > .switch-input:checked ~ .switch-handle {
  border-color: #d1dbe1;
}

.switch-light-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #f0f3f5;
}
.switch-light-outline > .switch-input:checked ~ .switch-label::after {
  color: #f0f3f5;
}

.switch-light-outline > .switch-input:checked ~ .switch-handle {
  border-color: #f0f3f5;
}

.switch-light-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #f0f3f5;
}
.switch-light-outline-alt > .switch-input:checked ~ .switch-label::after {
  color: #f0f3f5;
}

.switch-light-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #f0f3f5 !important;
  border-color: #f0f3f5;
}

.switch-dark > .switch-input:checked ~ .switch-label {
  background: #29363d !important;
  border-color: #151b1f;
}

.switch-dark > .switch-input:checked ~ .switch-handle {
  border-color: #151b1f;
}

.switch-dark-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #29363d;
}
.switch-dark-outline > .switch-input:checked ~ .switch-label::after {
  color: #29363d;
}

.switch-dark-outline > .switch-input:checked ~ .switch-handle {
  border-color: #29363d;
}

.switch-dark-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #29363d;
}
.switch-dark-outline-alt > .switch-input:checked ~ .switch-label::after {
  color: #29363d;
}

.switch-dark-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #29363d !important;
  border-color: #29363d;
}

.switch-blue > .switch-input:checked ~ .switch-label {
  background: #cc9262 !important;
  border-color: #1985ac;
}

.switch-blue > .switch-input:checked ~ .switch-handle {
  border-color: #1985ac;
}

.switch-blue-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #cc9262;
}
.switch-blue-outline > .switch-input:checked ~ .switch-label::after {
  color: #cc9262;
}

.switch-blue-outline > .switch-input:checked ~ .switch-handle {
  border-color: #cc9262;
}

.switch-blue-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #cc9262;
}
.switch-blue-outline-alt > .switch-input:checked ~ .switch-label::after {
  color: #cc9262;
}

.switch-blue-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #cc9262 !important;
  border-color: #cc9262;
}

.switch-indigo > .switch-input:checked ~ .switch-label {
  background: #6610f2 !important;
  border-color: #510bc4;
}

.switch-indigo > .switch-input:checked ~ .switch-handle {
  border-color: #510bc4;
}

.switch-indigo-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #6610f2;
}
.switch-indigo-outline > .switch-input:checked ~ .switch-label::after {
  color: #6610f2;
}

.switch-indigo-outline > .switch-input:checked ~ .switch-handle {
  border-color: #6610f2;
}

.switch-indigo-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #6610f2;
}
.switch-indigo-outline-alt > .switch-input:checked ~ .switch-label::after {
  color: #6610f2;
}

.switch-indigo-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #6610f2 !important;
  border-color: #6610f2;
}

.switch-purple > .switch-input:checked ~ .switch-label {
  background: #6f42c1 !important;
  border-color: #59339d;
}

.switch-purple > .switch-input:checked ~ .switch-handle {
  border-color: #59339d;
}

.switch-purple-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #6f42c1;
}
.switch-purple-outline > .switch-input:checked ~ .switch-label::after {
  color: #6f42c1;
}

.switch-purple-outline > .switch-input:checked ~ .switch-handle {
  border-color: #6f42c1;
}

.switch-purple-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #6f42c1;
}
.switch-purple-outline-alt > .switch-input:checked ~ .switch-label::after {
  color: #6f42c1;
}

.switch-purple-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #6f42c1 !important;
  border-color: #6f42c1;
}

.switch-pink > .switch-input:checked ~ .switch-label {
  background: #e83e8c !important;
  border-color: #d91a72;
}

.switch-pink > .switch-input:checked ~ .switch-handle {
  border-color: #d91a72;
}

.switch-pink-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #e83e8c;
}
.switch-pink-outline > .switch-input:checked ~ .switch-label::after {
  color: #e83e8c;
}

.switch-pink-outline > .switch-input:checked ~ .switch-handle {
  border-color: #e83e8c;
}

.switch-pink-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #e83e8c;
}
.switch-pink-outline-alt > .switch-input:checked ~ .switch-label::after {
  color: #e83e8c;
}

.switch-pink-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #e83e8c !important;
  border-color: #e83e8c;
}

.switch-red > .switch-input:checked ~ .switch-label {
  background: #f86c6b !important;
  border-color: #f63c3a;
}

.switch-red > .switch-input:checked ~ .switch-handle {
  border-color: #f63c3a;
}

.switch-red-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #f86c6b;
}
.switch-red-outline > .switch-input:checked ~ .switch-label::after {
  color: #f86c6b;
}

.switch-red-outline > .switch-input:checked ~ .switch-handle {
  border-color: #f86c6b;
}

.switch-red-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #f86c6b;
}
.switch-red-outline-alt > .switch-input:checked ~ .switch-label::after {
  color: #f86c6b;
}

.switch-red-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #f86c6b !important;
  border-color: #f86c6b;
}

.switch-orange > .switch-input:checked ~ .switch-label {
  background: #f8cb00 !important;
  border-color: #c5a100;
}

.switch-orange > .switch-input:checked ~ .switch-handle {
  border-color: #c5a100;
}

.switch-orange-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #f8cb00;
}
.switch-orange-outline > .switch-input:checked ~ .switch-label::after {
  color: #f8cb00;
}

.switch-orange-outline > .switch-input:checked ~ .switch-handle {
  border-color: #f8cb00;
}

.switch-orange-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #f8cb00;
}
.switch-orange-outline-alt > .switch-input:checked ~ .switch-label::after {
  color: #f8cb00;
}

.switch-orange-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #f8cb00 !important;
  border-color: #f8cb00;
}

.switch-yellow > .switch-input:checked ~ .switch-label {
  background: #ffc107 !important;
  border-color: #d39e00;
}

.switch-yellow > .switch-input:checked ~ .switch-handle {
  border-color: #d39e00;
}

.switch-yellow-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #ffc107;
}
.switch-yellow-outline > .switch-input:checked ~ .switch-label::after {
  color: #ffc107;
}

.switch-yellow-outline > .switch-input:checked ~ .switch-handle {
  border-color: #ffc107;
}

.switch-yellow-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #ffc107;
}
.switch-yellow-outline-alt > .switch-input:checked ~ .switch-label::after {
  color: #ffc107;
}

.switch-yellow-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #ffc107 !important;
  border-color: #ffc107;
}

.switch-green > .switch-input:checked ~ .switch-label {
  background: #4dbd74 !important;
  border-color: #3a9d5d;
}

.switch-green > .switch-input:checked ~ .switch-handle {
  border-color: #3a9d5d;
}

.switch-green-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #4dbd74;
}
.switch-green-outline > .switch-input:checked ~ .switch-label::after {
  color: #4dbd74;
}

.switch-green-outline > .switch-input:checked ~ .switch-handle {
  border-color: #4dbd74;
}

.switch-green-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #4dbd74;
}
.switch-green-outline-alt > .switch-input:checked ~ .switch-label::after {
  color: #4dbd74;
}

.switch-green-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #4dbd74 !important;
  border-color: #4dbd74;
}

.switch-teal > .switch-input:checked ~ .switch-label {
  background: #20c997 !important;
  border-color: #199d76;
}

.switch-teal > .switch-input:checked ~ .switch-handle {
  border-color: #199d76;
}

.switch-teal-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #20c997;
}
.switch-teal-outline > .switch-input:checked ~ .switch-label::after {
  color: #20c997;
}

.switch-teal-outline > .switch-input:checked ~ .switch-handle {
  border-color: #20c997;
}

.switch-teal-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #20c997;
}
.switch-teal-outline-alt > .switch-input:checked ~ .switch-label::after {
  color: #20c997;
}

.switch-teal-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #20c997 !important;
  border-color: #20c997;
}

.switch-cyan > .switch-input:checked ~ .switch-label {
  background: #63c2de !important;
  border-color: #39b2d5;
}

.switch-cyan > .switch-input:checked ~ .switch-handle {
  border-color: #39b2d5;
}

.switch-cyan-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #63c2de;
}
.switch-cyan-outline > .switch-input:checked ~ .switch-label::after {
  color: #63c2de;
}

.switch-cyan-outline > .switch-input:checked ~ .switch-handle {
  border-color: #63c2de;
}

.switch-cyan-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #63c2de;
}
.switch-cyan-outline-alt > .switch-input:checked ~ .switch-label::after {
  color: #63c2de;
}

.switch-cyan-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #63c2de !important;
  border-color: #63c2de;
}

.switch-gray-100 > .switch-input:checked ~ .switch-label {
  background: #f0f3f5 !important;
  border-color: #d1dbe1;
}

.switch-gray-100 > .switch-input:checked ~ .switch-handle {
  border-color: #d1dbe1;
}

.switch-gray-100-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #f0f3f5;
}
.switch-gray-100-outline > .switch-input:checked ~ .switch-label::after {
  color: #f0f3f5;
}

.switch-gray-100-outline > .switch-input:checked ~ .switch-handle {
  border-color: #f0f3f5;
}

.switch-gray-100-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #f0f3f5;
}
.switch-gray-100-outline-alt > .switch-input:checked ~ .switch-label::after {
  color: #f0f3f5;
}

.switch-gray-100-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #f0f3f5 !important;
  border-color: #f0f3f5;
}

.switch-gray-200 > .switch-input:checked ~ .switch-label {
  background: #c2cfd6 !important;
  border-color: #a4b7c2;
}

.switch-gray-200 > .switch-input:checked ~ .switch-handle {
  border-color: #a4b7c2;
}

.switch-gray-200-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #c2cfd6;
}
.switch-gray-200-outline > .switch-input:checked ~ .switch-label::after {
  color: #c2cfd6;
}

.switch-gray-200-outline > .switch-input:checked ~ .switch-handle {
  border-color: #c2cfd6;
}

.switch-gray-200-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #c2cfd6;
}
.switch-gray-200-outline-alt > .switch-input:checked ~ .switch-label::after {
  color: #c2cfd6;
}

.switch-gray-200-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #c2cfd6 !important;
  border-color: #c2cfd6;
}

.switch-gray-300 > .switch-input:checked ~ .switch-label {
  background: #a4b7c1 !important;
  border-color: #869fac;
}

.switch-gray-300 > .switch-input:checked ~ .switch-handle {
  border-color: #869fac;
}

.switch-gray-300-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #a4b7c1;
}
.switch-gray-300-outline > .switch-input:checked ~ .switch-label::after {
  color: #a4b7c1;
}

.switch-gray-300-outline > .switch-input:checked ~ .switch-handle {
  border-color: #a4b7c1;
}

.switch-gray-300-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #a4b7c1;
}
.switch-gray-300-outline-alt > .switch-input:checked ~ .switch-label::after {
  color: #a4b7c1;
}

.switch-gray-300-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #a4b7c1 !important;
  border-color: #a4b7c1;
}

.switch-gray-400 > .switch-input:checked ~ .switch-label {
  background: #869fac !important;
  border-color: #688797;
}

.switch-gray-400 > .switch-input:checked ~ .switch-handle {
  border-color: #688797;
}

.switch-gray-400-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #869fac;
}
.switch-gray-400-outline > .switch-input:checked ~ .switch-label::after {
  color: #869fac;
}

.switch-gray-400-outline > .switch-input:checked ~ .switch-handle {
  border-color: #869fac;
}

.switch-gray-400-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #869fac;
}
.switch-gray-400-outline-alt > .switch-input:checked ~ .switch-label::after {
  color: #869fac;
}

.switch-gray-400-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #869fac !important;
  border-color: #869fac;
}

.switch-gray-500 > .switch-input:checked ~ .switch-label {
  background: #678898 !important;
  border-color: #526d7a;
}

.switch-gray-500 > .switch-input:checked ~ .switch-handle {
  border-color: #526d7a;
}

.switch-gray-500-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #678898;
}
.switch-gray-500-outline > .switch-input:checked ~ .switch-label::after {
  color: #678898;
}

.switch-gray-500-outline > .switch-input:checked ~ .switch-handle {
  border-color: #678898;
}

.switch-gray-500-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #678898;
}
.switch-gray-500-outline-alt > .switch-input:checked ~ .switch-label::after {
  color: #678898;
}

.switch-gray-500-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #678898 !important;
  border-color: #678898;
}

.switch-gray-600 > .switch-input:checked ~ .switch-label {
  background: #536c79 !important;
  border-color: #3e515b;
}

.switch-gray-600 > .switch-input:checked ~ .switch-handle {
  border-color: #3e515b;
}

.switch-gray-600-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #536c79;
}
.switch-gray-600-outline > .switch-input:checked ~ .switch-label::after {
  color: #536c79;
}

.switch-gray-600-outline > .switch-input:checked ~ .switch-handle {
  border-color: #536c79;
}

.switch-gray-600-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #536c79;
}
.switch-gray-600-outline-alt > .switch-input:checked ~ .switch-label::after {
  color: #536c79;
}

.switch-gray-600-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #536c79 !important;
  border-color: #536c79;
}

.switch-gray-700 > .switch-input:checked ~ .switch-label {
  background: #3e515b !important;
  border-color: #29363d;
}

.switch-gray-700 > .switch-input:checked ~ .switch-handle {
  border-color: #29363d;
}

.switch-gray-700-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #3e515b;
}
.switch-gray-700-outline > .switch-input:checked ~ .switch-label::after {
  color: #3e515b;
}

.switch-gray-700-outline > .switch-input:checked ~ .switch-handle {
  border-color: #3e515b;
}

.switch-gray-700-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #3e515b;
}
.switch-gray-700-outline-alt > .switch-input:checked ~ .switch-label::after {
  color: #3e515b;
}

.switch-gray-700-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #3e515b !important;
  border-color: #3e515b;
}

.switch-gray-800 > .switch-input:checked ~ .switch-label {
  background: #29363d !important;
  border-color: #151b1f;
}

.switch-gray-800 > .switch-input:checked ~ .switch-handle {
  border-color: #151b1f;
}

.switch-gray-800-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #29363d;
}
.switch-gray-800-outline > .switch-input:checked ~ .switch-label::after {
  color: #29363d;
}

.switch-gray-800-outline > .switch-input:checked ~ .switch-handle {
  border-color: #29363d;
}

.switch-gray-800-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #29363d;
}
.switch-gray-800-outline-alt > .switch-input:checked ~ .switch-label::after {
  color: #29363d;
}

.switch-gray-800-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #29363d !important;
  border-color: #29363d;
}

.switch-gray-900 > .switch-input:checked ~ .switch-label {
  background: #151b1e !important;
  border-color: black;
}

.switch-gray-900 > .switch-input:checked ~ .switch-handle {
  border-color: black;
}

.switch-gray-900-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #151b1e;
}
.switch-gray-900-outline > .switch-input:checked ~ .switch-label::after {
  color: #151b1e;
}

.switch-gray-900-outline > .switch-input:checked ~ .switch-handle {
  border-color: #151b1e;
}

.switch-gray-900-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #151b1e;
}
.switch-gray-900-outline-alt > .switch-input:checked ~ .switch-label::after {
  color: #151b1e;
}

.switch-gray-900-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #151b1e !important;
  border-color: #151b1e;
}

.table-outline {
  border: 1px solid #a4b7c1;
}
.table-outline td {
  vertical-align: middle;
}

.table-align-middle td {
  vertical-align: middle;
}

.table-clear td {
  border: 0;
}

.social-box {
  min-height: 160px;
  margin-bottom: 1.5rem;
  text-align: center;
  background: #fff;
  border: 1px solid #c2cfd6;
}
.social-box i {
  display: block;
  margin: -1px -1px 0;
  font-size: 40px;
  line-height: 90px;
  background: #c2cfd6;
}
.social-box .chart-wrapper {
  height: 90px;
  margin: -90px 0 0;
}
.social-box .chart-wrapper canvas {
  width: 100% !important;
  height: 90px !important;
}
.social-box ul {
  padding: 10px 0;
  list-style: none;
}
.social-box ul li {
  display: block;
  float: left;
  width: 50%;
}
.social-box ul li:first-child {
  border-right: 1px solid #a4b7c1;
}
.social-box ul li strong {
  display: block;
  font-size: 20px;
}
.social-box ul li span {
  font-size: 10px;
  font-weight: 500;
  color: #a4b7c1;
  text-transform: uppercase;
}
.social-box.facebook i {
  color: #fff;
  background: #3b5998;
}
.social-box.twitter i {
  color: #fff;
  background: #00aced;
}
.social-box.linkedin i {
  color: #fff;
  background: #4875b4;
}
.social-box.google-plus i {
  color: #fff;
  background: #d34836;
}

.horizontal-bars {
  padding: 0;
  margin: 0;
  list-style: none;
}
.horizontal-bars li {
  position: relative;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
}
.horizontal-bars li .title {
  width: 100px;
  font-size: 12px;
  font-weight: 600;
  color: #536c79;
  vertical-align: middle;
}
.horizontal-bars li .bars {
  position: absolute;
  top: 15px;
  width: 100%;
  padding-left: 100px;
}
.horizontal-bars li .bars .progress:first-child {
  margin-bottom: 2px;
}
.horizontal-bars li.legend {
  text-align: center;
}
.horizontal-bars li.legend .badge {
  display: inline-block;
  width: 8px;
  height: 8px;
  padding: 0;
}
.horizontal-bars li.divider {
  height: 40px;
}
.horizontal-bars li.divider i {
  margin: 0 !important;
}
.horizontal-bars.type-2 li {
  overflow: hidden;
}
.horizontal-bars.type-2 li i {
  display: inline-block;
  margin-right: 1rem;
  margin-left: 5px;
  font-size: 18px;
  line-height: 40px;
}
.horizontal-bars.type-2 li .title {
  display: inline-block;
  width: auto;
  margin-top: -9px;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 40px;
  color: #151b1e;
}
.horizontal-bars.type-2 li .value {
  float: right;
  font-weight: 600;
}
.horizontal-bars.type-2 li .bars {
  position: absolute;
  top: auto;
  bottom: 0;
  padding: 0;
}

.icons-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.icons-list li {
  position: relative;
  height: 40px;
  vertical-align: middle;
}
.icons-list li i {
  display: block;
  float: left;
  width: 35px !important;
  height: 35px !important;
  margin: 2px;
  line-height: 35px !important;
  text-align: center;
}
.icons-list li .desc {
  height: 40px;
  margin-left: 50px;
  border-bottom: 1px solid #a4b7c1;
}
.icons-list li .desc .title {
  padding: 2px 0 0;
  margin: 0;
}
.icons-list li .desc small {
  display: block;
  margin-top: -4px;
  color: #536c79;
}
.icons-list li .value {
  position: absolute;
  top: 2px;
  right: 45px;
  text-align: right;
}
.icons-list li .value strong {
  display: block;
  margin-top: -3px;
}
.icons-list li .actions {
  position: absolute;
  top: -4px;
  right: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.icons-list li .actions i {
  float: none;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  line-height: normal;
}
.icons-list li.divider {
  height: 40px;
}
.icons-list li.divider i {
  width: auto;
  height: auto;
  margin: 2px 0 0;
  font-size: 18px;
}

@media all and (-ms-high-contrast: none) {
  html {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.app,
app-dashboard,
app-root {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

.app-header {
  -ms-flex: 0 0 55px;
  flex: 0 0 55px;
}

.app-footer {
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
}

.app-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow-x: hidden;
}
.app-body .main {
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}
.app-body .sidebar {
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  -ms-flex-order: -1;
  order: -1;
}
.app-body .aside-menu {
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
}

.header-fixed .app-header {
  position: fixed;
  z-index: 1020;
  width: 100%;
}

.header-fixed .app-body {
  margin-top: 55px;
}

.sidebar-hidden .sidebar {
  margin-left: -200px;
}

.sidebar-fixed .sidebar {
  position: fixed;
  z-index: 1019;
  width: 200px;
  height: calc(100vh - 55px);
}

.sidebar-fixed .main,
.sidebar-fixed .app-footer {
  margin-left: 200px;
}

.sidebar-fixed.sidebar-hidden .main,
.sidebar-fixed.sidebar-hidden .app-footer {
  margin-left: 0;
}

.sidebar-off-canvas .sidebar {
  position: fixed;
  z-index: 1019;
  height: calc(100vh - 55px);
}

@media (min-width: 992px) {
  .sidebar-compact .sidebar {
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
  }
  .sidebar-compact.sidebar-hidden .sidebar {
    margin-left: -150px;
  }
  .sidebar-compact.sidebar-fixed .main,
  .sidebar-compact.sidebar-fixed .app-footer {
    margin-left: 150px;
  }
  .sidebar-compact.sidebar-fixed .sidebar {
    width: 150px;
  }
  .sidebar-compact.sidebar-fixed.sidebar-hidden .main,
  .sidebar-compact.sidebar-fixed.sidebar-hidden .app-footer {
    margin-left: 0;
  }
  .sidebar-compact .sidebar-minimizer {
    display: none;
  }
  .sidebar-minimized .sidebar {
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
  }
  .sidebar-minimized.sidebar-hidden .sidebar {
    margin-left: -50px;
  }
  .sidebar-minimized.sidebar-fixed .main,
  .sidebar-minimized.sidebar-fixed .app-footer {
    margin-left: 50px;
  }
  .sidebar-minimized.sidebar-fixed .sidebar {
    width: 50px;
  }
  .sidebar-minimized.sidebar-fixed.sidebar-hidden .main,
  .sidebar-minimized.sidebar-fixed.sidebar-hidden .app-footer {
    margin-left: 0;
  }
}

.aside-menu-hidden .aside-menu {
  margin-right: -250px;
}

.aside-menu-fixed .aside-menu {
  position: fixed;
  right: 0;
  height: 100%;
}
.aside-menu-fixed .aside-menu .tab-content {
  height: calc(100vh - 2.375rem - 55px);
}

.aside-menu-fixed .main,
.aside-menu-fixed .app-footer {
  margin-right: 250px;
}

.aside-menu-fixed.aside-menu-hidden .main,
.aside-menu-fixed.aside-menu-hidden .app-footer {
  margin-right: 0;
}

.aside-menu-off-canvas .aside-menu {
  position: fixed;
  right: 0;
  z-index: 1019;
  height: 100%;
}
.aside-menu-off-canvas .aside-menu .tab-content {
  height: calc(100vh - 2.375rem - 55px);
}

.breadcrumb-fixed .main {
  padding-top: 3.875rem;
}

.breadcrumb-fixed .breadcrumb {
  position: fixed;
  top: 55px;
  right: 0;
  left: 0;
  z-index: 1018;
}

.breadcrumb-fixed .main:nth-child(2) .breadcrumb {
  right: 250px;
  left: 200px;
}

.breadcrumb-fixed .main:first-child .breadcrumb {
  right: 250px;
  left: 0;
}

.breadcrumb-fixed .main:last-child .breadcrumb {
  right: 0;
}

.breadcrumb-fixed.sidebar-minimized .main .breadcrumb {
  left: 50px;
}

.breadcrumb-fixed.sidebar-hidden .main .breadcrumb,
.breadcrumb-fixed.sidebar-off-canvas .main .breadcrumb {
  left: 0;
}

.breadcrumb-fixed.aside-menu-hidden .main .breadcrumb,
.breadcrumb-fixed.aside-menu-off-canvas .main .breadcrumb {
  right: 0;
}

.footer-fixed .app-footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1020;
  height: 50px;
}

.footer-fixed .app-body {
  margin-bottom: 50px;
}

.app-header,
.app-footer,
.sidebar,
.main,
.aside-menu {
  transition: margin-left 0.25s, margin-right 0.25s, width 0.25s, flex 0.25s;
  transition: margin-left 0.25s, margin-right 0.25s, width 0.25s, flex 0.25s,
    -ms-flex 0.25s;
}

.sidebar-nav {
  transition: width 0.25s;
}

.breadcrumb {
  transition: left 0.25s, right 0.25s, width 0.25s;
}

@media (max-width: 991.98px) {
  .app-header.navbar {
    position: fixed !important;
    z-index: 1020;
    width: 100%;
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid #a4b7c1;
  }
  .app-header.navbar .navbar-toggler {
    color: #536c79;
  }
  .app-header.navbar .navbar-brand {
    position: absolute;
    left: 50%;
    margin-left: -77.5px;
  }
  .app-body {
    margin-top: 55px;
  }
  .breadcrumb-fixed .main:nth-child(2) .breadcrumb {
    right: auto;
    left: auto;
    width: 100%;
  }
  .sidebar {
    position: fixed;
    z-index: 1019;
    width: 220px;
    height: calc(100vh - 55px);
    margin-left: -220px;
  }
  .sidebar .sidebar-nav,
  .sidebar .nav {
    width: 220px;
    min-height: calc(100vh - 55px);
  }
  .sidebar .sidebar-minimizer {
    display: none;
  }
  .main,
  .app-footer {
    margin-left: 0 !important;
  }
  .sidebar-hidden .sidebar {
    margin-left: -220px;
  }
  .sidebar-mobile-show .sidebar {
    width: 220px;
    margin-left: 0;
  }
  .sidebar-mobile-show .main {
    margin-right: -220px !important;
    margin-left: 220px !important;
  }
}

hr.transparent {
  border-top: 1px solid transparent;
}

.bg-primary,
.bg-success,
.bg-info,
.bg-warning,
.bg-danger,
.bg-inverse {
  color: #fff;
}

.b-a-0 {
  border: 0 !important;
}

.b-t-0 {
  border-top: 0 !important;
}

.b-r-0 {
  border-right: 0 !important;
}

.b-b-0 {
  border-bottom: 0 !important;
}

.b-l-0 {
  border-left: 0 !important;
}

.b-a-1 {
  border: 1px solid #a4b7c1 !important;
}

.b-t-1 {
  border-top: 1px solid #a4b7c1 !important;
}

.b-r-1 {
  border-right: 1px solid #a4b7c1 !important;
}

.b-b-1 {
  border-bottom: 1px solid #a4b7c1 !important;
}

.b-l-1 {
  border-left: 1px solid #a4b7c1 !important;
}

.b-a-2 {
  border: 2px solid #a4b7c1 !important;
}

.b-t-2 {
  border-top: 2px solid #a4b7c1 !important;
}

.b-r-2 {
  border-right: 2px solid #a4b7c1 !important;
}

.b-b-2 {
  border-bottom: 2px solid #a4b7c1 !important;
}

.b-l-2 {
  border-left: 2px solid #a4b7c1 !important;
}

@media (max-width: 575.98px) {
  .d-down-none {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .d-sm-down-none {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .d-md-down-none {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .d-lg-down-none {
    display: none !important;
  }
}

.d-xl-down-none {
  display: none !important;
}

.label-pill {
  border-radius: 1rem !important;
}

.open > a,
.show > a {
  outline: 0;
}

.navbar .dropdown-toggle .img-avatar {
  height: 2.5rem;
  width: 2.5rem;
  margin: 0 10px;
}

*[dir="rtl"] {
  direction: rtl;
  unicode-bidi: embed;
}
*[dir="rtl"] ul {
  -webkit-padding-start: 0;
}
*[dir="rtl"] table tr th {
  text-align: right;
}
*[dir="rtl"] .breadcrumb-item {
  float: right;
}
*[dir="rtl"] .breadcrumb-menu {
  right: auto;
  left: 1rem;
}
*[dir="rtl"] .dropdown-item {
  text-align: right;
}
*[dir="rtl"] .dropdown-item i {
  margin-right: -10px;
  margin-left: 10px;
}
*[dir="rtl"] .dropdown-item .badge {
  right: auto;
  left: 10px;
}
*[dir="rtl"] .sidebar-hidden .sidebar {
  margin-right: -200px;
}
*[dir="rtl"] .sidebar-fixed .main,
*[dir="rtl"] .sidebar-fixed .app-footer {
  margin-right: 200px;
}
*[dir="rtl"] .sidebar-fixed.sidebar-hidden .main,
*[dir="rtl"] .sidebar-fixed.sidebar-hidden .app-footer {
  margin-right: 0;
}
*[dir="rtl"] .sidebar-minimized .sidebar {
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
}
*[dir="rtl"] .sidebar-minimized.sidebar-hidden .sidebar {
  margin-right: -50px;
  margin-left: 0;
}
*[dir="rtl"] .sidebar-minimized.sidebar-fixed .main,
*[dir="rtl"] .sidebar-minimized.sidebar-fixed .app-footer {
  margin-right: 50px;
}
*[dir="rtl"] .sidebar-minimized.sidebar-fixed.sidebar-hidden .main,
*[dir="rtl"] .sidebar-minimized.sidebar-fixed.sidebar-hidden .app-footer {
  margin-left: 0;
}
*[dir="rtl"] .aside-menu-hidden .aside-menu {
  margin-right: 0;
  margin-left: -250px;
}
*[dir="rtl"] .aside-menu-fixed .aside-menu {
  right: auto;
  left: 0;
}
*[dir="rtl"] .aside-menu-fixed .main,
*[dir="rtl"] .aside-menu-fixed .app-footer {
  margin-left: 250px;
}
*[dir="rtl"] .aside-menu-fixed.aside-menu-hidden .main,
*[dir="rtl"] .aside-menu-fixed.aside-menu-hidden .app-footer {
  margin-left: 0;
}
*[dir="rtl"] .aside-menu-off-canvas .aside-menu {
  position: fixed;
  right: 0;
  z-index: 1019;
  height: 100%;
}
*[dir="rtl"] .aside-menu-off-canvas .aside-menu .tab-content {
  height: calc(100vh - 2.375rem - 55px);
}
*[dir="rtl"] .sidebar .sidebar-nav .nav .nav-item .nav-link,
*[dir="rtl"] .sidebar .sidebar-nav .nav .nav-item .navbar .dropdown-toggle,
.navbar *[dir="rtl"] .sidebar .sidebar-nav .nav .nav-item .dropdown-toggle {
  direction: rtl;
}
*[dir="rtl"] .sidebar .sidebar-nav .nav .nav-item .nav-link i,
*[dir="rtl"] .sidebar .sidebar-nav .nav .nav-item .navbar .dropdown-toggle i,
.navbar *[dir="rtl"] .sidebar .sidebar-nav .nav .nav-item .dropdown-toggle i {
  margin: 0 0 0 0.5rem;
}
*[dir="rtl"] .sidebar .sidebar-nav .nav .nav-item .nav-link .badge,
*[dir="rtl"]
  .sidebar
  .sidebar-nav
  .nav
  .nav-item
  .navbar
  .dropdown-toggle
  .badge,
.navbar
  *[dir="rtl"]
  .sidebar
  .sidebar-nav
  .nav
  .nav-item
  .dropdown-toggle
  .badge {
  float: left;
  margin-top: 2px;
}
*[dir="rtl"]
  .sidebar
  .sidebar-nav
  .nav
  .nav-item
  .nav-link.nav-dropdown-toggle::before,
*[dir="rtl"]
  .sidebar
  .sidebar-nav
  .nav
  .nav-item
  .navbar
  .nav-dropdown-toggle.dropdown-toggle::before,
.navbar
  *[dir="rtl"]
  .sidebar
  .sidebar-nav
  .nav
  .nav-item
  .nav-dropdown-toggle.dropdown-toggle::before {
  position: absolute;
  right: auto !important;
  left: 1rem;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
*[dir="rtl"]
  .sidebar
  .sidebar-nav
  .nav
  .nav-item.nav-dropdown.open
  > .nav-link.nav-dropdown-toggle::before,
*[dir="rtl"]
  .sidebar
  .sidebar-nav
  .nav
  .navbar
  .nav-item.nav-dropdown.open
  > .nav-dropdown-toggle.dropdown-toggle::before,
.navbar
  *[dir="rtl"]
  .sidebar
  .sidebar-nav
  .nav
  .nav-item.nav-dropdown.open
  > .nav-dropdown-toggle.dropdown-toggle::before {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
*[dir="rtl"] .sidebar-minimized .sidebar .nav-link,
*[dir="rtl"] .sidebar-minimized .sidebar .navbar .dropdown-toggle,
.navbar *[dir="rtl"] .sidebar-minimized .sidebar .dropdown-toggle {
  padding-right: 0;
}
*[dir="rtl"] .sidebar-minimized .sidebar .nav-link i,
*[dir="rtl"] .sidebar-minimized .sidebar .navbar .dropdown-toggle i,
.navbar *[dir="rtl"] .sidebar-minimized .sidebar .dropdown-toggle i {
  float: right;
  padding: 0;
  margin: 0;
}
*[dir="rtl"] .sidebar-minimized .sidebar .nav-link .badge,
*[dir="rtl"] .sidebar-minimized .sidebar .navbar .dropdown-toggle .badge,
.navbar *[dir="rtl"] .sidebar-minimized .sidebar .dropdown-toggle .badge {
  right: auto;
  left: 15px;
}
*[dir="rtl"]
  .sidebar-minimized
  .sidebar
  .nav
  > .nav-dropdown:hover
  > .nav-dropdown-items {
  right: 50px;
  left: 0;
}
*[dir="rtl"] .horizontal-bars li .bars {
  padding-right: 100px;
  padding-left: 0;
}
*[dir="rtl"] .horizontal-bars li .bars .progress:first-child {
  margin-bottom: 2px;
}
*[dir="rtl"] .horizontal-bars.type-2 li i {
  margin-right: 5px;
  margin-left: 1rem;
}
*[dir="rtl"] .horizontal-bars.type-2 li .value {
  float: left;
  font-weight: 600;
}
*[dir="rtl"] .horizontal-bars.type-2 li .bars {
  padding: 0;
}
*[dir="rtl"] .icons-list li {
  position: relative;
  height: 40px;
  vertical-align: middle;
}
*[dir="rtl"] .icons-list li i {
  float: right;
}
*[dir="rtl"] .icons-list li .desc {
  margin-right: 50px;
  margin-left: 0;
}
*[dir="rtl"] .icons-list li .value {
  right: auto;
  left: 45px;
  text-align: left;
}
*[dir="rtl"] .icons-list li .value strong {
  display: block;
  margin-top: -3px;
}
*[dir="rtl"] .icons-list li .actions {
  right: auto;
  left: 10px;
}
*[dir="rtl"] .callout {
  border: 0 solid #a4b7c1;
  border-right-width: 0.25rem;
}
*[dir="rtl"] .callout.callout-primary {
  border-right-color: #cc9262;
}
*[dir="rtl"] .callout.callout-secondary {
  border-right-color: #a4b7c1;
}
*[dir="rtl"] .callout.callout-success {
  border-right-color: #4dbd74;
}
*[dir="rtl"] .callout.callout-info {
  border-right-color: #63c2de;
}
*[dir="rtl"] .callout.callout-warning {
  border-right-color: #ffc107;
}
*[dir="rtl"] .callout.callout-danger {
  border-right-color: #f86c6b;
}
*[dir="rtl"] .callout.callout-light {
  border-right-color: #f0f3f5;
}
*[dir="rtl"] .callout.callout-dark {
  border-right-color: #29363d;
}
*[dir="rtl"] .callout.callout-blue {
  border-right-color: #cc9262;
}
*[dir="rtl"] .callout.callout-indigo {
  border-right-color: #6610f2;
}
*[dir="rtl"] .callout.callout-purple {
  border-right-color: #6f42c1;
}
*[dir="rtl"] .callout.callout-pink {
  border-right-color: #e83e8c;
}
*[dir="rtl"] .callout.callout-red {
  border-right-color: #f86c6b;
}
*[dir="rtl"] .callout.callout-orange {
  border-right-color: #f8cb00;
}
*[dir="rtl"] .callout.callout-yellow {
  border-right-color: #ffc107;
}
*[dir="rtl"] .callout.callout-green {
  border-right-color: #4dbd74;
}
*[dir="rtl"] .callout.callout-teal {
  border-right-color: #20c997;
}
*[dir="rtl"] .callout.callout-cyan {
  border-right-color: #63c2de;
}
*[dir="rtl"] .callout.callout-gray-100 {
  border-right-color: #f0f3f5;
}
*[dir="rtl"] .callout.callout-gray-200 {
  border-right-color: #c2cfd6;
}
*[dir="rtl"] .callout.callout-gray-300 {
  border-right-color: #a4b7c1;
}
*[dir="rtl"] .callout.callout-gray-400 {
  border-right-color: #869fac;
}
*[dir="rtl"] .callout.callout-gray-500 {
  border-right-color: #678898;
}
*[dir="rtl"] .callout.callout-gray-600 {
  border-right-color: #536c79;
}
*[dir="rtl"] .callout.callout-gray-700 {
  border-right-color: #3e515b;
}
*[dir="rtl"] .callout.callout-gray-800 {
  border-right-color: #29363d;
}
*[dir="rtl"] .callout.callout-gray-900 {
  border-right-color: #151b1e;
}
*[dir="rtl"] .callout .chart-wrapper {
  left: 0;
  float: left;
}
*[dir="rtl"] .callout-default {
  border-right-color: #536c79;
}

input[type="radio"].form-check-input.profile {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

input[type="radio"].form-check-input.profile + label {
  filter: grayscale(100%);
}

input[type="radio"]:checked.form-check-input.profile + label {
  filter: grayscale(0%);
}

.clubContainer {
  position: relative;
  width: 7rem;
}
.clubContainer img {
  display: block;
  width: 7rem;
}
.clubContainer .fa-facebook-square {
  position: absolute;
  bottom: -3px;
  right: 0;
  color: #3b5998;
  font-size: 3em;
  /*background-color: white;
  border-radius: 15px;*/
}

.brandContainer {
  position: relative;
  width: 7rem;
}
.brandContainer img {
  display: block;
  width: 7rem;
}
.brandContainer .fa-facebook-square {
  position: absolute;
  bottom: -3px;
  right: 0;
  color: #3b5998;
  font-size: 3em;
  /*background-color: white;
  border-radius: 15px;*/
}

.shadowedText {
  text-shadow: 0.3px 0.3px 0 #000, -0.3px 0.3px 0 #000, 0.3px -0.3px 0 #000,
    -0.3px -0.3px 0 #000, 0px 0.3px 0 #000, 0px -0.3px 0 #000, -0.3px 0px 0 #000,
    0.3px 0px 0 #000, 0.3px 0.3px 0 #000, -0.3px 0.3px 0 #000,
    0.3px -0.3px 0 #000, -0.3px -0.3px 0 #000, 0px 0.3px 0 #000,
    0px -0.3px 0 #000, -0.3px 0px 0 #000, 0.3px 0px 0 #000, 0.3px 0.3px 0 #000,
    -0.3px 0.3px 0 #000, 0.3px -0.3px 0 #000, -0.3px -0.3px 0 #000,
    0.3px 0.3px 0 #000, -0.3px 0.3px 0 #000, 0.3px -0.3px 0 #000,
    -0.3px -0.3px 0 #000;
}

.sourceLabel {
  text-align: center;
  background-color: #26413c;
  color: #e6fafc;
  padding: 25px;
  margin: 10px 0 0 0;
}

.flexCont {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  background-color: #3e505b;
  padding: 25px 0;
}

.article {
  display: flex;
  flex-direction: column;
  width: 19vw;
  margin: 0 0 10px 0;
  // flex-grow: 1;
}

.imageCover {
  width: 100%;
}

#infotainer {
  background: #8ab0ab;
  color: #1a1d1a;
  text-decoration: none;
}

.itemName {
  font-size: 1.25rem;
  margin: 0;
  padding: 10px 15px 10px 15px;
}

.itemAuthorName {
  font-size: 0.85rem;
  margin: 0;
  padding: 0 15px 10px 15px;
}

.itemDesc {
  color: #1a1d1a;
  font-size: 0.75em;
  margin: 0 0 15px 0px;
  padding: 10px 15px 0px 15px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 736px) {
  .flexCont {
    flex-direction: column;
    align-items: center;
  }

  .article {
    width: 90%;
  }
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #cc9262;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.fc-day-header {
  background-color: white;
  height: 3rem;
  vertical-align: middle !important;
  border-color: #cbc9ca !important;
  border-width: 2px !important;
}

.fc-day {
  background-color: #f2f2f2;
}

.fc-unthemed td.fc-today {
  background-color: #f2f2f2 !important;
}

.fc-day .fc-day-number {
  color: Black;
}

.fc-other-month {
  background-color: #d8d8d8;
}

.fc-other-month .fc-day-number {
  color: #d8d8d8;
}

.fc-unthemed td {
  border-color: #cbc9ca !important;
  border-width: 2px !important;
}

.list-group .list-group-item {
  border-radius: 0;
  cursor: move;
}

.list-group .list-group-item:hover {
  background-color: #f7f7f7;
}

.my-handle {
  cursor: move;
  cursor: -webkit-grabbing;
}

.tabs {
  margin-top: 2em; /* Adds lots of space around the tabs, to avoid the border to fall into the tab content area */
}

/* Only visible when the mouse is on a tab title */
.tab:hover {
  color: black; /* Colors the text in black to highlight the possible selection */
  text-decoration: none; /* Removes the hyperlink underline style */
}

.tab {
  cursor: pointer;
  border: 3px solid #6a6a6a;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 0 5px;
}

.activetab {
  color: black; /* Colors the text in black */
  border: 3px solid #2d2d2d;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; /* Underlines the text with a bold dark border */
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel
  > .panel-collapse
  > .list-group:first-child
  .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel
  > .panel-heading
  + .panel-collapse
  > .list-group
  .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

[role="button"] {
  cursor: pointer;
}

.collapse.in {
  display: block;
}

input[type="radio"].form-check-input.profile {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

input[type="radio"].form-check-input.profile + label {
  filter: grayscale(100%);
}

input[type="radio"]:checked.form-check-input.profile + label {
  filter: grayscale(0%);
}

input[type="checkbox"].checkbox_wrapper {
  opacity: 0;
}

input[type="checkbox"].checkbox_wrapper + label {
  filter: grayscale(100%);
}

input[type="checkbox"]:checked.checkbox_wrapper + label {
  filter: grayscale(0%);
}

.fc-bgevent {
  background-color: #d3945e !important;
  opacity: 1 !important;
}

/* .monthUnselected {
  height: 3rem;
  padding: 0.8rem 0 0 0;
  background-color: #f0f0f0;
  font-weight: bold;
  border: solid 3px white;
  cursor: pointer;
} */

/* .monthSelected {
  height: 3rem;
  padding: 0.8rem 0 0 0;
  background-color: #d3945e;
  font-weight: bold;
  border: solid 3px white;
  cursor: pointer;
} */

.rzslider .rz-pointer {
  background-color: #d3945e !important;
}

.rzslider .rz-pointer.rz-active::after {
  background-color: #8e6440 !important;
}

.rzslider .rz-selection {
  background-color: #9fa1a7 !important;
}

/*.fc-event, .fc-event-dot {
  background-color: transparent !important;
}
*/
.fc-event {
  position: relative;
  display: block;
  font-size: 0.85em;
  line-height: 1.3;
  border-radius: 3px;
  /*border: 1px solid saddlebrown !important;*/
  border: none !important;
}

/*.fc-time {
  visibility: collapse !important;
}
*/

#view1 article,
aside,
details,
figcaption,
figure,
hgroup,
menu,
nav,
section {
  display: block;
}

#view1 ol,
ul {
  list-style: none;
}

#view1 blockquote,
q {
  quotes: none;
}

#view1 blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

#view1 table {
  border-collapse: collapse;
  border-spacing: 0;
}

#view2 table {
  border-collapse: collapse;
  border-spacing: 0;
}


#view2 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#view2 select option:focus,
select::-moz-focus-inner,
option::-moz-focus-inner,
select {
  outline: none;
  border: none;
}

#view2 select::-ms-expand {
  display: none;
}

#view3 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; 
} 

#view3 select option:focus,
select::-moz-focus-inner,
option::-moz-focus-inner,
select {
  outline: none;
  border: none;
}

#view3 select::-ms-expand {
  display: none;
}

#view1 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#view1 select option:focus,
select::-moz-focus-inner,
option::-moz-focus-inner,
select {
  outline: none;
  border: none;
}

#view1 select::-ms-expand {
  display: none;
}

.simplebar-content-wrapper {
  overflow: auto;
}

.simplebar-scrollbar::before {
  background-color: red;
}

.btn-orange {
  background: #e29560;
  border: 1px solid #e29560;
}

.main-container {
  padding: 2rem 1rem;
  min-width: 1000px;
}

#view1 .myTeams__header {
  color: #000;
  font-weight: bold;
  justify-content: space-between;
  margin-bottom: 1rem;
}

#view1 .myTeams__header h2 {
  padding-right: 15px;
  margin: 0.5rem 0;
}

#view1 .myTeams__header i {
  cursor: pointer;
}

#view1 .myTeams__list {
  background: #fafbfd;
  max-height: 370px;
  overflow-y: scroll;
  overflow-x: clip;
}

.show-sidebar {
  -webkit-transform: translateX(0)
}

#filterCollapse{
  -webkit-transform: translateX(-15vw);
}
#view1 .myTeams__list ul {
  margin: 0;
  padding: 0;
}

#view1 .myTeams__list ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
}

#view1 .myTeams__list ul li p {
  color: #5b5b5b;
}

#view1 .myTeams__list--images {
  display: flex;
  align-items: center;
}

#view1 .myTeams__list--images * {
  margin: 0 7px;
}

#view1 .myTeams__list--images .more-teams {
  border-radius: 50%;
  background: #b4b6b7;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  width: 30px;
  height: 30px;
}

#view1 .myTeams__list--images .more-teams i {
  color: #ffff;
}

/* #view1 .myClub {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
} */

#view1 .myClub h2 {
  width: 100%;
  padding: 0.5rem;
  border-bottom: 1px solid #000;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.25rem;
}

#view1 .myClub p, span {
  margin: 0;
  text-align: center;
  display: block;
  font-size: 0.75rem;
}

#view1 .myClub .myClub__circle {
  padding: 0.4rem;
  background: #b9b9b9;
  border-radius: 50%;
  border: 2px solid #b9b9b9;
}

#view1 .myClub .myClub__circle input{
  position: absolute;
  opacity: 0;
  pointer-events: none,
}
#view1 .myClub .myClub__circle i {
  color: #fff;
  font-size: 1.7rem;
}

#view1 .myClub .myClub__circle.verified {
  background: #008ec0;
  border-color: #e48642;
}

#view1 .myClub .myClub-verification {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-top: 0.5rem;
}

#view1 .map-search {
  position: relative;
}

#view1 .map-search #map {
  height: 100%;
}

#view1 .map-search #search-input {
  position: relative;
  margin-top: 1rem;
  margin-left: 1rem;
}

#view1 .map-search #search-input::after {
  font-family: "FontAwesome";
  font-weight: 900;
  content: "\f002";
  font-size: 1rem;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #000;
}
#view1 .map-search #search-input input {
  background: #fff;
  border: none;
  font-size: 1rem;
  padding: 10px;
  height: auto;
}

#view1 .search-filters__acordion--button {
  border: none;
  background: 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #000;
  padding: 0.25rem;
  width: 100%;
}

#view1 .main-filters {
  margin-top: 2rem;
}

.search-items__filter {
  flex-wrap: wrap;
}

#view1 .search-filters__acordion--content .acordion--inner.type-file {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

#view1 .type-file button {
  border: none;
  background: 0 0;
  padding: 0 15px;
}

#view1 .type-file button.selected i,
#view1 .type-file button.selected p {
  color: #e29560;
}

#view1 .type-file button img {
  width: 60px;
  height: auto;
  display: block;
  margin-bottom: 0.5rem;
}

#view1 .type-file button p {
  font-size: 0.75rem;
  margin: 0;
  line-height: 1;
}

#view1 .search-filters__acordion--button h2 {
  color: #e29560;
  font-weight: bold;
  font-size: 1rem;
}

#view1 .search-filters__acordion--button i {
  font-size: 1.5rem;
  transition: all 0.5s ease 0s;
}

#view1 .search-filters__acordion--button[aria-expanded="true"] i {
  transform: rotate(180deg);
}

#view1 .search-filters__acordion--content h2, .search-filters__acordion--content h2 {
  color: #000;
  font-weight: bold;
  font-size: 0.75rem;
  margin: 1rem 0;
}

#view1 .search-filters__acordion--content ul, .search-filters__acordion--content ul {
  margin: 0;
  padding: 0;
}

#view1 .search-filters__acordion--content ul li, .search-filters__acordion--content ul li {
  margin: 0.5rem 0;
}

#view1 .search-filters__acordion--content label, .search-filters__acordion--content label {
  color: #000;
display: flex;
align-items: center;
}

#view1 .search-filters__acordion--content label span, .search-filters__acordion--content label span{
  margin-left: 0.5rem;
}

#view1 .search-filters__acordion--content .acordion--inner, .search-filters__acordion--content .acordion--inner {
  position: relative;
  display: block;
  margin: 1rem 0;
}

#view1 .search-filters__acordion--content .acordion--inner .input-date__selector, .search-filters__acordion--content .acordion--inner .input-date__selector{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row;
}

#view1 .search-filters__acordion--content .acordion--inner .input-date__selector p, .search-filters__acordion--content .acordion--inner .input-date__selector p{
  font-weight: bold;
  margin: 0 1rem;
  color: #e29560;
  font-size: 1rem;
}

#view1 .search-filters__acordion--content .acordion--inner.input-calendar, .search-filters__acordion--content .acordion--inner.input-calendar{  
  display: flex;
  flex-wrap: wrap;
} 


#view1 .search-filters__acordion--content .acordion--inner.input-calendar .input-calendar__month, .search-filters__acordion--content .acordion--inner.input-calendar .input-calendar__month{
  padding: 1rem 0;
  background-color: #f0f0f0;
  border: solid 3px white;
  cursor: pointer;
}

#view1 .search-filters__acordion--content .acordion--inner.input-calendar .input-calendar__month.monthSelected, .search-filters__acordion--content .acordion--inner.input-calendar .input-calendar__month.monthSelected{
  background-color: #d3945e;
}

#view1 .search-filters__acordion--content .acordion--inner.input-calendar .input-calendar__month p, .search-filters__acordion--content .acordion--inner.input-calendar .input-calendar__month p{
  font-size: 0.6rem;
  margin: 0;
  font-weight: bold;
  text-align: center;
}

#view2 .input-calendar__month{
  padding: 1rem 0;
  background-color: #f0f0f0;
  border: solid 3px white;
  cursor: pointer;
}

#view2 .input-calendar__month.monthSelected{
  background-color: #d3945e;
}

#view2 .input-calendar__month p{
  font-size: 0.6rem;
  margin: 0;
  font-weight: bold;
  text-align: center;
}

[type="checkbox"].filled-in:checked + span:not(.lever)::after {
  border: 2px solid #e29560;
  background-color: #e29560;
}

#view1 .input-wrapper {
  position: relative;
}

#view1 .input-wrapper::after {
  font-family: "FontAwesome";
  font-weight: 900;
  content: "\f002";
  font-size: 1rem;
  position: absolute;
  top: 5px;
  right: 10px;
  color: #000;
}

#view1 .input-wrapper input {
  height: auto;
  background: #fff;
  border: none;
  font-size: 1rem;
  padding: 5px 10px;
  height: auto;
  border: 1px solid #565655;
  width: 100%;
  box-sizing: border-box;
}

#view1 #countrySearch {
  max-height: 300px;
  overflow: scroll;
}

#view1 .checkboxScrolling small {
  font-weight: bold;
}

#view1 .range_content {
  margin: 1rem 0;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
  border: 1px solid #e29560;
  border-radius: 50% !important;
  background: #fff;
}

.ui-widget.ui-widget-content {
  height: 2px;
  border: 1px solid #7d7d7c;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.64em;
}

#view1 #collapsePresupuesto .range-flex {
  display: flex;
  justify-content: space-between;
}

#view1 #collapsePresupuesto .range-flex .range_content {
  padding: 0 10px;
}

#view1,
#view2 {
  position: relative;
}

#view2 {
  margin: 0;
}

@media screen and (min-width: 768px){
  #view2 {
    margin: 0 -15px;
  }
}

.section-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #e4e5e6;
  z-index: 100000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  padding: 2rem;
}

.section-loader p {
  margin-top: 1rem;
  font-size: 1rem;
  color: #000;
}

.section-title {
  margin: 20px 0;
}

.section-title h1 {
  text-align: center;
  margin: 0;
}

.search-input {
  position: relative;
  text-align: right;
}

.search-results__opts {
  display: flex;
}

.search-results__opts .search-results__btn {
  background: none;
  border: none;
  font-size: 0.7rem;
}

.search-results__opts .search-results__btn.opt-selected i,
.search-results__opts .search-results__btn.opt-selected {
  color: #e29560;
}

.search-results__opts .search-results__btn i,  .search-results__opts .search-results__btn img{
  display: block;
  width: 30px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .search-results__actions .search-results__actions--item {
    display: flex;
    flex-flow: column;
    align-items: center;
  }
}

#view1 .search-results__actions .search-input input,
.search-results__actions .search-input input, .search-input input {
  background: #fff;
  border: none;
  font-size: 1rem;
  padding: 5px 10px;
  height: auto;
  border: 1px solid #000;
}

@media screen and (max-width: 768px) {
  #view1 .search-results__actions .search-input input,
  .search-results__actions .search-input input, .search-input input {
    width: 100%;
  }
}

#view1 .search-results__actions .search-input::after,
.search-results__actions .search-input::after, .search-input::after {
  font-family: "FontAwesome";
  font-weight: 900;
  content: "\f002";
  font-size: 1rem;
  position: absolute;
  top: 5px;
  right: 20px;
  color: #000;
}

#view1 .search-results .nav-link, #view2 .search-results .nav-link {
  padding: 0;
  height: 100%;
  background: #f3f3f2;
  color: unset;
}

#view1 .search-results .search-items__wrapper,
#view2 .search-results .search-items__wrapper {
  position: relative;
  margin: 1rem 0;
}

#view1 .search-results .search-items__wrapper.unchecked::after,
#view2 .search-results .search-items__wrapper.unchecked::after {
  font-family: "FontAwesome";
  font-weight: 900;
  content: "";
  font-size: 1.3rem;
  position: absolute;
  top: -14px;
  right: -1px;
  padding-left: 5px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #e29560;
  color: #e29560;
  width: 35px;
  height: 35px;
}

#view1 .search-results .search-items__wrapper.checked::after,
#view2 .search-results .search-items__wrapper.checked::after {
  font-family: "FontAwesome";
  font-weight: 900;
  content: "\f00c";
  font-size: 1.3rem;
  position: absolute;
  top: -14px;
  right: -1px;
  padding-left: 5px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #e29560;
  color: #e29560;
  width: 35px;
  height: 35px;
}

#view1 .search-results .search-items__wrapper.selected::after,
#view2 .search-results .search-items__wrapper.selected::after {
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 1.3rem;
  position: absolute;
  top: -14px;
  right: -1px;
  padding-left: 5px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #e29560;
  color: #e29560;
  width: 35px;
  height: 35px;
}

#view1 .search-results .search-items__carousel--item img,
#view2 .search-results .search-items__carousel--item img {
  width: 100%;
  height: auto;
  display: block;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  border: none;
  background: 0 0;
  color: transparent;
  width: 20px;
  height: 39px;
  z-index: 2;
  padding: 0;
  transform: translate(0, -50%);
}

.slick-prev {
  left: 5px;
}

.slick-next {
  right: 5px;
}
.slick-prev::before {
  font-family: "FontAwesome";
  font-weight: 900;
  content: "\f053";
  font-size: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
}
.slick-next::after {
  font-family: "FontAwesome";
  font-weight: 900;
  content: "\f054";
  font-size: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
}

#view1 .search-results .search-items__carousel--item,
#view2 .search-results .search-items__carousel--item {
  position: relative;
}

#view1 .search-results .search-items__carousel--item > img {
  height: 200px;
  object-fit: cover;
}

#view1 .search-results.search-results_horizontal .search-items__carousel--item > img {
  height: 100%;
}

#view1 .search-results .search-items__carousel--item .search-items__title,
#view2 .search-results .search-items__carousel--item .search-items__title {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  padding: 0.4rem 0 0 0.4rem;
  justify-content: space-between;
  align-items: center;
}

#view2 .search-results .search-items__carousel--item .search-items__title{
  position: relative;
}

#view1 .search-results .search-items__delete,
#view2 .search-results .search-items__delete {
  position: absolute;
  right: -0.3rem;
  top: -2rem;
  border: none;
  background: none;
  padding: 0;
  font-size: 3rem;
  color: red;
  z-index: 2;
  opacity: 1;
  transition: all 0.5s ease 0s;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  #view1 .search-results .search-items__delete,
  #view2 .search-results .search-items__delete {
    opacity: 0;
  }
}

#view1 .search-results .search-items__wrapper:hover .search-items__delete,
#view2 .search-results .search-items__wrapper:hover .search-items__delete {
  opacity: 1;
  pointer-events: all;
}

#view1 .search-results .search-items__titular,
#view2 .search-results .search-items__titular {
  background: #f3f3f2;
  padding: 5px;
  text-align: left;
  display: flex;
  justify-content: space-between;
}

#view1 .search-results .search-items__titular p,
#view2 .search-results .search-items__titular p {
  font-size: 0.65rem;
  color: #000;
  margin: 0 0.25rem;
}

#view1 .search-results .search-items__titular p:last-child,
#view2 .search-results .search-items__titular p:last-child {
  text-align: right;
}

#view1 .search-results .search-items__images,
#view2 .search-results .search-items__images {
  position: relative;
}

#view1 .search-results_horizontal .search-items__images,
#view2 .search-results_horizontal .search-items__images{
  height: 91%;
}

#view1 .search-results .search-items__stars,
#view2 .search-results .search-items__stars {
  position: absolute;
  top: 0;
  padding: 5px;
  background: rgba(255, 255, 255, 0.4);
  z-index: 2;
  border-radius: 0 0 10px 0;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.2);
}

#view1 .search-results .search-items__carousel--item .search-items__title--logo,
#view2
  .search-results
  .search-items__carousel--item
  .search-items__title--logo {
  margin-right: 10px;
  flex-shrink: 0;
  position: relative;
}

#view1
  .search-results
  .search-items__carousel--item
  .search-items__title--logo
  img, #view2
  .search-results
  .search-items__carousel--item
  .search-items__title--logo
  img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
}

#view1
  .search-results
  .search-items__carousel--item
  .search-items__title--logo
  i, #view2
  .search-results
  .search-items__carousel--item
  .search-items__title--logo
  i {
  color: #3b5998;
  right: 0;
  font-size: 1rem;
  position: absolute;
  bottom: -0.5rem;
}

#view1 .search-results .search-items__carousel--item .search-items__title--text,
#view2
  .search-results
  .search-items__carousel--item
  .search-items__title--text {
  position: relative;
}

#view1
  .search-results
  .search-items__carousel--item
  .search-items__title--text
  p,
#view2
  .search-results
  .search-items__carousel--item
  .search-items__title--text
  p {
  font-weight: bold;
  margin: 0;
  padding: 0;
}

#view1
  .search-results
  .search-items__carousel--item
  .search-items__title--text
  span,
#view2
  .search-results
  .search-items__carousel--item
  .search-items__title--text
  span {
  font-size: 0.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  -webkit-box-orient: vertical;
  text-align: left;
}

#view1 .search-results .search-items__resume--days,
#view2 .search-results .search-items__resume--days {
  width: 100%;
  position: relative;
}

#view1 .search-results .search-items__resume--days p,
#view2 .search-results .search-items__resume--days p {
  text-align: center;
}

#view1 .search-results .search-items__resume--days .operation-days,
#view2 .search-results .search-items__resume--days .operation-days,
.operation-days  {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

#view1
  .search-results
  .search-items__resume--days
  .operation-days
  .operation-days__item,
#view2
  .search-results
  .search-items__resume--days
  .operation-days
  .operation-days__item,
  .operation-days
  .operation-days__item {
  position: relative;
  display: block;
}

#view1
  .search-results
  .search-items__resume--days
  .operation-days
  .operation-days__item
  span,
#view2
  .search-results
  .search-items__resume--days
  .operation-days
  .operation-days__item
  span,
  .operation-days
  .operation-days__item
  span {
  padding: 0 6px;
  text-align: center;
  color: #5c5c5c;
  background-color: #fff;
  width: 20px;
}

@media screen and (min-width: 768px) {
  #view1
    .search-results
    .search-items__resume--days
    .operation-days
    .operation-days__item
    span,
  #view2
    .search-results
    .search-items__resume--days
    .operation-days
    .operation-days__item
    span,  .operation-days
    .operation-days__item
    span {
    padding: 2px;
  }
  #view1
    .search-results
    .search-items__resume--days
    .operation-days
    .operation-days__item,
  #view2
    .search-results
    .search-items__resume--days
    .operation-days
    .operation-days__item,
    .operation-days
    .operation-days__item, {
    padding: 0 4px;
  }
}


#view1
  .search-results
  .search-items__resume--days
  .operation-days
  .operation-days__item.open
  span,
#view2
  .search-results
  .search-items__resume--days
  .operation-days
  .operation-days__item.open
  span, 
  .operation-days
  .operation-days__item.open
  span {
  background: #e29560;
  border: 1px solid #e29560;
  color: #fff;
}

#view1 .input-date .calendarMultiple {
  position: relative;
  display: table !important;
}

#view1 .input-date .calendarMultiple .daterangepicker {
  display: table !important;
  position: relative;
}

#view1 .input-date input {
  background: #fff;
  border: none;
  font-size: 1rem;
  padding: 5px 10px;
  height: auto;
  border: 1px solid #000;
  width: 100%;
}

#view1 .input-date__resume,
#view1 .input-date__resume--description {
  margin: 1rem 0;
  position: relative;
}

#view1 .input-date__resume--inner,
#view1 .input-date__resume--description {
  padding: 0 15px;
}

#view1 .input-date__resume--inner p,
#view1 .input-date__resume--description p{
  margin: 0;
}

#view1 .input-date__resume--inner span,
#view1 .input-date__resume--description span{
  text-align: left,
}

#view1 .input-date__resume--inner span {
  padding-left: 10px;
  font-weight: bold;
}

#view1 .input-date__resume--description span {
  font-weight: bold;
}

#view1 .input-date__resume--description select {
  margin-top: 0.5rem;
  background: #fff;
  border: none;
  font-size: 1rem;
  padding: 10px;
  height: auto;
  border: 1px solid #000;
}

#view1 .search-items__resume--inner,
#view2 .search-items__resume--inner {
  margin: 0.75rem 0;
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

#view1 .search-items__resume--newReel{
  justify-content: flex-end;
  display: flex;
  padding: 0;
}

#view1 .new-reel__inner{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#view1 .new-reel__inner p{
  margin: 0 !important;
  font-size: 0.75rem;
  color: #e29560;
}

#view1 .new-reel__inner button{
  padding: 5px 10px;
  border: 1px dashed #e29560;
  border-radius: 10px 0 0 0;
  display: flex;
  align-items: center;
  color: #5c5c5c;
  margin-left: 0.5rem;
}

#view1 .new-reel__inner button i{
  font-size: 1.2rem;
  margin-left: 0.25rem;
}

#view1 .search-items__resume,
#view2 .search-items__resume {
  background: #f3f3f2;
  padding: 0.5rem 0;
  position: relative;
  margin: 0;
}

#view1 .search-items__resume p,
#view2 .search-items__resume p {
  color: #5c5c5c;
  font-weight: bold;
  margin-bottom: 0.25rem;
  text-align: center;
  font-size: 0.8rem;
}

#view1 .search-items__resume i,
#view2 .search-items__resume i{
  font-size: 2rem;
  color: #e29560;
}

#view1 .search-items__resume a,
#view2 .search-items__resume a {
  color: #cc9262;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 0.75rem;
}

#view1 .search-items__resume .search-items__resume--hours, .search-items__resume--hours {
  width: 100%;
  display: flex;
  margin: 0 5px;
  color: #e29560;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-flow: column;
}

#view1 .search-results_horizontal .search-items__resume .search-items__resume--hours, .search-items__resume--hours{
  flex-flow: row;
}

.clubs-info__resume .search-items__resume--hours{
  flex-flow: row;
  margin: 0.25rem 0;
  justify-content: flex-start;
}

#view1 .search-items__resume select,
#view2 .search-items__resume select, .search-items__resume select, .search-items__resume--hours select {
  background: #fff;
  border: none;
  font-size: 0.75rem;
  padding: 1px 4px;
  height: auto;
  border: 1px solid #e29560;
  border-radius: 20px;
  text-align: center;
}

#view1 .search-items__resume .search-items__resume--line,
#view2 .search-items__resume .search-items__resume--line, .search-items__resume .search-items__resume--line, .search-items__resume--hours .search-items__resume--line {
  color: #e29560;
  margin: 0 5px;
}

#view1 .search-items__resume span,
#view2 .search-items__resume span, .search-items__resume span {
  color: #5c5c5c;
  font-weight: bold;
  text-align: center;
  display: block;
  font-size: 0.75rem;
}

#view1 .search-items__resume span.cost,
#view2 .search-items__resume span.cost, span.cost, .search-items__resume span.cost {
  color: #e29560;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

#view1 .search-items__resume span.rounded,
#view2 .search-items__resume span.rounded, .search-items__resume span.rounded {
  border: 1px solid #e29560;
  background: #fff;
  border-radius: 50% !important;
  display: block;
  padding: 6px 9px;
}

#view1 .select-hours__item,
#view2 .select-hours__item {
  padding: 0 5px;
  display: flex;
  align-items: center;
}

#view1 .select-hours__item select,
#view2 .select-hours__item select {
  background: #fff;
  border: none;
  font-size: 1rem;
  padding: 5px;
  height: auto;
  border: 1px solid #000;
  margin-right: 5px;
  text-align: center;
}

#view1 .selected-filters,
#view2 .selected-filters {
  background: #f3f3f2;
}

#view1 .selected-filter__header {
  margin: 1rem 0;
  padding: 1rem;
}
#view1 .selected-filter__header h2 {
  margin: 0;
}

#view1 .table-responsive tbody {
  display: block;
  table-layout: fixed;
  max-height: 450px;
  overflow: auto;
}
#view1 .table-responsive thead,
#view1 .table-responsive tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

#view1 .table-responsive .table th {
  text-align: center;
}

#view1 .table-responsive .table thead tr th i {
  color: #e29560;
  font-size: 1.5rem;
}

#view1 .table-responsive .table tbody tr th img {
  vertical-align: middle;
}

#view1 .table-responsive .table tbody tr th p {
  display: block;
}

#view1 .table-responsive .table tbody tr th.table-name {
  font-weight: bold;
}

#view1 .table-responsive .table th {
  vertical-align: middle;
}

#view1 .table-responsive .total b {
  display: block;
}

#view1 .accept-btn, .accept-btn {
  border: none;
  margin: 0 auto;
  background: #e29560;
  padding: 0.5rem 1rem;
  color: #fff;
  font-weight: bold;
  margin: 1rem auto;
  display: block;
  border-radius: 20px;
}

.btn-vira{
  border: none;
  padding: 0.5rem 1rem;
  color: #fff;
  font-weight: bold;
  border-radius: 20px;
  border: 1px solid #fff;
}

.btn-vira:hover{
  color: #fff;
}

.btn-vira.btn-orange{
  background: #e29560;
  border: 1px solid #e29560;
}

.btn-vira.btn-border-orange{
  background: #fff;
  color: #e29560;
  border: 1px solid #e29560;
}

#view2 .detail-campaign {
  position: relative;
}

#view2 .detail-campaign .detail-campaign__hero {
  background-image: url("https://via.placeholder.com/1920x300.png?text=Hero&Banner");
  background-size: cover;
  background-position: center;
  height: 300px;
  width: 100%;
}

#view2 .detail-campaign__image {
  position: absolute;
  top: 170px;
  left: 50px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

#view2 .detail-campaign__image img {
  width: 100%;
  height: auto;
  display: block;
}

.detail-campaign__info {
  position: relative;
  padding-left: 300px;
  padding-top: 30px;
  padding-right: 50px;
  padding-bottom: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.detail-campaign__name {
  position: relative;
  display: block;
  padding-right: 1rem;
}

.detail-campaign__name h2 {
  font-weight: bold;
  margin-bottom: 1rem;
}

.detail-campaign__dates {
  display: flex;
}

.detail-campaign__dates .campaign__dates--inner {
  padding: 0 1rem;
  text-align: center;
  font-size: 0.8rem;
}

.detail-campaign__dates .campaign__dates--inner span {
  font-weight: bold;
}

.detail-brands {
  display: flex;
  flex-wrap: wrap;
}

.detail-brands .detail-brands__brands {
  width: 100%;
  padding: 0 1rem;
}

@media screen and (min-width: 768px){
  .detail-brands .detail-brands__brands {
    width: 20%;
  }
}

.detail-brands .detail-brands__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.detail-brands .detail-brands__header h2{
  font-size: 1rem;
}

.detail-brands .detail-brands__brief {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  flex-flow: column;
  padding: 0 1rem;
}

.details-invitaciones{
  padding: 1rem !important;
}

@media screen and (min-width: 768px){
  .detail-brands .detail-brands__brands {
    width: 20%;
  }
  .detail-brands .detail-brands__brief {
    width: 80%;
    padding: 0;
  }
  .details-invitaciones{
    padding: 0;
  }
}

.detail-brands .detail-brands__brief label {
  padding-bottom: 1rem;
  font-size: 1rem;
}

.detail-brands .detail-brands__brief textarea {
  height: 100px;
  background: #f2f2f2;
  padding: 1rem;
  color: #000;
  border: none;
  resize: none;
  display: block;
  position: relative;
  width: 100%;
}

.detail-brands__list {
  width: 100%;
  overflow: scroll;
  position: relative;
  display: flex;
  flex-flow: row;
  padding-bottom: 1rem;
}

.detail-brands__list img {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  display: block;
}

.detail-brands__list button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
  background: #f2f2f2;
  padding: 0;
  flex-shrink: 0;
}

.detail-brands__list > * {
  margin: 0 0.5rem;
}

.detail-brands__list button i {
  font-size: 2rem;
}

.detail-brands__list_noScroll{
  width: 100%;
  position: relative;
  display: flex;
  flex-flow: row;
  padding-bottom: 1rem;
}

.detail-brands__list_noScroll img {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  display: block;
}

.detail-brands__list_noScroll button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
  background: #f2f2f2;
  padding: 0;
  flex-shrink: 0;
}

.detail-brands__list_noScroll > * {
  margin: 0 0.5rem;
}

.detail-brands__list_noScroll button i {
  font-size: 2rem;
}

#view2 .search-filters__acordion--button {
  border: none;
  background: 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #000;
  padding: 0.5rem;
  width: 100%;
}

#view2 .search-filters__acordion--button h2 {
  color: #e29560;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 0;
}

#view2 .search-filters__acordion--button h2 span {
  background: #fff;
  border: 1px solid #e29560;
  padding: 5px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: inline-block;
  margin-right: 0.5rem;
  font-size: 1rem
}

#view2 .search-filters__acordion--button i {
  font-size: 1.5rem;
  transition: all 0.5s ease 0s;
}

#view2 .search-filters__acordion--button[aria-expanded="true"] i {
  transform: rotate(180deg);
}

#view2 .search-filters__acordion--content .acordion--inner.type-file {
  display: flex;
  align-items: center;
  justify-content: center;
}

#view2 .search-filters__acordion--content .acordion--inner.type-file p{
  color: #000;
  font-size: 0.7rem;
  line-height: 1;
}

#view2 .type-file button {
  border: none;
  background: 0 0;
  padding: 0 15px;
}

#view2 .type-file button.selected i,
#view2 .type-file button.selected p {
  color: #e29560 !important;
  font-weight: bold;
}

#view2 .type-file button i {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

#view2 .type-file button img {
  margin: 0 auto;
  width: 50px;
}

#view2 .type-file button p {
  font-size: 0.8rem;
  margin: 0;
}

#view2 .search-filters__acordion--content .acordion--inner {
  position: relative;
  display: block;
  margin: 1rem 0;
}

#view2 .search-filters__acordion--content h2 {
  color: #000;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 1rem 0;
}

#view2 .search-filters__acordion--content .file-to-upload video {
  width: 100%;
  height: auto;
}

#view2 .file-to-upload__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

#view2 .file-to-upload__actions > * {
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
}

#view2 .file-to-upload__actions #mixing {
  margin-top: 1rem;
  display: flex;
}

#view2 .clubs-info__resume {
  margin: 1rem 0;
  position: relative;
}

#view2 .clubs-info__resume p{
  margin: 0;
  font-size: 1rem;
}

#view2 .clubs-info__resume span {
  font-weight: bold;
  text-align: left;
  font-size: 1rem;
}

#view2 .clubs-info__resume--vacantes {
  display: flex;
  align-items: center;
}

#view2 .clubs-info__resume--vacantes input {
  background: #fff;
  border: none;
  font-size: 1rem;
  padding: 10px;
  height: auto;
  border: 1px solid #000;
  width: 50px;
  text-align: center;
}

#view2 .clubs-info__resume--vacantes p {
  padding: 0 1rem;
}

#view2 .clubs-info__resume--months{
  display: flex;
  flex-wrap: wrap;
}

#view2 .clubs-info__resume--actions{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row;
  width: 100%;
}

#view2 .clubs-info__resume--actions button{
  background-color: transparent;
  font-size: 1.5rem;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
}

#view2 .clubs-info__resume--actions p{
  font-weight: bold;
  margin: 0 1rem;
  color: #e29560;
  font-size: 1.2rem;
}

#view2 .clubs-info__resume--monthList{
  display: flex;
  flex-wrap: wrap;
}

#view2 .month-container{
  width: 33.3333%;
  padding: 5px;
}

#view2 .month-container p{
  text-align: center;
  padding: 5px;
  border: 1px solid #000;
  cursor: pointer;
  font-size: 0.75rem;
}

#view2 .month-container.monthSelected p{
  background: #e29560;
  color: #fff;
}

#view2 .clubs-info__resume.dateRangeHour input {
  background: #fff;
  border: none;
  font-size: 1rem;
  padding: 5px 10px;
  height: auto;
  border: 1px solid #000;
  width: 100%;
}

#view2 .clubs-info__resume.dateRange input {
  background: #fff;
  border: none;
  font-size: 1rem;
  padding: 10px;
  height: auto;
  border: 1px solid #000;
  width: 100%;
}

#view2 .presupuesto .disclaimer {
  font-size: 0.75rem;
  margin: 0.5rem 0;
  color: #000;
}

#view2 .presupuesto label {
  width: 100%;
  position: relative;
  margin: 0.5rem 0;
  display: flex;
  align-items: center;
  color: #000;
  font-size: 1rem;
}

#view2 .presupuesto input {
  background: #fff;
  border: none;
  font-size: 1rem;
  padding: 10px;
  height: auto;
  border: 1px solid #000;
  margin: 0.5rem;
  max-width: 110px;
  color: #000;
}

#view2 .presupuesto.presupuesto-limit {
  background: #f2f2f2;
  padding: 1rem;
}

#view2 .presupuesto.presupuesto-limit input {
  margin: 0.5rem;
}

#view2 .presupuesto.presupuesto-limit span {
  color: #e29560;
  font-weight: bold;
  padding: 0.5rem;
}

#view2 .presupuesto-actions button {
  margin: 0 1rem;
}

#view2 .proyecciones-resume {
  display: flex;
  justify-content: space-between;
}

#view2 .proyecciones-wrapper{
  background-color: #f8f8f8;
  padding: 1rem;
  margin: 1rem 0;
  border-radius: 20px;
  box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
}

#view2 .proyecciones-resume .proyecciones-resume__actions i {
  margin: 0 0.5rem;
}

#view2 .proyecciones-resume h2 {
  color: #000;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 0.5rem 0;
}

#view2 .proyecciones-resume__actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#view2
  .proyecciones-resume__actions
  .proyecciones-resume__actions--buttons
  button.selected {
  background: #e29560;
  color: #fff;
}

.table thead th,
.table tbody th,
.table thead td,
.table tbody td {
  text-align: center;
  font-size: 0.75rem;
}

#view2 .col-table .col-table__content .table thead tr td {
  border: none;
}

#view2 .col-table .col-table__content .table td.female {
  color: #bc3075;
}

#view2 .col-table .col-table__content .table td.male {
  color: #4665fd;
}

#view2 .detail-brands__alcance {
  background-color: #f8f8f8;
  border: none;
  border-radius: 10px;
  box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
  padding: 0;  
}

.details-brands__main{
  width: 100%;
  margin: 1rem 0;
  display: flex;
  justify-content: space-between;
}

.details-brands__content p{
  font-size: 1rem;
  margin: 0;
  font-weight: bold;
  text-align: left;
}

.details-brands__content:last-child p{
  text-align: right;
}

#view2 .col-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}

#view2 .col-header h2 {
  color: #000;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 0.5rem 0;
}

#view2 .col-body {
  position: relative;
  margin: 0.5rem 0;
}

#view2 .col-table {
  margin: 0.5rem 0;
}

#view2 .col-table h2 {
  color: #000;
  font-weight: bold;
  font-size: 1rem;
  margin: 0.5rem 0;
}

#view2 .col-table__content {
  max-height: 200px;
  height:200px;
  position: relative;
  display: block;
  background: #f2f2f2;
  border-radius: 10px;
}

#view2 .col-table__content .table:not(#edades-table){
  width: 100%;
}

@media screen and (min-width: 768px){
  #view2 .col-table__content {
    max-height: 200px;
    height: 200px;
    overflow-y: auto;
  }
  #view2 .col-table {
    margin: 0.5rem 0;
  }
  #view2 .detail-brands__alcance {
    padding: 1rem;
  }
  #view2 .col-header {
    padding: 0;
  }
}

#view2 .detail-brands__resume {
  background: #edeeef;
}

#view2 .detail-brands__resume--name {
  margin: 1rem 0;
  font-weight: bold;
}

#view2 .detail-brands__resume--name p{
  font-size: 1.2rem;
  text-align: left;
}

#view2 .detail-brands__resume--accions {
  display: flex;
  justify-content: space-between;
  margin: 1rem 0;
  align-items: center;
}

#view2 .detail-brands__resume--text {
  display: flex;
  justify-content: center;
  align-items: center;
}


#view2 .detail-brands__resume--text p{
  font-size: 1rem;
  color: #000;
  margin: 0;
}

#view2 .detail-brands__resume--text span{
  display: inline-block;
  font-weight: bold;
}

#view2 .detail-brands__resume--buttons {
  padding: 0 1rem;
}

#view2 .detail-brands__resume--buttons i {
  font-size: 1.3rem;
  padding: 0 0.5rem;
  color: #000;
}

#view2 .detail-brands__resume--finish {
  margin: 1rem 0;
}

#view2 .detail-brands__resume--finish .resume--inner {
  margin-bottom: 1rem;
}

#view2 .detail-brands__resume--finish .resume--inner h3 {
  font-weight: bold;
  font-size: 1rem;
}

#view2 .detail-brands__resume--finish .resume--inner .accept-btn {
  margin: 1rem auto; 
  display: table;
}

#view2 .detail-brands__resume--finish .resume--inner video, #view2 .detail-brands__resume--finish .resume--inner audio{
  margin: 0 auto;
  display: block;
}

#view2 .detail-brands__resume--finish .resume-wrapper {
  margin: 1rem 0;
}

#view2 .detail-brands__resume--finish .resume-wrapper p{
  font-size: 1rem;
  margin: 0;
  font-weight: 500;
}

#view2 .detail-brands__resume--finish .resume-wrapper span {
  color: #5d5d5d;
  font-size: 1rem;
  font-weight: 500;
}

#view2 .club-invitations {
  background: #edeeef;
  border: 1px solid #5d5d5d;
}

#view2 .club-invitations__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1rem 0;
}

#view2 .club-invitations__header h2 {
  font-weight: bold;
}

#view2 .club-invitations__header i {
  margin: 0 0.5rem;
  font-size: 1.3rem;
}

#view2 .club-invitations__header i.selected {
  color: #e29560;
}

#view2 .club-invitations__period--item span {
  font-weight: bold;
  padding: 0 1rem;
}

#view3 .detail-region {
  position: relative;
}

#view3 .detail-region .detail-region__hero {
  background-image: url("https://via.placeholder.com/1920x300.png?text=Hero&Banner");
  background-size: cover;
  background-position: center;
  height: 300px;
  width: 100%;
}

#view3 .detail-region__image {
  position: absolute;
  top: 210px;
  left: 50px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

#view3 .detail-region__image img {
  width: 100%;
  height: auto;
  display: block;
}

#view3 .detail-region__info {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

#view3 .detail-region__name {
  position: relative;
  display: block;
  padding-right: 1rem;
}

#view3 .detail-region__name h2 {
  font-weight: bold;
  font-size: 1.5rem;
}

#view3 .detail-region__name p .verified i {
  color: #1da1f2;
}

.score {
  display: block;
  font-size: 1rem;
  position: relative;
  overflow: hidden;
}

.score-wrap {
  display: inline-block;
  position: relative;
  height: 19px;
}

.score .stars-active {
  color: #ffc04f;
  position: relative;
  z-index: 10;
  display: inline-block;
}

.score .stars-active i {
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.3));
}

.score .stars-inactive {
  color: grey;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-text-stroke: initial;
  overflow: hidden;
}

#view3 .detail-region__dates {
  display: flex;
}

#view3 .detail-region__dates .campaign__dates--inner {
  padding: 0 1rem;
  text-align: center;
  font-size: 0.8rem;
}

#view3 .detail-region__dates .campaign__dates--inner span {
  font-weight: bold;
}

.nav-tabs {
  border: none;
}
.nav-tab-item {
  padding: 0.2rem 1rem;
  border: none;
  border-right: 1px solid #000;
  color: #000;
  font-weight: bold;
}
.nav-tab-item.active {
  color: #e29560;
}
.nav-tab-item:last-child {
  border: none;
}

.map {
  display: block;
  width: 100%;
}

.map #chartdiv {
  width: 100%;
  height: 100%;
}

.map button {
  position: absolute;
  top: 0;
  color: #fff;
  z-index: 2;
}
.map button:hover {
  color: #fff;
}
.periodicidad h2 {
  color: #000;
  font-weight: bold;
  font-size: 0.75rem;
  margin: 0.5rem 0;
}
.periodicidad--item {
  display: flex;
  flex-wrap: wrap;
  margin: 0.5rem 0;
}
.periodicidad--item input {
  background: #fff;
  border: none;
  font-size: 0.8rem;
  padding: 5px;
  height: auto;
  border: 1px solid #000;
  width: 100%;
}
html:not([dir="rtl"]) .form-check {
  padding: 0;
  border: 1px solid #000;
  border-left: none;
}
html:not([dir="rtl"]) .form-check:first-child {
  border-left: 1px solid #000;
}
.periodicidad--item .form-check-input {
  position: absolute;
  left: -9999999px;
}
.periodicidad--item .form-check label {
  padding: 0.25rem 0.5rem;
  font-weight: bold;
  cursor: pointer;
  display: block;
  border-radius: 10px;
}
.periodicidad--item .form-check-input:checked ~ label {
  background: #e29560;
  color: #fff;
  display: block;
}

.periodicidad--inner {
  width: 50%;
  padding: 0 0.3rem 0 0;
}

.periodicidad--inner label {
  font-weight: bold;
  margin: 0.5rem 0;
  font-size: 0.75rem;
}
.input-wrapper{
  width: 100%;
}
.periodicidad--inner .input-wrapper, .input-wrapper, .input-wrapper::after {
  position: relative;
}
.periodicidad--inner .input-wrapper::after, .input-wrapper::after {
  font-family: "FontAwesome";
  font-weight: 900;
  content: "\f002";
  font-size: 0.7rem;
  position: absolute;
  top: 8px;
  right: 3px;
  color: #000;
}

.periodicidad--inner .input-wrapper.select::after, .input-wrapper.select::after {
  content: "\f078";
  background-color: #fff; 
}
.periodicidad--inner .input-wrapper input,
.periodicidad--inner .input-wrapper select,
.input-wrapper input,
.input-wrapper select {
  height: 30px !important;
  background: #fff;
  border: none;
  font-size: 0.8rem;
  padding: 5px;
  height: auto;
  border: 1px solid #565655;
  width: 100%;
  box-sizing: border-box;
}
.input-empty select {
  height: auto;
  background: #fff;
  border: none;
  font-size: 1rem;
  padding: 10px;
  height: auto;
  border: 1px solid #565655;
  width: 100%;
  box-sizing: border-box;
}

.ui-widget.ui-widget-content {
  border: 1px solid #000;
  height: auto;
}

.ui-menu .ui-menu-item {
  border-bottom: 1px solid #000;
}

.detail-region--results {
  margin: 1rem 0;
  position: relative;
  display: flex;
  flex-flow: row;
  padding: 20px 0;
  border-bottom: 1px solid #000;
  min-width: 1180px;
}

.detail-region--results:first-child {
  border-top: 1px solid #000;
}

.detail-region__wrapper {
  overflow: auto;
}

.detail-region--results .detail-generals {
  padding: 0 15px;
  width: 50%;
  border-right: 1px solid #000;
  display: flex;
}

.detail-region--results .detail-generals .detail--generals__main {
  width: 80%;
  padding-right: 15px;
}

.detail-region--results
  .detail-generals
  .detail--generals__main
  .detail-generals--title {
  padding-bottom: 0.5rem;
}

.detail-region--results
  .detail-generals
  .detail--generals__main
  .detail-generals--title
  h2 {
  font-weight: bold;
  font-size: 1.5rem;
}

.detail-region--results
  .detail-generals
  .detail--generals__main
  .detail-generals--rates {
  position: relative;
  width: 100%;
}

.detail-region--results
  .detail-generals
  .detail--generals__main
  .detail-generals--rates
  ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.detail-region--results
  .detail-generals
  .detail--generals__main
  .detail-generals--rates
  ul
  li {
  padding-right: 15px;
  position: relative;
}

.detail-region--results
  .detail-generals
  .detail--generals__main
  .detail-generals--rates
  ul
  li::after {
  font-family: "FontAwesome";
  font-weight: 900;
  content: "\f111";
  font-size: 0.3rem;
  position: absolute;
  top: 7px;
  right: 6px;
  color: #000;
}

.detail-region--results
  .detail-generals
  .detail--generals__main
  .detail-generals--rates
  ul
  li:last-child::after {
  display: none;
}

.detail-region--results
  .detail-generals
  .detail--generals__main
  .detail-generals--rates
  ul
  li.rating-points {
  color: #fe4117;
  font-weight: bold;
}

#view3
  .detail-region--results
  .detail-generals
  .detail--generals__main
  .detail-generals--rates
  ul
  li.rating-stars
  .score
  .stars-active {
  color: #fe4117;
}

#view3
  .detail-region--results
  .detail-generals
  .detail--generals__main
  .detail-generals--rates
  ul
  li.rating-number,
#view3
  .detail-region--results
  .detail-generals
  .detail--generals__main
  .detail-generals--rates
  ul
  li.rating-coin,
#view3
  .detail-region--results
  .detail-generals
  .detail--generals__main
  .detail-generals--rates
  ul
  li.rating-country,
#view3
  .detail-region--results
  .detail-generals
  .detail--generals__main
  .detail-generals--rates
  ul
  li.rating-adress {
  color: #778f90;
}

#view3
  .detail-region--results
  .detail-generals
  .detail--generals__main
  .detail-generals--benefits {
  margin: 1rem 0;
}

#view3
  .detail-region--results
  .detail-generals
  .detail--generals__main
  .detail-generals--benefits
  ul {
  display: flex;
  flex-flow: column;
}

#view3
  .detail-region--results
  .detail-generals
  .detail--generals__main
  .detail-generals--benefits
  ul
  li {
  padding: 0.2rem 0 0.2rem 1.2rem;
  position: relative;
  color: #778f90;
  font-size: 1.2rem;
}

#view3
  .detail-region--results
  .detail-generals
  .detail--generals__main
  .detail-generals--benefits
  ul
  li::before {
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 0.8em;
  position: absolute;
  top: 0.3rem;
  left: 0;
}

#view3
  .detail-region--results
  .detail-generals
  .detail--generals__main
  .detail-generals--benefits
  ul
  li.checked::before {
  content: "\f00c";
  color: #16fe00;
}

#view3
  .detail-region--results
  .detail-generals
  .detail--generals__main
  .detail-generals--benefits
  ul
  li.no-checked::before {
  content: "\f00d";
  color: #ff0000;
}

#view3 .detail-region--results .detail-generals .detail--generals--images {
  position: relative;
  display: block;
  width: 20%;
}

#view3 .detail-region--results .detail-generals .detail--generals--images img {
  width: 100%;
  height: auto;
  display: block;
}

#view3
  .detail-region--results
  .detail-generals
  .detail--generals--images::before {
  content: "";
  color: #fff;
  width: 35px;
  height: 35px;
  position: absolute;
  top: -15px;
  left: -15px;
  border-radius: 50%;
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 1.3rem;
  padding-top: 0.2rem;
  text-align: center;
}

#view3
  .detail-region--results.available
  .detail-generals
  .detail--generals--images::before {
  content: "\f00c";
  background: #16fe00;
}

#view3
  .detail-region--results.disabled
  .detail-generals
  .detail--generals--images::before {
  content: "\f068";
  color: #fff;
  background: #bfcecb;
}

#view3
  .detail-region--results.warning
  .detail-generals
  .detail--generals--images::before {
  content: "\f12a";
  color: #fff;
  background: #fefe00;
}

#view3
  .detail-region--results.not-available
  .detail-generals
  .detail--generals--images::before {
  content: "\f068";
  color: #fff;
  background: #fe0000;
}

.detail--descriptions {
  padding: 0 15px;
  width: 50%;
  display: flex;
}

.detail--descriptions .detail--descriptions--team {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45%;
}

.detail--descriptions .detail--descriptions--team .team-item {
  padding: 0 15px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.detail--descriptions .detail--descriptions--team .team-item img {
  max-width: 130px;
  height: auto;
  display: block;
  flex-shrink: 0;
  margin-bottom: 0.3rem;
  border-radius: 50%;
}

.detail--descriptions--campaigns {
  width: 15%;
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
}

.detail--descriptions--campaigns p {
  text-align: center;
  font-weight: bold;
  margin-bottom: 1rem;
}

.detail--descriptions--campaigns .campaigns-number {
  width: 40px;
  height: 40px;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
}

#view3
  .detail-region--results.available
  .detail--descriptions
  .detail--descriptions--campaigns
  .campaigns-number {
  background: #e87d54;
  color: #fff;
}

#view3
  .detail-region--results.disabled
  .detail--descriptions
  .detail--descriptions--campaigns
  .campaigns-number {
  background: #becdca;
  color: #fff;
}

#view3
  .detail-region--results.warning
  .detail--descriptions
  .detail--descriptions--campaigns
  .campaigns-number {
  background: #fefe00;
  color: #fff;
}

#view3
  .detail-region--results.not-available
  .detail--descriptions
  .detail--descriptions--campaigns
  .campaigns-number {
  background: #ff0000;
  color: #fff;
}

.detail--descriptions--numbers {
  width: 40%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.detail--descriptions--numbers .campaigns--number {
  margin: 0.5rem 0;
  text-align: center;
}

.detail--descriptions--numbers .campaigns--number span {
  font-weight: bold;
}

#view3 .detail-region--results.available .campaigns--number {
  color: #000;
}

#view3
  .detail-region--results.available
  .detail--descriptions--numbers
  .campaigns--number.vclubs {
  color: #e87d54;
}

#view3 .detail-region--results.disabled .campaigns--number {
  color: #becdca;
}

#view3 .detail-region--results.warning .campaigns--number {
  color: #000;
}

#view3
  .detail-region--results.warning
  .detail--descriptions--numbers
  .campaigns--number.vclubs {
  color: #becdca;
}

#view3
  .detail-region--results.not-available
  .detail--descriptions--numbers
  .campaigns--number.vclubs {
  color: #becdca;
}

.invitation-code .form-check {
  width: 33.3333%;
  border: 1px solid #000 !important;
}

.invitation-code--item {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem 0;
  align-items: center;
}

.invitation-code--item.input-code {
  position: relative;
}

.invitation-code--item.input-code input {
  background: #fff;
  height: auto;
  border: 1px solid #000;
  width: 100%;
}

.invitation-code--item.input-code i {
  font-size: 1.3rem;
  padding-left: 10px;
  position: absolute;
  right: 10px;
  cursor: pointer;
}

input[type="radio"].with-font,
input[type="checkbox"].with-font {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

input[type="radio"].with-font:checked {
  color: #e29560;
}

multiselect {
  display: block;
}
multiselect .btn {
  width: 100%;
  background-color: #fff;
}
multiselect .btn.error {
  border: 1px solid #da4f49 !important;
}
multiselect .dropdown-menu {
  max-height: 300px;
  overflow-y: auto;
}
multiselect .dropdown-menu {
  width: 100%;
  box-sizing: border-box;
  padding: 2px;
}
multiselect .dropdown-menu > li > a {
  padding: 3px 10px;
  cursor: pointer;
}

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.open > .dropdown-menu {
  display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: 0.3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}

.icon-remove {
  background-position: -312px 0;
}

.icon-ok {
  background-position: -288px 0;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

.tab-pane.fade.d-flex {
  display: none !important;
}

.tab-pane.fade.d-flex {
  display: none !important;
}

.tab-pane.fade.d-flex.active {
  display: flex !important;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  appearance: auto !important;
}

.daterangepicker::before .hidearrow,
.daterangepicker::after {
  display: none;
}

a .ui-state-default,
.ui-widget-content .ui-state-default {
  border-radius: 0;
}

.lst-kix_s2m0vqbf5n9m-2 > li:before {
  content: "\0025a0  ";
}

.lst-kix_s2m0vqbf5n9m-1 > li:before {
  content: "\0025cb  ";
}

.lst-kix_s2m0vqbf5n9m-3 > li:before {
  content: "\0025cf  ";
}

ul.lst-kix_s2m0vqbf5n9m-7 {
  list-style-type: none;
}

ul.lst-kix_s2m0vqbf5n9m-8 {
  list-style-type: none;
}

.lst-kix_s2m0vqbf5n9m-0 > li:before {
  content: "\0025cf  ";
}

.lst-kix_s2m0vqbf5n9m-4 > li:before {
  content: "\0025cb  ";
}

ul.lst-kix_s2m0vqbf5n9m-5 {
  list-style-type: none;
}

ul.lst-kix_s2m0vqbf5n9m-6 {
  list-style-type: none;
}

ul.lst-kix_s2m0vqbf5n9m-3 {
  list-style-type: none;
}

ul.lst-kix_s2m0vqbf5n9m-4 {
  list-style-type: none;
}

.lst-kix_s2m0vqbf5n9m-6 > li:before {
  content: "\0025cf  ";
}

.lst-kix_s2m0vqbf5n9m-5 > li:before {
  content: "\0025a0  ";
}

.lst-kix_s2m0vqbf5n9m-7 > li:before {
  content: "\0025cb  ";
}

.lst-kix_s2m0vqbf5n9m-8 > li:before {
  content: "\0025a0  ";
}

ul.lst-kix_s2m0vqbf5n9m-1 {
  list-style-type: none;
}

ul.lst-kix_s2m0vqbf5n9m-2 {
  list-style-type: none;
}

ul.lst-kix_s2m0vqbf5n9m-0 {
  list-style-type: none;
}

.lst-kix_gli5nd7rp54w-6 > li:before {
  content: "\0025cf  ";
}

ul.lst-kix_dbzzafs6rxh2-0 {
  list-style-type: none;
}

ul.lst-kix_dbzzafs6rxh2-1 {
  list-style-type: none;
}

ul.lst-kix_dbzzafs6rxh2-2 {
  list-style-type: none;
}

.lst-kix_gli5nd7rp54w-7 > li:before {
  content: "\0025cb  ";
}

.lst-kix_gli5nd7rp54w-8 > li:before {
  content: "\0025a0  ";
}

ul.lst-kix_dbzzafs6rxh2-7 {
  list-style-type: none;
}

ul.lst-kix_dbzzafs6rxh2-8 {
  list-style-type: none;
}

.lst-kix_3xuxot8hamrc-5 > li:before {
  content: "\0025a0  ";
}

ul.lst-kix_dbzzafs6rxh2-3 {
  list-style-type: none;
}

.lst-kix_3xuxot8hamrc-4 > li:before {
  content: "\0025cb  ";
}

ul.lst-kix_dbzzafs6rxh2-4 {
  list-style-type: none;
}

ul.lst-kix_dbzzafs6rxh2-5 {
  list-style-type: none;
}

ul.lst-kix_dbzzafs6rxh2-6 {
  list-style-type: none;
}

ul.lst-kix_j91h5y3dm9v4-8 {
  list-style-type: none;
}

.lst-kix_dbzzafs6rxh2-0 > li:before {
  content: "\0025cf  ";
}

.lst-kix_dbzzafs6rxh2-2 > li:before {
  content: "\0025a0  ";
}

ul.lst-kix_j91h5y3dm9v4-5 {
  list-style-type: none;
}

.lst-kix_j91h5y3dm9v4-7 > li:before {
  content: "\0025cb  ";
}

ul.lst-kix_j91h5y3dm9v4-4 {
  list-style-type: none;
}

ul.lst-kix_j91h5y3dm9v4-7 {
  list-style-type: none;
}

.lst-kix_j91h5y3dm9v4-8 > li:before {
  content: "\0025a0  ";
}

ul.lst-kix_j91h5y3dm9v4-6 {
  list-style-type: none;
}

.lst-kix_dbzzafs6rxh2-3 > li:before {
  content: "\0025cf  ";
}

ul.lst-kix_j91h5y3dm9v4-1 {
  list-style-type: none;
}

.lst-kix_j91h5y3dm9v4-5 > li:before {
  content: "\0025a0  ";
}

.lst-kix_3xuxot8hamrc-6 > li:before {
  content: "\0025cf  ";
}

ul.lst-kix_j91h5y3dm9v4-0 {
  list-style-type: none;
}

ul.lst-kix_j91h5y3dm9v4-3 {
  list-style-type: none;
}

.lst-kix_3xuxot8hamrc-7 > li:before {
  content: "\0025cb  ";
}

ul.lst-kix_j91h5y3dm9v4-2 {
  list-style-type: none;
}

.lst-kix_3xuxot8hamrc-8 > li:before {
  content: "\0025a0  ";
}

.lst-kix_j91h5y3dm9v4-6 > li:before {
  content: "\0025cf  ";
}

.lst-kix_dbzzafs6rxh2-1 > li:before {
  content: "\0025cb  ";
}

.lst-kix_lmxfezq7osdn-3 > li:before {
  content: "\0025cf  ";
}

.lst-kix_lmxfezq7osdn-5 > li:before {
  content: "\0025a0  ";
}

.lst-kix_lmxfezq7osdn-4 > li:before {
  content: "\0025cb  ";
}

ul.lst-kix_rkcxnxho6wnz-2 {
  list-style-type: none;
}

.lst-kix_lmxfezq7osdn-8 > li:before {
  content: "\0025a0  ";
}

ul.lst-kix_rkcxnxho6wnz-1 {
  list-style-type: none;
}

ul.lst-kix_rkcxnxho6wnz-4 {
  list-style-type: none;
}

ul.lst-kix_oxvrr66xqpqb-1 {
  list-style-type: none;
}

ul.lst-kix_rkcxnxho6wnz-3 {
  list-style-type: none;
}

.lst-kix_lmxfezq7osdn-1 > li:before {
  content: "\0025cb  ";
}

ul.lst-kix_oxvrr66xqpqb-0 {
  list-style-type: none;
}

ul.lst-kix_oxvrr66xqpqb-3 {
  list-style-type: none;
}

ul.lst-kix_oxvrr66xqpqb-2 {
  list-style-type: none;
}

ul.lst-kix_rkcxnxho6wnz-0 {
  list-style-type: none;
}

ul.lst-kix_oxvrr66xqpqb-5 {
  list-style-type: none;
}

.lst-kix_lmxfezq7osdn-2 > li:before {
  content: "\0025a0  ";
}

ul.lst-kix_oxvrr66xqpqb-4 {
  list-style-type: none;
}

ul.lst-kix_rkcxnxho6wnz-6 {
  list-style-type: none;
}

ul.lst-kix_rkcxnxho6wnz-5 {
  list-style-type: none;
}

ul.lst-kix_rkcxnxho6wnz-8 {
  list-style-type: none;
}

ul.lst-kix_rkcxnxho6wnz-7 {
  list-style-type: none;
}

.lst-kix_lmxfezq7osdn-7 > li:before {
  content: "\0025cb  ";
}

.lst-kix_lmxfezq7osdn-6 > li:before {
  content: "\0025cf  ";
}

ul.lst-kix_gli5nd7rp54w-4 {
  list-style-type: none;
}

ul.lst-kix_gli5nd7rp54w-3 {
  list-style-type: none;
}

ul.lst-kix_gli5nd7rp54w-6 {
  list-style-type: none;
}

ul.lst-kix_gli5nd7rp54w-5 {
  list-style-type: none;
}

ul.lst-kix_gli5nd7rp54w-0 {
  list-style-type: none;
}

ul.lst-kix_gli5nd7rp54w-2 {
  list-style-type: none;
}

ul.lst-kix_gli5nd7rp54w-1 {
  list-style-type: none;
}

ul.lst-kix_oxvrr66xqpqb-7 {
  list-style-type: none;
}

ul.lst-kix_oxvrr66xqpqb-6 {
  list-style-type: none;
}

ul.lst-kix_oxvrr66xqpqb-8 {
  list-style-type: none;
}

.lst-kix_lmxfezq7osdn-0 > li:before {
  content: "\0025cf  ";
}

ul.lst-kix_gli5nd7rp54w-8 {
  list-style-type: none;
}

.lst-kix_rkcxnxho6wnz-4 > li:before {
  content: "\0025cb  ";
}

ul.lst-kix_gli5nd7rp54w-7 {
  list-style-type: none;
}

.lst-kix_6xrnlj267gm5-4 > li:before {
  content: "\0025cb  ";
}

.lst-kix_rkcxnxho6wnz-5 > li:before {
  content: "\0025a0  ";
}

.lst-kix_rkcxnxho6wnz-6 > li:before {
  content: "\0025cf  ";
}

.lst-kix_6xrnlj267gm5-3 > li:before {
  content: "\0025cf  ";
}

.lst-kix_6xrnlj267gm5-5 > li:before {
  content: "\0025a0  ";
}

.lst-kix_rkcxnxho6wnz-7 > li:before {
  content: "\0025cb  ";
}

.lst-kix_6xrnlj267gm5-8 > li:before {
  content: "\0025a0  ";
}

.lst-kix_6xrnlj267gm5-1 > li:before {
  content: "\0025cb  ";
}

.lst-kix_rkcxnxho6wnz-8 > li:before {
  content: "\0025a0  ";
}

.lst-kix_6xrnlj267gm5-2 > li:before {
  content: "\0025a0  ";
}

ul.lst-kix_nb9uo3dspvec-0 {
  list-style-type: none;
}

ul.lst-kix_nb9uo3dspvec-1 {
  list-style-type: none;
}

ul.lst-kix_nb9uo3dspvec-4 {
  list-style-type: none;
}

ul.lst-kix_nb9uo3dspvec-5 {
  list-style-type: none;
}

ul.lst-kix_nb9uo3dspvec-2 {
  list-style-type: none;
}

.lst-kix_6xrnlj267gm5-7 > li:before {
  content: "\0025cb  ";
}

ul.lst-kix_nb9uo3dspvec-3 {
  list-style-type: none;
}

ul.lst-kix_nb9uo3dspvec-8 {
  list-style-type: none;
}

.lst-kix_6xrnlj267gm5-6 > li:before {
  content: "\0025cf  ";
}

ul.lst-kix_nb9uo3dspvec-6 {
  list-style-type: none;
}

ul.lst-kix_nb9uo3dspvec-7 {
  list-style-type: none;
}

ul.lst-kix_lmxfezq7osdn-8 {
  list-style-type: none;
}

ul.lst-kix_3xuxot8hamrc-5 {
  list-style-type: none;
}

ul.lst-kix_lmxfezq7osdn-7 {
  list-style-type: none;
}

ul.lst-kix_3xuxot8hamrc-6 {
  list-style-type: none;
}

ul.lst-kix_lmxfezq7osdn-6 {
  list-style-type: none;
}

ul.lst-kix_3xuxot8hamrc-3 {
  list-style-type: none;
}

.lst-kix_j91h5y3dm9v4-1 > li:before {
  content: "\0025cb  ";
}

.lst-kix_j91h5y3dm9v4-3 > li:before {
  content: "\0025cf  ";
}

ul.lst-kix_lmxfezq7osdn-5 {
  list-style-type: none;
}

.lst-kix_dbzzafs6rxh2-8 > li:before {
  content: "\0025a0  ";
}

ul.lst-kix_3xuxot8hamrc-4 {
  list-style-type: none;
}

ul.lst-kix_lmxfezq7osdn-4 {
  list-style-type: none;
}

ul.lst-kix_3xuxot8hamrc-1 {
  list-style-type: none;
}

ul.lst-kix_lmxfezq7osdn-3 {
  list-style-type: none;
}

ul.lst-kix_3xuxot8hamrc-2 {
  list-style-type: none;
}

ul.lst-kix_lmxfezq7osdn-2 {
  list-style-type: none;
}

.lst-kix_j91h5y3dm9v4-0 > li:before {
  content: "\0025cf  ";
}

.lst-kix_j91h5y3dm9v4-4 > li:before {
  content: "\0025cb  ";
}

ul.lst-kix_lmxfezq7osdn-1 {
  list-style-type: none;
}

.lst-kix_dbzzafs6rxh2-7 > li:before {
  content: "\0025cb  ";
}

ul.lst-kix_3xuxot8hamrc-0 {
  list-style-type: none;
}

ul.lst-kix_lmxfezq7osdn-0 {
  list-style-type: none;
}

.lst-kix_nb9uo3dspvec-0 > li:before {
  content: "\0025cf  ";
}

.lst-kix_dbzzafs6rxh2-4 > li:before {
  content: "\0025cb  ";
}

.lst-kix_dbzzafs6rxh2-6 > li:before {
  content: "\0025cf  ";
}

.lst-kix_j91h5y3dm9v4-2 > li:before {
  content: "\0025a0  ";
}

.lst-kix_dbzzafs6rxh2-5 > li:before {
  content: "\0025a0  ";
}

.lst-kix_3xuxot8hamrc-2 > li:before {
  content: "\0025a0  ";
}

.lst-kix_3xuxot8hamrc-1 > li:before {
  content: "\0025cb  ";
}

.lst-kix_3xuxot8hamrc-3 > li:before {
  content: "\0025cf  ";
}

.lst-kix_oxvrr66xqpqb-3 > li:before {
  content: "\0025cf  ";
}

.lst-kix_6xrnlj267gm5-0 > li:before {
  content: "\0025cf  ";
}

.lst-kix_oxvrr66xqpqb-2 > li:before {
  content: "\0025a0  ";
}

.lst-kix_oxvrr66xqpqb-1 > li:before {
  content: "\0025cb  ";
}

.lst-kix_3xuxot8hamrc-0 > li:before {
  content: "\0025cf  ";
}

.lst-kix_oxvrr66xqpqb-0 > li:before {
  content: "\0025cf  ";
}

.lst-kix_gli5nd7rp54w-5 > li:before {
  content: "\0025a0  ";
}

.lst-kix_gli5nd7rp54w-4 > li:before {
  content: "\0025cb  ";
}

.lst-kix_rkcxnxho6wnz-3 > li:before {
  content: "\0025cf  ";
}

.lst-kix_gli5nd7rp54w-2 > li:before {
  content: "\0025a0  ";
}

.lst-kix_rkcxnxho6wnz-1 > li:before {
  content: "\0025cb  ";
}

.lst-kix_rkcxnxho6wnz-2 > li:before {
  content: "\0025a0  ";
}

.lst-kix_gli5nd7rp54w-1 > li:before {
  content: "\0025cb  ";
}

.lst-kix_gli5nd7rp54w-3 > li:before {
  content: "\0025cf  ";
}

.lst-kix_nb9uo3dspvec-8 > li:before {
  content: "\0025a0  ";
}

.lst-kix_nb9uo3dspvec-7 > li:before {
  content: "\0025cb  ";
}

.lst-kix_rkcxnxho6wnz-0 > li:before {
  content: "\0025cf  ";
}

li.li-bullet-0:before {
  margin-left: -18pt;
  white-space: nowrap;
  display: inline-block;
  min-width: 18pt;
}

.lst-kix_oxvrr66xqpqb-4 > li:before {
  content: "\0025cb  ";
}

.lst-kix_nb9uo3dspvec-5 > li:before {
  content: "\0025a0  ";
}

ul.lst-kix_6xrnlj267gm5-2 {
  list-style-type: none;
}

ul.lst-kix_6xrnlj267gm5-1 {
  list-style-type: none;
}

.lst-kix_nb9uo3dspvec-4 > li:before {
  content: "\0025cb  ";
}

.lst-kix_nb9uo3dspvec-6 > li:before {
  content: "\0025cf  ";
}

ul.lst-kix_6xrnlj267gm5-4 {
  list-style-type: none;
}

ul.lst-kix_6xrnlj267gm5-3 {
  list-style-type: none;
}

.lst-kix_oxvrr66xqpqb-5 > li:before {
  content: "\0025a0  ";
}

.lst-kix_gli5nd7rp54w-0 > li:before {
  content: "\0025cf  ";
}

ul.lst-kix_6xrnlj267gm5-6 {
  list-style-type: none;
}

ul.lst-kix_6xrnlj267gm5-5 {
  list-style-type: none;
}

ul.lst-kix_6xrnlj267gm5-8 {
  list-style-type: none;
}

ul.lst-kix_6xrnlj267gm5-7 {
  list-style-type: none;
}

.lst-kix_oxvrr66xqpqb-6 > li:before {
  content: "\0025cf  ";
}

.lst-kix_nb9uo3dspvec-1 > li:before {
  content: "\0025cb  ";
}

.lst-kix_nb9uo3dspvec-2 > li:before {
  content: "\0025a0  ";
}

.lst-kix_oxvrr66xqpqb-7 > li:before {
  content: "\0025cb  ";
}

.lst-kix_nb9uo3dspvec-3 > li:before {
  content: "\0025cf  ";
}

ul.lst-kix_6xrnlj267gm5-0 {
  list-style-type: none;
}

ul.lst-kix_3xuxot8hamrc-7 {
  list-style-type: none;
}

.lst-kix_oxvrr66xqpqb-8 > li:before {
  content: "\0025a0  ";
}

ul.lst-kix_3xuxot8hamrc-8 {
  list-style-type: none;
}

ol {
  margin: 0;
  padding: 0;
}

table td,
table th {
  padding: 0;
}

.c3 {
  margin-left: 36pt;
  padding-top: 12pt;
  padding-left: 0pt;
  padding-bottom: 12pt;
  line-height: 1.15;
  orphans: 2;
  widows: 2;
  text-align: left;
}

.c2 {
  color: #000000;
  font-weight: 400;
  text-decoration: none;
  vertical-align: baseline;
  font-size: 11pt;
  font-family: "Arial";
  font-style: normal;
}

.c1 {
  color: #000000;
  font-weight: 700;
  text-decoration: none;
  vertical-align: baseline;
  font-size: 11pt;
  font-family: "Arial";
  font-style: normal;
}

.c12 {
  padding-top: 0pt;
  padding-bottom: 0pt;
  line-height: 1.15;
  orphans: 2;
  widows: 2;
  text-align: left;
  height: 11pt;
}

.c0 {
  color: #000000;
  font-weight: 700;
  text-decoration: none;
  vertical-align: baseline;
  font-size: 13pt;
  font-family: "Arial";
  font-style: normal;
}

.c4 {
  padding-top: 12pt;
  padding-bottom: 12pt;
  line-height: 1.15;
  orphans: 2;
  widows: 2;
  text-align: left;
}

.c7 {
  padding-top: 12pt;
  padding-bottom: 2pt;
  line-height: 1.15;
  orphans: 2;
  widows: 2;
  text-align: left;
}

.c5 {
  padding-top: 14pt;
  padding-bottom: 4pt;
  line-height: 1.15;
  orphans: 2;
  widows: 2;
  text-align: left;
}

.c16 {
  padding-top: 24pt;
  padding-bottom: 6pt;
  line-height: 1.15;
  orphans: 2;
  widows: 2;
  text-align: left;
}

.c8 {
  padding-top: 18pt;
  padding-bottom: 4pt;
  line-height: 1.15;
  orphans: 2;
  widows: 2;
  text-align: left;
}

.c11 {
  color: #000000;
  text-decoration: none;
  vertical-align: baseline;
  font-size: 17pt;
  font-family: "Arial";
  font-style: normal;
}

.c18 {
  color: #000000;
  text-decoration: none;
  vertical-align: baseline;
  font-size: 23pt;
  font-family: "Arial";
  font-style: normal;
}

.c15 {
  text-decoration-skip-ink: none;
  -webkit-text-decoration-skip: none;
  color: #1155cc;
  text-decoration: underline;
}

.c17 {
  background-color: #ffffff;
  max-width: 468pt;
  padding: 72pt 72pt 72pt 72pt;
}

.c6 {
  color: inherit;
  text-decoration: inherit;
}

.c9 {
  padding: 0;
  margin: 0;
}

.c13 {
  margin-left: 72pt;
  padding-left: 0pt;
}

.c14 {
  height: 11pt;
}

.c10 {
  font-weight: 700;
}

.title {
  padding-top: 0pt;
  color: #000000;
  font-size: 26pt;
  padding-bottom: 3pt;
  font-family: "Arial";
  line-height: 1.15;
  page-break-after: avoid;
  orphans: 2;
  widows: 2;
  text-align: left;
}

.subtitle {
  padding-top: 0pt;
  color: #666666;
  font-size: 15pt;
  padding-bottom: 16pt;
  font-family: "Arial";
  line-height: 1.15;
  page-break-after: avoid;
  orphans: 2;
  widows: 2;
  text-align: left;
}

.summary-card-title-green::after {
  font-family: "FontAwesome";
  font-weight: 900;
  content: "\f111";
  font-size: 1rem;
  margin-left: 10px;
  position: relative;
  color: green;
}

.summary-card-title-yellow::after {
  font-family: "FontAwesome";
  font-weight: 900;
  content: "\f111";
  font-size: 1rem;
  margin-left: 10px;
  position: relative;
  color: yellow;
}

.summary-card-title-red::after {
  font-family: "FontAwesome";
  font-weight: 900;
  content: "\f111";
  font-size: 1rem;
  color: red;
  margin-left: 10px;
  position: relative;
}

.modalShow {
  display: block;
}

.section-header .section-header__banner {
  background-repeat: no-repeat;
  min-width: 100%;
  min-height: 160px;
  background-size: cover;
}

.section-header .section-header__info{
  position:relative;
  display: flex !important;
  flex-wrap: wrap;
  margin-top: -70px;
  margin-bottom: 2rem;
}

.section-header .section-header__info .section-header__info-image{
  width: 100%;
  width: 100px;
  height: 100px;
  margin-right: 2rem;
  position: relative;
}

.section-header .section-header__info .section-header__info-image img{
  width:100%;
  height: 100%;
  object-fit:cover;
  display: block;
  border-radius: 50%;
  border: 3px solid #fff;
}

.section-header .section-header__info .section-header__info-image i{
  color: #3b5998;
  z-index: 2;
  position: absolute;
  font-size: 2.5rem;
  right: 0;
  bottom: 0rem;
}

.section-header .section-header__info .section-header__info-text, .section-header .section-header__info .section-header__info-brand, .section-header .section-header__info .section-header__info-actions{
  margin-top: 75px;
}


.section-header .section-header__info .section-header__info-managers{
  margin-top: 0;
}

.section-header .section-header__info .section-header__info-brand{
  margin-right: 1rem;
}

.section-header .section-header__info .section-header__info-brand img{
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
}

.section-header .section-header__info .section-header__info-brand p{
  margin: 0;
  font-weight: bold;
}

.section-header__info-managers{
  margin: 1rem 0;
  display: flex;
  flex-wrap: wrap;
}

.section-header__info-managers .section-manager__item{
  padding: 0 10px;
  display: flex;
  flex-flow: column;
}

.section-header__info-managers .section-manager__item p, .section-header__info-managers .section-manager__item span{
  text-align: center;
  color: #000;
  margin: 0;
  font-size: 0.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.section-header__info-managers .section-manager__item .section-manager__image{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0.3rem auto; 
}

.section-header__info-managers .section-manager__item .section-manager__image img{
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 2px solid #e29560;
}

.section-header__info-managers .section-manager__item .section-manager__image i{
  font-size: 2rem;
  margin: 0 auto;
  display: block;
  text-align: center;
}

.section-header__right{
  width: 100%;
}

@media screen and (min-width: 420px){
  .section-header__right{
    width: auto;
  }
  .section-header .section-header__info .section-header__info-managers{
    margin-top: 75px;
  }
}

@media screen and (min-width: 768px){
  .section-header .section-header__info .section-header__info-image{
    width: 170px;
    height: 170px;
  }
  .section-header .section-header__info{
    margin-top: -80px;
  }
  .section-header .section-header__info .section-header__info-text, .section-header .section-header__info .section-header__info-brand, .section-header .section-header__info .section-header__info-actions, .section-header .section-header__info .section-header__info-managers{
    margin-top: 90px;
  }
  .section-header .section-header__info .section-header__info-image i{
    right: 1rem;
  }
}


.section-header .section-header__info .section-header__info-text h2, .section-header .section-header__info .section-header__info-actions h2{
  margin: 0;
  line-height: 1;
  font-size: 0.75rem;
}


.section-header .section-header__info .section-header__info-text p, .section-header .section-header__info .section-header__info-actions p{
  margin: 0;
}

.section-header .section-header__info .section-header__info-stars, .section-header__info-stars{
  color: #ffc04f; 
  font-size: 1.5em;
}

.section-header .section-header__info .section-header__info-stars i, .section-header__info-stars i{
  filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.3));
}

.section-header .section-header__info .section-header__info-tags{
  margin: 0;
  padding: 0;
}

.section-header .section-header__info .section-header__info-tags h3{
  margin: 0 5px 0 0;
  font-size: 0.75rem;
  display: inline-block;
}


.section-header-generals{
  position: relative;
}

.section-header-generals .section-header-generals__item{
  margin: 1rem 0;
}

.section-header-generals .section-header-generals__item .card, .section-header-info .section-header-generals__item .card{
  background-color: #f8f8f8;
  border: none;
  border-radius: 10px;
  box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
  margin: 0;
  height: 100%;
}

.generals-col{
  margin: 0.5rem 0;
}

.generals-col h2{
  text-align: left;
  font-size: 0.9rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.generals-col .horarios{
  background: none;
  padding: 0;
}

.generals-col select, .generals-col input{
  padding: 5px;
  margin: 5px 0;
  border-radius: 15px;
  border: 1px solid #ccc;
  width: 100%;
  resize: none;
  line-height: normal;
  background: #fff;
}

.generals-col .alcance-promedio{
  flex-wrap: wrap;
  justify-content: center;
  border: none;
}

.generals-col .proyectores{
  background: none;
  padding: 0;
  margin: 0;
}

.generals-col .alcance-promedio img{
    width: 80px;
}
.generals-col .operation-days{
  border-bottom: 1px solid #bfbfbf;
}

.generals-col .generals-col__info{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}

.generals-col .generals-col__scroll{
  overflow-x: scroll;
  flex-flow: row;
  justify-content: flex-start;
}

.generals-col .generals-col__scroll-item{
  display: table-cell; 
  margin: 0 10px;
}

.generals-col .generals-col__info img{
  border-radius: 50%;
  height: 40px;
  width: 40px;
}

.generals-col .generals-col__info p{
  font-weight: bold; 
  text-align: center;
  margin: 2px 0;
  line-height: normal;
  font-size: 0.75rem;
}

.generals-likes{
  display: flex;
  flex-flow: row;
  height: 100%;
}

.generals-likes .generals-likes__item{
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.generals-likes .generals-likes__item h2{
  margin: 0 10px;
  font-size: 1rem;
}

.generals-divition{
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 0.5rem;
  margin: 1rem 10px;
}

.generals-divition .generals-col__info:last-child{
  border-right: none;
}

.generals-col__list{
  width: 100%;
  padding: 0.2rem;
  border: 1px solid #bfbfbf;
  border-radius: 10px;
  background-color: #f2f2f2;
  max-height: 130px;
  overflow-y: scroll;
}

.generals-col__list ul{
  margin: 0;
  padding: 0
}

.generals-col__list ul li{
  text-align: left;
  padding: 2px 23px;
  border-radius: 10px;
  display: block;
  margin: 4px 0;
  position: relative;
}

.generals-col__list ul li::before{
  font-size: 0.7rem;
  padding: 2px;
  border: 1px solid #bfbfbf;
  margin-right: 5px;
  border-radius: 50%;
}

.generals-col__list ul li label{
  margin: 0;
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.generals-col__list ul li label span{
  position: absolute;
  padding: 2px 10px;
  border-radius: 10px;
  width: 18px;
  height: 18px;
  background: transparent;
  top: 5px;
  left: 3px;
  font-size: 0.7rem;
  padding: 2px;
  border: 1px solid #bfbfbf;
  margin-right: 5px;
  border-radius: 50%;
}

.generals-col__list ul li.selected::before, .generals-col__list ul li label input:checked + span::before{
  font-family: 'FontAwesome';
  content: '\f00c';
  color: green;
  top: -2px;
  position: relative;
}

.generals-col__list ul li label input { 
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.section-header-info{
  position: relative;
  margin-top: 1rem;
}

.section-header-info:last-child{
  padding-bottom: 1rem;
}

.section-header-info .detail-brands__alcance{
  background: none !important;
}
.section-header-generals__form{
  padding: 1rem;
}

.section-header-generals__form .section-header-info__item{
  margin: 0.25rem 0;
  padding: 0 1rem;
  display: flex;
  align-items: flex-start;
  flex-flow: column;
}

.section-header-generals__form .section-header-info__item.section-header-info__genders{
  display: flex;
  flex-flow: row;
  align-items: center;
}

.section-header-generals__form .section-header-info__item.section-header-info__genders > *{
  margin: 0 2px;
}

.section-header-generals__form .section-header-info__item.section-header-info__genders.gender-female i{
  color: #bc3075;
}

.section-header-generals__form .section-header-info__item.section-header-info__genders.gender-male i{
  color: #4665fd;
}

.section-header-generals__form .section-header-info__item label{
  text-align: left;
  color: black;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  -webkit-box-orient: vertical;
  margin: 0;
}

.section-header-generals__form .section-header-info__item input, .section-header-generals__form .section-header-info__item textarea, .section-header-generals__form .section-header-info__item select {
  padding: 5px 10px;
  margin: 5px 0;
  border-radius: 15px;
  border: 1px solid #ccc;
  width: 100%;
  resize: none;
  line-height: normal;
  background: #fff;
}

.section-header-generals__form .section-header-info__select{
  width: 100%;
  display: flex;
  flex-flow: row;
  align-items: center;
}

.section-header-generals__form .section-header-info__select select{
  margin: 5px 10px;
}

.generals-col div{
  margin: 0.5rem 0; 
}

.generals-divition .generals-col__info{
  border-right: 0;
}

.general-no-border-bottom{
  border-bottom: 0;
}

@media screen and (min-width: 768px) {
  .generals-divition div{
    margin: 0;
  }
  .generals-divition .generals-col__info{
    border-right: 1px solid #bfbfbf;
    margin: 0.5rem 0;
  }
  .section-header-generals__form .section-header-info__item{
    margin: 0.5rem 0;
  }

}

.section-body{
  padding: 0;
  position: relative;
}

.section-body .section-body__title{
  margin: 1rem 0;
}

.section-body .section-body__inner{
  width: 100%;
  padding: 0 1rem;
  position: relative;
}


.section-body .section-body__inner.section-body__full{
  width: 100%;
}

.section-body .section-body__item{
  margin: 1rem 0;
  padding: 0 15px;
}

.section-body .section-body__item h2{
  text-align: left;
  font-size: 1.5rem;
  margin: 0;
}



@media screen and (min-width: 768px){
  .section-header .section-header__info .section-header__info-text h2, .section-header .section-header__info .section-header__info-actions h2{
    font-size: 1.5rem;
  }
  .section-body .section-body__inner{
    width: 50%;
  }

  .section-body{
    padding: 0 15px 10px 15px;
  }
  .section-body .section-body__item{
    padding: 0;
  }
  
}

.section-body__item .section-header-generals__form{
  padding: 0;
  display: flex;
flex-wrap: wrap;
}

.section-header-info__upload{
  display: flex;
  flex-flow: column;
  margin: 10px 0;
}

.section-header-info__upload label{
  text-align: left;
  color: black;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.section-header-info__socials{
  display: flex;
  margin: 10px 0;
}

.section-header-info__socials .section-header-info__link{
  margin: 0 10px;
}

.section-header-info__socials .section-header-info__link p{
  font-size: 0.75rem;
  margin-bottom: 5px;
}

.section-heder-info__geo{
  margin: 10px 0;
  position: relative;  
  padding-bottom:56.25%;
  height:0;
  top: 0;
  overflow: hidden;
}

.section-heder-info__geo #map{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}

.range_content{
  display: flex;
  width: 100%;
  align-items: center;
}

.range_content .range_slider{
  width: 95%;
  position: relative;
}

.range_slider .slider-gender{
  border: 1px solid #ccc;
}

.range_slider .slider-gender span{
  border-radius: 50%;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
}

.breadcrumb{
  padding: 0px;
  background-color: rgb(42, 42, 42);
  margin: 0px;
  display: flex;
  flex-flow: row;
  overflow-x: scroll;
}

.providers-form{
  background-color: #001A27;
}

.providers-form .card{
  background-color: transparent;
}

.providers-form h1{
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.providers-form p{
  color: #fff;
  margin: 0 10px;
}

.providers-form .providers-form__item{
  margin: 1rem 0;
  padding: 0 5px;
  position: relative,
}

.providers-form .card{
  margin: 0 !important;
}

.providers-form .providers-form__item.provider-form__select::after{
  position: absolute;
  width: 10px;
  height: 10px;
  content: '\f107';
  font-family: "FontAwesome";
  font-weight: 900;
  color: #001A27;
  font-size: 1.5rem;
  pointer-events: none;
  right: 15px;
  bottom: 24px;
  margin: auto;
}

.providers-form .providers-form__inner{
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}

.providers-form .providers-form__item label{
  text-align: left;
  color: white;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.providers-form .providers-form__item input, .providers-form .providers-form__item select, .providers-form .providers-form__item multiselect{
  padding: 5px;
  margin: 0;
  border-radius: 5px;
  border: 1px solid #ccc;
  width: 100%;
  resize: none;
  line-height: normal;
  background: #fff;
}

.providers-form .providers-form__item multiselect .btn{
  height: auto !important;
  padding: 0 !important;
  border: none;
  line-height: normal;
}

.myTeams-actions{
  width: 100%;
  margin: 1rem 0;
}

.myTeams-actions input, .deadline input, .input-date input{
  padding: 5px;
  margin: 5px 0;
  border-radius: 5px;
  border: 1px solid #ccc;
  width: 100%;
  resize: none;
  line-height: normal;
  background: #fff;
}

.myTeams-actions button{
  width: 100%;
}

.selected-filter{
  width: 100%;
  position: relative;
  margin: 1rem 0;

}

.selected-filter h2{
  font-size: 1rem;
  margin: 0;
}

.selected-filter .selected-filter__items{
  overflow-x: auto;
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: row;
  margin: 1rem 0;
}

.selected-filter .selected-filter__items div{
  margin: 0 10px;
}

.selected-filter .selected-filter__items div img{
  border-radius: 50%;
  width: 42px;
  height: 42px;
  display: block;
  margin-bottom: 0.5rem;
  margin: 0 auto;
}

.selected-filter .selected-filter__items div p{
  font-size: 0.6rem;
  text-align: center;
  margin: 0;
}

.dropstart{
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-top: 1rem;
}

.search-filters.hide-showbar{
  width: 0;
  max-width: 0;
  opacity: 0;
  padding: 0;
}

.gallery-wrapper{
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}

.gallery-selection h2{
  text-align: center;
}

.gallery-wrapper__item {
  margin: 1rem 0;
}

.gallery-wrapper__item img, .gallery-wrapper__item video{
  max-width: 300px;
  width: 100%;
  max-height: 300px;
  height: 100%;
}

.file-to-upload__actions .file__upload label{
  font-weight: bold;
}

.file_upload-action button{
  border: none;
  background: #e29560;
  padding: 1rem;
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
  display: block; 
}

.file__load label{
  margin: 0;
}

.calendar-section form{
  width: 100%;
  padding: 0 1rem;
  margin: 0;
}



.calendar-section__inner{
  padding: 10px;
  background-color: #f5f5f5;
  border-radius: 10px;
  margin: 10px 0;
}

.calendar-section__list{
 width: 100%;
 margin: 1rem 0; 
}

.calendar-section__list ul{
  margin: 0 0 10px 0;
  padding: 0;
  border-bottom: 1px solid #000;
}

.calendar-section__list ul li{
  margin: 0.5rem 0;
}
.calendar-section__list ul li label{
  color: #000;
display: flex;
align-items: center;
}

.calendar-section__list ul li label span{
  margin-left: 0.5rem;
}

.calendar-section__smallCalendar{
  background: #fff;
padding: 10px;
border-radius: 10px;
}

.smallCalendar__selector{
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.smallCalendar__selector button{
    background-color: transparent;
    font-size: 1.5rem;
    padding-top: 0;
    padding-bottom: 0;
}

.smallCalendar__selector p{
  font-weight: bold;
  margin: 0 1rem;
  color: #e29560;
  font-size: 1.2rem;
}

.smallCalendar__events{
  height: 162px;
  overflow-y: auto;
}

.smallCalendar__events ul{
  margin: 0;
  padding: 0;
}

.smallCalendar__events li{
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
  border-bottom: 1px solid #000;
}

.smallCalendar__events li:last-child{
  border-bottom: none;
}

.smallCalendar__events li .smallCalendar__name{
  margin-right: 0.5rem;
  display: flex;
  align-items: center;
  max-height: 200px;
  overflow: auto;
}


.smallCalendar__image{
  width: 40px;
  height: 40px;
  margin-right: 5px;
}

.smallCalendar__image img{
  width: 100%;
  border-radius: 50%;
  height: 100%;
}

.smallCalendar__text{
  text-align: left;
}

.smallCalendar__text h3{
  font-weight: bold;
  display: block;
  font-size: 0.75rem
}

.smallCalendar__text p{
  font-size: 0.6rem;
  margin: 0;
}

.smallCalendar__price p{
  font-weight: bold;
  color: #e29560;
  margin: 0;
}

.smallCalendar__total{
  border-top: 1px solid #000;
}

.smallCalendar__total p{
  text-align: right;
  font-size: 0.75rem;
  color: #000;
  font-weight: bold;
  margin: 1rem 0;
}


.smallCalendar__total p span{
  color: #e29560;
  display: inline-block;
}

.calendar-events{
  
}


.calendar-events .calendar-events__selector{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 1rem 0;
}

.calendar-events .calendar-events__selector button{
  background-color: transparent;
  font-size: 1.5rem;
  padding-top: 0;
  padding-bottom: 0;
}

.calendar-events .calendar-events__selector p{
  font-weight: bold;
  margin: 0 1rem;
  color: #e29560;
  font-size: 1.2rem;
}

.calendar-events__months{
  display: flex;
  flex-flow: row; 
  flex-wrap: wrap;
  width: 100%;
}

.calendar-month{
  padding: 0 15px;
  margin: 10px 0;
  width: 50%;
}

.calendar-month__inner{
  background-color: #f3f3f3;
  border-radius: 10px;
  padding: 5px;
}

.calendar-month__title{
  border-bottom: 1px solid #bfbfbf;
  padding: 0.5rem 0;
}

.calendar-month__title h3{
  text-align: center;
  margin: 0;
  font-weight: bold;
  font-size: 0.8rem;
}

.calendar-month__resume{
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin: 0.5rem 0;
  min-height: 40px;
}

.calendar-month__event{
  margin: 0 5px;
  width: 40px;
  border-radius: 50%;
}

.calendar-month__event img{
  width: 40px;
  height: 40px;
}

.calendar-month__more{
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #828282;
  border-radius: 50%;
  flex-shrink: 0;
}

.calendar-month__more p{
  font-size: 1rem;
  color: #fff;
  margin: 0;
  font-weight: bold,
}



.section-nav{
  width: 100%;
  margin: 1rem 0;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .calendar-month{
    width: 33.3333%;
  }
  .section-nav{
    justify-content: flex-end;

  }
}


.section-nav .section-nav__detail{

}

.section-nav .section-nav__detail ul{
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
}

.section-nav .section-nav__detail ul li{
  border-right: 1px solid #000;
}

.section-nav .section-nav__detail ul li:last-child{
  border-right: none;
}

.section-nav .section-nav__detail ul li a{
  text-decoration: none;
  text-align: center;
  display: block;
}

#view3 .invitation-code__inner{
  display: flex;
  flex-flow: row;
  align-items: center;
  position: relative;
}

.invitation-code--item.input-code{
  width: 100%;
}

.invitation-share{
  width: 30px;
  margin-left: 0.5rem;
}


.invitation-share i{
  color: #000;
  font-size: 1.5rem;
  cursor: pointer;
}

.invitation-share:hover .invitation-share__icons{
  opacity: 1;
  pointer-events: all;
}


.invitation-share__icons{
  position: absolute;
  width: auto;
  height: auto;
  z-index: 2;
  top: -22px;
  right: -35px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease 0s;
}

.invitation-share__icons ul{
  display: flex;
  flex-flow: column;
  padding: 0;
  margin: 0;
}

.invitation-share__icons ul li{
  margin: 3px 0;
  text-align: center;
}

.invitation-share__icons ul li a i{
  color: #000;
  font-size: 2rem;
}

.invitation-share__icons ul li a i.fa-facebook{
  color: #3b5998;
}


.invitation-share__icons ul li a i.fa-whatsapp{
  color: #25D366;
}

.invitation-share__icons ul li a i.fa-envelope{
  color: #ccc;
}

.invitation-code .form-check, .form-check{
  padding: 5px !important;
  border: none !important;
}
.form-check__inner{
  border: 1px solid #000 !important;
  text-align: center !important;
  border-radius: 10px;
  background-color: #f2f2f2;
}

.providers-table{
  margin-top: 1rem;
  padding: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  overflow-x: auto;
  background-color: #f8f8f8;
  border: none;
  border-radius: 10px;
  box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
}

.table > tbody > tr > td, .table > tbody > tr > th {
  vertical-align: middle;
  text-overflow: ellipsis;
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;
}
.table thead tr th, .table thead tr th i{
  font-size: 1rem;
}

.neste-table-tr td{
  padding: 0;
}

.table .table.nested-table{
  margin: 0;
  background: none;
}

.table-hover .table tbody tr:hover, .table-hover .table thead tr:hover{
  background-color: transparent;
}
table { table-layout: fixed; }
.table{
  width: auto;
}
@media screen and (min-width: 768px){
  table { table-layout: auto; }

  .table{
    width: 100%;
  }
  table th, table td { overflow: hidden; }
}


#view2 .search-items__resume span.clubs-brands{
  display: flex;
  justify-content: center;
  align-items: center;
}


#view2 .search-items__resume span.clubs-brands img{
  width: 50px; 
  height: 50px;
  border-radius: 50%;
}

#view2 .proyecciones-table .table > :not(caption) > * > *, #view2 .detail-brands__alcance .table > :not(caption) > * > *, #view3 .providers-table .table > :not(caption) > * > *, #view3 .detail-brands__alcance .table > :not(caption) > * > *{
  padding: .5rem .5rem;
  color: var(--cui-table-color);
  background-color: var(--cui-table-bg);
  box-shadow: inset 0 0 0 9999px var(--cui-table-accent-bg);
}

#view2 .proyecciones-table .table thead th, #view2 .proyecciones-table .table tbody th, #view2 .proyecciones-table .table thead td, .table tbody td, #view2 .detail-brands__alcance .table  thead th, #view2 .detail-brands__alcance .table  thead th, #view2 #detail-brands__alcance .table  tbody th, #view2 .detail-brands__alcance .table  thead td, #view2 .detail-brands__alcance .table  tbody td, #view3 .providers-table .table thead th, #view3 .providers-table .table tbody th, #view2 .providers-table .table thead td, .table tbody td, #view3 .detail-brands__alcance .table  thead th, #view3 .detail-brands__alcance .table  thead th, #view3 #detail-brands__alcance .table  tbody th, #view3 .detail-brands__alcance .table  thead td, #view3 .detail-brands__alcance .table  tbody td{
  text-align: center;
  font-size: 0.75rem;
  color: var(--cui-table-color);
}

#view2 .table thead tr, #view3 .table thead tr{
  border-bottom: 1px solid #bfbfbf;
}

.detail-brand__selected{
  width: 100%;
  padding: 0 1rem;
  margin: 1rem 0;
  text-align: center;
}

@media screen and (min-width: 768px){
  .detail-brand__selected{
    width: 20%;
    margin: 0;
    text-align: left;
  }
}

.detail-brand__selected p{
  font-size: 1rem;
  color: #000;
  margin: 0;
}

.detail-brand__selected h2{
  font-size: 1.2rem;
  color: #000;
  font-weight: bold;
}

.detail-brands__list--item{
  width: 100%;
  overflow: scroll;
  position: relative;
  display: flex;
  flex-flow: row;
  padding-bottom: 1rem;
}

.detail-brands__list--item img{
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 0.5rem;
}

.total-resume{
  margin: 1rem;
  position: relative;
  padding: 1rem;
  display: block;
  background-color: #f2f2f2;
  border-radius: 15px;
}

.total-resume .total-resume__header{
  display: flex;
  align-items: center;
}

.total-resume .total-resume__header h2{
  font-size: 1rem;
  font-weight: bold;
  color: #000;
  margin-right: 10px;
}

.total-resume .toggle-handle{
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.total-resume .toggle-off{
  background: #ccc;
}

.total-resume .total-resume__table{
  margin: 1rem 0;
}

@media screen and (min-width: 768px){
  .total-resume{
    margin: 1rem 0;
  }
}

#view2 table.table-custom,  table.table-custom, table.table-custom-estadisticas{
  border-collapse: separate;
  border-spacing: 5px;
}

.table-custom thead th, .table-custom thead tr, .table-custom thead td, .table-custom tbody th, .table-custom tbody tr, .table-custom tbody td, .table-custom-estadisticas thead th, .table-custom-estadisticas thead tr, .table-custom-estadisticas thead td, .table-custom-estadisticas tbody th, .table-custom-estadisticas tbody tr, .table-custom-estadisticas tbody td{
  border: none !important;
}

.table-custom .table-custom__title{
  color: #e29560 !important;
  font-weight: bold;
  border: 2px solid #e29560 !important;
  border-radius: 15px;
}
.table-custom tbody tr td, .table-custom tbody tr th, .table-custom tbody tr.neste-table-tr td .nested-table tbody tr td, .table-custom tbody tr.neste-table-tr td .nested-table th{
  background-color: #fff !important;
  border-radius: 15px;
}

.table-custom tbody tr.neste-table-tr td .nested-table tbody tr th:first-child{
  background-color: transparent !important;
}

.table-custom tbody tr.neste-table-tr td, .table-custom tbody tr.neste-table-tr th{
  background-color: #e8e8e8 !important;
} 

.total-campaign{
  margin: 1rem 0;
  position: relative;
  padding: 1rem;
  display: block;
  border-radius: 15px;
}

@media screen and (min-width: 768px) {
  .total-campaign{
    padding: 1rem;
  }
}

.total-campaign__inner h2{
  text-align: left;
  color: #000;
  font-size: 1rem;
}
.total-campaign__filters{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.total-campaign__date{
  position: relative;
  margin-right: 1rem;
}

.total-campaign__date h3{
  text-align: left;
  font-size: 1rem;
  margin: 0;
  font-weight: bold;
}

.total-campaign__selector{
  display: flex;
  margin: 1rem 0;
  align-items: center;
  justify-content: space-between;
}

.total-campaign__selector label{
  margin: 0;
}

.total-campaign__selector select{
  margin: 0 5px;
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
  appearance: auto !important;
  border: 1px solid #e29560 !important;
  border-radius: 5px;
  text-align: center; 
  background-color: #fff;
}

.total-campaign__orderBy{
  width: 100%;
}

.total-campaign__orderBy h3{
  text-align: left;
  color: #000;
  font-size: 1rem;
  margin: 0;
}

.total-campaign__orderBy .orderBy__filter{
  display: flex;
  flex-wrap: wrap;
}

.total-campaign__orderBy .orderBy__filter .orderBy__filter-item{
  margin: 10px;
  width: 25%;
}

.total-campaign__orderBy .orderBy__filter .orderBy__filter-item button{
  padding: 5px;
  text-align: center;
  background: #fff;
  color: #000;
  font-size: 0.5rem;
  width: 100%;
  height: 100%;
  border: 1px solid #cc9262;
  border-radius: 5px;
}


.total-campaign__results{
  margin: 1rem 0;
}

.total-campaign__results-header h3{
  font-size: 1rem;
  color: #000;
  font-weight: bold;
}

.total-campaign__results-header p{
  font-size: 1rem; 
  color: #000;
  margin: 0;
  font-weight: bold;
}

.total-campaign__results-header .results-button{
  margin: 0 1rem;
}

.total-campaign__results-header .results-button button{
  padding: 5px;
  text-align: center;
  color: #000;
  background-color: #d1d1d1;
  border: none;
}

.total-campaign__results-header .results-button button.active{
  color: #fff;
  background-color:#e29560;
}

.campaign-results__inner{
  background: #f2f2f2;
  border-radius: 10px;
  padding: 1rem;
}

.campaign-results__header{
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.campaign-header__logo{
  width: 100%;
  padding-right: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.campaign-header__image{
  margin-right: 5px;
  width: 42px;
  height: 42px;
  flex-shrink: 0;
}

.campaign-header__image img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
}


.campaign-header__title p{
  margin: 0;
  font-size: 1rem;
  font-weight: bold;
}

.campaign-header__title span{
  display: block;
  text-align: left;
}


.campaign-header__date p{
  margin: 0;
  font-size: 0.75rem;
}

.campaign-header__date i{
  color: #cc9262;
}

.campaign-header__dates{
  width: 100%;
}

.campaign-header__dates ul{
  margin: 0;
  display: flex;
  padding: 5px;
  background: #fff;
  border-radius: 5px; 
}


.campaign-header__dates ul li{
  padding: 0 10px;
  border-right: 1px solid #000;
}

.campaign-header__dates ul li:last-child{
  border-right: 0;
}

.campaign-header__dates ul li p{
  margin: 0;
  text-align: center;
  font-size: 0.75rem;
  font-weight: bold;
}

.campaign-header__dates ul li p span{
  color: #cc9262;
  text-align: center;
}

.campaign-info__wrapper{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; 
}

.campaign-info__wrapper h2{
  font-weight: bold;
  margin: 0 0 10px 0;  
  font-size: 0.75rem;
}

.campaign-info__info ul{
  margin: 0;
  display: flex;
  padding: 5px;
  border-radius: 5px;
  flex-wrap: wrap;
  align-items: center;
}

.campaign-info__info ul li  {
  padding: 5px;
  text-align: center;
  width: 100%;
}

.campaign-info__info ul li p{
  font-size: 0.75rem;
  margin: 0;
  font-weight: bold;
}

.campaign-info__info ul li i{
  font-size: 1rem;
  margin: 0 auto;
  display: block;
  color: #cc9262;
}

.campaign-info__info ul li span{
  color: #000;
  text-align: center;
  font-size: 0.7rem;
}

.campaign-info__info ul li span b{
  font-weight: bold;
}

.campaign-info__hour{
  margin: 0;
  display: flex;
  padding: 5px;
  flex-wrap: wrap;
}

.campaign-info__hour p{
  margin-bottom: 10px;
  font-size: 0.75rem;
  font-weight: bold;
}

.campaign-info__hour .operation-days .operation-days__item.operation-days__opening{
  padding: 0 2px;
}

.campaign-info__hour .operation-days .operation-days__item span{
  padding: 0 5px;
}

.campaign-info__selector{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.campaign-info__item{
  width: 50%;
  display: flex;
  padding: 0 10px;
  align-items: center;
  flex-flow: column;
}

.campaign-info__item label{
  margin: 0 0 10px 0;
  font-weight: bold;
  display: block;
  text-align: center;
  font-size: 0.7rem;
}

.campaign-info__item select{
  padding: 5px 10px;
}


.campaign-info__info ul li span.cost{
  color: #cc9262; 
}

.campaign-info__file video{
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.campaign-file__info{
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row;
  position: relative;
}

.campaign-file__info p{
    margin: 0.25rem 0;
    font-size: .75rem;
}

.campaign-file__info p span{
  font-weight: bold;
  display: inline-block;
}


.total-campaign__results{
  margin: 10px 0;
}

@media screen and (min-width: 768px){
  .total-campaign__orderBy{
    width: 30%;
  }
  .total-campaign__results-header .results-button{
    margin: 1rem;
  }
  .campaign-header__logo, .campaign-header__dates, .campaign-info__info ul li {
    width: 50%;
  }
  .campaign-header__logo{
    margin-bottom: 0;
  }
}

.medios-info{
  margin: 0.25rem 0;
  padding: 0 1rem;
}

@media screen and (min-width: 768px) {
  .medios-info{
    margin: 1rem 0;
  }

}

.medios-info__item{
  margin: 0.5rem 0;
}

.medios-info__inner{
  height: 90%;
  background-color: #fafafa;
  display: flex;
flex-wrap: wrap;
align-items: center;
}

.medios-info__item .tipo-archivo__disclaimer{
  padding: 0.5rem 0;
}

.medios-info h3{
  text-align: left;
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1rem;
}

.medios-info__activado{
  width: 100%;
  background: #fafafa;
  padding: 10px;
}

.medios-info__activado-selection{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.medios-info__activado-selection button{
  border: 3px solid #9a9a9a;
  background: none;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.medios-info__activado-selection button.medio-selected{
  border: 3px solid #e29560;
}

.medios-info__activado-selection button.medio-selected p, .medios-info__activado-selection button.medio-selected i{
  color: #e29560;
}

.medios-info__activado-selection button i{
  font-size: 2rem;
  margin-bottom: 5px;
  display: block;
  color: #9a9a9a;
}

.medios-info__activado-selection button p{
  text-align: center;
  font-size: 0.7rem;
  line-height: 1;
}

.medios-info__alcance{
  width: 100%;
  background: #fafafa;
  padding: 10px;
}

.alcance-promedio{
  display: flex;
  flex-flow: row;
  align-items: center;
  border-bottom: 1px solid #000;
  margin-top: 2rem !important;
}

.alcance-promedio img{
  width: 60px;
  height: auto;
  display: block;
  flex-shrink: 0;
}

.foro-promedio label{
  display: block !important ;
  text-align: center !important;
  font-size: 0.7rem;
  margin-bottom: 5px;
}

.foro-promedio input{
  padding: 5px;
  margin: 5px auto;
  border-radius: 15px;
  border: 1px solid #ccc;
  width: 100px;
  resize: none;
  line-height: normal;
  background: #fff;
  text-align: center;
  display: block;
}

.edades{
  width: 100%;
  display: block;
}

.edades p{
  font-size: 0.7rem;
  margin: 0.5rem 0;
  color: #000;
}

.edades-select{
  width: 100%;
  display: flex;
  flex-flow: row;
  align-items: center;
}


.edades-select span{
  margin: 0;
  text-align: center;
  display: block;
}

.edades-select select{
  margin: 5px;
}

.horarios{
  width: 100%;
  background: #fafafa;
  padding: 10px;
}

.horarios .operation-days .operation-days__item span{
  padding: 0 4px;
}

.horarios-select{
  margin: 10px 0 0 0;
}

.horarios-select__half{
  width: 50%;
}

.horarios-select p{
  margin: 0;
}

.horarios-select__inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.horarios-select__inner select, .horarios-select__inner input{
  padding: 5px;
  margin: 5px 0;
  border-radius: 15px;
  border: 1px solid #ccc;
  width: 100%;
  resize: none;
  line-height: normal;
  background: #fff;
}

.horarios-select__item{
  padding: 3px;
}

.horarios-select__item label{
  display: block !important;
  text-align: center !important;
  -webkit-line-clamp: 2 !important;
  font-size: 0.75rem;
  margin: 0;
}

.medios-costos{
  width: 100%;
  background: #fafafa;
  padding: 10px;
}

.medios-costos .alcance-promedio{
  margin: 0 !important;
  padding: 1rem 0;
}


.proyectores{
  width: 100%;
  background: #eee;
  padding: 10px;
}

.proyectores-text{
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #000;
}

.proyectores-text p{
  margin: 0;
  font-weight: bold;
  text-align: center;
}

.proyectores-text span{
  font-weight: 300;
}

.proyectores-cantidad{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0.5rem 0 0 0;
}

.proyectores-cantidad i{
  font-size: 3rem;
  color: #e29560;
}

.proyectores-cantidad__input{
  width: 60%;
}

.proyectores-cantidad__item label, .proyectores-cantidad__item input{
  margin: 0 !important;
}


.proyectores-cantidad__item label{
  font-size: 0.7rem !important;
}

.resenas-inner{
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #bfbfbf;
}

.resenas-item{
  width: 100%;
  margin: 1rem 0;
  padding: 0;
  max-height: 500px;
  overflow-y: auto;
}

.resenas-header{
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.resenas-header__image{
  display: flex;
  flex-flow: column;
}

.resenas-header__image p, .resenas-header__image span{
  font-size: 0.75rem;
  text-align: center;
  color: #000;
}

.resenas-header__image img{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0.5rem 0;
}

.resenas-header__marcas{
  width: 75%;
  padding: 0 1rem;
}

.resenas-header__marcas p{
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
}

.resenas-header__marcas-list{
  width: 100%;
overflow: scroll;
position: relative;
display: flex;
flex-flow: row;
}

.resenas-header__marcas-list img{
  flex-shrink: 0;
  width: 42px;
  height: 42  px;
  display: block;
  border-radius: 50%;
}

.resenas-body{
  padding: 10px;
  background-color: #f2f2f2;
  border-radius: 10px;
}

.resenas-cal{
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}

.resenas-cal p{
  font-size: 1rem;
  margin: 0 10px 0 0; 

}

.resenas-desc p{
  font-size: 0.75rem;
  margin: 0;
}

@media screen and (min-width: 768px){
  .resenas-desc p{
    font-size: 1rem;
  }
  .resenas-header__marcas{
    width: 25%;
  }
}

#view4 .tab-content{
  background: transparent;
  border: none;
}

#view4 .reproduccion .reproduccion-inner{
  background-color: #f8f8f8;
  border-radius: 20px;
  padding: 10px;
}

#view4 .reproduccion .reproduccion-inner p, #view4 .reproduccion p{
  margin: 0;
  font-weight: bold;
  font-size: 1rem;
}

#view4 .reproduccion .reproduccion-video{
  margin: 1rem 0;
  width: 100%;
  position: relative;
  padding-top: 54.786%;
  height: 0;
  border: 2px solid #e29560;
  border-radius: 10px;
}

#view4 .reproduccion .reproduccion-video video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#view4 .reproduccion .reproduccion-info{
  text-align: center;
}

#view4 .reproduccion .reproduccion-info p{
  margin: 0;
  font-weight: bold;
  font-size: 1rem;
}


#view4 .reproduccion .reproduccion-info span{
  margin: 0;
  font-size: 1rem;
}

#view4 .reproduccion .reproduccion-info .reproduccion-selection{
  width: 100%;
  margin-bottom: 10px;
}

#view4 .reproduccion .reproduccion-info .reproduccion-selection p{
  margin: 0;
  font-size: 0.75rem;
  text-align: left;
}

#view4 .reproduccion .reproduccion-info .reproduccion-selection_list{
  width: 100%;
  overflow: scroll;
  position: relative;
  display: flex;
  flex-flow: row;
  margin-top: 0.5rem;
}

#view4 .reproduccion .reproduccion-info .reproduccion-selection_list img{
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
}

#view4 .reproduccion .reproduccion-info .reproduccion-selection_list button{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: none;
  background: #f2f2f2;
  padding: 0;
  flex-shrink: 0;
  margin: 0 0.5rem;
}

#view4 .reproduccion .reproduccion-info .reproduccion-selection_list button i{
  font-size: 1rem;
}

#view4 .reproduccion .reproduccion-info .reproduccion-style{
  width: 100%;
  margin-bottom: 10px;
}

#view4 .reproduccion .reproduccion-info .reproduccion-style p{
  margin: 0;
  font-size: 0.75rem;
  text-align: left;
}

#view4 .reproduccion .reproduccion-info .reproduccion-style_list{
  width: 100%;
  overflow: scroll;
  position: relative;
  display: flex;
  flex-flow: row;
  margin-top: 0.5rem;
}

#view4 .reproduccion .reproduccion-info .reproduccion-style_list button{
  border: none;
  padding: 0;
  margin: 0 0.5rem;
  color: #000;
  font-size: 0.7rem;
  background: none;
}

#view4 .reproduccion .reproduccion-info .reproduccion-style_list button img{
  display: block;
  width: 30px;
  height: auto;
  margin-bottom: 0.5rem;
}

#view4 .estadisticas .estadisticas-inner p{
  font-weight: bold;
  font-size: 1rem;
  color: #e29560;
  margin: 0;
}

#view4 .estadisticas .estadisticas-inner .estadisticas-table, #view4 .estadisticas .estadisticas-inner .registros-table{
  border: 1px solid #000;
  border-radius: 5px;
  margin: 0.5rem 0;
  max-height: 200px;
  overflow-y: auto;
}

#view4 .estadisticas .estadisticas-inner .table-custom-estadisticas{
  border-collapse: separate;
  border-spacing: 5px;
}

#view4 .proyecciones-table .table thead th, #view4 .proyecciones-table .table tbody th, #view4 .proyecciones-table .table thead td, .table tbody td, #view4 .detail-brands__alcance .table thead th, #view4 .detail-brands__alcance .table thead th, #view4 #detail-brands__alcance .table tbody th, #view4 .detail-brands__alcance .table thead td, #view4 .detail-brands__alcance .table tbody td, #view3 .providers-table .table thead th, #view4 .providers-table .table tbody th, #view3 .providers-table .table thead td, .table tbody td, #view3 .detail-brands__alcance .table thead th, #view3 .detail-brands__alcance .table thead th, #view3 #detail-brands__alcance .table tbody th, #view3 .detail-brands__alcance .table thead td, #view4 .detail-brands__alcance .table tbody td{
  border: none;
  text-align: center;
  font-size: 0.75rem;
  color: var(--cui-table-color);
  padding: 5px !important;
  line-height: 1;
}

#view4 .proyecciones-table .table, #view4 .providers-table .table{
  margin: 0;
}

#view4 .proyecciones-table, #view4 .providers-table{
  padding: 5px;
}

#view4 .table-custom-estadisticas tbody tr td{
  background-color: #f8f8f8 !important;
  border-radius: 15px;
}

#view4 .table-custom-estadisticas tbody tr td{
  background-color: #f8f8f8 !important;
  border-radius: 15px;
}

#view4 .reproduccion-actions{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1rem 0;
}

#view4 .reproduccion-actions .add-btn{
  padding: 5px;
  color: #fff;
  background: #e29560;
  border: none;
}

.reproduccion-actions__add{
  display: flex;
  align-items: center;
}

.reproduccion-actions__add button{
  padding: 0;
  background: none;
  border: none;
}

.reproduccion-actions__add span{
  display: table;
  margin: 0 10px;
  font-weight: bold;
}

.reproduccion-input{
  width: 100%;
}

#view4 .pantallas h3{
  font-weight: bold;
  font-size: 1rem;
  color: #e29560;
}

#view4 .pantallas-inner{
  background: #f2f2f2;
  padding: 10px;
  border-radius: 10px;  
}

#view4 .pantallas-item{
  margin: 0.5rem 0;
}

#view4 .pantallas-item p{
  font-size: 0.75rem;
  font-weight: bold;
  color: #000;
  margin: 0 0 10px 0;
}

#view4 .pantallas-item__video{
  width: 100%;
  position: relative;
}

#view4 .pantallas-item__video img{
  width: 100%;
  height: auto;
  display: block;
  border: 2px solid #ccc;
  border-radius: 10px;
}


#view4 .pantallas{
  margin: 1rem 0;
}

#view4 .pantallas-item__info{
  margin-bottom: 1rem;
}


#view4 .pantallas-wrapper{
  margin: 5px 0;
}

#view4 .pantallas-wrapper p{
  color: #5d5d5d;
  font-size: 0.75rem;
  font-weight: 500;
  margin: 0;
}

#view4  .pantallas-wrapper span{
  font-size: 0.75rem;
margin: 0;
font-weight: 500;
display: flex;
align-items: center;
}

#view4 .pantallas-actions, #view4 .pantallas-title{
  width: 100%;
}

.pantallas-title h4{
  text-align: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid #000;
  text-align: center,
} 

#view4 .pantallas-item__video:hover .pantallas-hover{ 
  display: flex;
}

#view4 .pantallas-hover{
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  top: 0;
  left: 0;
  border-radius: 10px;
}

#view4 .pantallas-hover ul{
  margin: 0;
  padding: 0;
  display: flex;
}

#view4 .pantallas-hover ul li{
  margin: 0 0.25rem;
  padding: 0 0.15rem;
  border-right: 1px solid #fff;
}

#view4 .pantallas-hover ul li button{
  background: none;
  border: none;
  text-align: center;
  color: #fff;
}

#view4 .pantallas-hover ul li:hover button{
  color: #e29560;
}

#view4 .pantallas-hover ul li:last-child{
  border-right: none;
}

#view4  .pantallas-wrapper span > *{
  margin: 0 0.25rem;
}

.section-config{
  padding: 0 30px 30px 30px;
  position: relative;
}

.section-config .section-config__titular{
  margin: 1rem 0;
}

.section-config .section-config__titular h3{
  font-size: 1rem;
  color: #000;
  font-weight: bold;
  text-align: left;
}

.section-config .section-config__titular .titular-info{
  display: flex;
  flex-flow: row;
  align-items: center;
}

.section-config .section-config__titular .titular-info img{
  width: 60px;
  height: 60px;
  display: block;
  border-radius: 50%;
  margin-right: 1rem;
}

.section-config .section-config__titular .titular-info p{
  font-size: 1rem;
  margin: 0;
}

.section-config__form{
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.section-config__form-item{
  margin: 0.25rem 0;
  padding: 0 1rem;
  display: flex;
  align-items: flex-start;
  flex-flow: column;
}

.section-config__form-item label{
  text-align: left;
  color: black;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.section-config__form-item .section-config__form-input{
  display: flex;
  align-items: center;
  flex-flow: column;
  width: 100%;
}

.section-config__form-item .section-config__form-input input{
  padding: 5px;
  margin: 5px 0;
  border-radius: 5px;
  border: 1px solid #ccc;
  width: 100%;
  resize: none;
  line-height: normal;
  background: #fff;
}

.section-config__form-item .section-config__form-actions{
  display: flex;
  flex-flow: row;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.section-config__form-item .section-config__form-actions .action-btn{
  border: none;
  padding: 5px 10px;
  text-align: center;
  color: #fff;
  background-color: #e29560;
  margin: 0 5px;
  white-space: nowrap;
}

.section-config__form-item .section-config__form-actions .key-btn{
  padding: 5px;
  border-radius: 50%;
  border: 1px solid #e29560;
  margin: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-config__form-item .section-config__form-actions i.fa-check{
  font-size: 1rem;
  color: green;
}

.section-config__form-item .section-config__form-actions .key-btn i{
  font-size: 1rem;
  color: #e29560;
}

.section-config__form-submit{
  margin: 1rem 0;
  display: flex;
  justify-content: flex-end;
}

.delete-btn{
  padding: 5px 10px;
  border: none;
  color: #fff;
  background: red;
}

@media screen and (min-width: 768px){
  .section-config__form-item{
    margin: 1rem 0;
    padding: 0 5px;
  }
  .section-config__form-item .section-config__form-input{
    flex-flow: row;
  }
  .section-config__form-item .section-config__form-actions{
    width: 30%;
    justify-content: flex-start;
  }
}


.comparison-feature{
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.comparison-feature__head{
  position: sticky;
  height: 110px;
  top: 0;
  z-index: 2;
  background-color: #fff;
}

.comparison-feature__head-first{
  font-size: 1rem;
  font-weight: bold;
}

.comparison-feature__head-underline{
  border-bottom: 1px solid rgba(197,205,233,.4);
}

.comparison-feature__body{
  z-index: 0;
  font-size: 16px;
  margin: -50px auto;
}

.comparison-feature__body-title{
  font-size: 17px;
border-bottom: 1px solid transparent;
}

.comparison-feature__body-wrapper{
  height: 60px;
  font-size: 0.75rem;
}

.comparison-feature__head-image{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}

.pt-see-all{
  margin: 0;
  text-align: center; 
}

p.pt-see-all{
  font-weight: bold;
}

.comparison-feature__indicator{
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid gray;
  display: block;
  margin: 0 auto;
}

.comparison-feature__indicator.indicator-on{
  background-color: #e29560;
  border: 1px solid #e29560;
}


.modal-title.comparsion-title, .modal-title.desglose-title{
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
}

#myModalComparison .modal-body{
  overflow-x: auto;
}

.comparison-feature__footer{
  height: 50px;
  position: sticky;
  z-index: 1;
  bottom: 0;
  background-color: #fff;
}

.comparison-feature__footer-buttons buttom{
  color: #fff;
}

@media screen and (min-width: 450px){
  #myModalComparison .modal-body{
    overflow-x: hidden;
  }
}

.state-account .account-header h2{
  text-align: center;
  font-size: 1.2rem;
  color: #000;
}

.state-account .account-clubs__all{
  margin: 1rem 0;
  text-align: center;
}

.state-account .account-clubs__all button{
  border: none;
  background: none;
  text-align: center;
  font-size: 0.7rem;
  color: #000;
}

.state-account .account-clubs__all button .all-icon{
  width: 40px;
  height: 40px;
  padding: 10px;
  background: #e29560;
  border-radius: 50%;
  margin-bottom: 5px;
}

.state-account .account-clubs__all button .all-icon i{
  color: #fff;
  font-size: 1.5rem;
}

.state-account .account-clubs__brands .detail-brands{
    width: 100%;
}

.state-account .account-clubs__brands .detail-brands .detail-brands__brands{
  width: 100%;
}

.state-account .account-review{
  display: flex;
  flex-flow: column;
}

.state-account .account-review__number{
  margin: 1rem 0;
  text-align: center;
}

.state-account .account-review__number p{
  font-size: 1rem;
  color: #000;
  margin: 0;
}

.state-account .account-review__number p span{
  font-weight: bold;
  display: inline-block;
}

.state-account .account-review__selector{
  width: 200px;
}


.state-account .account-review__date, .state-account .table-date__selection{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row;
  width: auto;
  margin: 1rem 0;
}

.state-account .table-date__selection{
  width: 200px;
}

.state-account .account-review__date button, .state-account .table-date__selection button {
  background-color: transparent;
  font-size: 1.5rem;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
}

.state-account .account-review__date p, .state-account .table-date__selection p{
  font-weight: bold;
  margin: 0 1rem;
  color: #e29560;
  font-size: 1.2rem;
}

.state-account .account-pricing{
  border-bottom: 1px solid rgba(197,205,233,.4);
}

.state-account .account-pricing .account-pricing__inner{
  flex-flow: column;
}

.state-account .account-review__price{
  margin: 0.5rem 0;
}

.state-account .account-review__price p{
  font-weight: bold;
  font-size: 1rem;
  margin: 0;
}

.state-account .account-review__price p span{
  display: inline-block;
  font-weight: 300;
}

.state-account .account-disclaimer span{
  font-size: 0.6rem;
  color: #000;
}

.state-account .table-custom-pricing, .table-custom-pricing{
  border-collapse: separate;
  border-spacing: 5px;
}

.state-account .table-custom-pricing thead tr th, .table-custom-pricing thead tr th{
  text-align: center;
  font-size: 0.75rem;
  color: var(--cui-table-color);
  padding: .5rem .5rem;
  border: none;
  border-bottom: 2px solid #646464;
}


.state-account .table-custom-pricing tbody tr td, .table-custom-pricing tbody tr td{
  text-align: center;
  font-size: 0.75rem;
  padding: .5rem .5rem;
  color: #000;
}

.state-account .table-custom-pricing .table-image__rounded img, .table-custom-pricing .table-image__rounded img{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  display: inline-block;
}

.state-account .table-custom-pricing .table-image__card img, .table-custom-pricing .table-image__card img{
  width: 30px;
  height: auto;
  position: relative;
  display: inline-block;
}

.state-account .table-custom-pricing .table-image__rounded p, .state-account .table-custom-pricing .table-image__card p, .table-custom-pricing .table-image__rounded p, .table-custom-pricing .table-image__card p{
  display: inline-block;
  margin: 0;
}

.state-account .table-custom-pricing tbody tr td, .table-custom-pricing tbody tr td {
  background-color: #f2f2f2 !important;
  border-radius: 15px;
}

.state-account .table-custom-pricing .table-image__rounded span, .table-custom-pricing .table-image__rounded span{
  display: inline-block;
}

.state-account .table-custom-pricing .table-image__rounded .calendar-month__more, .table-custom-pricing .table-image__rounded .calendar-month__more{
  position: relative;
  top: 3px;
  width: 30px;
  height: 30px;
}



@media screen and (min-width: 768px){
  .state-account .account-clubs__brands .detail-brands{
    width: 50%;
  }
  .state-account .account-clubs__all{
    text-align: left;
  }
}

.desglose-club{
  flex-flow: column;
}

.desglose-club h3{
  font-size: 1rem;
  color: #000;
  font-weight: bold;
  margin: 0;
}

.desglose-club__image{
  flex-flow: column;
}

.desglose-club__image img{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  margin-top: 10px;
}

.desglose-club__image p{
  margin: 0;
}

.desglose-resume{
  display: flex;
justify-content: space-between;
margin: 1rem 0;
align-items: center;
}

.desglose-resume__actions{
  display: flex;
  justify-content: space-between;
  margin: 1rem 0;
  align-items: center;
}

.desglose-resume__text{
  display: flex;
  justify-content: center;
  align-items: center;
}

.desglose-resume__buttons{
  padding: 0 1rem;
}

.desglose-resume__buttons i{
  font-size: 1.3rem;
  padding: 0 0.5rem;
  color: #000;
}

.desglose-resume__actions p, .desglose-resume__total .desglose-resume__count p, .desglose-resume__total .desglose-resume__count span{
  font-size: 1rem;
  color: #000;
  margin: 0;
}

.desglose-resume__actions p{
  margin: 0 10px;
}

.desglose-resume__total{
  display: flex;
  flex-flow: row;
  align-items: center;
  margin: 0 5px;
}

.desglose-resume__total .desglose-resume__count{
  background: #fff;
  border: none;
  font-size: 1rem;
  padding: 2px 5px;
  border: 1px solid #000;
  text-align: center;
  font-weight: bold;
}

.desglose-resume__total .desglose-resume__total span{
  font-weight: bold;
}

.desglose-resume__wrapper{
  margin: 0.5rem 0;
}

.desglose-resume__wrapper p{
  font-size: 1rem;
  margin: 0;
  font-weight: bold;
}

.desglose-resume__wrapper span{
  color: #5d5d5d;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.desglose-resume__wrapper span img{
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.desglose-table h2{
  font-size: 1rem;
  color: #000;
  font-weight: bold;
}

.desglose-table .table-custom-pricing .table-image__rounded .calendar-month__more{
  top: 0;
}

.desglose-table .table-responsive{
  border-bottom: 2px solid #646464;
}

.desglose-sum__inner{

}

.sum-item{
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  width: 300px;
}

.sum-item p, .sum-item span, .sum-total p, .sum-total span{
  margin: 0;
  font-size: 0.75rem;
  color: #000;
}

.sum-item p, .sum-total p{ 
  font-weight: bold;
  text-align: right;
  width: 50%; 
}

.sum-item.discount span{
  color: red;
}

.sum-total{
  padding: 10px 0;
  border-top: 2px solid #646464;
  display: flex;
  justify-content: space-between;
}

.clubs-regions__item{
  margin: 0.5rem 0;
  width: 100%;
}

.clubs-regions__item p{
  font-size: 1rem;
  color: #000;
  margin: 0;
}

.clubs-regions__item span{
  font-size: 1rem;
  color: #000;
  font-weight: bold;
  padding: 0 3px;
}

.club-regions__manager{
  flex-flow: column;
  align-items: center;
}

.club-regions__manager .region-manager{
  padding: 5px;
  border-radius: 20px;
  background-color: #e29560;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}

.club-regions__manager .region-manager img{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 5px;
}

.club-regions__manager .region-manager p{
  margin: 0;
  font-size: 0.7rem;
  color: #fff;
  font-weight: bold;
}

@media screen and (min-width: 768px){
  .clubs-regions__item{
    width: 200px;
  }
}

.tab-content__inner{
  width: 100%;
  border: none;
}

.broker-tabs{
  width: 100%;
  margin: 0;
}

.broker-tabs__code-input{
  display: flex;
flex-flow: column;
align-items: center;
position: relative;
}

.broker-tabs__code-input label{
  width: 100%;
  text-align: left;
  color: #000;
  font-weight: bold;
  font-size: 1rem;
}

.broker-input{
  display: flex;
  flex-flow: column;
  align-items: center;
  position: relative;
  width: 100%;
  margin: 1rem 0;
}

.broker-input input{
  background: #fff;
  font-size: 1rem;
  padding: 3px;
  height: auto;
  border: 1px solid #000;
  width: 100%;
  border-radius: 15px;
}

.broker-input__actions{
  flex: 1;
  margin: 0.5rem 0;
  display: flex;
  align-items: center;
}

.broker-input__actions button{
  border: none;
  padding: 5px 10px;
  text-align: center;
  color: #fff;
  background-color: #e29560;
  margin: 0 5px;
  white-space: nowrap;
}

.broker-input__actions:hover .invitation-share__icons{
  opacity: 1;
  pointer-events: all;
}

.broker-input__actions i{
  color: #e29560;
  font-size: 1.5rem;
  cursor: pointer;
}

.table-custom-pricing tbody tr td span{
  font-weight: bold;
  margin-top: 5px;
}

.table-custom-bordered{
  border: 2px solid #646464;
  border-radius: 10px;
}


.broker-resume .broker-resume__inner{
  border: 1px solid #000;
  border-radius: 10px;
  padding: 1rem;
}

.broker-resume__main{
  padding-right: 1rem;
}

.broker-name{
  margin: 0.5rem 0;
  align-items: center;
  flex-flow: column;
}

.broker-name p{
  font-size: 1rem;
  color: #000;
  margin: 10px 0;
  text-align: center;
}

.broker-name span{
  font-size: 1rem;
  color: #000;
  font-weight: bold;
  padding: 0 3px;
}

.broker-name .region-manager{
  padding: 5px;
  border-radius: 20px;
  border: 1px solid #e29560;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 3px;
}

.broker-name .region-manager img{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 5px;
}

.broker-name .region-manager p{
  margin: 0;
  font-size: 0.7rem;
  color: #000;
  font-weight: bold;
}

.comision-item{
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  margin: 10px 0;
  width: 100%;
}

.comision-item p{
  font-weight: bold;
  text-align: right;
  width: 100%;
  margin: 0;
}

.comision-item span{
  margin: 0;
  font-size: 0.75rem;
  color: #000;
}

.comision-item.comision-total span{
  color: #e29560;
  font-weight: bold;
}

.broker-table{
  margin: 1rem 0;
}

.broker-table .table-responsive {
  border-bottom: 2px solid #646464;
}

.broker-total__inner{
  margin: 0.5rem 0;
}

.broker-total__inner p{
  font-size: 1rem;
  color: #000;
  font-weight: bold;
  margin: 0;
}

.broker-total__inner span{
  color: #e29560;
  font-weight: bold;
  font-size: 1rem;
  padding-left: 10px;
}

.broker-percentage ul{
  margin: 0;
  padding: 0;
}

.broker-percentage ul li{
  margin: 10px;
  font-weight: bold;
  color: #000;
  font-size: 1rem;
}

.broker-resume__comision{
  width: 100%;
}

@media screen and (min-width: 768px){
  .comision-item{
    width: 300px;
    flex-flow: row;
  }
  .broker-input{
    flex-flow: row;
    margin: 0;
  }
  .broker-name{
    flex-flow: row;
  }
  .broker-input__actions{
    margin: 0 0 0 0.5rem;
  }
  .broker-name p{
    margin: 0.5rem 0;
  }
  .broker-resume__comision{
    width: auto;
  }

  .comision-item p{
    width: 50%;
  }
}


.invite{
  width: 100%;
  margin: 1rem 0;
}

.invite-socials{
  margin: 1rem 0;
}

.invite-socials p{
  font-size: 1rem;
  color: #000;
  font-weight: bold;
}

.invite-socials ul{
  margin: 0;
  padding: 0;
  display: flex;
}

.invite-socials ul li{
  padding: 0 10px;
}

.invite-socials ul li button{
  background: none;
  border: none;
  padding: 10px;
  border-radius: 50%;
  position: relative;
}

.invite-socials ul li button i{
  font-size: 2rem;
}

.invite-socials ul li button i.fa-check{
  position: absolute;
  color: green !important;
  font-size: 1.5rem;
  bottom: 0;
  right: -10px;
  opacity: 0;
}

.invite-socials ul li.checked button i.fa-check{
  opacity: 1;
}

.invite-socials ul li.facebook button{
  border: 1px solid #2c4b94;
}

.invite-socials ul li.facebook button i{
  color: #2c4b94;
}

.invite-socials ul li.twitter button{
  border: 1px solid #29aadf;  
}

.invite-socials ul li.twitter button i{
  color: #29aadf;
}

.invite-socials ul li.instagram button{
  border: 1px solid #f3213b;
}

.invite-socials ul li.instagram button i{
  color: #f3213b;
}

.invite-socials ul li.whatsapp button{
  border: 1px solid #49c857;
}

.invite-socials ul li.whatsapp button i{
  color: #49c857;
}

.invite-socials ul li.share button{
  border: 1px solid #ea9860;
}

.invite-socials ul li.share button i{
  color: #ea9860;
}

.invite-selection{
  width: 100%;
  margin: 1rem 0;
}

.invite-list{
  margin: 0.5rem 0;
}

.invite-list h3{
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #000;
  font-size: 1rem;
}

.invite-list__filter{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.invite-list__input{
  position: relative;
  padding: 0 5px;
}

.invite-list__input::after{
  font-family: "FontAwesome";
  font-weight: 900;
  content: "\f002";
  font-size: 1rem;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #000;
}

.invite-list__input input{
  background: #fff;
  border: 1px solid #000;
  font-size: 1rem;
  padding: 10px;
  height: auto;
}

.invite-list__all label{
  margin: 0;
}

.invite-list__select{
  width: 100%;
  margin: 0.5rem 0;
  padding: 0;
}

.invite-list__select-inner{
    background: #f2f2f2;
    padding: 10px;
    position: relative;
    max-height: 300px;
    height: 300px;
    overflow-x: auto;
}

.invite-list__select-inner ul{
  margin: 0;
  padding: 0;
}

.invite-list__select-inner ul li{
  margin: 5px 0;
  width: 100%;
  position: relative;
  display: block;
}

.list-input label{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.list-input label input{
  opacity: 0;
  position: absolute;
  pointer-events: none;
}

.list-input label span.input-circle{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #bc8a5a;
  position: relative;
  background: #fff;
}

.list-input label span.input-circle::after{
  font-family: "FontAwesome";
  font-weight: 900;
  content: "\f00c";
  font-size: 1.2rem;
  position: absolute;
  top: 1px;
  left: 4px;
  color: #fff;
  opacity: 0; 
}

.list-input label input:checked + span.input-circle{
  background: #bc8a5a;
}

.list-input label input:checked + span.input-circle::after{
  opacity: 1;
}

.list-input__name{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-flow: row;
}

.list-input__name img{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 5px;
}

.list-input__text{
  display: flex;
  flex-flow: column;
}

.list-input__text p{
  font-size: 1rem;
  margin:0;
}

.list-input__text span{
  font-size: 0.75rem;
  margin: 0;
  text-align: left;
}

.invite-message__inner{
  display: flex;
  flex-wrap: wrap;
  margin: 1rem 0;
  width: 100%;
}

.invite-message__select{
  display: flex;
  margin: 0 5px;
  align-items: center;
}

.invite-message__select label{
  font-size: 1rem;
  color: #000;
  margin: 0;
  display: flex;
}

.select-custom{
  position: relative;
}

.select-custom p{
  margin: 0;
}

.select-custom input{
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.select-custom span{
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #bc8a5a;
  display: block;
  position: relative;
  margin: 0 5px;
}

.select-custom span::after{
  font-family: "FontAwesome";
  font-weight: 900;
  content: "\f00c";
  font-size: 1rem;
  position: absolute;
  top: -2px;
  left: 1px;
  color: #fff;
  opacity: 0;
}

.select-custom input:checked + span{
  background: #bc8a5a;
}

.select-custom input:checked + span::after{
  opacity: 1;
}

.invite-message__textarea textarea{
  width: 100%;
  padding: 5px;
  height: 200px;
  resize: none;
  border: 1px solid #000;
}

.invite-message__code{
  padding: 5px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

.invite-message__code p{
  font-size: 1rem;
  color: #000;
  font-weight: bold;
  margin: 0;
}

.invite-message__code p span{
  display: inline-block;
  font-weight: 300;
}

.calendar-days{
  margin: 1rem 0;
  border: none;
}

.calendar-days .search-items__resume--days p, .calendar-hours p{
  color: #000;
  font-weight: bold;
  font-size: 1rem;
}

.calendar-hours{
  margin: 1rem 0;
}

@media screen and (min-width: 768px){
  .calendar-days{
    border-right: 1px solid #000;
  }
}

.results-indicators{
  margin: 1rem 0;
}

.results-indicators ul{
  margin: 0;
  padding: 0;
}

.results-indicators ul li{
  display: flex;
  align-items: center;
  margin: 5px 0;
}

.results-indicators ul li span{
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50px;
  border: 1px solid #a7a7a7;
}

.results-indicators ul li p{
  margin: 0 5px;
  font-size: 1rem;
  color: #000;
}

.buttonized {
  cursor: pointer;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.dropdown-menu-end {
  --bs-position: end;
  right: 0;
  left: auto;
}

.dropdown-toggle-fix::after {
  right: 0.3rem;
}

.code-list {
  height: 25vh;
  overflow-y: auto;
  align-items: baseline !important;
}

.code-list thead {
  position: sticky;
  top: 0;
  background: white;
  z-index: 2;
  height: 2rem;
}

.code-list tbody {
  z-index: 1;
}

.margin-0 {
  margin: 0 !important;
}

.search-items__title--left{
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
}

.search-items__title--right{
  margin-left: 5px;
}

.search-items__title--right p{
  margin: 0;
  color: #000;
  font-size: 0.75rem;
  text-align: center;
}

.search-items__title--right span{
  text-align: center;
  font-weight: bold;
  margin: 0;
  color: #e29560;
  font-size: 0.75rem;
  background-color: #fff;
  border-radius: 10px 0 0 0;
  padding: 0.32rem;
}

.rounded-value{
  border: 1px solid #e29560;
  border-radius: 50%;
  padding: 3px;
  position: relative;
  width: 28px;
  height: 28px;
}

.results-indicators{
    margin: 1rem 0;
  }
  
  .results-indicators ul{
    margin: 0;
    padding: 0;
  }
  
  .results-indicators ul li{
    display: flex;
    align-items: center;
    margin: 5px 0;
  }
  
  .results-indicators ul li span{
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 50px;
    border: 1px solid #a7a7a7;
  }
  
  .results-indicators ul li p{
    margin: 0 5px;
    font-size: 1rem;
    color: #000;
  }

  .tipo-archivo__inner, .tipo-archivo__inner{
    background-color: #fafafa;
    display: flex;
    justify-content: space-around;
    flex-flow: row;
    width: 100%;
    padding: 5px 0;
    border-radius: 10px;
    flex-wrap: wrap;
  }

  .tipo-archivo__title{
    width: 100%;
  }

  .tipo-archivo__item{
    margin: 0 0.5rem !important;
    max-width: 50%;
  }

  .tipo-archivo__image{
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .tipo-archivo__image img{
    flex-shrink: 0;
    width: 40px;
    height: auto;
    display: block;
    margin-right: 0.25rem;
  }

  .tipo-archivo__image p{
    color: #5c5c5c;
    font-weight: bold;
    text-align: center;
    margin: 0;
    font-size: 0.8rem;
  }

  .tipo-archivo__image p span{
    display: inline-block !important;
    font-size: 0.7rem !important;
  }

  .tipo-archivo__item > p{
    text-align: center;
    color: #5c5c5c;
    margin: 0;
    font-size: 0.7rem;
  }

  .view-people .generals-col{
    margin: 0;
  }

  .costos .cost b{
    display: flex;
  }

  .costos .generals-col:nth-of-type(0){
    border-bottom: 1px solid red;
  }

  .costos-mensual{
    margin-top: 1rem; 
    width: 100%;
  }

  .costos-mensual__description{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .costos-mensual__description i{
    padding: 10px;
    font-size: 1.7rem;
    border-radius: 50%;
    border: 2px solid #e29560;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #e29560;
  }

  .costos-mensual__description p{
    margin: 0 5px;
    font-size: 1reem;
  }

  .costos-mensual__price{
    margin: 1rem auto 0 !important;
    display: block;
    text-align: center;
    width: 80%;
  }

  .costos-mensual__price p{
    padding: 10px;
    border-radius: 20px;
    border: 1px solid #bfbfbf;
    color: #e29560;
    font-weight: bold;
    font-size: 1rem;
    background-color: #f2f2f2;
  }

  .foro-promedio{
    width: 100%;
    margin-top: 1rem;
  }

  .tipo-archivo-view .tipo-archivo__image{
    flex-flow: column;
  }

  .tipo-archivo-view .tipo-archivo__image p{
    font-size: 1rem;
  }

  .tipo-archivo__count{
    margin-top: 0.5rem;
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
  }

  .tipo-archivo__count p{
    margin: 0;
    font-size: 0.75rem;
  }

  .tipo-archivo__count span{
    display: block;
    padding: 5px 10px;
    border-radius: 20px;
    border: 1px solid #e29560;
    text-align: center;
    color: #5c5c5c;
    margin-top: 5px;
  }

.tipo-archivo__count input{
  display: block;
  padding: 5px 10px;
  border-radius: 20px;
  border: 1px solid #e29560;
  text-align: center;
  color: #5c5c5c;
  margin-top: 5px;
}

  .tipo-archivo__disclaimer{
    width: 100%;
    margin-top: 1rem;
    border-top: 1px solid #bfbfbf;
  }

  .tipo-archivo__disclaimer span{
    font-size: 0.75rem;
  }

  .tipo-archivo__disclaimer-selection{
    position: relative;
  }

  .tipo-archivo__disclaimer-selection label{
    display: flex !important;
    color: #5c5c5c !important;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-size: 1rem;
  }

  .tipo-archivo__disclaimer-selection span{
    color: #e29560;
    font-size: 1rem;
  }

  .generals-col div.disclaimer-input, .disclaimer-input{
    margin: 0 0.5rem;
  }

  .especialidad{
    margin: 0.75rem 0;
    display: flex;
    flex-wrap: wrap;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .especialid_inner{
    background-color: #fafafa;
    display: flex;
    justify-content: space-between;
    flex-flow: row;
    width: 100%;
    padding: 5px;
    border-radius: 10px;
  }

  .especialidad_inner-items{
    display: flex;
    flex-wrap: wrap;
  }

  .especialidad_inner-items span{
    margin: 0 0.25rem;
    color: #5c5c5c;
    text-align: center;
    font-size: 0.75rem;
  }

  .campaign-actions{
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
    padding: 1rem;
    border-top: 2px solid #bfbfbf;
    z-index: 3;
    left: 0;
  }

  .campaign-total p{
    color: #5c5c5c;
    font-weight: bold;
    margin-bottom: 0.25rem;
    text-align: center;
    font-size: 0.8rem;
  }

  .campaign-total span{
    color: #e29560;
    text-align: center;
    font-size: 0.8rem;
  }

  .campaign-buttons{
    margin: 0 1rem;
  }

  .campaign-buttons button{
    background-color: #e29560;
    color: #fff;
    text-align: center;
    padding: 5px;
    border: none;
    border-radius: 10px;
  }

  .pago-wrapper{
    padding: 15px;
    background: #f2f2f2;
    border-radius: 20px;
  }

  .pago-type{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .pago-type h3{
    font-size: 0.75rem;
    font-weight: bold;
  }

  .pago-item{
    display: flex;
    margin: 0.5rem 0;
    justify-content: space-between;
  }

  .pago-item p{
    font-size: 0.75rem;
    margin: 0;
  }

  .pago-item span{
    font-weight: bold;
    text-align: right;
  }

  .pago-total{
    border-top: 1px solid black;
    padding: 0.5rem 0;
  }

    .pago-total span{
      color: #e29560;
  }

  .metodos > p{
    font-weight: bold;
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
  }

  .metodos-inner{
    padding: 15px;
    background: #f2f2f2;
    border-radius: 20px;
    max-height: 200px;
    overflow-y: auto;
  }

  .metodo-item{
    width: 100%;
    margin: 0.5rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0.25rem 0;
    border-bottom: 1px solid #000;
  }

  .metodo-item:last-child{
    border-bottom: none;
  }

  .metodo-item__number{
    margin-right: 0.5rem;
  }

  .metodo-item__number p{
    font-size: 0.75rem;
    font-weight: bold;
    margin: 0;
  }

  .metodo-item__number span{
    display: block;
    font-size: 0.75rem;
  }

  .metodo-item__type i{
    font-size: 1.5rem;
  }

  .metodos-action{
    display: flex;
    justify-content: flex-end;
    margin-top: 1rem;
  }

  .metodos-action button{
    border: none;
    background: #e29560;
    padding: 5px;
    color: #fff;
  }

  #view2 .details-invitaciones .search-results .search-items__carousel--item .search-items__title{
    position: absolute;
  }

  .wide-selection{
    width: 100%;
    margin: 1rem 0;
    display: flex;
    flex-wrap: wrap;
  }

  .wide-selection__item{
    width: 33.3333%;
    padding: 0 15px;
  }

  .wide-selection__item.noPadding{
    padding: 0;
  }

  .wide-selection_name{
    width: 100%;
    margin-bottom: 10px;
  }

  .wide-selection_name p{
    margin: 0;
    font-size: 0.75rem;
  }

  .wide-selection_name i{
    font-size: 0.65rem;
  }

  .wide-selection_list{
    width: 100%;
    overflow: scroll;
    position: relative;
    display: flex;
    flex-flow: row;
    padding-bottom: 1rem;
  }

  .wide-selection_list.noScroll{
    overflow: unset;
  }

  .wide-selection_list input[type="color"] {
    display: block;
    width: 60px;
    height: 60px;
    border: none;
  }

  .wide-selection_list button{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    background: #f2f2f2;
    padding: 0;
    flex-shrink: 0;
  }

  .wide-selection_list > *{
    margin: 0 0.5rem;
  }

  .wide-selection_list button i{
    font-size: 1rem;
  }

  .wide-selection_list img{
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 50%;
    border: transparent 2px solid;
  }

  .wide-banner-innner{
    position: relative;
    display: block;
    margin: 1rem 0;
  }

  .wide-banner-wrapper{
    padding: 5px;
    border-radius: 20px;
  }

  .wide-banner-item{
    display: flex;
    margin: 0.5rem 0;
    justify-content: space-between;
  }

  .wide-banner-item p{
    font-size: 0.75rem;
    margin: 0;
  }

  .wide-banner-item span{
    font-weight: bold;
    text-align: right;
  }

  .wide-banner-total span{
    color: #e29560;
  }

  .campaign-info__info{
    background: #fff;
    border-radius: 20px;
    padding: 10px;
  }

  .campaign-info__info p{
    margin: 0;
    font-size: 0.75rem;
    text-align: center;
  }

  .campaign-info__info img{
    width: 30px;
    margin: 0 auto;
    display: block;
  }

  .campaign-info__file{
    padding: 10px;
    background: #fff;
    border-radius: 20px;
  }

  .file-download{
    border: none;
    display: flex;
    flex-flow: column;
    padding: 5px;
    font-size: 1.2rem;
    background: #e29560;
    color: #fff;
    position: relative;
    border-radius: 50%;
  }

  .campaign-info__info .search-items__resume--days p, .campaign-info__info div p{
    margin-bottom: 1rem;
    font-weight: bold;
  }

  .campaign-info__info .search-items__resume--hours{
    flex-flow: row;
  }

  .convocatoria{
    width: 100%;
    margin: 1rem 0;
    padding: 1rem;
  }

  .convocatoria-item{
    background-color: #f8f8f8;
    border: none;
    border-radius: 10px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
    margin: 0;
  }

  .convocatoria-item__resume{
    padding: 0.5rem 0;
    position: relative;
    margin: 0;
  }

  .convocatoria-item__resume--inner{
    margin: 0.75rem 0;
    display: flex;
    flex-wrap: wrap;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  @media screen and (min-width: 768px){
    .convocatoria-item__resume--inner{
      margin: 2rem 0;

    }
  }

  .convocatoria-item__resume--inner p{
    color: #5c5c5c;
    font-weight: bold;
    margin-bottom: 0.25rem;
    text-align: center;
    font-size: 0.8rem;
  }

  .convocatoria-item__resume--inner span{
    color: #5c5c5c;
    font-weight: bold;
    text-align: center;
    display: block;
    font-size: 0.75rem;
  }

  .convocatoria-item__resume--inner span.cost{
    color: #e29560;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .convocatoria-image{
    margin: 0.5rem auto 0;
  }

  .convocatoria-image img{
    max-width: 40px;
    margin: 0 auto 0.25rem;
    display: block;
  }

  .convocatoria-item__info h3{
    text-align: center;
    font-size: 1rem;
    margin: 1rem 0 0;
  }

  .convocatoria-item__video p{
    text-align: center;
    margin: 1rem 0 0;
    font-weight: bold;
  }

  .convocatoria-item__video-info{
    width: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    border-radius: 0 0 10px 10px;
  }

  .convocatoria-item__video-info .convocatoria-item__vide-inner{
    margin-right: 0.5rem;
  }

  .convocatoria-item__video-info .convocatoria-item__vide-inner p{
    margin: 0;
    font-weight: bold;
  }

  .convocatoria-item__video-actions{
    display: flex;
    justify-content: flex-end;
    margin: 1rem 0;
  }

  .convocatoria-item__video-actions button{
    padding: 5px 10px;
    border: none;
    background: transparent;
    color: #fff;
    text-align: center;
    margin: 0 0.25rem;
    border-radius: 10px;
    font-weight: bold;
  }

  .cancel-campaign{
    background-color: red !important;
  }

  .add-campaign{
    background-color: #e29560 !important;
  }

  .convocatoria-brands{
    margin: 1rem 0;
    padding: 1rem;
  }

  .convocatoria-brands.detail-brands .detail-brands__brief textarea{
    border-radius: 20px;
  }

  .convocatoria-brands.detail-brands .detail-brands__brief{
    width: 100%;
  }

  #view2 .section-header-info .detail-brands__alcance{
    background-color: transparent !important;
    box-shadow: none !important;
  }

  .team-attack{
    margin: 1rem 0 5rem;
  }

  .search-results_horizontal{
    display: none;
  }

  @media screen and (min-width: 768px){
    .search-results_horizontal{
      display: block;
    }
  }

  .campaign-results{
    margin: 0;
    border: 2px solid #e29560;
  }

  #view1 .search-results.search-results_horizontal .campaign-results .search-items__carousel--item > img{
    height: 250px;
  }
  #view1 .search-results.search-results_horizontal .campaign-results .search-items__carousel--item > img
  .search-items__selection{
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .selection-inner{
    display:flex;
    align-items: center;
    flex-wrap: wrap;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    border-radius: 0 0 10px 0;
    margin-bottom: 0.25rem;
  }

  .selection-inner p{
    text-align: center;
    width: 100%;
    margin: 0;
    font-size: 0.75rem;
  }

  .selection-inner__item{
    width: 50%;
    padding: 0 10px;
    text-align: center;
  }

  .selection-inner__item img{
    width: 40px;
    display: block;
    margin: 0 auto;
  }

  .selection-inner__item p{ 
    font-size: 0.75rem;
    margin: 0;
  }

  .selection-inner__item button{
    border: none;
    background: transparent;
  }
  .campaign-actions{
    display: flex;
    justify-content: flex-end;
  }

  .campaign-actions button{
    padding: 5px;
    margin: 0 1rem;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    border: none;
    font-weight: bold;
  }

  .campaign-actions button.cancel-campaign{
    background-color: red;
  }

  .campaign-actions button.add-campaign{
    background-color: #e29560;
  }

  .view-selection button{
    border: none;
    background: transparent;
    font-size: 1.5rem;
    margin: 0 0.25rem;
    color: #5c5c5c;
  }

    .view-selection button.active{
      color: #e29560;
    }

    .campaign-results_video{
      padding: 0;
    }

    #collapsePresupuesto{
      margin-top: 1rem;
      padding: 0.2rem;
      border: 1px solid #000;
      border-radius: 10px;
    }

    .detail-brands__actions{
      margin: 1rem 0;
    }

    .detail-brands__actions .brands-btn{
      margin: 0 0.5rem;
      padding: 5px;
      font-weight: bold;
      color: #fff;
      background-color: gray;
      border: none;
      text-align: center;
    }

    .detail-brands__actions .brands-btn.viralizar{
      background-color: #e29560;
    }

    .resumen-title{
      border-bottom: 1px solid #000;
      padding: 0.5rem 0;
      text-align: center;
      font-weight: bold;
    }

    .resumen-title h2{
      font-weight: bold;
    }

    .card-horizontal{
      width: 100%;
      position: relative;
      display: flex;
      flex-wrap: wrap;
    }

  .card-horizontal_info{
    display: flex;
    width: 100%;
    overflow: hidden;
  }

  .horizontal-image, .campaign-results_video{
    max-width: 400px;
    width: 100%;
  }

  .horizontal-content, .campaign-results_actions{
    width: calc(100% - 400px);
    display: flex;
    flex-wrap: wrap;
  }

  .horizontal-content .search-items__resume, .campaign-results_actions .search-items__resume{
    width: 100% !important;
    padding-bottom: 1rem !important;
  }
  
  .campaign-results_video .search-items__carousel, .campaign-results_video .search-items__carousel--item, .campaign-results_video .search-items__carousel--item img{
    height: 100%;
  }
  

  .card-horizontal-more, .search-items__selection{
    width: 100%;
    margin: 0;
  }
  #view1 .search-results.search-results_horizontal .card-horizontal-more .campaign-results .search-items__carousel--item > img{
    height: 100%;
  }
  

  .horizontal-content .search-items__resume--newReel{
    position: absolute;
    bottom: 0;
  }

  .search-items__deadline span.cost{
    color: red !important;
  }


  .horizontal-image .search-items__carousel, .horizontal-image .search-items__carousel .search-items__carousel--item, .horizontal-image .search-items__carousel--item img{
    height: 100%;
  }
  
  #view2 .file-to-upload__actions .file-process{
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .file_upload_btn .accept-btn{
    margin: 1rem 0;
  }

  .video-player{
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    display: block;
  }

  .video-player video{
    width: 100%;
    margin-top: 1rem;
    height: auto;  
  } 

  .acordion-inner__item{
    margin: 0.5rem 0;
  }

  .acordion-inner__title{
    margin-top: 1rem;
    position: relative;
    display: flex;
    justify-content: flex-start;
  }

  .acordion-inner__title::before{
    content: '';
    z-index: 0;
    width: 100%;
    height: 1px;
    top: 17px;
    position: absolute;
    left: 0;
    background: #000;
  }

  .acordion-inner__title p{
    color: #e29560;
    font-weight: bold;
    font-size: 1rem !important;
    padding: 5px 5px 5px 0;
    background: #fff;
    position: relative;
    z-index: 2;
    text-align: left !important;
    margin: 0 !important;
  }

  .tipo-archivo__prime{
    margin: 0.5rem 0;
  }

  .tipo-archivo__prime label{
    font-size: 0.75rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .tipo-archivo__prime input{
    margin-left: 0.5rem;
  }

  #view1 .myClub.search-filters__acordion--content .music-mix h2, #view1 .myClub.search-filters__acordion--content .inner-titles h2{
    color: #000;
    font-weight: bold;
    font-size: 0.75rem;
    margin: 1rem 0;
    border-bottom: 0;
    text-align: left;
    padding: 0;
  }

  .filters-row .periodicidad--inner{
    width: 50%;
  }

  @media screen and (min-width: 768px){
    .filters-row .periodicidad--inner{
      width: 33.3333%;
    }
  }

  .view-selection{
    padding-bottom: 1rem;
    border-bottom: 1px solid #000; 
  }

  .result-card__filtered{
    padding: 1rem 0;
    border-bottom: 1px dashed #000;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .result-card__filtered .filtered-info p{
    color: #000;
    font-size: 1rem;
    text-align: left;
  }

  .result-card__filtered .filtered-info p i{
    color: #e29560;
  }

  .horarions-select__song{
    display: flex;
  }

  .horarions-select__song label{
    display: block !important;
    text-align: center !important;
    -webkit-line-clamp: 2 !important;
    font-size: 0.75rem;
    margin: 0 10px 0 0;
  }

  .horarions-select__song input{
    width: 60px;
    padding: 0px 10px;
    border-radius: 20px;
    border: 1px solid #bfbfbf;
    color: #e29560;
    font-weight: bold;
    font-size: 1rem;
  }

  .section-footer__actions button{
    margin: 0 1rem;
  }


  .section-pagination button{
    background: none;
    border: none;
    font-size: 1rem;
    color: #000;
    font-weight: bold;
  }

  .section-pagination p{
    margin: 0 5px;
    color: #000;
    font-size: 1rem;
    font-weight: bold;
  }

  .general-dj{
    border-right: 1px solid #bfbfbf;
  }

  .profile-filter{
    width: 240px;
  }

  .profile-filter ul{
    margin: 0;
    padding: 0;
  }

  .search-results__manager{
    margin: 0 1rem;
  }

  .search-results__manager p{
    text-align: center;
    font-size: 1rem;
    color: #000;
    margin-bottom: 5px;
  }

  .search-results__manager .search-manager{
    display: flex;
    flex-flow: row;
  }

  .search-results__manager .search-manager__image{
    margin-right: 10px;
  }

  .search-results__manager .search-manager__image img{
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 2px solid #e29560;
  }

  .search-manager__text p{
    font-size: 1rem;
    font-weight: bold;
    margin: 0;
    color: #000;
  }

  .search-manager__text span{
    font-size: 1rem;
    color: #000;
  }

  @media screen and (min-width: 768px){
    .search-results__manager p{
      text-align: left;
    }
  }

  .selection-month{
    margin: 0 1rem;
  }

  .selection-month button{
    background: none;
    border: none;
    color: #000;
    font-weight: bold;
    margin: 0;
    padding: 0;
  }

  .selection-month p{
    margin: 0 10px;
    color: #000;
    font-size: 1rem;
    font-weight: bold;
  }

  .halved-menu_li{
    width: 50%;
    border: none;
  }

  .halved-menu_btn{
    background: 0 0;
    border: none;
    filter: brightness(0);
  }

  .halved-menu_btn.active{
    filter: brightness(1);
  }

  .menu_float{
    position: absolute;
    right: 0;
    top: 13rem;
  }