/*!
 * Bootstrap v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #868e96;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #868e96;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
@media print {
  *,
  ::after,
  ::before {
    text-shadow: none!important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd !important;
  }
}
*,
::after,
::before {
  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: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[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;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
code,
kbd,
pre,
samp {
  font-family: 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;
}
[role=button],
a,
area,
button,
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .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;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
.h1,
h1 {
  font-size: 2.5rem;
}
.h2,
h2 {
  font-size: 2rem;
}
.h3,
h3 {
  font-size: 1.75rem;
}
.h4,
h4 {
  font-size: 1.5rem;
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  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: .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: 5px;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #868e96;
}
.blockquote-footer::before {
  content: "\2014 \00A0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: .25rem;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: .5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #868e96;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
code {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f8f9fa;
  border-radius: 0.25rem;
}
a > code {
  padding: 0;
  color: inherit;
  background-color: inherit;
}
kbd {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #212529;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}
.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,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.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-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.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -ms-flex-order: -1;
  order: -1;
}
.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.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    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.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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-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.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    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.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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-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.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    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.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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-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.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    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.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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-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.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table td,
.table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #e9ecef;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e9ecef;
}
.table tbody + tbody {
  border-top: 2px solid #e9ecef;
}
.table .table {
  background-color: #fff;
}
.table-sm td,
.table-sm th {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #e9ecef;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #e9ecef;
}
.table-bordered thead td,
.table-bordered thead th {
  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 > td,
.table-primary > th {
  background-color: #b8daff;
}
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #dddfe2;
}
.table-hover .table-secondary:hover {
  background-color: #cfd2d6;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #cfd2d6;
}
.table-success,
.table-success > td,
.table-success > th {
  background-color: #c3e6cb;
}
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > td,
.table-info > th {
  background-color: #bee5eb;
}
.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > td,
.table-warning > th {
  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 > td,
.table-danger > th {
  background-color: #f5c6cb;
}
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > td,
.table-light > th {
  background-color: #fdfdfe;
}
.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: #c6c8ca;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > td,
.table-active > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #e9ecef;
}
.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #32383e;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575px) {
  .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: 767px) {
  .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: 991px) {
  .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: 1199px) {
  .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: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #868e96;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #868e96;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #868e96;
  opacity: 1;
}
.form-control::placeholder {
  color: #868e96;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
select.form-control:not([size]):not([multiple]) {
  height: calc(4.25rem);
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
}
.col-form-label {
  padding-top: calc(1.375rem);
  padding-bottom: calc(1.375rem);
  margin-bottom: 0;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(1.5rem);
  padding-bottom: calc(1.5rem);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(1.25rem);
  padding-bottom: calc(1.25rem);
  font-size: .875rem;
  line-height: 1.5;
}
.col-form-legend {
  padding-top: .375rem;
  padding-bottom: .375rem;
  margin-bottom: 0;
  font-size: 1rem;
}
.form-control-plaintext {
  padding-top: .375rem;
  padding-bottom: .375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm,
.input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .form-control-plaintext.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-plaintext.btn,
.input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .form-control-plaintext.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
  height: calc(3.8125rem);
}
.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
  height: calc(4.875rem);
}
.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;
  margin-bottom: 0.5rem;
}
.form-check.disabled .form-check-label {
  color: #868e96;
}
.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
}
.form-check-input {
  position: absolute;
  margin-top: .25rem;
  margin-left: -1.25rem;
}
.form-check-inline {
  display: inline-block;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-label {
  vertical-align: middle;
}
.valid-feedback {
  display: none;
  margin-top: .25rem;
  font-size: .875rem;
  color: #28a745;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: 0.2rem;
}
.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
  border-color: #28a745;
}
.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip {
  display: block;
}
.form-check-input.is-valid + .form-check-label,
.was-validated .form-check-input:valid + .form-check-label {
  color: #28a745;
}
.custom-control-input.is-valid ~ .custom-control-indicator,
.was-validated .custom-control-input:valid ~ .custom-control-indicator {
  background-color: rgba(40, 167, 69, 0.25);
}
.custom-control-input.is-valid ~ .custom-control-description,
.was-validated .custom-control-input:valid ~ .custom-control-description {
  color: #28a745;
}
.custom-file-input.is-valid ~ .custom-file-control,
.was-validated .custom-file-input:valid ~ .custom-file-control {
  border-color: #28a745;
}
.custom-file-input.is-valid ~ .custom-file-control::before,
.was-validated .custom-file-input:valid ~ .custom-file-control::before {
  border-color: inherit;
}
.custom-file-input.is-valid:focus,
.was-validated .custom-file-input:valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
  display: none;
  margin-top: .25rem;
  font-size: .875rem;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: 0.2rem;
}
.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
}
.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}
.form-check-input.is-invalid + .form-check-label,
.was-validated .form-check-input:invalid + .form-check-label {
  color: #dc3545;
}
.custom-control-input.is-invalid ~ .custom-control-indicator,
.was-validated .custom-control-input:invalid ~ .custom-control-indicator {
  background-color: rgba(220, 53, 69, 0.25);
}
.custom-control-input.is-invalid ~ .custom-control-description,
.was-validated .custom-control-input:invalid ~ .custom-control-description {
  color: #dc3545;
}
.custom-file-input.is-invalid ~ .custom-file-control,
.was-validated .custom-file-input:invalid ~ .custom-file-control {
  border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .custom-file-control::before,
.was-validated .custom-file-input:invalid ~ .custom-file-control::before {
  border-color: inherit;
}
.custom-file-input.is-invalid:focus,
.was-validated .custom-file-input:invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .form-check-label {
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
  }
  .form-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: .25rem;
    vertical-align: text-bottom;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 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: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:focus,
.btn:hover {
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.btn:not([disabled]):not(.disabled).active,
.btn:not([disabled]):not(.disabled):active {
  background-image: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #727b84;
  border-color: #6c757d;
}
.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color: #868e96;
  border-color: #868e96;
}
.btn-secondary:not([disabled]):not(.disabled).active,
.btn-secondary:not([disabled]):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #666e76;
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success.focus,
.btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not([disabled]):not(.disabled).active,
.btn-success:not([disabled]):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info.focus,
.btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not([disabled]):not(.disabled).active,
.btn-info:not([disabled]):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-warning {
  color: #111;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #111;
  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 {
  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: #111;
  background-color: #d39e00;
  border-color: #c69500;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger.focus,
.btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not([disabled]):not(.disabled).active,
.btn-danger:not([disabled]):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-light {
  color: #111;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #111;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light.focus,
.btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not([disabled]):not(.disabled).active,
.btn-light:not([disabled]):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #111;
  background-color: #dae0e5;
  border-color: #d3d9df;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark.focus,
.btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not([disabled]):not(.disabled).active,
.btn-dark:not([disabled]):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not([disabled]):not(.disabled).active,
.btn-outline-primary:not([disabled]):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
  color: #868e96;
  background-color: transparent;
  background-image: none;
  border-color: #868e96;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #868e96;
  background-color: transparent;
}
.btn-outline-secondary:not([disabled]):not(.disabled).active,
.btn-outline-secondary:not([disabled]):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}
.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not([disabled]):not(.disabled).active,
.btn-outline-success:not([disabled]):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not([disabled]):not(.disabled).active,
.btn-outline-info:not([disabled]):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #fff;
  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: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not([disabled]):not(.disabled).active,
.btn-outline-danger:not([disabled]):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not([disabled]):not(.disabled).active,
.btn-outline-light:not([disabled]):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not([disabled]):not(.disabled).active,
.btn-outline-dark:not([disabled]):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link.focus,
.btn-link:focus {
  border-color: transparent;
  box-shadow: none;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #868e96;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
  width: 100%;
}
.fade {
  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;
}
.dropdown,
.dropup {
  position: relative;
}
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background: 0 0;
  border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #868e96;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: .5rem 1.5rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #868e96;
  white-space: nowrap;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.btn-group-vertical > .btn:hover,
.btn-group > .btn:hover {
  z-index: 2;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus {
  z-index: 2;
}
.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:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn + .dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: 0.5625rem;
}
.btn + .dropdown-toggle-split::after {
  margin-left: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: .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-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group .form-control:active,
.input-group .form-control:focus,
.input-group .form-control:hover {
  z-index: 3;
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  white-space: nowrap;
}
.input-group-addon {
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: 0.2rem;
}
.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
  margin-top: 0;
}
.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:not(:last-child) {
  border-right: 0;
}
.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn,
.input-group-btn:not(:last-child) > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.form-control + .input-group-addon:not(:first-child) {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
  z-index: 3;
}
.input-group-btn:first-child > .btn + .btn {
  margin-left: 0;
}
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: 0;
}
.input-group-btn:not(:first-child) > .btn-group:first-child,
.input-group-btn:not(:first-child) > .btn:first-child {
  margin-left: -1px;
}
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:hover,
.input-group-btn:not(:first-child) > .btn:active,
.input-group-btn:not(:first-child) > .btn:focus,
.input-group-btn:not(:first-child) > .btn:hover {
  z-index: 3;
}
.custom-control {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-indicator {
  background-color: #e9ecef;
}
.custom-control-input:disabled ~ .custom-control-description {
  color: #868e96;
}
.custom-control-indicator {
  position: absolute;
  top: .25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.custom-checkbox .custom-control-indicator {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  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-indicator {
  background-color: #007bff;
  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-radio .custom-control-indicator {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  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-controls-stacked {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.custom-controls-stacked .custom-control {
  margin-bottom: 0.25rem;
}
.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}
.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(4.25rem);
  padding: .375rem 1.75rem .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple] {
  height: auto;
  background-image: none;
}
.custom-select:disabled {
  color: #868e96;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  opacity: 0;
}
.custom-select-sm {
  height: calc(3.8125rem);
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-size: 75%;
}
.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: calc(4.25rem);
  margin-bottom: 0;
}
.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: calc(4.25rem);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-control {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #007bff;
}
.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: calc(4.25rem);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-control:lang(en):empty::after {
  content: "Choose file...";
}
.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: calc(4.25rem);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-file-control:lang(en)::before {
  content: "Browse";
}
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #868e96;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #ddd;
}
.nav-tabs .nav-link.disabled {
  color: #868e96;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #ddd #ddd #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  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: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: .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: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: 0 0;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 575px) {
  .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 {
    padding-right: .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: 767px) {
  .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 {
    padding-right: .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: 991px) {
  .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 {
    padding-right: .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: 1199px) {
  .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 {
    padding-right: .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 {
  padding-right: .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:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: 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:focus,
.navbar-dark .navbar-text a:hover {
  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 rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: 0.25rem;
}
.card-body {
  -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: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(-0.75rem) calc(-0.75rem) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(-0.75rem) calc(-0.75rem);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  border-radius: calc(-0.75rem);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(-0.75rem);
  border-top-right-radius: calc(-0.75rem);
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(-0.75rem);
  border-bottom-left-radius: calc(-0.75rem);
}
.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-group .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group .card:only-child .card-img-top {
    border-top-left-radius: .25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group .card:only-child .card-img-bottom {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    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: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  padding-left: .5rem;
  color: #868e96;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #868e96;
}
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  background-color: #fff;
  border-color: #ddd;
}
.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #ddd;
}
.page-link:focus,
.page-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #ddd;
}
.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #007bff;
}
.badge-primary[href]:focus,
.badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}
.badge-secondary {
  color: #fff;
  background-color: #868e96;
}
.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #6c757d;
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
.badge-success[href]:focus,
.badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-info[href]:focus,
.badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}
.badge-warning {
  color: #111;
  background-color: #ffc107;
}
.badge-warning[href]:focus,
.badge-warning[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #d39e00;
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge-danger[href]:focus,
.badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}
.badge-light {
  color: #111;
  background-color: #f8f9fa;
}
.badge-light[href]:focus,
.badge-light[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #dae0e5;
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
.badge-dark[href]:focus,
.badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}
.alert-secondary {
  color: #464a4e;
  background-color: #e7e8ea;
  border-color: #dddfe2;
}
.alert-secondary hr {
  border-top-color: #cfd2d6;
}
.alert-secondary .alert-link {
  color: #2e3133;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background-color: #007bff;
}
.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: #495057;
  text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item:focus,
.list-group-item:hover {
  text-decoration: none;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #868e96;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
a.list-group-item-primary,
button.list-group-item-primary {
  color: #004085;
}
a.list-group-item-primary:focus,
a.list-group-item-primary:hover,
button.list-group-item-primary:focus,
button.list-group-item-primary:hover {
  color: #004085;
  background-color: #9fcdff;
}
a.list-group-item-primary.active,
button.list-group-item-primary.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}
.list-group-item-secondary {
  color: #464a4e;
  background-color: #dddfe2;
}
a.list-group-item-secondary,
button.list-group-item-secondary {
  color: #464a4e;
}
a.list-group-item-secondary:focus,
a.list-group-item-secondary:hover,
button.list-group-item-secondary:focus,
button.list-group-item-secondary:hover {
  color: #464a4e;
  background-color: #cfd2d6;
}
a.list-group-item-secondary.active,
button.list-group-item-secondary.active {
  color: #fff;
  background-color: #464a4e;
  border-color: #464a4e;
}
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #155724;
}
a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #155724;
  background-color: #b1dfbb;
}
a.list-group-item-success.active,
button.list-group-item-success.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #0c5460;
}
a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #0c5460;
  background-color: #abdde5;
}
a.list-group-item-info.active,
button.list-group-item-info.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #856404;
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #856404;
  background-color: #ffe8a1;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #721c24;
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #721c24;
  background-color: #f1b0b7;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
a.list-group-item-light,
button.list-group-item-light {
  color: #818182;
}
a.list-group-item-light:focus,
a.list-group-item-light:hover,
button.list-group-item-light:focus,
button.list-group-item-light:hover {
  color: #818182;
  background-color: #ececf6;
}
a.list-group-item-light.active,
button.list-group-item-light.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
a.list-group-item-dark,
button.list-group-item-dark {
  color: #1b1e21;
}
a.list-group-item-dark:focus,
a.list-group-item-dark:hover,
button.list-group-item-dark:focus,
button.list-group-item-dark:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}
a.list-group-item-dark.active,
button.list-group-item-dark.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
button.close {
  padding: 0;
  background: 0 0;
  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.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-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  pointer-events: none;
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: .3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 15px;
  margin: -15px -15px -15px auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px;
}
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }
  .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: .875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
}
.tooltip .arrow::before {
  position: absolute;
  border-color: transparent;
  border-style: solid;
}
.tooltip.bs-tooltip-auto[x-placement^=top],
.tooltip.bs-tooltip-top {
  padding: 5px 0;
}
.tooltip.bs-tooltip-auto[x-placement^=top] .arrow,
.tooltip.bs-tooltip-top .arrow {
  bottom: 0;
}
.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.bs-tooltip-auto[x-placement^=right],
.tooltip.bs-tooltip-right {
  padding: 0 5px;
}
.tooltip.bs-tooltip-auto[x-placement^=right] .arrow,
.tooltip.bs-tooltip-right .arrow {
  left: 0;
}
.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before,
.tooltip.bs-tooltip-right .arrow::before {
  margin-top: -3px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.bs-tooltip-auto[x-placement^=bottom],
.tooltip.bs-tooltip-bottom {
  padding: 5px 0;
}
.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow,
.tooltip.bs-tooltip-bottom .arrow {
  top: 0;
}
.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.tooltip.bs-tooltip-bottom .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bs-tooltip-auto[x-placement^=left],
.tooltip.bs-tooltip-left {
  padding: 0 5px;
}
.tooltip.bs-tooltip-auto[x-placement^=left] .arrow,
.tooltip.bs-tooltip-left .arrow {
  right: 0;
}
.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before,
.tooltip.bs-tooltip-left .arrow::before {
  right: 0;
  margin-top: -3px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, 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: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: 0.4rem;
}
.popover .arrow::after,
.popover .arrow::before {
  position: absolute;
  display: block;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow::before {
  content: "";
  border-width: 0.8rem;
}
.popover .arrow::after {
  content: "";
  border-width: 0.8rem;
}
.popover.bs-popover-auto[x-placement^=top],
.popover.bs-popover-top {
  margin-bottom: 0.8rem;
}
.popover.bs-popover-auto[x-placement^=top] .arrow,
.popover.bs-popover-top .arrow {
  bottom: 0;
}
.popover.bs-popover-auto[x-placement^=top] .arrow::after,
.popover.bs-popover-auto[x-placement^=top] .arrow::before,
.popover.bs-popover-top .arrow::after,
.popover.bs-popover-top .arrow::before {
  border-bottom-width: 0;
}
.popover.bs-popover-auto[x-placement^=top] .arrow::before,
.popover.bs-popover-top .arrow::before {
  bottom: -0.8rem;
  margin-left: -0.8rem;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.popover.bs-popover-auto[x-placement^=top] .arrow::after,
.popover.bs-popover-top .arrow::after {
  bottom: calc(0.2rem);
  margin-left: -0.8rem;
  border-top-color: #fff;
}
.popover.bs-popover-auto[x-placement^=right],
.popover.bs-popover-right {
  margin-left: 0.8rem;
}
.popover.bs-popover-auto[x-placement^=right] .arrow,
.popover.bs-popover-right .arrow {
  left: 0;
}
.popover.bs-popover-auto[x-placement^=right] .arrow::after,
.popover.bs-popover-auto[x-placement^=right] .arrow::before,
.popover.bs-popover-right .arrow::after,
.popover.bs-popover-right .arrow::before {
  margin-top: -0.8rem;
  border-left-width: 0;
}
.popover.bs-popover-auto[x-placement^=right] .arrow::before,
.popover.bs-popover-right .arrow::before {
  left: -0.8rem;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.bs-popover-auto[x-placement^=right] .arrow::after,
.popover.bs-popover-right .arrow::after {
  left: calc(0.2rem);
  border-right-color: #fff;
}
.popover.bs-popover-auto[x-placement^=bottom],
.popover.bs-popover-bottom {
  margin-top: 0.8rem;
}
.popover.bs-popover-auto[x-placement^=bottom] .arrow,
.popover.bs-popover-bottom .arrow {
  top: 0;
}
.popover.bs-popover-auto[x-placement^=bottom] .arrow::after,
.popover.bs-popover-auto[x-placement^=bottom] .arrow::before,
.popover.bs-popover-bottom .arrow::after,
.popover.bs-popover-bottom .arrow::before {
  margin-left: -0.8rem;
  border-top-width: 0;
}
.popover.bs-popover-auto[x-placement^=bottom] .arrow::before,
.popover.bs-popover-bottom .arrow::before {
  top: -0.8rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bs-popover-auto[x-placement^=bottom] .arrow::after,
.popover.bs-popover-bottom .arrow::after {
  top: calc(0.2rem);
  border-bottom-color: #fff;
}
.popover.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.popover.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.popover.bs-popover-auto[x-placement^=left],
.popover.bs-popover-left {
  margin-right: 0.8rem;
}
.popover.bs-popover-auto[x-placement^=left] .arrow,
.popover.bs-popover-left .arrow {
  right: 0;
}
.popover.bs-popover-auto[x-placement^=left] .arrow::after,
.popover.bs-popover-auto[x-placement^=left] .arrow::before,
.popover.bs-popover-left .arrow::after,
.popover.bs-popover-left .arrow::before {
  margin-top: -0.8rem;
  border-right-width: 0;
}
.popover.bs-popover-auto[x-placement^=left] .arrow::before,
.popover.bs-popover-left .arrow::before {
  right: -0.8rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.bs-popover-auto[x-placement^=left] .arrow::after,
.popover.bs-popover-left .arrow::after {
  right: calc(0.2rem);
  border-left-color: #fff;
}
.popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(-0.7rem);
  border-top-right-radius: calc(-0.7rem);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: .5rem .75rem;
  color: #212529;
}
.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 .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-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.active.carousel-item-right,
.carousel-item-next {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
  .active.carousel-item-right,
  .carousel-item-next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.active.carousel-item-left,
.carousel-item-prev {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
  .active.carousel-item-left,
  .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-control-next,
.carousel-control-prev {
  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-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat 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: #007bff !important;
}
a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #0062cc !important;
}
.bg-secondary {
  background-color: #868e96 !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover {
  background-color: #6c757d !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #e9ecef !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #007bff !important;
}
.border-secondary {
  border-color: #868e96 !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: .25rem!important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: .25rem!important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: .25rem!important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: .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;
  }
}
.d-print-block {
  display: none !important;
}
@media print {
  .d-print-block {
    display: block !important;
  }
}
.d-print-inline {
  display: none !important;
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
}
.d-print-inline-block {
  display: none !important;
}
@media print {
  .d-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  -ms-flex-direction: row!important;
  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-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #0062cc !important;
}
.text-secondary {
  color: #868e96 !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #6c757d !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #1e7e34 !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
  color: #117a8b !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #d39e00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #bd2130 !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
  color: #dae0e5 !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
  color: #1d2124 !important;
}
.text-muted {
  color: #868e96 !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;
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow-y: hidden;
}
body.swal2-toast-shown {
  overflow-y: auto;
}
body.swal2-toast-shown.swal2-has-input > .swal2-container > .swal2-toast {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
body.swal2-toast-shown.swal2-has-input > .swal2-container > .swal2-toast .swal2-icon {
  margin: 0 0 15px;
}
body.swal2-toast-shown.swal2-has-input > .swal2-container > .swal2-toast .swal2-buttonswrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
body.swal2-toast-shown.swal2-has-input > .swal2-container > .swal2-toast .swal2-loading {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body.swal2-toast-shown.swal2-has-input > .swal2-container > .swal2-toast .swal2-input {
  height: 32px;
  font-size: 14px;
  margin: 5px auto;
}
body.swal2-toast-shown > .swal2-container {
  position: fixed;
  background-color: transparent;
}
body.swal2-toast-shown > .swal2-container.swal2-shown {
  background-color: transparent;
}
body.swal2-toast-shown > .swal2-container.swal2-top {
  top: 0;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
body.swal2-toast-shown > .swal2-container.swal2-top-right {
  top: 0;
  left: auto;
  bottom: auto;
  right: 0;
}
body.swal2-toast-shown > .swal2-container.swal2-top-left {
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
}
body.swal2-toast-shown > .swal2-container.swal2-center-left {
  top: 50%;
  left: 0;
  bottom: auto;
  right: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
body.swal2-toast-shown > .swal2-container.swal2-center {
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
body.swal2-toast-shown > .swal2-container.swal2-center-right {
  top: 50%;
  left: auto;
  bottom: auto;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
body.swal2-toast-shown > .swal2-container.swal2-bottom-left {
  top: auto;
  left: 0;
  bottom: 0;
  right: auto;
}
body.swal2-toast-shown > .swal2-container.swal2-bottom {
  top: auto;
  left: 50%;
  bottom: 0;
  right: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
body.swal2-toast-shown > .swal2-container.swal2-bottom-right {
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
}
body.swal2-iosfix {
  position: fixed;
  left: 0;
  right: 0;
}
body.swal2-no-backdrop > .swal2-shown {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  background-color: transparent;
}
body.swal2-no-backdrop > .swal2-shown > .swal2-modal {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
body.swal2-no-backdrop > .swal2-shown.swal2-top {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
body.swal2-no-backdrop > .swal2-shown.swal2-top-left {
  top: 0;
  left: 0;
}
body.swal2-no-backdrop > .swal2-shown.swal2-top-right {
  top: 0;
  right: 0;
}
body.swal2-no-backdrop > .swal2-shown.swal2-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
body.swal2-no-backdrop > .swal2-shown.swal2-center-left {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
body.swal2-no-backdrop > .swal2-shown.swal2-center-right {
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
body.swal2-no-backdrop > .swal2-shown.swal2-bottom {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
body.swal2-no-backdrop > .swal2-shown.swal2-bottom-left {
  bottom: 0;
  left: 0;
}
body.swal2-no-backdrop > .swal2-shown.swal2-bottom-right {
  bottom: 0;
  right: 0;
}
.swal2-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  padding: 10px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  z-index: 1060;
}
.swal2-container.swal2-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.swal2-container.swal2-top-left {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.swal2-container.swal2-top-right {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.swal2-container.swal2-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.swal2-container.swal2-center-left {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.swal2-container.swal2-center-right {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.swal2-container.swal2-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.swal2-container.swal2-bottom-left {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.swal2-container.swal2-bottom-right {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.swal2-container.swal2-grow-fullscreen > .swal2-modal {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.swal2-container.swal2-grow-row > .swal2-modal {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.swal2-container.swal2-grow-column {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swal2-container.swal2-grow-column.swal2-bottom,
.swal2-container.swal2-grow-column.swal2-center,
.swal2-container.swal2-grow-column.swal2-top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.swal2-container.swal2-grow-column.swal2-bottom-left,
.swal2-container.swal2-grow-column.swal2-center-left,
.swal2-container.swal2-grow-column.swal2-top-left {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.swal2-container.swal2-grow-column.swal2-bottom-right,
.swal2-container.swal2-grow-column.swal2-center-right,
.swal2-container.swal2-grow-column.swal2-top-right {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.swal2-container.swal2-grow-column > .swal2-modal {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.swal2-container:not(.swal2-top):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-left):not(.swal2-bottom-right) > .swal2-modal {
  margin: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-container .swal2-modal {
    margin: 0 !important;
  }
}
.swal2-container.swal2-fade {
  -webkit-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.4);
}
.swal2-popup {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  position: relative;
  max-width: 100%;
}
.swal2-popup.swal2-toast {
  width: 300px;
  padding: 0 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow-y: hidden;
  -webkit-box-shadow: 0 0 10px #d9d9d9;
  box-shadow: 0 0 10px #d9d9d9;
}
.swal2-popup.swal2-toast .swal2-title {
  max-width: 300px;
  font-size: 16px;
  text-align: left;
}
.swal2-popup.swal2-toast .swal2-content {
  font-size: 14px;
  text-align: left;
}
.swal2-popup.swal2-toast .swal2-icon {
  width: 32px;
  height: 32px;
  margin: 0 15px 0 0;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 32px;
  height: 32px;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-info,
.swal2-popup.swal2-toast .swal2-icon.swal2-question,
.swal2-popup.swal2-toast .swal2-icon.swal2-warning {
  font-size: 26px;
  line-height: 32px;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: 14px;
  width: 22px;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 5px;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 5px;
}
.swal2-popup.swal2-toast .swal2-buttonswrapper {
  margin: 0 0 0 5px;
}
.swal2-popup.swal2-toast .swal2-styled {
  margin: 0 0 0 5px;
  padding: 5px 10px;
}
.swal2-popup.swal2-toast .swal2-styled:focus {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba(50, 100, 150, 0.4);
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba(50, 100, 150, 0.4);
}
.swal2-popup.swal2-toast .swal2-validationerror {
  width: 100%;
  margin: 5px -20px;
}
.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  border-radius: 50%;
  position: absolute;
  width: 32px;
  height: 64px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  border-radius: 64px 0 0 64px;
  top: -4px;
  left: -15px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 32px 32px;
  transform-origin: 32px 32px;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  border-radius: 0 64px 64px 0;
  top: -5px;
  left: 14px;
  -webkit-transform-origin: 0 32px;
  transform-origin: 0 32px;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 32px;
  height: 32px;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  width: 7px;
  height: 90px;
  left: 28px;
  top: 8px;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: 5px;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  width: 12px;
  left: 3px;
  top: 18px;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  width: 22px;
  right: 3px;
  top: 15px;
}
.swal2-popup.swal2-toast .swal2-animate-success-line-tip {
  -webkit-animation: animate-toast-success-tip 0.75s;
  animation: animate-toast-success-tip 0.75s;
}
.swal2-popup.swal2-toast .swal2-animate-success-line-long {
  -webkit-animation: animate-toast-success-long 0.75s;
  animation: animate-toast-success-long 0.75s;
}
.swal2-popup:focus {
  outline: 0;
}
.swal2-popup.swal2-loading {
  overflow-y: hidden;
}
.swal2-popup .swal2-title {
  color: #595959;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 0 0 .4em;
  padding: 0;
  display: block;
  word-wrap: break-word;
}
.swal2-popup .swal2-buttonswrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15px;
}
.swal2-popup .swal2-buttonswrapper:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: .4;
  cursor: no-drop;
}
.swal2-popup .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-confirm {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid transparent;
  border-color: transparent;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 7.5px;
  vertical-align: top;
  background-color: transparent!important;
  color: transparent;
  cursor: default;
  border-radius: 100%;
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.swal2-popup .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-cancel {
  margin-left: 30px;
  margin-right: 30px;
}
.swal2-popup .swal2-buttonswrapper.swal2-loading :not(.swal2-styled).swal2-confirm::after {
  display: inline-block;
  content: '';
  margin-left: 5px;
  vertical-align: -1px;
  height: 15px;
  width: 15px;
  border: 3px solid #999;
  -webkit-box-shadow: 1px 1px 1px #fff;
  box-shadow: 1px 1px 1px #fff;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
  animation: rotate-loading 1.5s linear 0s infinite normal;
}
.swal2-popup .swal2-styled {
  border: 0;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  font-weight: 500;
  margin: 15px 5px 0;
  padding: 10px 32px;
}
.swal2-popup .swal2-styled:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4);
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4);
}
.swal2-popup .swal2-image {
  margin: 20px auto;
  max-width: 100%;
}
.swal2-popup .swal2-close {
  background: 0 0;
  border: 0;
  margin: 0;
  padding: 0;
  width: 38px;
  height: 40px;
  font-size: 36px;
  line-height: 40px;
  font-family: serif;
  position: absolute;
  top: 5px;
  right: 8px;
  cursor: pointer;
  color: #ccc;
  -webkit-transition: color .1s ease;
  transition: color 0.1s ease;
}
.swal2-popup .swal2-close:hover {
  color: #d55;
}
.swal2-popup > .swal2-checkbox,
.swal2-popup > .swal2-file,
.swal2-popup > .swal2-input,
.swal2-popup > .swal2-radio,
.swal2-popup > .swal2-select,
.swal2-popup > .swal2-textarea {
  display: none;
}
.swal2-popup .swal2-content {
  font-size: 18px;
  text-align: center;
  font-weight: 300;
  position: relative;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  color: #545454;
  word-wrap: break-word;
}
.swal2-popup .swal2-checkbox,
.swal2-popup .swal2-file,
.swal2-popup .swal2-input,
.swal2-popup .swal2-radio,
.swal2-popup .swal2-select,
.swal2-popup .swal2-textarea {
  margin: 20px auto;
}
.swal2-popup .swal2-file,
.swal2-popup .swal2-input,
.swal2-popup .swal2-textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  -webkit-transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.swal2-popup .swal2-file.swal2-inputerror,
.swal2-popup .swal2-input.swal2-inputerror,
.swal2-popup .swal2-textarea.swal2-inputerror {
  border-color: #f27474!important;
  -webkit-box-shadow: 0 0 2px #f27474!important;
  box-shadow: 0 0 2px #f27474 !important;
}
.swal2-popup .swal2-file:focus,
.swal2-popup .swal2-input:focus,
.swal2-popup .swal2-textarea:focus {
  outline: 0;
  border: 1px solid #b4dbed;
  -webkit-box-shadow: 0 0 3px #c4e6f5;
  box-shadow: 0 0 3px #c4e6f5;
}
.swal2-popup .swal2-file::-webkit-input-placeholder,
.swal2-popup .swal2-input::-webkit-input-placeholder,
.swal2-popup .swal2-textarea::-webkit-input-placeholder {
  color: #ccc;
}
.swal2-popup .swal2-file:-ms-input-placeholder,
.swal2-popup .swal2-input:-ms-input-placeholder,
.swal2-popup .swal2-textarea:-ms-input-placeholder {
  color: #ccc;
}
.swal2-popup .swal2-file::-ms-input-placeholder,
.swal2-popup .swal2-input::-ms-input-placeholder,
.swal2-popup .swal2-textarea::-ms-input-placeholder {
  color: #ccc;
}
.swal2-popup .swal2-file::placeholder,
.swal2-popup .swal2-input::placeholder,
.swal2-popup .swal2-textarea::placeholder {
  color: #ccc;
}
.swal2-popup .swal2-range input {
  float: left;
  width: 80%;
}
.swal2-popup .swal2-range output {
  float: right;
  width: 20%;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.swal2-popup .swal2-range input,
.swal2-popup .swal2-range output {
  height: 43px;
  line-height: 43px;
  vertical-align: middle;
  margin: 20px auto;
  padding: 0;
}
.swal2-popup .swal2-input {
  height: 43px;
  padding: 0 12px;
}
.swal2-popup .swal2-input[type=number] {
  max-width: 150px;
}
.swal2-popup .swal2-file {
  font-size: 20px;
}
.swal2-popup .swal2-textarea {
  height: 108px;
  padding: 12px;
}
.swal2-popup .swal2-select {
  color: #545454;
  font-size: inherit;
  padding: 5px 10px;
  min-width: 40%;
  max-width: 100%;
}
.swal2-popup .swal2-radio {
  border: 0;
}
.swal2-popup .swal2-radio label:not(:first-child) {
  margin-left: 20px;
}
.swal2-popup .swal2-radio input,
.swal2-popup .swal2-radio span {
  vertical-align: middle;
}
.swal2-popup .swal2-radio input {
  margin: 0 3px 0 0;
}
.swal2-popup .swal2-checkbox {
  color: #545454;
}
.swal2-popup .swal2-checkbox input,
.swal2-popup .swal2-checkbox span {
  vertical-align: middle;
}
.swal2-popup .swal2-validationerror {
  background-color: #f0f0f0;
  margin: 0 -20px;
  overflow: hidden;
  padding: 10px;
  color: gray;
  font-size: 16px;
  font-weight: 300;
  display: none;
}
.swal2-popup .swal2-validationerror::before {
  content: '!';
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: #fff;
  line-height: 24px;
  text-align: center;
  margin-right: 10px;
}
@supports (-ms-accelerator:true) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
.swal2-icon {
  width: 80px;
  height: 80px;
  border: 4px solid transparent;
  border-radius: 50%;
  margin: 20px auto 30px;
  padding: 0;
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.swal2-icon.swal2-error {
  border-color: #f27474;
}
.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  display: block;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #f27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px;
}
.swal2-icon.swal2-warning {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #f8bb86;
  border-color: #facea8;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
}
.swal2-icon.swal2-info {
  font-family: 'Open Sans', sans-serif;
  color: #3fc3ee;
  border-color: #9de0f6;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
}
.swal2-icon.swal2-question {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #87adbd;
  border-color: #c9dae1;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
}
.swal2-icon.swal2-success {
  border-color: #a5dc86;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 60px;
  transform-origin: 0 60px;
}
.swal2-icon.swal2-success .swal2-success-ring {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}
.swal2-icon.swal2-success .swal2-success-fix {
  width: 7px;
  height: 90px;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.swal2-icon.swal2-success [class^=swal2-success-line] {
  height: 5px;
  background-color: #a5dc86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.swal2-progresssteps {
  font-weight: 600;
  margin: 0 0 20px;
  padding: 0;
}
.swal2-progresssteps li {
  display: inline-block;
  position: relative;
}
.swal2-progresssteps .swal2-progresscircle {
  background: #3085d6;
  border-radius: 2em;
  color: #fff;
  height: 2em;
  line-height: 2em;
  text-align: center;
  width: 2em;
  z-index: 20;
}
.swal2-progresssteps .swal2-progresscircle:first-child {
  margin-left: 0;
}
.swal2-progresssteps .swal2-progresscircle:last-child {
  margin-right: 0;
}
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
  background: #3085d6;
}
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
  background: #add8e6;
}
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
  background: #add8e6;
}
.swal2-progresssteps .swal2-progressline {
  background: #3085d6;
  height: .4em;
  margin: 0 -1px;
  z-index: 10;
}
[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}
@-webkit-keyframes showSweetToast {
  0% {
    -webkit-transform: translateY(-10px) rotateZ(2deg);
    transform: translateY(-10px) rotateZ(2deg);
    opacity: 0;
  }
  33% {
    -webkit-transform: translateY(0) rotateZ(-2deg);
    transform: translateY(0) rotateZ(-2deg);
    opacity: 0.5;
  }
  66% {
    -webkit-transform: translateY(5px) rotateZ(2deg);
    transform: translateY(5px) rotateZ(2deg);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(0) rotateZ(0);
    transform: translateY(0) rotateZ(0);
    opacity: 1;
  }
}
@keyframes showSweetToast {
  0% {
    -webkit-transform: translateY(-10px) rotateZ(2deg);
    transform: translateY(-10px) rotateZ(2deg);
    opacity: 0;
  }
  33% {
    -webkit-transform: translateY(0) rotateZ(-2deg);
    transform: translateY(0) rotateZ(-2deg);
    opacity: 0.5;
  }
  66% {
    -webkit-transform: translateY(5px) rotateZ(2deg);
    transform: translateY(5px) rotateZ(2deg);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(0) rotateZ(0);
    transform: translateY(0) rotateZ(0);
    opacity: 1;
  }
}
@-webkit-keyframes hideSweetToast {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: rotateZ(1deg);
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes hideSweetToast {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: rotateZ(1deg);
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@-webkit-keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes hideSweetAlert {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes hideSweetAlert {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
}
.swal2-show {
  -webkit-animation: showSweetAlert .3s;
  animation: showSweetAlert 0.3s;
}
.swal2-show.swal2-toast {
  -webkit-animation: showSweetToast .5s;
  animation: showSweetToast 0.5s;
}
.swal2-show.swal2-noanimation {
  -webkit-animation: none;
  animation: none;
}
.swal2-hide {
  -webkit-animation: hideSweetAlert .15s forwards;
  animation: hideSweetAlert 0.15s forwards;
}
.swal2-hide.swal2-toast {
  -webkit-animation: hideSweetToast .2s forwards;
  animation: hideSweetToast 0.2s forwards;
}
.swal2-hide.swal2-noanimation {
  -webkit-animation: none;
  animation: none;
}
@-webkit-keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@-webkit-keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@-webkit-keyframes animate-toast-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 9px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 9px;
  }
  70% {
    width: 24px;
    left: -4px;
    top: 17px;
  }
  84% {
    width: 8px;
    left: 10px;
    top: 20px;
  }
  100% {
    width: 12px;
    left: 3px;
    top: 18px;
  }
}
@keyframes animate-toast-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 9px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 9px;
  }
  70% {
    width: 24px;
    left: -4px;
    top: 17px;
  }
  84% {
    width: 8px;
    left: 10px;
    top: 20px;
  }
  100% {
    width: 12px;
    left: 3px;
    top: 18px;
  }
}
@-webkit-keyframes animate-toast-success-long {
  0% {
    width: 0;
    right: 22px;
    top: 26px;
  }
  65% {
    width: 0;
    right: 22px;
    top: 26px;
  }
  84% {
    width: 26px;
    right: 0;
    top: 15px;
  }
  100% {
    width: 22px;
    right: 3px;
    top: 15px;
  }
}
@keyframes animate-toast-success-long {
  0% {
    width: 0;
    right: 22px;
    top: 26px;
  }
  65% {
    width: 0;
    right: 22px;
    top: 26px;
  }
  84% {
    width: 26px;
    right: 0;
    top: 15px;
  }
  100% {
    width: 22px;
    right: 3px;
    top: 15px;
  }
}
@-webkit-keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}
@keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}
.swal2-animate-success-line-tip {
  -webkit-animation: animate-success-tip 0.75s;
  animation: animate-success-tip 0.75s;
}
.swal2-animate-success-line-long {
  -webkit-animation: animate-success-long 0.75s;
  animation: animate-success-long 0.75s;
}
.swal2-success.swal2-animate-success-icon .swal2-success-circular-line-right {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}
@-webkit-keyframes animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
  }
}
@keyframes animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
  }
}
.swal2-animate-error-icon {
  -webkit-animation: animate-error-icon 0.5s;
  animation: animate-error-icon 0.5s;
}
@-webkit-keyframes animate-x-mark {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes animate-x-mark {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
.swal2-animate-x-mark {
  -webkit-animation: animate-x-mark 0.5s;
  animation: animate-x-mark 0.5s;
}
@-webkit-keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111;
}
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
}
table.dataTable thead .sorting {
  background-image: url("../images/sort_both.png");
}
table.dataTable thead .sorting_asc {
  background-image: url("../images/sort_asc.png");
}
table.dataTable thead .sorting_desc {
  background-image: url("../images/sort_desc.png");
}
table.dataTable thead .sorting_asc_disabled {
  background-image: url("../images/sort_asc_disabled.png");
}
table.dataTable thead .sorting_desc_disabled {
  background-image: url("../images/sort_desc_disabled.png");
}
table.dataTable tbody tr {
  background-color: #ffffff;
}
table.dataTable tbody tr.selected {
  background-color: #B0BED9;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}
table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}
table.dataTable.stripe tbody tr.odd.selected,
table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4;
}
table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}
table.dataTable.hover tbody tr:hover.selected,
table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1;
}
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3,
table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa;
}
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3,
table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}
table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}
table.dataTable.display tbody tr.even > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}
table.dataTable.display tbody tr.even > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}
table.dataTable.display tbody tr.even.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.even.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}
table.dataTable.display tbody tr.even.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}
table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}
table.dataTable.display tbody tr:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #111;
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}
table.dataTable,
table.dataTable th,
table.dataTable td {
  box-sizing: content-box;
}
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}
.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
  background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  background: -o-linear-gradient(top, #585858 0%, #111 100%);
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
.chat-box,
.contacts-box {
  z-index: 100;
  padding: 0px;
  width: 275px;
  font-family: Roboto, Verdana, Geneva, Tahoma, sans-serif;
  box-sizing: border-box;
  background: #FAFAFA;
  box-shadow: 4px 6px 9px 1px rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 8px;
  bottom: 0;
  border-radius: 22px 22px 0 0;
  background: #FFFF;
}
@media screen and (max-width: 1020px) {
  .chat-box,
  .contacts-box {
    display: block;
  }
}
.chat-box .chat-counter,
.contacts-box .chat-counter {
  background: #FFFF;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  margin-bottom: 6px;
  margin-right: 6px;
  opacity: 1;
  display: none;
}
.chat-box .chat-header,
.contacts-box .chat-header {
  font-family: Raleway, Roboto, sans-serif;
}
.chat-box .chat-header .other-chat,
.contacts-box .chat-header .other-chat {
  font-weight: 600;
}
.chat-box .chat-header,
.contacts-box .chat-header,
.chat-box .contacts-header,
.contacts-box .contacts-header {
  font-size: 16px;
  background: #E20714;
  color: white;
  font-weight: 300;
  padding: 10px 12px 10px 12px;
  margin-bottom: 0px;
  border-radius: 22px 22px 0 0;
  cursor: pointer;
}
.chat-box .chat-header.special,
.contacts-box .chat-header.special,
.chat-box .contacts-header.special,
.contacts-box .contacts-header.special {
  background: #00addd;
}
.chat-box .chat-header .view-me,
.contacts-box .chat-header .view-me,
.chat-box .contacts-header .view-me,
.contacts-box .contacts-header .view-me {
  display: inline-block;
  overflow: hidden;
  height: 28px;
  width: 80%;
  padding-top: 4px;
}
.chat-box .chat-header .view-me .other-chat,
.contacts-box .chat-header .view-me .other-chat,
.chat-box .contacts-header .view-me .other-chat,
.contacts-box .contacts-header .view-me .other-chat {
  padding-top: 2px;
  overflow: hidden;
  margin-left: 4px;
  max-width: 70%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.chat-box .chat-header .view-me .minimize-chat,
.contacts-box .chat-header .view-me .minimize-chat,
.chat-box .contacts-header .view-me .minimize-chat,
.contacts-box .contacts-header .view-me .minimize-chat {
  display: inline-block;
  display: none;
  position: absolute;
  right: 38px;
  width: 15px;
  top: 20px;
  height: 15px;
  background: url("/images/minimize-options.png") center no-repeat;
}
.chat-box .chat-header .view-me .minimize-contacts,
.contacts-box .chat-header .view-me .minimize-contacts,
.chat-box .contacts-header .view-me .minimize-contacts,
.contacts-box .contacts-header .view-me .minimize-contacts {
  display: none;
  position: absolute;
  right: 16px;
  width: 15px;
  top: 20px;
  height: 15px;
  background: url("/images/minimize-options.png") center no-repeat;
}
.chat-box .chat-header .view-me .maximize-chat,
.contacts-box .chat-header .view-me .maximize-chat,
.chat-box .contacts-header .view-me .maximize-chat,
.contacts-box .contacts-header .view-me .maximize-chat {
  display: none;
  position: absolute;
  right: 38px;
  width: 15px;
  top: 20px;
  height: 15px;
  background: url("/images/maximize-options.png") center no-repeat;
}
.chat-box .chat-header .view-me .maximize-contacts,
.contacts-box .chat-header .view-me .maximize-contacts,
.chat-box .contacts-header .view-me .maximize-contacts,
.contacts-box .contacts-header .view-me .maximize-contacts {
  display: block;
  display: none;
  position: absolute;
  right: 16px;
  width: 15px;
  top: 20px;
  height: 15px;
  background: url("/images/maximize-options.png") center no-repeat;
}
.chat-box .chat-header .close-chat,
.contacts-box .chat-header .close-chat,
.chat-box .contacts-header .close-chat,
.contacts-box .contacts-header .close-chat {
  display: inline-block;
  position: absolute;
  right: 12px;
  width: 15px;
  top: 20px;
  height: 15px;
  cursor: pointer;
  background: url("/images/close-options-2.png") center no-repeat;
}
.chat-box .chat-body .chat,
.contacts-box .chat-body .chat,
.chat-box .contacts-body .chat,
.contacts-box .contacts-body .chat {
  font-size: 14px;
  height: 296px;
  margin-bottom: 32px;
  overflow: hidden;
  color: black;
  background: #FFFF;
}
.chat-box .chat-body .chat .chat-logs,
.contacts-box .chat-body .chat .chat-logs,
.chat-box .contacts-body .chat .chat-logs,
.contacts-box .contacts-body .chat .chat-logs {
  overflow-y: scroll;
  padding: 12px;
  height: 272px;
  width: 100%;
}
.chat-box .chat-body .chat .chat-logs::-webkit-scrollbar,
.contacts-box .chat-body .chat .chat-logs::-webkit-scrollbar,
.chat-box .contacts-body .chat .chat-logs::-webkit-scrollbar,
.contacts-box .contacts-body .chat .chat-logs::-webkit-scrollbar {
  width: 12px;
}
.chat-box .chat-body .chat .chat-logs::-webkit-scrollbar-track,
.contacts-box .chat-body .chat .chat-logs::-webkit-scrollbar-track,
.chat-box .contacts-body .chat .chat-logs::-webkit-scrollbar-track,
.contacts-box .contacts-body .chat .chat-logs::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.chat-box .chat-body .chat .chat-logs::-webkit-scrollbar-thumb,
.contacts-box .chat-body .chat .chat-logs::-webkit-scrollbar-thumb,
.chat-box .contacts-body .chat .chat-logs::-webkit-scrollbar-thumb,
.contacts-box .contacts-body .chat .chat-logs::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #9B9B9B;
}
.chat-box .chat-body .chat .chat-logs .placeholder-chat,
.contacts-box .chat-body .chat .chat-logs .placeholder-chat,
.chat-box .contacts-body .chat .chat-logs .placeholder-chat,
.contacts-box .contacts-body .chat .chat-logs .placeholder-chat {
  font-size: 18px;
  color: #afafaf;
  display: none;
  margin-left: 16%;
  margin-top: 50%;
}
.chat-box .chat-body .chat .chat-logs .flexy-block,
.contacts-box .chat-body .chat .chat-logs .flexy-block,
.chat-box .contacts-body .chat .chat-logs .flexy-block,
.contacts-box .contacts-body .chat .chat-logs .flexy-block {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  margin-bottom: 4px;
}
.chat-box .chat-body .chat .chat-logs .flexy-block .avatar,
.contacts-box .chat-body .chat .chat-logs .flexy-block .avatar,
.chat-box .contacts-body .chat .chat-logs .flexy-block .avatar,
.contacts-box .contacts-body .chat .chat-logs .flexy-block .avatar {
  width: 28px;
  height: 28px;
  float: right;
  margin-top: 22px;
  border-radius: 50%;
  background-color: #4A4A4A;
  color: white;
  order: 2;
  padding-left: 9px;
  padding-top: 3px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.chat-box .chat-body .chat .chat-logs .flexy-block .avatar-left,
.contacts-box .chat-body .chat .chat-logs .flexy-block .avatar-left,
.chat-box .contacts-body .chat .chat-logs .flexy-block .avatar-left,
.contacts-box .contacts-body .chat .chat-logs .flexy-block .avatar-left {
  float: left;
  margin-right: 4px;
  order: 1;
}
.chat-box .chat-body .chat .chat-logs .flexy-block .hour-chat,
.contacts-box .chat-body .chat .chat-logs .flexy-block .hour-chat,
.chat-box .contacts-body .chat .chat-logs .flexy-block .hour-chat,
.contacts-box .contacts-body .chat .chat-logs .flexy-block .hour-chat {
  position: absolute;
  color: black;
  right: 7px;
  font-size: 10px;
  bottom: -14px;
  opacity: 0.6;
}
.chat-box .chat-body .chat .chat-logs .flexy-block .chat-block,
.contacts-box .chat-body .chat .chat-logs .flexy-block .chat-block,
.chat-box .contacts-body .chat .chat-logs .flexy-block .chat-block,
.contacts-box .contacts-body .chat .chat-logs .flexy-block .chat-block {
  position: relative;
  display: table;
  background: #E20714;
  color: #FFFFFF;
  padding: 12px 16px 8px 16px;
  width: auto;
  border-radius: 12px 12px 12px 0px;
  margin-bottom: 12px;
  order: 2;
}
.chat-box .chat-body .chat .chat-logs .flexy-block .chat-block .chat-message,
.contacts-box .chat-body .chat .chat-logs .flexy-block .chat-block .chat-message,
.chat-box .contacts-body .chat .chat-logs .flexy-block .chat-block .chat-message,
.contacts-box .contacts-body .chat .chat-logs .flexy-block .chat-block .chat-message {
  max-width: 170px;
  overflow-wrap: break-word;
}
.chat-box .chat-body .chat .chat-logs .flexy-block .chat-block.chat-right,
.contacts-box .chat-body .chat .chat-logs .flexy-block .chat-block.chat-right,
.chat-box .contacts-body .chat .chat-logs .flexy-block .chat-block.chat-right,
.contacts-box .contacts-body .chat .chat-logs .flexy-block .chat-block.chat-right {
  background: #FFFFFF;
  color: #4A4A4A;
  margin-left: auto;
  margin-right: 4px;
  border-radius: 12px 12px 0px 12px;
  box-shadow: 0px 0px 1px 2px #E9E9E9;
  order: 1;
}
.chat-box .chat-body .chat-form,
.contacts-box .chat-body .chat-form,
.chat-box .contacts-body .chat-form,
.contacts-box .contacts-body .chat-form {
  position: absolute;
  margin-top: 8px;
  bottom: 0px;
  display: flex;
}
.chat-box .chat-body .chat-form .send-me,
.contacts-box .chat-body .chat-form .send-me,
.chat-box .contacts-body .chat-form .send-me,
.contacts-box .contacts-body .chat-form .send-me {
  width: 36px;
  height: 36px;
  background-image: url("/images/icons/icon_enviar.png");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  top: 10px;
  right: 16px;
  border-radius: 50%;
}
.chat-box .chat-body .chat-form .send-me.big,
.contacts-box .chat-body .chat-form .send-me.big,
.chat-box .contacts-body .chat-form .send-me.big,
.contacts-box .contacts-body .chat-form .send-me.big {
  background-image: url("/images/icons/icon_enviar_big.png");
}
.chat-box .chat-body .chat-form .division,
.contacts-box .chat-body .chat-form .division,
.chat-box .contacts-body .chat-form .division,
.contacts-box .contacts-body .chat-form .division {
  height: 1px;
  width: 244px;
  background: #ECECEC;
  position: absolute;
  border-radius: 4px;
  left: 10px;
}
.chat-box .chat-body .chat-form textarea,
.contacts-box .chat-body .chat-form textarea,
.chat-box .contacts-body .chat-form textarea,
.contacts-box .contacts-body .chat-form textarea {
  resize: none;
  overflow: hidden;
  border: 0 solid;
  width: 212px;
  font-size: 15px;
  height: 48px;
  padding: 12px 0 0;
  margin-bottom: 0px;
  outline: none;
}
.chat-box.special > .chat-body > .chat > .chat-logs > .flexy-block .chat-block {
  background: #00addd;
}
.chat-box.special > .chat-body > .chat > .chat-logs > .flexy-block .chat-block.chat-right {
  background: white;
}
.chat-box.special > .chat-body > .chat-form > .send-me {
  background-image: url("/images/icons/icon_enviar_blue.png");
}
.contacts-box {
  opacity: 0.6;
}
.contacts-box .contacts-body {
  overflow-y: scroll;
  height: 420px;
  font-weight: bold;
  display: none;
}
.contacts-box .contacts-body::-webkit-scrollbar {
  width: 10px;
}
.contacts-box .contacts-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.contacts-box .contacts-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #9B9B9B;
}
@media screen and (min-height: 800px) {
  .contacts-box .contacts-body {
    height: 620px;
  }
}
@media screen and (min-height: 1020px) {
  .contacts-box .contacts-body {
    height: 820px;
  }
}
.contacts-box .contacts-body .contact {
  padding: 12px 12px 12px 12px;
  cursor: pointer;
  white-space: nowrap;
  height: 64px;
  text-overflow: ellipsis;
}
.contacts-box .contacts-body .contact .contact-avatar {
  position: relative;
  bottom: 4px;
  display: inline-block;
  background: white;
  width: 52px;
  height: 52px;
  text-transform: uppercase;
  background: #4A4A4A;
  font-size: 24px;
  color: white;
  padding-left: 17px;
  padding-top: 7px;
  -webkit-border-radius: 60px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 52px;
  -moz-background-clip: padding;
  border-radius: 52px;
  background-clip: padding-box;
  background-size: cover;
  background-position: center center;
}
.contacts-box .contacts-body .contact p {
  position: relative;
  bottom: 9px;
  display: inline-block;
  padding-left: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 180px;
}
.contacts-box .contacts-body .odd {
  background: #ebebeb  !important;
}
.contacts-box .contacts-header {
  opacity: 0.6;
}
.contacts-box .contacts-header .view-me p {
  padding-top: 2px;
}
.contacts-box .contacts-header .maximize-chat {
  display: block;
}
.contacts-box .contacts-header .minimize-chat {
  display: none;
}
.contacts-box .contacts-header .chats-counter {
  background: #B70711;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  text-align-last: center;
  position: absolute;
  top: -16px;
  font-size: 12px;
  padding: 7px 0px 0px 0px;
  opacity: 1;
  right: -6px;
}
.contacts-box .contacts-body .chat-counter {
  background: #B70711;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  text-align-last: center;
  position: relative;
  bottom: 62px;
  z-index: 999;
  opacity: 1;
  top: auto;
  left: -8px;
  margin-top: 8px;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.modal {
  display: none;
  position: fixed;
  z-index: 990;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal .fade-out {
  animation: fadeOut 0.5s ease-out;
  animation-fill-mode: forwards;
}
.modal .modal-content {
  background: #f4f2f2;
  margin: auto;
  border: 1px solid #888;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  opacity: 0;
  animation: fadeIn 0.5s ease-out;
  animation-fill-mode: forwards;
}
.modal .modal-content .chat-box {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  right: 0;
  border-radius: 8px;
  overflow: auto;
}
.modal .modal-content .chat-box .chat-body {
  height: 100%;
}
.modal .modal-content .chat-box .chat-body .chat {
  height: auto;
  height: 100%;
  padding-bottom: 48px;
  margin-bottom: 0;
}
.modal .modal-content .chat-box .chat-body .chat .chat-logs {
  height: 100%;
  padding-top: 68px;
  padding-left: 22px;
  padding-right: 22px;
  padding-bottom: 0;
}
.modal .modal-content .chat-box .chat-body .chat .chat-logs .chat-block {
  font-size: 16px;
}
.modal .modal-content .chat-box .chat-body .chat-form {
  margin-top: 24px;
  position: fixed;
  width: 100%;
  border-radius: 0px 0px 8px 8px;
  overflow: hidden;
  bottom: -6px;
  font-size: 18px;
}
.modal .modal-content .chat-box .chat-body .chat-form textarea {
  resize: none;
  height: 48px;
  width: 100%;
  padding-right: 40px;
  padding-top: 12px;
  outline: none;
}
.modal .modal-content .chat-box .chat-body .chat-form textarea:focus {
  outline: none;
}
.modal .modal-content .chat-box .chat-header {
  border-radius: 0;
  font-size: 18px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}
.modal .modal-content .chat-box .chat-header .view-me {
  height: 36px;
}
.modal .modal-content .chat-box .chat-header .view-me .other-chat {
  padding-top: 4px;
}
.modal .modal-content .chat-box .chat-header .view-me .other-chat .go-back {
  width: 24px;
  height: 24px;
  margin-right: 14px;
  margin-bottom: 2px;
}
.modal .modal-content .chat-box .chat-header .view-me .minimize-chat {
  display: none;
}
.modal .modal-content .chat-box .chat-header .view-me .maximize-chat {
  display: none;
}
.modal .modal-content .chat-box .chat-header .close-chat {
  display: none;
}
.modal .modal-content .close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.modal .modal-content .close:hover,
.modal .modal-content .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
#chat-room {
  min-height: 500px;
  width: 98%;
  margin: auto;
  margin-top: -35px;
  margin-bottom: -22px;
  height: calc(100vh - 245px);
  display: grid;
  grid-template-columns: 1fr 4fr;
}
@media screen and (max-width: 1750px) {
  #chat-room {
    grid-template-columns: 1fr 3fr;
  }
}
@media screen and (max-width: 1270px) {
  #chat-room {
    grid-template-columns: 3fr 5fr;
  }
}
#chat-room #contacts {
  height: inherit;
  overflow-y: scroll;
  overflow-x: hidden;
  min-height: 500px;
  border: 1px solid #9995954d;
}
#chat-room #contacts::-webkit-scrollbar {
  width: 12px;
}
#chat-room #contacts::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
#chat-room #contacts::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #9B9B9B;
}
#chat-room #contacts .contact {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 16px;
  width: 100%;
  height: 92px;
  border: 1px solid #9995954d;
}
#chat-room #contacts .contact .contact-avatar {
  position: relative;
  width: 42px;
  height: 42px;
  min-width: 42px;
  min-height: 42px;
  border-radius: 50%;
  text-transform: uppercase;
  background: #4A4A4A;
  font-size: 24px;
  color: white;
  padding-left: 14px;
  padding-top: 3px;
  background-size: cover;
  background-position: center;
}
#chat-room #contacts .contact .contact-avatar .has-new-message {
  display: none;
  position: absolute;
  width: 12px;
  height: 12px;
  border: 1px solid white;
  background-color: #E20714;
  border-radius: 50%;
  bottom: 0;
  right: 0;
}
#chat-room #contacts .contact .chat-info {
  max-width: 64%;
  margin-left: 16px;
  margin-top: 8px;
}
#chat-room #contacts .contact .chat-info p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#chat-room #contacts .contact .chat-info .name {
  color: #E20714;
  font-size: 18px;
}
#chat-room #contacts .contact .chat-info .last-message {
  font-size: 12px;
  color: #9B9B9B;
}
#chat-room #contacts .contact:hover {
  background-color: #ff00001a;
}
@media screen and (max-width: 1450px) {
  #chat-room #contacts .contact {
    height: 76px;
  }
  #chat-room #contacts .contact .contact-avatar {
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
    font-size: 16px;
    padding-left: 12px;
    padding-top: 4px;
  }
}
@media screen and (max-width: 1050px) {
  #chat-room #contacts .contact {
    height: 64px;
  }
}
#chat-room #chat {
  min-height: 500px;
  visibility: hidden;
  height: inherit;
  width: 100%;
  position: relative;
  border: 1px solid #9995954d;
  border-left: none;
}
#chat-room #chat #chat-header {
  width: 100%;
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
}
#chat-room #chat #chat-header h1 {
  text-transform: none;
  color: #E20714;
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1450px) {
  #chat-room #chat #chat-header {
    height: 88px;
  }
}
@media screen and (max-width: 1050px) {
  #chat-room #chat #chat-header {
    height: 76px;
  }
}
#chat-room #chat #chat-body {
  height: 100%;
  padding-bottom: 73px;
  padding-top: 91px;
}
#chat-room #chat #chat-body hr {
  margin: 0;
}
#chat-room #chat #chat-body #chat-no-message {
  display: none;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  color: #b9b9b9;
  user-select: none;
}
@media screen and (max-width: 1860px) {
  #chat-room #chat #chat-body #chat-no-message {
    font-size: 32px;
  }
}
@media screen and (max-width: 1340px) {
  #chat-room #chat #chat-body #chat-no-message {
    font-size: 24px;
  }
}
@media screen and (max-width: 870px) {
  #chat-room #chat #chat-body #chat-no-message {
    font-size: 16px;
  }
}
#chat-room #chat #chat-body #chat-log {
  height: inherit;
  overflow: hidden;
  overflow-y: scroll;
  padding: 0 12%;
}
#chat-room #chat #chat-body #chat-log::-webkit-scrollbar {
  width: 12px;
}
#chat-room #chat #chat-body #chat-log::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
#chat-room #chat #chat-body #chat-log::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #9B9B9B;
}
#chat-room #chat #chat-body #chat-log .flexy-block {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  margin-top: 16px;
}
#chat-room #chat #chat-body #chat-log .flexy-block .avatar {
  width: 42px;
  height: 42px;
  float: right;
  border-radius: 50%;
  background-color: #4A4A4A;
  color: white;
  padding-left: 13px;
  padding-top: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 22px;
  margin-bottom: 4px;
  order: 2;
}
#chat-room #chat #chat-body #chat-log .flexy-block .avatar-left {
  float: left;
  margin-right: 12px;
  order: 1;
}
#chat-room #chat #chat-body #chat-log .flexy-block .chat-block {
  display: table;
  background: #E20714;
  color: #FFFFFF;
  padding: 16px 20px 12px 20px;
  width: auto;
  border-radius: 12px 12px 12px 0px;
  margin-bottom: 12px;
  order: 2;
}
#chat-room #chat #chat-body #chat-log .flexy-block .chat-block .chat-message {
  max-width: 320px;
  overflow-wrap: break-word;
}
#chat-room #chat #chat-body #chat-log .flexy-block .chat-block.chat-right {
  background: #FFFFFF;
  color: #4A4A4A;
  margin-left: auto;
  margin-right: 12px;
  border-radius: 12px 12px 0px 12px;
  box-shadow: 0px 0px 2px 0px black;
  order: 1;
}
@media screen and (max-width: 1450px) {
  #chat-room #chat #chat-body {
    padding-top: 75px;
  }
}
@media screen and (max-width: 1050px) {
  #chat-room #chat #chat-body {
    padding-top: 63px;
  }
}
#chat-room #chat #chat-footer {
  width: 100%;
  height: 72px;
  position: absolute;
  bottom: 0;
}
#chat-room #chat #chat-footer hr {
  margin-bottom: 12px;
  margin-top: 0;
}
#chat-room #chat #chat-footer textarea {
  height: 48px;
  width: 100%;
  border: none;
  outline: none;
  resize: none;
  font-size: 18px;
  background-color: transparent;
  overflow-y: hidden;
  padding-top: 6px;
  padding-right: 54px;
  padding-left: 24px;
}
#chat-room #chat #chat-footer .send-me {
  width: 42px;
  height: 42px;
  background-image: url("/images/icons/icon_enviar.png");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  position: absolute;
  border-radius: 50%;
  top: 18px;
  right: 12px;
}
#chat-room #chat #chat-footer .send-me.big {
  background-image: url("/images/icons/icon_enviar_big.png");
}
.chat-send,
.chat-file {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: red;
  margin: auto 2px;
  transition: background-color 0.25s ease;
}
.chat-file {
  order: 1;
}
.chat-send {
  order: 2;
}
.fa-paper-plane path,
.fa-paperclip path {
  fill: #FFFFFF;
}
.chat-dropzone {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s ease, bottom 0.25s ease;
}
.chat-dropzone.active {
  pointer-events: all;
  opacity: 1;
  bottom: 80px;
}
.chat-dropzone .dropzone {
  position: absolute;
  bottom: 60px;
  left: 12px;
  width: 250px;
  height: auto;
  border-radius: 10px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-height: 600px;
  border: 1px solid #00000030 !important;
  box-shadow: 0 1px 4px 0 rgba(194, 194, 194, 0.5);
  overflow-y: overlay;
}
.chat-dropzone .dropzone .dz-preview {
  margin: 24px !important;
  min-height: auto !important;
}
.chat-dropzone .dropzone .dz-image {
  border: 1px solid #303030;
  height: 82px !important;
}
.chat-dropzone .dropzone .dz-details {
  pointer-events: none;
}
.chat-dropzone .dropzone .dz-filename {
  text-overflow: ellipsis !important;
  overflow: hidden !important;
}
.chat-dropzone .dropzone .dz-size {
  margin-bottom: 2em !important;
  margin-top: -1em !important;
}
.chat-send.to-send {
  background-color: green;
}
.chat-file-block {
  display: flex !important;
  padding: 10px !important;
  width: 200px !important;
}
.chat-file-info {
  display: flex;
  flex-direction: column;
}
.chat-download-file {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin: auto 10px auto 0;
  border-radius: 50%;
  display: flex;
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
}
.chat-download-file .fa-download {
  margin: auto;
}
.chat-left .chat-download-file {
  background-color: #ffffff;
  color: #E20714;
}
.chat-left .chat-download-file:hover {
  background-color: #e6e6e6;
}
.chat-right .chat-download-file {
  background-color: #E20714;
  color: #ffffff;
}
.chat-right .chat-download-file:hover {
  background-color: #b10510;
}
.chat-file-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 120px;
}
.chat-file-size {
  font-weight: bold;
}
html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
       This is visible during transitions. */
  background-color: white;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/lightbox/loading.gif) no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/lightbox/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/lightbox/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-caption a {
  color: #4ae;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/*
 * easy-autocomplete
 * jQuery plugin for autocompletion
 * 
 * @author Łukasz Pawełczak (http://github.com/pawelczak)
 * @version 1.3.5
 * Copyright  License: 
 */
.easy-autocomplete {
  position: relative;
}
.easy-autocomplete input {
  border-color: #ccc;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  color: #555;
  float: none;
  padding: 6px 12px;
}
.easy-autocomplete input:hover,
.easy-autocomplete input:focus {
  box-shadow: none;
}
.easy-autocomplete a {
  display: block;
}
.easy-autocomplete.eac-blue-light input:hover,
.easy-autocomplete.eac-blue-light input:focus {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}
.easy-autocomplete.eac-blue-light ul {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}
.easy-autocomplete.eac-blue-light ul li,
.easy-autocomplete.eac-blue-light ul .eac-category {
  border-color: #66afe9;
}
.easy-autocomplete.eac-blue-light ul li.selected,
.easy-autocomplete.eac-blue-light ul .eac-category.selected {
  background-color: #ecf5fc;
}
.easy-autocomplete.eac-green-light input:hover,
.easy-autocomplete.eac-green-light input:focus {
  border-color: #41DB00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6);
}
.easy-autocomplete.eac-green-light ul {
  border-color: #41DB00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6);
}
.easy-autocomplete.eac-green-light ul li,
.easy-autocomplete.eac-green-light ul .eac-category {
  border-color: #41DB00;
}
.easy-autocomplete.eac-green-light ul li.selected,
.easy-autocomplete.eac-green-light ul .eac-category.selected {
  background-color: #9eff75;
}
.easy-autocomplete.eac-red-light input:hover,
.easy-autocomplete.eac-red-light input:focus {
  border-color: #ff5b5b;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6);
}
.easy-autocomplete.eac-red-light ul {
  border-color: #ff5b5b;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6);
}
.easy-autocomplete.eac-red-light ul li,
.easy-autocomplete.eac-red-light ul .eac-category {
  border-color: #ff5b5b;
}
.easy-autocomplete.eac-red-light ul li.selected,
.easy-autocomplete.eac-red-light ul .eac-category.selected {
  background-color: #ff8e8e;
}
.easy-autocomplete.eac-yellow-light input:hover,
.easy-autocomplete.eac-yellow-light input:focus {
  border-color: #ffdb00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6);
}
.easy-autocomplete.eac-yellow-light ul {
  border-color: #ffdb00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6);
}
.easy-autocomplete.eac-yellow-light ul li,
.easy-autocomplete.eac-yellow-light ul .eac-category {
  border-color: #ffdb00;
}
.easy-autocomplete.eac-yellow-light ul li.selected,
.easy-autocomplete.eac-yellow-light ul .eac-category.selected {
  background-color: #ffe233;
}
.easy-autocomplete.eac-dark-light input:hover,
.easy-autocomplete.eac-dark-light input:focus {
  border-color: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6);
}
.easy-autocomplete.eac-dark-light ul {
  border-color: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6);
}
.easy-autocomplete.eac-dark-light ul li,
.easy-autocomplete.eac-dark-light ul .eac-category {
  border-color: #333;
}
.easy-autocomplete.eac-dark-light ul li.selected,
.easy-autocomplete.eac-dark-light ul .eac-category.selected {
  background-color: #4d4d4d;
  color: #fff;
}
.easy-autocomplete.eac-dark {
  color: #fff;
}
.easy-autocomplete.eac-dark input {
  background-color: #404040;
  border-radius: 4px;
  box-shadow: 0;
  color: #f6f6f6;
}
.easy-autocomplete.eac-dark input:hover,
.easy-autocomplete.eac-dark input:focus {
  border-color: #333;
  box-shadow: 0;
}
.easy-autocomplete.eac-dark ul {
  border-color: #333;
}
.easy-autocomplete.eac-dark ul li,
.easy-autocomplete.eac-dark ul .eac-category {
  background-color: #404040;
  border-color: #333;
}
.easy-autocomplete.eac-dark ul li.selected,
.easy-autocomplete.eac-dark ul .eac-category.selected {
  background-color: #737373;
  color: #f6f6f6;
}
.easy-autocomplete.eac-dark-glass {
  color: #fff;
}
.easy-autocomplete.eac-dark-glass input {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  box-shadow: 0;
  color: #f6f6f6;
}
.easy-autocomplete.eac-dark-glass input:hover,
.easy-autocomplete.eac-dark-glass input:focus {
  border-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0;
}
.easy-autocomplete.eac-dark-glass ul {
  border-color: rgba(0, 0, 0, 0.8);
}
.easy-autocomplete.eac-dark-glass ul li,
.easy-autocomplete.eac-dark-glass ul .eac-category {
  background-color: rgba(0, 0, 0, 0.8);
  border-color: rgba(0, 0, 0, 0.8);
}
.easy-autocomplete.eac-dark-glass ul li.selected,
.easy-autocomplete.eac-dark-glass ul .eac-category.selected {
  background-color: rgba(64, 64, 64, 0.8);
  color: #f6f6f6;
}
.easy-autocomplete.eac-dark-glass ul li:last-child,
.easy-autocomplete.eac-dark-glass ul .eac-category:last-child {
  border-radius: 0 0 4px 4px;
}
.easy-autocomplete.eac-blue {
  color: #fff;
}
.easy-autocomplete.eac-blue input {
  background-color: #6d9ed1;
  border-radius: 4px;
  box-shadow: 0;
  color: #f6f6f6;
}
.easy-autocomplete.eac-blue input::-webkit-input-placeholder {
  color: #f6f6f6;
}
.easy-autocomplete.eac-blue input:-moz-placeholder {
  color: #f6f6f6;
}
.easy-autocomplete.eac-blue input::-moz-placeholder {
  color: #f6f6f6;
}
.easy-autocomplete.eac-blue input:-ms-input-placeholder {
  color: #f6f6f6;
}
.easy-autocomplete.eac-blue input:hover,
.easy-autocomplete.eac-blue input:focus {
  border-color: #5A91CB;
  box-shadow: 0;
}
.easy-autocomplete.eac-blue ul {
  border-color: #5A91CB;
}
.easy-autocomplete.eac-blue ul li,
.easy-autocomplete.eac-blue ul .eac-category {
  background-color: #6d9ed1;
  border-color: #5A91CB;
}
.easy-autocomplete.eac-blue ul li.selected,
.easy-autocomplete.eac-blue ul .eac-category.selected {
  background-color: #94b8dd;
  color: #f6f6f6;
}
.easy-autocomplete.eac-yellow {
  color: #333;
}
.easy-autocomplete.eac-yellow input {
  background-color: #ffdb7e;
  border-color: #333;
  border-radius: 4px;
  box-shadow: 0;
  color: #333;
}
.easy-autocomplete.eac-yellow input:hover,
.easy-autocomplete.eac-yellow input:focus {
  border-color: #333;
  box-shadow: 0;
}
.easy-autocomplete.eac-yellow ul {
  border-color: #333;
}
.easy-autocomplete.eac-yellow ul li,
.easy-autocomplete.eac-yellow ul .eac-category {
  background-color: #ffdb7e;
  border-color: #333;
}
.easy-autocomplete.eac-yellow ul li.selected,
.easy-autocomplete.eac-yellow ul .eac-category.selected {
  background-color: #ffe9b1;
  color: #333;
}
.easy-autocomplete.eac-purple {
  color: #333;
}
.easy-autocomplete.eac-purple input {
  background-color: #d6d1e7;
  border-color: #b8afd5;
  box-shadow: 0;
  color: #333;
}
.easy-autocomplete.eac-purple input:hover,
.easy-autocomplete.eac-purple input:focus {
  border-color: #333;
  box-shadow: 0;
}
.easy-autocomplete.eac-purple ul {
  border-color: #333;
}
.easy-autocomplete.eac-purple ul li,
.easy-autocomplete.eac-purple ul .eac-category {
  background-color: #d6d1e7;
  border-color: #333;
}
.easy-autocomplete.eac-purple ul li.selected,
.easy-autocomplete.eac-purple ul .eac-category.selected {
  background-color: #ebe8f3;
  color: #333;
}
.easy-autocomplete.eac-bootstrap input {
  border-color: #ccc;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  color: #555;
  padding: 6px 12px;
}
.easy-autocomplete-container {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.easy-autocomplete-container ul {
  background: none repeat scroll 0 0 #ffffff;
  border-top: 1px dotted #ccc;
  display: none;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
  top: -1px;
}
.easy-autocomplete-container ul li,
.easy-autocomplete-container ul .eac-category {
  background: inherit;
  border-color: #ccc;
  border-image: none;
  border-style: solid;
  border-width: 0 1px;
  display: block;
  font-size: 14px;
  font-weight: normal;
  padding: 4px 12px;
}
.easy-autocomplete-container ul li:last-child {
  border-radius: 0 0 2px 2px;
  border-width: 0 1px 1px;
}
.easy-autocomplete-container ul li.selected {
  background: none repeat scroll 0 0 #ebebeb;
  cursor: pointer;
}
.easy-autocomplete-container ul li.selected div {
  font-weight: normal;
}
.easy-autocomplete-container ul li div {
  display: block;
  font-weight: normal;
  word-break: break-all;
}
.easy-autocomplete-container ul li b {
  font-weight: bold;
}
.easy-autocomplete-container ul .eac-category {
  font-color: #aaa;
  font-style: italic;
}
.eac-description .eac-item span {
  color: #aaa;
  font-style: italic;
  font-size: 0.9em;
}
.eac-icon-left .eac-item img {
  margin-right: 4px;
  max-height: 30px;
}
.eac-icon-right .eac-item {
  margin-top: 8px;
  min-height: 24px;
  position: relative;
}
.eac-icon-right .eac-item img {
  margin-left: 4px;
  max-height: 30px;
  position: absolute;
  right: -4px;
  top: -8px;
}
/*# sourceMappingURL=easy-autocomplete.css.map */
/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.dropzone,
.dropzone * {
  box-sizing: border-box;
}
.dropzone {
  border-radius: 47px;
  border: 2px dashed #E8E9EC;
  background: white;
  padding: 20px 20px;
}
.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
  cursor: pointer;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 18px;
}
.dropzone.dz-started .dz-message {
  display: none;
}
.dropzone.dz-drag-hover {
  border-style: solid;
}
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}
.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}
.dropzone .dz-preview:hover {
  z-index: 1000;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}
.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-image-preview {
  background: white;
}
.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}
.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}
.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}
.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}
.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}
.dropzone .dz-preview .dz-image img {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}
.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}
.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}
.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}
.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}
.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2017 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  clip: rect(0, 0, 0, 0);
}
.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}
/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/images/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/images/chosen-sprite.png") no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url("/images/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  cursor: text;
  padding: 3px 6px;
  border-radius: 10px;
  border: 2px solid #9B9B9B;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 5px 20px 5px 7px;
  max-width: 100%;
  border-radius: 3px;
  background-color: #E20714;
  background-size: 100% 19px;
  background-clip: padding-box;
  color: white;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 6px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/images/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
/* @end */
/* @group Active  */
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}
/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url("/images/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}
/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("/images/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
html {
  height: 100%;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  background: #FAFAFA;
  min-width: 320px;
  min-height: 100%;
  position: relative;
}
.basic-error {
  color: red;
  padding: 5px;
  border-radius: 5px;
  font-size: 16px;
  display: none;
}
.info {
  line-height: 2;
}
.has-footer {
  padding-bottom: 150px;
}
.no-footer {
  height: 100%;
}
.btn {
  font-family: 'Raleway', sans-serif;
}
button:focus {
  outline: none !important;
}
::-webkit-input-placeholder {
  font-style: italic;
  color: #AFAFAF;
  text-overflow: ellipsis;
}
::-moz-placeholder {
  font-style: italic;
  color: #AFAFAF;
  text-overflow: ellipsis;
}
:-ms-input-placeholder {
  font-style: italic;
  color: #AFAFAF;
  text-overflow: ellipsis;
}
:-moz-placeholder {
  font-style: italic;
  color: #AFAFAF;
  text-overflow: ellipsis;
}
input.error-form-class,
textarea.error-form-class,
select.error-form-class {
  box-shadow: inset 0 1px 1px rgba(226, 7, 20, 0.085), 0 0 6px 2px #e20716 !important;
}
.error-form-class {
  color: #E20714;
  display: block;
}
span.error-form-class {
  padding: 10px;
}
/*@media (min-width: 1200px) {
    .container {
        max-width: 800px;
    }
}*/
.edit-user-icon > img,
.edit-provider-icon > img {
  width: 20px;
  transition: transform 0.5s;
}
.edit-user-icon > img:hover,
.edit-provider-icon > img:hover {
  transform: scale(1.2);
}
.provider-chat-room-icon > img {
  transition: transform 0.5s;
}
.provider-chat-room-icon > img:hover {
  filter: saturate(200%);
  transform: scale(1.1);
}
@media (min-width: 1200px) {
  #options .container,
  #admin .container {
    max-width: 1140px;
  }
}
p {
  margin: 0px 0px -7px 0px;
}
h1,
h2,
h3 {
  text-align: center;
  color: black;
  font-size: 24px;
  text-transform: uppercase;
}
h1.black-title,
h2.black-title,
h3.black-title {
  color: #4A4A4A;
}
h1.grey-title,
h2.grey-title,
h3.grey-title {
  color: #9B9B9B;
}
h4 {
  font-size: 18px;
  color: #4A4A4A;
  text-align: center;
}
select#eventType {
  height: 40px;
  font-size: 16px;
}
#selecting-new-category {
  display: none;
}
#breadcrumb {
  margin-bottom: 35px;
  background: #E8E8E8;
  -moz-box-shadow: inset 0 0 10px rgba(194, 194, 194, 0.5);
  -webkit-box-shadow: inset 0 0 10px rgba(194, 194, 194, 0.5);
  box-shadow: inset 0 0 10px rgba(194, 194, 194, 0.5);
}
#breadcrumb .breadcrumb {
  padding: 0;
  margin: 0;
  padding: 10px;
  background: none;
}
#breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
}
#breadcrumb .breadcrumb .home-icon {
  width: 13px;
}
#breadcrumb .breadcrumb li {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  color: #E20714;
}
#breadcrumb .breadcrumb li img {
  display: inline-block;
}
#breadcrumb .breadcrumb li a {
  color: #4A4A4A;
}
#breadcrumb .breadcrumb li a:hover {
  text-decoration: none;
}
@media (min-width: 1200px) {
  #breadcrumb .container {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1199px) {
  #breadcrumb {
    visibility: hidden;
    margin-bottom: 0;
  }
}
#main-header {
  box-shadow: 0 1px 4px 0 rgba(194, 194, 194, 0.5);
}
#main-header img.logo {
  width: 100%;
  max-width: 190px;
}
#main-header img.profile {
  width: 40px;
  border-radius: 100%;
  margin-left: 10px;
}
#main-header .user {
  color: #E20714;
}
#main-header .user strong {
  font-style: italic;
}
#main-header .user a {
  color: #E20714;
}
@media (min-width: 1200px) {
  #main-header .container {
    max-width: 1140px;
  }
}
#inner-content {
  margin-top: -38px;
  min-width: 360px;
}
@media (min-width: 1200px) {
  #inner-content {
    margin-top: -35px;
  }
  #inner-content .container {
    max-width: 1140px;
  }
}
#main-footer {
  margin-top: 50px;
  background: #7E7E7E;
  padding: 40px 0px;
  color: white;
  max-height: 120px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
#main-footer p {
  margin: 0;
  color: white;
}
body .btn:disabled {
  background: #c1c1c1;
  border: 1px solid #c1c1c1;
  cursor: not-allowed;
}
body .btn:disabled:hover {
  background: #c1c1c1 !important;
  border: 1px solid #c1c1c1;
}
.btn-purple {
  background: #8b45a8;
  font-weight: normal;
  border-radius: 30px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  cursor: pointer;
  border-color: #8b45a8;
  transition: background-color 0.5s ease;
  margin-top: 8px;
}
.btn-purple:active,
.btn-purple:hover {
  background: #5e2f72 !important;
}
.btn-pink {
  background: #ff0090;
  font-weight: normal;
  border-radius: 30px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  cursor: pointer;
  border-color: #ff0090;
  transition: background-color 0.5s ease;
  margin-top: 8px;
}
.btn-pink:active,
.btn-pink:hover {
  background: #b30065 !important;
}
.btn-red {
  background: #E20714;
  font-weight: normal;
  border-radius: 30px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  cursor: pointer;
  border-color: #E20714;
  transition: background-color 0.5s ease;
}
.btn-red:active,
.btn-red:hover {
  background: #98050d !important;
}
.create-job-section {
  min-height: 45px;
}
.create-job-section #btn-add-event {
  margin-top: 20px;
  cursor: pointer;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-size: 18px;
}
.create-job-section #btn-add-event.sticky {
  width: 50%;
  transform: translateX(-50%);
  max-width: 1110px;
}
.event-item {
  background: #FFFFFF;
  box-shadow: 0 1px 4px 0 rgba(194, 194, 194, 0.5);
  border-radius: 47px;
  padding: 15px 35px;
  margin-top: 20px;
}
.event-item.opened a {
  color: #4A4A4A;
}
.event-item.closed a {
  color: #9B9B9B;
}
.event-item.canceled a {
  color: #9B9B9B;
  text-decoration: line-through;
}
.event-item.no-line-through a {
  text-decoration: none;
}
.event-item:first-child {
  margin-top: 0px;
}
.event-item .event-description {
  padding: 10px 0px;
}
.event-item .event-title {
  font-size: 16px;
}
.event-item .event-status {
  margin-left: 20px;
}
.event-item .events-messages {
  margin-right: 8px;
  border-color: #9B9B9B !important;
  color: #9B9B9B !important;
  text-decoration: none;
  cursor: pointer;
}
.event-item .events-messages:hover {
  border-color: #4A4A4A !important;
  color: #4A4A4A !important;
  text-decoration: none;
}
.event-item .red-me {
  color: #E20714;
  display: inline-block;
}
.event-item .event-image img {
  max-width: 100%;
}
.event-item .event-date {
  color: #C1C1C1;
}
.events-list > .event-item {
  transition: transform 0.5s;
}
.events-list > .event-item:hover {
  transform: scale(1.02);
}
.events-list h2 {
  margin: 30px 0px 20px 0px;
}
.events-list header .d-flex {
  padding-bottom: 4px;
}
.events-list header .date-status > div:first-of-type {
  overflow: hidden;
  max-height: 24px;
}
.events-list header .date-status p {
  margin-right: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.events-list header .date-status .event-status {
  right: 0px;
  position: absolute;
}
#add-event,
#edit-event {
  /*@media (min-width: 1200px) {
        .container {
            max-width: 500px;
        }
    }*/
}
#add-event header p,
#edit-event header p {
  text-align: center;
  color: #9B9B9B;
}
#add-event h4,
#edit-event h4 {
  font-weight: 400;
  margin: 0;
}
#add-event .steps-img,
#edit-event .steps-img {
  margin: 15px auto 25px auto;
  display: block;
  max-width: 100%;
}
#add-event #project-type,
#edit-event #project-type {
  padding-top: 40px;
}
#add-event #send-event,
#edit-event #send-event {
  margin-top: 35px;
}
#add-event .if-has-product,
#edit-event .if-has-product {
  color: #9B9B9B;
}
form.form label {
  font-size: 1.28em;
  padding: 0px 0.5em;
  cursor: pointer;
}
form.form input,
form.form select,
form.form textarea {
  border-radius: 10px;
  border: 2px solid #9B9B9B;
}
form.form input:focus,
form.form select:focus,
form.form textarea:focus {
  border-color: #9B9B9B;
  box-shadow: inset 0 1px 1px rgba(226, 7, 20, 0.075), 0 0 8px rgba(226, 7, 20, 0.6);
}
.table-print-image {
  float: right;
  margin-bottom: 10px;
}
.clean-btn {
  font-family: 'Raleway', sans-serif;
  display: block;
  padding: 7px 10px;
  text-align: center;
  text-transform: uppercase;
  min-width: 100px;
  font-size: 12px;
  cursor: pointer;
  background: white;
  margin: 0 auto;
  border-radius: 15px;
  outline: none;
  transition: 0.3s all;
}
.clean-btn.lg {
  width: 100%;
}
.clean-btn.big {
  padding: 10px;
  border-radius: 25px;
  font-size: 14px;
}
.clean-btn.cancel {
  border: 2px solid #c1c1c1;
  color: #c1c1c1;
}
.clean-btn.cancel:hover {
  border: 2px solid #757575;
  color: #757575;
}
.clean-btn.awaiting {
  border: 2px solid #0150b5;
  color: #0150b5;
}
.clean-btn.awaiting:hover {
  border: 2px solid #000d1d;
  color: #000d1d;
}
.clean-btn.pendency {
  border: 2px solid #fca931;
  color: #fca931;
}
.clean-btn.pendency:hover {
  border: 2px solid #925702;
  color: #925702;
}
.clean-btn.accept {
  border: 2px solid #37ca3f;
  color: #37ca3f;
}
.clean-btn.accept:hover {
  border: 2px solid #165219;
  color: #165219;
}
.clean-btn.error,
.clean-btn.normal {
  border: 2px solid #dd0214;
  color: #dd0214;
}
.clean-btn.error:hover,
.clean-btn.normal:hover {
  border: 2px solid #450106;
  color: #450106;
}
.clean-btn[disabled] {
  cursor: not-allowed;
  color: #9B9B9B !important;
  background: transparent !important;
  border: 2px solid #9B9B9B !important;
}
.clean-btn[disabled]:hover {
  cursor: not-allowed;
  color: #9B9B9B !important;
}
.clean-btn.bg-red {
  background: #E20714;
  color: white;
}
.clean-btn-send {
  font-family: 'Raleway', sans-serif;
  display: block;
  padding: 7px 8px;
  text-align: center;
  text-transform: uppercase;
  min-width: 100px;
  font-size: 12px;
  cursor: pointer;
  background: white;
  margin: 0 auto;
  border-radius: 15px;
  outline: none;
  transition: 0.3s all;
}
.clean-btn-send.error,
.clean-btn-send.normal {
  border: 2px solid #ffac07;
  color: #ffac07;
}
.clean-btn-send.error:hover,
.clean-btn-send.normal:hover {
  border: 2px solid #ec9d00;
  color: #ec9d00;
}
.clean-btn-send[disabled] {
  cursor: not-allowed;
  color: #ffac07 !important;
  background: transparent !important;
  border: 2px solid #ffac07 !important;
}
.clean-btn-send[disabled]:hover {
  cursor: not-allowed;
  color: #ffac07 !important;
}
.clean-btn-send.bg-red {
  background: #ffac07;
  color: white;
}
#login,
#forgot {
  width: 100%;
  min-height: 100%;
  margin: 0px !important;
  background: white;
}
#login form .error-form-class,
#forgot form .error-form-class {
  max-width: 350px;
  margin: 0 auto;
}
#login form label,
#forgot form label {
  font-size: 18px;
  margin-bottom: 0;
}
#login form .form-group,
#forgot form .form-group {
  max-width: 350px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
#login form input,
#forgot form input {
  border-radius: 8px;
  margin: 0 auto;
}
#login #login-form,
#forgot #login-form,
#login #forgot-form,
#forgot #forgot-form {
  z-index: 3;
  background: #FFF;
  display: flex;
  align-items: center;
  padding: 0px !important;
}
#login #login-form > div,
#forgot #login-form > div,
#login #forgot-form > div,
#forgot #forgot-form > div {
  width: 100%;
}
#login #login-form > div > img,
#forgot #login-form > div > img,
#login #forgot-form > div > img,
#forgot #forgot-form > div > img {
  display: block;
  background: white;
  margin: 0 auto 0 auto;
  padding: 20px 20px 64px 20px;
  max-width: 68%;
}
#login #login-form > div select,
#forgot #login-form > div select,
#login #forgot-form > div select,
#forgot #forgot-form > div select {
  font-size: 14px;
  height: 37px;
}
#login #login-form input,
#forgot #login-form input,
#login #forgot-form input,
#forgot #forgot-form input {
  padding-right: 42px;
}
#login #login-form .label,
#forgot #login-form .label,
#login #forgot-form .label,
#forgot #forgot-form .label {
  margin-bottom: 18px;
  margin-top: 12px;
}
#login #login-form fieldset,
#forgot #login-form fieldset,
#login #forgot-form fieldset,
#forgot #forgot-form fieldset {
  padding: 42px 42px 0px 42px;
}
#login #login-form header,
#forgot #login-form header,
#login #forgot-form header,
#forgot #forgot-form header {
  padding: 0;
  margin: 0;
}
#login #login-form header ul,
#forgot #login-form header ul,
#login #forgot-form header ul,
#forgot #forgot-form header ul {
  margin: 0;
  padding: 0;
}
#login #login-form header h1,
#forgot #login-form header h1,
#login #forgot-form header h1,
#forgot #forgot-form header h1 {
  color: white;
  padding-bottom: 24px;
}
#login #login-form header li,
#forgot #login-form header li,
#login #forgot-form header li,
#forgot #forgot-form header li {
  display: block;
  float: left;
  width: 50%;
  background: #F0F0F0;
  list-style: none;
  text-align: center;
  border-bottom: 4px solid #F0F0F0;
  font-family: 'Montserrat', sans-serif;
}
#login #login-form header li.selected,
#forgot #login-form header li.selected,
#login #forgot-form header li.selected,
#forgot #forgot-form header li.selected {
  background: white;
  border-bottom: 4px solid #E20714;
  background: #E20714;
}
#login #login-form header li.selected a,
#forgot #login-form header li.selected a,
#login #forgot-form header li.selected a,
#forgot #forgot-form header li.selected a {
  color: white;
}
#login #login-form header li a,
#forgot #login-form header li a,
#login #forgot-form header li a,
#forgot #forgot-form header li a {
  height: 52px;
  line-height: 52px;
  display: block;
  font-weight: bold;
  text-decoration: none;
  font-size: 24px;
  color: #797979;
  letter-spacing: 0;
  text-align: center;
}
#login #forgot-form,
#forgot #forgot-form {
  height: 100vh;
}
#login #forgot-form img,
#forgot #forgot-form img {
  margin-bottom: 24px !important;
}
#login #forgot-form fieldset,
#forgot #forgot-form fieldset {
  padding-top: 0px !important;
}
#login .icon-email-login,
#forgot .icon-email-login {
  background-image: url('/images/ic_email_login.png');
}
#login .icon-password-login,
#forgot .icon-password-login {
  background-image: url('/images/ic_senha_login.png');
}
#login .icons-input-login,
#forgot .icons-input-login {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 20px;
  margin-top: -10px;
  background-position: center center;
  background-repeat: no-repeat;
}
#login #send-login,
#forgot #send-login,
#login #send-forgot,
#forgot #send-forgot {
  margin-top: 24px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  max-width: 350px;
}
#login #send-forgot,
#forgot #send-forgot {
  margin-top: 8px;
}
#login .register,
#forgot .register {
  color: #E20714;
  text-align: center;
  text-decoration: underline;
  font-size: 18px;
  display: block;
}
#login .forgot,
#forgot .forgot {
  margin-top: 10px;
  color: #9B9B9B;
  text-align: center;
  text-decoration: underline;
  font-size: 16px;
  display: block;
}
#login {
  overflow-x: hidden;
  overflow-y: hidden;
  font-family: 'Montserrat', sans-serif;
}
#login #info-section {
  padding: 0px !important;
  width: 75%;
  height: auto;
}
@media screen and (max-width: 992px) {
  #login #info-section {
    display: none;
  }
}
#login #info-section #login-background {
  background: black;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}
#login #info-section #login-background.admin-login {
  background: url(/images/bg-login.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#login #info-section #login-background video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  top: 46%;
  transform: translateY(-50%);
  width: 150%;
  left: -22%;
}
#forgot #login-background {
  padding: 0px !important;
  width: 75%;
  height: auto;
  background-image: url('/images/bg-login.jpg');
  background-size: cover;
  background-position: center;
}
#estimate {
  width: 100%;
  height: 100%;
  background-image: url('/images/bg-anexo.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 425px) {
  #estimate {
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
  }
}
#estimate fieldset {
  padding: 50px;
}
#estimate header {
  padding: 0;
  margin: 0;
}
#estimate header ul {
  margin: 0;
  padding: 0;
}
#estimate header h1 {
  color: white;
  padding-bottom: 24px;
}
#estimate header li {
  display: block;
  float: left;
  width: 50%;
  list-style: none;
  text-align: center;
  border-bottom: 4px solid transparent;
}
#estimate header li.first {
  position: relative;
}
#estimate header li.first:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 20px;
  background: white;
  right: 0;
  top: 50%;
  margin-top: -10px;
}
#estimate header li.selected {
  border-bottom: 4px solid white;
}
#estimate header li a {
  height: 70px;
  line-height: 70px;
  display: block;
  font-weight: bold;
  color: white;
  text-decoration: none;
}
#estimate form {
  background-image: url("/images/logo-bg.png");
  background-repeat: repeat;
  color: white;
  border-radius: 47px;
}
#estimate form legend {
  text-align: center;
  text-transform: uppercase;
}
#estimate form label {
  font-size: 18px;
  margin-bottom: 0;
}
#estimate form input {
  border-radius: 8px;
}
#estimate #estimate-form {
  width: 510px;
  align-self: center;
}
@media screen and (max-width: 464px) {
  #estimate #estimate-form {
    width: 320px;
  }
}
#estimate #estimate-form > img {
  display: block;
  background: white;
  margin: 0 auto 50px auto;
}
#estimate #estimate-form #btn-attachment {
  position: relative;
  display: block;
}
#estimate #estimate-form #btn-attachment img {
  display: block;
  position: absolute;
  right: 15px;
  top: 10px;
}
#estimate #send-estimate {
  cursor: pointer;
  margin-top: 20px;
  width: 60%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.options-row {
  padding: 20px 0px;
}
.custom-checkbox {
  display: inline-block;
  border-radius: 20px;
  padding: 0px 20px;
  border: 1px solid #E20714;
  background: white;
  min-width: 205px;
  cursor: pointer;
  -webkit-transition: background-color 250ms linear;
  -ms-transition: background-color 250ms linear;
  transition: background-color 250ms linear;
}
.custom-checkbox .custom-checkbox-wrapper {
  display: flex;
  height: 37px;
  justify-content: flex-start;
  align-items: center;
}
.custom-checkbox .custom-checkbox-divider {
  margin: 0px 10px;
  width: 1px;
  height: 37px;
  background: #E20714;
}
.custom-checkbox .custom-checkbox-state {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  border: 1px solid #E20714;
  font-size: 12px;
  color: #E20714;
}
.custom-checkbox .custom-checkbox-value {
  color: #E20714;
}
.custom-checkbox.selected {
  color: white;
  background: #E20714;
}
.custom-checkbox.selected .custom-checkbox-divider {
  background: white;
}
.custom-checkbox.selected .custom-checkbox-value {
  color: white;
}
.custom-checkbox.selected .custom-checkbox-state {
  background-color: white;
  background-image: url('/images/check-icon.png');
  background-repeat: no-repeat;
  background-position: center center;
}
.custom-checkbox input {
  display: none;
}
.options-list h4 {
  padding: 30px 0px 10px 0px;
}
#select-provider .added-provider {
  color: #9B9B9B;
  border-color: #9B9B9B;
  cursor: default;
}
#select-provider .event-item {
  margin: 0px 0px 20px 0px;
}
#select-provider .event-item .image img {
  display: block;
  margin: 0 auto;
}
#select-provider .event-item .event-title {
  font-size: 18px;
  margin-bottom: 25px;
}
#select-provider .event-item p {
  text-align: justify;
  margin-bottom: 20px;
}
#select-provider form {
  padding-top: 0px;
}
#providers-message {
  background: #FFFFFF;
  border: 1px solid #979797;
  border-radius: 8px;
  padding: 12px 12px;
}
#stickyOff.providerStick {
  min-height: 110px;
}
.infoUpper {
  background-color: red !important;
}
#make-proposal {
  margin: 40px 0px;
  padding: 12px 12px;
}
#make-proposal.sticky {
  margin: 24px 0 0 0;
  left: 50%;
  transform: translateX(-50%);
}
.sticky {
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  right: 0;
  opacity: 0.9;
  width: 100%;
}
#pagination {
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 30px 0px;
}
#pagination ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#pagination li {
  display: inline-block;
  list-style-type: none;
  padding: 5px;
  min-width: 30px;
  margin: 0px 3px;
}
#pagination li.page {
  background: #FFFFFF;
  box-shadow: 0 1px 4px 0 rgba(194, 194, 194, 0.5);
  border-radius: 10px;
}
#pagination li a {
  text-decoration: none;
  padding: 5px;
  color: #9B9B9B;
}
#pagination li.active a {
  color: #E20714;
}
#finalize-provider,
#providers-list {
  max-height: 70vh;
  overflow-y: hidden;
  overflow-x: hidden;
  padding: 0 8px;
}
#finalize-provider .event-item.opened,
#providers-list .event-item.opened {
  width: 100%;
}
#finalize-provider #word-filter > div > div:nth-child(2),
#providers-list #word-filter > div > div:nth-child(2) {
  padding-top: 6px;
}
@media screen and (max-width: 767px) {
  #finalize-provider #word-filter button,
  #providers-list #word-filter button {
    margin-top: 20px;
  }
}
#finalize-provider .budget-requested,
#providers-list .budget-requested {
  margin: 25px 0 0 0;
  padding: 15px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #finalize-provider .budget-requested,
  #providers-list .budget-requested {
    flex-direction: column;
    justify-content: center;
  }
}
#finalize-provider .budget-requested .number-budget-requested,
#providers-list .budget-requested .number-budget-requested {
  font-size: 14px;
  color: #E20714;
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
}
@media screen and (max-width: 768px) {
  #finalize-provider .budget-requested .number-budget-requested,
  #providers-list .budget-requested .number-budget-requested {
    margin-bottom: 15px;
  }
}
#finalize-provider .budget-requested .btns,
#providers-list .budget-requested .btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 45%;
}
@media screen and (max-width: 992px) {
  #finalize-provider .budget-requested .btns,
  #providers-list .budget-requested .btns {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #finalize-provider .budget-requested .btns,
  #providers-list .budget-requested .btns {
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  #finalize-provider .budget-requested .btns,
  #providers-list .budget-requested .btns {
    flex-direction: column;
  }
}
#finalize-provider .budget-requested .btns button,
#providers-list .budget-requested .btns button {
  font-size: 10px;
  margin: 0;
}
@media screen and (max-width: 420px) {
  #finalize-provider .budget-requested .btns button,
  #providers-list .budget-requested .btns button {
    margin-bottom: 10px;
  }
}
#finalize-provider .events-list,
#providers-list .events-list {
  padding-top: 40px;
}
#finalize-provider .event-item,
#providers-list .event-item {
  margin: 0px 0px 20px 0px;
}
#finalize-provider .event-item .image img,
#providers-list .event-item .image img {
  display: block;
  margin: 0 auto;
}
#finalize-provider .event-item .event-title,
#providers-list .event-item .event-title {
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 5px;
}
#finalize-provider .event-item p,
#providers-list .event-item p {
  text-align: justify;
  margin-bottom: 0;
  overflow: unset;
  word-wrap: break-word;
}
#finalize-provider .event-item .event-info,
#providers-list .event-item .event-info {
  display: flex;
  flex-flow: column-reverse;
  align-items: flex-end;
  justify-content: center;
}
#finalize-provider .event-item .event-info p,
#providers-list .event-item .event-info p {
  text-align: right;
  margin-bottom: 10px;
}
#finalize-provider .event-item .event-info > div,
#providers-list .event-item .event-info > div {
  margin-bottom: 28px;
  width: 200px;
}
#finalize-provider .event-item .event-info > div p,
#providers-list .event-item .event-info > div p {
  white-space: nowrap;
  font-weight: bold;
  font-size: 18px;
  color: #4A4A4A;
  letter-spacing: 0;
  text-align: center;
}
#finalize-provider .event-item .event-info > div p .totalvalue,
#providers-list .event-item .event-info > div p .totalvalue {
  visibility: hidden;
}
@media screen and (max-width: 991px) {
  #finalize-provider .event-item .event-info,
  #providers-list .event-item .event-info {
    align-items: center;
  }
}
#finalize-provider .event-item .event-info .event-price,
#providers-list .event-item .event-info .event-price {
  font-weight: 600;
  font-size: 16px;
  vertical-align: middle;
}
#finalize-provider .event-item .event-info button,
#providers-list .event-item .event-info button {
  padding: 8px 12px;
  width: 200px;
  font-size: 12px;
  font-weight: bold;
}
#finalize-provider .event-item .event-info button.waiting,
#providers-list .event-item .event-info button.waiting {
  background: #FFA700 !important;
  border-color: #FFA700 !important;
  cursor: not-allowed;
}
#finalize-provider .event-item .event-info .download-estimate,
#providers-list .event-item .event-info .download-estimate,
#finalize-provider .event-item .event-info .adjust-estimate,
#providers-list .event-item .event-info .adjust-estimate {
  width: 200px;
  padding: 5px;
  margin-top: 8px;
}
#finalize-provider .event-item .event-info .download-estimate .event-download,
#providers-list .event-item .event-info .download-estimate .event-download,
#finalize-provider .event-item .event-info .adjust-estimate .event-download,
#providers-list .event-item .event-info .adjust-estimate .event-download {
  font-weight: bold;
  color: #E20714;
  font-size: 12px;
  cursor: pointer;
}
#finalize-provider .event-item .event-info .download-estimate .event-download .download-icon,
#providers-list .event-item .event-info .download-estimate .event-download .download-icon,
#finalize-provider .event-item .event-info .adjust-estimate .event-download .download-icon,
#providers-list .event-item .event-info .adjust-estimate .event-download .download-icon {
  vertical-align: bottom;
  margin-right: 0;
  margin-bottom: 0;
  transform: rotate(180deg);
  width: 18px;
}
#finalize-provider .event-item .event-info .accepted,
#providers-list .event-item .event-info .accepted {
  border-color: #37ca3f !important;
  background: #37ca3f !important;
}
#finalize-provider .event-item .event-info .accepted:hover,
#providers-list .event-item .event-info .accepted:hover {
  border-color: #37ca3f !important;
  background: #37ca3f !important;
}
#finalize-provider .event-item .clean-btn,
#providers-list .event-item .clean-btn {
  float: right;
}
@media screen and (max-width: 991px) {
  #finalize-provider .event-item .clean-btn,
  #providers-list .event-item .clean-btn {
    float: none;
    margin-top: 24px;
    width: 92%;
  }
}
#finalize-provider form,
#providers-list form {
  padding-top: 40px;
}
#finalize-provider::-webkit-scrollbar,
#providers-list::-webkit-scrollbar {
  width: 12px;
}
#finalize-provider::-webkit-scrollbar-track,
#providers-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
#finalize-provider::-webkit-scrollbar-thumb,
#providers-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #9B9B9B;
}
#finalize-provider {
  max-height: 100%;
}
.ratings,
.finalize-ratings {
  width: 130px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ratings .star-full,
.finalize-ratings .star-full {
  background: url('/images/star-icon.png') no-repeat;
  height: 20px;
  width: 20px;
  background-size: 18px;
}
.ratings .star-empty,
.finalize-ratings .star-empty {
  background: url('/images/star-empty-icon.png') no-repeat;
  height: 20px;
  width: 20px;
  background-size: 18px;
}
.ratings .star-half,
.finalize-ratings .star-half {
  background: url('/images/star-half-icon.png') no-repeat;
  height: 20px;
  width: 20px;
  background-size: 18px;
}
.ratings .value,
.finalize-ratings .value {
  margin-left: 8px;
  font-size: 15x;
  color: #FFA700;
}
header div .finalize-ratings {
  width: 265px;
}
.finalize-ratings {
  width: 205px;
}
.modal_bg {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.modal_area {
  max-width: 500px;
  padding: 20px;
  margin: 20px auto;
  background-color: #FFF;
  border-radius: 5px;
}
@media screen and (max-width: 991px) {
  .star-header p {
    text-align: center !important;
  }
  .star-header .finalize-ratings {
    margin: auto;
  }
}
#select-provider-filter .loader {
  border: 18px solid #e2e2e2;
  border-top: 18px solid #E20714;
  border-radius: 50%;
  width: 8vw;
  height: 8vw;
  min-width: 120px;
  min-height: 120px;
  animation: spin 2s linear infinite;
  margin: auto;
  margin-top: 32px;
}
#select-provider-filter .small-loader {
  visibility: hidden;
  border: 9px solid #e2e2e2;
  border-top: 9px solid #E20714;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite;
  margin: auto;
  margin: 24px 0;
}
#select-provider-filter .tiny-loader {
  border: 4px solid #e2e2e2;
  border-top: 4px solid #E20714;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  animation: spin 2s linear infinite;
  margin: auto;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#select-provider-filter .form-group {
  position: relative;
}
#select-provider-filter .form-group.search .tiny-loader {
  position: absolute;
  top: 16px;
  right: 20px;
  display: none;
}
#organize > .container > .header {
  font-family: 'Raleway', sans-serif;
  background: #FFFFFF;
  box-shadow: 0 1px 4px 0 rgba(194, 194, 194, 0.5);
  border-radius: 47px;
  padding: 36px;
  margin-bottom: 40px;
}
#organize > .container > .header .header-inner {
  align-items: center;
}
#organize > .container > .header .header-inner .event-date {
  font-size: 16px;
  font-weight: 600;
}
#organize > .container > .header .header-inner .event-title {
  font-size: 18px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#organize > .container > .header .header-inner .info {
  padding-top: 5px;
}
#organize > .container > .header .header-inner .info .event-location {
  overflow: hidden;
}
#organize > .container > .header .header-inner .info .event-total-person {
  overflow: hidden;
}
#organize > .container > .header .header-inner .state img {
  display: block;
  max-width: none;
  margin: 0 auto;
  width: 64px;
  height: 64px;
}
@keyframes pulse_me {
  0% {
    color: #E20714;
  }
  60% {
    color: #E20714;
  }
  100% {
    color: #00addd;
  }
}
@keyframes pulse_me_more {
  0% {
    transform: scale(1);
    color: #00addd;
  }
  60% {
    transform: scale(1.05);
    color: #E20714;
  }
  100% {
    transform: scale(1);
    color: #00addd;
  }
}
#organize > .container > .header .header-inner .state .approved-state {
  margin-top: 8px;
  color: #E20714;
  font-weight: bold;
  text-align: center;
}
#organize > .container > .header .header-inner .state .approved-state.warn {
  color: #00addd;
  animation-name: pulse_me;
  animation-duration: 2s;
}
#organize > .container > .header .header-inner .state .approved-state.ok {
  color: #37ca3f;
}
#organize > .container > .header .header-inner .state .approved-state.big-warning {
  color: #00addd;
  animation-name: pulse_me_more;
  animation-duration: 2s;
}
#organize > .container > .header .header-inner .hide-print .actions {
  display: flex;
  justify-content: flex-end;
}
#organize > .container > .header .header-inner .hide-print .actions button {
  font-size: 12px;
  max-width: 150px;
  margin: 0;
  transition: 0.2s all;
  color: #FFF;
  margin-right: 10px;
  cursor: pointer;
}
#organize > .container > .header .header-inner .hide-print .actions button:not(.disabled):hover {
  transform: scale(1.05);
}
#organize > .container > .header .header-inner .hide-print .actions button.disabled {
  cursor: not-allowed;
}
#organize > .container > .header .header-inner .hide-print .actions img {
  width: 24px;
  margin: 0;
  margin-left: -3px;
  margin-top: 1px;
}
#organize > .container > .header .header-inner .hide-print .actions a > button {
  padding: 8px 16px;
}
#organize > .container > .header .header-inner .hide-print .actions .cancel-btn {
  border-color: #4A4A4A;
  color: #fff;
  font-weight: 600;
}
#organize > .container > .header .header-inner .hide-print .actions .cancel-btn:hover {
  background: #4A4A4A;
}
#organize > .container > .header .header-inner .hide-print .actions #approve-btn {
  background: #28a745;
  border-color: #28a745;
  border-style: none;
  font-weight: 600;
}
#organize > .container > .header .header-inner .hide-print .actions #approve-btn:hover {
  background: #007595;
  border-color: #007595;
}
#organize > .container > .header .header-inner .hide-print .actions #approve-btn.disabled {
  background: #94a795 !important;
  border-color: #94a795 !important;
}
#organize > .container > .header .header-inner .hide-print .actions #return-btn {
  padding: 7px 10px;
  font-weight: 600;
}
#organize > .container > .header .header-inner .hide-print .actions .circle {
  background: white;
  cursor: pointer;
  transition: 0.2s all;
  margin-right: 10px;
  width: 32px;
  height: 32px;
  border: 1px solid black;
  border-radius: 10px;
  padding-left: 6px;
  padding-top: 6px;
}
#organize > .container > .header .header-inner .hide-print .actions .circle:first-child {
  padding: 0;
  padding-top: 1px;
}
#organize > .container > .header .header-inner .hide-print .actions .circle #print-btn,
#organize > .container > .header .header-inner .hide-print .actions .circle #edit-btn,
#organize > .container > .header .header-inner .hide-print .actions .circle #chat-btn {
  width: 18px;
  margin: 0;
}
#organize > .container > .header .header-inner .hide-print .actions .circle.disabled {
  cursor: not-allowed;
  border-color: #4A4A4A;
}
#organize > .container > .header .header-inner .hide-print .actions .circle.disabled svg {
  fill: #4A4A4A;
}
#organize > .container > .header .header-inner .hide-print .actions .circle:hover:not(.disabled) {
  transform: scale(1.05);
  border-color: #00ADDD;
}
#organize > .container > .header .header-inner .hide-print .actions .circle:hover:not(.disabled) > svg,
#organize > .container > .header .header-inner .hide-print .actions .circle:hover:not(.disabled) > a > svg {
  fill: #00ADDD;
}
#organize > .container > .header .header-inner .hide-print .actions .circle.main-circle:not(.disabled) {
  border-color: #00b109;
}
#organize > .container > .header .header-inner .hide-print .actions .circle.main-circle:not(.disabled) > svg {
  fill: #00b109;
}
#organize > .container > .header .header-inner .hide-print .actions .circle.main-circle:not(.disabled):hover {
  border-color: #007406;
}
#organize > .container > .header .header-inner .hide-print .actions .circle.main-circle:not(.disabled):hover > svg {
  fill: #007406;
}
#organize > .container > .header .header-inner .hide-print.hide-me .actions {
  height: 12px;
  visibility: hidden;
}
#organize > .container > .header .header-inner .hide-print .stats {
  margin-top: 3px;
}
#organize > .container > .header .header-inner .hide-print .stats p {
  line-height: 1.8rem;
}
#organize > .container > .header .header-inner .hide-print .stats > div {
  border-left: 1px solid rgba(0, 0, 0, 0.06);
  height: 120px;
  text-align: center;
}
#organize > .container > .header .header-inner .hide-print .stats > div .number {
  font-size: 32px;
  font-weight: bold;
}
#organize > .container > .header .header-inner .hide-print .stats > div .number.waiting {
  color: #FFA700;
}
#organize > .container > .header .header-inner .hide-print .stats > div .number.choose {
  color: #E20714;
}
#organize > .container > .header .header-inner .hide-print .stats > div .number.budgy {
  color: #00ADDD;
}
#organize > .container > .header .header-inner .hide-print .stats > div .number.cancel {
  color: #E20714;
}
#organize > .container > .header .header-inner .hide-print .stats > div .number.ok {
  color: #06C614;
}
#organize > .container > .header .header-inner .hide-print .stats > div:first-child {
  border-left: none;
}
@media screen and (max-width: 991px) {
  #organize > .container > .header .header-inner .hide-print .actions {
    flex-wrap: wrap;
    max-width: 164px;
    margin: auto;
  }
  #organize > .container > .header .header-inner .hide-print .actions .buttons {
    width: 100%;
  }
  #organize > .container > .header .header-inner .hide-print .actions .buttons .circle {
    margin-bottom: 12px;
  }
  #organize > .container > .header .header-inner .hide-print .actions .buttons #cancel-btn {
    margin-top: 12px;
  }
  #organize > .container > .header .header-inner .hide-print .actions a {
    margin-bottom: 16px;
  }
}
#organize > .container > .header .header-inner .justify-me {
  display: flex;
  align-items: center;
  justify-content: center;
}
#organize > .container > .header .header-inner .button-finalize {
  position: absolute;
  display: none;
  flex-direction: column;
  width: 150px;
  background-color: #fff;
  top: 30px;
  height: 70px;
  border: 2px solid #84E1FF;
  border-radius: 15px;
  padding: 5px;
}
#organize > .container > .header .header-inner .button-finalize #approve-btn {
  background-color: transparent;
  color: #007bff;
  padding: 0;
  margin-top: 0px;
  cursor: pointer;
}
#organize > .container > .header .header-inner .button-finalize #cancel-btn {
  background-color: transparent;
  color: #E20714;
  padding: 0;
  margin-top: 0px;
  cursor: pointer;
}
#organize > .container > .header .header-inner .button-finalize a:nth-child(2) {
  color: #E20714;
}
#organize > .container > .header .header-inner .dotteds:hover .button-finalize {
  display: flex;
}
#organize > .container > .header .header-inner .dotteds:hover .button-finalize {
  display: flex;
}
#organize > .container > .estimates {
  width: 100%;
  border-radius: 28px;
  box-shadow: 0 2px 4px 0 rgba(120, 120, 120, 0.4);
  overflow: auto;
  cursor: pointer;
}
#organize > .container > .estimates > .content {
  width: 100%;
  max-height: 60vh;
  overflow-x: hidden;
  overflow-y: auto;
  min-width: 1110px;
}
#organize > .container > .estimates > .content::-webkit-scrollbar {
  width: 10px;
}
#organize > .container > .estimates > .content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
#organize > .container > .estimates > .content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #9B9B9B;
}
#organize > .container > .estimates .macro-wrapper {
  width: 100%;
  overflow: hidden;
  min-width: 1110px;
}
#organize > .container > .estimates .macro-wrapper > .content {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#organize > .container > .estimates .macro-wrapper > .content.macro-row {
  padding: 8px 185px 8px 42px;
  position: relative;
  box-shadow: 0 2px 6px 0px rgba(120, 120, 120, 0.4);
}
#organize > .container > .estimates .macro-wrapper > .content.macro-row.even {
  background: #ebebeb;
}
#organize > .container > .estimates .macro-wrapper > .content div {
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 7px 60px 7px 42px;
  cursor: pointer;
  min-width: 100px;
  width: 7.7%;
}
#organize > .container > .estimates .macro-wrapper > .content div:nth-child(2) {
  width: 40%;
  min-width: 200px;
  overflow: hidden;
}
#organize > .container > .estimates .macro-wrapper > .content div:nth-child(1) {
  padding-left: 12px;
}
#organize > .container > .estimates .macro-wrapper > .content.header {
  padding: 0 32px 0 42px;
  background: #4a4a4a;
}
#organize > .container > .estimates .macro-wrapper > .content.header > div {
  white-space: nowrap;
  color: white;
  padding-top: 16px;
  padding-bottom: 16px;
}
#organize > .container > .estimates .macro-wrapper .category-wrapper {
  width: 100%;
  display: none;
  min-width: 1110px;
}
#organize > .container > .estimates .macro-wrapper .category-wrapper > .content {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#organize > .container > .estimates .macro-wrapper .category-wrapper > .content.category {
  padding: 4px 185px 4px 42px;
  border-bottom: 1px solid #e8e6e6;
  background: #f3f3f399;
}
#organize > .container > .estimates .macro-wrapper .category-wrapper > .content div {
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 12px 0px 12px 42px;
  cursor: pointer;
  min-width: 100px;
  width: 10.5%;
}
#organize > .container > .estimates .macro-wrapper .category-wrapper > .content div:nth-child(1) {
  padding-left: 10px;
}
#organize > .container > .estimates .macro-wrapper .category-wrapper > .content div:nth-child(2) {
  min-width: 200px;
  width: 40%;
  overflow: hidden;
}
#organize > .container > .estimates .macro-wrapper .category-wrapper > .content div:nth-child(7) {
  text-align: center;
  padding-left: 70px;
}
#organize > .container > .estimates .macro-wrapper .clean-btn {
  font-weight: bold;
  border-radius: 47px;
  background: none;
  vertical-align: middle;
  font-size: 12px;
}
#organize > .container > .estimates .macro-wrapper .contract-macro {
  color: #E20714;
  border: 2px solid #E20714;
}
#organize > .container > .estimates .macro-wrapper .waiting-macro {
  font-size: 10px;
  color: #FFA700;
  padding: 8.5px 10px;
  border: 2px solid #FFA700;
}
#organize > .container > .estimates .macro-wrapper .accept-macro {
  color: #37ca3f;
  border: 2px solid #37ca3f;
}
#organize > .container > .estimates .macro-wrapper .selected-macro {
  color: #8b45a8;
  border: 2px solid #8b45a8;
  font-size: 0.7rem;
}
#organize > .container > .estimates .macro-wrapper a {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11px;
  text-decoration: underline;
}
#organize > .container > .estimates .macro-wrapper .contract {
  color: #E20714;
}
#organize > .container > .estimates .macro-wrapper .waiting {
  color: #FFA700;
}
#organize > .container > .estimates .macro-wrapper .accepted {
  color: #37ca3f;
}
#organize > .container > .estimates .macro-wrapper .preselected {
  color: #8b45a8;
}
#organize > .container > .estimates::-webkit-scrollbar {
  height: 12px;
}
#organize > .container > .estimates::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
#organize > .container > .estimates::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #9B9B9B;
}
#organize .loader {
  border: 18px solid #e2e2e2;
  border-top: 18px solid #E20714;
  border-radius: 50%;
  width: 8vw;
  height: 8vw;
  min-width: 120px;
  min-height: 120px;
  animation: spin 2s linear infinite;
  margin: auto;
  margin-top: 32px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (min-width: 1200px) {
  #organize .container {
    max-width: 1140px;
  }
}
@media screen and (max-width: 991px) {
  #organize .header .header-inner .event-date,
  #organize .header .header-inner .event-title,
  #organize .header .header-inner .event-location,
  #organize .header .header-inner .event-total-person {
    text-align: center;
  }
  #organize .header .header-inner .hide-print {
    margin-top: 16px;
  }
  #organize .header .header-inner .hide-print .actions .circle {
    margin-bottom: 16px;
  }
  #organize .header .header-inner .stats {
    justify-content: center;
    flex-flow: column;
    align-items: center;
  }
  #organize .header .header-inner .stats > div {
    border-left: none !important;
    width: 50%;
    min-width: 160px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
  #organize .header .header-inner .stats > div:last-child {
    border-bottom: none !important;
  }
}
.shadow-item {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0 1px 4px 0 rgba(194, 194, 194, 0.5);
  border-radius: 47px;
  padding: 25px 40px;
  margin-bottom: 20px;
}
.shadow-item h4 {
  font-size: 18px;
  color: #E20714;
  text-align: left;
  margin-bottom: 25px;
}
#signup-home {
  overflow-x: hidden;
  padding-top: 35px;
  font-family: 'Montserrat', sans-serif;
}
#signup-home .hide-me,
#signup-home .hide-me-customer {
  visibility: hidden;
  height: 0;
}
#signup-home #signup-form > a {
  color: #4A4A4A;
  text-decoration: underline;
  padding-left: 40px;
  font-size: 18px;
}
#signup-home #signup-form > a:hover {
  color: #9B9B9B !important;
  text-decoration: underline;
  padding-left: 40px;
  font-size: 18px;
}
#signup-home #signup-form h4 {
  font-weight: bold;
}
#signup-home #signup-form label {
  font-weight: bold;
  color: #4A4A4A;
  font-size: 16px;
}
#signup-home #signup-form > section:nth-child(2) {
  margin-top: 12px;
}
#signup-home #signup-form > section:nth-child(2) button {
  font-weight: bold;
  font-size: 16px;
}
#signup-home header {
  margin-bottom: 30px;
}
#signup-home form label {
  font-size: 14px;
}
#signup-home form input {
  font-size: 14px;
}
#signup-home form select {
  font-size: 14px;
  height: 37px;
}
#signup-home #macrocategoria_chosen {
  max-width: inherit !important;
}
#signup-home .chosen-results {
  overflow-y: scroll;
}
#signup-home .chosen-results::-webkit-scrollbar {
  width: 12px;
}
#signup-home .chosen-results::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
#signup-home .chosen-results::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #9B9B9B;
}
@media screen and (max-width: 576px) {
  #signup-home .double-line {
    margin-bottom: 1rem;
  }
  #signup-home form .shadow-item button {
    padding: 6px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
  }
  #signup-home .container {
    padding: 0 32px;
    max-width: 100%;
  }
}
#edit-provider-form label {
  font-size: 14px;
}
#edit-provider-form input {
  font-size: 14px;
}
#edit-provider-form select {
  font-size: 14px;
  height: 37px;
}
body .swal2-popup {
  box-shadow: 0 1px 4px 0 rgba(194, 194, 194, 0.5) !important;
  border-radius: 26.5px 0 26.5px 26.5px 26.5px !important;
}
body .swal2-popup .swal2-title {
  margin-top: 30px;
  font-size: 24px;
  color: black;
  font-weight: 500;
  margin-bottom: 30px;
}
body .swal2-popup p {
  font-size: 14px;
  color: #9B9B9B;
}
body .swal2-popup.swal2-popup2 {
  width: 800px !important;
}
body .swal2-popup.swal2-popup2 button {
  background-color: #E20714 !important;
  white-space: nowrap !important;
  font-size: 12px !important;
  justify-content: space-between !important;
}
.gray-box-upload-canvas {
  width: 100%;
  height: 100px;
  background: #F4F4F4;
  border-radius: 14px;
  overflow: hidden;
}
.upload-photos-mask {
  position: relative;
}
.upload-photos-button,
.change-password-button {
  width: 350px;
  margin-top: 30px;
  position: relative;
}
.upload-photos-button i,
.change-password-button i {
  margin-right: 10px;
}
@media screen and (max-width: 576px) {
  .upload-photos-button,
  .change-password-button {
    width: 100%;
    margin-left: 0px;
    left: 0;
  }
}
#list-selected-proposal {
  margin: 20px 0px 0px 0px;
}
#finalize-job.fixed-position {
  margin-top: 72px;
}
.selected-partner-item {
  background: #EBEBEB;
  box-shadow: 0 1px 4px 0 rgba(194, 194, 194, 0.5);
  border-radius: 47px;
  padding: 10px 35px 10px 15px;
  color: #4A4A4A;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  font-weight: bold;
  margin: 10px;
}
.selected-partner-item:after {
  width: 12px;
  height: 12px;
  background: transparent url('/images/close-selected-item-icon.png') center center no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 15px;
  content: '';
}
.container.select-provider .selected-partner-item {
  width: 30%;
  padding: 14px 20px;
  min-width: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#add-more-events {
  margin-top: 40px;
}
.error-input {
  border: 2px solid;
  border-color: #bc0707;
}
#swal2-content .box-option {
  width: 100%;
  border-radius: 35px;
  background-color: #FFFFFF;
  overflow: hidden;
  margin-bottom: 25px;
}
#swal2-content .box-option .box-option-header {
  position: relative;
  width: 100%;
  height: 150px;
}
#swal2-content .box-option .box-option-header .box-option-cover {
  width: 100%;
  height: 150px;
  overflow: hidden;
}
#swal2-content .box-option .box-option-header .box-option-cover img {
  width: 100%;
  transform: translateY(-25%);
}
@media screen and (max-width: 660px) {
  #swal2-content .box-option .box-option-header .box-option-cover img {
    transform: none;
    height: 100%;
  }
}
#swal2-content .box-option .box-option-header .box-option-sign {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#swal2-content .box-option .box-option-header .box-option-sign .box-option-title {
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
}
#swal2-content .box-option .box-option-search input {
  border-radius: 8px;
  border: 1px solid #979797;
  background-color: #FFFFFF;
  padding: 5px 18px 5px 10px;
  box-sizing: border-box;
  width: 100%;
  max-width: 320px;
  outline: none;
}
#swal2-content .box-option .box-option-search .btn-search {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(-75%) translateY(25%);
  cursor: pointer;
}
#swal2-content .box-option .box-option-body {
  padding: 25px;
}
#swal2-content .box-option .box-option-body ul {
  list-style-type: none;
  padding-left: 0;
}
#swal2-content .box-option .box-option-body ul li .box-option-label {
  margin: 10px 0;
  background-color: #E20714;
  border-radius: 0 20px 20px 0;
  padding: 5px 10px;
  color: #FFFFFF;
  font-size: 10px;
  display: flex;
  justify-content: space-between;
}
#swal2-content .box-option .box-option-body ul li .box-option-label .box-option-item {
  cursor: pointer;
}
#swal2-content .box-option .box-option-body .hide-modal {
  font-size: 10px;
  color: #4A4A4A;
  padding-bottom: 2.5px;
  border-bottom: 1px solid #4A4A4A;
  cursor: pointer;
}
.options-modal {
  border-radius: 47px !important;
  width: 800px !important;
}
.options-modal #swal2-title {
  display: none !important;
}
#budget {
  height: 100%;
  background-image: url('/images/bg-anexo.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
}
#budget form {
  background-image: url("/images/logo-bg.png");
  background-repeat: repeat;
  color: white;
  padding: 50px;
  border-radius: 47px;
}
#budget form .area {
  position: relative;
  cursor: pointer;
}
#budget form .area #btn-attachment {
  position: absolute;
  top: 25%;
  right: 15px;
}
#budget form .area #btn-attachment img {
  margin: 0 !important;
}
#budget form legend {
  text-align: center;
  text-transform: uppercase;
}
#budget form label {
  font-size: 18px;
  margin-bottom: 0;
}
#budget form input {
  border-radius: 8px;
}
#budget #budget-form {
  width: 420px;
  align-self: center;
}
#budget #budget-form img {
  display: block;
  margin: 0 auto 50px auto;
}
#budget #send-budget {
  margin-top: 40px;
  width: 60%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
#budget .register {
  color: #FFFFFF;
  text-align: center;
  text-decoration: underline;
  font-size: 12px;
  display: block;
}
#attachment-file {
  cursor: pointer;
}
.dz-error-mark,
.dz-error-message {
  visibility: hidden;
  opacity: 0;
}
.invisible {
  visibility: hidden;
}
#textarea-count {
  float: right;
  padding: 10px 0px 10px 10px;
  font-style: italic;
  font-weight: bold;
  font-size: 13px;
  color: gray;
}
#upload-count {
  float: right;
  padding: 10px 0px 10px 10px;
  font-style: italic;
  font-weight: bold;
  font-size: 13px;
  color: gray;
}
#make-create-job[disabled] {
  border: 2px solid #9B9B9B;
  background: #9B9B9B;
}
#make-create-job[disabled]:hover {
  color: white;
}
#provider-filter,
#providerRegionsFilter {
  background: #FFFFFF;
  border: 1px solid #979797;
  border-radius: 8px;
  padding: 12px 12px;
}
#providerRegionsFilter {
  cursor: pointer;
  outline: none;
  margin-left: 12px;
}
.extended-info {
  display: none;
}
.swal2-container {
  z-index: 1000001 !important;
}
.info-bubble {
  position: absolute;
  background: url(/images/balon-upper.svg) center center no-repeat;
  background-size: 364%;
  border-radius: 33px 31px 33px 16px;
  z-index: 999999;
  width: 207px;
  height: 172px;
  box-shadow: 0px 0px 100px 1000px #00000045;
  padding: 16px;
  font-size: 16px;
  max-width: 340px;
}
.white-modal {
  position: absolute;
  background: #fff;
  height: 170px;
  width: 199px;
  right: 98px;
  z-index: 999998;
  border-radius: 30px 31px 23px 17px;
}
.close-cad {
  position: absolute;
  background-color: #E20714;
  border-radius: 50%;
  color: #fff;
  height: 28px;
  width: 27px;
  z-index: 9000000;
  padding: 3px 0px 0 9px;
  left: 204px;
  bottom: 150px;
  cursor: pointer;
}
.click-me {
  position: relative;
}
.fa-arrow-circle-right {
  position: absolute;
  top: 212px;
  left: 130px;
  z-index: 1000000;
  font-size: 45px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 23px;
  color: #E20714;
}
.fa-arrow-circle-left {
  position: absolute;
  top: 212px;
  right: 130px;
  z-index: 1000000;
  font-size: 45px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 23px;
  color: #E20714;
}
.fa-arrow-circle-right:hover {
  border: 2px solid #E20714;
}
.fa-arrow-circle-left:hover {
  border: 2px solid #E20714;
}
.white-modal {
  position: absolute;
  background: #fff;
  height: 170px;
  width: 199px;
  right: 98px;
  z-index: 999998;
  border-radius: 30px 31px 23px 17px;
}
.close-cad {
  position: absolute;
  background-color: #E20714;
  border-radius: 50%;
  color: #fff;
  height: 28px;
  width: 27px;
  z-index: 9000000;
  padding: 3px 0px 0 9px;
  left: 204px;
  bottom: 150px;
  cursor: pointer;
}
.click-me {
  position: relative;
}
.date-chat {
  text-align: center;
  opacity: 0.7;
  color: white;
  font-size: 13px;
  background: #000;
  border-radius: 25px;
  margin: 5px 80px;
}
.container.finalize,
.container.hire {
  padding-left: 0;
}
.container.finalize > .row,
.container.hire > .row {
  min-height: 222px;
}
.container.finalize > .row > .col,
.container.hire > .row > .col {
  padding: 0;
}
.container.finalize .star-header > div:nth-child(2),
.container.hire .star-header > div:nth-child(2) {
  margin-bottom: 24px;
}
.container.finalize .star-header > .myDesc,
.container.hire .star-header > .myDesc {
  height: 112px;
}
.container.finalize .star-header > .myDesc p,
.container.hire .star-header > .myDesc p {
  max-height: 124px;
  padding-right: 8px;
  overflow-y: auto;
  color: #4A4A4A;
}
.container.finalize .star-header > .myDesc p::-webkit-scrollbar,
.container.hire .star-header > .myDesc p::-webkit-scrollbar {
  width: 12px;
}
.container.finalize .star-header > .myDesc p::-webkit-scrollbar-track,
.container.hire .star-header > .myDesc p::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.container.finalize .star-header > .myDesc p::-webkit-scrollbar-thumb,
.container.hire .star-header > .myDesc p::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #9B9B9B;
}
@media screen and (max-width: 1199px) {
  .container.finalize .star-header > div:nth-child(3),
  .container.hire .star-header > div:nth-child(3) {
    width: 92%;
  }
}
.container.finalize .bigger,
.container.hire .bigger {
  min-height: 312px !important;
}
.container.finalize .bigger .star-header > div:nth-child(2),
.container.hire .bigger .star-header > div:nth-child(2) {
  margin-bottom: 0;
}
.container.finalize .bigger .star-header > div:nth-child(3),
.container.hire .bigger .star-header > div:nth-child(3) {
  margin-bottom: 16px;
}
.container.finalize .event-all-info,
.container.hire .event-all-info {
  padding-left: 42px;
  padding-right: 42px;
}
.container.finalize .event-all-info .select,
.container.hire .event-all-info .select {
  width: 226px;
  border-radius: 47px;
}
.container.finalize .event-all-info .added-provider,
.container.hire .event-all-info .added-provider {
  width: 226px;
  border-radius: 47px;
}
.container.finalize .event-all-info .first.row,
.container.hire .event-all-info .first.row {
  flex-direction: column;
}
.container.finalize .event-all-info .first.row .upper.row,
.container.hire .event-all-info .first.row .upper.row {
  margin-left: 0;
  margin-right: 0;
}
.container.finalize .event-all-info .first.row .lower.row,
.container.hire .event-all-info .first.row .lower.row {
  margin-left: 0;
  margin-right: 0;
  justify-content: space-between;
}
.container.finalize .event-all-info > div:nth-child(1),
.container.hire .event-all-info > div:nth-child(1) {
  margin-bottom: 16px;
}
.container.finalize .event-all-info > div:nth-child(2),
.container.hire .event-all-info > div:nth-child(2) {
  height: 112px;
}
.container.finalize .event-all-info > div:nth-child(2) p,
.container.hire .event-all-info > div:nth-child(2) p {
  color: #4A4A4A;
}
@media screen and (max-width: 1199px) {
  .container.finalize .event-all-info > div:nth-child(2),
  .container.hire .event-all-info > div:nth-child(2) {
    width: 92%;
  }
}
@media screen and (max-width: 991px) {
  .container.finalize .event-all-info,
  .container.hire .event-all-info {
    text-align: center;
  }
  .container.finalize .event-all-info .first.row,
  .container.hire .event-all-info .first.row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .container.finalize .event-all-info .first.row .upper.row,
  .container.hire .event-all-info .first.row .upper.row {
    margin-left: 0;
    margin-right: 0;
    justify-content: center;
    align-items: center;
  }
  .container.finalize .event-all-info .first.row .lower.row,
  .container.hire .event-all-info .first.row .lower.row {
    margin-left: 0;
    margin-right: 0;
    flex-flow: column;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .container.finalize .event-all-info .second.row,
  .container.hire .event-all-info .second.row {
    width: 100%;
    justify-content: center;
    align-items: start;
    overflow-y: scroll;
    padding-right: 8px;
  }
  .container.finalize .event-all-info .second.row::-webkit-scrollbar,
  .container.hire .event-all-info .second.row::-webkit-scrollbar {
    width: 12px;
  }
  .container.finalize .event-all-info .second.row::-webkit-scrollbar-track,
  .container.hire .event-all-info .second.row::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
  }
  .container.finalize .event-all-info .second.row::-webkit-scrollbar-thumb,
  .container.hire .event-all-info .second.row::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #9B9B9B;
  }
  .container.finalize .event-all-info .select,
  .container.hire .event-all-info .select {
    width: auto !important;
  }
}
.container.finalize .otherImages,
.container.hire .otherImages {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 203px;
  margin: auto;
  margin-top: 18px;
}
.container.finalize .event-image,
.container.hire .event-image {
  min-height: 202px;
}
.container.finalize .event-image .event-image-wrapper,
.container.hire .event-image .event-image-wrapper {
  cursor: pointer;
  width: 36px;
  height: 36px;
  overflow: hidden;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  box-shadow: 0px 0px 3px #05020227;
}
.container.finalize .event-image .event-image-wrapper.main,
.container.hire .event-image .event-image-wrapper.main {
  width: 203px;
  height: 142px;
}
.container.finalize .event-image .event-image-wrapper .event-image-wrapper-overlay,
.container.hire .event-image .event-image-wrapper .event-image-wrapper-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 180px;
  height: 180px;
  background-image: url('../images/big-star.png');
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 40;
  animation-name: showStars;
  animation-duration: 3s;
  border-radius: 12px;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-content: center;
}
.container.finalize .event-image .event-image-wrapper .event-image-wrapper-overlay div,
.container.hire .event-image .event-image-wrapper .event-image-wrapper-overlay div {
  margin: auto;
}
.container.finalize .event-image .event-image-wrapper .event-image-wrapper-overlay div h1,
.container.hire .event-image .event-image-wrapper .event-image-wrapper-overlay div h1 {
  color: white;
  padding-top: 14px;
}
.container.finalize .event-image .event-image-wrapper .event-image-wrapper-overlay:hover,
.container.hire .event-image .event-image-wrapper .event-image-wrapper-overlay:hover {
  opacity: 1;
}
@keyframes showStars {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 0.9;
  }
  75% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.container.finalize .event-image .event-image-wrapper .event-image-wrapper-col img,
.container.hire .event-image .event-image-wrapper .event-image-wrapper-col img {
  max-width: 100%;
  border-radius: 0px;
}
.container.finalize .event-all-info,
.container.hire .event-all-info {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .container.finalize,
  .container.hire {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .container.finalize .event-all-info,
  .container.hire .event-all-info {
    padding-right: 0;
  }
  .container.finalize .star-header > div:nth-child(2),
  .container.hire .star-header > div:nth-child(2) {
    margin-top: 12px;
    margin-bottom: 18px;
  }
  .container.finalize .star-header > div:nth-child(3),
  .container.hire .star-header > div:nth-child(3) {
    width: 100%;
    height: auto;
    min-height: 64px;
    max-height: 112px;
    overflow: hidden;
    overflow-y: scroll;
  }
  .container.finalize .star-header > div:nth-child(3)::-webkit-scrollbar,
  .container.hire .star-header > div:nth-child(3)::-webkit-scrollbar {
    width: 12px;
  }
  .container.finalize .star-header > div:nth-child(3)::-webkit-scrollbar-track,
  .container.hire .star-header > div:nth-child(3)::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
  }
  .container.finalize .star-header > div:nth-child(3)::-webkit-scrollbar-thumb,
  .container.hire .star-header > div:nth-child(3)::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #9B9B9B;
  }
  .container.finalize .otherImages,
  .container.hire .otherImages {
    max-width: 100%;
  }
  .container.finalize .event-image,
  .container.hire .event-image {
    padding-right: 0;
  }
  .container.finalize .event-image .event-image-wrapper,
  .container.hire .event-image .event-image-wrapper {
    width: 100px;
    height: 60px;
  }
  .container.finalize .event-image .event-image-wrapper.main,
  .container.hire .event-image .event-image-wrapper.main {
    width: 120px;
    height: 120px;
  }
  .container.finalize .event-image .event-image-wrapper .event-image-wrapper-overlay,
  .container.hire .event-image .event-image-wrapper .event-image-wrapper-overlay {
    background-image: url('../images/medium-star.png');
    width: 120px;
    height: 120px;
  }
  .container.finalize .event-image .event-image-wrapper .event-image-wrapper-overlay h1,
  .container.hire .event-image .event-image-wrapper .event-image-wrapper-overlay h1 {
    color: white;
    font-size: 16px;
  }
}
@media screen and (max-width: 426px) {
  .container.finalize .event-image .event-image-wrapper,
  .container.hire .event-image .event-image-wrapper {
    width: 60px;
    height: 30px;
  }
  .container.finalize .event-image .event-image-wrapper.main,
  .container.hire .event-image .event-image-wrapper.main {
    width: 120px;
    height: 120px;
  }
}
#avaliate {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
#avaliate .container {
  max-width: 1600px;
}
@media (max-width: 1228px) {
  #avaliate .container > .row > div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#avaliate .row {
  justify-content: center;
  align-content: center;
}
#avaliate .pad-me {
  padding: 0px;
}
#avaliate .card {
  max-width: 270px;
  display: grid;
  box-shadow: 0 1px 4px 0 rgba(194, 194, 194, 0.5);
  border-radius: 10px;
  min-height: 64px;
  padding: 5px 12px;
  justify-content: center;
  grid-template-columns: 2fr 2fr;
}
#avaliate .card .flexy-col {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
#avaliate .card .flexy-row {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}
#avaliate .card .event-image-wrapper {
  overflow: hidden;
  width: 70px;
  height: 60px;
  box-shadow: none;
}
#avaliate .card .event-image-wrapper .event-image-wrapper-col {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#avaliate .card .event-image-wrapper .event-image-wrapper-col img {
  max-width: 100%;
}
#avaliate .card .avaliate-stars {
  margin-top: 5px;
  position: relative;
}
#avaliate .card .avaliate-stars img {
  width: 15px;
  height: 15px;
  margin: 0 1px;
  cursor: pointer;
}
#avaliate .card .avaliate-stars .value {
  position: absolute;
  font-size: 16px;
  color: #9B9B9B;
  font-weight: bold;
  top: -2px;
  right: -13px;
}
#avaliate .card .info {
  display: flex;
  flex-flow: column;
  align-content: center;
  padding: 0px 4% 0 10%;
  font-size: 15px;
  line-height: 1.2;
}
#avaliate .card .info .gray {
  color: #9B9B9B;
}
#avaliate .card .info .name {
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 18px;
}
#avaliate .card .info textarea {
  margin-top: 8px;
  border-radius: 7px;
  resize: none;
  height: 40px;
  border: 1px solid;
  border-color: #979797;
  padding: 6px 12px;
  font-size: 14px;
  width: 145px;
}
#avaliate .card .info button {
  margin-top: 16px;
}
#avaliate .card .info .edit-btn:hover {
  color: white;
  background: #E20714 !important;
  border-color: #E20714;
}
#avaliate .card .info .coment-avaliete {
  width: 150px;
}
@media screen and (max-width: 500px) {
  #avaliate .card {
    min-width: 254px;
    width: 254px;
    margin: auto;
  }
  #avaliate .card .info {
    grid-row-start: 2;
    grid-row-end: 2;
    text-align: center;
    padding: 0px 10% 0 8%;
  }
  #avaliate .card .info .gray {
    margin-top: 8px;
    display: block;
  }
  #avaliate .card .info .name {
    margin: auto;
  }
}
#avaliate .footer {
  margin-top: 48px;
}
#avaliate .footer button {
  max-width: 480px;
  height: 48px;
}
@media screen and (max-width: 500px) {
  #avaliate .footer button {
    max-width: 280px;
  }
}
.eye-icon {
  position: relative;
}
.eye-icon > div {
  display: block;
  width: 27px;
  height: 19px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  transition: 1s;
}
.camera-icon {
  width: 42px;
  height: 32px;
  position: relative;
}
.camera-icon > div {
  display: block;
  width: 27px;
  height: 19px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #E20714;
  border-radius: 5px;
  transition: 1s;
}
.camera-icon > div:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: 3px solid #fff;
  position: absolute;
  top: 3px;
  left: 8px;
  background-color: #E20714;
  border-radius: 15px;
  transition: 1s;
}
.camera-icon > div:before {
  content: "";
  display: block;
  width: 14px;
  height: 10px;
  position: absolute;
  top: -4px;
  right: 6px;
  background-color: #E20714;
  border-radius: 10px;
  transition: 1s;
}
.camera-icon > div:hover {
  background-color: #9b000d;
}
.camera-icon > div:hover:after {
  background-color: #9b000d;
}
.camera-icon > div:hover:before {
  background-color: #9b000d;
}
#tutorial-shadow {
  background: rgba(0, 0, 0, 0.9);
  display: none;
  position: absolute;
  justify-content: center;
  align-items: flex-start;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99999;
  padding-top: 6vh;
}
#tutorial-shadow #current-step {
  position: relative;
  display: none;
  background: #FFF;
  padding: 64px;
  border-radius: 24px;
  width: 60%;
  height: 80vh;
}
@media screen and (max-width: 950px) {
  #tutorial-shadow #current-step {
    width: 80%;
  }
}
@media screen and (max-width: 800px) {
  #tutorial-shadow #current-step {
    padding: 48px;
  }
}
@media screen and (max-width: 600px) {
  #tutorial-shadow #current-step {
    padding: 32px;
  }
}
#tutorial-shadow #current-step .close {
  cursor: pointer;
  position: absolute;
  padding-left: 12px;
  right: 48px;
  top: 48px;
  width: 32px;
  height: 32px;
  opacity: 0;
  animation-name: colorClose;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  z-index: 2;
}
@keyframes colorClose {
  30% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
#tutorial-shadow #current-step .close:hover {
  opacity: 1;
}
#tutorial-shadow #current-step .close:before,
#tutorial-shadow #current-step .close:after {
  position: absolute;
  content: ' ';
  height: 42px;
  width: 8px;
  background-color: #2e2727;
}
#tutorial-shadow #current-step .close:before {
  transform: rotate(45deg);
}
#tutorial-shadow #current-step .close:after {
  transform: rotate(-45deg);
}
#tutorial-shadow #current-step .steps {
  display: flex;
  position: absolute;
  bottom: -54px;
  left: 50%;
  transform: translate(-50%, -50%);
}
#tutorial-shadow #current-step .steps span {
  cursor: pointer;
  width: 24px;
  height: 24px;
  background: #FFF;
  margin: 0 12px;
  border-radius: 50%;
}
#tutorial-shadow #current-step .steps .active {
  background: #E20714;
}
@media screen and (max-width: 460px) {
  #tutorial-shadow #current-step .steps {
    position: fixed;
    bottom: 0;
  }
  #tutorial-shadow #current-step .steps span {
    width: 16px;
    height: 16px;
    margin: 0 6px;
  }
}
@media screen and (max-width: 670px) {
  #tutorial-shadow #current-step .close {
    padding-left: 8px;
    right: 32px;
    top: 32px;
  }
  #tutorial-shadow #current-step .close:before,
  #tutorial-shadow #current-step .close:after {
    height: 32px;
  }
}
@media screen and (max-width: 500px) {
  #tutorial-shadow #current-step .close {
    padding-left: 6px;
    z-index: 42;
    right: 8px;
    top: 22px;
  }
  #tutorial-shadow #current-step .close:before,
  #tutorial-shadow #current-step .close:after {
    height: 24px;
    width: 6px;
  }
}
#tutorial-shadow #current-step .content {
  font-family: 'Raleway', sans-serif !important;
  opacity: 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#tutorial-shadow #current-step .content h1 {
  text-transform: none;
}
#tutorial-shadow #current-step .content h2 {
  text-transform: none;
}
#tutorial-shadow #current-step .content h3 {
  text-transform: none;
}
#tutorial-shadow #current-step .content a {
  display: flex;
  justify-content: center;
  align-items: center;
}
#tutorial-shadow #current-step .content.step-1 {
  justify-content: space-around;
  text-transform: none;
}
#tutorial-shadow #current-step .content.step-1 h1 {
  font-size: 30px;
  color: #000000;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0;
}
#tutorial-shadow #current-step .content.step-1 h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 4px;
}
#tutorial-shadow #current-step .content.step-1 h3 {
  font-size: 22px;
  width: 70%;
  margin-bottom: 4px;
}
#tutorial-shadow #current-step .content.step-1 img {
  width: 220px;
  margin-bottom: 12px;
}
#tutorial-shadow #current-step .content.step-1 button {
  width: 30%;
  min-width: 220px;
  margin-top: 8px;
  z-index: 100;
}
#tutorial-shadow #current-step .content.step-1 .division {
  width: 20%;
  height: 10px;
  border-radius: 4px;
  background: #E20714;
  margin: 12px 0;
}
@media screen and (min-height: 974px) {
  #tutorial-shadow #current-step .content.step-1 img {
    width: 320px;
  }
  #tutorial-shadow #current-step .content.step-1 h1 {
    font-size: 36px;
  }
  #tutorial-shadow #current-step .content.step-1 h2 {
    font-size: 28px;
  }
  #tutorial-shadow #current-step .content.step-1 h3 {
    font-size: 24px;
  }
}
@media screen and (max-height: 800px) {
  #tutorial-shadow #current-step .content.step-1 img {
    width: 180px;
  }
  #tutorial-shadow #current-step .content.step-1 .division {
    height: 6px;
  }
  #tutorial-shadow #current-step .content.step-1 h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  #tutorial-shadow #current-step .content.step-1 img {
    width: 180px;
  }
  #tutorial-shadow #current-step .content.step-1 h1 {
    font-size: 30px;
  }
  #tutorial-shadow #current-step .content.step-1 h2 {
    font-size: 24px;
  }
  #tutorial-shadow #current-step .content.step-1 h3 {
    font-size: 16px;
  }
  #tutorial-shadow #current-step .content.step-1 .division {
    width: 30%;
    height: 6px;
  }
}
@media screen and (max-width: 630px) {
  #tutorial-shadow #current-step .content.step-1 img {
    width: 160px;
  }
  #tutorial-shadow #current-step .content.step-1 h1 {
    font-size: 22px;
  }
  #tutorial-shadow #current-step .content.step-1 h2 {
    font-size: 20px;
  }
  #tutorial-shadow #current-step .content.step-1 h3 {
    font-size: 16px;
    width: 100%;
  }
  #tutorial-shadow #current-step .content.step-1 .tutorialNext {
    min-height: 45px;
    padding: 4px !important;
    min-width: 180px;
  }
  #tutorial-shadow #current-step .content.step-1 .division {
    width: 40%;
    height: 6px;
  }
}
@media screen and (max-width: 440px) {
  #tutorial-shadow #current-step .content.step-1 img {
    width: 120px;
  }
  #tutorial-shadow #current-step .content.step-1 h1 {
    font-size: 18px;
  }
  #tutorial-shadow #current-step .content.step-1 h2 {
    font-size: 16px;
  }
  #tutorial-shadow #current-step .content.step-1 h3 {
    font-size: 14px;
    width: 100%;
  }
  #tutorial-shadow #current-step .content.step-1 .division {
    width: 70%;
  }
}
@media screen and (max-height: 430px) {
  #tutorial-shadow #current-step .content.step-1 img {
    width: 120px;
  }
}
#tutorial-shadow #current-step .content.step-2,
#tutorial-shadow #current-step .content.step-3,
#tutorial-shadow #current-step .content.step-4,
#tutorial-shadow #current-step .content.step-5,
#tutorial-shadow #current-step .content.step-6,
#tutorial-shadow #current-step .content.step-7,
#tutorial-shadow #current-step .content.step-8,
#tutorial-shadow #current-step .content.step-9 {
  position: relative;
  display: none;
  opacity: 0;
}
#tutorial-shadow #current-step .content.step-2 .flexy,
#tutorial-shadow #current-step .content.step-3 .flexy,
#tutorial-shadow #current-step .content.step-4 .flexy,
#tutorial-shadow #current-step .content.step-5 .flexy,
#tutorial-shadow #current-step .content.step-6 .flexy,
#tutorial-shadow #current-step .content.step-7 .flexy,
#tutorial-shadow #current-step .content.step-8 .flexy,
#tutorial-shadow #current-step .content.step-9 .flexy {
  display: flex;
  flex-flow: row;
  height: 80%;
  padding: 0 0;
}
#tutorial-shadow #current-step .content.step-2 .flexy .lefty,
#tutorial-shadow #current-step .content.step-3 .flexy .lefty,
#tutorial-shadow #current-step .content.step-4 .flexy .lefty,
#tutorial-shadow #current-step .content.step-5 .flexy .lefty,
#tutorial-shadow #current-step .content.step-6 .flexy .lefty,
#tutorial-shadow #current-step .content.step-7 .flexy .lefty,
#tutorial-shadow #current-step .content.step-8 .flexy .lefty,
#tutorial-shadow #current-step .content.step-9 .flexy .lefty {
  height: 100%;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#tutorial-shadow #current-step .content.step-2 .flexy .lefty img,
#tutorial-shadow #current-step .content.step-3 .flexy .lefty img,
#tutorial-shadow #current-step .content.step-4 .flexy .lefty img,
#tutorial-shadow #current-step .content.step-5 .flexy .lefty img,
#tutorial-shadow #current-step .content.step-6 .flexy .lefty img,
#tutorial-shadow #current-step .content.step-7 .flexy .lefty img,
#tutorial-shadow #current-step .content.step-8 .flexy .lefty img,
#tutorial-shadow #current-step .content.step-9 .flexy .lefty img {
  width: 96%;
  border-radius: 18px;
  border: 2px solid #0006;
}
#tutorial-shadow #current-step .content.step-2 .flexy .righty,
#tutorial-shadow #current-step .content.step-3 .flexy .righty,
#tutorial-shadow #current-step .content.step-4 .flexy .righty,
#tutorial-shadow #current-step .content.step-5 .flexy .righty,
#tutorial-shadow #current-step .content.step-6 .flexy .righty,
#tutorial-shadow #current-step .content.step-7 .flexy .righty,
#tutorial-shadow #current-step .content.step-8 .flexy .righty,
#tutorial-shadow #current-step .content.step-9 .flexy .righty {
  width: 50%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: left;
  padding-left: 12px;
}
#tutorial-shadow #current-step .content.step-2 .flexy .righty h1,
#tutorial-shadow #current-step .content.step-3 .flexy .righty h1,
#tutorial-shadow #current-step .content.step-4 .flexy .righty h1,
#tutorial-shadow #current-step .content.step-5 .flexy .righty h1,
#tutorial-shadow #current-step .content.step-6 .flexy .righty h1,
#tutorial-shadow #current-step .content.step-7 .flexy .righty h1,
#tutorial-shadow #current-step .content.step-8 .flexy .righty h1,
#tutorial-shadow #current-step .content.step-9 .flexy .righty h1 {
  font-size: 36px;
  text-align: left;
  color: #E20714;
  font-weight: bold;
}
#tutorial-shadow #current-step .content.step-2 .flexy .righty .division,
#tutorial-shadow #current-step .content.step-3 .flexy .righty .division,
#tutorial-shadow #current-step .content.step-4 .flexy .righty .division,
#tutorial-shadow #current-step .content.step-5 .flexy .righty .division,
#tutorial-shadow #current-step .content.step-6 .flexy .righty .division,
#tutorial-shadow #current-step .content.step-7 .flexy .righty .division,
#tutorial-shadow #current-step .content.step-8 .flexy .righty .division,
#tutorial-shadow #current-step .content.step-9 .flexy .righty .division {
  width: 20%;
  height: 8px;
  background: #E20714;
  border-radius: 4px;
  margin-top: 0;
}
#tutorial-shadow #current-step .content.step-2 .flexy .righty p,
#tutorial-shadow #current-step .content.step-3 .flexy .righty p,
#tutorial-shadow #current-step .content.step-4 .flexy .righty p,
#tutorial-shadow #current-step .content.step-5 .flexy .righty p,
#tutorial-shadow #current-step .content.step-6 .flexy .righty p,
#tutorial-shadow #current-step .content.step-7 .flexy .righty p,
#tutorial-shadow #current-step .content.step-8 .flexy .righty p,
#tutorial-shadow #current-step .content.step-9 .flexy .righty p {
  font-size: 18px;
  width: 92%;
  margin-top: 32px;
}
#tutorial-shadow #current-step .content.step-2 .flexy .righty .no-margin,
#tutorial-shadow #current-step .content.step-3 .flexy .righty .no-margin,
#tutorial-shadow #current-step .content.step-4 .flexy .righty .no-margin,
#tutorial-shadow #current-step .content.step-5 .flexy .righty .no-margin,
#tutorial-shadow #current-step .content.step-6 .flexy .righty .no-margin,
#tutorial-shadow #current-step .content.step-7 .flexy .righty .no-margin,
#tutorial-shadow #current-step .content.step-8 .flexy .righty .no-margin,
#tutorial-shadow #current-step .content.step-9 .flexy .righty .no-margin {
  margin-top: 0 !important;
}
#tutorial-shadow #current-step .content.step-2 .flexy .righty .reddy,
#tutorial-shadow #current-step .content.step-3 .flexy .righty .reddy,
#tutorial-shadow #current-step .content.step-4 .flexy .righty .reddy,
#tutorial-shadow #current-step .content.step-5 .flexy .righty .reddy,
#tutorial-shadow #current-step .content.step-6 .flexy .righty .reddy,
#tutorial-shadow #current-step .content.step-7 .flexy .righty .reddy,
#tutorial-shadow #current-step .content.step-8 .flexy .righty .reddy,
#tutorial-shadow #current-step .content.step-9 .flexy .righty .reddy {
  color: #E20714;
}
#tutorial-shadow #current-step .content.step-2 .flexy .righty .gray,
#tutorial-shadow #current-step .content.step-3 .flexy .righty .gray,
#tutorial-shadow #current-step .content.step-4 .flexy .righty .gray,
#tutorial-shadow #current-step .content.step-5 .flexy .righty .gray,
#tutorial-shadow #current-step .content.step-6 .flexy .righty .gray,
#tutorial-shadow #current-step .content.step-7 .flexy .righty .gray,
#tutorial-shadow #current-step .content.step-8 .flexy .righty .gray,
#tutorial-shadow #current-step .content.step-9 .flexy .righty .gray {
  color: #4A4A4A;
}
#tutorial-shadow #current-step .content.step-2 .flexy button,
#tutorial-shadow #current-step .content.step-3 .flexy button,
#tutorial-shadow #current-step .content.step-4 .flexy button,
#tutorial-shadow #current-step .content.step-5 .flexy button,
#tutorial-shadow #current-step .content.step-6 .flexy button,
#tutorial-shadow #current-step .content.step-7 .flexy button,
#tutorial-shadow #current-step .content.step-8 .flexy button,
#tutorial-shadow #current-step .content.step-9 .flexy button {
  position: absolute;
  bottom: -32px;
  right: 0;
  max-width: 120px;
  z-index: 100;
}
@media screen and (max-width: 620px) {
  #tutorial-shadow #current-step .content.step-2 .flexy button,
  #tutorial-shadow #current-step .content.step-3 .flexy button,
  #tutorial-shadow #current-step .content.step-4 .flexy button,
  #tutorial-shadow #current-step .content.step-5 .flexy button,
  #tutorial-shadow #current-step .content.step-6 .flexy button,
  #tutorial-shadow #current-step .content.step-7 .flexy button,
  #tutorial-shadow #current-step .content.step-8 .flexy button,
  #tutorial-shadow #current-step .content.step-9 .flexy button {
    padding: 4px;
    font-size: 12px;
  }
}
@media screen and (max-width: 551px) {
  #tutorial-shadow #current-step .content.step-2 .flexy button,
  #tutorial-shadow #current-step .content.step-3 .flexy button,
  #tutorial-shadow #current-step .content.step-4 .flexy button,
  #tutorial-shadow #current-step .content.step-5 .flexy button,
  #tutorial-shadow #current-step .content.step-6 .flexy button,
  #tutorial-shadow #current-step .content.step-7 .flexy button,
  #tutorial-shadow #current-step .content.step-8 .flexy button,
  #tutorial-shadow #current-step .content.step-9 .flexy button {
    bottom: 0px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 551px) {
  #tutorial-shadow #current-step .content.step-2 .flexy button,
  #tutorial-shadow #current-step .content.step-3 .flexy button,
  #tutorial-shadow #current-step .content.step-4 .flexy button,
  #tutorial-shadow #current-step .content.step-5 .flexy button,
  #tutorial-shadow #current-step .content.step-6 .flexy button,
  #tutorial-shadow #current-step .content.step-7 .flexy button,
  #tutorial-shadow #current-step .content.step-8 .flexy button,
  #tutorial-shadow #current-step .content.step-9 .flexy button {
    max-width: 72px;
    min-width: 56px;
  }
}
#tutorial-shadow #current-step .content.step-2 .flexy .tutorialPrev,
#tutorial-shadow #current-step .content.step-3 .flexy .tutorialPrev,
#tutorial-shadow #current-step .content.step-4 .flexy .tutorialPrev,
#tutorial-shadow #current-step .content.step-5 .flexy .tutorialPrev,
#tutorial-shadow #current-step .content.step-6 .flexy .tutorialPrev,
#tutorial-shadow #current-step .content.step-7 .flexy .tutorialPrev,
#tutorial-shadow #current-step .content.step-8 .flexy .tutorialPrev,
#tutorial-shadow #current-step .content.step-9 .flexy .tutorialPrev {
  left: 0;
  right: auto;
}
@media screen and (max-height: 730px), screen and (max-width: 1600px) {
  #tutorial-shadow #current-step .content.step-2 .flexy .righty h1,
  #tutorial-shadow #current-step .content.step-3 .flexy .righty h1,
  #tutorial-shadow #current-step .content.step-4 .flexy .righty h1,
  #tutorial-shadow #current-step .content.step-5 .flexy .righty h1,
  #tutorial-shadow #current-step .content.step-6 .flexy .righty h1,
  #tutorial-shadow #current-step .content.step-7 .flexy .righty h1,
  #tutorial-shadow #current-step .content.step-8 .flexy .righty h1,
  #tutorial-shadow #current-step .content.step-9 .flexy .righty h1 {
    font-size: 30px;
  }
  #tutorial-shadow #current-step .content.step-2 .flexy .righty p,
  #tutorial-shadow #current-step .content.step-3 .flexy .righty p,
  #tutorial-shadow #current-step .content.step-4 .flexy .righty p,
  #tutorial-shadow #current-step .content.step-5 .flexy .righty p,
  #tutorial-shadow #current-step .content.step-6 .flexy .righty p,
  #tutorial-shadow #current-step .content.step-7 .flexy .righty p,
  #tutorial-shadow #current-step .content.step-8 .flexy .righty p,
  #tutorial-shadow #current-step .content.step-9 .flexy .righty p {
    font-size: 16px;
    margin-top: 18px;
  }
}
@media screen and (max-width: 1320px) {
  #tutorial-shadow #current-step .content.step-2 .flexy .righty h1,
  #tutorial-shadow #current-step .content.step-3 .flexy .righty h1,
  #tutorial-shadow #current-step .content.step-4 .flexy .righty h1,
  #tutorial-shadow #current-step .content.step-5 .flexy .righty h1,
  #tutorial-shadow #current-step .content.step-6 .flexy .righty h1,
  #tutorial-shadow #current-step .content.step-7 .flexy .righty h1,
  #tutorial-shadow #current-step .content.step-8 .flexy .righty h1,
  #tutorial-shadow #current-step .content.step-9 .flexy .righty h1 {
    font-size: 26px;
  }
  #tutorial-shadow #current-step .content.step-2 .flexy .righty p,
  #tutorial-shadow #current-step .content.step-3 .flexy .righty p,
  #tutorial-shadow #current-step .content.step-4 .flexy .righty p,
  #tutorial-shadow #current-step .content.step-5 .flexy .righty p,
  #tutorial-shadow #current-step .content.step-6 .flexy .righty p,
  #tutorial-shadow #current-step .content.step-7 .flexy .righty p,
  #tutorial-shadow #current-step .content.step-8 .flexy .righty p,
  #tutorial-shadow #current-step .content.step-9 .flexy .righty p {
    font-size: 16px;
    margin-top: 18px;
  }
}
@media screen and (max-height: 500px) {
  #tutorial-shadow #current-step .content.step-2 .flexy .righty h1,
  #tutorial-shadow #current-step .content.step-3 .flexy .righty h1,
  #tutorial-shadow #current-step .content.step-4 .flexy .righty h1,
  #tutorial-shadow #current-step .content.step-5 .flexy .righty h1,
  #tutorial-shadow #current-step .content.step-6 .flexy .righty h1,
  #tutorial-shadow #current-step .content.step-7 .flexy .righty h1,
  #tutorial-shadow #current-step .content.step-8 .flexy .righty h1,
  #tutorial-shadow #current-step .content.step-9 .flexy .righty h1 {
    font-size: 24px;
  }
  #tutorial-shadow #current-step .content.step-2 .flexy .righty p,
  #tutorial-shadow #current-step .content.step-3 .flexy .righty p,
  #tutorial-shadow #current-step .content.step-4 .flexy .righty p,
  #tutorial-shadow #current-step .content.step-5 .flexy .righty p,
  #tutorial-shadow #current-step .content.step-6 .flexy .righty p,
  #tutorial-shadow #current-step .content.step-7 .flexy .righty p,
  #tutorial-shadow #current-step .content.step-8 .flexy .righty p,
  #tutorial-shadow #current-step .content.step-9 .flexy .righty p {
    font-size: 14px;
    margin-top: 18px;
  }
}
@media screen and (max-width: 720px) {
  #tutorial-shadow #current-step .content.step-2 .flexy,
  #tutorial-shadow #current-step .content.step-3 .flexy,
  #tutorial-shadow #current-step .content.step-4 .flexy,
  #tutorial-shadow #current-step .content.step-5 .flexy,
  #tutorial-shadow #current-step .content.step-6 .flexy,
  #tutorial-shadow #current-step .content.step-7 .flexy,
  #tutorial-shadow #current-step .content.step-8 .flexy,
  #tutorial-shadow #current-step .content.step-9 .flexy {
    flex-direction: column;
    justify-content: flex-start;
  }
  #tutorial-shadow #current-step .content.step-2 .flexy .lefty,
  #tutorial-shadow #current-step .content.step-3 .flexy .lefty,
  #tutorial-shadow #current-step .content.step-4 .flexy .lefty,
  #tutorial-shadow #current-step .content.step-5 .flexy .lefty,
  #tutorial-shadow #current-step .content.step-6 .flexy .lefty,
  #tutorial-shadow #current-step .content.step-7 .flexy .lefty,
  #tutorial-shadow #current-step .content.step-8 .flexy .lefty,
  #tutorial-shadow #current-step .content.step-9 .flexy .lefty {
    width: 100%;
    height: initial;
    margin-bottom: 15px;
    display: block;
  }
  #tutorial-shadow #current-step .content.step-2 .flexy .righty,
  #tutorial-shadow #current-step .content.step-3 .flexy .righty,
  #tutorial-shadow #current-step .content.step-4 .flexy .righty,
  #tutorial-shadow #current-step .content.step-5 .flexy .righty,
  #tutorial-shadow #current-step .content.step-6 .flexy .righty,
  #tutorial-shadow #current-step .content.step-7 .flexy .righty,
  #tutorial-shadow #current-step .content.step-8 .flexy .righty,
  #tutorial-shadow #current-step .content.step-9 .flexy .righty {
    width: 100%;
    justify-content: flex-start;
    margin-top: 15px;
  }
  #tutorial-shadow #current-step .content.step-2 .flexy .righty h1,
  #tutorial-shadow #current-step .content.step-3 .flexy .righty h1,
  #tutorial-shadow #current-step .content.step-4 .flexy .righty h1,
  #tutorial-shadow #current-step .content.step-5 .flexy .righty h1,
  #tutorial-shadow #current-step .content.step-6 .flexy .righty h1,
  #tutorial-shadow #current-step .content.step-7 .flexy .righty h1,
  #tutorial-shadow #current-step .content.step-8 .flexy .righty h1,
  #tutorial-shadow #current-step .content.step-9 .flexy .righty h1 {
    font-size: 20px;
  }
  #tutorial-shadow #current-step .content.step-2 .flexy .righty p,
  #tutorial-shadow #current-step .content.step-3 .flexy .righty p,
  #tutorial-shadow #current-step .content.step-4 .flexy .righty p,
  #tutorial-shadow #current-step .content.step-5 .flexy .righty p,
  #tutorial-shadow #current-step .content.step-6 .flexy .righty p,
  #tutorial-shadow #current-step .content.step-7 .flexy .righty p,
  #tutorial-shadow #current-step .content.step-8 .flexy .righty p,
  #tutorial-shadow #current-step .content.step-9 .flexy .righty p {
    font-size: 12px;
    margin-top: 14px;
  }
}
@media screen and (max-width: 500px) {
  #tutorial-shadow #current-step .content.step-2 .flexy,
  #tutorial-shadow #current-step .content.step-3 .flexy,
  #tutorial-shadow #current-step .content.step-4 .flexy,
  #tutorial-shadow #current-step .content.step-5 .flexy,
  #tutorial-shadow #current-step .content.step-6 .flexy,
  #tutorial-shadow #current-step .content.step-7 .flexy,
  #tutorial-shadow #current-step .content.step-8 .flexy,
  #tutorial-shadow #current-step .content.step-9 .flexy {
    overflow-y: scroll;
  }
  #tutorial-shadow #current-step .content.step-2 .flexy::-webkit-scrollbar,
  #tutorial-shadow #current-step .content.step-3 .flexy::-webkit-scrollbar,
  #tutorial-shadow #current-step .content.step-4 .flexy::-webkit-scrollbar,
  #tutorial-shadow #current-step .content.step-5 .flexy::-webkit-scrollbar,
  #tutorial-shadow #current-step .content.step-6 .flexy::-webkit-scrollbar,
  #tutorial-shadow #current-step .content.step-7 .flexy::-webkit-scrollbar,
  #tutorial-shadow #current-step .content.step-8 .flexy::-webkit-scrollbar,
  #tutorial-shadow #current-step .content.step-9 .flexy::-webkit-scrollbar {
    width: 12px;
  }
  #tutorial-shadow #current-step .content.step-2 .flexy::-webkit-scrollbar-track,
  #tutorial-shadow #current-step .content.step-3 .flexy::-webkit-scrollbar-track,
  #tutorial-shadow #current-step .content.step-4 .flexy::-webkit-scrollbar-track,
  #tutorial-shadow #current-step .content.step-5 .flexy::-webkit-scrollbar-track,
  #tutorial-shadow #current-step .content.step-6 .flexy::-webkit-scrollbar-track,
  #tutorial-shadow #current-step .content.step-7 .flexy::-webkit-scrollbar-track,
  #tutorial-shadow #current-step .content.step-8 .flexy::-webkit-scrollbar-track,
  #tutorial-shadow #current-step .content.step-9 .flexy::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
  }
  #tutorial-shadow #current-step .content.step-2 .flexy::-webkit-scrollbar-thumb,
  #tutorial-shadow #current-step .content.step-3 .flexy::-webkit-scrollbar-thumb,
  #tutorial-shadow #current-step .content.step-4 .flexy::-webkit-scrollbar-thumb,
  #tutorial-shadow #current-step .content.step-5 .flexy::-webkit-scrollbar-thumb,
  #tutorial-shadow #current-step .content.step-6 .flexy::-webkit-scrollbar-thumb,
  #tutorial-shadow #current-step .content.step-7 .flexy::-webkit-scrollbar-thumb,
  #tutorial-shadow #current-step .content.step-8 .flexy::-webkit-scrollbar-thumb,
  #tutorial-shadow #current-step .content.step-9 .flexy::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #9B9B9B;
  }
  #tutorial-shadow #current-step .content.step-2 .flexy .righty,
  #tutorial-shadow #current-step .content.step-3 .flexy .righty,
  #tutorial-shadow #current-step .content.step-4 .flexy .righty,
  #tutorial-shadow #current-step .content.step-5 .flexy .righty,
  #tutorial-shadow #current-step .content.step-6 .flexy .righty,
  #tutorial-shadow #current-step .content.step-7 .flexy .righty,
  #tutorial-shadow #current-step .content.step-8 .flexy .righty,
  #tutorial-shadow #current-step .content.step-9 .flexy .righty {
    width: 100%;
    height: auto;
    align-items: center;
    margin-bottom: 25px;
  }
  #tutorial-shadow #current-step .content.step-2 .flexy .righty h1,
  #tutorial-shadow #current-step .content.step-3 .flexy .righty h1,
  #tutorial-shadow #current-step .content.step-4 .flexy .righty h1,
  #tutorial-shadow #current-step .content.step-5 .flexy .righty h1,
  #tutorial-shadow #current-step .content.step-6 .flexy .righty h1,
  #tutorial-shadow #current-step .content.step-7 .flexy .righty h1,
  #tutorial-shadow #current-step .content.step-8 .flexy .righty h1,
  #tutorial-shadow #current-step .content.step-9 .flexy .righty h1 {
    font-size: 18px;
  }
  #tutorial-shadow #current-step .content.step-2 .flexy .righty p,
  #tutorial-shadow #current-step .content.step-3 .flexy .righty p,
  #tutorial-shadow #current-step .content.step-4 .flexy .righty p,
  #tutorial-shadow #current-step .content.step-5 .flexy .righty p,
  #tutorial-shadow #current-step .content.step-6 .flexy .righty p,
  #tutorial-shadow #current-step .content.step-7 .flexy .righty p,
  #tutorial-shadow #current-step .content.step-8 .flexy .righty p,
  #tutorial-shadow #current-step .content.step-9 .flexy .righty p {
    font-size: 12px;
    margin-top: 8px;
  }
}
#tutorial-shadow #current-step .content.step-4 p,
#tutorial-shadow #current-step .content.step-8 p {
  font-size: 16px;
  width: 92%;
  margin-top: 16px;
}
@media screen and (max-height: 730px), screen and (max-width: 1600px) {
  #tutorial-shadow #current-step .content.step-4 .flexy .righty p,
  #tutorial-shadow #current-step .content.step-8 .flexy .righty p {
    font-size: 14px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 1320px) {
  #tutorial-shadow #current-step .content.step-4 .flexy .righty p,
  #tutorial-shadow #current-step .content.step-8 .flexy .righty p {
    font-size: 12px;
    margin-top: 6px;
  }
}
@media screen and (max-height: 500px) {
  #tutorial-shadow #current-step .content.step-4 .flexy .righty p,
  #tutorial-shadow #current-step .content.step-8 .flexy .righty p {
    font-size: 12px;
    margin-top: 0;
  }
}
@media screen and (max-width: 500px) {
  #tutorial-shadow #current-step .content.step-4 .flexy .righty p,
  #tutorial-shadow #current-step .content.step-8 .flexy .righty p {
    font-size: 10px;
    margin-top: 4px;
  }
}
#tutorial-shadow #current-step .content.step-4 .gray,
#tutorial-shadow #current-step .content.step-8 .gray,
#tutorial-shadow #current-step .content.step-4 .reddy,
#tutorial-shadow #current-step .content.step-8 .reddy {
  margin-top: 0 !important;
}
.toast {
  display: none;
  position: fixed;
  top: 26px;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 9999;
}
#edit-user-content {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 32px 32px;
}
#edit-user-content > .row {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0 1px 4px 0 rgba(194, 194, 194, 0.5);
  border-radius: 47px;
  padding: 25px 40px;
  margin-bottom: 20px;
}
#edit-user-content > .row input {
  border-radius: 10px;
  border: 2px solid #9B9B9B;
}
#edit-user-content > .row .title-signup {
  font-size: 18px;
  color: #E20714;
  text-align: left;
  margin-bottom: 25px;
  padding-left: 14px;
}
#edit-user-content > .row .change-pass {
  cursor: pointer;
  position: absolute;
  right: 8px;
  color: #4A4A4A;
  font-size: 18px;
  text-decoration: underline;
  font-weight: bold;
}
#edit-user-content .user-row {
  max-width: 1040px;
}
#edit-user-content .actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 28%;
  text-align: center;
}
#edit-user-content .actions a {
  width: 100%;
}
#edit-user-content .actions button {
  cursor: pointer;
  text-transform: uppercase;
  background: #E20714;
  border-radius: 25px;
  padding: 10px;
  font-size: 14px;
  border: 2px solid #dd0214;
  color: #FFF;
  width: 100%;
  max-width: 240px;
  margin-top: 18px;
}
#edit-user-content .actions a > button {
  background: #4A4A4A;
  border-color: #4A4A4A;
}
#edit-user-content .actions button:hover {
  border: 2px solid #450106;
  color: #450106;
}
#edit-user-content .actions button:nth-child(2):hover {
  border-color: #161616;
  color: #161616;
}
#edit-user-content .actions button:disabled {
  background: #9B9B9B;
  border-color: #9B9B9B;
  cursor: not-allowed;
}
@media screen and (min-width: 2480px) {
  #edit-user-content .actions {
    width: 20%;
  }
}
@media screen and (max-width: 1912px) {
  #edit-user-content .actions {
    width: 36%;
  }
}
@media screen and (max-width: 1422px) {
  #edit-user-content .actions {
    width: 44%;
  }
}
@media screen and (max-width: 1180px) {
  #edit-user-content .actions {
    width: 60%;
  }
}
@media screen and (max-width: 912px) {
  #edit-user-content .actions {
    flex-flow: column;
    width: 100%;
  }
  #edit-user-content .actions a {
    min-width: 100%;
  }
}
.sub-text {
  color: #4A4A4A;
  margin-top: 8px;
  cursor: pointer;
}
.sub-text > span {
  color: #E20714;
  text-decoration: underline;
}
.sub-text:hover {
  color: black;
}
.sub-text:hover > span {
  color: #E20714;
}
.no-cnpj-over-text {
  color: #E20714;
  font-size: 12px;
  font-weight: normal;
  padding-left: 4px;
  text-decoration: underline;
  white-space: nowrap;
}
.no-cnpj-over-text .title {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 12px;
}
.no-cnpj-over-text .no-cnpj-content {
  white-space: normal;
  width: 420px;
  display: none;
  background: white;
  box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  padding: 26px 20px;
  cursor: default;
  position: absolute;
  font-size: 16px;
  left: 0;
  color: black;
  z-index: 99999;
}
.no-cnpj-over-text .no-cnpj-content a {
  color: #E20714;
}
@media screen and (max-width: 610px) {
  .no-cnpj-over-text .no-cnpj-content {
    width: 380px;
    font-size: 14px;
  }
}
@media screen and (max-width: 460px) {
  .no-cnpj-over-text .no-cnpj-content {
    width: 280px;
    font-size: 12px;
  }
}
.category-suggestion.dont-show-me {
  display: none !important;
}
.category-suggestion .add-suggestion-item {
  position: absolute;
  top: 24px;
  right: 24px;
}
@media screen and (max-width: 580px) {
  .category-suggestion .add-suggestion-item {
    position: relative;
    top: initial;
    right: initial;
  }
  .category-suggestion .row {
    width: 100%;
  }
}
.pre-register-content {
  width: 75%;
  margin: auto;
}
.pre-register-content h2 {
  text-transform: none;
  margin-bottom: 32px;
}
.pre-register-content input {
  margin-bottom: 16px;
}
.pre-register-content button {
  margin-bottom: 32px;
}
@media screen and (max-width: 1680px) {
  .pre-register-content h2 {
    font-size: 18px;
  }
}
#launcher {
  bottom: 80px !important;
}
.lds-ring {
  display: none;
  position: absolute;
  top: 35px;
  right: 24px;
  width: 16px;
  height: 16px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  margin: 6px;
  border: 2px solid #E20714;
  border-radius: 50%;
  animation: lds-ring 1.6s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #E20714 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#pre-register-page {
  width: 100%;
  height: 100%;
}
#pre-register-page #overlay {
  padding: 96px;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.85);
  z-index: 101;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 500px) {
  #pre-register-page #overlay {
    padding: 25px 25px 150px;
  }
}
#pre-register-page #overlay .step {
  position: relative;
  display: none;
  left: 100%;
  width: 100%;
}
#pre-register-page #overlay .step.current-step {
  display: block;
}
#pre-register-page #overlay .step .content {
  position: relative;
  height: 70vh;
}
#pre-register-page #overlay .step .content h2 {
  text-align: left;
  font-size: 40px;
  text-transform: none;
  color: #E20714;
  font-weight: bold;
}
#pre-register-page #overlay .step .content h3 {
  text-align: left;
  font-size: 30px;
  text-transform: none;
  color: #E20714;
  font-weight: bold;
}
#pre-register-page #overlay .step .content h4 {
  text-align: left;
  font-size: 18px;
  text-transform: none;
  color: #E20714;
  font-weight: bold;
}
#pre-register-page #overlay .step .content button {
  font-family: 'Raleway', sans-serif;
  position: relative;
  padding: 12px 12px 12px 6px;
}
#pre-register-page #overlay .step .content button .arrow {
  position: absolute;
  right: 24px;
  top: 14px;
  background: white;
  width: 3px;
  height: 10px;
  border-radius: 2px;
  transform: rotate(135deg);
}
#pre-register-page #overlay .step .content button .arrow:after {
  content: '';
  position: absolute;
  background: white;
  width: 3px;
  height: 10px;
  border-radius: 2px;
  transform: rotate(90deg);
  bottom: 4px;
  left: 4px;
}
#pre-register-page #overlay .step .content button .back-arrow {
  position: absolute;
  left: 24px;
  top: 18px;
  background: #E20714;
  width: 3px;
  height: 10px;
  border-radius: 2px;
  transform: rotate(315deg);
}
#pre-register-page #overlay .step .content button .back-arrow:after {
  content: '';
  position: absolute;
  background: #E20714;
  width: 3px;
  height: 10px;
  border-radius: 2px;
  transform: rotate(90deg);
  bottom: 4px;
  left: 4px;
}
#pre-register-page #overlay .step .content input {
  outline: none;
  border: none;
  border-left: 2px solid #E20714;
  padding: 0 12px;
  font-size: 25px;
  color: #E20714;
}
#pre-register-page #overlay .step .content input::placeholder {
  color: #E20714;
}
#pre-register-page #overlay .step .content .btn-group-provider {
  width: 100%;
  position: fixed;
  bottom: 8vh;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#pre-register-page #overlay .step .content .btn-group-provider .next,
#pre-register-page #overlay .step .content .btn-group-provider .previous,
#pre-register-page #overlay .step .content .btn-group-provider .complete,
#pre-register-page #overlay .step .content .btn-group-provider .finish {
  max-width: 154px;
}
@media screen and (max-width: 500px) {
  #pre-register-page #overlay .step .content .btn-group-provider {
    flex-direction: column;
    justify-content: space-evenly;
  }
}
#pre-register-page #overlay .step .content .previous {
  padding: 12px 6px 12px 12px;
  background: white;
  color: #E20714;
}
#pre-register-page #overlay .step .content::-webkit-scrollbar {
  width: 12px;
}
#pre-register-page #overlay .step .content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
#pre-register-page #overlay .step .content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #9B9B9B;
}
@media screen and (max-width: 1420px) {
  #pre-register-page #overlay .step .content h2 {
    font-size: 38px;
  }
  #pre-register-page #overlay .step .content h3 {
    font-size: 30px;
  }
  #pre-register-page #overlay .step .content h4 {
    font-size: 20px;
  }
  #pre-register-page #overlay .step .content input {
    font-size: 26px;
  }
}
@media screen and (max-width: 1112px) {
  #pre-register-page #overlay .step .content h2 {
    font-size: 34px;
  }
  #pre-register-page #overlay .step .content h3 {
    font-size: 22px;
  }
  #pre-register-page #overlay .step .content h4 {
    font-size: 16px;
  }
  #pre-register-page #overlay .step .content input {
    font-size: 22px;
  }
}
@media screen and (max-width: 860px) {
  #pre-register-page #overlay .step .content h2 {
    font-size: 22px;
  }
  #pre-register-page #overlay .step .content h3 {
    font-size: 16px;
  }
  #pre-register-page #overlay .step .content h4 {
    font-size: 14px;
  }
  #pre-register-page #overlay .step .content input {
    font-size: 16px;
  }
}
@media screen and (max-height: 762px) {
  #pre-register-page #overlay .step .content {
    height: 65vh;
  }
  #pre-register-page #overlay .step .content .btn-group-provider {
    bottom: 6vh;
  }
}
#pre-register-page #overlay #step-1 {
  align-self: flex-start;
  left: 0;
}
#pre-register-page #overlay #step-1 .content h2 {
  margin-bottom: 64px;
}
#pre-register-page #overlay #step-1 .content h2 .no-cnpj-over-text {
  color: #9B9B9B;
  font-size: 20px;
  padding-left: 4px;
  padding-top: 4px;
  white-space: nowrap;
  display: block;
  cursor: pointer;
}
@media screen and (max-width: 860px) {
  #pre-register-page #overlay #step-1 .content h2 .no-cnpj-over-text {
    font-size: 16px;
  }
}
#pre-register-page #overlay #step-1 .content h2 .no-cnpj-over-text .title {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 12px;
}
#pre-register-page #overlay #step-1 .content h2 .no-cnpj-over-text .no-cnpj-content {
  white-space: normal;
  width: 420px;
  display: none;
  background: white;
  box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  padding: 26px 20px;
  cursor: default;
  position: absolute;
  font-size: 16px;
  left: 0;
  color: black;
  z-index: 99999;
}
#pre-register-page #overlay #step-1 .content h2 .no-cnpj-over-text .no-cnpj-content a {
  color: #E20714;
}
@media screen and (max-width: 610px) {
  #pre-register-page #overlay #step-1 .content h2 .no-cnpj-over-text .no-cnpj-content {
    width: 380px;
    font-size: 14px;
  }
}
#pre-register-page #overlay #step-1 .content input {
  width: 90%;
}
#pre-register-page #overlay #step-1 .content .lds-ring {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
#pre-register-page #overlay #step-2 {
  align-self: flex-start;
  width: 100%;
}
#pre-register-page #overlay #step-2 .content {
  width: 100%;
  margin: auto;
  overflow-y: auto;
}
#pre-register-page #overlay #step-2 .content h2 {
  margin-bottom: 52px;
}
#pre-register-page #overlay #step-2 .content h3 {
  margin-bottom: 20px;
}
#pre-register-page #overlay #step-2 .content input {
  margin-bottom: 40px;
}
#pre-register-page #overlay #step-2 .content > div {
  width: 100% !important;
  height: auto;
  margin: 0;
  padding: 0;
}
#pre-register-page #overlay #step-2 .content > div input {
  width: 100%;
  border-radius: 0;
  box-shadow: none;
}
#pre-register-page #overlay #step-2 .content > div .easy-autocomplete-container {
  top: 42px;
}
#pre-register-page #overlay #step-2 .content > div ul {
  text-align: left;
  overflow-y: scroll;
  height: 100%;
  max-height: 164px;
  border: 1px solid #0003;
}
#pre-register-page #overlay #step-2 .content > div ul::-webkit-scrollbar {
  width: 12px;
}
#pre-register-page #overlay #step-2 .content > div ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
#pre-register-page #overlay #step-2 .content > div ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #9B9B9B;
}
#pre-register-page #overlay #step-2 .content > div ul li {
  padding: 0 !important;
}
#pre-register-page #overlay #step-2 .content > div ul li div {
  padding: 6px 8px;
}
#pre-register-page #overlay #step-2 .content > div ul li.selected-master div {
  color: #9B9B9B;
}
#pre-register-page #overlay #step-2 .content .choosen {
  height: 112px;
  overflow-y: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 12px;
  align-items: center;
  justify-content: center;
}
#pre-register-page #overlay #step-2 .content .choosen::-webkit-scrollbar {
  width: 12px;
}
#pre-register-page #overlay #step-2 .content .choosen::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
#pre-register-page #overlay #step-2 .content .choosen::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #9B9B9B;
}
#pre-register-page #overlay #step-2 .content .choosen .event-item {
  position: relative;
  width: 240px;
  height: 64px;
  box-shadow: 0 0px 6px 0 #c2c2c2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#pre-register-page #overlay #step-2 .content .choosen .event-item > p {
  margin: 0;
  color: #4A4A4A;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
}
#pre-register-page #overlay #step-2 .content .choosen .event-item .close {
  cursor: pointer;
  opacity: 1 !important;
  background: #E20714;
  width: 16px;
  height: 4px;
  transform: rotateZ(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 24px;
  border-radius: 4px;
}
#pre-register-page #overlay #step-2 .content .choosen .event-item .close:after {
  content: '';
  cursor: pointer;
  opacity: 1 !important;
  background: #E20714;
  width: 16px;
  height: 4px;
  transform: rotateZ(90deg);
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 4px;
}
#pre-register-page #overlay #step-2 .content .choosen .event-item:first-child {
  margin-top: 20px;
}
#pre-register-page #overlay #step-2 .content #macrocategoria_chosen {
  max-width: inherit !important;
  width: 100% !important;
}
#pre-register-page #overlay #step-2 .content #macrocategoria_chosen > .chosen-choices {
  outline: none;
  border: none;
  border-left: 2px solid #E20714;
  padding: 0 12px;
  font-size: 32px;
  border-radius: 0;
  color: #E20714;
}
#pre-register-page #overlay #step-2 .content #macrocategoria_chosen > .chosen-choices > li > input {
  margin-bottom: 0;
}
#pre-register-page #overlay #step-2 .content #macrocategoria_chosen > .chosen-choices > li > input::placeholder {
  color: #E20714;
}
#pre-register-page #overlay #step-2 .content select {
  width: 100%;
  margin-bottom: 12px;
}
#pre-register-page #overlay #step-2 .content hr {
  margin-top: 0;
}
#pre-register-page #overlay #step-2 .content > .providers {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
#pre-register-page #overlay #step-2 .content > .providers > .add-provider-user {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 24px;
  cursor: pointer;
}
#pre-register-page #overlay #step-2 .content > .providers > .add-provider-user .add {
  background: #4A4A4A;
  transform: translatey(-50%);
  width: 16px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: -24px;
  border-radius: 4px;
}
#pre-register-page #overlay #step-2 .content > .providers > .add-provider-user .add:after {
  content: '';
  background: #4A4A4A;
  width: 16px;
  height: 4px;
  transform: rotateZ(90deg);
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 4px;
}
#pre-register-page #overlay #step-2 .content > .providers > .provider {
  width: 100%;
  display: grid;
  grid-template-columns: 50% 50%;
  margin-bottom: 30px;
}
#pre-register-page #overlay #step-2 .content > .providers > .provider > .field > input {
  margin: 0;
}
@media screen and (max-width: 768px) {
  #pre-register-page #overlay #step-2 .content > .providers > .provider {
    grid-template-columns: 100%;
  }
  #pre-register-page #overlay #step-2 .content > .providers > .provider > .field .provider-email {
    margin-bottom: 30px;
  }
}
#pre-register-page #overlay #step-2 .content > .providers > .provider:not(.first-provider) {
  position: relative;
}
#pre-register-page #overlay #step-2 .content > .providers > .provider:not(.first-provider) .delete {
  cursor: pointer;
  background: #E20714;
  transform: translatey(-50%) rotateZ(45deg);
  width: 30px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 64px;
  border-radius: 4px;
}
#pre-register-page #overlay #step-2 .content > .providers > .provider:not(.first-provider) .delete:after {
  content: '';
  cursor: pointer;
  background: #E20714;
  width: 30px;
  height: 6px;
  transform: rotateZ(90deg);
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 4px;
}
#pre-register-page #overlay #step-2 .content > .providers > .example-provider {
  display: none;
}
#pre-register-page #overlay #step-3 .content {
  width: 100%;
  margin: auto;
  overflow-y: auto;
  height: 70vh;
}
@media screen and (max-height: 762px) {
  #pre-register-page #overlay #step-3 .content {
    height: 65vh;
  }
}
#pre-register-page #overlay #step-3 .content h2 {
  margin-bottom: 50px;
}
#pre-register-page #overlay #step-3 .content h3 {
  margin: 20px 0;
}
#pre-register-page #overlay #step-3 .content .description {
  width: 100%;
  margin-bottom: 25px;
}
#pre-register-page #overlay #step-3 .content .limit {
  font-family: 'Raleway', 'Roboto', sans serif;
  color: #4a4a4a;
}
#pre-register-page #overlay #step-3 .content button .check {
  width: 7.5px;
  height: 12px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  display: inline-block;
  transform: rotate(45deg) translateY(-25%);
  margin-left: 5px;
}
#pre-register-page #overlay #step-4 {
  display: block;
  left: 0;
}
#pre-register-page #overlay #step-4 .content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#pre-register-page #overlay #step-4 .content h2 {
  font-size: 48px;
  margin-bottom: 50px;
  width: 100%;
  text-align: center;
}
#pre-register-page #overlay #step-4 .content button {
  position: relative;
  width: 100%;
  max-width: 154px;
  font-size: 16px;
  color: white;
}
/*--------------------------- AJUSTES ---------------------------*/
.macro-row.content,
.header.content,
.category.content {
  padding: 0px !important;
}
.category.content input {
  margin: auto !important;
}
.header.content div,
.macro-row.content div,
.category.content div {
  min-width: auto !important;
  padding: 10px !important;
  margin: auto !important;
  text-align: center !important;
}
.header.content div:nth-child(1),
.macro-row.content div:nth-child(1),
.category.content div:nth-child(1) {
  margin: auto 0 !important;
  min-width: 55px !important;
}
.header.content div:nth-child(2),
.macro-row.content div:nth-child(2),
.category.content div:nth-child(2) {
  padding: 0 !important;
  margin: auto 3px !important;
  min-width: 210px !important;
}
.header.content div:nth-child(3),
.macro-row.content div:nth-child(3),
.category.content div:nth-child(3) {
  margin: auto 2px !important;
  min-width: 51px !important;
}
.header.content div:nth-child(4),
.macro-row.content div:nth-child(4),
.category.content div:nth-child(4) {
  margin: auto 1px !important;
  min-width: 50px !important;
}
.header.content div:nth-child(5),
.macro-row.content div:nth-child(5),
.category.content div:nth-child(5) {
  margin: auto 3px !important;
  min-width: 110px !important;
}
.header.content div:nth-child(6),
.macro-row.content div:nth-child(6),
.category.content div:nth-child(6) {
  margin: auto 4px !important;
  min-width: 110px !important;
}
.header.content div:nth-child(7),
.macro-row.content div:nth-child(7),
.category.content div:nth-child(7) {
  margin: auto 0 !important;
  min-width: 140px !important;
}
.header.content div:nth-child(8),
.macro-row.content div:nth-child(8),
.category.content div:nth-child(8) {
  cursor: default !important;
  margin: auto 6px !important;
  min-width: 115px !important;
}
.header.content div:nth-child(9),
.macro-row.content div:nth-child(9),
.category.content div:nth-child(9) {
  margin: auto 2px !important;
  min-width: 65px !important;
}
.header.content div:nth-child(10),
.macro-row.content div:nth-child(10),
.category.content div:nth-child(10) {
  margin: auto 1px !important;
  min-width: 50px !important;
}
.header.content div:nth-child(11),
.macro-row.content div:nth-child(11),
.category.content div:nth-child(11) {
  margin: auto 1px !important;
  min-width: 30px !important;
}
.header.content div:nth-child(12),
.macro-row.content div:nth-child(12),
.category.content div:nth-child(12) {
  margin: auto 3px !important;
  min-width: 30px !important;
}
/*--- CHECKBOX ---*/
#checkboxAceito,
#checkboxND {
  opacity: 0;
  cursor: pointer;
}
.checkbox-wrapper {
  visibility: visible;
  pointer-events: auto;
}
.checkbox-wrapper.inactive {
  visibility: hidden;
  pointer-events: none;
}
.checkbox-wrapper label::before {
  content: '';
  display: inline-block;
  height: 16px;
  width: 16px;
  border: 1px solid;
  top: -6px;
  left: -18px;
}
.checkbox-wrapper label::after {
  content: "";
  display: inline-block;
  height: 6px;
  width: 9px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
}
.checkbox-wrapper label {
  position: relative;
  pointer-events: none;
}
.checkbox-wrapper label::before,
.checkbox-wrapper label::after {
  position: absolute;
}
.checkbox-wrapper label::after {
  left: -14px;
  top: -2px;
}
.checkbox-wrapper input + label::after {
  content: none;
}
.checkbox-wrapper input.checked + label::after {
  content: "";
}
#nota-debito {
  padding: 0 10px !important;
  margin: 0 !important;
  min-width: auto !important;
}
#nota-debito input + label::after {
  color: #FFFFFF;
}
#nota-debito input.checked + label:before {
  background-color: #28a745;
}
#wrapperNotaDebito {
  display: none;
  justify-content: flex-end;
}
#wrapperNotaDebito.show {
  display: flex;
  position: relative;
  animation-name: buttonAnimation;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: both;
}
@keyframes buttonAnimation {
  from {
    top: 90px;
  }
  to {
    top: 0px;
  }
}
#cancelNotaDebito,
#generateNotaDebito,
#ndGerarNota {
  user-select: none;
  cursor: pointer;
  margin: 12px 0 18px 12px;
  padding: 5px 8px;
  border-radius: 10px;
}
#cancelNotaDebito {
  border: 1px solid;
  background-color: #fafafa;
}
#generateNotaDebito,
#ndGerarNota {
  color: #ffffff;
  border: 1px solid #28a745;
  background-color: #28a745;
}
#notaDebitoModal,
#dadosNotaModal {
  pointer-events: none;
  z-index: 10001;
  display: flex;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #00000046;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  transition: opacity 0.5s ease;
}
#notaDebitoModal.open,
#dadosNotaModal.open {
  pointer-events: auto;
  opacity: 1;
}
.nd-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: auto;
  width: 900px;
  height: auto;
  padding: 16px 24px;
  background-color: #ffffff;
  border-radius: 5px;
  overflow: auto;
}
.nd-wrapper2 {
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  margin: auto;
  width: 720px;
  height: auto;
  padding: 16px 24px;
  background-color: #ffffff;
  border-radius: 5px;
  overflow: overlay;
}
.nd-title {
  font-size: 1.5rem;
  color: #28a745;
}
.nd-card {
  width: 100%;
  height: auto;
}
.nd-company {
  width: 100%;
  height: auto;
}
#ndCompanyName {
  margin: 6px 0;
  font-size: 1.25rem;
}
.nd-company-info {
  margin: 3px 0;
  display: flex;
  flex-wrap: wrap;
  background-color: #e8e8e8;
  border-radius: 5px;
  padding: 6px;
}
.nd-company-info div {
  margin: 2px 0;
  display: flex;
  flex-basis: 50%;
  justify-content: center;
  flex-direction: column;
}
.numero-compra {
  margin: 6px 0;
  display: flex;
}
.colum-po-gr {
  display: flex;
}
.name-po-gr {
  margin: auto 3px;
}
#ndNumeroCompra,
#ndNumeroPO,
#ndNumeroGR {
  width: 95%;
  margin: 6px 0;
  border: 1px solid #000000;
  transition: border-color 0.5s ease;
}
#ndNumeroPO.ndError,
#ndNumeroGR.ndError {
  border-color: #E20714;
}
#ndNumeroPOError,
#ndNumeroGRError {
  margin: auto 6px;
  width: auto;
  height: auto;
  padding: 4px 6px;
  white-space: nowrap;
  border-radius: 5px;
  opacity: 0;
  background-color: #E20714;
  color: #FFFFFF;
  transition: opacity 0.25s ease;
  margin-left: auto;
}
#ndNumeroPOError.show,
#ndNumeroGRError.show {
  opacity: 1;
}
.numero-compra-pogr {
  display: flex;
  align-items: center;
}
#upsampaCompanyName {
  color: #E20714;
  font-size: 1.25rem;
}
.nd-valor-nota {
  display: flex;
  justify-content: space-between;
}
.nd-valor-nota div {
  margin: auto 0;
}
#ndWrapperClose {
  cursor: pointer;
  user-select: none;
  position: absolute;
  top: 12px;
  right: 12px;
  width: 24px;
  height: 24px;
  color: #ffffff;
  background-color: #E20714;
  border-radius: 128px;
  font-family: monospace;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}
#emitirNotaDebito {
  cursor: pointer;
}
#avaliate-provider {
  padding: 6px 0;
  min-height: 245px;
  max-height: 150px;
  overflow-y: auto;
}
.first-checkbox::after {
  content: '';
  cursor: default;
  margin: -106px 0 0 0px;
  width: 204px !important;
  height: 160px;
  position: absolute;
  background: url(/images/box_upper_notas_debito.svg) no-repeat center center;
  background-size: contain;
}
.invoice-pdf {
  width: 20px !important;
  height: auto !important;
  margin: auto 6px;
}
.invoice-pdf path {
  fill: #28a745;
}
.tip-upper2 .close-content {
  text-align: center;
  cursor: pointer !important;
  width: 27px;
  height: 27px;
  background: #E20714;
  z-index: 12;
  border-radius: 50%;
  font-size: 13px;
  color: white;
  font-weight: bold;
  padding-top: 5px;
  position: absolute;
  top: 5px;
  right: -5px;
}
.tip-upper2 p {
  font-size: 20px !important;
}
.tip-upper2 .btn-danger {
  margin-top: -20px !important;
  border-radius: 25px !important;
  width: 35% !important;
  margin-left: 275px !important;
}
.logout-container .svg-upper {
  margin-left: 15px;
}
.dollar {
  display: flex;
  padding: 0px !important;
  margin: auto !important;
  width: auto !important;
}
.dollar .min {
  color: #37ca3f;
}
.dollar .med {
  color: #FFA700;
}
.dollar .max {
  color: #E20714;
}
.dollar .opacity {
  opacity: 0.5;
}
.header-min-max {
  flex-direction: column;
}
.header-min-max p {
  font-size: 16px;
}
.style-clicktuto {
  text-decoration: underline red;
}
.style-clicktuto:hover {
  color: #E20714;
}
@media only screen and (max-width: 425px) {
  .tip-upper2 .btn-danger {
    margin-left: 0 !important;
  }
  .tip-upper2 p {
    font-size: 15px !important;
  }
  .logout-container .svg-upper {
    margin-left: 12px !important;
  }
}
.swal-upper {
  text-shadow: none !important;
}
.ground-upper {
  background: url(/images/balon-upper.svg) center center no-repeat;
  background-size: 365%;
  height: 406px;
  padding-top: 50px;
  border-radius: 39px 39px 40px;
  margin-top: -45px;
}
.ground-upper div {
  margin: 35px;
}
.swal2-popup {
  border-radius: 35px !important;
}
#tutorial-upper {
  pointer-events: none;
  z-index: 10001;
  display: flex;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  transition: opacity 0.5s ease;
}
#tutorial-upper .container-upper {
  margin: 15%;
}
#tutorial-upper.open {
  pointer-events: auto;
  opacity: 1;
}
.tipUpper {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: auto;
  width: 700px;
  height: auto;
  padding: 16px 24px;
  background-color: #ffffff;
  border-radius: 5px;
}
.bish {
  border-radius: 15px;
}
.op-upper {
  height: 20px;
  margin-bottom: 5px;
  margin-right: 2px;
}
.go1 {
  background-color: #E20714 !important;
}
.autho-p {
  text-align: center;
}
.competition-section {
  width: 100%;
  height: 48px;
  display: none;
  margin: 24px auto 0;
}
.pre-accept-modal {
  pointer-events: none;
  display: flex;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 9999999;
  background-color: #00000046;
  top: 0;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.pre-accept-modal.active {
  opacity: 1;
  pointer-events: all;
}
.pre-accept-modal-inner {
  margin: auto;
  display: flex;
  flex-direction: column;
  width: 940px;
  height: 540px;
  border-radius: 15px;
  padding: 12px;
  background-color: #ffffff;
}
.budget-modal-inner {
  width: 540px;
  height: auto;
  padding: 24px;
}
.pre-accept-list {
  width: 100%;
  height: 500px;
  overflow-y: overlay !important;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}
.pre-access-item-wrapper {
  display: flex;
}
.competition-section.active {
  display: flex;
}
.competition-counter {
  margin: auto 12px auto auto;
}
.competition-section .btn {
  margin: auto 0 auto 12px;
}
.competition-wrapper {
  width: 100%;
  height: auto;
}
.competition-progress {
  width: fit-content;
  margin: 48px auto;
  display: flex;
}
.competition-circle {
  cursor: default;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding: 6px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #ccc;
  margin: auto;
  transition: background-color 0.25s ease;
}
.pre-access-item {
  margin: 6px auto;
  padding: 12px;
  width: 95%;
  height: auto;
  box-shadow: 0 1px 4px 0 rgba(194, 194, 194, 0.8);
  border-radius: 10px;
  display: flex;
}
.pre-access-item p {
  width: 200px;
  margin: auto 8px;
  border-right: 1px solid #ccc;
  padding: 0 18px 0 0;
}
.pre-access-item p:nth-last-child(2) {
  width: 150px;
  border-right: none;
}
.remove-pre-accept,
.pre-accept-confirm {
  background-color: #E20714 !important;
  transition: background-color 0.25s ease;
  outline: none;
  border: none;
  cursor: pointer;
}
.remove-pre-accept {
  margin: auto 6px auto auto;
}
.competition-circle.active {
  background-color: #00b109;
}
.competition-circle.desative {
  background-color: #E20714;
}
.competition-line {
  margin: auto 6px;
  width: 350px;
  height: 2px;
  background-color: #ccc;
}
.competition-line.active {
  background-color: #00b109;
}
.competition-line.desative {
  background-color: #E20714;
}
.competition-providers {
  width: 100%;
  height: 512px;
  display: flex;
  flex-direction: column;
}
.competition-provider {
  width: 100%;
  height: 128px;
  margin: 12px auto;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 1px 4px 0 rgba(194, 194, 194, 0.5);
  background-color: #ffffff;
}
.provider-image {
  width: 112px;
  height: 112px;
  margin: auto 8px;
  background-color: #ccc;
  border-radius: 15px;
}
.provider-info,
.provider-actions {
  display: flex;
  flex-direction: column;
}
.provider-info .name {
  font-size: 18px;
  font-weight: bold;
}
.provider-info .name,
.provider-info .info {
  margin: auto 24px;
}
.provider-actions {
  margin: auto 3px auto 0;
}
.competitor {
  display: flex;
}
.competition-btn {
  cursor: pointer;
  outline: none;
  border: none;
  transform: scale(0.9);
}
.pre-accept-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto 0 0;
  width: 100%;
  height: 120px;
}
.pre-accept-confirm {
  width: 100px;
  margin: auto 12px;
}
.pre-accept-header {
  width: 100%;
  height: auto;
  margin: 12px auto;
}
.pre-accept-img {
  margin: auto 6px;
  width: 63px;
  height: 44px;
}
.competition-btn.project {
  background-color: #e20714;
}
.competition-btn.project:hover {
  background-color: #98050d;
}
.competition-btn.spreadsheet {
  background-color: #008fe6;
}
.competition-btn.spreadsheet:hover {
  background: #005f9a;
}
.competition-btn.accept {
  background-color: #00b109;
}
.competition-btn.accept:hover {
  background: #006505;
}
.competition-btn.project.disabled,
.competition-btn.spreadsheet.disabled,
.competition-btn.accept.disabled {
  pointer-events: none;
  background-color: #c0c0c0;
}
.competition-progress p {
  cursor: default;
}
.modal-terms {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-content-terms {
  background-color: #fefefe;
  margin: auto;
  padding: 10px;
  border: 1px solid #888;
  width: 80%;
  border-radius: 15px;
  position: relative;
}
.modal-content-defaultestimate {
  background-color: #fefefe;
  margin: auto;
  padding: 10px;
  border: 1px solid #888;
  width: 35%;
  border-radius: 15px;
  position: relative;
}
.padding-terms {
  padding: 25px 80px 0px 35px;
  overflow: overlay;
  height: 500px;
}
.close-terms {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: 60px;
  top: 20px;
}
.close-terms:hover,
.close-terms:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  overflow: auto;
}
.button-terms {
  display: flex;
  justify-content: space-around;
  margin-top: 50px;
}
.terms-links {
  color: #E20714 !important;
  cursor: pointer;
  margin-left: 5px;
}
.terms-links:hover {
  color: #00addd!important;
  font-size: 15px;
}
.textterms {
  display: none;
}
.check-box-terms {
  background-color: red;
  height: 150px;
  width: 30%;
  border-radius: 25px;
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-left: 50px;
  padding: 12px;
  overflow: hidden;
  text-overflow: clip;
  padding-left: 25px;
  cursor: pointer;
}
.po-gr-mbreak {
  display: flex;
}
.gr-mbreak {
  margin-left: 30px;
}
@media only screen and (max-width: 1025px) {
  #fecharintro {
    left: 145px!important;
  }
  .nd-wrapper {
    max-height: 620px;
    overflow: auto;
  }
  #fechar1 {
    left: -242px !important;
  }
  #modalwhite2 {
    top: 210px !important;
    right: 496px!important;
  }
  #modalwhite3 {
    right: -90px !important;
  }
  #fourthTutorial {
    top: 21%!important;
  }
}
@media only screen and (max-width: 769px) {
  #avaliate .card .info .textarea {
    width: 120px;
  }
  .polity-mobile {
    width: auto;
  }
  #fecharintro {
    left: 20px!important;
  }
  #introduction {
    position: absolute;
    left: 65%!important;
  }
  #fechar1 {
    left: -296px !important;
  }
  #modalwhite2 {
    right: 313px!important;
    top: 160px!important;
  }
  #modalwhite3 {
    right: -133px !important;
  }
  #fechar3 {
    top: 41px!important;
  }
  #fourthTutorial {
    top: 18%!important;
  }
  .competition-line {
    width: 200px;
  }
}
@media only screen and (max-width: 992px) {
  .polici-grid {
    width: 140px;
  }
  #modalwhite1 {
    top: -5px !important;
  }
  #fechar1 {
    left: -285px !important;
  }
  #modalwhite2 {
    top: 219px !important;
    right: 293px !important;
    height: 205px !important;
  }
  #modalwhite3 {
    right: -133px !important;
  }
  #fechar3 {
    left: 4px !important;
  }
  #fourthTutorial {
    right: 7% !important;
  }
  #modalwhite4 {
    right: 8px!important;
    width: 271px;
  }
}
@media only screen and (max-width: 991px) {
  .polity-mobile {
    width: 115px;
  }
}
@media only screen and (max-width: 426px) {
  #avaliate {
    border: 1px solid #0001;
    border-radius: 5px;
    padding-top: 5px;
  }
  #avaliate .card {
    min-width: 100px;
    width: 185px;
  }
  #avaliate .card .info .name {
    height: 24px;
  }
  #avaliate .card .info .textarea {
    width: 165px;
  }
  .colum-po-gr {
    display: block;
  }
  .name-po-gr {
    margin-left: 0!important;
  }
  .swal2-content h3 {
    font-size: 20px!important;
  }
  .content-view .d-flex {
    display: block!important;
  }
  .content-view button {
    margin-right: auto!important;
  }
  .accept-mobile {
    margin-left: 20px;
  }
  .gr-mbreak {
    margin-left: 14px;
  }
  .po-gr-mbreak {
    display: block;
  }
  .waiting-acess {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    display: none;
  }
  .card-div {
    margin: auto 0;
  }
  #fecharintro {
    left: -7px !important;
  }
  #introduction {
    position: absolute;
    left: 90%!important;
  }
  #fist-tutorial {
    position: absolute;
    left: 113%!important;
    bottom: -172% !important;
  }
  #modalwhite1 {
    top: -59px !important;
  }
  #fechar1 {
    left: -146px !important;
  }
  #fechar2 {
    top: 203px!important;
  }
  #modalwhite2 {
    top: 215px!important;
    right: 121px!important;
    height: 210px!important;
  }
  #modalwhite3 {
    right: 172px !important;
  }
  #modalwhite4 {
    right: 1px!important;
    width: 278px!important;
  }
  #fechar3 {
    left: 4px!important;
  }
  #fourthTutorial {
    right: 7%!important;
  }
  .infob-prod {
    display: block!important;
  }
  .return-date-prod {
    margin-left: 0!important;
  }
  .polici-grid {
    width: 190px;
  }
  .competition-line {
    width: 40px;
  }
  #tutoView {
    left: -188px;
  }
  #texto2 {
    top: 215px;
  }
}
@media only screen and (max-width: 376px) {
  .accept-mobile {
    margin-left: 0;
  }
  #modalwhiteintro {
    height: 279px !important;
  }
  #modalwhite3 {
    right: 122px !important;
  }
  #fourthTutorial {
    right: 4% !important;
  }
  #fechar4 {
    left: -337px !important;
    top: -31px !important;
  }
}
@media only screen and (max-width: 321px) {
  #fecharintro {
    top: -27px !important;
    left: -29px !important;
  }
  #introduction {
    position: absolute;
    left: 97% !important;
  }
  #modalwhite2 {
    right: 75px !important;
  }
  #modalwhite3 {
    right: 109px !important;
  }
  #fechar3 {
    left: 249px;
  }
}
.accept-invoice:hover {
  background: #2ba332;
}
.event-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 0;
}
.event-pagination p {
  margin: 12px;
  text-align: center;
}
.event-pagination .pagination-button {
  cursor: pointer;
  background-color: #E20714;
  color: #ffffff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 0 0 2px 1px #30303030;
  margin: 12px;
  padding: 12px;
}
.event-pagination .pagination-button:hover {
  background-color: #98050d;
}
.event-pagination .pagination-button.selected {
  pointer-events: none;
  background-color: #98050d;
}
@media screen and (max-width: 680px) {
  .event-pagination p,
  .event-pagination .pagination-button {
    margin: 12px 6px;
  }
  .event-pagination .pagination-button {
    width: 28px;
    height: 28px;
  }
}
#dropdownWrapper {
  z-index: 3;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s ease;
}
#dropdownWrapper.active {
  pointer-events: all;
  opacity: 1;
}
.dropdown {
  background-color: #fff;
  position: absolute;
  margin: auto;
  border-radius: 5px;
  width: 200px;
  top: 64px;
  border: 1px solid #e20714;
  box-shadow: 0 0 1px 0.5px rgba(48, 48, 48, 0.19);
}
.dropdown .option-divider {
  width: 100%;
  height: 1px;
  background-color: #303030;
}
.dropdown .dropdown-content {
  max-height: 500px;
  overflow-y: auto;
}
.dropdown .dropdown-option {
  cursor: pointer;
  display: flex;
  align-items: center;
  border: 0;
  transition: background-color 0.25s ease;
}
.dropdown .dropdown-option.first-option {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.dropdown .dropdown-option.last-option {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.dropdown .dropdown-option.unique-option {
  border-radius: 5px;
}
.dropdown .dropdown-option:hover {
  background-color: #e8e8e8;
}
.dropdown::after {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  right: 0;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #e20714;
  z-index: -1;
}
@media screen and (max-width: 670px) {
  .dropdown {
    top: 68px;
  }
}
.pagination-wrapper .event-divider {
  width: 100%;
  height: 1px;
  background-color: #e8e8e8;
  margin: 48px 12px;
}
.pagination-wrapper .event-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pagination-wrapper .event-items .event-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
}
.pagination-wrapper .event-items .event-header .event-filter {
  width: 320px;
  padding: 6px;
  border-radius: 10px;
  border: 2px solid #9B9B9B;
  line-height: 1.5;
  outline: none;
}
@media screen and (max-width: 680px) {
  .pagination-wrapper .event-items .event-header .event-filter {
    width: 100%;
  }
}
.pagination-wrapper .event-items .event-link {
  color: #000;
  outline: none;
  text-decoration: none;
}
.pagination-wrapper .event-items .event-cards {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pagination-wrapper .event-items .event-card {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 250px;
  height: 250px;
  background-color: #fff;
  margin: 12px;
  box-shadow: 0 0 7px 1px #30303030;
  border-radius: 15px;
  padding: 24px;
  transition: box-shadow 0.25s ease, background-color 0.25s ease;
}
.pagination-wrapper .event-items .event-card h1 {
  font-size: 14px;
}
.pagination-wrapper .event-items .event-card .event-status {
  position: absolute;
  top: 12px;
  right: 12px;
}
.pagination-wrapper .event-items .event-card .event-messages {
  display: flex;
  position: absolute;
  top: 12px;
  left: 12px;
}
.pagination-wrapper .event-items .event-card .event-messages p {
  color: #E20714;
  font-size: 12px;
  font-weight: bold;
  line-height: initial;
}
.pagination-wrapper .event-items .event-card .event-messages .message-notification {
  margin: auto 6px auto 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #E20714;
}
.pagination-wrapper .event-items .event-card:hover {
  background-color: #fafafa;
  box-shadow: 0 0 7px 1.5px #30303060;
}
.pagination-wrapper .event-items .event-card:active {
  background-color: #e8e8e8;
}
.pagination-wrapper .remove-from-file {
  cursor: pointer;
  background-color: #e20714;
  color: #ffffff;
}
.pagination-wrapper .remove-from-file:hover {
  background-color: #98050d;
}
#options {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  margin: 0;
}
#options > div {
  width: 60%;
}
#options > div .flexme {
  display: flex;
  align-items: center;
  justify-content: center;
}
#options > div #searchContainerHeight {
  min-height: 124px;
}
@media screen and (max-width: 680px) {
  #options > div #searchContainerHeight {
    min-height: 160px;
  }
}
#options > div #searchContainerHeight #searchContainer {
  margin-top: 32px;
  margin-bottom: 42px;
  width: 100%;
}
#options > div #searchContainerHeight #searchContainer .easy-autocomplete-container {
  z-index: 12;
}
#options > div #searchContainerHeight #searchContainer.sticky {
  background: #FFF;
  border-radius: 42px;
  transform: translate(0, 0);
  padding: 0px 32px;
  box-shadow: 0 1px 4px 0 rgba(194, 194, 194, 0.5);
  left: 0;
  padding-bottom: 12px;
  opacity: 0.92;
}
#options > div #searchContainerHeight #searchContainer.sticky .event-item {
  box-shadow: none;
  margin-bottom: -16px;
}
#options > div #searchContainerHeight #searchContainer.sticky:hover {
  opacity: 1;
}
#options > div #searchContainerHeight #searchContainer .wrapper {
  display: flex;
  flex-flow: line;
  justify-content: center;
  align-items: center;
}
#options > div #searchContainerHeight #searchContainer .wrapper > div {
  width: 100%;
}
#options > div #searchContainerHeight #searchContainer .wrapper #search {
  background: #FFFFFF;
  border: 1px solid #979797;
  border-radius: 8px;
  display: inline-block;
}
#options > div #searchContainerHeight #searchContainer .wrapper #searchButton {
  width: 220px;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  margin-left: 12px;
  color: white;
  background: #E20714;
  border-radius: 47px;
  padding: 14px 0px;
}
@media screen and (max-width: 680px) {
  #options > div #searchContainerHeight #searchContainer .wrapper {
    flex-flow: column;
  }
  #options > div #searchContainerHeight #searchContainer .wrapper #searchButton {
    margin-left: 0;
    margin-top: 12px;
    padding: 10px 0px;
    width: 100%;
  }
}
#options > div #searchContainerHeight #searchContainer ul {
  text-align: left;
  overflow-y: scroll;
  height: 100%;
  max-height: 200px;
  border: 1px solid #0003;
}
#options > div #searchContainerHeight #searchContainer ul::-webkit-scrollbar {
  width: 12px;
}
#options > div #searchContainerHeight #searchContainer ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
#options > div #searchContainerHeight #searchContainer ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #9B9B9B;
}
#options > div #searchContainerHeight #searchContainer ul li {
  padding: 0 !important;
}
#options > div #searchContainerHeight #searchContainer ul li div {
  padding: 6px 8px;
}
#options > div #searchContainerHeight #searchContainer ul li.selected-master div {
  color: #9B9B9B;
}
#options > div #searchContainerHeight #searchContainer #legend-options {
  text-align: center;
  margin: auto;
  margin-bottom: 20px;
}
#options > div #searchContainerHeight #searchContainer #legend-options .event-item {
  padding: 8px 35px;
  border-radius: 8px;
}
#options > div #searchContainerHeight #searchContainer #legend-options .event-item ul {
  overflow: visible;
  border: none;
  margin: 0;
  padding: 0;
}
#options > div #searchContainerHeight #searchContainer #legend-options .event-item li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
#options > div #searchContainerHeight #searchContainer #legend-options .event-item li:first-child {
  margin-left: 0;
}
#options > div #searchContainerHeight #searchContainer #legend-options .event-item li div {
  padding: 0;
}
#options > div #searchContainerHeight #searchContainer #legend-options .event-item .legend-color {
  width: 10px;
  height: 10px;
  margin-right: 10px;
  display: inline-block;
}
#options > div #searchContainerHeight #searchContainer #legend-options .event-item .legend-color.red {
  background-color: #E20714;
  border-radius: 50%;
}
#options > div #searchContainerHeight #searchContainer #legend-options .event-item .legend-color.gray {
  background-color: #4A4A4A;
  border-radius: 50%;
}
#options > div header p {
  color: #9B9B9B;
}
#options > div .custom-checkbox {
  margin-bottom: 40px;
}
#options > div .options-grid {
  margin-top: 74px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 16px 24px;
}
#options > div .options-grid .secondary-background {
  background: #4A4A4A !important;
}
#options > div .options-grid .flag.secondary-background::before {
  border-top-color: #4A4A4A !important;
}
#options > div .options-grid .event-item {
  height: 100%;
  margin: 0;
  height: 256px;
  max-width: 492px;
  padding: 0;
  position: relative;
}
#options > div .options-grid .event-item .close-me {
  cursor: pointer;
  z-index: 10;
  width: 20px;
  height: 20px;
  background: #E20714;
  position: absolute;
  top: 4px;
  border-radius: 50%;
  left: 4px;
}
#options > div .options-grid .event-item .close-me .cross {
  background: white;
  width: 12px;
  height: 3px;
  transform: rotateZ(45deg);
  position: absolute;
  top: 8.5px;
  left: 4px;
}
#options > div .options-grid .event-item .close-me .cross:after {
  content: '';
  background: white;
  width: 12px;
  height: 3px;
  transform: rotateZ(90deg);
  position: absolute;
  top: 0px;
  left: 0px;
}
#options > div .options-grid .event-item .flag {
  background: #E20714;
  display: inline-block;
  height: 24px;
  position: absolute;
  right: 44px;
  top: 0;
  width: 24px;
}
#options > div .options-grid .event-item .flag:before {
  border-top: 6px solid #E20714;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  bottom: -6px;
  width: 0;
}
#options > div .options-grid .event-item .event-content {
  z-index: 0;
  position: relative;
  border-radius: 47px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 24px 24px 42px 24px;
}
#options > div .options-grid .event-item .event-content .title {
  padding: 8px 0 8px 0;
  font-size: 16px;
  font-weight: bold;
  color: #4A4A4A;
  text-align: left;
}
#options > div .options-grid .event-item .event-content .division {
  opacity: 0.6;
  height: 2px;
  background: #E20714;
  width: 100%;
  margin-bottom: 8px;
}
#options > div .options-grid .event-item .event-content .categories {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 124px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  flex-flow: row;
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  padding-right: 4px;
}
#options > div .options-grid .event-item .event-content .categories::-webkit-scrollbar {
  width: 12px;
}
#options > div .options-grid .event-item .event-content .categories::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
#options > div .options-grid .event-item .event-content .categories::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #9B9B9B;
}
#options > div .options-grid .event-item .event-content .categories .category {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 0 0;
  padding-left: 12px;
  padding-top: 6px;
  max-width: 208px;
  height: 32px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  background: #E20714;
}
#options > div .options-grid .event-item .event-content .categories .category > p {
  text-align: left;
  color: white;
  width: 100%;
  padding-right: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  top: 5px;
  white-space: nowrap;
}
#options > div .options-grid .event-item .event-content .categories .category .close {
  position: absolute;
  right: 12px;
  top: 9px;
  opacity: 1;
  width: 14px;
  height: 14px;
  cursor: pointer;
}
@media screen and (max-width: 1270px) and (min-width: 1129px) {
  #options > div .options-grid .event-item .event-content .categories {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
  }
  #options > div .options-grid .event-item .event-content .categories .category {
    max-width: 98%;
  }
}
@media screen and (max-width: 810px) and (min-width: 577px) {
  #options > div .options-grid .event-item .event-content .categories {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
  }
  #options > div .options-grid .event-item .event-content .categories .category {
    max-width: 98%;
  }
}
@media screen and (max-width: 440px) {
  #options > div .options-grid .event-item .event-content .categories {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
  }
  #options > div .options-grid .event-item .event-content .categories .category {
    max-width: 98%;
  }
}
#options > div .options-grid .event-item .event-content .footer {
  cursor: pointer;
  border-bottom-left-radius: 47px;
  border-bottom-right-radius: 47px;
  position: absolute;
  bottom: 0;
  box-shadow: 0 -1px 6px 0 #FFD1D4;
  height: 42px;
  width: 100%;
  left: 0;
  color: #E20714;
  font-weight: bold;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#options > div .options-grid .event-item .event-content .footer:hover {
  box-shadow: 0 -2px 4px 0 #FFD1D4;
}
#options > div .options-grid .event-item .event-content .footer .glass {
  width: 16px;
  height: 16px;
  margin-left: 12px;
}
#options > div .options-grid #addCategory {
  cursor: pointer;
  transition: transform 0.5s;
}
#options > div .options-grid #addCategory:hover {
  transform: scale(1.02);
}
#options > div .options-grid #addCategory .event-content {
  display: flex;
  flex-flow: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 36px 42px 0 42px;
}
#options > div .options-grid #addCategory .event-content h2 {
  color: #E20714;
  font-weight: bold;
}
#options > div .options-grid #addCategory .event-content .plus {
  background: #E20714;
  width: 60px;
  height: 7px;
  transform: rotateZ(0deg);
  position: relative;
  border-radius: 8px;
  margin-bottom: 56px;
}
#options > div .options-grid #addCategory .event-content .plus:after {
  content: '';
  cursor: pointer;
  background: #E20714;
  width: 60px;
  height: 7px;
  transform: rotateZ(90deg);
  border-radius: 8px;
  position: absolute;
  top: 0px;
  right: 0px;
}
#options > div .options-grid #template-item {
  display: none;
}
#options > div .main-actions {
  margin-top: 128px;
  width: 100%;
}
#options > div .main-actions button {
  width: 60%;
  padding: 16px 9px;
  font-weight: bold;
  min-width: 280px;
  margin: auto;
}
#options > div #overlay-search {
  overflow-y: hidden;
  opacity: 0;
  display: none;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10002;
}
#options > div #overlay-search .content {
  height: 100%;
  padding: 6% 16% 128px 16%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: column;
}
#options > div #overlay-search .content #search-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 20px;
  margin-left: 88px;
  color: #9B9B9B;
}
#options > div #overlay-search .content .row.search {
  flex-wrap: nowrap;
  flex-direction: row;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}
#options > div #overlay-search .content .row.search .cross {
  cursor: pointer;
  background: #E20714;
  width: 42px;
  height: 6px;
  transform: rotateZ(45deg);
  position: absolute;
  top: 37px;
  border-radius: 8px;
  right: 4px;
  opacity: 0.6;
}
#options > div #overlay-search .content .row.search .cross:after {
  content: '';
  cursor: pointer;
  background: #E20714;
  width: 42px;
  height: 6px;
  transform: rotateZ(90deg);
  border-radius: 8px;
  position: absolute;
  top: 0px;
  right: 0px;
}
#options > div #overlay-search .content .row.search .cross:before {
  content: '';
  cursor: pointer;
  background: transparent;
  width: 42px;
  height: 42px;
  position: absolute;
  left: 0px;
  top: -17px;
}
#options > div #overlay-search .content .row.search #search-category {
  padding-right: 42px;
  background: transparent;
  border: none;
  outline: none;
  font-size: 54px;
  color: #E20714;
  width: 100%;
  font-weight: bold;
  padding-left: 24px;
}
#options > div #overlay-search .content .row.search #search-category::placeholder {
  opacity: 0.5;
  color: #E20714;
  font-weight: bold;
  font-style: normal;
}
#options > div #overlay-search .content .row.search .glass {
  width: 64px;
  height: 64px;
  opacity: 0.5;
}
#options > div #overlay-search .content .categories {
  max-height: 80%;
  border-top: 1px solid #00000017;
  width: 100%;
  margin-top: 12px;
  padding: 32px 4px 8px 4px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
}
#options > div #overlay-search .content .categories::-webkit-scrollbar {
  width: 12px;
}
#options > div #overlay-search .content .categories::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
#options > div #overlay-search .content .categories::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #9B9B9B;
}
#options > div #overlay-search .content .categories .event-item {
  cursor: pointer;
  margin: 0;
  box-shadow: 0 1px 4px 0 rgba(194, 194, 194, 0.8);
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 28px;
  overflow: hidden;
}
#options > div #overlay-search .content .categories .event-item.selected {
  background: #E20714;
}
#options > div #overlay-search .content .categories .event-item.selected p {
  color: white;
}
#options > div #overlay-search .content .categories .event-item.inactive {
  display: none;
}
#options > div #overlay-search .content .categories .event-item p {
  color: #4A4A4A;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 20px;
  font-weight: bold;
  padding-top: 7px;
}
@media screen and (max-width: 500px) {
  #options > div #overlay-search .content .categories .event-item p {
    text-overflow: initial;
    white-space: normal;
    word-wrap: break-word;
    width: 100%;
  }
}
#options > div #overlay-search .content .action {
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 100%;
}
#options > div #overlay-search .content .action button {
  width: 300px;
  margin: auto;
  padding: 12px 13px;
  font-size: 17px;
  display: block;
  font-weight: bold;
  margin-bottom: -24px;
}
@media screen and (max-width: 768px) {
  #options > div #overlay-search .content .action button {
    margin-bottom: 0;
  }
}
#options > div #overlay-search .content .deleteme {
  margin: auto;
  margin-top: 15%;
  color: #E20714;
  opacity: 0.6;
}
@media screen and (max-width: 1152px) {
  #options > div #overlay-search .content {
    padding: 8% 10% 128px 10%;
  }
  #options > div #overlay-search .content #search-title {
    margin-left: 62px;
  }
  #options > div #overlay-search .content .row.search .cross {
    width: 30px;
    height: 5px;
    top: 24px;
  }
  #options > div #overlay-search .content .row.search .cross:after {
    width: 30px;
    height: 5px;
  }
  #options > div #overlay-search .content .row.search #search-category {
    font-size: 36px;
  }
  #options > div #overlay-search .content .row.search .glass {
    width: 36px;
    height: 36px;
  }
  #options > div #overlay-search .content .categories {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 1152px) and screen and (max-width: 768px) {
  #options > div #overlay-search .content #search-title {
    margin-left: 0;
    margin-bottom: 75px;
    white-space: normal;
  }
}
@media screen and (max-width: 780px) {
  #options > div #overlay-search .content .categories {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 1720px) {
  #options > div {
    width: 72%;
  }
}
@media screen and (max-width: 1390px) {
  #options > div {
    width: 85%;
  }
}
@media screen and (max-width: 1128px) {
  #options > div .options-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 12px 18px;
  }
}
@media screen and (max-width: 768px) {
  #options > div {
    width: 92%;
  }
}
@media screen and (max-width: 576px) {
  #options > div .options-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 12px 12px;
  }
}
#hidden-terms {
  display: none;
}
.custom-btn {
  text-transform: unset !important;
  margin-bottom: 5px;
}
#previousReferenceBtn {
  position: relative;
}
#previousReferenceBtn .anexo-arquivo {
  position: absolute;
  margin: auto 0;
  top: 100px;
  z-index: 1;
}
.customize-btn {
  text-transform: unset !important;
  justify-content: space-around;
  margin-bottom: 20px;
  width: 100%;
  height: 280px;
  max-height: 400px;
  background: #FFFFFF;
  box-shadow: 0 1px 4px 0 rgba(194, 194, 194, 0.5);
  padding: 30px;
  border-radius: 20px;
}
.customize-btn .dz-clickable {
  height: 200px;
}
.customize-btn .dz-message {
  margin-top: 65px;
}
.drop-hidden {
  display: none;
}
#appenClick {
  display: flex;
  justify-content: center;
}
#modal-proof .modal-content-performance {
  width: 70%;
}
#modal-proof .padding-performance {
  padding: 25px 40px 0px 35px;
}
#modal-proof .proof-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  box-shadow: 1px 1px 3px 1px rgba(51, 51, 51, 0.322);
  min-height: 60px;
  padding: 9px;
  margin: 0 0 10px 0;
}
#modal-proof .proof-card .buttton-proof {
  height: 35px;
  font-size: 14px;
}
#modal-proof .date-proof {
  font-weight: bold;
}
#dropzone-fake img {
  height: 100px;
  margin: 20px;
  border: 2px dashed #f23;
  border-radius: 5px;
  width: 100px;
}
#dropzone-fake .dropzone .dz-clickable {
  cursor: default;
}
#dropzone-fake .close-drop {
  display: inline-block;
}
#dropzone-fake .close {
  transform: translate(-30px, 5px);
  height: 25px;
  width: 25px;
  background-color: red;
  border-radius: 15px;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  color: #fff;
  opacity: 0.8;
}
#dropzone-fake .close:hover {
  opacity: 1;
}
.upload-organize {
  color: red;
  font-size: 1.5em!important;
}
.label-po-gr {
  font-size: 1.1em!important;
  color: #6b6b6b !important;
  font-weight: 700;
  padding: 0!important;
  margin-top: 5px!important;
}
.label-po-gr-div {
  display: flex!important;
  align-items: center;
  margin-top: 2px;
}
.active1 {
  display: none;
}
.po-gr-input {
  border: none!important;
  margin-left: 4px!important;
  width: 180px;
}
.atencion-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: start!important;
  padding: 25px 45px;
  margin: 20px 25px;
  line-height: 1.5em;
  background-color: #eeeeee;
  border-radius: 5px;
}
.atencion-info b {
  font-weight: 600!important;
}
.terms-event p {
  line-height: 2;
}
.terms-event .title {
  font-weight: bold;
  font-size: 26px;
}
.terms-event .terms {
  font-size: 12px;
  max-height: 350px;
  overflow: auto;
  margin: auto;
  margin-top: 32px;
  width: 80%;
  border: 1px solid #b4b4b4;
  border-radius: 6px;
  padding: 20px;
  text-align: start;
}
.terms-event .terms > * {
  color: #212121;
}
@media screen and (max-width: 1800px) {
  .terms-event .terms {
    padding: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .terms-event .terms {
    padding: 12px;
  }
}
.terms-event .terms::-webkit-scrollbar {
  width: 12px;
}
.terms-event .terms::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.terms-event .terms::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #9B9B9B;
}
.terms-event a {
  color: #E20714;
}
.proposal-button {
  cursor: pointer;
  background-color: tomato;
  white-space: nowrap;
  height: 35px;
}
.proposal-button.showin {
  position: relative;
  animation-name: buttonProposalAnim;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: both;
}
@keyframes buttonProposalAnim {
  from {
    right: -544px;
  }
  to {
    right: 0px;
  }
}
.avaliation-button {
  cursor: pointer;
  background-color: #28a745;
  white-space: nowrap;
  height: 35px;
}
.avaliation-button.showin {
  position: relative;
  animation-name: buttonProposalAnim;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: both;
}
@keyframes buttonAvaliationAnim {
  from {
    right: -544px;
  }
  to {
    right: 0px;
  }
}
.bottom-buttons {
  display: flex;
  justify-content: space-between;
  height: 65px;
}
.pre-select-button {
  height: 35px;
  cursor: pointer;
  background-color: #8b45a8;
  white-space: nowrap;
}
@media only screen and (max-width: 426px) {
  #dropzone-fake .customize-btn {
    max-height: 600px;
    height: 440px;
  }
  #appenClick {
    height: 320px;
  }
  #appenClick .close-drop {
    display: flow-root;
  }
}
@media only screen and (max-width: 769px) {
  #textointroclient {
    width: 277px!important;
    height: 232px!important;
    padding: 23px!important;
    border-radius: 37px 37px 32px 23px!important;
  }
  #texto1cliente {
    right: 17px!important;
    top: 418px!important;
    width: 260px!important;
    height: 216px!important;
  }
  #texto2cliente {
    top: 1435px!important;
  }
}
@media only screen and (max-width: 321px) {
  #textointroclient {
    width: 277px!important;
    height: 232px!important;
    padding: 23px!important;
    border-radius: 37px 37px 32px 23px!important;
  }
  #texto1cliente {
    right: 17px!important;
    top: 418px!important;
    width: 260px!important;
    height: 216px!important;
  }
  #texto2cliente {
    top: 1435px!important;
  }
}
@media screen and (max-width: 1140px) {
  .invoiceImage {
    width: 250px !important;
    height: 250px !important;
  }
}
@media screen and (max-width: 940px) {
  .invoiceImage {
    width: 200px !important;
    height: 200px !important;
  }
}
@media screen and (max-width: 770px) {
  .modal-production-container {
    flex-direction: column;
  }
  .invoiceImage {
    position: relative !important;
  }
  #invoiceLoader {
    display: none !important;
  }
  .modal-production-col {
    margin: 12px auto;
    max-width: 100% !important;
  }
  .modal-col-12 {
    max-width: 100%;
    flex-direction: column !important;
  }
  #invoiceForm .col-md-6.col-sm-12 {
    margin: 0 0 10px 0;
  }
}
.budget-wrapper {
  z-index: 1;
}
.budget-modal-header {
  font-size: 24px;
  text-align: center;
  margin: auto 0;
}
.budget-modal-footer {
  order: 1;
  margin: auto auto 0;
}
.budget-modal-footer .btn {
  cursor: pointer;
}
.proposal-item {
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  height: 48px;
}
.proposal-item:hover {
  box-shadow: 0 1px 4px 1px rgba(194, 194, 194, 0.8);
}
.proposal-item:active {
  box-shadow: 0 1px 4px 0px rgba(194, 194, 194, 0.8);
}
.proposal-item svg,
.proposal-item i {
  cursor: pointer;
  font-size: 24px;
  width: 24px !important;
  height: 24px;
  margin: auto 12px;
}
.proposal-item p {
  border-right: none;
  text-align: center;
  white-space: nowrap;
  margin: auto 12px;
}
.provider-description-ellipsis {
  max-height: 124px;
  padding-right: 8px;
  overflow-y: auto;
  color: #4A4A4A;
}
.provider-description-ellipsis::-webkit-scrollbar {
  width: 12px;
}
.provider-description-ellipsis::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.provider-description-ellipsis::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #9B9B9B;
}
.remove-login-item,
.remove-suggestion-item {
  display: block;
  width: 22px;
  height: 22px;
  background: transparent url('/images/excluir-usuario-icon.png') center center no-repeat;
  border: 0;
  cursor: pointer;
  margin-top: 35px;
}
.svg-upper {
  height: 25px;
  width: 19px;
  background: transparent url('/images/icons/upeerzinho.svg') center center no-repeat;
  border: 0;
  cursor: pointer;
  position: absolute;
  bottom: 0px;
  left: 4px;
}
.tip-upper {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}
.tip-upper .text-upper {
  background: url(/images/balon-upper.svg) center center no-repeat;
  background-size: 919px;
  visibility: hidden;
  min-width: 250px;
  min-height: 211px;
  color: #4A4A4A;
  text-align: center;
  padding: 16px 8px;
  position: absolute;
  z-index: 20;
  bottom: 125%;
  left: 50%;
  margin-left: -15px;
  opacity: 0;
  transition: opacity 0.4s;
  font-size: 12px;
  font-style: italic;
}
.tip-upper:hover .text-upper {
  visibility: visible!important;
  opacity: 1.0;
}
.ground-tip {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(246, 246, 246, 0.9) 80%, rgba(242, 242, 242, 0.9) 88%, rgba(237, 237, 237, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.9)), color-stop(80%, rgba(246, 246, 246, 0.9)), color-stop(88%, rgba(242, 242, 242, 0.9)), color-stop(100%, rgba(237, 237, 237, 0)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(246, 246, 246, 0.9) 80%, rgba(242, 242, 242, 0.9) 88%, rgba(237, 237, 237, 0) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(246, 246, 246, 0.9) 80%, rgba(242, 242, 242, 0.9) 88%, rgba(237, 237, 237, 0) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(246, 246, 246, 0.9) 80%, rgba(242, 242, 242, 0.9) 88%, rgba(237, 237, 237, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(246, 246, 246, 0.9) 80%, rgba(242, 242, 242, 0.9) 88%, rgba(237, 237, 237, 0) 100%);
  min-width: 219px;
  min-height: 129px;
  border-radius: 24px 24px 24px 0;
  z-index: 10;
  padding: 5px 4px;
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 73px;
}
.text-upper:hover {
  opacity: 1.0;
}
.svg-upper:hover {
  transform: scale(1.3);
  fill: #000;
}
.add-login-item,
.add-suggestion-item {
  color: #E20714;
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
  float: right;
}
.add-login-item i,
.add-suggestion-item i {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: transparent url('/images/add-usuario-icon.png') center center no-repeat;
  border: 0;
  cursor: pointer;
  margin-right: 10px;
  vertical-align: middle;
}
.right-item {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: transparent url('/images/right-item.png') center center no-repeat;
  border: 0;
  cursor: pointer;
  margin-top: 12px;
  margin-left: 12px;
}
.left-item {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: transparent url('/images/left-item.png') center center no-repeat;
  border: 0;
  cursor: pointer;
  margin-top: 12px;
  margin-right: 12px;
}
.double-right-item {
  float: right;
  display: inline-block;
  width: 22px;
  height: 22px;
  background: transparent url('/images/double-right-item.png') center center no-repeat;
  border: 0;
  cursor: pointer;
  margin-top: 12px;
}
.double-left-item {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: transparent url('/images/double-left-item.png') center center no-repeat;
  border: 0;
  cursor: pointer;
  margin-top: 12px;
}
#fileupload {
  position: absolute;
  left: 0;
  width: 100%;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
.show-on-both,
.show-on-client,
.show-on-provider {
  display: none;
}
.show-on-both select option,
.show-on-client select option,
.show-on-provider select option {
  padding-top: 4px;
}
.who-are-you > .col:first-child {
  height: inherit;
}
.who-are-you > .col:first-child > button {
  height: 100%;
}
@media screen and (max-width: 373px) {
  .who-are-you > .col:first-child {
    margin-bottom: 12px;
  }
}
.padding-terms h4 {
  text-align: start;
}
.padding-terms b {
  line-height: 3;
}
.section-signup .cnpj-form-group {
  position: relative;
}
.section-signup .appended-login-items {
  max-height: 280px;
  overflow-y: auto;
}
.section-signup .appended-login-items::-webkit-scrollbar {
  width: 12px;
}
.section-signup .appended-login-items::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.section-signup .appended-login-items::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #9B9B9B;
}
.section-signup .appended-login-items .login-item {
  padding-right: 8px;
  position: relative;
}
.section-signup .appended-login-items .login-item .form-group {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .section-signup .appended-login-items .login-item:not(:first-child) {
    margin-top: 24px;
  }
  .section-signup .appended-login-items .login-item .remove-login-item.first {
    display: none;
  }
  .section-signup .appended-login-items .login-item button {
    position: absolute;
    top: -36px;
    right: 24px;
  }
}
.chat-box.special {
  pointer-events: none;
  display: none !important;
}
#admin {
  margin-top: 1.6rem;
}
#admin #sidebar {
  margin: 0px 0px 20px 0px;
  padding: 0;
  display: block;
}
#admin #sidebar > ul > li > a {
  font-size: 16px;
}
#admin #sidebar > ul > li > ul {
  padding: 5px 0px 10px 30px;
}
#admin #sidebar > ul > li > ul > li a {
  font-size: 14px;
}
#admin #sidebar li {
  display: block;
}
#admin #sidebar a {
  color: black;
  font-weight: bold;
  font-size: 14px;
}
#admin #sidebar a svg {
  margin-right: 10px;
}
#admin #sidebar ul {
  margin: 0;
  padding: 0;
}
#admin #admin-content header {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
#admin #admin-content .form label {
  font-weight: bold;
  color: #E20714;
}
#admin #admin-content h1 {
  margin: 0;
  padding: 0;
}
#admin #dashboard {
  margin: auto 10%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
#admin #dashboard header {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 92px;
}
#admin #dashboard header h1 {
  margin: 0;
  padding: 0;
}
#admin #dashboard header h3 {
  color: #9B9B9B;
  font-size: 16px;
  margin-top: 20px;
  max-width: 400px;
  text-transform: none;
  font-weight: normal;
}
#admin #dashboard section {
  width: 100%;
  text-transform: none;
}
#admin #dashboard section .cash {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}
#admin #dashboard section .cash .lefty {
  position: relative;
  margin-top: 0;
  width: 472px;
  height: 240px;
  min-width: 472px;
  margin-right: 12px;
  flex-grow: initial;
  overflow: visible;
}
#admin #dashboard section .cash .lefty h1 {
  text-transform: none;
  position: absolute;
  left: 36px;
  top: -64px;
}
#admin #dashboard section .cash .lefty .percentage {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
  height: 240px;
}
#admin #dashboard section .cash .lefty .percentage #to-pay {
  visibility: hidden;
  width: 240px;
  position: relative;
}
#admin #dashboard section .cash .lefty .percentage #to-pay p {
  position: absolute;
  top: 140px;
  left: 95px;
  color: #dbdbdb;
  font-weight: bold;
  font-size: 16px;
}
#admin #dashboard section .cash .lefty .percentage .loader {
  border: 18px solid #e2e2e2;
  border-top: 18px solid #E20714;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  animation: spin 2s linear infinite;
  position: absolute;
  left: 75%;
  top: 42px;
}
#admin #dashboard section .cash .lefty .percentage .loader.unavailable {
  animation: none;
  border: none;
  border-radius: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url('/images/icons/unavailable.svg');
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#admin #dashboard section .cash .lefty .info {
  visibility: hidden;
  margin-left: 200px;
  margin-top: 40px;
}
#admin #dashboard section .cash .lefty .info .received-value {
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 0;
  line-height: 1.2;
}
#admin #dashboard section .cash .lefty .info .received-value span {
  font-size: 14px;
  font-weight: normal;
  margin-right: 8px;
}
#admin #dashboard section .cash .lefty .info .received-label {
  color: #9B9B9B;
  font-size: 18px;
  margin-bottom: 18px;
}
#admin #dashboard section .cash .lefty .info .paid-value {
  color: #868282;
  font-size: 24px;
  margin-bottom: 0;
  line-height: 1.2;
}
#admin #dashboard section .cash .lefty .info .paid-value span {
  font-size: 12px;
  font-weight: normal;
  margin-right: 8px;
}
#admin #dashboard section .cash .lefty .info .paid-label {
  color: #9B9B9B;
  font-size: 14px;
}
@media screen and (max-width: 1540px) and (min-width: 1271px) {
  #admin #dashboard section .cash .lefty {
    margin-left: 2%;
  }
  #admin #dashboard section .cash .lefty .info {
    margin-left: 182px;
  }
}
@media screen and (max-width: 1270px) {
  #admin #dashboard section .cash .lefty {
    width: auto;
  }
  #admin #dashboard section .cash .lefty h1 {
    top: -48px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1270px) {
  #admin #dashboard section .cash .lefty h1 {
    top: -48px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1200px) {
  #admin #dashboard section .cash .lefty {
    width: auto;
  }
}
@media screen and (max-width: 530px) {
  #admin #dashboard section .cash .lefty {
    text-align: center;
    min-width: 340px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
  }
  #admin #dashboard section .cash .lefty h1 {
    width: 100%;
    left: 50%;
  }
  #admin #dashboard section .cash .lefty .percentage {
    position: relative;
    padding-right: 10px;
    width: 100%;
  }
  #admin #dashboard section .cash .lefty .percentage .loader {
    left: 24.5%;
    top: 112px;
  }
  #admin #dashboard section .cash .lefty .info {
    margin-left: 0;
    margin-top: 0;
  }
}
#admin #dashboard section .cash .righty {
  margin-top: 5px;
  height: 100%;
  width: 80%;
  padding: 0px 22px;
  position: relative;
}
#admin #dashboard section .cash .righty .loader {
  border: 24px solid #e2e2e2;
  border-top: 24px solid #E20714;
  border-radius: 50%;
  width: 222px;
  height: 222px;
  animation: spin 2s linear infinite;
  margin: auto;
}
#admin #dashboard section .cash .righty .loader.unavailable {
  animation: none;
  border: none;
  border-radius: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url('/images/icons/unavailable.svg');
}
#admin #dashboard section .cash .righty .content {
  max-height: 262px;
  padding-bottom: 8px;
  padding: 0 12px 12px 12px;
  overflow-y: auto;
}
#admin #dashboard section .cash .righty .content::-webkit-scrollbar {
  width: 12px;
}
#admin #dashboard section .cash .righty .content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
#admin #dashboard section .cash .righty .content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #9B9B9B;
}
#admin #dashboard section .cash .righty .content .item {
  width: 100%;
  min-width: 682px;
  height: 50px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin-top: 12px;
  justify-content: center;
  display: flex;
  flex-flow: row;
  align-items: center;
}
#admin #dashboard section .cash .righty .content .item > div {
  margin: 0;
  width: 25%;
}
#admin #dashboard section .cash .righty .content .item p {
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  color: #4A4A4A;
  padding-right: 16px;
}
#admin #dashboard section .cash .righty .content .item > span {
  position: absolute;
  width: 12px;
  height: inherit;
  top: 0;
  left: 0;
}
#admin #dashboard section .cash .righty .content .item .received-value {
  font-size: 20px;
  font-weight: bold;
  padding-left: 18px;
  position: relative;
}
#admin #dashboard section .cash .righty .content .item .received-value span {
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 12px;
}
#admin #dashboard section .cash .righty .content .item button {
  height: 38px;
  text-align: center;
  max-width: 192px;
  float: right;
}
#admin #dashboard section .cash .righty .content .item.warn > span {
  background: #FFA700;
}
#admin #dashboard section .cash .righty .content .item.warn .received-value {
  color: #FFA700;
}
#admin #dashboard section .cash .righty .content .item.warn button {
  padding: 0;
}
#admin #dashboard section .cash .righty .content .item.warn button:after {
  font-weight: bold;
  content: "ENVIAR LEMBRETE";
}
#admin #dashboard section .cash .righty .content .item.calm > span {
  background: #00ADDD;
}
#admin #dashboard section .cash .righty .content .item.calm .received-value {
  color: #00ADDD;
}
#admin #dashboard section .cash .righty .content .item.calm button:after {
  font-weight: bold;
  content: "PAGAR";
}
#admin #dashboard section .cash .righty .content .item.accept > span {
  background: #06C614;
}
#admin #dashboard section .cash .righty .content .item.accept .received-value {
  color: #06C614;
}
#admin #dashboard section .cash .righty .content .item.accept button {
  visibility: hidden;
}
#admin #dashboard section .cash .righty .content .item.accept p {
  color: #9B9B9B;
}
#admin #dashboard section .cash .righty .content .item.accept button:after {
  font-weight: bold;
  content: "";
}
#admin #dashboard section .cash .righty .content .item.danger > span {
  background: #E20714;
}
#admin #dashboard section .cash .righty .content .item.danger .received-value {
  color: #E20714;
}
#admin #dashboard section .cash .righty .content .item.danger button:after {
  font-weight: bold;
  content: "PAGAR";
}
#admin #dashboard section .cash .righty .content .item.danger.warn button:after {
  content: "COBRAR CLIENTE";
}
#admin #dashboard section .cash .righty .content .item.danger .event-date {
  font-weight: bold;
  color: #E20714;
}
#admin #dashboard section .cash .righty .content .item.inactive {
  cursor: not-allowed;
  background: #f3f3f3;
  box-shadow: 0 1px 6px 0 rgba(115, 115, 115, 0.5);
  height: 50px !important;
}
#admin #dashboard section .cash .righty .content .item.inactive > span {
  background: #9B9B9B;
}
#admin #dashboard section .cash .righty .content .item.inactive div {
  width: 100%;
}
#admin #dashboard section .cash .righty .content .item.inactive div p {
  width: 100%;
  text-align: center;
}
#admin #dashboard section .cash .righty .content .item.hidden {
  display: none;
}
#admin #dashboard section .cash .righty .header {
  min-width: 470px;
  top: -52px;
  left: 22px;
  position: absolute;
  height: 42px;
  font-size: 16px;
  width: 40%;
  display: none;
  flex-flow: row;
  align-items: center;
  text-align: center;
  cursor: pointer;
  padding: 0;
  overflow: hidden;
}
#admin #dashboard section .cash .righty .header .item-header {
  flex-grow: 1;
  height: 100%;
  padding-top: 8px;
  border-radius: 47px;
  color: #9B9B9B;
}
#admin #dashboard section .cash .righty .header .item-header:hover {
  text-decoration: underline;
}
#admin #dashboard section .cash .righty .header .item-header.active {
  color: white;
}
#admin #dashboard section .cash .righty .header .item-receive.active {
  background: #ec9f04;
}
#admin #dashboard section .cash .righty .header .item-pay.active {
  background: #00ADDD ;
}
#admin #dashboard section .cash .righty .header .item-paid.active {
  background: #06C614;
}
#admin #dashboard section .cash .righty .header .bar {
  height: 18px;
  width: 1px;
  background: rgba(0, 0, 0, 0.116);
}
#admin #dashboard section .tasks {
  position: relative;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 72px;
}
#admin #dashboard section .tasks h1 {
  text-transform: none;
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
}
#admin #dashboard section .tasks .loader {
  border: 18px solid #e2e2e2;
  border-top: 18px solid #E20714;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  animation: spin 2s linear infinite;
  margin-top: 52px;
}
#admin #dashboard section .tasks .loader.unavailable {
  animation: none;
  border: none;
  border-radius: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url('/images/icons/unavailable.svg');
}
#admin #dashboard section .tasks > div:not(.vertical-division) {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 1%;
}
#admin #dashboard section .tasks > div:not(.vertical-division) > h1 {
  width: 100%;
}
#admin #dashboard section .tasks .deadlines .deadlines-content {
  margin-top: 52px;
  width: 100%;
  height: 100%;
  position: relative;
  display: none;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  justify-content: space-between;
  grid-gap: 24px;
  padding: 12px;
  max-height: 792px;
  overflow-y: auto;
}
#admin #dashboard section .tasks .deadlines .deadlines-content::-webkit-scrollbar {
  width: 12px;
}
#admin #dashboard section .tasks .deadlines .deadlines-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
#admin #dashboard section .tasks .deadlines .deadlines-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #9B9B9B;
}
#admin #dashboard section .tasks .deadlines .deadlines-content h1 {
  top: -42px;
}
#admin #dashboard section .tasks .deadlines .deadlines-content .deadline-card {
  width: 100%;
  height: 240px;
  border-radius: 32px;
  position: relative;
  box-shadow: 0 1px 6px 0 rgba(115, 115, 115, 0.5);
  margin-top: 0;
}
#admin #dashboard section .tasks .deadlines .deadlines-content .deadline-card.inactive {
  cursor: not-allowed;
  background: #F3F3F3;
  display: none;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 22px 12px;
  height: 64px;
}
#admin #dashboard section .tasks .deadlines .deadlines-content .deadline-card .date {
  font-size: 12px;
  color: #9B9B9B;
  position: absolute;
  top: 24px;
}
#admin #dashboard section .tasks .deadlines .deadlines-content .deadline-card .description {
  cursor: pointer;
  margin-top: 36px;
  height: 68px;
  padding-top: 4px;
  margin-bottom: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#admin #dashboard section .tasks .deadlines .deadlines-content .deadline-card .description .important {
  color: #E20714;
  font-weight: bold;
}
#admin #dashboard section .tasks .deadlines .deadlines-content .deadline-card .options {
  display: flex;
  flex-flow: row;
  align-items: center;
  column-gap: 12px;
}
#admin #dashboard section .tasks .deadlines .deadlines-content .deadline-card .options .neg {
  margin-right: 12px;
  color: #E20714;
  background: #FFF;
}
#admin #dashboard section .tasks .deadlines .deadlines-content .deadline-card .options .neg:hover {
  background: #f0c8c8 !important;
  border-color: #E20714;
}
#admin #dashboard section .tasks .deadlines .deadlines-content .deadline-card .options button {
  padding: 4px;
  height: 32px;
  margin: 0;
}
@media screen and (max-width: 1900px) {
  #admin #dashboard section .tasks .deadlines .deadlines-content {
    grid-template-columns: 1fr;
  }
  #admin #dashboard section .tasks .deadlines .deadlines-content .deadline-card {
    left: 50%;
    transform: translateX(-50%);
    height: 200px;
  }
}
@media screen and (max-width: 1400px) {
  #admin #dashboard section .tasks .deadlines .deadlines-content .deadline-card {
    width: 100%;
  }
  #admin #dashboard section .tasks .loader {
    width: 120px;
    height: 120px;
    border: 14px solid #e2e2e2;
    border-top: 14px solid #E20714;
  }
}
#admin #dashboard section .tasks .vertical-division {
  margin: 0 32px;
  width: 1px;
  height: inherit;
  background: rgba(196, 196, 196, 0.507);
}
#admin #dashboard section .tasks .suggestions .suggestions-content {
  margin-top: 52px;
  position: relative;
  padding-top: 32px;
  display: none;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  grid-gap: 24px;
  width: 100%;
  height: 100%;
  min-height: 240px;
  padding: 12px;
  max-height: 440px;
  overflow-y: auto;
}
#admin #dashboard section .tasks .suggestions .suggestions-content::-webkit-scrollbar {
  width: 12px;
}
#admin #dashboard section .tasks .suggestions .suggestions-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
#admin #dashboard section .tasks .suggestions .suggestions-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #9B9B9B;
}
@media screen and (max-width: 1692px) {
  #admin #dashboard section .tasks .suggestions .suggestions-content {
    grid-template-columns: 1fr;
  }
}
#admin #dashboard section .tasks .suggestions .suggestions-content .category {
  position: relative;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 280px;
  margin-top: 0;
  cursor: pointer;
}
#admin #dashboard section .tasks .suggestions .suggestions-content .category.inactive {
  cursor: not-allowed;
  background: #F3F3F3;
  display: none;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 22px 12px;
}
#admin #dashboard section .tasks .suggestions .suggestions-content .category .option {
  position: absolute;
  width: 37px;
  height: 37px;
  border: 2px solid #E20714;
  border-radius: 50%;
  font-weight: bold;
  font-size: 24px;
  cursor: pointer;
}
#admin #dashboard section .tasks .suggestions .suggestions-content .category .name {
  text-align: center;
  color: #4A4A4A;
  font-size: 14px;
  max-width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#admin #dashboard section .tasks .suggestions .suggestions-content .category .name .info {
  display: none;
  width: 60vw;
  min-width: 264px;
  max-width: 480px;
  min-height: 170px;
  z-index: 2;
  position: fixed;
  background: #FFF;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
  padding: 24px;
  border-radius: 24px;
  top: 0;
  font-size: 14px;
  transform: translate(-30%, -50%);
  overflow: hidden;
}
#admin #dashboard section .tasks .suggestions .suggestions-content .category .name .info h3 {
  text-transform: none;
  text-align: center;
  font-size: 16px;
  width: 100%;
  border-bottom: 1px solid #bbbbbb;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
#admin #dashboard section .tasks .suggestions .suggestions-content .category .name .info div {
  width: 100%;
  text-align: left;
  display: block;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#admin #dashboard section .tasks .suggestions .suggestions-content .category .name .info div span {
  font-weight: normal;
}
#admin #dashboard section .tasks .suggestions .suggestions-content .category:hover .name {
  font-weight: bold;
  text-decoration: underline;
}
#admin #dashboard section .tasks .suggestions .suggestions-content .category .cancel {
  left: 24px;
  font-size: 20px;
  background: #FFF;
  color: #E20714;
  padding-left: 10px;
  padding-top: 2px;
}
#admin #dashboard section .tasks .suggestions .suggestions-content .category .accept {
  right: 24px;
  background: #E20714;
  padding-left: 6px;
  color: white;
}
#admin #dashboard section .tasks .suggestions .suggestions-content .category .cancel:hover {
  color: #FFF;
  background: #E20714;
}
#admin #dashboard section .tasks .suggestions .suggestions-content .category .accept:hover {
  color: #E20714;
  background: white;
}
@media screen and (max-width: 992px) {
  #admin #dashboard section .tasks {
    flex-flow: column;
    align-items: center;
  }
  #admin #dashboard section .tasks .deadlines {
    width: 100%;
  }
  #admin #dashboard section .tasks .suggestions {
    margin-top: 32px;
    width: 100%;
  }
  #admin #dashboard section .tasks .vertical-division {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  #admin #dashboard section .tasks > div:not(.vertical-division) {
    width: 80%;
  }
  #admin #dashboard section .tasks > div:not(.vertical-division) > h1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 520px) {
  #admin #dashboard section .tasks > div:not(.vertical-division) {
    width: 92%;
  }
}
#admin #dashboard section .division {
  margin: 48px 0;
  height: 1px;
  background: rgba(196, 196, 196, 0.507);
}
#admin #dashboard section .reports {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "pt sc" "pc pc";
}
#admin #dashboard section .reports > div {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  min-height: 564px;
}
#admin #dashboard section .reports > div > h1 {
  text-transform: none;
}
#admin #dashboard section .reports > div > a {
  font-size: 16px;
  color: #E20714;
  text-align: center;
  margin-top: 32px;
}
#admin #dashboard section .reports > div > a.disabled {
  cursor: not-allowed;
  color: #4A4A4A;
}
#admin #dashboard section .reports > div > .chart {
  display: none;
}
#admin #dashboard section .reports > div > .chart.active {
  display: block;
  width: 100%;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
#admin #dashboard section .reports .providersByDay {
  grid-area: pt;
  border-right: 1px solid rgba(196, 196, 196, 0.5);
}
#admin #dashboard section .reports .suggestedCategories {
  grid-area: sc;
}
#admin #dashboard section .reports .providersByCategory {
  grid-area: pc;
  border-top: 1px solid rgba(196, 196, 196, 0.5);
  margin-top: 42px;
  padding-top: 32px;
}
#admin #dashboard section .reports .loader {
  border: 18px solid #e2e2e2;
  border-top: 18px solid #E20714;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  animation: spin 2s linear infinite;
  margin-top: 32px;
}
#admin #dashboard section .reports .loader.unavailable {
  animation: none;
  border: none;
  border-radius: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url('/images/icons/unavailable.svg');
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 1300px) {
  #admin #dashboard section .reports {
    grid-template-areas: "pt pt" "sc sc" "pc pc";
  }
  #admin #dashboard section .reports .providersByDay {
    border-right: none;
    border-bottom: 1px solid rgba(196, 196, 196, 0.5);
  }
  #admin #dashboard section .reports .suggestedCategories {
    border-right: none;
    border-bottom: 1px solid rgba(196, 196, 196, 0.5);
  }
  #admin #dashboard section .reports .providersByCategory {
    border-top: none;
    margin-top: 0;
  }
}
@media screen and (max-width: 1200px) {
  #admin #dashboard section .cash {
    flex-flow: column;
  }
  #admin #dashboard section .cash .righty {
    margin-top: 52px;
  }
  #admin #dashboard section .cash .righty .header {
    position: relative;
    top: 0;
    left: 0;
    margin: auto;
    margin-bottom: 32px;
  }
  #admin #dashboard section .cash .righty .content {
    height: auto !important;
  }
  #admin #dashboard section .tasks .deadlines {
    flex-grow: 0 !important;
  }
}
@media screen and (max-width: 886px) {
  #admin #dashboard section .cash .righty .item {
    margin: auto;
    margin-top: 12px;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    min-width: 220px;
    max-width: 340px;
    height: 164px;
  }
  #admin #dashboard section .cash .righty .item > div {
    margin: 0;
    width: 100%;
  }
  #admin #dashboard section .cash .righty .item .received-value {
    padding-left: 0;
  }
  #admin #dashboard section .cash .righty .item .received-value span {
    position: relative;
  }
  #admin #dashboard section .cash .righty .item button {
    margin: auto;
    margin-top: 12px;
    float: none;
  }
}
@media screen and (max-width: 646px) {
  #admin #dashboard section .righty .header {
    min-width: 100% !important;
    width: 100% !important;
    overflow: visible  !important;
    box-shadow: none;
    background: transparent;
    flex-flow: column !important;
    margin-bottom: 112px !important;
  }
  #admin #dashboard section .righty .header .bar {
    display: none;
  }
  #admin #dashboard section .righty .header .item-header {
    background: #FFF;
    box-shadow: 0 1px 4px 0 rgba(194, 194, 194, 0.5);
    margin-bottom: 8px;
    min-width: 156px;
    width: 100%;
    padding: 8px;
  }
}
#create-event-type-form #categoria,
#edit-event-type-form #categoria,
#create-event-type-form #todas-categorias,
#edit-event-type-form #todas-categorias,
#create-event-type-form #tipo_briefing,
#edit-event-type-form #tipo_briefing,
#create-event-type-form #rec-categorias,
#edit-event-type-form #rec-categorias {
  font-size: 14px;
  height: 37px;
}
#parent_category,
#macro_category,
#normal_category {
  font-size: 14px;
  height: 37px;
}
#normal_category_wrapper,
#macro_category_wrapper {
  display: none;
}
#new-provider-user-form #create-provider-user {
  margin-top: 12px;
}
#new-provider-user-form .remove-login-item {
  padding-top: 34px;
}
#main-header .nav-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-wrap: nowrap;
}
#main-header .nav-container > .row {
  width: 100%;
  padding: 0 10%;
}
@media screen and (max-width: 800px) {
  #main-header .nav-container > .row {
    justify-content: center !important;
  }
  #main-header .nav-container > .row .logo {
    margin-right: 12px;
  }
}
@media screen and (max-width: 670px) {
  #main-header .nav-container > .row {
    justify-content: center !important;
    padding: 12px 32px !important;
    flex-direction: column;
  }
  #main-header .nav-container > .row .logo {
    margin-right: 0;
  }
  #main-header .nav-container > .row .user {
    padding: 8px 0;
  }
}
#main-header .nav-container > .row .logo {
  margin-left: 12px;
}
#main-header .nav-container > .row.not-admin {
  width: 100%;
  padding: 0 10%;
}
#main-header .nav-container > .row.not-admin .logo {
  margin-left: 0;
}
#main-header .nav-container > .row .side-menu {
  z-index: 100;
}
#main-header .nav-container > .row #admin-nav {
  padding: 0 12px;
}
#main-header .nav-container > .row #admin-nav a {
  text-transform: uppercase;
  color: #4A4A4A;
  font-weight: bold;
  font-size: 16px;
  display: block;
  float: left;
  padding: 20px 20px 18px 20px;
  border-bottom: 7px solid transparent;
  min-width: 100px;
  text-align: center;
}
#main-header .nav-container > .row #admin-nav a.selected {
  border-bottom: 7px solid #E20714;
}
#main-header .nav-container > .row .logout-container a {
  margin-left: 24px;
}
#main-header .nav-container > .row .logout-container a img {
  display: inline-block;
}
#main-header .nav-container > .row .logout-container > .user {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
#main-header .nav-container > .row .logout-container > .user > div {
  display: flex;
  justify-content: center;
  align-content: center;
}
#main-header .nav-container > .row .logout-container > .user > div > strong {
  max-width: 24vw;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
}
#main-header .nav-container > .row .logout-container > .user a {
  margin-left: 4px;
}
#main-header .nav-container > .row .logout-container > .user .edit-user-icon {
  margin-left: 18px;
}
#main-header .nav-container > .row p {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1184px) {
  #main-header .nav-container > .row {
    width: 80%;
  }
  #main-header .nav-container #hamburguer {
    width: 32px;
    margin-right: 0;
    padding: 0;
    z-index: 1001;
    height: 32px;
    cursor: pointer;
    right: 32px;
    left: 14px;
    top: 20px;
    position: absolute;
    display: inline-block;
  }
  #main-header .nav-container #hamburguer .line {
    position: absolute;
    width: 32px;
    height: 3px;
    background: black;
    z-index: 102;
  }
  #main-header .nav-container #hamburguer .line:nth-child(1) {
    top: 6px;
  }
  #main-header .nav-container #hamburguer .line:nth-child(2) {
    top: 14px;
  }
  #main-header .nav-container #hamburguer .line:nth-child(3) {
    top: 22px;
  }
  #main-header .nav-container #admin-nav {
    padding: 0 !important;
    background: #FAFAFA;
    position: absolute;
    left: -174px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    flex-flow: column;
    top: 74px;
    box-shadow: 3px 4px 4px 0 rgba(194, 194, 194, 0.5);
  }
  #main-header .nav-container #admin-nav a {
    width: 174px;
  }
  #main-header .nav-container #admin-nav a.selected {
    border-bottom: 3px solid #E20714;
  }
}
@media screen and (min-width: 532px) {
  #main-header .nav-container #hamburguer {
    top: 13px;
  }
  #main-header .nav-container #admin-nav {
    top: 54px !important;
  }
}
@media screen and (max-width: 532px) {
  #main-header #hamburguer {
    top: 20px !important;
  }
  #main-header .nav-container p {
    padding: 27px 10px !important;
  }
  #main-header .nav-container .logout-container > a {
    display: none;
  }
}
.new-item-header {
  color: #E20714;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.new-item-header:hover {
  color: #b10510;
  text-decoration: none;
}
.new-item-header img {
  display: block;
  margin: 20px auto;
}
#job-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
#job-content .header {
  z-index: 2;
  width: 70%;
}
#job-content .header .actions {
  width: 100%;
  margin: auto;
  margin-top: 64px;
}
#job-content .header .actions #search-text {
  border-radius: 8px;
  width: 48%;
  border: 1px solid #00000063;
  padding: 6px 16px;
}
#job-content .header .actions #filter {
  width: 26%;
  margin: 0 2%;
  border: 1px solid #00000063;
  padding: 8px 16px;
  border-radius: 8px;
}
#job-content .header .actions #search {
  width: 20%;
  padding: 12px 8px;
}
#job-content .found {
  visibility: hidden;
  width: 70%;
  text-align: left;
  margin-top: 16px;
  font-size: 18px;
}
#job-content .found > span {
  font-weight: bold;
  font-style: italic;
  font-size: 18px;
  margin-right: 16px;
}
#job-content .found button {
  border: 1px solid #E20714;
  background: transparent;
  border-radius: 42px;
  padding: 3px 38px 3px 12px;
  position: relative;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  color: #E20714;
}
#job-content .found button > .x-men {
  position: absolute;
  right: 14px;
  top: 7px;
  width: 2px;
  height: 14px;
  background: #E20714;
  transform: rotate(45deg);
  border-radius: 2px;
}
#job-content .found button > .x-men::before {
  content: '';
  width: 2px;
  height: 14px;
  background: #E20714;
  transform: rotate(90deg);
  border-radius: 2px;
  top: 0;
  left: 0;
  position: absolute;
}
#job-content .results {
  width: 70%;
}
#job-content .results > img {
  margin: auto;
  margin-top: 64px;
  display: block;
  width: 80%;
  max-width: 280px;
  min-width: 140px;
}
#job-content .results .list {
  width: 100%;
  margin: auto;
}
#job-content .results .list #template-item {
  display: none;
}
#job-content .results .list .event-item {
  cursor: pointer;
  border-radius: 24px;
  min-height: 128px;
  position: relative;
}
#job-content .results .list .event-item .status {
  float: left;
  margin-right: 32px;
}
#job-content .results .list .event-item .info {
  float: left;
  margin-top: 12px;
}
#job-content .results .list .event-item .info .date {
  color: #E20714;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
}
#job-content .results .list .event-item .info .about {
  max-width: 250px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  color: #9B9B9B;
}
#job-content .results .list .event-item .info .title {
  font-size: 16px;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  max-width: 250px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#job-content .results .list .event-item .percentages {
  position: absolute;
  top: 42px;
  right: 32px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
#job-content .results .list .event-item .percentages > div {
  width: 112px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
  font-size: 18px;
  font-weight: bold;
}
#job-content .results .list .event-item .percentages > div > span {
  white-space: nowrap;
}
#job-content .results .list .event-item .percentages .todo {
  color: #FFA700;
  border-right: 1px solid #00000026;
}
#job-content .results .list .event-item .percentages .done {
  color: #E20714;
  border-right: 1px solid #00000026;
}
#job-content .results .list .event-item .percentages .budget {
  color: #00ADDD;
}
#job-content .results .list .event-item .percentages .desc {
  font-size: 12px;
  font-weight: normal;
  color: black;
}
@media screen and (max-width: 1112px) {
  #job-content .results .list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  #job-content .results .list .event-item {
    display: flex;
    margin-right: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  #job-content .results .list .event-item .status {
    float: none;
    margin: 0;
  }
  #job-content .results .list .event-item .info {
    float: none;
    margin: 0;
    margin-top: 12px;
  }
  #job-content .results .list .event-item .percentages {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 16px;
  }
}
@media screen and (max-width: 892px) {
  #job-content .results .list {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-height: 956px) {
  #job-content .results > img {
    width: 40%;
    height: 40%;
  }
}
@media screen and (max-width: 1120px) {
  #job-content .header,
  #job-content .found,
  #job-content .results {
    width: 90%;
  }
}
@media screen and (max-width: 580px) {
  #job-content .header .actions {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  #job-content .header .actions > * {
    width: 100% !important;
  }
  #job-content .header .actions > select {
    margin-top: 8px  !important;
  }
  #job-content .header .actions > button {
    margin-top: 16px  !important;
    padding: 8px 8px  !important;
  }
}
.single-job-content {
  width: 70%;
  margin: auto;
}
.single-job-content .header {
  position: relative;
  margin-bottom: 72px;
  width: 100%;
}
.single-job-content .header .back {
  position: absolute;
  border: 1px solid #E20714;
  color: #E20714;
  border-radius: 24px;
  background: transparent;
  padding: 6px 18px;
  font-weight: bold;
  font-size: 12px;
  left: 0;
  cursor: pointer;
}
@media screen and (min-width: 2400px) {
  .single-job-content .header .back {
    left: 3%;
  }
}
.single-job-content .content {
  display: flex;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
}
.single-job-content .content .title {
  text-align: left;
  color: #4A4A4A;
  text-transform: none;
}
.single-job-content .content > .left {
  width: 49%;
  min-width: 640px;
  max-width: 752px;
  display: inline-block;
}
.single-job-content .content > .left .event-item {
  min-height: 392px;
  min-width: 712px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 42px 64px;
}
.single-job-content .content > .left .event-item .info {
  display: flex;
  flex-flow: row;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}
.single-job-content .content > .left .event-item .info .status {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-right: 42px;
}
.single-job-content .content > .left .event-item .info .status button {
  cursor: not-allowed;
  position: relative;
  width: 120px;
  margin-top: 18px;
  border-radius: 24px;
  border: 1px solid #E20714;
  background: transparent;
  color: #E20714;
  padding: 7px 20px 7px 32px;
  font-size: 12px;
  font-weight: bold;
}
.single-job-content .content > .left .event-item .info .status button img {
  position: absolute;
  left: 14px;
  top: 10px;
}
.single-job-content .content > .left .event-item .info .about {
  width: 70%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}
.single-job-content .content > .left .event-item .info .about .date {
  font-family: 'Raleway', sans-serif;
  color: #E20714;
  font-size: 20px;
  font-weight: bold;
}
.single-job-content .content > .left .event-item .info .about .id {
  margin-top: 16px;
  font-size: 16px;
  color: #C1C1C1;
}
.single-job-content .content > .left .event-item .info .about .title {
  color: #4A4A4A;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 16px;
}
.single-job-content .content > .left .event-item .info .about .number,
.single-job-content .content > .left .event-item .info .about .city {
  color: #4A4A4A;
  font-size: 16px;
  font-weight: bold;
}
.single-job-content .content > .left .event-item .info .about .number span,
.single-job-content .content > .left .event-item .info .about .city span {
  font-weight: normal;
}
.single-job-content .content > .left .event-item .info .about .percentages {
  margin-top: 24px;
  margin-bottom: 18px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.single-job-content .content > .left .event-item .info .about .percentages > div {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
  font-size: 18px;
  font-weight: bold;
}
.single-job-content .content > .left .event-item .info .about .percentages > div > span {
  white-space: nowrap;
}
.single-job-content .content > .left .event-item .info .about .percentages .todo {
  color: #FFA700;
  padding-left: 0;
}
.single-job-content .content > .left .event-item .info .about .percentages .done {
  color: #E20714;
}
.single-job-content .content > .left .event-item .info .about .percentages .budget {
  color: #00ADDD;
}
.single-job-content .content > .left .event-item .info .about .percentages .division {
  width: 1px;
  padding: 0;
  height: 28px;
  background: #00000040;
}
.single-job-content .content > .left .event-item .info .about .percentages .desc {
  font-size: 14px;
  font-weight: normal;
  color: black;
}
.single-job-content .content > .left .event-item .actions {
  width: 100%;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}
.single-job-content .content > .left .event-item .actions button {
  cursor: pointer;
  white-space: nowrap;
  max-height: 36px;
  position: relative;
  margin-top: 24px;
  border-radius: 24px;
  border: 1px solid #E20714;
  background: #E20714;
  color: #FFF;
  font-size: 12px;
  padding: 8px 20px;
  padding-left: 36px;
}
.single-job-content .content > .left .event-item .actions button img {
  position: absolute;
  left: 14px;
  top: 10px;
}
.single-job-content .content > .left .event-item .actions button:nth-child(1) img {
  top: 13px;
}
.single-job-content .content > .left .event-item .actions button:nth-child(3) img {
  top: 10px;
  left: 18px;
}
.single-job-content .content > .left .event-item .actions button:nth-child(4) img {
  left: 18px;
  top: 11px;
}
.single-job-content .content > .left .event-item .actions button:disabled {
  color: white;
  background: #9B9B9B;
  border: 1px solid #9B9B9B;
  cursor: not-allowed;
}
.single-job-content .content > .right {
  position: relative;
  width: 49%;
  min-width: 640px;
  max-width: 752px;
  display: inline-block;
}
.single-job-content .content > .right .filter {
  position: absolute;
  right: 0;
  top: 0;
  list-style: none;
  border-radius: 42px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.single-job-content .content > .right .filter li {
  font-weight: bold;
  font-size: 16px;
  position: relative;
  display: inline-block;
  border-radius: 42px;
  padding: 8px 44px;
  color: #9B9B9B;
}
.single-job-content .content > .right .filter li:hover {
  background: #E20714;
  color: #FFF;
}
.single-job-content .content > .right .filter li.active {
  background: #E20714;
  color: #FFF;
}
.single-job-content .content > .right .estimates {
  min-width: 712px;
  height: 392px;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 14px 32px;
}
.single-job-content .content > .right .estimates .list {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.single-job-content .content > .right .estimates .list .my-placeholder {
  display: none;
  position: absolute;
  color: #00000045;
  top: 50%;
  text-transform: capitalize;
  left: 50%;
  transform: translate(-50%, -50%);
}
.single-job-content .content > .right .estimates .list::-webkit-scrollbar {
  width: 12px;
}
.single-job-content .content > .right .estimates .list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.single-job-content .content > .right .estimates .list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #9B9B9B;
}
.single-job-content .content > .right .estimates .list.noscroll {
  overflow-y: hidden;
}
.single-job-content .content > .right .estimates .list > .placeholder {
  display: none;
}
.single-job-content .content > .right .estimates .list > .estimate {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  width: 100%;
  min-height: 76px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.205);
  padding-right: 12px;
}
.single-job-content .content > .right .estimates .list > .estimate > .left img {
  margin-right: 12px;
}
.single-job-content .content > .right .estimates .list > .estimate > .left .provider {
  font-weight: bold;
}
.single-job-content .content > .right .estimates .list > .estimate > .right > img {
  display: inline-block;
  cursor: not-allowed;
}
.single-job-content .content > .right .estimates .list > .estimate > .right .download {
  display: inline-block;
  cursor: pointer;
  margin-left: 42px;
  position: relative;
  font-family: 'Raleway', sans-serif;
  border: 1px solid #E20714;
  padding: 5px 32px 5px 12px;
  border-radius: 24px;
  background: transparent;
  font-size: 13px;
  min-width: 138px;
  font-weight: 700;
  color: #E20714;
}
.single-job-content .content > .right .estimates .list > .estimate > .right .download.no {
  cursor: default;
  color: #9B9B9B;
  border: 1px solid #9B9B9B;
  padding-left: 30px;
}
.single-job-content .content > .right .estimates .list > .estimate > .right .download.no img {
  display: none;
}
.single-job-content .content > .right .estimates .list > .estimate > .right .download img {
  position: absolute;
  top: 9px;
  right: 14px;
}
.single-job-content .content > .right .estimates .list > .estimate:last-child {
  border-bottom: none;
}
@media screen and (max-width: 1765px) {
  .single-job-content .content {
    flex-flow: column;
  }
  .single-job-content .content > .left {
    width: 100%;
    display: block;
    max-width: 100%;
  }
  .single-job-content .content > .right {
    margin-top: 72px;
    width: 100%;
    display: block;
    max-width: 100%;
  }
}
.single-job-content .body {
  display: none;
}
#pass-form {
  display: none;
}
.pass-form-content {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.pass-form-content .inputs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  width: 100%;
}
.pass-form-content .inputs label:nth-child(3) {
  margin-top: 8px;
}
.pass-form-content .inputs input:nth-child(4) {
  margin-bottom: 16px;
}
.pass-form-content .actions {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  max-width: 500px;
}
.pass-form-content .actions button {
  cursor: pointer;
  text-transform: uppercase;
  background: #E20714;
  border-radius: 25px;
  padding: 10px;
  font-size: 14px;
  border: 2px solid #E20714;
  color: #FFF;
  width: 100%;
  max-width: 240px;
  margin-top: 18px;
}
.pass-form-content .actions button:nth-child(2) {
  background: #4A4A4A;
  border-color: #4A4A4A;
}
.pass-form-content .actions button:disabled {
  color: white;
  background: #9B9B9B;
  border: 1px solid #9B9B9B;
  cursor: not-allowed;
}
#provider-home-banner {
  min-height: 240px;
  width: 100%;
  background-image: url('../images/header_providers.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#provider-home-header {
  background: white;
  margin-bottom: 30px;
}
p {
  line-height: 1.6rem;
}
#provider-home-logo:hover #provider-home-logo-water {
  opacity: 1 !important;
}
hr {
  margin-top: 5rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.btn-contract,
.btn-adjust {
  margin-bottom: 5px;
  margin-left: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .btn-contract,
  .btn-adjust {
    margin-left: -8px;
  }
}
#job-chats,
#job-chats-old {
  list-style: none;
  padding: 0;
  max-height: 200px;
  overflow-y: auto;
}
#job-chats::-webkit-scrollbar,
#job-chats-old::-webkit-scrollbar {
  width: 12px;
}
#job-chats::-webkit-scrollbar-track,
#job-chats-old::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
#job-chats::-webkit-scrollbar-thumb,
#job-chats-old::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #9B9B9B;
}
#job-chats li,
#job-chats-old li {
  cursor: pointer;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: underline;
}
#job-chats li.new-message b,
#job-chats-old li.new-message b {
  color: #E20714;
}
#provider-home-logo {
  width: 141px;
  height: 141px;
  position: relative;
  margin: -95px auto 0px auto;
  border-radius: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 1px 4px 0 rgba(194, 194, 194, 0.5);
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  #provider-home-logo {
    margin-left: -28px;
  }
}
#provider-home-logo #provider-home-logo-water {
  opacity: 0;
  background: rgba(77, 19, 19, 0.4);
  background-image: url('../images/icon-edit-big.png');
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: pointer;
  animation-name: blinkydoo;
  animation-duration: 3s;
}
@keyframes blinkydoo {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#provider-home-logo #provider-home-logo-water:hover {
  opacity: 1 !important;
}
#provider-home-logo img {
  max-width: 100%;
}
.provider-selects select option {
  padding-top: 4px;
}
.check-edit {
  display: none;
}
.edit-col {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .edit-col {
    justify-content: center;
  }
}
.edit-col a {
  font-size: 16px;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .edit-col a {
    margin: -15px 0 15px 0;
  }
}
.edit-col a img {
  position: relative;
  width: 42px;
  padding: 10px;
  background: white;
  border-radius: 4px;
}
#macrocategoria_chosen {
  max-width: inherit !important;
}
.chosen-results {
  overflow-y: scroll !important;
}
.chosen-results::-webkit-scrollbar {
  width: 12px;
}
.chosen-results::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.chosen-results::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #9B9B9B;
}
#provider-home-title {
  padding: 15px 0px;
  margin-left: 0px;
}
#provider-home-title h1 {
  font-size: 18px;
  color: #4A4A4A;
  text-align: left;
  text-transform: none;
  margin: 0;
  display: inline-block;
  margin-left: 18px;
}
@media screen and (max-width: 1199px) {
  #provider-home-title h1 {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #provider-home-title h1 {
    text-align: center;
  }
}
#provider-home-title .provider-home-edit {
  padding-left: 20px;
  margin-right: 8px;
  background-image: url('../images/icon-edit.png');
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  cursor: pointer;
  border: 0;
  width: 15px;
  height: 15px;
}
@media screen and (max-width: 767px) {
  #provider-home-title .provider-home-edit {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #provider-home-title {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #provider-home-gallery {
    display: none;
  }
}
#provider-home-gallery .provider-home-gallery-item {
  width: 150px;
  height: 90px;
  background: #FFFFFF;
  border-radius: 15px;
  overflow: hidden;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 15px 15px 0px;
}
@media screen and (max-width: 1199px) {
  #provider-home-gallery .provider-home-gallery-item {
    width: 120px;
  }
}
@media screen and (max-width: 991px) {
  #provider-home-gallery .provider-home-gallery-item {
    width: 92px;
  }
}
#provider-home-gallery .provider-home-gallery-item img {
  max-width: 100%;
}
#provider-home-description {
  margin-bottom: 40px;
  overflow: visible;
  word-wrap: break-word;
  padding-left: 18px;
}
@media screen and (max-width: 767px) {
  #provider-home-description {
    text-align: center;
    margin-bottom: 16px;
    max-height: none;
  }
}
@media screen and (max-width: 1199px) {
  #provider-home-description {
    padding-left: 0;
  }
}
#ratings-component {
  margin-bottom: 40px;
}
#ratings-component header {
  font-family: 'Roboto', sans-serif;
  text-align: center;
}
#ratings-component header p {
  color: #FFA700;
  border-bottom: 1px solid #C1C1C1;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  padding: 0px 5px 5px 5px;
  margin-bottom: 10px;
}
#ratings-component .ratings {
  margin: 0 auto;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  #ratings-component .ratings {
    margin-left: -24px;
  }
}
.viewhomebudget,
.viewfinalizeJob {
  width: 100%;
  text-align: left;
  border-radius: 32px;
  max-height: 700vh;
}
.viewhomebudget h2,
.viewfinalizeJob h2 {
  text-align: left;
  color: #E20714;
}
.viewhomebudget h3,
.viewfinalizeJob h3 {
  text-align: left;
  color: #E20714;
  font-size: 15px;
  text-transform: none;
}
.viewhomebudget label,
.viewfinalizeJob label {
  font-size: 12px;
}
.viewhomebudget .form-control,
.viewfinalizeJob .form-control {
  padding: .175rem .75rem;
}
.viewhomebudget .form,
.viewfinalizeJob .form {
  background: #9292924d;
  padding: 10px 30px;
  border-radius: 15px;
}
.viewhomebudget .btn-danger,
.viewfinalizeJob .btn-danger {
  background-color: #E20714 !important;
}
.viewhomebudget .btn-radius,
.viewfinalizeJob .btn-radius {
  max-width: 230px!important;
  background-color: #E20714;
}
.viewhomebudget .close-content,
.viewfinalizeJob .close-content {
  text-align: center;
  cursor: pointer !important;
  width: 25px;
  height: 27px;
  background: #E20714;
  z-index: 12;
  border-radius: 50%;
  font-size: 12px;
  color: white;
  font-weight: bold;
  padding-top: 5px;
  position: absolute;
  top: -5px;
  right: 0;
}
#make-update {
  margin-top: 40px;
}
#launcher {
  z-index: 100!important;
}
.provider-complete-info {
  display: none;
}
.provider-complete-info-content .close-content {
  text-align: center;
  cursor: pointer !important;
  width: 25px;
  height: 25px;
  background: #E20714;
  z-index: 12;
  border-radius: 50%;
  font-size: 13px;
  color: white;
  font-weight: bold;
  padding-top: 5px;
  position: absolute;
  top: -24px;
  right: 0;
}
.modalnone {
  display: none;
}
.modalview {
  display: block;
}
.modal-performance {
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-content-performance {
  background-color: #fefefe;
  margin: auto;
  padding: 10px;
  border: 1px solid #888;
  width: 80%;
  border-radius: 15px;
  position: relative;
}
.padding-performance {
  padding: 25px 80px 0px 35px;
  overflow: overlay;
  height: 420px;
}
.close-performance {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  cursor: pointer;
  right: 60px;
  top: 20px;
}
#event-proof .customize-btn {
  max-height: initial;
  height: initial;
  min-height: 280px;
}
#event-proof .dz-clickable {
  height: initial;
  min-height: 200px;
}
#event-proof .button-align {
  display: flex;
  justify-content: flex-end;
}
#event-proof .button-align button {
  width: 160px;
}
#event-proof .dz-progress {
  display: none;
}
#event-proof img {
  height: 100px;
  margin: 20px;
  border: 2px dashed #f23;
  border-radius: 5px;
  width: 100px;
  object-fit: cover;
}
#event-proof .dropzone .dz-clickable {
  cursor: default;
}
#event-proof .close-drop {
  display: inline-block;
  margin-top: 38px;
}
#event-proof .close {
  transform: translate(-30px, 5px);
  height: 25px;
  width: 25px;
  background-color: red;
  border-radius: 15px;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  color: #fff;
  opacity: 0.8;
}
#event-proof .close:hover {
  opacity: 1;
}
#event-proof .d-none {
  display: none;
}
.estimate-content {
  width: 100%;
  text-align: left;
  border-radius: 32px;
  max-height: 700vh;
}
.estimate-content h2 {
  text-align: left;
  color: #E20714;
}
.estimate-content h3 {
  text-align: left;
  color: #E20714;
  font-size: 15px;
  text-transform: none;
}
.estimate-content label {
  font-size: 12px;
}
.estimate-content .form-control {
  padding: .175rem .75rem;
}
.estimate-content .form {
  background: #9292924d;
  padding: 10px 30px;
  border-radius: 15px;
}
.estimate-content .btn-danger {
  background-color: #E20714 !important;
}
.estimate-content .btn-radius {
  max-width: 230px!important;
  background-color: #E20714;
}
.estimate-content .close-content {
  text-align: center;
  cursor: pointer !important;
  width: 27px;
  height: 27px;
  background: #E20714;
  z-index: 12;
  border-radius: 50%;
  font-size: 12px;
  color: white;
  font-weight: bold;
  position: absolute;
  top: -8px;
  right: -10px;
}
.estimate-content .form-group1 {
  background-color: red;
}
.estimate-content .pad-me {
  padding-top: 12px;
}
.estimate-content b {
  color: #E20714;
}
.estimate-content p {
  color: #6b6b6b !important;
  line-height: 40px;
  font-weight: 700;
}
.estimate-content table {
  width: 100%;
}
.estimate-content table td {
  padding: 5px 15px;
  font-size: 11px;
}
.estimate-content table tr:nth-child(even) {
  background: #EDEDED;
}
.estimate-content table tr:nth-child(odd) {
  background: #F8F8F8;
}
@media screen and (max-width: 767px) {
  .estimate-content .col-sm-12 {
    padding-top: 6px;
  }
  .estimate-content .pad-me {
    padding-top: 0;
  }
  .estimate-content .sent-estimate {
    margin-bottom: 32px;
  }
}
#download-previous-reference {
  margin: unset;
  float: right;
  margin-top: -17px;
}
.estimate-home-panel .access-job {
  min-width: 180px;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .estimate-home-panel .row {
    display: block;
  }
}
.event-item-profile-home {
  padding: 35px;
  padding-bottom: 80px;
}
.event-item-profile-home .eye-icon {
  transition: 1s;
  z-index: 10;
  cursor: pointer;
  color: #E20714;
}
.event-item-profile-home .camera-icon {
  z-index: 10;
  cursor: pointer;
}
.event-item-profile-home .camera-icon:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .event-item-profile-home h5 {
    text-align: center;
  }
}
.event-item-profile-home > .row {
  position: relative;
  min-height: 128px;
}
@media screen and (max-width: 767px) {
  .event-item-profile-home > .row {
    min-height: 198px;
  }
}
.event-item-profile-home h5 {
  color: #E20714;
  margin-bottom: 24px;
}
.swal-wide {
  width: 50% !important;
}
.swal-wide::-webkit-scrollbar {
  width: 10px;
}
.swal-wide::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.swal-wide::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #9B9B9B;
}
@media screen and (max-width: 768px) {
  .swal-wide {
    width: 92% !important;
  }
}
.swal-wide-avaliation {
  width: 800px !important;
}
.swal-wide-avaliation::-webkit-scrollbar {
  width: 10px;
}
.swal-wide-avaliation::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.swal-wide-avaliation::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #9B9B9B;
}
@media screen and (max-width: 768px) {
  .swal-wide-avaliation {
    width: 525% !important;
  }
}
.btn-briefing {
  min-width: 180px;
  border-radius: 15px;
  font-size: 15px;
  font-family: 'Raleway', sans-serif;
  border: 2px solid;
  cursor: pointer;
}
.paymentBudget {
  border: 0;
}
.btn-briefing:hover {
  background-color: #fff!important;
  color: #000!important;
  border-color: #000;
}
.swal-medium {
  width: 30% !important;
}
@media screen and (max-width: 1300px) {
  .swal-medium {
    width: 70% !important;
  }
}
.swal-chat {
  width: 90% !important;
  height: 90% !important;
}
.viewhomebudget h4 {
  white-space: nowrap;
}
.estimate-profile-item {
  padding: 5px;
}
@media screen and (max-width: 767px) {
  .estimate-profile-item .send-estimate,
  .estimate-profile-item .sent-estimate,
  .estimate-profile-item .access-job {
    display: block;
  }
  .estimate-profile-item .customer-messages {
    display: block;
  }
  .estimate-profile-item .new-message-provider {
    top: -7px !important;
    right: -5px !important;
  }
}
@media screen and (max-width: 450px) {
  .estimate-profile-item .col-4 {
    padding-right: 0;
  }
}
.estimate-profile-item .event-name {
  overflow: hidden;
  height: 28px;
}
.estimate-profile-item .event-name p {
  white-space: nowrap;
  width: 100%;
}
.estimate-profile-item .body {
  margin-top: 15px;
  display: none;
}
.estimate-profile-item header {
  min-height: 155px;
}
.estimate-profile-item header #box-message {
  position: relative;
}
.estimate-profile-item header .new-message-provider {
  position: absolute;
  width: 18px;
  height: 18px;
  background: #E20714;
  border-radius: 50%;
  z-index: 1;
  left: 182px;
  bottom: 23px;
  color: #FFA700;
  text-align: center;
}
.estimate-profile-item header p {
  float: left;
  line-height: 30px;
  font-size: 14px;
  margin: 0;
  margin-top: 1px;
  white-space: nowrap;
  width: 100%;
}
.estimate-profile-item header .send-estimate,
.estimate-profile-item header .sent-estimate,
.estimate-profile-item header .access-job,
.estimate-profile-item header .customer-messages {
  z-index: 200;
  min-width: 180px;
}
.estimate-profile-item header .sent-estimate,
.estimate-profile-item header .customer-messages {
  cursor: default;
}
.estimate-profile-item header .estimate-title h4 {
  text-align: left;
  margin-bottom: 20px;
}
.estimate-profile-item header .customer-messages {
  min-width: 180px;
  margin-top: 4px;
  border-color: #008fe6 !important;
  color: #008fe6 !important;
  cursor: pointer;
}
.estimate-profile-item header .customer-messages:hover {
  border-color: #00c8ff !important;
  color: #00c8ff !important;
}
.estimate-profile-item header .button-toggle-table {
  width: 13px;
  height: 7px;
  float: right;
  border: none;
  background-image: url('../images/toggle_btn.png');
  background-repeat: no-repeat;
  background-position: center right;
  margin-left: 20px;
  margin-top: 15px;
  cursor: pointer;
  background-size: 13px 7px;
  display: block;
}
.estimate-profile-item header .button-toggle-table.closed {
  transform: rotate(180deg);
}
@media screen and (max-width: 786px) {
  .estimate-profile-item header .estimate-title {
    justify-content: space-around;
    padding-left: 0;
  }
  .estimate-profile-item header .send-estimate,
  .estimate-profile-item header .sent-estimate,
  .estimate-profile-item header .access-job,
  .estimate-profile-item header .customer-messages {
    width: 100%;
  }
  .estimate-profile-item header p {
    width: 100%;
  }
  .estimate-profile-item .event-name p {
    width: 80%;
  }
}
.content-view {
  display: flex;
  background: #FFFFFF;
  box-shadow: 0 1px 4px 0 rgba(167, 166, 166, 0.5);
  border-radius: 15px;
  justify-content: space-between !important;
  margin-top: 13px;
  font-size: 20px;
  white-space: nowrap;
}
.content-view button {
  margin-right: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.close-content {
  text-align: center;
  cursor: pointer !important;
  width: 24px;
  height: 23px;
  background: #E20714;
  z-index: 12;
  border-radius: 50%;
  font-size: 12px;
  color: white;
  font-weight: bold;
  padding-top: 5px;
  position: absolute;
  top: -37px;
  right: 0;
}
.division {
  margin: 5px;
}
body .swal2-popup .viewp {
  font-size: 18px;
  color: #2c2c2c;
  justify-content: space-around;
  vertical-align: baseline;
  margin-top: 14px;
}
#loading-wrapper {
  z-index: 90100!important;
}
@media only screen and (max-width: 426px) {
  .event-item {
    padding: 15px 17px!important;
  }
  .estimate-title h4 {
    text-align: center!important;
  }
  .estimate-title p {
    text-align: center!important;
  }
  .col-8 {
    max-width: none!important;
  }
}
#budgetModalContent {
  display: flex;
  padding: 12px;
  box-sizing: border-box;
}
#budgetModalContent .budget-content,
#budgetModalContent .budget-file {
  margin: 0 12px;
  width: 100%;
  height: 400px;
}
#budgetModalContent .budget-file {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 1px 1px #30303030;
  border-radius: 5px;
  padding: 12px;
  box-sizing: border-box;
}
#budgetModalContent .budget-content {
  display: flex;
  flex-direction: column;
}
#budgetModalContent .budget-content p {
  font-size: 16px;
  line-height: 2rem;
}
.terms-checkbox {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin: 0 6px;
  border: 1.5px solid #303030;
  border-radius: 2px;
  pointer-events: all;
}
.terms-checkbox .fa-check {
  opacity: 0;
  font-size: 12px;
  color: #ffffff;
  pointer-events: none;
}
.terms-checkbox.disabled {
  opacity: 0.5;
  cursor: default;
}
.terms-checkbox.active {
  background-color: #303030;
}
.terms-checkbox.active .fa-check {
  opacity: 1;
}
.event-filter-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.event-filter-wrapper .filter-wrapper {
  display: flex;
}
.event-filter-wrapper .filter-wrapper input {
  height: 32px;
  width: 196px;
}
@media screen and (max-width: 1200px) {
  .event-filter-wrapper .filter-wrapper input {
    width: 250px;
    margin-bottom: 12px;
  }
}
.event-filter-wrapper .filter-wrapper .select-wrapper {
  display: flex;
  align-items: center;
  margin: auto 0 auto 12px;
}
.event-filter-wrapper .filter-wrapper .select-wrapper select {
  width: 50px;
  height: 32px;
  margin: auto 12px auto 12px;
  padding: 0 3px;
}
@media screen and (max-width: 1200px) {
  .event-filter-wrapper {
    flex-direction: column;
  }
  .event-filter-wrapper .filter-wrapper {
    flex-direction: column;
  }
}
#providerMessages,
#providerOptions {
  cursor: pointer;
  position: relative;
  width: auto;
  height: auto;
  margin-left: 24px;
}
#providerMessages img,
#providerOptions img {
  width: 18px;
  height: 18px;
}
#providerMessages.active::after {
  content: '';
  display: block;
  position: absolute;
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 8px;
  left: 12px;
  top: -4px;
  background-color: gold;
  border-radius: 50%;
  transform: scale(1);
  transition: transform 0.25s ease;
  animation: goldpopup 1s infinite;
}
@keyframes goldpopup {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}
.notification-message {
  width: 100%;
  padding: 12px;
}
.notification-message .notification-text {
  line-height: normal;
}
.notification-message .notification-text.customer-name {
  color: #e20714;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.notification-message .notification-text.customer-name span {
  font-weight: bold;
}
.notification-message .notification-text.event-name {
  color: #303030;
  margin: 12px 0 0;
  font-size: 14px;
}
.notification-message.new-notification {
  background-color: #e2071430;
}
#main-header.provider-header {
  position: fixed;
  width: 100%;
  background-color: #fafafa;
  z-index: 2;
  top: 0;
}
#main-header.provider-header .logo {
  padding: 12px;
  width: 190px !important;
  transition: width 0.25s ease;
}
#main-header.provider-header.active .logo {
  width: 140px !important;
}
@media screen and (max-width: 671px) {
  #main-header.provider-header .row {
    flex-direction: row !important;
    justify-content: space-between !important;
    padding: 0 !important;
  }
}
.payment-detail {
  position: relative;
  padding: 1rem;
  margin: 0px -15px 0;
  border: solid #f8f9fa;
  border-width: 1px 0 1px 0;
}
.pattern-estimate .btn {
  border-radius: 30px;
}
.info-estimate-pattern div {
  margin: 5px 0;
}
.packege {
  width: 100%;
  overflow-x: scroll!important;
  min-width: 910px;
}
.packege .pattern-row {
  white-space: pre-wrap !important;
  text-overflow: ellipsis;
  padding: 12px 0px 12px 42px;
  cursor: pointer;
  min-width: 90px!important;
  max-width: 90px!important;
}
.header.content div:nth-child(2),
.macro-row.content div:nth-child(2),
.category.content div:nth-child(2) {
  padding: 0 !important;
  margin: auto 3px !important;
  min-width: 100px !important;
}
.btn-assistente-service {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.btn-assistente-service div button {
  width: 140px;
  white-space: normal!important;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 30px;
  color: #fff;
  font-weight: bold;
}
#organize > .container > .estimates .macro-wrapper > .content {
  justify-content: flex-start !important;
}
#organize > .container > .estimates .macro-wrapper > .content div:nth-child(1) {
  padding-left: 40px!important;
}
#organize > .container > .estimates .macro-wrapper > .content div:nth-child(2) {
  width: 25%;
  min-width: 100px!important;
  overflow: inherit!important;
}
.icon-estimates img {
  height: 85px ;
}
.icon-box img {
  height: 80px;
}
.container-check-estimate {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  margin-left: 45px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn-finalizeJob {
  min-width: 180px;
  border-radius: 15px;
  font-size: 15px;
  font-family: 'Raleway', sans-serif;
  border: 2px solid;
  cursor: pointer;
}
.btn-finalizeJob:hover {
  background-color: #fff!important;
  color: #000!important;
  border-color: #000;
}
.btn-committal {
  min-width: 180px;
  border-radius: 15px;
  font-size: 15px;
  font-family: 'Raleway', sans-serif;
  border: 2px solid;
  cursor: pointer;
}
.btn-committal:hover {
  background-color: #fff!important;
  color: #000!important;
  border-color: #000;
}
.avaliateJobProvider {
  display: none;
  flex-direction: column;
  align-items: center;
}
.avaliateJobProvider .danger {
  color: #E20714;
}
.avaliateJobProvider .card {
  width: 240px;
  border: 1px solid #b6b6b6;
  box-shadow: 4px 4px 3px #575757;
  border-radius: 15px;
}
.avaliateJobProvider .card .event-image-wrapper {
  display: flex;
}
.avaliateJobProvider .card .event-image-wrapper .info {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.avaliateJobProvider .card .event-image-wrapper .info .name {
  display: flex;
}
.avaliateJobProvider .card .event-image-wrapper .info p {
  line-height: 40px;
}
.avaliateJobProvider .card .avaliate-stars .star {
  height: 30px!important;
}
.container-check-avaliate {
  display: block;
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container-check-estimate input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark-avaliate {
  position: absolute;
  margin-left: 10px;
  height: 22px;
  width: 22px;
  border-radius: 5px;
  background-color: #4d4d4d;
}
.checkmark-estimate {
  position: absolute;
  top: 0;
  left: -10px;
  height: 22px;
  width: 22px;
  border-radius: 5px;
  background-color: #4d4d4d;
}
.container-check-estimate:hover input ~ .checkmark-estimate {
  background-color: #ccc;
}
.container-check-estimate input:checked ~ .checkmark-estimate {
  background-color: #2d7a00;
}
.checkmark-estimate:after {
  content: "";
  position: absolute;
  display: none;
}
.container-check-estimate input:checked ~ .checkmark-estimate:after {
  display: block;
}
.container-check-estimate .checkmark-estimate:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.container-check-avaliate:hover input ~ .checkmark-avaliate {
  background-color: #444444;
}
.container-check-avaliate input:checked ~ .checkmark-avaliate {
  background-color: #2d7a00;
}
.checkmark-avaliate:after {
  content: "";
  position: absolute;
  display: none;
}
.container-check-avaliate input:checked ~ .checkmark-avaliate:after {
  display: block;
}
.container-check-avaliate .checkmark-avaliate:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fa-file-alt {
  font-size: 100px;
}
.modal-content-terms {
  min-height: 350px;
}
.edit-provider {
  background-color: #dc3545;
  border: none;
  border-radius: 18px;
}
.edit-provider img {
  height: 15px;
}
#modal-estimate .modal-content-defaultestimate {
  min-width: 300px;
  padding: 30px 45px;
}
#modal-estimate .modal-content-defaultestimate h3 {
  font-size: 22px;
  text-align: left;
}
#modal-estimate .modal-content-defaultestimate .item-service {
  width: 100%;
}
#modal-estimate .modal-content-defaultestimate .item-service .label-lign {
  display: flex;
  justify-content: flex-start;
}
#modal-estimate .modal-content-defaultestimate .item-service .label-lign label {
  min-width: 160px;
}
#modal-estimate .modal-content-defaultestimate form div {
  margin: 5px 5px 5px 0px;
}
#modal-estimate .modal-content-defaultestimate form .daypayment {
  color: #E20714;
}
#modal-estimate .modal-content-defaultestimate .item-service label {
  color: #E20714;
}
#modal-estimate .modal-content-defaultestimate label {
  font-weight: bold;
}
#modal-estimate .modal-content-defaultestimate .color-label-rebate {
  color: #E20714;
  font-weight: 700;
}
#modal-estimate .modal-content-defaultestimate select,
#modal-estimate .modal-content-defaultestimate input {
  padding: 5px 0 5px 0 ;
}
#modal-estimate .modal-content-defaultestimate select {
  color: #E20714;
  font-weight: 800;
}
#modal-estimate .modal-content-defaultestimate option {
  color: #E20714;
  font-weight: 800;
}
#modal-estimate .modal-content-defaultestimate .described-rebate {
  display: flex;
  flex-direction: column;
}
#modal-estimate .modal-content-defaultestimate .described-rebate textarea {
  border-radius: 10px;
  background-color: #bbbaba;
  border: none;
  resize: none;
  margin-left: 0;
  height: 175px;
}
#modal-estimate .button-align {
  display: flex;
  justify-content: flex-end;
}
.adjust-table div:nth-child(2) {
  width: 50%!important;
  padding-left: 100px !important;
}
@media only screen and (max-width: 760px) {
  .total-budget-row {
    flex-wrap: nowrap;
  }
}
.pre-accept-modal-inner {
  position: relative;
}
.pre-accept-modal {
  z-index: 1000002;
}
.btn-close-finalize {
  position: absolute;
  right: 15px;
  border-radius: 20px;
  padding: 0 7px;
}
.direction-acess {
  flex-direction: column;
}
.pre-accept-list::-webkit-scrollbar {
  width: 12px;
}
.pre-accept-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.pre-accept-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #9B9B9B;
}
.forn-pre-access p {
  width: 300px;
}
.footer-button {
  justify-content: flex-end;
  padding-right: 40px;
}
.forn-pre-access p:nth-child(3) {
  width: 100px;
}
.services-detail {
  color: black;
}
.services-detail:hover {
  color: blue;
}
@media print {
  #main-header {
    display: none;
  }
  #main-footer {
    display: none;
  }
  .hide-print {
    display: none;
  }
  #organize header {
    padding-top: 40px;
  }
}
#loading-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 80000;
  display: none;
}
#loading-text {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-weight: bold;
  width: 100px;
  height: 30px;
  margin: -9px 0 0 -51px;
  text-align: center;
  font-size: 20px;
}
#loading-content {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 170px;
  height: 170px;
  margin: -85px 0 0 -85px;
  border: 3px solid #F00;
}
#loading-content:after {
  content: "";
  position: absolute;
  border: 3px solid #0F0;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
}
#loading-content:before {
  content: "";
  position: absolute;
  border: 3px solid #00F;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
}
#loading-content {
  border: 3px solid transparent;
  border-top-color: #E20714;
  border-bottom-color: #E20714;
  border-radius: 50%;
  -webkit-animation: loader 2s linear infinite;
  -moz-animation: loader 2s linear infinite;
  -o-animation: loader 2s linear infinite;
  animation: loader 2s linear infinite;
}
#loading-content:before {
  border: 3px solid transparent;
  border-top-color: #4A4A4A;
  border-bottom-color: #4A4A4A;
  border-radius: 50%;
  -webkit-animation: loader 3s linear infinite;
  -moz-animation: loader 2s linear infinite;
  -o-animation: loader 2s linear infinite;
  animation: loader 3s linear infinite;
}
#loading-content:after {
  border: 3px solid transparent;
  border-top-color: #9B9B9B;
  border-bottom-color: #9B9B9B;
  border-radius: 50%;
  -webkit-animation: loader 1.5s linear infinite;
  animation: loader 1.5s linear infinite;
  -moz-animation: loader 2s linear infinite;
  -o-animation: loader 2s linear infinite;
}
@-webkit-keyframes loaders {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#content-wrapper {
  color: #FFF;
  position: fixed;
  left: 0;
  top: 20px;
  width: 100%;
  height: 100%;
}
#header {
  width: 800px;
  margin: 0 auto;
  text-align: center;
  height: 100px;
  background-color: #666;
}
#content {
  width: 800px;
  height: 1000px;
  margin: 0 auto;
  text-align: center;
  background-color: #888;
}
#provider-dashboard {
  width: 100%;
  padding: 64px 10%;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
}
#provider-dashboard > .screen-indicator {
  position: fixed;
  right: 32px;
  top: 16px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid black;
  background: white;
}
#provider-dashboard .left-block {
  padding-right: 42px;
}
#provider-dashboard .right-block {
  padding-left: 42px;
}
#provider-dashboard #provider-info {
  grid-column-start: 1;
  grid-column-end: 9;
  grid-row-start: 1;
  grid-row-end: 1;
  display: flex;
  flex-flow: row;
}
#provider-dashboard #provider-info > div {
  width: 50%;
  height: 270px;
}
#provider-dashboard #provider-info > .description > div {
  height: 100%;
}
#provider-dashboard #provider-info > .pictures .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 26px;
}
#provider-dashboard #provider-info > .pictures .grid .image {
  background: white;
  width: 128px;
  max-height: 128px;
  margin: auto;
}
@media screen and (max-width: 1560px) {
  #provider-dashboard > .screen-indicator {
    background: yellow;
  }
}
@media screen and (max-width: 1200px) {
  #provider-dashboard > .screen-indicator {
    background: red;
  }
}
@media screen and (max-width: 992px) {
  #provider-dashboard > .screen-indicator {
    background: blue;
  }
}
@media screen and (max-width: 768px) {
  #provider-dashboard > .screen-indicator {
    background: green;
  }
}
body {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
}
.container2 .nps {
  margin: 80px auto;
  width: 80%;
}
.container2 .nps .widget span {
  color: #aaa;
  font-size: 12px;
}
.container2 .nps .widget button {
  /* padding: 5px 10px; */
  font-size: 16px;
  white-space: nowrap;
  vertical-align: middle;
  display: inline-block;
  background: none;
  border: none;
  box-shadow: none;
  cursor: pointer;
  text-align: center;
  font-weight: 500;
  border-radius: 100%;
  margin: 0;
  outline: none;
  margin-left: -3px;
  width: 42px;
  height: 42px;
  border: 3px solid #eee;
  transform: scale(1);
  transition: background 0.2s ease-in, color 0.2s ease-in, border-color 0.2s ease-in, transform 0.2s cubic-bezier(0.5, 2, 0.5, 0.75);
}
.container2 .nps .widget button.detractor-hover {
  background: #F44336;
  color: white;
  border-color: #f55a4e;
  transform: scale(1.05);
}
.container2 .nps .widget button.passive-hover {
  background: #F57C00;
  color: white;
  border-color: #ff8910;
  transform: scale(1.05);
}
.container2 .nps .widget button.promoter-hover {
  background: #4CAF50;
  color: white;
  border-color: #5cb860;
  transform: scale(1.05);
}
.container2 .nps .widget.widget-sm {
  width: 315px;
  background: #eee;
  border: 2px solid #ccc;
  padding: 15px;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 30px;
}
.container2 .nps .widget.widget-sm .positive-text,
.container2 .nps .widget.widget-sm .negative-text {
  position: absolute;
}
.container2 .nps .widget.widget-sm .positive-text {
  right: 20px;
  bottom: 10px;
  text-align: right;
}
.container2 .nps .widget.widget-sm .negative-text {
  left: 20px;
  bottom: 10px;
  text-align: left;
}
.container2 .nps .widget.widget-sm button {
  border: none;
  margin-left: -3px;
  width: 27px;
  height: 27px;
  font-size: 12px;
  font-weight: normal;
  transform: scale(1) !important;
  /* background-color: #ccc; */
  border-radius: none;
  text-align: center;
  display: inline-block;
}
#mobileWarning {
  pointer-events: none;
  display: flex;
  margin: auto;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #00000077;
  z-index: 999999;
  opacity: 0;
  transition: opacity 0.25s ease;
}
#mobileWarning.show {
  pointer-events: all;
  opacity: 1;
}
#mobileWarningCard {
  display: flex;
  flex-direction: column;
  margin: auto;
  padding: 24px;
  width: 90%;
  height: 50%;
  background-color: #FFFFFF;
  border-radius: 5px;
}
#mobileWarningCard .mob-warning-text {
  font-size: 1rem;
  text-align: center;
}
#acceptMobileWarning {
  margin: auto auto 0 auto;
  width: auto;
  height: auto;
  padding: 8px 12px;
  color: #FFFFFF;
  background-color: #E20714;
  border-radius: 10px;
}
